Branch indexing 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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24153 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing ecc9acc8ef3ce8513a18cd41075fe4540eee52bc Checking out Revision ecc9acc8ef3ce8513a18cd41075fe4540eee52bc (PR-3034) > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ecc9acc8ef3ce8513a18cd41075fe4540eee52bc # timeout=10 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 00:31:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:04 ========================================================= 00:31:04 EdgeX Global Pipelines Version Info 00:31:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:06 ------------------- 00:31:06 stable info: 00:31:06 ------------------- 00:31:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:06 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:06 Message: update stable to v1.0.179 00:31:07 ------------------- 00:31:07 experimental info: 00:31:07 ------------------- 00:31:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:07 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:07 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ecc9acc [Pipeline] echo 00:31:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:10 provisioning config files... 00:31:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config638719580164367364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:11 ---> docker-login.sh 00:31:11 nexus3.edgexfoundry.org:10001 00:31:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:11 Configure a credential helper to remove this warning. See 00:31:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:11 00:31:11 Login Succeeded 00:31:11 nexus3.edgexfoundry.org:10002 00:31:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:11 Configure a credential helper to remove this warning. See 00:31:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:11 00:31:11 Login Succeeded 00:31:11 nexus3.edgexfoundry.org:10003 00:31:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:11 Configure a credential helper to remove this warning. See 00:31:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:11 00:31:11 Login Succeeded 00:31:11 nexus3.edgexfoundry.org:10004 00:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:12 Configure a credential helper to remove this warning. See 00:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:12 00:31:12 Login Succeeded 00:31:12 docker.io 00:31:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:12 Configure a credential helper to remove this warning. See 00:31:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:12 00:31:12 Login Succeeded 00:31:12 ---> docker-login.sh ends [Pipeline] } 00:31:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:12 ++ 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:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/core-command/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo core-command,cmd/core-command/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/core-data/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo core-data,cmd/core-data/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ cut -d/ -f2 00:31:12 ++ dirname cmd/core-metadata/Dockerfile 00:31:12 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/support-notifications/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/support-scheduler/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:12 + for file in '`ls cmd/**/Dockerfile`' 00:31:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:12 ++ cut -d/ -f2 00:31:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:12 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:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:13 00:31:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:14 latest: Pulling from edgex-devops/git-semver 00:31:14 31603596830f: Pulling fs layer 00:31:14 2a8b12db71e7: Pulling fs layer 00:31:14 6ca5941a6612: Pulling fs layer 00:31:14 ecc8261a40a4: Pulling fs layer 00:31:14 ecc8261a40a4: Waiting 00:31:14 2a8b12db71e7: Verifying Checksum 00:31:14 2a8b12db71e7: Download complete 00:31:14 31603596830f: Verifying Checksum 00:31:14 31603596830f: Download complete 00:31:14 ecc8261a40a4: Verifying Checksum 00:31:14 ecc8261a40a4: Download complete 00:31:14 6ca5941a6612: Verifying Checksum 00:31:14 6ca5941a6612: Download complete 00:31:14 31603596830f: Pull complete 00:31:15 2a8b12db71e7: Pull complete 00:31:15 6ca5941a6612: Pull complete 00:31:16 ecc8261a40a4: Pull complete 00:31:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:16 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:31:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:18 $ docker top 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:19 [ssh-agent] Looking for ssh-agent implementation... 00:31:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:19 $ docker exec 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent 00:31:19 SSH_AUTH_SOCK=/tmp/ssh-Msn8DmIJDPm3/agent.12 00:31:19 SSH_AGENT_PID=18 00:31:19 Running ssh-add (command line suppressed) 00:31:19 Identity added: /w/workspace/edgex-go/14@tmp/private_key_2022037913507941679.key (/w/workspace/edgex-go/14@tmp/private_key_2022037913507941679.key) 00:31:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:20 + git tag --points-at HEAD [Pipeline] } 00:31:20 $ docker exec --env ******** --env ******** 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent -k 00:31:20 unset SSH_AUTH_SOCK; 00:31:20 unset SSH_AGENT_PID; 00:31:20 echo Agent pid 18 killed; 00:31:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:20 [ssh-agent] Looking for ssh-agent implementation... 00:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:20 $ docker exec 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent 00:31:21 SSH_AUTH_SOCK=/tmp/ssh-kVLy0xdM2ZZX/agent.50 00:31:21 SSH_AGENT_PID=55 00:31:21 Running ssh-add (command line suppressed) 00:31:21 Identity added: /w/workspace/edgex-go/14@tmp/private_key_6211349657851847771.key (/w/workspace/edgex-go/14@tmp/private_key_6211349657851847771.key) 00:31:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:21 + git semver init 00:31:21 # -> Open(): unable to determine branch for HEAD 00:31:21 # $GIT_DIR = /w/workspace/edgex-go/14/.git 00:31:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 00:31:21 # $SEMVER_REMOTE_NAME = origin 00:31:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:21 # $SEMVER_USER_NAME = edgex-jenkins 00:31:21 # $SEMVER_BRANCH = PR-3034 00:31:21 # $SEMVER_TEMP = /tmp/semver-309709045 00:31:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:39 # '/tmp/semver-309709045' -> '/w/workspace/edgex-go/14/.semver' 00:31:39 # -> Force: false 00:31:39 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 00:31:39 $ docker exec --env ******** --env ******** 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 ssh-agent -k 00:31:40 unset SSH_AUTH_SOCK; 00:31:40 unset SSH_AGENT_PID; 00:31:40 echo Agent pid 55 killed; 00:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:40 + git semver [Pipeline] } 00:31:40 $ docker stop --time=1 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 00:31:42 $ docker rm -f 6fe700caf365e27b67c761a97f3e8269dfb4b5c6f4f504a8d87a0578631e9f50 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:43 Stashed 1 file(s) [Pipeline] echo 00:31:43 [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:31:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:45 + sudo service docker restart 00:31:45 + true 00:31:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:45 ========================================================= 00:31:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:45 + 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:31:49 Sending build context to Docker daemon 327.4MB 00:31:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:49 Step 2/6 : FROM ${BASE} 00:31:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:49 188c0c94c7c5: Pulling fs layer 00:31:49 0ef7d3d256c8: Pulling fs layer 00:31:49 de9db76c5a1d: Pulling fs layer 00:31:49 bca2f99d35d6: Pulling fs layer 00:31:49 93359f2a8cfa: Pulling fs layer 00:31:49 7c6f9722023f: Pulling fs layer 00:31:49 a35cf1a2eb13: Pulling fs layer 00:31:49 93359f2a8cfa: Waiting 00:31:49 7c6f9722023f: Waiting 00:31:49 a35cf1a2eb13: Waiting 00:31:49 bca2f99d35d6: Waiting 00:31:49 de9db76c5a1d: Verifying Checksum 00:31:49 de9db76c5a1d: Download complete 00:31:49 0ef7d3d256c8: Verifying Checksum 00:31:49 0ef7d3d256c8: Download complete 00:31:49 93359f2a8cfa: Verifying Checksum 00:31:49 93359f2a8cfa: Download complete 00:31:49 7c6f9722023f: Verifying Checksum 00:31:49 7c6f9722023f: Download complete 00:31:49 188c0c94c7c5: Download complete 00:31:49 188c0c94c7c5: Pull complete 00:31:50 0ef7d3d256c8: Pull complete 00:31:50 de9db76c5a1d: Pull complete 00:31:51 a35cf1a2eb13: Verifying Checksum 00:31:51 a35cf1a2eb13: Download complete 00:31:51 bca2f99d35d6: Verifying Checksum 00:31:51 bca2f99d35d6: Download complete 00:31:57 bca2f99d35d6: Pull complete 00:31:57 93359f2a8cfa: Pull complete 00:31:57 7c6f9722023f: Pull complete 00:31:58 Still waiting to schedule task 00:31:58 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24149’ 00:32:04 a35cf1a2eb13: Pull complete 00:32:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:04 ---> a62c8e92a672 00:32:04 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:32:04 ---> Running in 303c8a80fb6a 00:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:05 (1/12) Installing libmagic (5.38-r0) 00:32:05 (2/12) Installing file (5.38-r0) 00:32:06 (3/12) Installing libc-dev (0.7.2-r3) 00:32:06 (4/12) Installing g++ (9.3.0-r2) 00:32:09 (5/12) Installing fortify-headers (1.1-r0) 00:32:09 (6/12) Installing patch (2.7.6-r6) 00:32:09 (7/12) Installing build-base (0.5-r2) 00:32:09 (8/12) Installing libsodium (1.0.18-r0) 00:32:09 (9/12) Installing pkgconf (1.7.2-r0) 00:32:09 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:09 (11/12) Installing libzmq (4.3.3-r0) 00:32:10 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:10 Executing busybox-1.31.1-r19.trigger 00:32:10 OK: 233 MiB in 51 packages 00:32:13 Removing intermediate container 303c8a80fb6a 00:32:13 ---> 2f38a04cda10 00:32:13 Step 4/6 : WORKDIR /edgex-go 00:32:13 ---> Running in d1781b9939d5 00:32:13 Removing intermediate container d1781b9939d5 00:32:13 ---> 40da2129e558 00:32:13 Step 5/6 : COPY go.mod . 00:32:13 ---> 1a1894f7be95 00:32:13 Step 6/6 : RUN go mod download 00:32:14 ---> Running in b2e6c972803a 00:32:36 Removing intermediate container b2e6c972803a 00:32:36 ---> 545df4918a71 00:32:36 Successfully built 545df4918a71 00:32:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:36 + docker inspect -f . ci-base-image-x86_64 00:32:36 . [Pipeline] withDockerContainer 00:32:36 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:32:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat 00:32:37 $ docker top 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:38 + go version 00:32:38 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:38 $ docker stop --time=1 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 00:32:39 $ docker rm -f 9753abb616a39bfa514faa8879b9243f10b6a052a6947328fad2df47311835e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:40 + docker inspect -f . ci-base-image-x86_64 00:32:40 . [Pipeline] withDockerContainer 00:32:40 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:32:40 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat 00:32:41 $ docker top a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:41 ========================================================= 00:32:41 [edgeXBuildGoParallel] Running Tests and Build... 00:32:41 ========================================================= [Pipeline] sh 00:32:42 + make test 00:32:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.2% of statements 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 00:33:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.038s coverage: 94.4% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.440s coverage: 84.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.774s coverage: 29.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.053s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:55 GO111MODULE=on go vet ./... 00:34:21 gofmt -l . 00:34:21 [ "`gofmt -l .`" = "" ] 00:34:21 ./bin/test-go-mod-tidy.sh 00:34:22 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:23 + ls -al . 00:34:23 total 680 00:34:23 drwxrwxr-x 10 1001 1001 4096 Jan 31 00:34 . 00:34:23 drwxr-xr-x 4 root root 30 Jan 31 00:32 .. 00:34:23 -rw-rw-r-- 1 1001 1001 11 Jan 31 00:30 .dockerignore 00:34:23 drwxrwxr-x 8 1001 1001 179 Jan 31 00:31 .git 00:34:23 drwxrwxr-x 3 1001 1001 125 Jan 31 00:30 .github 00:34:23 -rw-rw-r-- 1 1001 1001 872 Jan 31 00:30 .gitignore 00:34:23 drwx------ 3 1001 1001 60 Jan 31 00:31 .semver 00:34:23 -rw-rw-r-- 1 1001 1001 166 Jan 31 00:30 .sonarcloud.properties 00:34:23 -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:30 Attribution.txt 00:34:23 -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:30 CONTRIBUTING.md 00:34:23 -rw-rw-r-- 1 1001 1001 931 Jan 31 00:30 Dockerfile.build 00:34:23 -rw-rw-r-- 1 1001 1001 863 Jan 31 00:30 Jenkinsfile 00:34:23 -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:30 LICENSE 00:34:23 -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:30 Makefile 00:34:23 -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:30 README.md 00:34:23 -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:30 SECURITY.md 00:34:23 -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION 00:34:23 -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:30 ZMQWindows.md 00:34:23 drwxrwxr-x 2 1001 1001 117 Jan 31 00:30 bin 00:34:23 drwxrwxr-x 15 1001 1001 4096 Jan 31 00:30 cmd 00:34:23 -rw-r--r-- 1 root root 574984 Jan 31 00:33 coverage.out 00:34:23 -rw-r--r-- 1 root root 1054 Jan 31 00:34 go.mod 00:34:23 -rw-r--r-- 1 root root 19289 Jan 31 00:34 go.sum 00:34:23 drwxrwxr-x 8 1001 1001 127 Jan 31 00:30 internal 00:34:23 drwxrwxr-x 4 1001 1001 26 Jan 31 00:30 openapi 00:34:23 drwxrwxr-x 4 1001 1001 71 Jan 31 00:31 snap 00:34:23 -rw-rw-r-- 1 1001 1001 168 Jan 31 00:30 version.go [Pipeline] sh 00:34:24 + '[' -e coverage.out ] 00:34:24 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:24 Stashed 1 file(s) [Pipeline] sh 00:34:24 + make build 00:34: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:34:28 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:34: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:34: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:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34: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:34:41 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:34: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:34: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:34: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:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34: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:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:50 $ docker stop --time=1 a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded 00:34:52 $ docker rm -f a933c7b4986ccdda15926c18e15a9b8871b745512317834620bac9c03c265ded [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:54 00:34:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:54 latest: Pulling from edgex-devops/edgex-compose 00:34:54 cbdbe7a5bc2a: Pulling fs layer 00:34:54 ca9280d653b3: Pulling fs layer 00:34:54 7e9c9ca2126c: Pulling fs layer 00:34:55 cbdbe7a5bc2a: Download complete 00:34:55 ca9280d653b3: Verifying Checksum 00:34:55 ca9280d653b3: Download complete 00:34:56 cbdbe7a5bc2a: Pull complete 00:34:57 ca9280d653b3: Pull complete 00:34:57 7e9c9ca2126c: Verifying Checksum 00:34:57 7e9c9ca2126c: Download complete 00:35:05 7e9c9ca2126c: Pull complete 00:35:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:05 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:35:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:06 $ docker top 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:07 + docker-compose build --help 00:35:07 + grep parallel 00:35:08 --parallel Build images in parallel. [Pipeline] } 00:35:08 $ docker stop --time=1 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 00:35:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24156 in /w/workspace/edgexfoundry_edgex-go_PR-3034 00:35:09 $ docker rm -f 969d580a16a446fabb7e3c8f862186a22eb932550cb6c14e4285a179b09bdd65 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws 00:35:09 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:10 . [Pipeline] withDockerContainer 00:35:10 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:35:10 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:11 $ docker top 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:11 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:12 Building docker-core-command-go ... 00:35:12 Building docker-core-data-go ... 00:35:12 Building docker-core-metadata-go ... 00:35:12 Building docker-security-bootstrapper-go ... 00:35:12 Building docker-security-proxy-setup-go ... 00:35:12 Building docker-security-secretstore-setup-go ... 00:35:12 Building docker-support-notifications-go ... 00:35:12 Building docker-support-scheduler-go ... 00:35:12 Building docker-sys-mgmt-agent-go ... 00:35:12 Building docker-support-notifications-go 00:35:12 Building docker-support-scheduler-go 00:35:12 Building docker-core-metadata-go 00:35:12 Building docker-security-secretstore-setup-go 00:35:12 Building docker-security-proxy-setup-go 00:35:14 using credential edgex-jenkins-ssh 00:35:14 Cloning the remote Git repository 00:35:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:15 > git init /w/workspace/edgex-go/14 # timeout=10 00:35:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:15 > git --version # timeout=10 00:35:15 > git --version # 'git version 2.17.1' 00:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:32 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:35:33 Merge succeeded, producing 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 00:35:33 Checking out Revision 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 (PR-3034) 00:35:32 > git config core.sparsecheckout # timeout=10 00:35:32 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:35:33 > git remote # timeout=10 00:35:33 > git config --get remote.origin.url # timeout=10 00:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:33 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 00:35:33 > git rev-parse HEAD^{commit} # timeout=10 00:35:33 > git config core.sparsecheckout # timeout=10 00:35:33 > git checkout -f 6f83bf6a3df7979f80417a20b88df2fdaf4300d3 # timeout=10 00:35:38 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 00:35:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:38 > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 00:35:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:40 + sudo service docker+ restart 00:35:40 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:42 provisioning config files... 00:35:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config1760758819933757992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:42 ---> docker-login.sh 00:35:42 nexus3.edgexfoundry.org:10001 00:35:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:44 Configure a credential helper to remove this warning. See 00:35:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:44 00:35:44 Login Succeeded 00:35:44 nexus3.edgexfoundry.org:10002 00:35:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:44 Configure a credential helper to remove this warning. See 00:35:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:44 00:35:44 Login Succeeded 00:35:44 nexus3.edgexfoundry.org:10003 00:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:45 ---> 545df4918a71 00:35:45 Step 3/21 : WORKDIR /edgex-go 00:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:45 Configure a credential helper to remove this warning. See 00:35:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:45 00:35:45 Login Succeeded 00:35:45 nexus3.edgexfoundry.org:10004 00:35:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:45 ---> 545df4918a71 00:35:45 Step 3/22 : WORKDIR /edgex-go 00:35:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:45 ---> 545df4918a71 00:35:45 Step 3/23 : WORKDIR /edgex-go 00:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:45 Configure a credential helper to remove this warning. See 00:35:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:45 00:35:45 Login Succeeded 00:35:45 docker.io 00:35:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 545df4918a71 00:35:46 Step 3/24 : WORKDIR /edgex-go 00:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:46 ---> 545df4918a71 00:35:46 Step 3/22 : WORKDIR /edgex-go 00:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:46 Configure a credential helper to remove this warning. See 00:35:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:46 00:35:46 Login Succeeded 00:35:46 ---> docker-login.sh ends [Pipeline] } 00:35:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:46 ========================================================= 00:35:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:47 + 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:35:47 ---> Running in 9975627888b7 00:35:47 ---> Running in 70edd38852ad 00:35:47 ---> Running in 96490cbd48ad 00:35:47 ---> Running in 8bdcb217f2e3 00:35:47 ---> Running in c9600d74dd49 00:35:47 Removing intermediate container 96490cbd48ad 00:35:47 ---> 8080bef424d8 00:35:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:47 Removing intermediate container 9975627888b7 00:35:47 ---> 1c1d41e41255 00:35:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:47 Removing intermediate container c9600d74dd49 00:35:47 ---> bfe80b75c3c4 00:35:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:47 Removing intermediate container 8bdcb217f2e3 00:35:47 ---> 30c56418d913 00:35:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:47 Removing intermediate container 70edd38852ad 00:35:47 ---> bc93c39fc655 00:35:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:48 ---> Running in 86a91ce550c5 00:35:48 ---> Running in 35afdab1e753 00:35:48 ---> Running in c111a7c4e55a 00:35:48 ---> Running in db6b2704e4b9 00:35:48 ---> Running in ff99dd8fd6c7 00:35:49 Sending build context to Docker daemon 166MB 00:35:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:49 Step 2/6 : FROM ${BASE} 00:35:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:49 5f621e34cdf4: Pulling fs layer 00:35:49 a4357932f1b6: Pulling fs layer 00:35:49 18c013af1878: Pulling fs layer 00:35:49 00ac8860ef70: Pulling fs layer 00:35:49 63d7cb157983: Pulling fs layer 00:35:49 b116817d02f9: Pulling fs layer 00:35:49 745a02a5169b: Pulling fs layer 00:35:49 00ac8860ef70: Waiting 00:35:49 b116817d02f9: Waiting 00:35:49 745a02a5169b: Waiting 00:35:49 63d7cb157983: Waiting 00:35:49 18c013af1878: Verifying Checksum 00:35:49 18c013af1878: Download complete 00:35:49 a4357932f1b6: Download complete 00:35:49 63d7cb157983: Download complete 00:35:49 b116817d02f9: Download complete 00:35:49 5f621e34cdf4: Verifying Checksum 00:35:49 5f621e34cdf4: Download complete 00:35:50 5f621e34cdf4: Pull complete 00:35:50 Removing intermediate container 35afdab1e753 00:35:50 ---> 746927835815 00:35:50 Step 5/23 : RUN apk add --update --no-cache make git 00:35:50 Removing intermediate container c111a7c4e55a 00:35:50 ---> 533847f59458 00:35:50 Step 5/22 : RUN apk add --update --no-cache make git 00:35:50 ---> Running in ba03c7111285 00:35:50 Removing intermediate container 86a91ce550c5 00:35:50 ---> 11521f1bffa6 00:35:50 Step 5/24 : RUN apk add --update --no-cache make git 00:35:50 ---> Running in 04800ff297a8 00:35:50 ---> Running in f81ef8d52c62 00:35:50 a4357932f1b6: Pull complete 00:35:51 Removing intermediate container db6b2704e4b9 00:35:51 ---> c646e2c39460 00:35:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:51 Removing intermediate container ff99dd8fd6c7 00:35:51 ---> 85dede613d2d 00:35:51 Step 5/21 : RUN apk add --update --no-cache make git 00:35:51 ---> Running in d20b2b625c4a 00:35:51 ---> Running in d4d4a5bafebc 00:35:51 18c013af1878: Pull complete 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:52 745a02a5169b: Verifying Checksum 00:35:52 745a02a5169b: Download complete 00:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:53 00ac8860ef70: Download complete 00:35:53 OK: 233 MiB in 51 packages 00:35:53 OK: 233 MiB in 51 packages 00:35:53 OK: 233 MiB in 51 packages 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:54 Removing intermediate container d4d4a5bafebc 00:35:54 ---> c0fe77699e16 00:35:54 Step 6/22 : COPY go.mod . 00:35:54 Removing intermediate container d20b2b625c4a 00:35:54 ---> 2fb7d525a2b5 00:35:54 Step 6/21 : COPY go.mod . 00:35:54 Removing intermediate container ba03c7111285 00:35:54 ---> 89d41a3f6e14 00:35:54 Step 6/23 : COPY go.mod . 00:35:54 ---> a1d12dc8979b 00:35:54 Step 7/21 : RUN go mod download 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:54 ---> 1f0011e551e8 00:35:54 Step 7/22 : RUN go mod download 00:35:54 ---> Running in bfc462f6980d 00:35:54 ---> Running in 24004ab5b464 00:35:54 ---> bc444b5c1dd8 00:35:54 Step 7/23 : RUN go mod download 00:35:54 ---> Running in 70f51f9dba02 00:35:56 OK: 233 MiB in 51 packages 00:35:56 Removing intermediate container 24004ab5b464 00:35:56 ---> 25447ed8c4a2 00:35:56 Step 8/22 : COPY . . 00:35:56 Removing intermediate container 70f51f9dba02 00:35:56 ---> aeac5c34e768 00:35:56 Step 8/23 : COPY . . 00:35:56 Removing intermediate container bfc462f6980d 00:35:56 ---> 3e15794cd5b1 00:35:56 Step 8/21 : COPY . . 00:35:56 OK: 233 MiB in 51 packages 00:35:56 Removing intermediate container f81ef8d52c62 00:35:56 ---> 4daeb47a97aa 00:35:56 Step 6/24 : COPY go.mod . 00:36:01 ---> c79261fa1839 00:36:01 Step 7/24 : RUN go mod download 00:36:01 ---> Running in 14c2e958c304 00:36:03 00ac8860ef70: Pull complete 00:36:03 63d7cb157983: Pull complete 00:36:03 b116817d02f9: Pull complete 00:36:04 Removing intermediate container 04800ff297a8 00:36:04 ---> 382f8374740f 00:36:04 Step 6/22 : COPY go.mod . 00:36:07 ---> d1af6be3ae33 00:36:07 Step 7/22 : RUN go mod download 00:36:08 745a02a5169b: Pull complete 00:36:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:08 ---> b7e6874047d6 00:36:08 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:36:08 ---> Running in 5be2ad204f59 00:36:10 ---> Running in 1620c5df6ea5 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:12 Removing intermediate container 14c2e958c304 00:36:12 ---> b07d146d63e8 00:36:12 Step 8/24 : COPY . . 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:15 (1/12) Installing libmagic (5.38-r0) 00:36:16 (2/12) Installing file (5.38-r0) 00:36:16 (3/12) Installing libc-dev (0.7.2-r3) 00:36:16 (4/12) Installing g++ (9.3.0-r2) 00:36:18 Removing intermediate container 5be2ad204f59 00:36:18 ---> d390a753f140 00:36:18 Step 8/22 : COPY . . 00:36:36 ---> 8fa83f8a7d19 00:36:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:36 ---> 8b164dd23b11 00:36:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:36 ---> b0ed8e7f273b 00:36:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:37 ---> Running in 90e4612c945a 00:36:37 ---> Running in cf266fbf61de 00:36:37 ---> Running in 57a67a7c21db 00:36:38 (5/12) Installing fortify-headers (1.1-r0) 00:36:38 (6/12) Installing patch (2.7.6-r6) 00:36:38 (7/12) Installing build-base (0.5-r2) 00:36:38 (8/12) Installing libsodium (1.0.18-r0) 00:36:38 (9/12) Installing pkgconf (1.7.2-r0) 00:36:38 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:38 (11/12) Installing libzmq (4.3.3-r0) 00:36:38 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:38 Executing busybox-1.31.1-r19.trigger 00:36:38 OK: 217 MiB in 51 packages 00:36:40 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:36:40 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:36:40 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:36:42 Removing intermediate container 1620c5df6ea5 00:36:42 ---> 8b19b5fa57c6 00:36:42 Step 4/6 : WORKDIR /edgex-go 00:36:42 ---> Running in 5bc4cc477050 00:36:42 Removing intermediate container 5bc4cc477050 00:36:42 ---> 4a781a533826 00:36:42 Step 5/6 : COPY go.mod . 00:36:43 ---> 809ac7a8706d 00:36:43 Step 6/6 : RUN go mod download 00:36:43 ---> Running in d4779dec5392 00:36:45 ---> 0145aa42a4fe 00:36:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:45 ---> Running in 4daadddb2835 00:36:45 ---> a4be4f73ac74 00:36:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:45 ---> Running in 81e0ba25c88a 00:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:46 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:37:09 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:37:10 Removing intermediate container d4779dec5392 00:37:10 ---> 449cf5d4489c 00:37:10 Successfully built 449cf5d4489c 00:37:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:10 + docker inspect -f . ci-base-image-arm64 00:37:10 . [Pipeline] withDockerContainer 00:37:10 prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container 00:37:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:12 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:37:12 $ docker top d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:13 + go version 00:37:13 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:13 $ docker stop --time=1 d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd 00:37:15 $ docker rm -f d7d947b9f6db93384e3e720000123a511c1aafede42171250253de53c4f4f5cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:16 + docker inspect -f . ci-base-image-arm64 00:37:16 . [Pipeline] withDockerContainer 00:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container 00:37:16 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:16 Removing intermediate container 57a67a7c21db 00:37:16 ---> 339abaef6a24 00:37:16 00:37:16 Step 10/22 : FROM alpine:3.12 00:37:16 Removing intermediate container cf266fbf61de 00:37:16 ---> a4fd114350b9 00:37:16 00:37:16 Step 10/21 : FROM alpine:3.12 00:37:16 3.12: Pulling from library/alpine 00:37:16 3.12: Pulling from library/alpine 00:37:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:17 Status: Downloaded newer image for alpine:3.12 00:37:17 ---> 389fef711851 00:37:17 Step 11/21 : RUN apk add --update --no-cache curl 00:37:17 Status: Image is up to date for alpine:3.12 00:37:17 ---> 389fef711851 00:37:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:17 ---> Running in a2786c7e4179 00:37:17 ---> Running in 747702bab6f6 00:37:18 $ docker top f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:18 ========================================================= 00:37:18 [edgeXBuildGoParallel] Running Tests and Build... 00:37:18 ========================================================= [Pipeline] sh 00:37:19 + make test 00:37:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:19 Removing intermediate container 4daadddb2835 00:37:19 ---> 86870b08e371 00:37:19 00:37:19 Step 10/24 : FROM alpine:3.12 00:37:19 ---> 389fef711851 00:37:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:21 (1/4) Installing ca-certificates (20191127-r4) 00:37:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:21 (3/4) Installing libcurl (7.69.1-r3) 00:37:21 (4/4) Installing curl (7.69.1-r3) 00:37:21 Executing busybox-1.31.1-r19.trigger 00:37:21 Executing ca-certificates-20191127-r4.trigger 00:37:21 OK: 7 MiB in 18 packages 00:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:22 ---> Running in df4c0b71dcfb 00:37:22 (1/2) Installing ca-certificates (20191127-r4) 00:37:22 (2/2) Installing dumb-init (1.2.2-r1) 00:37:22 Executing busybox-1.31.1-r19.trigger 00:37:22 Executing ca-certificates-20191127-r4.trigger 00:37:22 OK: 6 MiB in 16 packages 00:37:22 Removing intermediate container 90e4612c945a 00:37:22 ---> a9fe147c025c 00:37:22 00:37:22 Step 10/23 : FROM alpine:3.12 00:37:22 ---> 389fef711851 00:37:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:23 ---> Running in 1979465d995f 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 (1/5) Installing ca-certificates (20191127-r4) 00:37:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:23 (3/5) Installing libcurl (7.69.1-r3) 00:37:24 (4/5) Installing curl (7.69.1-r3) 00:37:24 (5/5) Installing dumb-init (1.2.2-r1) 00:37:24 Executing busybox-1.31.1-r19.trigger 00:37:24 Executing ca-certificates-20191127-r4.trigger 00:37:24 OK: 7 MiB in 19 packages 00:37:24 Removing intermediate container a2786c7e4179 00:37:24 ---> 4db1a976edf2 00:37:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:26 Removing intermediate container 747702bab6f6 00:37:26 ---> 94dd546c1efd 00:37:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:26 ---> Running in 99a0a8de7238 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 Removing intermediate container 81e0ba25c88a 00:37:26 ---> 759ef0aad1ac 00:37:26 00:37:26 Step 10/22 : FROM alpine:3.12 00:37:26 ---> 389fef711851 00:37:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:26 ---> Running in dc650c1b62f4 00:37:26 ---> Running in 324b1e5edbbf 00:37:26 (1/1) Installing dumb-init (1.2.2-r1) 00:37:26 Executing busybox-1.31.1-r19.trigger 00:37:26 OK: 6 MiB in 15 packages 00:37:27 Removing intermediate container 99a0a8de7238 00:37:27 ---> 96351193160c 00:37:27 Step 13/21 : WORKDIR /edgex 00:37:28 ---> Running in b1a83a5faf50 00:37:28 Removing intermediate container dc650c1b62f4 00:37:28 ---> ef1639e06a19 00:37:28 Step 13/22 : ENV APP_PORT=48060 00:37:28 Removing intermediate container df4c0b71dcfb 00:37:28 ---> 91ca90793ce2 00:37:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:28 ---> Running in bc33277c0dbd 00:37:28 ---> Running in 7930a15cb614 00:37:28 Removing intermediate container b1a83a5faf50 00:37:28 ---> d5e9642e7049 00:37:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:28 Removing intermediate container 1979465d995f 00:37:28 ---> 291428e1f854 00:37:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:28 Removing intermediate container bc33277c0dbd 00:37:28 ---> da9a99f7f8ee 00:37:28 Step 14/22 : EXPOSE $APP_PORT 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:28 ---> Running in dfbd3bff2965 00:37:28 ---> Running in e25a61949d93 00:37:28 Removing intermediate container 7930a15cb614 00:37:28 ---> 8a36a17f83ca 00:37:28 Step 13/24 : WORKDIR / 00:37:28 ---> 1d881851f1b8 00:37:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:29 (1/1) Installing dumb-init (1.2.2-r1) 00:37:29 ---> Running in 6301c95b7f1d 00:37:29 Executing busybox-1.31.1-r19.trigger 00:37:29 OK: 6 MiB in 15 packages 00:37:29 Removing intermediate container dfbd3bff2965 00:37:29 ---> bfd9a2a36c0d 00:37:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:29 Removing intermediate container e25a61949d93 00:37:29 ---> 8f63699a2abb 00:37:29 Step 13/23 : ENV APP_PORT=48081 00:37:29 Removing intermediate container 6301c95b7f1d 00:37:29 ---> f0b50788d9d3 00:37:29 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:37:29 ---> Running in e1e03712c7c1 00:37:29 ---> 2d7d65e96213 00:37:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:29 ---> ecb4534ee70a 00:37:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:29 Removing intermediate container e1e03712c7c1 00:37:29 ---> 65206999cbb8 00:37:29 Step 14/23 : EXPOSE $APP_PORT 00:37:30 ---> 210339acdbfd 00:37:30 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:37:30 Removing intermediate container 324b1e5edbbf 00:37:30 ---> 7e2d1bce3e99 00:37:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:30 ---> Running in d7e20de4c49d 00:37:30 ---> Running in 6faeb204abee 00:37:30 ---> f215109b9dcc 00:37:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:30 ---> c792f5a3548d 00:37:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:30 ---> 9c3f81bb11b5 00:37:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:30 ---> Running in 63c40bab852b 00:37:30 Removing intermediate container d7e20de4c49d 00:37:30 ---> bb9373a0e071 00:37:30 Step 15/23 : WORKDIR / 00:37:31 Removing intermediate container 6faeb204abee 00:37:31 ---> 7e1c70aa4849 00:37:31 Step 13/22 : ENV APP_PORT=48085 00:37:31 ---> Running in 4952568d28a5 00:37:31 ---> Running in 83c30f1c46e6 00:37:31 ---> a2d5bf8d6062 00:37:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:31 ---> 44dd6973c9d9 00:37:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:31 Removing intermediate container 63c40bab852b 00:37:31 ---> 54e476379a26 00:37:31 Step 18/21 : CMD ["--init=true"] 00:37:31 ---> Running in 3dbaad4f2265 00:37:31 ---> Running in c8ff5fb4497c 00:37:31 Removing intermediate container 4952568d28a5 00:37:31 ---> 1e8f3bb78792 00:37:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:31 Removing intermediate container 83c30f1c46e6 00:37:31 ---> 053fdd461605 00:37:31 Step 14/22 : EXPOSE $APP_PORT 00:37:32 ---> Running in 0e7b8e14db5c 00:37:32 Removing intermediate container 3dbaad4f2265 00:37:32 ---> 86078f3bb9e9 00:37:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:32 ---> 4ef281c83084 00:37:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:32 Removing intermediate container c8ff5fb4497c 00:37:32 ---> 102d2b2846e1 00:37:32 Step 19/21 : LABEL arch=x86_64 00:37:32 ---> Running in 7f46fd3c0b29 00:37:32 ---> Running in 78dd60a236e5 00:37:32 Removing intermediate container 0e7b8e14db5c 00:37:32 ---> 4a2b8faf95d3 00:37:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 ---> 71281de60016 00:37:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:32 Removing intermediate container 7f46fd3c0b29 00:37:32 ---> 734c14c667b7 00:37:32 Step 20/22 : LABEL arch=x86_64 00:37:32 ---> 0daaf4100684 00:37:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:33 ---> d651f9a5e5bb 00:37:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:33 Removing intermediate container 78dd60a236e5 00:37:33 ---> a088f5da74fb 00:37:33 Step 20/21 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:37:33 ---> 03c1f910c503 00:37:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:33 ---> Running in 3385b32a2fd1 00:37:33 ---> Running in 9f63e74f0aa2 00:37:33 ---> a89e73ce81fe 00:37:33 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:37:33 Removing intermediate container 3385b32a2fd1 00:37:33 ---> 9bc3b4cf6838 00:37:33 Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:37:33 ---> Running in 29d7d367c7e4 00:37:33 ---> 011adb702d6f 00:37:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:33 Removing intermediate container 9f63e74f0aa2 00:37:33 ---> 581689ca7fef 00:37:33 Step 21/21 : LABEL version=0.0.0 00:37:33 ---> Running in 26e8ea2594a2 00:37:33 ---> ee61bab11f25 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:33 ---> Running in 5222d53528bb 00:37:33 ---> Running in da689cb71cea 00:37:34 Removing intermediate container 26e8ea2594a2 00:37:34 ---> e2625e325a7d 00:37:34 Step 22/22 : LABEL version=0.0.0 00:37:34 Removing intermediate container 5222d53528bb 00:37:34 ---> ea9aa2700fac 00:37:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:34 Removing intermediate container da689cb71cea 00:37:34 ---> 0cabbfc30d30 00:37:34 00:37:34 ---> Running in 01a15b2763a9 00:37:34 ---> 2e9e310f1deb 00:37:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:34 ---> Running in 7a8d90508169 00:37:34 ---> Running in 1370d68eff30 00:37:34 Removing intermediate container 01a15b2763a9 00:37:34 ---> 0287f3ce4db5 00:37:34 00:37:34 Successfully built 0cabbfc30d30 00:37:34 Removing intermediate container 7a8d90508169 00:37:34 ---> 67c9a24c1ffe 00:37:34 Step 21/23 : LABEL arch=x86_64 00:37:34 Successfully tagged docker-security-proxy-setup-go:latest 00:37:34  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:34 Successfully built 0287f3ce4db5 00:37:35 ---> Running in a099763896be 00:37:35 Removing intermediate container 1370d68eff30 00:37:35 ---> 1f1c4619c974 00:37:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 Successfully tagged docker-support-notifications-go:latest 00:37:35 Building docker-core-command-go 00:37:35  Building docker-support-notifications-go ... done  ---> Running in 6fdcc1de6e5d 00:37:35 Removing intermediate container a099763896be 00:37:35 ---> f47f95a07d0b 00:37:35 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:37:35 ---> Running in bad0cdb53852 00:37:35 Removing intermediate container 29d7d367c7e4 00:37:35 ---> 59daf256fd1e 00:37:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:35 Removing intermediate container 6fdcc1de6e5d 00:37:35 ---> 026d76d15ef3 00:37:35 Step 20/22 : LABEL arch=x86_64 00:37:35 ---> Running in 019bdb97906f 00:37:38 ---> Running in 8f82aa27ed1e 00:37:38 Removing intermediate container bad0cdb53852 00:37:38 ---> 0c98e7e0d1b5 00:37:38 Step 23/23 : LABEL version=0.0.0 00:37:39 Removing intermediate container 019bdb97906f 00:37:39 ---> 65a74d25534b 00:37:39 Step 22/24 : LABEL arch=x86_64 00:37:40 ---> Running in 343862376b20 00:37:41 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:42 ---> Running in a7f0686e6e2f 00:37:42 Removing intermediate container 8f82aa27ed1e 00:37:42 ---> 17d9ae2e4a71 00:37:42 Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:37:43 Removing intermediate container 343862376b20 00:37:43 ---> 940893e75b9b 00:37:43 00:37:43 ---> Running in 94965613459a 00:37:43 Removing intermediate container a7f0686e6e2f 00:37:43 ---> 1bbc890d4fbc 00:37:43 Step 23/24 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:37:43 Successfully built 940893e75b9b 00:37:43 ---> Running in 777a0bc026d7 00:37:43 Successfully tagged docker-core-metadata-go:latest 00:37:43 Building docker-core-data-go 00:37:43  Building docker-core-metadata-go ... done Removing intermediate container 94965613459a 00:37:43 ---> ac07769f7001 00:37:43 Step 22/22 : LABEL version=0.0.0 00:37:43 ---> Running in 96140f1d14a8 00:37:43 Removing intermediate container 777a0bc026d7 00:37:43 ---> d9479daa2b11 00:37:43 Step 24/24 : LABEL version=0.0.0 00:37:43 ---> Running in 33214eb19ba6 00:37:43 Removing intermediate container 96140f1d14a8 00:37:43 ---> f789bbadb60a 00:37:43 00:37:44 Successfully built f789bbadb60a 00:37:44 Successfully tagged docker-support-scheduler-go:latest 00:37:44  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:37:44 Removing intermediate container 33214eb19ba6 00:37:44 ---> 13266d644166 00:37:44 00:37:45 Successfully built 13266d644166 00:37:46 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:59  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> 545df4918a71 00:37:59 Step 3/23 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> bc93c39fc655 00:37:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> 85dede613d2d 00:37:59 Step 5/23 : RUN apk add --update --no-cache make git 00:37:59 ---> Using cache 00:37:59 ---> 2fb7d525a2b5 00:37:59 Step 6/23 : COPY go.mod . 00:37:59 ---> Using cache 00:37:59 ---> a1d12dc8979b 00:37:59 Step 7/23 : RUN go mod download 00:37:59 ---> Using cache 00:37:59 ---> 3e15794cd5b1 00:37:59 Step 8/23 : COPY . . 00:37:59 ---> Using cache 00:37:59 ---> 8b164dd23b11 00:37:59 Step 9/23 : RUN make cmd/core-command/core-command 00:37:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> 545df4918a71 00:37:59 Step 3/26 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> bc93c39fc655 00:37:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> 85dede613d2d 00:37:59 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:59 ---> Running in 3cd3346b062a 00:37:59 ---> Running in 65a45d85ea2a 00:38:03 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:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:38:07 ---> 545df4918a71 00:38:07 Step 3/31 : WORKDIR /edgex-go 00:38:07 ---> Using cache 00:38:07 ---> bc93c39fc655 00:38:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:07 ---> Using cache 00:38:07 ---> 85dede613d2d 00:38:07 Step 5/31 : RUN apk add --update --no-cache make git 00:38:07 ---> Using cache 00:38:07 ---> 2fb7d525a2b5 00:38:07 Step 6/31 : COPY go.mod . 00:38:07 ---> Using cache 00:38:07 ---> a1d12dc8979b 00:38:07 Step 7/31 : RUN go mod download 00:38:07 ---> Using cache 00:38:07 ---> 3e15794cd5b1 00:38:07 Step 8/31 : COPY . . 00:38:07 ---> Using cache 00:38:07 ---> 8b164dd23b11 00:38:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:07 ---> 545df4918a71 00:38:07 Step 3/23 : WORKDIR /edgex-go 00:38:07 ---> Using cache 00:38:07 ---> bc93c39fc655 00:38:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:07 ---> Using cache 00:38:07 ---> 85dede613d2d 00:38:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:08 OK: 233 MiB in 51 packages 00:38:08 ---> Running in 2743679ec279 00:38:08 ---> Running in cf603e870f91 00:38:10 Removing intermediate container 3cd3346b062a 00:38:10 ---> b5ab69d9a082 00:38:10 Step 6/26 : COPY go.mod . 00:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 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:38:10 ---> 5cfced39d9e5 00:38:10 Step 7/26 : RUN go mod download 00:38:10 ---> Running in 5ac816a76668 00:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:13 Removing intermediate container 5ac816a76668 00:38:13 ---> ff39ff308963 00:38:13 Step 8/26 : COPY . . 00:38:16 OK: 233 MiB in 51 packages 00:38:20 Removing intermediate container 2743679ec279 00:38:20 ---> a8310434b4f0 00:38:20 Step 6/23 : COPY go.mod . 00:38:21 ---> 773b987314d4 00:38:21 Step 7/23 : RUN go mod download 00:38:23 ---> Running in 2e310c16d9c4 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:29 Removing intermediate container 2e310c16d9c4 00:38:29 ---> 389c3bf5e08b 00:38:29 Step 8/23 : COPY . . 00:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:41 Removing intermediate container 65a45d85ea2a 00:38:41 ---> 3b9dd874e56d 00:38:41 00:38:41 Step 10/23 : FROM alpine:3.12 00:38:41 ---> 389fef711851 00:38:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:41 ---> Using cache 00:38:41 ---> 7e2d1bce3e99 00:38:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:41 ---> Using cache 00:38:41 ---> 7e1c70aa4849 00:38:41 Step 13/23 : ENV APP_PORT=48082 00:38:41 ---> de30c1f7f684 00:38:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:41 ---> Running in 35b104c7cb4e 00:38:41 ---> Running in 3ae98819b7f1 00:38:41 Removing intermediate container 35b104c7cb4e 00:38:41 ---> ca51a1f484f8 00:38:41 Step 14/23 : EXPOSE $APP_PORT 00:38:42 ---> Running in 2807711891bc 00:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:43 Removing intermediate container 2807711891bc 00:38:43 ---> 654cacd68a1e 00:38:43 Step 15/23 : WORKDIR / 00:38:43 ---> Running in efb9cf17bfb3 00:38:46 Removing intermediate container efb9cf17bfb3 00:38:46 ---> 4bf77ca73619 00:38:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:48 Removing intermediate container cf603e870f91 00:38:48 ---> a185702dbc6d 00:38:48 00:38:48 Step 10/31 : FROM alpine:3.12 00:38:48 ---> 389fef711851 00:38:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:49 ---> 6b2d7f4d004d 00:38:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:49 ---> Running in 793b0aa494d8 00:38:50 Removing intermediate container 793b0aa494d8 00:38:50 ---> 72f517f8a187 00:38:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:38:51 ---> Running in ca55f640d1a2 00:38:52 ---> 4130a213c0cd 00:38:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 ---> f064a4329c4a 00:38:53 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:53 (1/2) Installing dumb-init (1.2.2-r1) 00:38:53 (2/2) Installing su-exec (0.2-r1) 00:38:53 Executing busybox-1.31.1-r19.trigger 00:38:53 OK: 6 MiB in 16 packages 00:38:53 ---> Running in c1c97383509f 00:38:54 ---> 8de55a2dfbd3 00:38:54 Step 9/23 : RUN make cmd/core-data/core-data 00:38:54 Removing intermediate container c1c97383509f 00:38:54 ---> deb3005817c5 00:38:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:54 ---> Running in 0d57fd32045d 00:38:54 ---> Running in 1530b7e59003 00:38:55 Removing intermediate container 1530b7e59003 00:38:55 ---> 4a04aca4797e 00:38:55 Step 21/23 : LABEL arch=x86_64 00:38:55 Removing intermediate container ca55f640d1a2 00:38:55 ---> 4b81732dc74a 00:38:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:38:55 ---> Running in 076d7323e235 00:38:55 ---> Running in 116ad5f1b961 00:38:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38:55 Removing intermediate container 076d7323e235 00:38:55 ---> 70a7b76c2035 00:38:55 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:38:55 Removing intermediate container 116ad5f1b961 00:38:55 ---> 026319bb9154 00:38:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:55 ---> Running in 782fcaf2f785 00:38:55 ---> Running in a07b80cce49d 00:38:56 Removing intermediate container 782fcaf2f785 00:38:56 ---> bd93247300e5 00:38:56 Step 23/23 : LABEL version=0.0.0 00:38:56 Removing intermediate container a07b80cce49d 00:38:56 ---> 5235d8b0880d 00:38:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:38:56 ---> Running in b56eb2f937c7 00:38:56 ---> Running in fd4bf2b830ca 00:38:56 Removing intermediate container b56eb2f937c7 00:38:56 ---> 87441336e10c 00:38:56 00:38:57 Successfully built 87441336e10c 00:38:57 Successfully tagged docker-core-command-go:latest 00:38:58  Building docker-core-command-go ... done Removing intermediate container fd4bf2b830ca 00:38:58 ---> 8c1b8c911469 00:38:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:58 ---> Running in ceee8daee091 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 46.2% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements 00:38:59 Removing intermediate container ceee8daee091 00:38:59 ---> 32c4ada590cf 00:38:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:00 Removing intermediate container 3ae98819b7f1 00:39:00 ---> 7b6a1f9bcf91 00:39:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:00 ---> 646bad1c2b11 00:39:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:01 ---> Running in 87c1e0e988a5 00:39:01 ---> Running in 64d2f467fd9b 00:39:03 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:39:04 Removing intermediate container 64d2f467fd9b 00:39:04 ---> ecf5d0d3fc44 00:39:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:04 ---> dbc27554a2a1 00:39:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:05 Removing intermediate container 87c1e0e988a5 00:39:05 ---> ca2e02953e0f 00:39:05 00:39:05 Step 11/26 : FROM docker:20.10.0 00:39:05 ---> f561c0694ddc 00:39:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:05 20.10.0: Pulling from library/docker 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.696s coverage: 27.1% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 65.8% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:07 ---> 987b441842b0 00:39:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:09 ---> 39733c0e6f46 00:39:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:09 ---> 5b474f58f460 00:39:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:09 ---> Running in b0b8ad5cea45 00:39:10 Removing intermediate container b0b8ad5cea45 00:39:10 ---> cb27a6f0e4ad 00:39:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:10 ---> 190a4d4a3a4c 00:39:10 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:12 ---> Running in e8aae6481445 00:39:14 Removing intermediate container e8aae6481445 00:39:14 ---> 9248847d2fb6 00:39:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:14 ---> Running in 42f288cdf4bc 00:39:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:14 Status: Downloaded newer image for docker:20.10.0 00:39:14 ---> aefe523efa57 00:39:14 Step 12/26 : RUN apk add --no-cache bash 00:39:14 ---> Running in 6afedd8c1e06 00:39:14 Removing intermediate container 42f288cdf4bc 00:39:14 ---> 7c2a6045f991 00:39:14 Step 28/31 : CMD ["gate"] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 00:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:15 ---> Running in 5f35b79d704e 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:15 (1/2) Installing readline (8.0.4-r0) 00:39:15 (2/2) Installing bash (5.0.17-r0) 00:39:15 Executing bash-5.0.17-r0.post-install 00:39:15 Executing busybox-1.31.1-r19.trigger 00:39:15 OK: 12 MiB in 22 packages 00:39:16 Removing intermediate container 5f35b79d704e 00:39:16 ---> a466ac064062 00:39:16 Step 29/31 : LABEL arch=x86_64 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:16 Removing intermediate container 0d57fd32045d 00:39:16 ---> b2cf257daa2b 00:39:16 00:39:16 Step 10/23 : FROM alpine:3.12 00:39:16 ---> 389fef711851 00:39:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:16 ---> Running in add4c5d49c74 00:39:17 ---> Running in 9372a4b2cac5 00:39:17 Removing intermediate container 6afedd8c1e06 00:39:17 ---> 9d1d9daf626d 00:39:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:17 ---> Running in e67fd5701a7e 00:39:17 Removing intermediate container add4c5d49c74 00:39:17 ---> 4240046977a7 00:39:17 Step 30/31 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:39:17 Removing intermediate container 9372a4b2cac5 00:39:17 ---> 00b1cdf53ccb 00:39:17 Step 12/23 : ENV APP_PORT=48080 00:39:17 ---> Running in c7c0fbfc03f0 00:39:17 ---> Running in d3e7d6be051a 00:39:17 Removing intermediate container e67fd5701a7e 00:39:17 ---> 9ba952edbc8c 00:39:17 Step 14/26 : ENV APP_PORT=48090 00:39:17 ---> Running in c126b52aff6f 00:39:17 Removing intermediate container d3e7d6be051a 00:39:17 ---> 001d66b31425 00:39:17 Step 31/31 : LABEL version=0.0.0 00:39:17 Removing intermediate container c7c0fbfc03f0 00:39:17 ---> 7e3a9c8e54ee 00:39:17 Step 13/23 : EXPOSE $APP_PORT 00:39:18 ---> Running in f493d6fc7c64 00:39:18 Removing intermediate container c126b52aff6f 00:39:18 ---> b8952aa45dbf 00:39:18 Step 15/26 : EXPOSE $APP_PORT 00:39:18 ---> Running in 03e6f6421fa5 00:39:18 ---> Running in 7600bf9d3c3d 00:39:18 Removing intermediate container f493d6fc7c64 00:39:18 ---> e6af52498a6a 00:39:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:18 ---> Running in 6e634c1a098e 00:39:18 Removing intermediate container 03e6f6421fa5 00:39:18 ---> 11bf0105252d 00:39:18 00:39:18 Removing intermediate container 7600bf9d3c3d 00:39:18 ---> 9f5b3925f689 00:39:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:18 Successfully built 11bf0105252d 00:39:18 Successfully tagged docker-security-bootstrapper-go:latest 00:39:19  Building docker-security-bootstrapper-go ... done  ---> 90f9579b8996 00:39:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:19 ---> 1b3339b28b65 00:39:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:19 Removing intermediate container 6e634c1a098e 00:39:19 ---> 14cd3ac99177 00:39:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:19 ---> Running in e2718f57b5d5 00:39:20 ---> 254d3e79090c 00:39:20 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:20 ---> Running in 3edd0e8aace9 00:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:20 (1/33) Installing libbz2 (1.0.8-r1) 00:39:20 (2/33) Installing expat (2.2.9-r1) 00:39:20 (3/33) Installing libffi (3.3-r2) 00:39:20 (4/33) Installing gdbm (1.13-r1) 00:39:21 (5/33) Installing xz-libs (5.2.5-r0) 00:39:21 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:21 (7/33) Installing python3 (3.8.5-r0) 00:39:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:22 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:22 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:22 (11/33) Installing py3-six (1.15.0-r0) 00:39:22 (12/33) Installing py3-packaging (20.4-r0) 00:39:22 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:22 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:22 (15/33) Installing py3-idna (2.9-r0) 00:39:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:22 (18/33) Installing py3-requests (2.23.0-r0) 00:39:22 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:22 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:22 (1/6) Installing dumb-init (1.2.2-r1) 00:39:22 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:22 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:22 (2/6) Installing libgcc (9.3.0-r2) 00:39:22 (24/33) Installing py3-distro (1.5.0-r1) 00:39:22 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:22 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:22 (3/6) Installing libsodium (1.0.18-r0) 00:39:23 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:23 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:23 (29/33) Installing py3-progress (1.5-r0) 00:39:23 (30/33) Installing py3-toml (0.10.1-r0) 00:39:23 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:23 (33/33) Installing py3-pip (20.1.1-r0) 00:39:23 Executing busybox-1.31.1-r19.trigger 00:39:23 OK: 71 MiB in 55 packages 00:39:23 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.192s coverage: 92.8% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 00:39:25 (5/6) Installing libzmq (4.3.3-r0) 00:39:27 (6/6) Installing zeromq (4.3.3-r0) 00:39:27 Executing busybox-1.31.1-r19.trigger 00:39:27 OK: 8 MiB in 20 packages 00:39:30 Removing intermediate container e2718f57b5d5 00:39:30 ---> 99d9951da56f 00:39:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:32 ---> 752f1ae3ce58 00:39:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:32 Removing intermediate container 3edd0e8aace9 00:39:32 ---> 93633ac679ac 00:39:32 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:32 ---> Running in 92bcfbfe7804 00:39:32 ---> 29fc3d1ab7c1 00:39:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:32 ---> ff4c698377b2 00:39:32 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:32 ---> Running in e2e3664b080f 00:39:33 Removing intermediate container e2e3664b080f 00:39:33 ---> 61d619a2d3d5 00:39:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:33 ---> Running in 8938f953c44e 00:39:33 Removing intermediate container 8938f953c44e 00:39:33 ---> 8431752555bf 00:39:33 Step 21/23 : LABEL arch=x86_64 00:39:33 ---> Running in 99a455a71414 00:39:33 Removing intermediate container 99a455a71414 00:39:33 ---> 77151d5a7155 00:39:33 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:39:33 ---> Running in 79ee67e030fd 00:39:34 Collecting docker-compose==1.23.2 00:39:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:34 Removing intermediate container 79ee67e030fd 00:39:34 ---> 5d71d3dc7d7d 00:39:34 Step 23/23 : LABEL version=0.0.0 00:39:34 ---> Running in 32a8550d4bc7 00:39:34 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:39:34 Collecting docker<4.0,>=3.6.0 00:39:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:34 Removing intermediate container 32a8550d4bc7 00:39:34 ---> 939c18c81858 00:39:34 00:39:34 Successfully built 939c18c81858 00:39:34 Successfully tagged docker-core-data-go:latest 00:39:34  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 00:39:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:35 Collecting PyYAML<4,>=3.10 00:39:35 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:37 Collecting websocket-client<1.0,>=0.32.0 00:39:37 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:37 Collecting docopt<0.7,>=0.6.1 00:39:37 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:38 Collecting cached-property<2,>=1.2.0 00:39:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:38 Collecting texttable<0.10,>=0.9.0 00:39:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:38 Collecting jsonschema<3,>=2.5.1 00:39:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:39 Collecting docker-pycreds>=0.4.0 00:39:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:39 Collecting idna<2.8,>=2.5 00:39:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:39 Collecting urllib3<1.25,>=1.21.1 00:39:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:39 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:39:39 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:39:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:39 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, PyYAML, docopt, cached-property, texttable, jsonschema, docker-compose 00:39:39 Attempting uninstall: idna 00:39:39 Found existing installation: idna 2.9 00:39:39 Uninstalling idna-2.9: 00:39:39 Successfully uninstalled idna-2.9 00:39:39 Attempting uninstall: urllib3 00:39:39 Found existing installation: urllib3 1.25.9 00:39:39 Uninstalling urllib3-1.25.9: 00:39:39 Successfully uninstalled urllib3-1.25.9 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.097s coverage: 94.4% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 00:39:40 Attempting uninstall: requests 00:39:40 Found existing installation: requests 2.23.0 00:39:40 Uninstalling requests-2.23.0: 00:39:40 Successfully uninstalled requests-2.23.0 00:39:40 Running setup.py install for dockerpty: started 00:39:41 Running setup.py install for dockerpty: finished with status 'done' 00:39:41 Running setup.py install for PyYAML: started 00:39:41 Running setup.py install for PyYAML: finished with status 'done' 00:39:41 Running setup.py install for docopt: started 00:39:42 Running setup.py install for docopt: finished with status 'done' 00:39:42 Running setup.py install for texttable: started 00:39:42 Running setup.py install for texttable: finished with status 'done' 00:39:43 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:39:45 Removing intermediate container 92bcfbfe7804 00:39:45 ---> 7e2c2d6851a0 00:39:45 Step 21/26 : RUN apk --no-cache add curl 00:39:45 ---> Running in b7390559ff89 00:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:46 (2/3) Installing libcurl (7.69.1-r3) 00:39:46 (3/3) Installing curl (7.69.1-r3) 00:39:46 Executing busybox-1.31.1-r19.trigger 00:39:46 OK: 72 MiB in 58 packages 00:39:47 Removing intermediate container b7390559ff89 00:39:47 ---> 9d8bff012644 00:39:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:47 ---> Running in 41e8813c2fc5 00:39:47 Removing intermediate container 41e8813c2fc5 00:39:47 ---> 992fc0ebfb67 00:39:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:47 ---> Running in 26dcf3e108a0 00:39:47 Removing intermediate container 26dcf3e108a0 00:39:47 ---> 8e13433cdad5 00:39:47 Step 24/26 : LABEL arch=x86_64 00:39:47 ---> Running in e25df6583c0a 00:39:47 Removing intermediate container e25df6583c0a 00:39:47 ---> b95e451d4134 00:39:47 Step 25/26 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:39:47 ---> Running in 1905d72cf4f7 00:39:48 Removing intermediate container 1905d72cf4f7 00:39:48 ---> ea988f9b53c0 00:39:48 Step 26/26 : LABEL version=0.0.0 00:39:48 ---> Running in 7e5852c3f098 00:39:48 Removing intermediate container 7e5852c3f098 00:39:48 ---> af0c52d13cef 00:39:48 00:39:48 Successfully built af0c52d13cef 00:39:48 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:48 $ docker stop --time=1 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 00:39:50 $ docker rm -f 83ddf5f3ad578616322d8dd497ccf6a742d5ee1084f4f11de318b91e6b1789a1 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:50 + grep docker 00:39:50 + docker images 00:39:51 docker-sys-mgmt-agent-go latest af0c52d13cef 3 seconds ago 313MB 00:39:51 docker-core-data-go latest 939c18c81858 17 seconds ago 22.3MB 00:39:51 docker-security-bootstrapper-go latest 11bf0105252d 33 seconds ago 23.8MB 00:39:51 docker-core-command-go latest 87441336e10c 55 seconds ago 16.9MB 00:39:51 docker-security-secretstore-setup-go latest 13266d644166 2 minutes ago 24.6MB 00:39:51 docker-support-scheduler-go latest f789bbadb60a 2 minutes ago 17MB 00:39:51 docker-core-metadata-go latest 940893e75b9b 2 minutes ago 18.8MB 00:39:51 docker-security-proxy-setup-go latest 0cabbfc30d30 2 minutes ago 24.4MB 00:39:51 docker-support-notifications-go latest 0287f3ce4db5 2 minutes ago 16.9MB 00:39:51 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 63.5% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.653s coverage: 84.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.314s coverage: 29.1% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:40:06 Still waiting to schedule task 00:40:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:09 GO111MODULE=on go vet ./... 00:41:30 gofmt -l . 00:41:30 [ "`gofmt -l .`" = "" ] 00:41:30 ./bin/test-go-mod-tidy.sh 00:41:30 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:31 + ls -al . 00:41:31 total 708 00:41:31 drwxrwxr-x 9 1001 1001 4096 Jan 31 00:41 . 00:41:31 drwxr-xr-x 4 root root 4096 Jan 31 00:37 .. 00:41:31 -rw-rw-r-- 1 1001 1001 11 Jan 31 00:35 .dockerignore 00:41:31 drwxrwxr-x 8 1001 1001 4096 Jan 31 00:35 .git 00:41:31 drwxrwxr-x 3 1001 1001 4096 Jan 31 00:35 .github 00:41:31 -rw-rw-r-- 1 1001 1001 872 Jan 31 00:35 .gitignore 00:41:31 -rw-rw-r-- 1 1001 1001 166 Jan 31 00:35 .sonarcloud.properties 00:41:31 -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:35 Attribution.txt 00:41:31 -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:35 CONTRIBUTING.md 00:41:31 -rw-rw-r-- 1 1001 1001 931 Jan 31 00:35 Dockerfile.build 00:41:31 -rw-rw-r-- 1 1001 1001 863 Jan 31 00:35 Jenkinsfile 00:41:31 -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:35 LICENSE 00:41:31 -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:35 Makefile 00:41:31 -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:35 README.md 00:41:31 -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:35 SECURITY.md 00:41:31 -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION 00:41:31 -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:35 ZMQWindows.md 00:41:31 drwxrwxr-x 2 1001 1001 4096 Jan 31 00:35 bin 00:41:31 drwxrwxr-x 15 1001 1001 4096 Jan 31 00:35 cmd 00:41:31 -rw-r--r-- 1 root root 574984 Jan 31 00:40 coverage.out 00:41:31 -rw-r--r-- 1 root root 1054 Jan 31 00:41 go.mod 00:41:31 -rw-r--r-- 1 root root 19289 Jan 31 00:41 go.sum 00:41:31 drwxrwxr-x 8 1001 1001 4096 Jan 31 00:35 internal 00:41:31 drwxrwxr-x 4 1001 1001 4096 Jan 31 00:35 openapi 00:41:31 drwxrwxr-x 4 1001 1001 4096 Jan 31 00:35 snap 00:41:31 -rw-rw-r-- 1 1001 1001 168 Jan 31 00:35 version.go [Pipeline] sh 00:41:32 + '[' -e coverage.out ] 00:41:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:32 Warning: overwriting stash ‘coverage-report’ 00:41:33 Stashed 1 file(s) [Pipeline] sh 00:41:34 + make build 00:41:34 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:41:44 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:42:02 Running on prd-ubuntu18.04-docker-8c-8g-24160 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:42:02 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 00:42:05 using credential edgex-jenkins-ssh 00:42:05 Cloning the remote Git repository 00:42:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git init /w/workspace/edgex-go/14 # timeout=10 00:42:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git --version # timeout=10 00:42:05 > git --version # 'git version 2.17.1' 00:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:06 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:42:11 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:42:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42: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:42:22 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:42:24 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:42:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:24 > git config core.sparsecheckout # timeout=10 00:42:24 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:42:24 > git remote # timeout=10 00:42:24 > git config --get remote.origin.url # timeout=10 00:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:24 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 00:42:24 Merge succeeded, producing 8fc1763289271aee507f519b2b1f19463565b0a7 00:42:24 Checking out Revision 8fc1763289271aee507f519b2b1f19463565b0a7 (PR-3034) 00:42:24 > git rev-parse HEAD^{commit} # timeout=10 00:42:24 > git config core.sparsecheckout # timeout=10 00:42:24 > git checkout -f 8fc1763289271aee507f519b2b1f19463565b0a7 # timeout=10 00:42:27 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:42:28 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 00:42:28 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:28 > git rev-list --no-walk 03dc6a08e10e6826bdac4ef4a06d6a725c3a5236 # timeout=10 00:42:29 + echo snap-build.sh 00:42:29 snap-build.sh 00:42:29 + SNAP_BASE_DIR=. 00:42:29 + '[' '!' -z /w/workspace/edgex-go/14 ']' 00:42:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 00:42:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 00:42:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 00:42:29 + cd /w/workspace/edgex-go/14 00:42:29 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:29 Reading package lists... 00:42:29 Building dependency tree... 00:42:29 Reading state information... 00:42:29 The following packages were automatically installed and are no longer required: 00:42:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:29 uidmap xdelta3 00:42:29 Use 'sudo apt autoremove' to remove them. 00:42:29 The following packages will be REMOVED: 00:42:29 lxd* lxd-client* 00:42:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:30 After this operation, 31.7 MB disk space will be freed. 00:42:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:31 (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:42:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:32 Removing lxd dnsmasq configuration 00:42:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:33 (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:42:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:34 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:42:34 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:34 Processing triggers for ureadahead (0.100.0-21) ... 00:42:35 + sudo snap remove --purge lxd 00:42:35 snap "lxd" is not installed 00:42:35 + sudo groupadd --force --system lxd 00:42:35 ++ whoami 00:42:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:35 + newgrp - lxd 00:42:35 + sudo snap install lxd 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:41 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:42:44 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:42:45 2021-01-31T00:42:43Z INFO Waiting for automatic snapd restart... [Pipeline] } 00:42:50 $ docker stop --time=1 f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 00:42:52 $ docker rm -f f479f5d14e192b74e538c2bb25fbd194067ab30afd2fe12522af8c1087c1dae9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:54 00:42:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:55 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:55 29e5d40040c1: Pulling fs layer 00:42:55 1ce36da41761: Pulling fs layer 00:42:55 25b303627fd3: Pulling fs layer 00:42:55 29e5d40040c1: Verifying Checksum 00:42:55 29e5d40040c1: Download complete 00:42:56 1ce36da41761: Verifying Checksum 00:42:56 1ce36da41761: Download complete 00:42:56 29e5d40040c1: Pull complete 00:42:57 1ce36da41761: Pull complete 00:42:58 lxd 4.10 from Canonical* installed 00:42:58 + sudo lxd init --auto 00:42:58 25b303627fd3: Verifying Checksum 00:42:58 25b303627fd3: Download complete 00:43:06 + sudo snap install --classic snapcraft 00:43:08 25b303627fd3: Pull complete 00:43:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:08 prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container 00:43:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:10 snapcraft 4.4.4 from Canonical* installed 00:43:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:10 + patch --verbose -p1 00:43:10 Hmm... Looks like a unified diff to me... 00:43:10 The text leading up to this was: 00:43:10 -------------------------- 00:43:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:10 |From: Tony Espy 00:43:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:10 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:10 | 00:43:10 |This patch is used by the EdgeX CI pipeline builds to 00:43:10 |optimize the snap CI check run for pull requests. When 00:43:10 |applied, it essentially strips out everything (apps and 00:43:10 |parts) from the snapcraft.yaml file except those required 00:43:10 |to build edgex-go, as the whole idea of the CI check is to 00:43:10 |catch changes to edgex-go that break the snap build. 00:43:10 | 00:43:10 |In general, anyone updating snapcraft.yaml will also need 00:43:10 |to update this patch file, otherwise it may fail to apply, 00:43:10 |resulting in a failed snap build CI check in the associated 00:43:10 |pull request. 00:43:10 | 00:43:10 |Note - in addition to applying this patch, the pipeline also 00:43:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:10 |need to build the finally binary .snap file (and it won't 00:43:10 |work with the patch applied). This further reduces the build 00:43:10 |time. 00:43:10 |--- 00:43:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:10 | 00:43:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:10 |index 1e537489..faf42425 100644 00:43:10 |--- a/snap/snapcraft.yaml 00:43:10 |+++ b/snap/snapcraft.yaml 00:43:10 -------------------------- 00:43:10 patching file snap/snapcraft.yaml 00:43:10 Using Plan A... 00:43:10 Hunk #1 succeeded at 73. 00:43:10 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:10 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:10 Hunk #4 succeeded at 222 (offset -1 lines). 00:43:10 Hunk #5 succeeded at 229 (offset -1 lines). 00:43:10 Hunk #6 succeeded at 256 (offset -1 lines). 00:43:10 Hunk #7 succeeded at 290 (offset -1 lines). 00:43:10 Hunk #8 succeeded at 342. 00:43:10 Hmm... Ignoring the trailing garbage. 00:43:10 done 00:43:10 + sudo snapcraft prime --use-lxd 00:43:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:11 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:43:11 - README.md 00:43:11 - snapcraft.yaml.orig 00:43:11 00:43:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:11 Launching a container. 00:43:12 $ docker top 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:13 + docker-compose build --help 00:43:13 + grep parallel 00:43:16 --parallel Build images in parallel. [Pipeline] } 00:43:16 $ docker stop --time=1 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 00:43:18 $ docker rm -f 1d90dcbcc47bd0fbb065333f748109c94e0f8be17d06f37cdea9853803c95023 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:19 . [Pipeline] withDockerContainer 00:43:19 prd-ubuntu18.04-docker-arm64-4c-16g-24156 does not seem to be running inside a container 00:43:20 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:43:21 $ docker top 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:22 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:24 Waiting for container to be ready 00:43:24 To start your first instance, try: lxc launch ubuntu:18.04 00:43:24 00:43:25 Building docker-core-command-go ... 00:43:25 Building docker-core-data-go ... 00:43:25 Building docker-core-metadata-go ... 00:43:25 Building docker-security-bootstrapper-go ... 00:43:25 Building docker-security-proxy-setup-go ... 00:43:25 Building docker-security-secretstore-setup-go ... 00:43:25 Building docker-support-notifications-go ... 00:43:25 Building docker-support-scheduler-go ... 00:43:25 Building docker-sys-mgmt-agent-go ... 00:43:25 Building docker-security-secretstore-setup-go 00:43:25 Building docker-sys-mgmt-agent-go 00:43:25 Building docker-security-proxy-setup-go 00:43:25 Building docker-support-scheduler-go 00:43:25 Building docker-core-data-go 00:43:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:27 Waiting for network to be ready... 00:43:27 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:43:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:43:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:43:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:43:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:43:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:43:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:43:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:43:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:43:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:43:32 Fetched 23.9 MB in 4s (5689 kB/s) 00:43:32 Reading package lists... 00:43:32 Reading package lists... 00:43:33 Building dependency tree... 00:43:33 Reading state information... 00:43:33 The following additional packages will be installed: 00:43:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:33 Suggested packages: 00:43:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:33 Recommended packages: 00:43:33 gnupg libsasl2-modules 00:43:33 The following NEW packages will be installed: 00:43:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:33 The following packages will be upgraded: 00:43:33 gpg gpg-agent gpgconf libudev1 00:43:33 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:33 Need to get 3533 kB of archives. 00:43:33 After this operation, 13.3 MB of additional disk space will be used. 00:43:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:33 Get:4 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:43:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:34 debconf: delaying package configuration, since apt-utils is not installed 00:43:34 Fetched 3533 kB in 1s (3148 kB/s) 00:43:34 (Reading database ... 12511 files and directories currently installed.) 00:43:34 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:34 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:34 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:34 Selecting previously unselected package udev. 00:43:34 (Reading database ... 12511 files and directories currently installed.) 00:43:34 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:34 Unpacking udev (237-3ubuntu10.44) ... 00:43:34 Selecting previously unselected package libfuse2:amd64. 00:43:34 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:34 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:35 Selecting previously unselected package fuse. 00:43:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:35 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:35 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:35 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:35 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:35 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:35 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:35 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:35 Selecting previously unselected package libksba8:amd64. 00:43:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:35 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:35 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:36 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:36 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:36 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:36 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:36 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:36 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:36 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:36 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:36 Selecting previously unselected package libsasl2-2:amd64. 00:43:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:36 Selecting previously unselected package libldap-common. 00:43:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:37 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:37 Selecting previously unselected package dirmngr. 00:43:37 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:37 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:37 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:37 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:37 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:37 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:37 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:37 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:37 Setting up udev (237-3ubuntu10.44) ... 00:43:37 invoke-rc.d: policy-rc.d denied execution of start. 00:43:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Processing triggers for systemd (237-3ubuntu10) ... 00:43:38 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:38 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:38 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:38 settings in the [Install] section, and DefaultInstance for template units). 00:43:38 This means they are not meant to be enabled using systemctl. 00:43:38 Possible reasons for having this kind of units are: 00:43:38 1) A unit may be statically enabled by being symlinked from another unit's 00:43:38 .wants/ or .requires/ directory. 00:43:38 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:38 a requirement dependency on it. 00:43:38 3) A unit may be started when needed via activation (socket, path, timer, 00:43:38 D-Bus, udev, scripted systemctl call, ...). 00:43:38 4) In case of template units, the unit is meant to be enabled with some 00:43:38 instance name specified. 00:43:39 Reading package lists... 00:43:39 Building dependency tree... 00:43:39 Reading state information... 00:43:39 The following additional packages will be installed: 00:43:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:39 Suggested packages: 00:43:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:39 systemd-container policykit-1 00:43:39 Recommended packages: 00:43:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:39 The following NEW packages will be installed: 00:43:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:39 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:39 python3.6-minimal snapd squashfs-tools sudo 00:43:39 The following packages will be upgraded: 00:43:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:39 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:39 Need to get 35.2 MB of archives. 00:43:39 After this operation, 141 MB of additional disk space will be used. 00:43:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:40 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:43:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:40 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:43:40 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:40 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:41 debconf: delaying package configuration, since apt-utils is not installed 00:43:41 Fetched 35.2 MB in 2s (17.0 MB/s) 00:43:41 (Reading database ... 12757 files and directories currently installed.) 00:43:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:42 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:42 (Reading database ... 12757 files and directories currently installed.) 00:43:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:42 (Reading database ... 12757 files and directories currently installed.) 00:43:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:43 Setting up apt (1.6.12ubuntu0.2) ... 00:43:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:43 (Reading database ... 12764 files and directories currently installed.) 00:43:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:44 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:44 Selecting previously unselected package libexpat1:amd64. 00:43:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:44 Selecting previously unselected package python3.6-minimal. 00:43:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:44 Checking for services that may need to be restarted...done. 00:43:44 Checking for services that may need to be restarted...done. 00:43:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Selecting previously unselected package python3-minimal. 00:43:45 (Reading database ... 13012 files and directories currently installed.) 00:43:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:45 Selecting previously unselected package mime-support. 00:43:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:45 Unpacking mime-support (3.60ubuntu1) ... 00:43:45 Selecting previously unselected package libmpdec2:amd64. 00:43:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Selecting previously unselected package python3.6. 00:43:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:45 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:46 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:46 Selecting previously unselected package python3. 00:43:46 (Reading database ... 13442 files and directories currently installed.) 00:43:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:46 Unpacking python3 (3.6.7-1~18.04) ... 00:43:46 Selecting previously unselected package multiarch-support. 00:43:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:46 Selecting previously unselected package liblzo2-2:amd64. 00:43:46 (Reading database ... 13479 files and directories currently installed.) 00:43:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:46 Selecting previously unselected package libbsd0:amd64. 00:43:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:46 Selecting previously unselected package sudo. 00:43:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:46 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:46 Selecting previously unselected package apparmor. 00:43:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:47 Selecting previously unselected package libedit2:amd64. 00:43:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:47 Selecting previously unselected package libkrb5support0:amd64. 00:43:47 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:47 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:47 Selecting previously unselected package libk5crypto3:amd64. 00:43:47 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:47 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:47 Selecting previously unselected package libkeyutils1:amd64. 00:43:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:47 Selecting previously unselected package libkrb5-3:amd64. 00:43:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Selecting previously unselected package libssl1.0.0:amd64. 00:43:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:48 Selecting previously unselected package openssh-client. 00:43:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:48 Selecting previously unselected package squashfs-tools. 00:43:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:48 Selecting previously unselected package snapd. 00:43:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:48 Unpacking snapd (2.48+18.04) ... 00:43:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:50 Setting up mime-support (3.60ubuntu1) ... 00:43:50 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:50 Setting up systemd (237-3ubuntu10.44) ... 00:43:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:52 Setting up python3 (3.6.7-1~18.04) ... 00:43:52 running python rtupdate hooks for python3.6... 00:43:52 running python post-rtupdate hooks for python3.6... 00:43:52 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:54 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:55 Setting up snapd (2.48+18.04) ... 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:56 /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:43:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:56 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:57 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:57 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:59 Reading package lists... 00:43:59 Reading package lists... 00:43:59 Building dependency tree... 00:43:59 Reading state information... 00:43:59 Calculating upgrade... 00:43:59 The following packages will be upgraded: 00:43:59 advancecomp base-files bash binutils binutils-common 00:43:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:59 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:59 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:59 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:59 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:59 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:59 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:59 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:59 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:59 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:59 Need to get 63.8 MB of archives. 00:43:59 After this operation, 5205 kB of additional disk space will be used. 00:43:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:43:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:59 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:43:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:00 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:00 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:00 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:44:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:44:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:00 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:00 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:00 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:00 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:00 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:01 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:01 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:01 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:01 Get:83 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:44:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:01 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:01 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:01 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:01 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:01 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:01 debconf: delaying package configuration, since apt-utils is not installed 00:44:01 Fetched 63.8 MB in 2s (34.3 MB/s) 00:44:01 (Reading database ... 13912 files and directories currently installed.) 00:44:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:02 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:04 (Reading database ... 13911 files and directories currently installed.) 00:44:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:04 (Reading database ... 13911 files and directories currently installed.) 00:44:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:05 (Reading database ... 13911 files and directories currently installed.) 00:44:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:06 (Reading database ... 13911 files and directories currently installed.) 00:44:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:06 Setting up base-files (10.1ubuntu2.10) ... 00:44:06 Installing new version of config file /etc/issue ... 00:44:06 Installing new version of config file /etc/issue.net ... 00:44:06 Installing new version of config file /etc/lsb-release ... 00:44:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:06 Removing obsolete conffile /etc/default/motd-news ... 00:44:06 (Reading database ... 13912 files and directories currently installed.) 00:44:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:07 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44: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:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:07 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:08 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:08 (Reading database ... 13912 files and directories currently installed.) 00:44:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:09 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:09 Setting up grep (3.1-2build1) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:09 Setting up login (1:4.5-1ubuntu2) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:12 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:12 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:12 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:13 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:13 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:13 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:13 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:13 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:14 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:14 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:15 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:15 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:15 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:16 (Reading database ... 13912 files and directories currently installed.) 00:44:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:16 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:16 (Reading database ... 13912 files and directories currently installed.) 00:44:16 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:16 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:16 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:16 (Reading database ... 13914 files and directories currently installed.) 00:44:16 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:16 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:16 Setting up debconf (1.5.66ubuntu1) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:17 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:17 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:17 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:17 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:18 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:18 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:18 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:18 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:18 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:19 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:19 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:20 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:21 (Reading database ... 13914 files and directories currently installed.) 00:44:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:22 (Reading database ... 13914 files and directories currently installed.) 00:44:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:22 (Reading database ... 13915 files and directories currently installed.) 00:44:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:23 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:44:23 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:44:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:24 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:24 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:30 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:30 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:30 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:31 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:31 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:32 00:44:32 Current default time zone: 'Etc/UTC' 00:44:32 Local time is now: Sun Jan 31 00:44:32 UTC 2021. 00:44:32 Universal Time is now: Sun Jan 31 00:44:32 UTC 2021. 00:44:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:32 00:44:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:33 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:33 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:33 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:35 Updating certificates in /etc/ssl/certs... 00:44:35 22 added, 17 removed; done. 00:44:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:35 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:36 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:36 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:36 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:36 Updating certificates in /etc/ssl/certs... 00:44:37 0 added, 0 removed; done. 00:44:37 Running hooks in /etc/ca-certificates/update.d... 00:44:37 done. 00:44:37 Reading package lists... 00:44:37 Building dependency tree... 00:44:37 Reading state information... 00:44:38 The following NEW packages will be installed: 00:44:38 apt-transport-https 00:44:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:38 Need to get 1696 B of archives. 00:44:38 After this operation, 153 kB of additional disk space will be used. 00:44:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:38 debconf: delaying package configuration, since apt-utils is not installed 00:44:38 Fetched 1696 B in 0s (8428 B/s) 00:44:38 Selecting previously unselected package apt-transport-https. 00:44:38 (Reading database ... 13929 files and directories currently installed.) 00:44:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:38 Waiting for network to be ready... 00:44:43 2021-01-31T00:44:41Z INFO Waiting for automatic snapd restart... 00:44:44 snapd 2.48.2 from Canonical* installed 00:44:45 "snapd" switched to the "latest/stable" channel 00:44:45 00:44:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 449cf5d4489c 00:44:47 Step 3/24 : WORKDIR /edgex-go 00:44:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 449cf5d4489c 00:44:47 Step 3/23 : WORKDIR /edgex-go 00:44:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 449cf5d4489c 00:44:47 Step 3/21 : WORKDIR /edgex-go 00:44:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 449cf5d4489c 00:44:47 Step 3/26 : WORKDIR /edgex-go 00:44:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:47 ---> 449cf5d4489c 00:44:47 Step 3/22 : WORKDIR /edgex-go 00:44:47 ---> Running in 531035dd1480 00:44:47 ---> Running in 3a0c62150d18 00:44:47 ---> Running in b5dd5763e2c5 00:44:47 ---> Running in 01fe3ed163de 00:44:47 ---> Running in bab0ec108e43 00:44:47 Removing intermediate container bab0ec108e43 00:44:47 ---> b5c2ff87d09c 00:44:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:47 Removing intermediate container b5dd5763e2c5 00:44:47 ---> 0b9d30eef474 00:44:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:47 Removing intermediate container 3a0c62150d18 00:44:47 ---> db9c666927a1 00:44:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 531035dd1480 00:44:47 00:44:47 ---> 9faa79de1073 00:44:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:47 Removing intermediate container 01fe3ed163de 00:44:47 ---> 080b0b58d541 00:44:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:47 ---> Running in 7567773e95ee 00:44:47 ---> Running in e99ab6b801c6 00:44:47 ---> Running in 37927b578bc2 00:44:47 ---> Running in 6f934a6ba712 00:44:47 ---> Running in 1a740cd6a214 00:44:47 Removing intermediate container 7567773e95ee 00:44:47 ---> 33917c5c65a1 00:44:47 Step 5/21 : RUN apk add --update --no-cache make git 00:44:47 ---> Running in 711b1ce168ce 00:44:47 Removing intermediate container 37927b578bc2 00:44:47 ---> be3a40adceb6 00:44:47 Step 5/24 : RUN apk add --update --no-cache make git 00:44:47 Removing intermediate container 6f934a6ba712 00:44:47 ---> 44649a39d056 00:44:47 Step 5/22 : RUN apk add --update --no-cache make git 00:44:47 ---> Running in cef27815e79d 00:44:47 Removing intermediate container e99ab6b801c6 00:44:47 ---> 2b66d8b0fad6 00:44:47 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:47 Removing intermediate container 1a740cd6a214 00:44:47 ---> d3523e89eae6 00:44:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:47 ---> Running in d88ff3b91e87 00:44:47 ---> Running in 57af8d429553 00:44:47 ---> Running in a94c7b7e2373 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:47 OK: 217 MiB in 51 packages 00:44:47 core18 20201210 from Canonical* installed 00:44:47 "core18" switched to the "latest/stable" channel 00:44:47 00:44:47 OK: 217 MiB in 51 packages 00:44:48 OK: 217 MiB in 51 packages 00:44:48 OK: 217 MiB in 51 packages 00:44:48 OK: 217 MiB in 51 packages 00:44:49 Removing intermediate container 711b1ce168ce 00:44:49 ---> fe9a20dbf55b 00:44:49 Step 6/21 : COPY go.mod . 00:44:49 Removing intermediate container cef27815e79d 00:44:49 ---> 28dd6cadeb1b 00:44:49 Step 6/24 : COPY go.mod . 00:44:50 Removing intermediate container d88ff3b91e87 00:44:50 ---> d0fb2252d4ff 00:44:50 Step 6/22 : COPY go.mod . 00:44:50 Removing intermediate container a94c7b7e2373 00:44:50 ---> ac06d6511581 00:44:50 Step 6/23 : COPY go.mod . 00:44:50 ---> daf007f427aa 00:44:50 Step 7/21 : RUN go mod download 00:44:50 ---> Running in dbfcbe36889e 00:44:50 Removing intermediate container 57af8d429553 00:44:50 ---> f3cfdeace993 00:44:50 Step 6/26 : COPY go.mod . 00:44:50 ---> 757e8a493201 00:44:50 Step 7/24 : RUN go mod download 00:44:51 snapcraft 4.4.4 from Canonical* installed 00:44:51 "snapcraft" switched to the "latest/stable" channel 00:44:51 00:44:51 ---> Running in 87514241128c 00:44:51 ---> cd3b18c673f6 00:44:51 Step 7/22 : RUN go mod download 00:44:51 ---> Running in 66e55b351252 00:44:51 ---> 68c6f546d5f6 00:44:51 Step 7/23 : RUN go mod download 00:44:51 ---> Running in 0ce0bc79ad9d 00:44:52 ---> 27c3e99f7373 00:44:52 Step 7/26 : RUN go mod download 00:44:52 ---> Running in 5f4d62ccde90 00:44:54 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:44:54 - README.md 00:44:54 - snapcraft.yaml.orig 00:44:54 00:44:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:54 Removing intermediate container dbfcbe36889e 00:44:54 ---> 4c8abac144c2 00:44:54 Step 8/21 : COPY . . 00:44:55 Removing intermediate container 87514241128c 00:44:55 ---> ecb7798cc942 00:44:55 Step 8/24 : COPY . . 00:44:56 Removing intermediate container 66e55b351252 00:44:56 ---> f6699891b8bf 00:44:56 Step 8/22 : COPY . . 00:44:56 Removing intermediate container 0ce0bc79ad9d 00:44:56 ---> 44815ea6421c 00:44:56 Step 8/23 : COPY . . 00:44:57 Removing intermediate container 5f4d62ccde90 00:44:57 ---> 3a407e9a5509 00:44:57 Step 8/26 : COPY . . 00:45:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:01 Reading package lists... 00:45:02 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:45:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:08 Reading package lists... 00:45:08 Building dependency tree... 00:45:08 Reading state information... 00:45:08 Suggested packages: 00:45:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:08 Recommended packages: 00:45:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:08 The following NEW packages will be installed: 00:45:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:08 pkg-config zip 00:45:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:08 Need to get 7655 kB of archives. 00:45:08 After this operation, 43.7 MB of additional disk space will be used. 00:45:08 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:09 debconf: delaying package configuration, since apt-utils is not installed 00:45:09 Fetched 7655 kB in 1s (7066 kB/s) 00:45:09 Selecting previously unselected package libglib2.0-0:amd64. 00:45:09 (Reading database ... 13933 files and directories currently installed.) 00:45:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:09 Selecting previously unselected package libpsl5:amd64. 00:45:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:09 Selecting previously unselected package libnghttp2-14:amd64. 00:45:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:09 Selecting previously unselected package librtmp1:amd64. 00:45:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:10 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:10 Selecting previously unselected package liberror-perl. 00:45:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:10 Unpacking liberror-perl (0.17025-1) ... 00:45:10 Selecting previously unselected package git-man. 00:45:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:10 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:10 Selecting previously unselected package git. 00:45:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:11 Selecting previously unselected package libnorm1:amd64. 00:45:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:11 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:11 Selecting previously unselected package libsodium23:amd64. 00:45:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:11 Selecting previously unselected package libzmq5:amd64. 00:45:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:11 Selecting previously unselected package libzmq3-dev:amd64. 00:45:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:11 Selecting previously unselected package pkg-config. 00:45:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:12 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:12 Selecting previously unselected package zip. 00:45:12 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:12 Unpacking zip (3.0-11build1) ... 00:45:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:12 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:12 Setting up liberror-perl (0.17025-1) ... 00:45:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:12 No schema files found: doing nothing. 00:45:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:12 Setting up zip (3.0-11build1) ... 00:45:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:12 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:19 git set to automatically installed. 00:45:19 git-man set to automatically installed. 00:45:19 libcurl3-gnutls set to automatically installed. 00:45:19 liberror-perl set to automatically installed. 00:45:19 libglib2.0-0 set to automatically installed. 00:45:19 libnghttp2-14 set to automatically installed. 00:45:19 libnorm1 set to automatically installed. 00:45:19 libpgm-5.2-0 set to automatically installed. 00:45:19 libpsl5 set to automatically installed. 00:45:19 librtmp1 set to automatically installed. 00:45:19 libsodium23 set to automatically installed. 00:45:19 libzmq3-dev set to automatically installed. 00:45:19 libzmq5 set to automatically installed. 00:45:19 pkg-config set to automatically installed. 00:45:19 zip set to automatically installed. 00:45:21 snapd is not logged in, snap install commands will use sudo 00:45:24 ---> f5082fd4fe7f 00:45:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:24 ---> d639b7546700 00:45:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:24 ---> 8d4d884e356e 00:45:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:24 ---> Running in 32aafb35439a 00:45:24 ---> 7d22efc8c5f7 00:45:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:24 ---> Running in 1d65935e486c 00:45:24 ---> 86ed3025e118 00:45:24 Step 9/23 : RUN make cmd/core-data/core-data 00:45:24 ---> Running in cc8af13c4801 00:45:24 ---> Running in aca48a5921a9 00:45:24 ---> Running in ca31da96f853 00:45:24 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:45:24 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:45: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:45: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:45:24 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:45:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:27 snap "core18" has no updates available 00:45:28 Pulling config-common 00:45:29 Pulling go-build-helper 00:45:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:45:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:45:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:45:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:45:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:45:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:45:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:45:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:45:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:45:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:45:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:45:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:45:51 Fetched 23.9 MB in 0s (0 B/s) 00:45:51 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:51 Fetched 96.5 kB in 0s (0 B/s) 00:45:51 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:51 Fetched 279 kB in 0s (0 B/s) 00:45:51 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:51 Fetched 122 kB in 0s (0 B/s) 00:45:51 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:51 Fetched 77.8 kB in 0s (0 B/s) 00:45:51 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:51 Fetched 8848 B in 0s (0 B/s) 00:45:51 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:51 Fetched 47.8 kB in 0s (0 B/s) 00:45:51 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:51 Fetched 45.6 kB in 0s (0 B/s) 00:45:51 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:51 Fetched 15.0 kB in 0s (0 B/s) 00:45:51 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:51 Fetched 214 kB in 0s (0 B/s) 00:45:51 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:45:51 Fetched 155 kB in 0s (0 B/s) 00:45:51 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:51 Fetched 50.6 kB in 0s (0 B/s) 00:45:51 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:51 Fetched 14.8 kB in 0s (0 B/s) 00:45:51 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:51 Fetched 41.8 kB in 0s (0 B/s) 00:45:51 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:51 Fetched 499 kB in 0s (0 B/s) 00:45:51 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:51 Fetched 111 kB in 0s (0 B/s) 00:45:51 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:51 Fetched 240 kB in 0s (0 B/s) 00:45:51 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:51 Fetched 29.3 kB in 0s (0 B/s) 00:45:51 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:51 Fetched 85.5 kB in 0s (0 B/s) 00:45:51 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:51 Fetched 24.5 kB in 0s (0 B/s) 00:45:51 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:51 Fetched 49.2 kB in 0s (0 B/s) 00:45:51 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:51 Fetched 54.2 kB in 0s (0 B/s) 00:45:51 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:51 Fetched 30.8 kB in 0s (0 B/s) 00:45:51 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:45:51 Fetched 17.0 kB in 0s (0 B/s) 00:45:51 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:51 Fetched 85.9 kB in 0s (0 B/s) 00:45:51 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:51 Fetched 8720 B in 0s (0 B/s) 00:45:51 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:51 Fetched 137 kB in 0s (0 B/s) 00:45:51 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:51 Fetched 119 kB in 0s (0 B/s) 00:45:51 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:51 Fetched 109 kB in 0s (0 B/s) 00:45:51 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:51 Fetched 11.1 kB in 0s (0 B/s) 00:45:51 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:51 Fetched 645 kB in 0s (0 B/s) 00:45:51 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:51 Fetched 41.3 kB in 0s (0 B/s) 00:45:51 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:51 Fetched 17.9 kB in 0s (0 B/s) 00:45:51 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:51 Fetched 368 kB in 0s (0 B/s) 00:45:51 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:51 Fetched 187 kB in 0s (0 B/s) 00:45:51 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:51 Fetched 175 kB in 0s (0 B/s) 00:45:51 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:53 Fetched 206 kB in 0s (0 B/s) 00:45:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:53 Fetched 1301 kB in 0s (0 B/s) 00:45:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:53 Fetched 36.2 kB in 0s (0 B/s) 00:45:53 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:53 Fetched 159 kB in 0s (0 B/s) 00:45:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:53 Fetched 107 kB in 0s (0 B/s) 00:45:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:53 Fetched 48.7 kB in 0s (0 B/s) 00:45:53 Pulling static-packages 00:45:54 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:45:54 Skipping pull go-build-helper (already ran) 00:45:54 Skipping pull static-packages (already ran) 00:45:54 Building go-build-helper 00:45:57 Building static-packages 00:45:59 Staging go-build-helper 00:46:00 Staging static-packages 00:46:01 Pulling go115 00:46:02 'edgex-go' has dependencies that need to be staged: go115 00:46:02 Skipping pull go115 (already ran) 00:46:02 Building go115 00:46:02 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:02 Dload Upload Total Spent Left Speed 00:46:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.6M 0 0 28.6M 0 0:00:04 --:--:-- 0:00:04 28.6M 55 115M 55 64.6M 0 0 34.2M 0 0:00:03 0:00:01 0:00:02 34.2M 93 115M 93 107M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.5M 100 115M 100 115M 0 0 38.5M 0 0:00:02 0:00:02 --:--:-- 38.5M 00:46:05 go1.15.2.linux-amd64.tar.gz: OK 00:46:09 Staging go115 00:46:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:14 Fetched 0 B in 0s (0 B/s) 00:46:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:14 Fetched 224 kB in 0s (0 B/s) 00:46:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:14 Fetched 157 kB in 0s (0 B/s) 00:46:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:14 Fetched 221 kB in 0s (0 B/s) 00:46:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:14 Fetched 143 kB in 0s (0 B/s) 00:46:14 Pulling edgex-go 00:46:15 Pulling version 00:46:16 Building config-common 00:46:18 Skipping build go-build-helper (already ran) 00:46:18 Skipping build static-packages (already ran) 00:46:18 Skipping build go115 (already ran) 00:46:18 Building edgex-go 00:46:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:20 go: downloading github.com/gorilla/mux v1.8.0 00:46:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 00:46:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 00:46:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:46:20 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:20 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:46:20 go: downloading github.com/google/uuid v1.2.0 00:46:20 go: downloading github.com/x448/float16 v0.8.4 00:46:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:20 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:20 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:20 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:20 go: downloading github.com/imdario/mergo v0.3.11 00:46:20 go: downloading github.com/go-kit/kit v0.8.0 00:46:20 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:20 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:20 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:20 go: downloading github.com/pkg/errors v0.8.1 00:46:20 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:20 go: downloading github.com/hashicorp/serf v0.8.2 00:46:20 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:20 go: downloading github.com/leodido/go-urn v1.2.0 00:46:20 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:20 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:20 go: downloading github.com/go-playground/locales v0.13.0 00:46:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:27 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:46:30 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:46:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:32 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:46: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:46:32 go: downloading github.com/stretchr/testify v1.7.0 00:46:33 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:33 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:35 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:46:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:37 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:46:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:38 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:46:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:39 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:46:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:40 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:46:40 go: downloading github.com/lib/pq v1.9.0 00:46:43 Building version 00:46:45 Staging config-common 00:46: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:46:45 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:46:46 Skipping stage go-build-helper (already ran) 00:46:46 Skipping stage static-packages (already ran) 00:46:46 Skipping stage go115 (already ran) 00:46:46 Staging edgex-go 00:46:47 Staging version 00:46:48 Priming config-common 00:46:48 Priming go-build-helper 00:46:49 Priming static-packages 00:46:51 Priming go115 00:46:52 Priming edgex-go 00:46:53 Priming version 00:46:54 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:47:01 Removing intermediate container 32aafb35439a 00:47:01 ---> 86649cce56fa 00:47:01 00:47:01 Step 10/24 : FROM alpine:3.12 00:47:01 3.12: Pulling from library/alpine 00:47:01 Removing intermediate container aca48a5921a9 00:47:01 ---> 2c84c5461675 00:47:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:01 ---> Running in a989744f5aee 00:47:01 Removing intermediate container 1d65935e486c 00:47:01 ---> 11b34de7f342 00:47:01 00:47:01 Step 10/21 : FROM alpine:3.12 00:47:01 3.12: Pulling from library/alpine 00:47:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:02 Status: Downloaded newer image for alpine:3.12 00:47:02 ---> afeebe901d6b 00:47:02 Status: Image is up to date for alpine:3.12 00:47:02 Step 11/21 : RUN apk add --update --no-cache curl 00:47:02 ---> afeebe901d6b 00:47:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:02 ---> Running in 1b6fbe6f44ce 00:47:02 ---> Running in 39cb0da06b8d 00:47:03 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:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:06 (1/5) Installing ca-certificates (20191127-r4) 00:47:06 (1/4) Installing ca-certificates (20191127-r4) 00:47:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:06 (3/5) Installing libcurl (7.69.1-r3) 00:47:06 (3/4) Installing libcurl (7.69.1-r3) 00:47:06 (4/5) Installing curl (7.69.1-r3) 00:47:06 (5/5) Installing dumb-init (1.2.2-r1) 00:47:06 (4/4) Installing curl (7.69.1-r3) 00:47:06 Executing busybox-1.31.1-r19.trigger 00:47:06 Executing busybox-1.31.1-r19.trigger 00:47:06 Executing ca-certificates-20191127-r4.trigger 00:47:06 Executing ca-certificates-20191127-r4.trigger 00:47:06 OK: 7 MiB in 18 packages 00:47:06 OK: 7 MiB in 19 packages 00:47:10 Removing intermediate container 1b6fbe6f44ce 00:47:10 ---> 499fbb2c884d 00:47:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:10 Removing intermediate container a989744f5aee 00:47:10 ---> 9d14c243f17c 00:47:10 00:47:10 Step 11/26 : FROM docker:20.10.0 00:47:10 20.10.0: Pulling from library/docker 00:47:10 ---> Running in 1dbf2d57d718 00:47:10 Removing intermediate container 39cb0da06b8d 00:47:10 ---> 5ef158aa07b4 00:47:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:10 ---> Running in 3db187457d75 00:47:11 Removing intermediate container 1dbf2d57d718 00:47:11 ---> e8b9a20a3960 00:47:11 Step 13/21 : WORKDIR /edgex 00:47:12 ---> Running in d6cdf2970276 00:47:12 Removing intermediate container 3db187457d75 00:47:12 ---> 3a6eec57ae98 00:47:12 Step 13/24 : WORKDIR / 00:47:13 ---> Running in 82a38b7886e7 00:47:13 Removing intermediate container d6cdf2970276 00:47:13 ---> 79bafaf481ef 00:47:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:14 Removing intermediate container cc8af13c4801 00:47:14 ---> be4439f9f5fa 00:47:14 00:47:14 Step 10/22 : FROM alpine:3.12 00:47:14 ---> afeebe901d6b 00:47:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:14 Removing intermediate container 82a38b7886e7 00:47:14 ---> 7e1300134af7 00:47:14 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:47:14 ---> Running in 8a3b9fecc654 00:47:15 ---> bf90155e5089 00:47:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:15 ---> 9954700f5cbc 00:47:15 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:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:17 ---> c3cec79e938e 00:47:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:17 (1/1) Installing dumb-init (1.2.2-r1) 00:47:17 Executing busybox-1.31.1-r19.trigger 00:47:17 OK: 5 MiB in 15 packages 00:47:18 ---> 269e5537ba0d 00:47:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:19 ---> 1f65d83bc2cd 00:47:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:19 Removing intermediate container 8a3b9fecc654 00:47:19 ---> 641599075711 00:47:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:20 ---> Running in b6ef116a16df 00:47:20 ---> 12c2927f7a65 00:47:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:21 ---> Running in 537d395155ed 00:47:21 Removing intermediate container b6ef116a16df 00:47:21 ---> 593091f1c285 00:47:21 Step 13/22 : ENV APP_PORT=48085 00:47:21 ---> 0848a2e3b6c9 00:47:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:21 ---> Running in a46cb7b8d5c4 00:47:21 Removing intermediate container 537d395155ed 00:47:21 ---> eacb7f0cc0b7 00:47:21 Step 18/21 : CMD ["--init=true"] 00:47:22 ---> Running in 9f2530094cd0 00:47:23 Removing intermediate container a46cb7b8d5c4 00:47:23 ---> 72356efa55af 00:47:23 Step 14/22 : EXPOSE $APP_PORT 00:47:23 Removing intermediate container 9f2530094cd0 00:47:23 ---> b979b989b8ab 00:47:23 Step 19/21 : LABEL arch=arm64 00:47:24 ---> Running in cabc5ded829c 00:47:24 ---> 8b6e99189fb0 00:47:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:24 ---> Running in 17e6fa4bf554 00:47:24 Removing intermediate container cabc5ded829c 00:47:24 ---> 6751fb9300e1 00:47:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:25 Removing intermediate container ca31da96f853 00:47:25 ---> bddaa04984a4 00:47:25 00:47:25 Step 10/23 : FROM alpine:3.12 00:47:25 ---> afeebe901d6b 00:47:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:25 Removing intermediate container 17e6fa4bf554 00:47:25 ---> 2cd27c907ec7 00:47:25 Step 20/21 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:47:25 ---> Running in bec62aff1078 00:47:25 ---> Running in f821f0055e40 00:47:26 ---> 5168aa07de92 00:47:26 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:47:26 ---> e19f8aa91ede 00:47:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:26 ---> Running in cc5579f1580f 00:47:26 Removing intermediate container bec62aff1078 00:47:26 ---> 68c8c3d13183 00:47:26 Step 12/23 : ENV APP_PORT=48080 00:47:26 Removing intermediate container f821f0055e40 00:47:26 ---> 6d55f8747bd0 00:47:26 Step 21/21 : LABEL version=0.0.0 00:47:26 ---> Running in b4f464bf98d7 00:47:26 ---> Running in 6e833734d1c1 00:47:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:27 Status: Downloaded newer image for docker:20.10.0 00:47:27 ---> eeaf43b92773 00:47:27 Step 12/26 : RUN apk add --no-cache bash 00:47:27 ---> Running in bcdb3ad5051b 00:47:27 Removing intermediate container b4f464bf98d7 00:47:27 ---> 761135da7b2a 00:47:27 00:47:27 Removing intermediate container 6e833734d1c1 00:47:27 ---> 3545abf7f142 00:47:27 Step 13/23 : EXPOSE $APP_PORT 00:47:27 ---> 0820feebd261 00:47:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:28 ---> Running in bdf8adf09095 00:47:28 Successfully built 761135da7b2a 00:47:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:28  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:47:28 Removing intermediate container bdf8adf09095 00:47:28 ---> 35de5fa5a909 00:47:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:28 ---> Running in a9c96e1586fd 00:47:29 ---> 9f4e6aeab20c 00:47:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:29 Removing intermediate container cc5579f1580f 00:47:29 ---> 49faee58db35 00:47:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 ---> Running in ce93010dffc6 00:47:29 ---> Running in 991987f18699 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:30 (1/2) Installing readline (8.0.4-r0) 00:47:30 (2/2) Installing bash (5.0.17-r0) 00:47:30 Executing bash-5.0.17-r0.post-install 00:47:30 Executing busybox-1.31.1-r19.trigger 00:47:30 OK: 12 MiB in 22 packages 00:47:30 Removing intermediate container ce93010dffc6 00:47:30 ---> 621d5977b861 00:47:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:30 Removing intermediate container 991987f18699 00:47:30 ---> 18a705a9ecc4 00:47:30 Step 22/24 : LABEL arch=arm64 00:47:31 ---> Running in 027845515d57 00:47:31 ---> Running in 1ae641e80145 00:47:32 Removing intermediate container 027845515d57 00:47:32 ---> 9b3dbfd6792c 00:47:32 Step 20/22 : LABEL arch=arm64 00:47:32 Removing intermediate container 1ae641e80145 00:47:32 ---> a7605afd4b2d 00:47:32 Step 23/24 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:47:32 Removing intermediate container bcdb3ad5051b 00:47:32 ---> aa6f08547d90 00:47:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:33 ---> Running in 4958e79f8ff9 00:47:33 ---> Running in 9c4120c4ce8c 00:47:33 ---> Running in 9166c8a95dbf 00:47:33 Removing intermediate container a9c96e1586fd 00:47:33 ---> 57d17390d6ae 00:47:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:47:34 Removing intermediate container 4958e79f8ff9 00:47:34 ---> be3510ef2a62 00:47:34 Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bcRemoving intermediate container 9c4120c4ce8c 00:47:34 ---> fc5fb7eb6198 00:47:34 Step 24/24 : LABEL version=0.0.0 00:47:34 00:47:34 ---> Running in 1140ac1a9111 00:47:34 Removing intermediate container 9166c8a95dbf 00:47:34 ---> d2fb41d2ce5f 00:47:34 Step 14/26 : ENV APP_PORT=48090 00:47:34 ---> Running in 51b7a111659d 00:47:34 ---> Running in a0dc9af949d8 00:47:34 ---> Running in 8e94aedc58ef 00:47:35 Removing intermediate container 51b7a111659d 00:47:35 ---> d8df7deebe20 00:47:35 00:47:35 Removing intermediate container a0dc9af949d8 00:47:35 ---> 3fdf8f5ca656 00:47:35 Step 22/22 : LABEL version=0.0.0 00:47:35 Removing intermediate container 8e94aedc58ef 00:47:35 ---> efd36a5a8004 00:47:35 Step 15/26 : EXPOSE $APP_PORT 00:47:35 ---> Running in 3244d07baddb 00:47:35 ---> Running in ce25f78cc919 00:47:35 Successfully built d8df7deebe20 00:47:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:35  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 00:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:36 Removing intermediate container 3244d07baddb 00:47:36 ---> 6c8f84474e12 00:47:36 00:47:36 Removing intermediate container ce25f78cc919 00:47:36 ---> ae76cb23619e 00:47:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:36 Successfully built 6c8f84474e12 00:47:36 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:36  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:37 ---> 2e42904bf93d 00:47:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:38 ---> 911197419409 00:47:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:38 (1/6) Installing dumb-init (1.2.2-r1) 00:47:38 (2/6) Installing libgcc (9.3.0-r2) 00:47:38 (3/6) Installing libsodium (1.0.18-r0) 00:47:38 (4/6) Installing libstdc++ (9.3.0-r2) 00:47:39 (5/6) Installing libzmq (4.3.3-r0) 00:47:39 (6/6) Installing zeromq (4.3.3-r0) 00:47:39 Executing busybox-1.31.1-r19.trigger 00:47:39 OK: 8 MiB in 20 packages 00:47:40 ---> d0324151d9ed 00:47:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:41 ---> Running in 0e7b884d82ce 00:47:43 Removing intermediate container 1140ac1a9111 00:47:43 ---> 49d16de888a7 00:47:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:43 (1/33) Installing libbz2 (1.0.8-r1) 00:47:43 (2/33) Installing expat (2.2.9-r1) 00:47:43 (3/33) Installing libffi (3.3-r2) 00:47:43 (4/33) Installing gdbm (1.13-r1) 00:47:43 (5/33) Installing xz-libs (5.2.5-r0) 00:47:43 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:43 (7/33) Installing python3 (3.8.5-r0) 00:47:44 ---> 29f1925c8a4b 00:47:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:45 (11/33) Installing py3-six (1.15.0-r0) 00:47:45 (12/33) Installing py3-packaging (20.4-r0) 00:47:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:46 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:46 (15/33) Installing py3-idna (2.9-r0) 00:47:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:46 (18/33) Installing py3-requests (2.23.0-r0) 00:47:46 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:46 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:46 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:46 (24/33) Installing py3-distro (1.5.0-r1) 00:47:46 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:46 (29/33) Installing py3-progress (1.5-r0) 00:47:46 (30/33) Installing py3-toml (0.10.1-r0) 00:47:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:46 (33/33) Installing py3-pip (20.1.1-r0) 00:47:46 Executing busybox-1.31.1-r19.trigger 00:47:46 OK: 71 MiB in 55 packages 00:47:47 ---> 1ff0c6ffcc41 00:47:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:49 ---> c8424406706b 00:47:49 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:49 ---> Running in 278f6e638984 00:47:51 Removing intermediate container 278f6e638984 00:47:51 ---> f016682e055c 00:47:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:51 ---> Running in 672ebf9f35cc 00:47:52 Removing intermediate container 672ebf9f35cc 00:47:52 ---> bcb8b0c98962 00:47:52 Step 21/23 : LABEL arch=arm64 00:47:52 ---> Running in 98fc7ef1da52 00:47:53 Removing intermediate container 98fc7ef1da52 00:47:53 ---> 20c31c798420 00:47:53 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:47:53 ---> Running in 9a318b5073ab 00:47:54 Removing intermediate container 0e7b884d82ce 00:47:54 ---> 19afc5c9eb0d 00:47:54 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:54 Removing intermediate container 9a318b5073ab 00:47:54 ---> b3bf3112b48e 00:47:54 Step 23/23 : LABEL version=0.0.0 00:47:54 ---> Running in d33aa2c612f6 00:47:55 ---> Running in b4fb3475fc0d 00:47:56 Removing intermediate container b4fb3475fc0d 00:47:56 ---> b92568c65664 00:47:56 00:47:56 Successfully built b92568c65664 00:47:56 Successfully tagged docker-core-data-go-arm64:latest 00:47:56 Building docker-core-metadata-go 00:48:01  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:48:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:01 Collecting jsonschema<3,>=2.5.1 00:48:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:48:01 ---> 449cf5d4489c 00:48:01 Step 3/31 : WORKDIR /edgex-go 00:48:01 ---> Using cache 00:48:01 ---> 080b0b58d541 00:48:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:01 ---> Using cache 00:48:01 ---> 44649a39d056 00:48:01 Step 5/31 : RUN apk add --update --no-cache make git 00:48:01 ---> Using cache 00:48:01 ---> d0fb2252d4ff 00:48:01 Step 6/31 : COPY go.mod . 00:48:01 ---> Using cache 00:48:01 ---> cd3b18c673f6 00:48:01 Step 7/31 : RUN go mod download 00:48:01 ---> Using cache 00:48:01 ---> f6699891b8bf 00:48:01 Step 8/31 : COPY . . 00:48:01 ---> Using cache 00:48:01 ---> 8d4d884e356e 00:48:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:02 Collecting dockerpty<0.5,>=0.4.1 00:48:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:05 ---> Running in cf1bd0e1a179 00:48:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:06 Collecting PyYAML<4,>=3.10 00:48:06 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:48:06 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:09 Collecting cached-property<2,>=1.2.0 00:48:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:10 Collecting docopt<0.7,>=0.6.1 00:48:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:15 Collecting docker<4.0,>=3.6.0 00:48:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:16 Collecting texttable<0.10,>=0.9.0 00:48:16 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:19 Collecting websocket-client<1.0,>=0.32.0 00:48:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:20 Collecting urllib3<1.25,>=1.21.1 00:48:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:21 ---> 449cf5d4489c 00:48:21 Step 3/22 : WORKDIR /edgex-go 00:48:21 ---> Using cache 00:48:21 ---> 080b0b58d541 00:48:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:21 ---> Using cache 00:48:21 ---> 44649a39d056 00:48:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:21 Collecting idna<2.8,>=2.5 00:48:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:21 ---> 449cf5d4489c 00:48:21 Step 3/23 : WORKDIR /edgex-go 00:48:21 ---> Using cache 00:48:21 ---> 080b0b58d541 00:48:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:21 ---> Using cache 00:48:21 ---> 44649a39d056 00:48:21 Step 5/23 : RUN apk add --update --no-cache make git 00:48:21 ---> Using cache 00:48:21 ---> d0fb2252d4ff 00:48:21 Step 6/23 : COPY go.mod . 00:48:21 ---> Using cache 00:48:21 ---> cd3b18c673f6 00:48:21 Step 7/23 : RUN go mod download 00:48:21 ---> Using cache 00:48:21 ---> f6699891b8bf 00:48:21 Step 8/23 : COPY . . 00:48:21 ---> Using cache 00:48:21 ---> 8d4d884e356e 00:48:21 Step 9/23 : RUN make cmd/core-command/core-command 00:48:22 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:48:22 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:48:22 Collecting docker-pycreds>=0.4.0 00:48:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:24 ---> Running in ba9efdc48ade 00:48:24 ---> Running in 066a97d25904 00:48:24 Installing collected packages: jsonschema, dockerpty, PyYAML, cached-property, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docker-compose 00:48:25 Running setup.py install for dockerpty: started 00:48:26 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:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 Running setup.py install for dockerpty: finished with status 'done' 00:48:28 Running setup.py install for PyYAML: started 00:48:28 OK: 217 MiB in 51 packages 00:48:31 Running setup.py install for PyYAML: finished with status 'done' 00:48:31 Removing intermediate container 066a97d25904 00:48:31 ---> b137c0532d1b 00:48:31 Step 6/22 : COPY go.mod . 00:48:31 Running setup.py install for docopt: started 00:48:33 ---> 720ec9775b8b 00:48:33 Step 7/22 : RUN go mod download 00:48:33 ---> Running in fd35d61bfcdc 00:48:34 Running setup.py install for docopt: finished with status 'done' 00:48:34 Attempting uninstall: urllib3 00:48:34 Found existing installation: urllib3 1.25.9 00:48:34 Uninstalling urllib3-1.25.9: 00:48:34 Successfully uninstalled urllib3-1.25.9 00:48:35 Attempting uninstall: idna 00:48:35 Found existing installation: idna 2.9 00:48:35 Uninstalling idna-2.9: 00:48:35 Successfully uninstalled idna-2.9 00:48:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:36 ---> 449cf5d4489c 00:48:36 Step 3/23 : WORKDIR /edgex-go 00:48:36 ---> Using cache 00:48:36 ---> 080b0b58d541 00:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:36 ---> Using cache 00:48:36 ---> 44649a39d056 00:48:36 Step 5/23 : RUN apk add --update --no-cache make git 00:48:36 ---> Using cache 00:48:36 ---> d0fb2252d4ff 00:48:36 Step 6/23 : COPY go.mod . 00:48:36 ---> Using cache 00:48:36 ---> cd3b18c673f6 00:48:36 Step 7/23 : RUN go mod download 00:48:36 ---> Using cache 00:48:36 ---> f6699891b8bf 00:48:36 Step 8/23 : COPY . . 00:48:36 ---> Using cache 00:48:36 ---> 8d4d884e356e 00:48:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:37 Attempting uninstall: requests 00:48:37 Found existing installation: requests 2.23.0 00:48:37 Uninstalling requests-2.23.0: 00:48:37 ---> Running in ffcdbd7c9d35 00:48:37 Successfully uninstalled requests-2.23.0 00:48:38 Removing intermediate container fd35d61bfcdc 00:48:38 ---> 517073b4da89 00:48:38 Step 8/22 : COPY . . 00:48:39 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:48:39 Running setup.py install for texttable: started 00:48:42 Running setup.py install for texttable: finished with status 'done' 00:48:43 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:48:53 Removing intermediate container d33aa2c612f6 00:48:53 ---> 4072bfad7a91 00:48:53 Step 21/26 : RUN apk --no-cache add curl 00:48:53 ---> Running in 2f84fb5aec62 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 ---> bdbdef0cf15b 00:48:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:56 ---> Running in efd2a41634fb 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:57 (2/3) Installing libcurl (7.69.1-r3) 00:48:57 (3/3) Installing curl (7.69.1-r3) 00:48:57 Executing busybox-1.31.1-r19.trigger 00:48:57 OK: 71 MiB in 58 packages 00:48:58 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:49:00 Removing intermediate container 2f84fb5aec62 00:49:00 ---> d089555aed28 00:49:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:00 ---> Running in 5d2224979841 00:49:01 Removing intermediate container 5d2224979841 00:49:01 ---> 6cb2fa7641cf 00:49:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 ---> Running in 5c956db3f54b 00:49:01 Removing intermediate container 5c956db3f54b 00:49:01 ---> c7a13828c821 00:49:01 Step 24/26 : LABEL arch=arm64 00:49:02 ---> Running in 3af1c01b59af 00:49:02 Removing intermediate container 3af1c01b59af 00:49:02 ---> 1603e763e6bf 00:49:02 Step 25/26 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:49:03 ---> Running in 2309548eed4e 00:49:04 Removing intermediate container 2309548eed4e 00:49:04 ---> 78da05cd0cff 00:49:04 Step 26/26 : LABEL version=0.0.0 00:49:04 ---> Running in 1595b7111f17 00:49:04 Removing intermediate container 1595b7111f17 00:49:04 ---> bedd167ce5c0 00:49:04 00:49:05 Successfully built bedd167ce5c0 00:49:05 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:15  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:49:37 Removing intermediate container cf1bd0e1a179 00:49:37 ---> 78453a0abd6e 00:49:37 00:49:37 Step 10/31 : FROM alpine:3.12 00:49:37 ---> afeebe901d6b 00:49:37 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:37 ---> Running in 16c604058d8c 00:49:37 Removing intermediate container 16c604058d8c 00:49:37 ---> 9c90f86ff6bb 00:49:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:37 ---> Running in 0b0984b0b746 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 (1/2) Installing dumb-init (1.2.2-r1) 00:49:40 (2/2) Installing su-exec (0.2-r1) 00:49:40 Executing busybox-1.31.1-r19.trigger 00:49:40 OK: 5 MiB in 16 packages 00:49:41 Removing intermediate container 0b0984b0b746 00:49:41 ---> 8808471a69bf 00:49:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:42 ---> Running in ead10a5e3c74 00:49:42 Removing intermediate container ead10a5e3c74 00:49:42 ---> 5b2feebe0fa4 00:49:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:43 ---> Running in e387d2852550 00:49:43 Removing intermediate container e387d2852550 00:49:43 ---> 04cde054d2b4 00:49:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:43 ---> Running in a9750222889a 00:49:47 Removing intermediate container a9750222889a 00:49:47 ---> 5c515cb22030 00:49:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:47 ---> Running in a5923d571bd8 00:49:48 Removing intermediate container a5923d571bd8 00:49:48 ---> 4db8991494b1 00:49:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:49 ---> 6cfe1364d436 00:49:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:49 ---> Running in 83133c0682ad 00:49:52 Removing intermediate container 83133c0682ad 00:49:52 ---> b22eb5b4ad22 00:49:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:54 ---> 660bfb5cfb28 00:49:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:55 ---> 92a0f33659ed 00:49:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:56 ---> da15973c607e 00:49:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:49:58 ---> 5446927fcb6a 00:49:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:59 ---> 379fb15d221a 00:49:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:00 ---> Running in b6f1bbb52106 00:50:01 Removing intermediate container b6f1bbb52106 00:50:01 ---> 1ee844ee695f 00:50:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:03 ---> 002ef75e7473 00:50:03 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:04 Removing intermediate container ba9efdc48ade 00:50:04 ---> 6092a472d6c9 00:50:04 00:50:04 Step 10/23 : FROM alpine:3.12 00:50:04 ---> afeebe901d6b 00:50:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:04 ---> Using cache 00:50:04 ---> 641599075711 00:50:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:04 ---> Using cache 00:50:04 ---> 593091f1c285 00:50:04 Step 13/23 : ENV APP_PORT=48082 00:50:04 ---> Running in f29a046b3bb5 00:50:04 ---> Running in cd232f0221fa 00:50:05 Removing intermediate container cd232f0221fa 00:50:05 ---> f7779b7b2db6 00:50:05 Step 14/23 : EXPOSE $APP_PORT 00:50:05 ---> Running in d76812f450fe 00:50:06 Removing intermediate container d76812f450fe 00:50:06 ---> 365a1d28b4a0 00:50:06 Step 15/23 : WORKDIR / 00:50:06 ---> Running in fe4183795a6e 00:50:07 Removing intermediate container fe4183795a6e 00:50:07 ---> 7cbc43e09661 00:50:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:07 Removing intermediate container f29a046b3bb5 00:50:07 ---> 2dff246cab87 00:50:07 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:07 ---> Running in fcd115eb2762 00:50:08 ---> 535e20f110b4 00:50:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:08 Removing intermediate container fcd115eb2762 00:50:08 ---> c89fe53fd974 00:50:08 Step 28/31 : CMD ["gate"] 00:50:09 ---> Running in c538ec2105d0 00:50:10 ---> a997caf04f2f 00:50:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:10 Removing intermediate container c538ec2105d0 00:50:10 ---> 4aa0318b0e85 00:50:10 Step 29/31 : LABEL arch=arm64 00:50:10 ---> Running in 57dd5d17304a 00:50:11 ---> 4ff33b691189 00:50:11 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:11 ---> Running in 4e73f28b32c2 00:50:11 Removing intermediate container 57dd5d17304a 00:50:11 ---> 424d9fd6b783 00:50:11 Step 30/31 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:50:12 ---> Running in 6be6a57b2d68 00:50:12 Removing intermediate container 4e73f28b32c2 00:50:12 ---> a2604ad9d99e 00:50:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:12 ---> Running in 9a56371c7277 00:50:13 Removing intermediate container 6be6a57b2d68 00:50:13 ---> 06d0105f82a3 00:50:13 Step 31/31 : LABEL version=0.0.0 00:50:13 Removing intermediate container efd2a41634fb 00:50:13 ---> 87606699f463 00:50:13 00:50:13 Step 10/22 : FROM alpine:3.12 00:50:13 ---> afeebe901d6b 00:50:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:13 ---> Running in 4d2ff6ce7efc 00:50:13 ---> Running in 7034fd8d1e10 00:50:13 Removing intermediate container 9a56371c7277 00:50:13 ---> d2ea051b36eb 00:50:13 Step 21/23 : LABEL arch=arm64 00:50:14 ---> Running in 8f420fbb3760 00:50:14 Removing intermediate container 4d2ff6ce7efc 00:50:14 ---> 0716456478c9 00:50:14 00:50:14 Successfully built 0716456478c9 00:50:14 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:50:14  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f420fbb3760 00:50:14 ---> a49b8c37489a 00:50:14 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:50:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:15 ---> Running in 04cd3a93afb4 00:50:15 (1/2) Installing ca-certificates (20191127-r4) 00:50:15 (2/2) Installing dumb-init (1.2.2-r1) 00:50:15 Executing busybox-1.31.1-r19.trigger 00:50:15 Executing ca-certificates-20191127-r4.trigger 00:50:16 Removing intermediate container 04cd3a93afb4 00:50:16 ---> 178141c606d3 00:50:16 Step 23/23 : LABEL version=0.0.0 00:50:16 OK: 6 MiB in 16 packages 00:50:16 ---> Running in 7d67c7b3b692 00:50:16 Removing intermediate container ffcdbd7c9d35 00:50:16 ---> ca1e671571f7 00:50:16 00:50:16 Step 10/23 : FROM alpine:3.12 00:50:16 ---> afeebe901d6b 00:50:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:16 ---> Using cache 00:50:16 ---> 641599075711 00:50:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:16 ---> Using cache 00:50:16 ---> 593091f1c285 00:50:16 Step 13/23 : ENV APP_PORT=48081 00:50:16 ---> Running in a76c7f65b702 00:50:16 Removing intermediate container 7d67c7b3b692 00:50:16 ---> 150f098f0888 00:50:16 00:50:17 Successfully built 150f098f0888 00:50:17 Successfully tagged docker-core-command-go-arm64:latest 00:50:17  Building docker-core-command-go ... done Removing intermediate container a76c7f65b702 00:50:17 ---> 3735bca87eee 00:50:17 Step 14/23 : EXPOSE $APP_PORT 00:50:17 Removing intermediate container 7034fd8d1e10 00:50:17 ---> 2d5f94e97e4b 00:50:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:17 ---> Running in 0ec4723aaeec 00:50:18 ---> Running in 0db05e3128de 00:50:18 Removing intermediate container 0ec4723aaeec 00:50:18 ---> 1f42f682783f 00:50:18 Step 15/23 : WORKDIR / 00:50:18 Removing intermediate container 0db05e3128de 00:50:18 ---> 3dd9c75becc3 00:50:18 Step 13/22 : ENV APP_PORT=48060 00:50:18 ---> Running in 7adb6da5d24f 00:50:18 ---> Running in e8c232cdc2b0 00:50:18 Removing intermediate container 7adb6da5d24f 00:50:18 ---> a12131a980c4 00:50:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:19 Removing intermediate container e8c232cdc2b0 00:50:19 ---> eed27f6d21cc 00:50:19 Step 14/22 : EXPOSE $APP_PORT 00:50:19 ---> Running in 98dc63b141e4 00:50:19 ---> 34f7e15efb00 00:50:19 Removing intermediate container 98dc63b141e4 00:50:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> a922ea2591db 00:50:19 00:50:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:20 ---> fcff2711bb2e 00:50:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:21 ---> 65aa7225eb91 00:50:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:21 ---> 85688cceba81 00:50:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:21 ---> 9dabad43377c 00:50:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:22 ---> Running in 2565d65eb90a 00:50:22 ---> 4c53cfaa70d6 00:50:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:22 Removing intermediate container 2565d65eb90a 00:50:22 ---> b11d6d9e915f 00:50:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:22 ---> Running in 379335d72f6e 00:50:22 ---> Running in 6d872d608987 00:50:23 Removing intermediate container 379335d72f6e 00:50:23 ---> 3267a6f6682a 00:50:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:23 Removing intermediate container 6d872d608987 00:50:23 ---> adba609ce6db 00:50:23 Step 21/23 : LABEL arch=arm64 00:50:23 ---> Running in d2fd3a2e1410 00:50:23 ---> Running in 32404ab27fcc 00:50:23 Removing intermediate container d2fd3a2e1410 00:50:23 ---> 07d47736fc1b 00:50:23 Step 20/22 : LABEL arch=arm64 00:50:23 Removing intermediate container 32404ab27fcc 00:50:23 ---> 7d7e6ee4f447 00:50:23 Step 22/23 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:50:23 ---> Running in 05417456cc85 00:50:23 ---> Running in 864ab3a7e6cb 00:50:24 Removing intermediate container 05417456cc85 00:50:24 ---> 70008f156182 00:50:24 Step 21/22 : LABEL git_sha=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc 00:50:24 Removing intermediate container 864ab3a7e6cb 00:50:24 ---> f5db9e9ac421 00:50:24 Step 23/23 : LABEL version=0.0.0 00:50:24 ---> Running in 042c651514ea 00:50:24 ---> Running in 2dd73e4ca00a 00:50:25 Removing intermediate container 042c651514ea 00:50:25 ---> 76877bc4665f 00:50:25 Step 22/22 : LABEL version=0.0.0 00:50:25 Removing intermediate container 2dd73e4ca00a 00:50:25 ---> d09ab1c4c4b2 00:50:25 00:50:25 ---> Running in 591bd4f98c20 00:50:25 Successfully built d09ab1c4c4b2 00:50:25 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:25  Building docker-core-metadata-go ... done Removing intermediate container 591bd4f98c20 00:50:25 ---> 80e70ae97e68 00:50:25 00:50:25 Successfully built 80e70ae97e68 00:50:26 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:26  Building docker-support-notifications-go ... done  [Pipeline] } 00:50:26 $ docker stop --time=1 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 00:50:28 $ docker rm -f 042880fb2613a0b11d4a5b4f0408874e9f7d2b754e20e9f1ab0a5f8e2fa38002 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:28 + docker images 00:50:28 + grep docker 00:50:29 docker-support-notifications-go-arm64 latest 80e70ae97e68 3 seconds ago 16MB 00:50:29 docker-core-metadata-go-arm64 latest d09ab1c4c4b2 4 seconds ago 17.7MB 00:50:29 docker-core-command-go-arm64 latest 150f098f0888 12 seconds ago 16MB 00:50:29 docker-security-bootstrapper-go-arm64 latest 0716456478c9 15 seconds ago 22.6MB 00:50:29 docker-sys-mgmt-agent-go-arm64 latest bedd167ce5c0 About a minute ago 300MB 00:50:29 docker-core-data-go-arm64 latest b92568c65664 2 minutes ago 21MB 00:50:29 docker-support-scheduler-go-arm64 latest 6c8f84474e12 2 minutes ago 16.1MB 00:50:29 docker-security-secretstore-setup-go-arm64 latest d8df7deebe20 2 minutes ago 23.4MB 00:50:29 docker-security-proxy-setup-go-arm64 latest 761135da7b2a 3 minutes ago 23.2MB 00:50:29 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:50:30 provisioning config files... 00:50:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config2729876038109265720tmp [Pipeline] { [Pipeline] sh 00:50:30 + set +x 00:50:30 + bash -s -- 00:50:30 + curl -s https://codecov.io/bash 00:50:31 00:50:31 _____ _ 00:50:31 / ____| | | 00:50:31 | | ___ __| | ___ ___ _____ __ 00:50:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:31 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:31 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:31 Bash-20210129-7c25fce 00:50:31 00:50:31 00:50:31 ==> git version 2.24.3 found 00:50:31 ==> 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:50:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:31 ==> Jenkins CI detected. 00:50:31 project root: . 00:50:31 --> token set from env 00:50:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:31 ==> Running gcov in . (disable via -X gcov) 00:50:31 ==> Python coveragepy not found 00:50:31 ==> Searching for coverage reports in: 00:50:31 + . 00:50:31 -> Found 1 reports 00:50:31 ==> Detecting git/mercurial file structure 00:50:31 ==> Reading reports 00:50:31 + ./coverage.out bytes=574984 00:50:31 ==> Appending adjustments 00:50:31 https://docs.codecov.io/docs/fixing-reports 00:50:35 + Found adjustments 00:50:35 ==> Gzipping contents 00:50:35 88K /tmp/codecov.OQ5yhp.gz 00:50:35 ==> Uploading reports 00:50:35 url: https://codecov.io 00:50:35 query: branch=PR-3034&commit=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:50:35 -> Pinging Codecov 00:50:35 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=ecc9acc8ef3ce8513a18cd41075fe4540eee52bc&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:50:35 -> Uploading to 00:50:35 https://storage.googleapis.com/codecov/v4/raw/2021-01-31/00271124DB129430A58F1EEE437C3FCB/ecc9acc8ef3ce8513a18cd41075fe4540eee52bc/a6b47698-6f28-4c09-a0e3-1a447787fa85.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210131T005035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aab025eb828c5fc3ce2fc680429834552074b154244c381a7ee952c97b1c61d2 00:50:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:35 Dload Upload Total Spent Left Speed 00:50:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87094 0 0 100 87094 0 158k --:--:-- --:--:-- --:--:-- 158k 00:50:35 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ecc9acc8ef3ce8513a18cd41075fe4540eee52bc [Pipeline] } 00:50:35 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:50:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:38 ---> package-listing.sh 00:50:38 ++ facter osfamily 00:50:38 ++ tr '[:upper:]' '[:lower:]' 00:50:38 + OS_FAMILY=redhat 00:50:38 + workspace=/w/workspace/edgex-go/14 00:50:38 + START_PACKAGES=/tmp/packages_start.txt 00:50:38 + END_PACKAGES=/tmp/packages_end.txt 00:50:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:38 + PACKAGES=/tmp/packages_start.txt 00:50:38 + '[' /w/workspace/edgex-go/14 ']' 00:50:38 + PACKAGES=/tmp/packages_end.txt 00:50:38 + case "${OS_FAMILY}" in 00:50:38 + rpm -qa 00:50:38 + sort 00:50:43 + '[' -f /tmp/packages_start.txt ']' 00:50:43 + '[' -f /tmp/packages_end.txt ']' 00:50:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:43 + '[' /w/workspace/edgex-go/14 ']' 00:50:43 + mkdir -p /w/workspace/edgex-go/14/archives/ 00:50:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 00:50:43 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:44 00:50:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:44 alpine: Pulling from edgex-lftools-log-publisher 00:50:44 df20fa9351a1: Pulling fs layer 00:50:44 36b3adc4ff6f: Pulling fs layer 00:50:44 8ad3a11d3b57: Pulling fs layer 00:50:44 46f8f816bc3b: Pulling fs layer 00:50:44 93b61091891f: Pulling fs layer 00:50:44 93b9cdb0e59b: Pulling fs layer 00:50:44 5e14af77c1be: Pulling fs layer 00:50:44 01666e4c0597: Pulling fs layer 00:50:44 aa168da1d23b: Pulling fs layer 00:50:44 93b61091891f: Waiting 00:50:44 93b9cdb0e59b: Waiting 00:50:44 46f8f816bc3b: Waiting 00:50:44 5e14af77c1be: Waiting 00:50:44 01666e4c0597: Waiting 00:50:44 aa168da1d23b: Waiting 00:50:44 36b3adc4ff6f: Download complete 00:50:44 46f8f816bc3b: Verifying Checksum 00:50:44 46f8f816bc3b: Download complete 00:50:44 df20fa9351a1: Verifying Checksum 00:50:44 df20fa9351a1: Download complete 00:50:44 93b9cdb0e59b: Verifying Checksum 00:50:44 93b9cdb0e59b: Download complete 00:50:44 5e14af77c1be: Verifying Checksum 00:50:44 5e14af77c1be: Download complete 00:50:44 93b61091891f: Download complete 00:50:45 01666e4c0597: Verifying Checksum 00:50:45 01666e4c0597: Download complete 00:50:45 df20fa9351a1: Pull complete 00:50:45 8ad3a11d3b57: Verifying Checksum 00:50:45 8ad3a11d3b57: Download complete 00:50:45 36b3adc4ff6f: Pull complete 00:50:46 8ad3a11d3b57: Pull complete 00:50:46 46f8f816bc3b: Pull complete 00:50:47 aa168da1d23b: Verifying Checksum 00:50:47 aa168da1d23b: Download complete 00:50:48 93b61091891f: Pull complete 00:50:49 93b9cdb0e59b: Pull complete 00:50:49 5e14af77c1be: Pull complete 00:50:50 01666e4c0597: Pull complete 00:51:00 aa168da1d23b: Pull complete 00:51:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:00 prd-centos7-docker-4c-2g-24153 does not seem to be running inside a container 00:51:00 $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:04 $ docker top 24269444ea63ac7851268ab97fb778c7b9f2796d899ba002850b2b310e4399f9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:04 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:05 + mkdir -p /var/log/sa [Pipeline] sh 00:51:05 + ls /var/log/sa-host 00:51:05 + sadf -c /var/log/sa-host/sa23 00:51:05 file_magic: OK 00:51:05 HZ: Using current value: 100 00:51:05 file_header: OK 00:51:05 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:51:05 Statistics: 00:51:05 Hnuu...uuuununununu... 00:51:05 File successfully converted to sysstat format version 12.2.1 00:51:05 + sadf -c /var/log/sa-host/sa31 00:51:05 file_magic: OK 00:51:05 HZ: Using current value: 100 00:51:05 file_header: OK 00:51:05 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:51:05 Statistics: 00:51:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:05 provisioning config files... 00:51:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4552228574290752301tmp [Pipeline] { [Pipeline] echo 00:51:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:06 ---> create-netrc.sh [Pipeline] } 00:51:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:06 ---> python-tools-install.sh [Pipeline] echo 00:51:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:06 ---> sudo-logs.sh 00:51:06 Archiving 'sudo' log.. [Pipeline] echo 00:51:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:07 ---> job-cost.sh 00:51:07 lf-activate-venv: SKIPPING 00:51:07 INFO: No Stack... 00:51:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:08 INFO: Archiving Costs [Pipeline] echo 00:51:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:09 ---> logs-deploy.sh 00:51:09 lf-activate-venv: SKIPPING 00:51:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/14 00:51:09 INFO: archiving workspace using pattern(s): 00:51:10 Archives upload complete. 00:51:10 INFO: archiving logs to Nexus 00:51:11 ---> uname -a: 00:51:11 Linux prd-centos7-docker-4c-2g-24153.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:11 00:51:11 00:51:11 ---> lscpu: 00:51:11 Architecture: x86_64 00:51:11 CPU op-mode(s): 32-bit, 64-bit 00:51:11 Byte Order: Little Endian 00:51:11 Address sizes: 40 bits physical, 48 bits virtual 00:51:11 CPU(s): 4 00:51:11 On-line CPU(s) list: 0-3 00:51:11 Thread(s) per core: 1 00:51:11 Core(s) per socket: 1 00:51:11 Socket(s): 4 00:51:11 NUMA node(s): 1 00:51:11 Vendor ID: GenuineIntel 00:51:11 CPU family: 6 00:51:11 Model: 44 00:51:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:11 Stepping: 1 00:51:11 CPU MHz: 2933.438 00:51:11 BogoMIPS: 5866.87 00:51:11 Virtualization: VT-x 00:51:11 Hypervisor vendor: KVM 00:51:11 Virtualization type: full 00:51:11 L1d cache: 128 KiB 00:51:11 L1i cache: 128 KiB 00:51:11 L2 cache: 16 MiB 00:51:11 L3 cache: 64 MiB 00:51:11 NUMA node0 CPU(s): 0-3 00:51:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:11 Vulnerability Meltdown: Mitigation; PTI 00:51:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:11 Vulnerability Srbds: Not affected 00:51:11 Vulnerability Tsx async abort: Not affected 00:51:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:51:11 00:51:11 00:51:11 ---> nproc: 00:51:11 4 00:51:11 00:51:11 00:51:11 ---> df -h: 00:51:11 Filesystem Size Used Available Use% Mounted on 00:51:11 overlay 50.0G 11.7G 38.3G 23% / 00:51:11 tmpfs 64.0M 0 64.0M 0% /dev 00:51:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:11 shm 64.0M 0 64.0M 0% /dev/shm 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/14 00:51:11 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/14@tmp 00:51:11 00:51:11 00:51:11 ---> free -m: 00:51:11 total used free shared buff/cache available 00:51:11 Mem: 1837 676 165 0 995 1077 00:51:11 Swap: 1023 45 978 00:51:11 00:51:11 00:51:11 ---> ip addr: 00:51:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:11 inet 127.0.0.1/8 scope host lo 00:51:11 valid_lft forever preferred_lft forever 00:51:11 inet6 ::1/128 scope host 00:51:11 valid_lft forever preferred_lft forever 00:51:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:11 link/ether fa:16:3e:24:36:3d brd ff:ff:ff:ff:ff:ff 00:51:11 inet 10.30.122.55/23 brd 10.30.123.255 scope global dynamic eth0 00:51:11 valid_lft 85146sec preferred_lft 85146sec 00:51:11 inet6 fe80::f816:3eff:fe24:363d/64 scope link 00:51:11 valid_lft forever preferred_lft forever 00:51:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:11 link/ether 02:42:bf:b3:fa:6c brd ff:ff:ff:ff:ff:ff 00:51:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:11 valid_lft forever preferred_lft forever 00:51:11 inet6 fe80::42:bfff:feb3:fa6c/64 scope link 00:51:11 valid_lft forever preferred_lft forever 00:51:11 00:51:11 00:51:11 ---> sar -b -r -n DEV: 00:51:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/31/21 _x86_64_ (4 CPU) 00:51:11 00:51:11 00:30:01 LINUX RESTART (4 CPU) 00:51:11 00:51:11 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:11 00:32:01 182.89 69.23 113.66 0.00 8807.57 42081.37 0.00 00:51:11 00:33:01 260.18 105.93 154.25 0.00 4436.50 24669.15 0.00 00:51:11 00:34:01 144.59 60.40 84.18 0.00 2204.96 11488.99 0.00 00:51:11 00:35:01 125.64 37.84 87.80 0.00 2617.37 19295.59 0.00 00:51:11 00:36:04 1637.39 1345.20 292.19 0.00 116752.04 177288.25 0.00 00:51:11 00:37:01 2058.98 1759.76 299.21 0.00 121514.01 134160.57 0.00 00:51:11 00:38:03 651.17 332.30 318.88 0.00 86969.81 126788.65 0.00 00:51:11 00:39:01 1846.20 1527.84 318.36 0.00 85589.73 92687.08 0.00 00:51:11 00:40:01 229.15 39.89 189.25 0.00 5563.00 30557.73 0.00 00:51:11 00:41:01 5.45 0.47 4.98 0.00 18.78 182.18 0.00 00:51:11 00:42:01 0.30 0.02 0.28 0.00 0.13 3.26 0.00 00:51:11 00:43:01 0.23 0.03 0.20 0.00 0.80 2.71 0.00 00:51:11 00:44:01 0.27 0.00 0.27 0.00 0.00 3.70 0.00 00:51:11 00:45:01 0.42 0.18 0.23 0.00 7.73 3.10 0.00 00:51:11 00:46:01 2.20 1.30 0.90 0.00 43.96 16.24 0.00 00:51:11 00:47:01 0.35 0.02 0.33 0.00 0.53 4.36 0.00 00:51:11 00:48:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 00:51:11 00:49:02 0.25 0.02 0.23 0.00 0.53 3.28 0.00 00:51:11 00:50:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 00:51:11 00:51:03 154.64 75.48 79.16 0.00 6763.01 18131.21 0.00 00:51:11 Average: 362.31 265.11 97.20 0.00 22026.37 33968.99 0.00 00:51:11 00:51:11 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:11 00:32:01 76048 0 688036 36.57 2352 1115108 1518600 51.83 626588 924960 61100 00:51:11 00:33:01 143704 0 769672 40.91 1492 966676 1581660 53.98 641540 818228 55560 00:51:11 00:34:01 382376 0 702876 37.36 868 795424 1616936 55.18 516024 696548 49228 00:51:11 00:35:01 74504 0 729128 38.75 792 1077120 1515428 51.72 618196 895332 85760 00:51:11 00:36:04 69260 0 736424 39.14 0 1075860 2062768 70.40 657172 937028 96792 00:51:11 00:37:01 262996 0 1023496 54.40 0 595052 3720808 126.99 696668 658140 39336 00:51:11 00:38:03 76704 0 676996 35.98 0 1127844 1935884 66.07 698696 891488 92424 00:51:11 00:39:01 167636 0 888796 47.24 0 825112 2776636 94.76 672188 801820 204 00:51:11 00:40:01 314308 0 602128 32.00 0 965108 1206896 41.19 545156 775456 20 00:51:11 00:41:01 321692 0 594164 31.58 0 965688 1176696 40.16 541464 774644 16 00:51:11 00:42:01 326168 0 589684 31.34 0 965692 1136604 38.79 538568 773788 8 00:51:11 00:43:01 325864 0 589976 31.36 0 965704 1136772 38.80 539348 773816 16 00:51:11 00:44:01 327168 0 588664 31.29 0 965712 1136604 38.79 538704 773816 16 00:51:11 00:45:01 326492 0 589144 31.31 0 965908 1137056 38.81 538712 773940 8 00:51:11 00:46:01 324488 0 590512 31.38 0 966544 1136688 38.79 538892 774548 8 00:51:11 00:47:01 325268 0 589732 31.34 0 966544 1136604 38.79 538716 774548 16 00:51:11 00:48:01 325160 0 589824 31.35 0 966560 1136604 38.79 538716 774564 16 00:51:11 00:49:02 325244 0 589744 31.34 0 966556 1136604 38.79 538724 774564 8 00:51:11 00:50:01 325112 0 589856 31.35 0 966576 1136604 38.79 538728 774580 8 00:51:11 00:51:03 220848 0 669524 35.58 0 991172 1330060 45.39 527764 840304 12 00:51:11 Average: 252052 0 669419 35.58 275 959798 1533626 52.34 579528 799106 24028 00:51:11 00:51:11 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:11 00:32:01 eth0 1188.90 1190.68 6042.07 153.82 0.00 0.00 0.00 0.00 00:51:11 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:32:01 docker0 818.32 711.06 68.97 2713.12 0.00 0.00 0.00 0.00 00:51:11 00:33:01 veth974ad5c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:11 00:33:01 eth0 243.76 180.11 862.06 60.87 0.00 0.00 0.00 0.00 00:51:11 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:33:01 docker0 145.26 195.15 10.60 828.64 0.00 0.00 0.00 0.00 00:51:11 00:34:01 veth974ad5c 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 00:51:11 00:34:01 eth0 31.25 19.18 20.12 33.42 0.00 0.00 0.00 0.00 00:51:11 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:34:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 00:51:11 00:35:01 eth0 222.58 189.32 1694.71 57.42 0.00 0.00 0.00 0.00 00:51:11 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:36:04 veth6fb2b9d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:36:04 veth7fa843b 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 00:51:11 00:36:04 eth0 73.98 51.55 176.51 38.22 0.00 0.00 0.00 0.00 00:51:11 00:36:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:37:01 veth09064e4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:11 00:37:01 veth0879a22 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:11 00:37:01 veth56ff4bc 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:11 00:37:01 veth514346a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:51:11 00:38:03 vethe62c4cd 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:38:03 veth7fa843b 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 00:51:11 00:38:03 eth0 2643.56 2261.64 12024.16 531.26 0.00 0.00 0.00 0.00 00:51:11 00:38:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:51:11 00:39:01 vethc3378b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:39:01 veth7fa843b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:39:01 eth0 63.18 37.87 122.66 45.67 0.00 0.00 0.00 0.00 00:51:11 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:40:01 eth0 243.39 171.55 1701.02 80.20 0.00 0.00 0.00 0.00 00:51:11 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:40:01 docker0 1043.22 1042.46 83.92 4353.27 0.00 0.00 0.00 0.00 00:51:11 00:41:01 eth0 1.03 0.63 0.66 0.47 0.00 0.00 0.00 0.00 00:51:11 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:42:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:51:11 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:43:01 eth0 1.77 0.88 0.87 0.56 0.00 0.00 0.00 0.00 00:51:11 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:44:01 eth0 0.22 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:51:11 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:11 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:46:01 eth0 0.30 0.27 0.14 0.08 0.00 0.00 0.00 0.00 00:51:11 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:11 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:48:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:51:11 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:49:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:11 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:50:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:51:03 eth0 219.51 175.73 2099.62 39.29 0.00 0.00 0.00 0.00 00:51:11 00:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 00:51:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 Average: eth0 120.19 104.38 649.46 31.25 0.00 0.00 0.00 0.00 00:51:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:11 Average: docker0 52.20 52.16 4.20 217.81 0.00 0.00 0.00 0.00 00:51:11 00:51:11 00:51:11 ---> sar -P ALL: 00:51:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/31/21 _x86_64_ (4 CPU) 00:51:11 00:51:11 00:30:01 LINUX RESTART (4 CPU) 00:51:11 00:51:11 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:51:11 00:32:01 all 17.16 0.00 8.24 2.03 1.04 71.53 00:51:11 00:32:01 0 16.33 0.00 9.63 1.31 0.97 71.76 00:51:11 00:32:01 1 14.72 0.00 7.31 1.14 1.10 75.73 00:51:11 00:32:01 2 16.98 0.00 8.07 2.44 0.91 71.59 00:51:11 00:32:01 3 20.61 0.00 7.97 3.23 1.16 67.04 00:51:11 00:33:01 all 24.88 0.00 8.25 5.64 0.70 60.54 00:51:11 00:33:01 0 25.17 0.00 7.59 4.04 0.62 62.58 00:51:11 00:33:01 1 25.47 0.00 9.31 6.20 0.65 58.37 00:51:11 00:33:01 2 24.88 0.00 8.03 5.83 0.71 60.55 00:51:11 00:33:01 3 23.99 0.00 8.04 6.49 0.81 60.66 00:51:11 00:34:01 all 50.91 0.00 11.97 3.49 0.69 32.93 00:51:11 00:34:01 0 51.79 0.00 11.40 3.19 0.79 32.83 00:51:11 00:34:01 1 52.17 0.00 12.42 3.44 0.54 31.43 00:51:11 00:34:01 2 50.64 0.00 11.48 3.35 0.60 33.92 00:51:11 00:34:01 3 49.04 0.00 12.59 3.99 0.84 33.53 00:51:11 00:35:01 all 39.39 0.00 11.69 5.38 0.90 42.65 00:51:11 00:35:01 0 39.00 0.00 12.43 6.39 0.76 41.42 00:51:11 00:35:01 1 39.86 0.00 11.40 4.17 0.96 43.61 00:51:11 00:35:01 2 39.53 0.00 11.64 6.31 0.89 41.62 00:51:11 00:35:01 3 39.16 0.00 11.30 4.64 0.97 43.94 00:51:11 00:36:04 all 20.01 0.00 22.10 15.46 1.55 40.88 00:51:11 00:36:04 0 19.51 0.00 21.94 18.36 1.60 38.58 00:51:11 00:36:04 1 21.17 0.00 22.17 15.72 1.59 39.35 00:51:11 00:36:04 2 22.03 0.00 23.64 16.19 1.49 36.65 00:51:11 00:36:04 3 17.31 0.00 20.66 11.55 1.51 48.97 00:51:11 00:37:01 all 44.69 0.00 22.75 17.03 2.43 13.11 00:51:11 00:37:01 0 45.41 0.00 23.77 15.82 2.40 12.59 00:51:11 00:37:01 1 45.04 0.00 22.88 17.30 2.25 12.52 00:51:11 00:37:01 2 43.99 0.00 23.57 19.12 2.50 10.83 00:51:11 00:37:01 3 44.30 0.00 20.74 15.87 2.57 16.52 00:51:11 00:38:03 all 36.02 0.00 20.26 17.34 1.95 24.41 00:51:11 00:38:03 0 36.23 0.00 20.24 13.74 1.91 27.87 00:51:11 00:38:03 1 36.28 0.00 19.60 20.53 1.76 21.83 00:51:11 00:38:03 2 37.60 0.00 21.68 20.87 1.96 17.88 00:51:11 00:38:03 3 33.95 0.00 19.52 14.17 2.17 30.19 00:51:11 00:39:01 all 48.42 0.00 22.42 18.18 0.83 10.15 00:51:11 00:39:01 0 47.65 0.00 22.88 14.88 0.92 13.67 00:51:11 00:39:01 1 50.06 0.00 21.42 16.65 0.68 11.19 00:51:11 00:39:01 2 49.37 0.00 22.39 21.21 0.90 6.14 00:51:11 00:39:01 3 46.59 0.00 23.02 19.99 0.80 9.61 00:51:11 00:40:01 all 17.84 0.00 9.33 7.68 0.77 64.38 00:51:11 00:40:01 0 17.49 0.00 8.56 6.45 0.72 66.78 00:51:11 00:40:01 1 19.67 0.00 9.26 6.68 0.81 63.59 00:51:11 00:40:01 2 16.94 0.00 9.29 9.44 0.89 63.45 00:51:11 00:40:01 3 17.29 0.00 10.20 8.13 0.65 63.73 00:51:11 00:41:01 all 0.18 0.00 0.06 0.01 0.01 99.73 00:51:11 00:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:51:11 00:41:01 1 0.12 0.00 0.05 0.00 0.02 99.82 00:51:11 00:41:01 2 0.52 0.00 0.10 0.05 0.02 99.32 00:51:11 00:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:51:11 00:42:01 all 0.16 0.00 0.04 0.00 0.01 99.79 00:51:11 00:42:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:51:11 00:42:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:51:11 00:42:01 2 0.53 0.00 0.03 0.00 0.02 99.42 00:51:11 00:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:51:11 00:51:11 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:51:11 00:43:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:51:11 00:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:51:11 00:43:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:51:11 00:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:51:11 00:43:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:51:11 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:51:11 00:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:51:11 00:44:01 1 0.40 0.00 0.07 0.00 0.00 99.53 00:51:11 00:44:01 2 0.17 0.00 0.02 0.00 0.00 99.82 00:51:11 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:11 00:45:01 all 0.15 0.00 0.07 0.01 0.02 99.76 00:51:11 00:45:01 0 0.02 0.00 0.07 0.02 0.05 99.85 00:51:11 00:45:01 1 0.50 0.00 0.08 0.02 0.00 99.40 00:51:11 00:45:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:51:11 00:45:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:51:11 00:46:01 all 0.05 0.00 0.05 0.02 0.00 99.88 00:51:11 00:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:51:11 00:46:01 1 0.07 0.00 0.08 0.07 0.02 99.77 00:51:11 00:46:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:51:11 00:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:11 00:47:01 all 0.14 0.00 0.03 0.00 0.01 99.82 00:51:11 00:47:01 0 0.05 0.00 0.02 0.00 0.02 99.92 00:51:11 00:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:51:11 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:11 00:47:01 3 0.45 0.00 0.05 0.00 0.02 99.48 00:51:11 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:11 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:11 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:11 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:11 00:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:51:11 00:49:02 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:11 00:49:02 0 0.02 0.00 0.00 0.00 0.00 99.98 00:51:11 00:49:02 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:11 00:49:02 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:11 00:49:02 3 0.53 0.00 0.03 0.00 0.00 99.43 00:51:11 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:11 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:11 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:51:11 00:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:51:11 00:50:01 3 0.51 0.00 0.03 0.00 0.00 99.46 00:51:11 00:51:03 all 6.34 0.00 4.20 4.12 0.07 85.26 00:51:11 00:51:03 0 5.22 0.00 3.77 2.83 0.10 88.09 00:51:11 00:51:03 1 6.08 0.00 4.69 5.79 0.05 83.39 00:51:11 00:51:03 2 6.79 0.00 3.92 4.49 0.08 84.72 00:51:11 00:51:03 3 7.28 0.00 4.44 3.38 0.06 84.84 00:51:11 Average: all 14.81 0.00 6.85 4.66 0.53 73.14 00:51:11 Average: 0 14.67 0.00 6.90 4.22 0.53 73.69 00:51:11 Average: 1 15.05 0.00 6.83 4.74 0.51 72.87 00:51:11 Average: 2 15.01 0.00 6.98 5.29 0.53 72.18 00:51:11 Average: 3 14.52 0.00 6.70 4.39 0.56 73.83 00:51:11 00:51:11 00:51:11