Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e93fe298edca2f4dbba9d8b960851799ec89fd7a+cd24e07082ec728494b0347cc7947c162db974b4 (921901dbaaa490b4c281d67b75fdbfc27a6f4557) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20254 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # 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 cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:52:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:52:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:52:10 ========================================================= 16:52:10 EdgeX Global Pipelines Version Info 16:52:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b5a5311708b324d61da002eaf53ecd949b34e9a2 # timeout=10 16:52:11 ------------------- 16:52:11 stable info: 16:52:11 ------------------- 16:52:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:11 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:52:11 Message: update stable to v1.0.177 16:52:12 ------------------- 16:52:12 experimental info: 16:52:12 ------------------- 16:52:12 Commited By: **** collab-it+edgex@linuxfoundation.org 16:52:12 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:52:12 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:52:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:52:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e93fe298edca2f4dbba9d8b960851799ec89fd7a [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e93fe29 [Pipeline] echo 16:52:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:52:15 provisioning config files... 16:52:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7292682825242653879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:52:16 ---> docker-login.sh 16:52:16 nexus3.edgexfoundry.org:10001 16:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:16 Configure a credential helper to remove this warning. See 16:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:16 16:52:16 Login Succeeded 16:52:16 nexus3.edgexfoundry.org:10002 16:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:16 Configure a credential helper to remove this warning. See 16:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:16 16:52:16 Login Succeeded 16:52:16 nexus3.edgexfoundry.org:10003 16:52:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:17 Configure a credential helper to remove this warning. See 16:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:17 16:52:17 Login Succeeded 16:52:17 nexus3.edgexfoundry.org:10004 16:52:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:17 Configure a credential helper to remove this warning. See 16:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:17 16:52:17 Login Succeeded 16:52:17 docker.io 16:52:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:17 Configure a credential helper to remove this warning. See 16:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:17 16:52:17 Login Succeeded 16:52:17 ---> docker-login.sh ends [Pipeline] } 16:52:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:52:18 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/core-command/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo core-command,cmd/core-command/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/core-data/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo core-data,cmd/core-data/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/core-metadata/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo core-metadata,cmd/core-metadata/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/security-proxy-setup/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/support-notifications/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo support-notifications,cmd/support-notifications/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/support-scheduler/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:52:18 + for file in '`ls cmd/**/Dockerfile`' 16:52:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:52:18 ++ cut -d/ -f2 16:52:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:52:18 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:52:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:19 16:52:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:52:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:19 latest: Pulling from edgex-devops/git-semver 16:52:19 31603596830f: Pulling fs layer 16:52:19 2a8b12db71e7: Pulling fs layer 16:52:19 6ca5941a6612: Pulling fs layer 16:52:19 ecc8261a40a4: Pulling fs layer 16:52:19 ecc8261a40a4: Waiting 16:52:19 2a8b12db71e7: Verifying Checksum 16:52:19 2a8b12db71e7: Download complete 16:52:19 31603596830f: Verifying Checksum 16:52:19 31603596830f: Download complete 16:52:20 ecc8261a40a4: Verifying Checksum 16:52:20 ecc8261a40a4: Download complete 16:52:20 6ca5941a6612: Verifying Checksum 16:52:20 6ca5941a6612: Download complete 16:52:20 31603596830f: Pull complete 16:52:20 2a8b12db71e7: Pull complete 16:52:21 6ca5941a6612: Pull complete 16:52:21 ecc8261a40a4: Pull complete 16:52:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:52:21 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 16:52:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:52:24 $ docker top 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:52:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:24 [ssh-agent] Looking for ssh-agent implementation... 16:52:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:24 $ docker exec 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent 16:52:25 SSH_AUTH_SOCK=/tmp/ssh-Q0IWs6f4h40N/agent.12 16:52:25 SSH_AGENT_PID=17 16:52:25 Running ssh-add (command line suppressed) 16:52:25 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3805969534378603932.key (/w/workspace/edgex-go/3@tmp/private_key_3805969534378603932.key) 16:52:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:25 + git tag --points-at HEAD [Pipeline] } 16:52:25 $ docker exec --env ******** --env ******** 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent -k 16:52:25 unset SSH_AUTH_SOCK; 16:52:25 unset SSH_AGENT_PID; 16:52:25 echo Agent pid 17 killed; 16:52:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:52:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:26 [ssh-agent] Looking for ssh-agent implementation... 16:52:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:26 $ docker exec 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent 16:52:26 SSH_AUTH_SOCK=/tmp/ssh-dJpVAjWchUql/agent.45 16:52:26 SSH_AGENT_PID=50 16:52:26 Running ssh-add (command line suppressed) 16:52:26 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4342100635909957170.key (/w/workspace/edgex-go/3@tmp/private_key_4342100635909957170.key) 16:52:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:27 + git semver init 16:52:27 # -> Open(): unable to determine branch for HEAD 16:52:27 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:52:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:52:27 # $SEMVER_REMOTE_NAME = origin 16:52:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:52:27 # $SEMVER_USER_NAME = edgex-jenkins 16:52:27 # $SEMVER_BRANCH = PR-3027 16:52:27 # $SEMVER_TEMP = /tmp/semver-526066042 16:52:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:53:06 # '/tmp/semver-526066042' -> '/w/workspace/edgex-go/3/.semver' 16:53:06 # -> Force: false 16:53:06 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:53:06 $ docker exec --env ******** --env ******** 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent -k 16:53:06 unset SSH_AUTH_SOCK; 16:53:06 unset SSH_AGENT_PID; 16:53:06 echo Agent pid 50 killed; 16:53:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:53:06 + git semver [Pipeline] } 16:53:06 $ docker stop --time=1 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 16:53:09 $ docker rm -f 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 [Pipeline] // withDockerContainer [Pipeline] sh 16:53:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:53:10 Stashed 1 file(s) [Pipeline] echo 16:53:10 [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 16:53:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:53:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:53:11 + sudo service docker restart 16:53:11 + true 16:53:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:53:12 ========================================================= 16:53:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:53:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:53:12 + 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 . 16:53:16 Sending build context to Docker daemon 326.5MB 16:53:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:53:16 Step 2/6 : FROM ${BASE} 16:53:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:53:16 188c0c94c7c5: Pulling fs layer 16:53:16 0ef7d3d256c8: Pulling fs layer 16:53:16 de9db76c5a1d: Pulling fs layer 16:53:16 bca2f99d35d6: Pulling fs layer 16:53:16 93359f2a8cfa: Pulling fs layer 16:53:16 7c6f9722023f: Pulling fs layer 16:53:16 a35cf1a2eb13: Pulling fs layer 16:53:16 93359f2a8cfa: Waiting 16:53:16 a35cf1a2eb13: Waiting 16:53:16 7c6f9722023f: Waiting 16:53:16 bca2f99d35d6: Waiting 16:53:16 de9db76c5a1d: Verifying Checksum 16:53:16 de9db76c5a1d: Download complete 16:53:16 0ef7d3d256c8: Verifying Checksum 16:53:16 0ef7d3d256c8: Download complete 16:53:16 93359f2a8cfa: Verifying Checksum 16:53:16 93359f2a8cfa: Download complete 16:53:16 7c6f9722023f: Verifying Checksum 16:53:16 7c6f9722023f: Download complete 16:53:16 188c0c94c7c5: Verifying Checksum 16:53:16 188c0c94c7c5: Download complete 16:53:17 188c0c94c7c5: Pull complete 16:53:17 0ef7d3d256c8: Pull complete 16:53:18 de9db76c5a1d: Pull complete 16:53:18 a35cf1a2eb13: Verifying Checksum 16:53:18 a35cf1a2eb13: Download complete 16:53:19 bca2f99d35d6: Verifying Checksum 16:53:19 bca2f99d35d6: Download complete 16:53:25 Still waiting to schedule task 16:53:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:53:26 bca2f99d35d6: Pull complete 16:53:26 93359f2a8cfa: Pull complete 16:53:26 7c6f9722023f: Pull complete 16:53:31 a35cf1a2eb13: Pull complete 16:53:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:53:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:53:31 ---> a62c8e92a672 16:53:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:53:31 ---> Running in 7669df9f5283 16:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:35 (1/12) Installing libmagic (5.38-r0) 16:53:36 (2/12) Installing file (5.38-r0) 16:53:36 (3/12) Installing libc-dev (0.7.2-r3) 16:53:36 (4/12) Installing g++ (9.3.0-r2) 16:53:48 (5/12) Installing fortify-headers (1.1-r0) 16:53:48 (6/12) Installing patch (2.7.6-r6) 16:53:48 (7/12) Installing build-base (0.5-r2) 16:53:48 (8/12) Installing libsodium (1.0.18-r0) 16:53:49 (9/12) Installing pkgconf (1.7.2-r0) 16:53:49 (10/12) Installing libsodium-dev (1.0.18-r0) 16:53:49 (11/12) Installing libzmq (4.3.3-r0) 16:53:49 (12/12) Installing zeromq-dev (4.3.3-r0) 16:53:49 Executing busybox-1.31.1-r19.trigger 16:53:49 OK: 233 MiB in 51 packages 16:53:53 Removing intermediate container 7669df9f5283 16:53:53 ---> 1999d00f7a0b 16:53:53 Step 4/6 : WORKDIR /edgex-go 16:53:53 ---> Running in 89af2774df5f 16:53:53 Removing intermediate container 89af2774df5f 16:53:53 ---> 9b4da600ee55 16:53:53 Step 5/6 : COPY go.mod . 16:53:53 ---> e68ff4f291ad 16:53:53 Step 6/6 : RUN go mod download 16:53:53 ---> Running in 821e0e3e1805 16:54:15 Removing intermediate container 821e0e3e1805 16:54:15 ---> b6315221722f 16:54:15 Successfully built b6315221722f 16:54:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:54:16 + docker inspect -f . ci-base-image-x86_64 16:54:16 . [Pipeline] withDockerContainer 16:54:16 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 16:54:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:54:17 $ docker top 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:17 + go version 16:54:17 go version go1.15.5 linux/amd64 [Pipeline] } 16:54:17 $ docker stop --time=1 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f 16:54:19 $ docker rm -f 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:20 + docker inspect -f . ci-base-image-x86_64 16:54:20 . [Pipeline] withDockerContainer 16:54:20 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 16:54:20 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:54:21 $ docker top d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 -eo pid,comm [Pipeline] { [Pipeline] echo 16:54:21 ========================================================= 16:54:21 [edgeXBuildGoParallel] Running Tests and Build... 16:54:21 ========================================================= [Pipeline] sh 16:54:21 + make test 16:54:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:54:31 ? github.com/edgexfoundry/edgex-go [no test files] 16:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:54:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:54:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:54:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:54:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:54:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:54:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:54:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:54:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 16:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:54:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.284s coverage: 27.0% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.175s coverage: 67.9% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:55:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.468s coverage: 82.3% of statements 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:55:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:55:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 16:55:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 16:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 16:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 93.2% of statements 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 16:55:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 16:55:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 16:55:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.2% of statements 16:55:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.4% of statements 16:55:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:55:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 16:55:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:55:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:55:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 16:55:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 16:55:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 16:55:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 16:55:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 16:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.434s coverage: 55.9% of statements 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.333s coverage: 84.0% of statements 16:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:55:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 16:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:55:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements 16:55:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:55:18 GO111MODULE=on go vet ./... 16:55:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20258 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 16:55:42 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:55:44 gofmt -l . 16:55:44 [ "`gofmt -l .`" = "" ] 16:55:44 ./bin/test-go-mod-tidy.sh 16:55:44 ./bin/test-attribution-txt.sh [Pipeline] sh 16:55:45 + ls -al . 16:55:45 total 660 16:55:45 drwxrwxr-x 10 1001 1001 4096 Jan 14 16:55 . 16:55:45 drwxr-xr-x 4 root root 28 Jan 14 16:54 .. 16:55:45 -rw-rw-r-- 1 1001 1001 11 Jan 14 16:52 .dockerignore 16:55:45 drwxrwxr-x 8 1001 1001 179 Jan 14 16:52 .git 16:55:45 drwxrwxr-x 3 1001 1001 125 Jan 14 16:52 .github 16:55:45 -rw-rw-r-- 1 1001 1001 824 Jan 14 16:52 .gitignore 16:55:45 drwx------ 3 1001 1001 47 Jan 14 16:53 .semver 16:55:45 -rw-rw-r-- 1 1001 1001 166 Jan 14 16:52 .sonarcloud.properties 16:55:45 -rw-rw-r-- 1 1001 1001 7741 Jan 14 16:52 Attribution.txt 16:55:45 -rw-rw-r-- 1 1001 1001 3804 Jan 14 16:52 CONTRIBUTING.md 16:55:45 -rw-rw-r-- 1 1001 1001 931 Jan 14 16:52 Dockerfile.build 16:55:45 -rw-rw-r-- 1 1001 1001 863 Jan 14 16:52 Jenkinsfile 16:55:45 -rw-rw-r-- 1 1001 1001 10775 Jan 14 16:52 LICENSE 16:55:45 -rw-rw-r-- 1 1001 1001 5750 Jan 14 16:52 Makefile 16:55:45 -rw-rw-r-- 1 1001 1001 6524 Jan 14 16:52 README.md 16:55:45 -rw-rw-r-- 1 1001 1001 6744 Jan 14 16:52 SECURITY.md 16:55:45 -rw-rw-r-- 1 1001 1001 5 Jan 14 16:53 VERSION 16:55:45 -rw-rw-r-- 1 1001 1001 4131 Jan 14 16:52 ZMQWindows.md 16:55:45 drwxrwxr-x 2 1001 1001 117 Jan 14 16:52 bin 16:55:45 drwxrwxr-x 14 1001 1001 4096 Jan 14 16:52 cmd 16:55:45 -rw-r--r-- 1 root root 555118 Jan 14 16:55 coverage.out 16:55:45 -rw-r--r-- 1 root root 979 Jan 14 16:55 go.mod 16:55:45 -rw-r--r-- 1 root root 19126 Jan 14 16:55 go.sum 16:55:45 drwxrwxr-x 8 1001 1001 127 Jan 14 16:52 internal 16:55:45 drwxrwxr-x 4 1001 1001 26 Jan 14 16:52 openapi 16:55:45 drwxrwxr-x 4 1001 1001 71 Jan 14 16:52 snap 16:55:45 -rw-rw-r-- 1 1001 1001 168 Jan 14 16:52 version.go [Pipeline] sh 16:55:45 + '[' -e coverage.out ] 16:55:45 + chown 1001:1001 coverage.out [Pipeline] stash 16:55:46 Stashed 1 file(s) [Pipeline] sh 16:55:46 + make build 16:55:46 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 16:55:47 using credential edgex-jenkins-ssh 16:55:47 Cloning the remote Git repository 16:55:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:55:47 > git init /w/workspace/edgex-go/3 # timeout=10 16:55:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:47 > git --version # timeout=10 16:55:47 > git --version # 'git version 2.17.1' 16:55:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:51 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 16:55:58 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 16:55:59 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 16:56:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:56:01 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 16:56:03 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 16:56:04 Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:56:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:56:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:56:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:56:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:56:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:04 > git config core.sparsecheckout # timeout=10 16:56:05 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 16:56:05 Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:56:05 Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) 16:56:06 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 16:56:05 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 16:56:05 > git remote # timeout=10 16:56:05 > git config --get remote.origin.url # timeout=10 16:56:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:05 > git merge cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 16:56:05 > git rev-parse HEAD^{commit} # timeout=10 16:56:05 > git config core.sparsecheckout # timeout=10 16:56:05 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 16:56:08 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 16:56:09 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 16:56:09 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 16:56:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] script [Pipeline] { [Pipeline] sh 16:56:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] } 16:56:11 $ docker stop --time=1 d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 16:56:13 $ docker rm -f d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 16:56:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] script [Pipeline] { [Pipeline] sh 16:56:14 + sudo service docker restart 16:56:14 + true [Pipeline] isUnix [Pipeline] sh 16:56:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:56:15 16:56:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:56:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:56:15 latest: Pulling from edgex-devops/edgex-compose 16:56:15 cbdbe7a5bc2a: Pulling fs layer 16:56:15 ca9280d653b3: Pulling fs layer 16:56:15 7e9c9ca2126c: Pulling fs layer 16:56:15 cbdbe7a5bc2a: Verifying Checksum 16:56:15 cbdbe7a5bc2a: Download complete 16:56:16 cbdbe7a5bc2a: Pull complete 16:56:16 ca9280d653b3: Verifying Checksum 16:56:16 ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:56:16 provisioning config files... 16:56:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7185250924576117360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:17 ---> docker-login.sh 16:56:17 nexus3.edgexfoundry.org:10001 16:56:17 7e9c9ca2126c: Verifying Checksum 16:56:17 7e9c9ca2126c: Download complete 16:56:17 ca9280d653b3: Pull complete 16:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:18 Configure a credential helper to remove this warning. See 16:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:18 16:56:18 Login Succeeded 16:56:18 nexus3.edgexfoundry.org:10002 16:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:18 Configure a credential helper to remove this warning. See 16:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:18 16:56:18 Login Succeeded 16:56:18 nexus3.edgexfoundry.org:10003 16:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:19 Configure a credential helper to remove this warning. See 16:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:19 16:56:19 Login Succeeded 16:56:19 nexus3.edgexfoundry.org:10004 16:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:20 Configure a credential helper to remove this warning. See 16:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:20 16:56:20 Login Succeeded 16:56:20 docker.io 16:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:20 Configure a credential helper to remove this warning. See 16:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:20 16:56:20 Login Succeeded 16:56:20 ---> docker-login.sh ends [Pipeline] } 16:56:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:56:21 ========================================================= 16:56:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:56:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:21 + 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 . 16:56:24 7e9c9ca2126c: Pull complete 16:56:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:56:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:56:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:56:24 Sending build context to Docker daemon 165.5MB 16:56:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:56:24 Step 2/6 : FROM ${BASE} 16:56:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:56:24 5f621e34cdf4: Pulling fs layer 16:56:24 a4357932f1b6: Pulling fs layer 16:56:24 18c013af1878: Pulling fs layer 16:56:24 00ac8860ef70: Pulling fs layer 16:56:24 63d7cb157983: Pulling fs layer 16:56:24 b116817d02f9: Pulling fs layer 16:56:24 745a02a5169b: Pulling fs layer 16:56:24 00ac8860ef70: Waiting 16:56:24 63d7cb157983: Waiting 16:56:24 b116817d02f9: Waiting 16:56:24 745a02a5169b: Waiting 16:56:24 18c013af1878: Verifying Checksum 16:56:24 18c013af1878: Download complete 16:56:24 a4357932f1b6: Verifying Checksum 16:56:24 a4357932f1b6: Download complete 16:56:24 63d7cb157983: Verifying Checksum 16:56:24 63d7cb157983: Download complete 16:56:24 b116817d02f9: Verifying Checksum 16:56:24 b116817d02f9: Download complete 16:56:24 5f621e34cdf4: Download complete 16:56:24 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 16:56:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:56:25 5f621e34cdf4: Pull complete 16:56:25 a4357932f1b6: Pull complete 16:56:26 18c013af1878: Pull complete 16:56:26 $ docker top 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:27 745a02a5169b: Verifying Checksum 16:56:27 745a02a5169b: Download complete 16:56:27 + docker-compose build --help 16:56:27 + grep parallel 16:56:28 --parallel Build images in parallel. [Pipeline] } 16:56:28 $ docker stop --time=1 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 16:56:29 00ac8860ef70: Verifying Checksum 16:56:29 00ac8860ef70: Download complete 16:56:29 $ docker rm -f 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:56:30 . [Pipeline] withDockerContainer 16:56:30 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 16:56:30 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 16:56:31 $ docker top da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:32 + docker-compose -f ./docker-compose-build.yml build --parallel 16:56:33 Building docker-core-command-go ... 16:56:33 Building docker-core-data-go ... 16:56:33 Building docker-core-metadata-go ... 16:56:33 Building docker-security-bootstrap-redis-go ... 16:56:33 Building docker-security-proxy-setup-go ... 16:56:33 Building docker-security-secretstore-setup-go ... 16:56:33 Building docker-support-notifications-go ... 16:56:33 Building docker-support-scheduler-go ... 16:56:33 Building docker-sys-mgmt-agent-go ... 16:56:33 Building docker-support-notifications-go 16:56:33 Building docker-security-bootstrap-redis-go 16:56:33 Building docker-security-proxy-setup-go 16:56:33 Building docker-core-data-go 16:56:33 Building docker-support-scheduler-go 16:56:39 00ac8860ef70: Pull complete 16:56:39 63d7cb157983: Pull complete 16:56:39 b116817d02f9: Pull complete 16:56:42 745a02a5169b: Pull complete 16:56:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:56:42 ---> b7e6874047d6 16:56:42 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 16:56:46 ---> Running in 3fe81c85bdb1 16:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:48 (1/12) Installing libmagic (5.38-r0) 16:56:48 (2/12) Installing file (5.38-r0) 16:56:48 (3/12) Installing libc-dev (0.7.2-r3) 16:56:48 (4/12) Installing g++ (9.3.0-r2) 16:56:56 (5/12) Installing fortify-headers (1.1-r0) 16:56:56 (6/12) Installing patch (2.7.6-r6) 16:56:56 (7/12) Installing build-base (0.5-r2) 16:56:56 (8/12) Installing libsodium (1.0.18-r0) 16:56:56 (9/12) Installing pkgconf (1.7.2-r0) 16:56:56 (10/12) Installing libsodium-dev (1.0.18-r0) 16:56:56 (11/12) Installing libzmq (4.3.3-r0) 16:56:56 (12/12) Installing zeromq-dev (4.3.3-r0) 16:56:56 Executing busybox-1.31.1-r19.trigger 16:56:56 OK: 217 MiB in 51 packages 16:57:01 Removing intermediate container 3fe81c85bdb1 16:57:01 ---> d5ae6bf70bc9 16:57:01 Step 4/6 : WORKDIR /edgex-go 16:57:01 ---> Running in e345e2e15710 16:57:01 Removing intermediate container e345e2e15710 16:57:01 ---> 77356ed4c450 16:57:01 Step 5/6 : COPY go.mod . 16:57:01 ---> 85039b8aedfd 16:57:01 Step 6/6 : RUN go mod download 16:57:01 ---> Running in 6eb8e7ba88c4 16:57:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:57:05 ---> b6315221722f 16:57:05 Step 3/21 : WORKDIR /edgex-go 16:57:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:57:05 ---> b6315221722f 16:57:05 Step 3/22 : WORKDIR /edgex-go 16:57:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:57:05 ---> b6315221722f 16:57:05 Step 3/21 : WORKDIR /edgex-go 16:57:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:57:05 ---> b6315221722f 16:57:05 Step 3/24 : WORKDIR /edgex-go 16:57:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:05 ---> b6315221722f 16:57:05 Step 3/23 : WORKDIR /edgex-go 16:57:05 ---> Running in 398a6fcf3999 16:57:05 ---> Running in 5282e9a0e106 16:57:05 ---> Running in f8a5ed4cc9fd 16:57:05 ---> Running in 0405fa55a98a 16:57:05 ---> Running in 38430c3e63f2 16:57:06 Removing intermediate container 398a6fcf3999 16:57:06 ---> 96c37464e016 16:57:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:06 Removing intermediate container f8a5ed4cc9fd 16:57:06 ---> 7a874f549ff5 16:57:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:06 Removing intermediate container 0405fa55a98a 16:57:06 ---> 86006d9b5038 16:57:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:06 Removing intermediate container 38430c3e63f2 16:57:06 ---> 6285f3ec1db4 16:57:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:06 Removing intermediate container 5282e9a0e106 16:57:06 ---> 566e70a4bcd7 16:57:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:06 ---> Running in 88964365347b 16:57:06 ---> Running in 1696e7d69115 16:57:06 ---> Running in 1a8f90f273a1 16:57:06 ---> Running in 5886ab8a307f 16:57:06 ---> Running in 048a3ed18ef9 16:57:09 Removing intermediate container 1696e7d69115 16:57:09 ---> a99d42537c3b 16:57:09 Step 5/22 : RUN apk add --update --no-cache make git 16:57:09 Removing intermediate container 048a3ed18ef9 16:57:09 ---> fe7abdd90088 16:57:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:57:09 Removing intermediate container 1a8f90f273a1 16:57:09 ---> e10a9a05ed40 16:57:09 Step 5/21 : RUN apk add --update --no-cache make git 16:57:09 Removing intermediate container 88964365347b 16:57:09 ---> b12859d3b8be 16:57:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:57:09 ---> Running in beace29ba0bb 16:57:09 Removing intermediate container 5886ab8a307f 16:57:09 ---> 5bddae3a2f2f 16:57:09 Step 5/21 : RUN apk add --update --no-cache make git 16:57:09 ---> Running in c57b347a14a6 16:57:09 ---> Running in 450ca23172e2 16:57:09 ---> Running in af17eb6773a4 16:57:09 ---> Running in f6b0ffbca508 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:12 OK: 233 MiB in 51 packages 16:57:12 OK: 233 MiB in 51 packages 16:57:12 OK: 233 MiB in 51 packages 16:57:12 OK: 233 MiB in 51 packages 16:57:13 OK: 233 MiB in 51 packages 16:57:13 Removing intermediate container 450ca23172e2 16:57:13 ---> 6115938af5bb 16:57:13 Step 6/24 : COPY go.mod . 16:57:13 Removing intermediate container c57b347a14a6 16:57:13 ---> 744a9a6a5d9a 16:57:13 Step 6/21 : COPY go.mod . 16:57:13 Removing intermediate container f6b0ffbca508 16:57:13 ---> 5731ccd1ee25 16:57:13 Step 6/21 : COPY go.mod . 16:57:13 ---> 72763bf69521 16:57:13 Step 7/24 : RUN go mod download 16:57:13 Removing intermediate container af17eb6773a4 16:57:13 ---> 50151282ddf8 16:57:13 Step 6/23 : COPY go.mod . 16:57:13 Removing intermediate container beace29ba0bb 16:57:13 ---> 178322bc381e 16:57:13 Step 6/22 : COPY go.mod . 16:57:14 ---> Running in 46d42159158b 16:57:14 ---> 0e192c320522 16:57:14 Step 7/21 : RUN go mod download 16:57:14 ---> 24c7cdeec362 16:57:14 Step 7/21 : RUN go mod download 16:57:14 ---> Running in 3aced57e2291 16:57:14 ---> Running in 65089f8e83e3 16:57:14 ---> df22992c8784 16:57:14 Step 7/22 : RUN go mod download 16:57:14 ---> 9f51557be595 16:57:14 Step 7/23 : RUN go mod download 16:57:14 ---> Running in 0061dd84587d 16:57:14 ---> Running in c16223682ca4 16:57:17 Removing intermediate container 65089f8e83e3 16:57:17 ---> 2b8efe1d5704 16:57:17 Step 8/21 : COPY . . 16:57:17 Removing intermediate container 46d42159158b 16:57:17 ---> ba2e36e073a3 16:57:17 Step 8/24 : COPY . . 16:57:17 Removing intermediate container c16223682ca4 16:57:17 ---> a8ae2cdd6b9d 16:57:17 Step 8/23 : COPY . . 16:57:17 Removing intermediate container 3aced57e2291 16:57:17 ---> ab78c2e10c75 16:57:17 Step 8/21 : COPY . . 16:57:17 Removing intermediate container 0061dd84587d 16:57:17 ---> 9097e777d5b2 16:57:17 Step 8/22 : COPY . . 16:57:28 Removing intermediate container 6eb8e7ba88c4 16:57:28 ---> d14f8dbfd069 16:57:28 Successfully built d14f8dbfd069 16:57:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:57:29 + docker inspect -f . ci-base-image-arm64 16:57:29 . [Pipeline] withDockerContainer 16:57:29 prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container 16:57:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:57:30 $ docker top e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:32 + go version 16:57:32 go version go1.15.5 linux/arm64 [Pipeline] } 16:57:32 $ docker stop --time=1 e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 16:57:34 $ docker rm -f e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:35 + docker inspect -f . ci-base-image-arm64 16:57:35 . [Pipeline] withDockerContainer 16:57:35 prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container 16:57:35 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:57:37 $ docker top 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e -eo pid,comm [Pipeline] { [Pipeline] echo 16:57:37 ========================================================= 16:57:37 [edgeXBuildGoParallel] Running Tests and Build... 16:57:37 ========================================================= [Pipeline] sh 16:57:38 + make test 16:57:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:57:56 ---> 4f5280df7af8 16:57:56 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:57:56 ---> c885fb23e1a6 16:57:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:57:56 ---> 20b7674199fd 16:57:56 Step 9/23 : RUN make cmd/core-data/core-data 16:57:56 ---> 4398e514e43b 16:57:56 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:57:56 ---> Running in 867112d24f87 16:57:56 ---> Running in d99e74512360 16:57:56 ---> Running in 69e2dc575e83 16:57:56 ---> 8ffdea5477f0 16:57:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:57:56 ---> Running in a46054fe688c 16:57:56 ---> Running in d25d9e597496 16:57:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:57:56 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 16:57:56 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 16:57:56 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 16:57:56 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 16:58:05 ? github.com/edgexfoundry/edgex-go [no test files] 16:58:23 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 16:58:26 Removing intermediate container d99e74512360 16:58:26 ---> 8f113306d2ee 16:58:26 16:58:26 Step 10/22 : FROM alpine:3.12 16:58:26 3.12: Pulling from library/alpine 16:58:27 Removing intermediate container 867112d24f87 16:58:27 ---> b36cb5bae361 16:58:27 16:58:27 Step 10/21 : FROM scratch 16:58:27 ---> 16:58:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:27 Removing intermediate container a46054fe688c 16:58:27 ---> bbf37b0973a5 16:58:27 16:58:27 Step 10/24 : FROM scratch 16:58:27 ---> 16:58:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:58:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:58:27 Status: Downloaded newer image for alpine:3.12 16:58:27 ---> 389fef711851 16:58:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:58:27 ---> Running in dcbf7fc27bf9 16:58:27 ---> Running in 94006df3fa8d 16:58:27 ---> Running in 5b79c302fd97 16:58:28 Removing intermediate container 94006df3fa8d 16:58:28 ---> bc4aa26f6995 16:58:28 Step 12/21 : ENV APP_PORT=48085 16:58:28 Removing intermediate container 5b79c302fd97 16:58:28 ---> eb243dd38f5a 16:58:28 Step 12/24 : ENV APP_PORT=48060 16:58:28 ---> Running in 7cba7bc60cde 16:58:28 ---> Running in bd3278daa883 16:58:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:29 (1/5) Installing ca-certificates (20191127-r4) 16:58:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:58:30 (3/5) Installing libcurl (7.69.1-r3) 16:58:30 (4/5) Installing curl (7.69.1-r3) 16:58:30 (5/5) Installing dumb-init (1.2.2-r1) 16:58:30 Executing busybox-1.31.1-r19.trigger 16:58:30 Executing ca-certificates-20191127-r4.trigger 16:58:30 OK: 7 MiB in 19 packages 16:58:30 Removing intermediate container bd3278daa883 16:58:30 ---> 08a94ae3b7c6 16:58:30 Step 13/24 : EXPOSE $APP_PORT 16:58:30 Removing intermediate container 7cba7bc60cde 16:58:30 ---> ecc5269b1dd4 16:58:30 Step 13/21 : EXPOSE $APP_PORT 16:58:31 ---> Running in b4757e3ed178 16:58:31 ---> Running in 634c60c4ebdf 16:58:31 Removing intermediate container d25d9e597496 16:58:31 ---> c25ebc965452 16:58:31 16:58:31 Step 10/21 : FROM alpine:3.12 16:58:31 ---> 389fef711851 16:58:31 Step 11/21 : RUN apk add --update --no-cache curl 16:58:31 ---> Running in 92490288f43d 16:58:32 Removing intermediate container b4757e3ed178 16:58:32 ---> 537c87ba8af5 16:58:32 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:32 Removing intermediate container 634c60c4ebdf 16:58:32 ---> ea798b282bb5 16:58:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:58:33 Removing intermediate container dcbf7fc27bf9 16:58:33 ---> bfd38801586c 16:58:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:58:34 ---> 27309d3c2ff1 16:58:34 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:34 ---> feb6500112ef 16:58:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:58:34 ---> Running in a11e9f4d3e00 16:58:34 (1/4) Installing ca-certificates (20191127-r4) 16:58:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:58:34 (3/4) Installing libcurl (7.69.1-r3) 16:58:34 (4/4) Installing curl (7.69.1-r3) 16:58:34 Executing busybox-1.31.1-r19.trigger 16:58:35 Executing ca-certificates-20191127-r4.trigger 16:58:35 OK: 7 MiB in 18 packages 16:58:35 Removing intermediate container 69e2dc575e83 16:58:35 ---> 499578745b00 16:58:35 16:58:35 Step 10/23 : FROM alpine:3.12 16:58:36 ---> 389fef711851 16:58:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:36 Removing intermediate container a11e9f4d3e00 16:58:36 ---> 0a1aeb26d739 16:58:36 Step 13/22 : WORKDIR / 16:58:36 ---> 377c04358228 16:58:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:58:36 ---> Running in 1b6fc2039d0b 16:58:36 ---> f7f34978ea9b 16:58:36 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:58:36 ---> Running in 4383d7cf0c55 16:58:37 ---> b9c72cf6133c 16:58:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:58:37 Removing intermediate container 1b6fc2039d0b 16:58:37 ---> 0efefd4b8581 16:58:37 Step 12/23 : ENV APP_PORT=48080 16:58:37 ---> Running in 4fb4bc19d97a 16:58:37 ---> Running in e599e6f70178 16:58:37 Removing intermediate container 4383d7cf0c55 16:58:37 ---> 55238015ba36 16:58:37 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:37 Removing intermediate container 92490288f43d 16:58:37 ---> c4bfb15424d4 16:58:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:58:37 ---> ef8e39d148cb 16:58:37 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:38 ---> Running in 98cb97f33762 16:58:38 Removing intermediate container e599e6f70178 16:58:38 ---> 7855197b1810 16:58:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:38 Removing intermediate container 4fb4bc19d97a 16:58:38 ---> 630ffdeae8fc 16:58:38 Step 13/23 : EXPOSE $APP_PORT 16:58:38 ---> Running in af633a0729fc 16:58:38 ---> Running in 66d216db53ae 16:58:38 ---> 0144fd2e993b 16:58:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:58:38 ---> ae1b4e2ac29d 16:58:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:58:38 Removing intermediate container 98cb97f33762 16:58:38 ---> 1ea52837e528 16:58:38 Step 13/21 : WORKDIR /edgex 16:58:38 ---> Running in 69dca9eac34b 16:58:38 Removing intermediate container af633a0729fc 16:58:38 ---> 9078727641b7 16:58:38 Step 19/21 : LABEL arch=x86_64 16:58:38 Removing intermediate container 66d216db53ae 16:58:38 ---> 186c9dc9447c 16:58:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:38 ---> Running in 6ec74fe172d5 16:58:38 ---> Running in 55f5679345d9 16:58:38 ---> 02a1cbe041b7 16:58:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:58:38 ---> eba26e1c7fc0 16:58:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:58:39 Removing intermediate container 69dca9eac34b 16:58:39 ---> f77aca446bf0 16:58:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:58:39 Removing intermediate container 6ec74fe172d5 16:58:39 ---> 22ffdb2a5f50 16:58:39 Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:58:39 ---> ef41734cd137 16:58:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:58:39 ---> Running in 183084a62da9 16:58:39 ---> aa97133afb63 16:58:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:58:40 ---> e1be282dbc08 16:58:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:58:40 ---> Running in 7cdbcb2c61b7 16:58:40 ---> 178a1a23c64c 16:58:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:58:40 ---> f4708695bd15 16:58:40 Step 18/22 : RUN chmod +x entrypoint.sh 16:58:40 Removing intermediate container 183084a62da9 16:58:40 ---> 64a49b06006c 16:58:40 Step 21/21 : LABEL version=0.0.0 16:58:40 ---> Running in 1471927554f0 16:58:40 ---> Running in 53e90df38834 16:58:40 Removing intermediate container 7cdbcb2c61b7 16:58:40 ---> 44f340b86955 16:58:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:41 ---> Running in 06cf3cfe3886 16:58:41 Removing intermediate container 53e90df38834 16:58:41 ---> 58b5b454262b 16:58:41 16:58:41 ---> 7d2f70be87b8 16:58:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:58:41 Removing intermediate container 55f5679345d9 16:58:41 ---> 698c997ab80c 16:58:41 Step 15/23 : RUN apk add --update --no-cache zeromq 16:58:41 Removing intermediate container 06cf3cfe3886 16:58:41 ---> c89c398e3d04 16:58:41 Step 22/24 : LABEL arch=x86_64 16:58:41 ---> Running in 79e1a75be87b 16:58:42 ---> Running in 92c64f8c16e8 16:58:42 Successfully built 58b5b454262b 16:58:42 ---> Running in c720c7706570 16:58:42 Successfully tagged docker-support-scheduler-go:latest 16:58:42 Building docker-core-metadata-go 16:58:42  Building docker-support-scheduler-go ... done Removing intermediate container 79e1a75be87b 16:58:42 ---> 407e15977c73 16:58:42 Step 18/21 : CMD ["--init=true"] 16:58:42 Removing intermediate container c720c7706570 16:58:42 ---> 99169c247fdb 16:58:42 Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:58:42 ---> Running in 201e37ef694b 16:58:42 ---> Running in 9940a31e8267 16:58:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:42 Removing intermediate container 9940a31e8267 16:58:42 ---> 2f3387c8e137 16:58:42 Step 24/24 : LABEL version=0.0.0 16:58:42 Removing intermediate container 201e37ef694b 16:58:42 ---> b23d3d3db7be 16:58:42 Step 19/21 : LABEL arch=x86_64 16:58:43 ---> Running in 6aff5dcc34d0 16:58:43 ---> Running in ed55a0b4439d 16:58:43 Removing intermediate container 1471927554f0 16:58:43 ---> be8f60a0841c 16:58:43 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:43 ---> Running in c5620b3877ff 16:58:43 Removing intermediate container 6aff5dcc34d0 16:58:43 ---> 13dcf6213d02 16:58:43 16:58:43 Removing intermediate container ed55a0b4439d 16:58:43 ---> 1b53c88d3712 16:58:43 Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:58:43 ---> Running in 16097a2be0be 16:58:43 Successfully built 13dcf6213d02 16:58:43 Successfully tagged docker-support-notifications-go:latest 16:58:43  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 16:58:43 Removing intermediate container c5620b3877ff 16:58:43 ---> 83b68b25e26f 16:58:43 Step 20/22 : LABEL arch=x86_64 16:58:43 Removing intermediate container 16097a2be0be 16:58:43 ---> ce70fb6260e9 16:58:43 Step 21/21 : LABEL version=0.0.0 16:58:43 ---> Running in a837f2b0bfa3 16:58:43 ---> Running in b8606e2c25b2 16:58:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:58:44 (1/5) Installing libgcc (9.3.0-r2) 16:58:44 (2/5) Installing libsodium (1.0.18-r0) 16:58:44 (3/5) Installing libstdc++ (9.3.0-r2) 16:58:45 (4/5) Installing libzmq (4.3.3-r0) 16:58:45 (5/5) Installing zeromq (4.3.3-r0) 16:58:45 Executing busybox-1.31.1-r19.trigger 16:58:45 OK: 8 MiB in 19 packages 16:58:49 Removing intermediate container a837f2b0bfa3 16:58:49 ---> bd772c5c2364 16:58:49 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:58:49 Removing intermediate container b8606e2c25b2 16:58:49 ---> 0c8c48873d2e 16:58:49 16:58:49 ---> Running in fd87885ff2dc 16:58:49 Successfully built 0c8c48873d2e 16:58:49 Successfully tagged docker-security-proxy-setup-go:latest 16:58:49 Building docker-sys-mgmt-agent-go 16:58:50  Building docker-security-proxy-setup-go ... done Removing intermediate container fd87885ff2dc 16:58:50 ---> f3c763004db2 16:58:50 Step 22/22 : LABEL version=0.0.0 16:58:50 Removing intermediate container 92c64f8c16e8 16:58:50 ---> 6d512ef4bb1e 16:58:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:58 ---> Running in ec4567c38f34 16:59:00 ---> e109ca8c9da4 16:59:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:59:01 Removing intermediate container ec4567c38f34 16:59:01 ---> 63d41ad658de 16:59:01 16:59:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:01 ---> b6315221722f 16:59:01 Step 3/22 : WORKDIR /edgex-go 16:59:01 ---> Using cache 16:59:01 ---> 566e70a4bcd7 16:59:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:01 ---> Using cache 16:59:01 ---> fe7abdd90088 16:59:01 Step 5/22 : RUN apk add --update --no-cache make git 16:59:01 Successfully built 63d41ad658de 16:59:01 Successfully tagged docker-security-bootstrap-redis-go:latest 16:59:01 Building docker-core-command-go 16:59:01  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:59:01 ---> b6315221722f 16:59:01 Step 3/24 : WORKDIR /edgex-go 16:59:01 ---> Using cache 16:59:01 ---> 566e70a4bcd7 16:59:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:01 ---> Using cache 16:59:01 ---> fe7abdd90088 16:59:01 Step 5/24 : RUN apk add --update --no-cache make git 16:59:03 ---> Running in 981fb8310dab 16:59:03 ---> Running in 83cacfc8f95a 16:59:04 ---> 45e33636551a 16:59:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:59:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:07 ---> 59dc1f80ede5 16:59:07 Step 19/23 : ENTRYPOINT ["/core-data"] 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:07 ---> Running in 3e4c4bf070de 16:59:08 OK: 233 MiB in 51 packages 16:59:08 Removing intermediate container 3e4c4bf070de 16:59:08 ---> 9a2bb0dc7009 16:59:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:08 OK: 233 MiB in 51 packages 16:59:08 ---> Running in d0381f02a5d2 16:59:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:59:09 ---> b6315221722f 16:59:09 Step 3/26 : WORKDIR /edgex-go 16:59:09 ---> Using cache 16:59:09 ---> 566e70a4bcd7 16:59:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:09 ---> Using cache 16:59:09 ---> fe7abdd90088 16:59:09 Step 5/26 : RUN apk add --update --no-cache make bash git 16:59:09 Removing intermediate container d0381f02a5d2 16:59:09 ---> 339ddb14d03b 16:59:09 Step 21/23 : LABEL arch=x86_64 16:59:10 ---> Running in 0bdb0c0bcb36 16:59:10 ---> Running in f69b80ee97f4 16:59:10 Removing intermediate container 981fb8310dab 16:59:10 ---> e4d546639f8c 16:59:10 Step 6/24 : COPY go.mod . 16:59:10 Removing intermediate container 83cacfc8f95a 16:59:10 ---> 46eb4aecff98 16:59:10 Step 6/22 : COPY go.mod . 16:59:10 Removing intermediate container f69b80ee97f4 16:59:10 ---> 745177ea6a02 16:59:10 Step 22/23 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 16:59:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:11 ---> Running in e732a799c890 16:59:11 ---> 30e5709c6e32 16:59:11 Step 7/22 : RUN go mod download 16:59:11 ---> 697b7d7109e8 16:59:11 Step 7/24 : RUN go mod download 16:59:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:59:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:59:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:59:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:12 ---> Running in af235481c032 16:59:12 OK: 233 MiB in 51 packages 16:59:13 ---> Running in 723ff51c75a2 16:59:13 Removing intermediate container e732a799c890 16:59:13 ---> 0192b82e4145 16:59:13 Step 23/23 : LABEL version=0.0.0 16:59:13 ---> Running in 0131dc8839ae 16:59:14 Removing intermediate container 0131dc8839ae 16:59:14 ---> afab07923db1 16:59:14 16:59:14 Successfully built afab07923db1 16:59:15 Successfully tagged docker-core-data-go:latest 16:59:15  Building docker-core-data-go ... done Removing intermediate container 0bdb0c0bcb36 16:59:15 ---> cf7cbed667b6 16:59:15 Step 6/26 : COPY go.mod . 16:59:16 ---> e086c8987d18 16:59:16 Step 7/26 : RUN go mod download 16:59:16 ---> Running in f5d831be9da5 16:59:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:16 ---> b6315221722f 16:59:16 Step 3/22 : WORKDIR /edgex-go 16:59:16 ---> Using cache 16:59:16 ---> 566e70a4bcd7 16:59:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:16 ---> Using cache 16:59:16 ---> fe7abdd90088 16:59:16 Step 5/22 : RUN apk add --update --no-cache make git 16:59:16 ---> Using cache 16:59:16 ---> 46eb4aecff98 16:59:16 Step 6/22 : COPY go.mod . 16:59:16 ---> Using cache 16:59:16 ---> 30e5709c6e32 16:59:16 Step 7/22 : RUN go mod download 16:59:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.277s coverage: 46.6% of statements 16:59:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:59:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:59:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:59:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:59:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:59:17 ---> Running in 5859ff12b497 16:59:18 Removing intermediate container 723ff51c75a2 16:59:18 ---> e97e5622cf56 16:59:18 Step 8/22 : COPY . . 16:59:18 Removing intermediate container af235481c032 16:59:18 ---> f1d3b2ecc2cb 16:59:18 Step 8/24 : COPY . . 16:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.0% of statements 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 67.9% of statements 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:59:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.402s coverage: 82.3% of statements 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:59:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:59:26 Removing intermediate container f5d831be9da5 16:59:26 ---> 37aed5b65eea 16:59:26 Step 8/26 : COPY . . 16:59:27 Removing intermediate container 5859ff12b497 16:59:27 ---> 27f907019dd4 16:59:27 Step 8/22 : COPY . . 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.210s coverage: 28.6% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 93.2% of statements 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.263s coverage: 0.1% of statements 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 16:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements 16:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 16:59:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements 16:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 16:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.639s coverage: 63.5% of statements 16:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 16:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.142s coverage: 91.3% of statements 16:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 16:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 16:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 16:59:53 ---> 2b8d699fd5aa 16:59:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:59:53 ---> a9a83e30ed2a 16:59:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:59:53 ---> Running in 079f827e8e18 16:59:53 ---> Running in 2f21b414c301 16:59:53 ---> 02ace59981cd 16:59:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:59:53 ---> d25b62ffb851 16:59:53 Step 9/22 : RUN make cmd/core-command/core-command 16:59:53 ---> Running in 2b80e1886b9d 16:59:53 ---> Running in bea416ee070d 16:59:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.951s coverage: 55.9% of statements 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:59:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:59:54 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 16:59:54 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 16:59:54 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 16:59:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.743s coverage: 84.0% of statements 16:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 17:00:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.1% of statements 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:00:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:00:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements 17:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.388s coverage: 29.1% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:00:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 17:00:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 17:00:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 17:00:09 GO111MODULE=on go vet ./... 17:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:00:21 Removing intermediate container 2b80e1886b9d 17:00:21 ---> 2ccf334b5848 17:00:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:00:21 Removing intermediate container bea416ee070d 17:00:21 ---> b0e1499bf106 17:00:21 17:00:21 Step 10/22 : FROM scratch 17:00:21 ---> 17:00:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:00:21 ---> Running in 5ca1581ed511 17:00:22 ---> Using cache 17:00:22 ---> bc4aa26f6995 17:00:22 Step 12/22 : ENV APP_PORT=48082 17:00:23 ---> Running in aba26c513eef 17:00:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:00:23 Removing intermediate container 2f21b414c301 17:00:23 ---> 66b5bdd6641d 17:00:23 17:00:23 Step 10/24 : FROM alpine:3.12 17:00:23 ---> 389fef711851 17:00:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:00:23 ---> Using cache 17:00:23 ---> bfd38801586c 17:00:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:23 ---> Running in 91bf8abd76b8 17:00:23 Removing intermediate container aba26c513eef 17:00:23 ---> 6c806e45737e 17:00:23 Step 13/22 : EXPOSE $APP_PORT 17:00:23 ---> Running in 069d9482a221 17:00:23 Removing intermediate container 91bf8abd76b8 17:00:23 ---> 9335f520d57c 17:00:23 Step 13/24 : WORKDIR / 17:00:23 ---> Running in 1ef6cfee476d 17:00:23 Removing intermediate container 069d9482a221 17:00:23 ---> 8a183e577d31 17:00:23 Step 14/22 : WORKDIR / 17:00:23 ---> Running in e79d5a34ba10 17:00:24 Removing intermediate container 1ef6cfee476d 17:00:24 ---> 947408f5b162 17:00:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:00:25 Removing intermediate container e79d5a34ba10 17:00:25 ---> b5ae0177aad0 17:00:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:26 ---> 31a5a3ff833b 17:00:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:00:26 ---> cd0226c11531 17:00:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:00:26 Removing intermediate container 079f827e8e18 17:00:26 ---> 7dd9e2229618 17:00:26 17:00:26 Step 10/22 : FROM scratch 17:00:26 ---> 17:00:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:00:26 ---> Using cache 17:00:26 ---> bc4aa26f6995 17:00:26 Step 12/22 : ENV APP_PORT=48081 17:00:26 Removing intermediate container 5ca1581ed511 17:00:26 ---> 75f337584bf7 17:00:26 17:00:26 Step 11/26 : FROM docker:20.10.0 17:00:26 20.10.0: Pulling from library/docker 17:00:26 ---> Running in ab7ad1bb373f 17:00:27 ---> bfb3b27b34d7 17:00:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:00:27 Removing intermediate container ab7ad1bb373f 17:00:27 ---> 4242f48c8925 17:00:27 Step 13/22 : EXPOSE $APP_PORT 17:00:27 ---> b8221ca58861 17:00:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:00:27 ---> Running in 025d93ebd2d9 17:00:29 ---> e638d25b3ff2 17:00:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:00:29 Removing intermediate container 025d93ebd2d9 17:00:29 ---> e1f8c17b5ec5 17:00:29 Step 14/22 : WORKDIR / 17:00:29 ---> 14192d6e3131 17:00:29 Step 18/22 : ENTRYPOINT ["/core-command"] 17:00:29 ---> Running in ee39909177e4 17:00:29 ---> Running in 857722eb3dbf 17:00:29 ---> c1471d4c7131 17:00:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:00:29 Removing intermediate container ee39909177e4 17:00:29 ---> 5042de57b172 17:00:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:29 Removing intermediate container 857722eb3dbf 17:00:29 ---> 6e4bfdb4b3e8 17:00:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:29 ---> Running in 0449eb6db99b 17:00:29 ---> 0b21f0e4d5c0 17:00:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:00:29 Removing intermediate container 0449eb6db99b 17:00:29 ---> 162bfa2c6846 17:00:29 Step 20/22 : LABEL arch=x86_64 17:00:29 ---> abecfaf26947 17:00:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:00:29 ---> Running in a44dc1fd0087 17:00:30 Removing intermediate container a44dc1fd0087 17:00:30 ---> 1eb4066e7f67 17:00:30 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:00:30 ---> 7f32d44f6300 17:00:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:00:30 ---> Running in 480465fc61e1 17:00:30 ---> 3156be9c0f5d 17:00:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:00:30 ---> Running in ea0b54d28de4 17:00:30 Removing intermediate container 480465fc61e1 17:00:30 ---> 44958dfb4051 17:00:30 Step 22/22 : LABEL version=0.0.0 17:00:31 ---> e51358ffb80f 17:00:31 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:00:31 ---> Running in 7e80f984de40 17:00:32 ---> Running in 8c825e5b8334 17:00:32 Removing intermediate container 7e80f984de40 17:00:32 ---> 76aabbca5900 17:00:32 17:00:32 Successfully built 76aabbca5900 17:00:32 Successfully tagged docker-core-command-go:latest 17:00:32  Building docker-core-command-go ... done Removing intermediate container 8c825e5b8334 17:00:32 ---> dfa6bbedb74c 17:00:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:33 ---> Running in 2c975959a689 17:00:33 Removing intermediate container ea0b54d28de4 17:00:33 ---> 552daf93219f 17:00:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:00:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:00:33 Status: Downloaded newer image for docker:20.10.0 17:00:33 ---> aefe523efa57 17:00:33 Step 12/26 : RUN apk add --no-cache bash 17:00:33 Removing intermediate container 2c975959a689 17:00:33 ---> b257d55ea64a 17:00:33 Step 20/22 : LABEL arch=x86_64 17:00:33 ---> Running in 67dacae38c34 17:00:33 ---> Running in f6e056d91e34 17:00:33 ---> Running in bb49c371398f 17:00:33 Removing intermediate container 67dacae38c34 17:00:33 ---> 2034bee4fd09 17:00:33 Step 22/24 : LABEL arch=x86_64 17:00:33 Removing intermediate container bb49c371398f 17:00:33 ---> 9f3cd20e4edd 17:00:33 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:00:33 ---> Running in 5aef4fefcd56 17:00:33 ---> Running in 362931b7ff74 17:00:34 Removing intermediate container 5aef4fefcd56 17:00:34 ---> e831641caacd 17:00:34 Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:34 ---> Running in 6e60aa868b84 17:00:34 Removing intermediate container 362931b7ff74 17:00:34 ---> db60d43e44bb 17:00:34 Step 22/22 : LABEL version=0.0.0 17:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:34 ---> Running in e3ea6964788f 17:00:34 Removing intermediate container 6e60aa868b84 17:00:34 ---> 56f44067e1a1 17:00:34 Step 24/24 : LABEL version=0.0.0 17:00:34 (1/2) Installing readline (8.0.4-r0) 17:00:34 (2/2) Installing bash (5.0.17-r0) 17:00:34 Executing bash-5.0.17-r0.post-install 17:00:34 Executing busybox-1.31.1-r19.trigger 17:00:34 OK: 12 MiB in 22 packages 17:00:34 ---> Running in 3352f902927b 17:00:34 Removing intermediate container e3ea6964788f 17:00:34 ---> 76070676165a 17:00:34 17:00:34 Successfully built 76070676165a 17:00:34 Successfully tagged docker-core-metadata-go:latest 17:00:34  Building docker-core-metadata-go ... done Removing intermediate container 3352f902927b 17:00:34 ---> 444acb047d37 17:00:34 17:00:34 Successfully built 444acb047d37 17:00:34 Successfully tagged docker-security-secretstore-setup-go:latest 17:00:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container f6e056d91e34 17:00:35 ---> 56e5c2f69aa2 17:00:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:00:35 ---> Running in e84089ac920b 17:00:35 Removing intermediate container e84089ac920b 17:00:35 ---> 7872ad129a34 17:00:35 Step 14/26 : ENV APP_PORT=48090 17:00:35 ---> Running in bfd4775c8e85 17:00:35 Removing intermediate container bfd4775c8e85 17:00:35 ---> dc5b31225abc 17:00:35 Step 15/26 : EXPOSE $APP_PORT 17:00:35 ---> Running in c997d5c50fe0 17:00:35 Removing intermediate container c997d5c50fe0 17:00:35 ---> 7636dda7075b 17:00:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:00:36 ---> eb0279470ca3 17:00:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:00:36 ---> f4d57294c1d9 17:00:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:00:36 ---> 0c5fe8b30144 17:00:36 Step 19/26 : RUN apk --no-cache add py3-pip 17:00:36 ---> Running in 114d1e44d1de 17:00:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:37 (1/33) Installing libbz2 (1.0.8-r1) 17:00:37 (2/33) Installing expat (2.2.9-r1) 17:00:37 (3/33) Installing libffi (3.3-r2) 17:00:37 (4/33) Installing gdbm (1.13-r1) 17:00:37 (5/33) Installing xz-libs (5.2.5-r0) 17:00:37 (6/33) Installing sqlite-libs (3.32.1-r0) 17:00:37 (7/33) Installing python3 (3.8.5-r0) 17:00:38 (8/33) Installing py3-appdirs (1.4.4-r1) 17:00:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:00:38 (10/33) Installing py3-parsing (2.4.7-r0) 17:00:38 (11/33) Installing py3-six (1.15.0-r0) 17:00:38 (12/33) Installing py3-packaging (20.4-r0) 17:00:38 (13/33) Installing py3-setuptools (47.0.0-r0) 17:00:38 (14/33) Installing py3-chardet (3.0.4-r4) 17:00:38 (15/33) Installing py3-idna (2.9-r0) 17:00:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:00:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:00:38 (18/33) Installing py3-requests (2.23.0-r0) 17:00:38 (19/33) Installing py3-msgpack (1.0.0-r0) 17:00:38 (20/33) Installing py3-lockfile (0.12.2-r3) 17:00:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:00:38 (22/33) Installing py3-colorama (0.4.3-r0) 17:00:38 (23/33) Installing py3-distlib (0.3.0-r0) 17:00:38 (24/33) Installing py3-distro (1.5.0-r1) 17:00:38 (25/33) Installing py3-webencodings (0.5.1-r3) 17:00:38 (26/33) Installing py3-html5lib (1.0.1-r4) 17:00:39 (27/33) Installing py3-pytoml (0.1.21-r0) 17:00:39 (28/33) Installing py3-pep517 (0.8.2-r0) 17:00:39 (29/33) Installing py3-progress (1.5-r0) 17:00:39 (30/33) Installing py3-toml (0.10.1-r0) 17:00:39 (31/33) Installing py3-retrying (1.3.3-r0) 17:00:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:00:39 (33/33) Installing py3-pip (20.1.1-r0) 17:00:39 Executing busybox-1.31.1-r19.trigger 17:00:39 OK: 71 MiB in 55 packages 17:00:47 Removing intermediate container 114d1e44d1de 17:00:47 ---> ada2c13ffbe8 17:00:47 Step 20/26 : RUN pip install docker-compose==1.23.2 17:00:47 ---> Running in c4c2b36143f0 17:00:49 Collecting docker-compose==1.23.2 17:00:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:00:49 Collecting PyYAML<4,>=3.10 17:00:49 Downloading PyYAML-3.13.tar.gz (270 kB) 17:00:50 Collecting websocket-client<1.0,>=0.32.0 17:00:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:00:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:00:50 Collecting jsonschema<3,>=2.5.1 17:00:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:00:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:00:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:00:50 Collecting texttable<0.10,>=0.9.0 17:00:50 Downloading texttable-0.9.1.tar.gz (11 kB) 17:00:51 Collecting cached-property<2,>=1.2.0 17:00:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:00:51 Collecting docker<4.0,>=3.6.0 17:00:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:00:51 Collecting docopt<0.7,>=0.6.1 17:00:51 Downloading docopt-0.6.2.tar.gz (25 kB) 17:00:51 Collecting dockerpty<0.5,>=0.4.1 17:00:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:00:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:00:52 Collecting urllib3<1.25,>=1.21.1 17:00:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:00:52 Collecting idna<2.8,>=2.5 17:00:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:00:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:00:52 Collecting docker-pycreds>=0.4.0 17:00:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:00:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:00:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:00:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:00:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:00:52 Installing collected packages: PyYAML, websocket-client, jsonschema, urllib3, idna, requests, texttable, cached-property, docker-pycreds, docker, docopt, dockerpty, docker-compose 17:00:52 Running setup.py install for PyYAML: started 17:00:53 Running setup.py install for PyYAML: finished with status 'done' 17:00:53 Attempting uninstall: urllib3 17:00:53 Found existing installation: urllib3 1.25.9 17:00:53 Uninstalling urllib3-1.25.9: 17:00:53 Successfully uninstalled urllib3-1.25.9 17:00:53 Attempting uninstall: idna 17:00:53 Found existing installation: idna 2.9 17:00:53 Uninstalling idna-2.9: 17:00:53 Successfully uninstalled idna-2.9 17:00:54 Attempting uninstall: requests 17:00:54 Found existing installation: requests 2.23.0 17:00:54 Uninstalling requests-2.23.0: 17:00:54 Successfully uninstalled requests-2.23.0 17:00:54 Running setup.py install for texttable: started 17:00:54 Running setup.py install for texttable: finished with status 'done' 17:00:54 Running setup.py install for docopt: started 17:00:55 Running setup.py install for docopt: finished with status 'done' 17:00:55 Running setup.py install for dockerpty: started 17:00:55 Running setup.py install for dockerpty: finished with status 'done' 17:00:56 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 17:00:59 Removing intermediate container c4c2b36143f0 17:00:59 ---> fb8a78af77e2 17:00:59 Step 21/26 : RUN apk --no-cache add curl 17:00:59 ---> Running in c679b59f78f0 17:01:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:01:00 (2/3) Installing libcurl (7.69.1-r3) 17:01:00 (3/3) Installing curl (7.69.1-r3) 17:01:00 Executing busybox-1.31.1-r19.trigger 17:01:00 OK: 72 MiB in 58 packages 17:01:00 Removing intermediate container c679b59f78f0 17:01:00 ---> 7210c4a92b68 17:01:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:01:00 ---> Running in 24a9564099e3 17:01:00 Removing intermediate container 24a9564099e3 17:01:00 ---> 91169814e09d 17:01:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:01 ---> Running in 6b1b154bbe68 17:01:01 Removing intermediate container 6b1b154bbe68 17:01:01 ---> 25e8824f4c2b 17:01:01 Step 24/26 : LABEL arch=x86_64 17:01:01 ---> Running in bc6db185bcef 17:01:01 Removing intermediate container bc6db185bcef 17:01:01 ---> 3d3be1ad2bda 17:01:01 Step 25/26 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:01:01 ---> Running in 2ff415e513c2 17:01:01 Removing intermediate container 2ff415e513c2 17:01:01 ---> 1773911a0b38 17:01:01 Step 26/26 : LABEL version=0.0.0 17:01:01 ---> Running in d9678f0f2051 17:01:01 Removing intermediate container d9678f0f2051 17:01:01 ---> ce18b535b7b6 17:01:01 17:01:01 Successfully built ce18b535b7b6 17:01:01 Successfully tagged docker-sys-mgmt-agent-go:latest 17:01:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:01:02 $ docker stop --time=1 da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 17:01:04 $ docker rm -f da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:04 + grep docker 17:01:04 + docker images 17:01:04 docker-sys-mgmt-agent-go latest ce18b535b7b6 3 seconds ago 313MB 17:01:04 docker-core-metadata-go latest 76070676165a 30 seconds ago 13.1MB 17:01:04 docker-security-secretstore-setup-go latest 444acb047d37 30 seconds ago 24.6MB 17:01:04 docker-core-command-go latest 76aabbca5900 33 seconds ago 10.6MB 17:01:04 docker-core-data-go latest afab07923db1 About a minute ago 22.3MB 17:01:04 docker-security-bootstrap-redis-go latest 63d41ad658de 2 minutes ago 15.8MB 17:01:04 docker-security-proxy-setup-go latest 0c8c48873d2e 2 minutes ago 24.5MB 17:01:04 docker-support-notifications-go latest 13dcf6213d02 2 minutes ago 12MB 17:01:04 docker-support-scheduler-go latest 58b5b454262b 2 minutes ago 10.7MB 17:01:04 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:01:20 Still waiting to schedule task 17:01:20 ‘prd-ubuntu18.04-docker-8c-8g-20260’ is offline 17:01:31 gofmt -l . 17:01:31 [ "`gofmt -l .`" = "" ] 17:01:31 ./bin/test-go-mod-tidy.sh 17:01:31 ./bin/test-attribution-txt.sh [Pipeline] sh 17:01:32 + ls -al . 17:01:32 total 688 17:01:32 drwxrwxr-x 9 1001 1001 4096 Jan 14 17:01 . 17:01:32 drwxr-xr-x 4 root root 4096 Jan 14 16:57 .. 17:01:32 -rw-rw-r-- 1 1001 1001 11 Jan 14 16:56 .dockerignore 17:01:32 drwxrwxr-x 8 1001 1001 4096 Jan 14 16:56 .git 17:01:32 drwxrwxr-x 3 1001 1001 4096 Jan 14 16:56 .github 17:01:32 -rw-rw-r-- 1 1001 1001 824 Jan 14 16:56 .gitignore 17:01:32 -rw-rw-r-- 1 1001 1001 166 Jan 14 16:56 .sonarcloud.properties 17:01:32 -rw-rw-r-- 1 1001 1001 7741 Jan 14 16:56 Attribution.txt 17:01:32 -rw-rw-r-- 1 1001 1001 3804 Jan 14 16:56 CONTRIBUTING.md 17:01:32 -rw-rw-r-- 1 1001 1001 931 Jan 14 16:56 Dockerfile.build 17:01:32 -rw-rw-r-- 1 1001 1001 863 Jan 14 16:56 Jenkinsfile 17:01:32 -rw-rw-r-- 1 1001 1001 10775 Jan 14 16:56 LICENSE 17:01:32 -rw-rw-r-- 1 1001 1001 5750 Jan 14 16:56 Makefile 17:01:32 -rw-rw-r-- 1 1001 1001 6524 Jan 14 16:56 README.md 17:01:32 -rw-rw-r-- 1 1001 1001 6744 Jan 14 16:56 SECURITY.md 17:01:32 -rw-rw-r-- 1 1001 1001 5 Jan 14 16:53 VERSION 17:01:32 -rw-rw-r-- 1 1001 1001 4131 Jan 14 16:56 ZMQWindows.md 17:01:32 drwxrwxr-x 2 1001 1001 4096 Jan 14 16:56 bin 17:01:32 drwxrwxr-x 14 1001 1001 4096 Jan 14 16:56 cmd 17:01:32 -rw-r--r-- 1 root root 555118 Jan 14 17:00 coverage.out 17:01:32 -rw-r--r-- 1 root root 979 Jan 14 17:01 go.mod 17:01:32 -rw-r--r-- 1 root root 19126 Jan 14 17:01 go.sum 17:01:32 drwxrwxr-x 8 1001 1001 4096 Jan 14 16:56 internal 17:01:32 drwxrwxr-x 4 1001 1001 4096 Jan 14 16:56 openapi 17:01:32 drwxrwxr-x 4 1001 1001 4096 Jan 14 16:56 snap 17:01:32 -rw-rw-r-- 1 1001 1001 168 Jan 14 16:56 version.go [Pipeline] sh 17:01:33 + '[' -e coverage.out ] 17:01:33 + chown 1001:1001 coverage.out [Pipeline] stash 17:01:33 Warning: overwriting stash ‘coverage-report’ 17:01:34 Stashed 1 file(s) [Pipeline] sh 17:01:35 + make build 17:01:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:01:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:02:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:02:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:02:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:02:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:02:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:02:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:02:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:02:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:02:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:02:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 17:02:51 $ docker stop --time=1 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e 17:02:53 $ docker rm -f 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:02:55 17:02:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:02:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:02:56 latest: Pulling from edgex-devops/edgex-compose-arm64 17:02:56 29e5d40040c1: Pulling fs layer 17:02:56 1ce36da41761: Pulling fs layer 17:02:56 25b303627fd3: Pulling fs layer 17:02:56 29e5d40040c1: Download complete 17:02:57 29e5d40040c1: Pull complete 17:02:57 1ce36da41761: Verifying Checksum 17:02:57 1ce36da41761: Download complete 17:02:58 1ce36da41761: Pull complete 17:02:58 25b303627fd3: Verifying Checksum 17:02:58 25b303627fd3: Download complete 17:03:09 25b303627fd3: Pull complete 17:03:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:03:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:03:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:03:09 prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container 17:03:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:03:12 $ docker top 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:13 + docker-compose build --help 17:03:13 + grep parallel 17:03:18 --parallel Build images in parallel. [Pipeline] } 17:03:18 $ docker stop --time=1 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a 17:03:20 $ docker rm -f 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:03:21 . [Pipeline] withDockerContainer 17:03:21 prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container 17:03:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:03:23 $ docker top e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:24 + docker-compose -f ./docker-compose-build.yml build --parallel 17:03:28 Building docker-core-command-go ... 17:03:28 Building docker-core-data-go ... 17:03:28 Building docker-core-metadata-go ... 17:03:28 Building docker-security-bootstrap-redis-go ... 17:03:28 Building docker-security-proxy-setup-go ... 17:03:28 Building docker-security-secretstore-setup-go ... 17:03:28 Building docker-support-notifications-go ... 17:03:28 Building docker-support-scheduler-go ... 17:03:28 Building docker-sys-mgmt-agent-go ... 17:03:28 Building docker-security-bootstrap-redis-go 17:03:28 Building docker-core-data-go 17:03:28 Building docker-core-metadata-go 17:03:28 Building docker-security-secretstore-setup-go 17:03:28 Building docker-support-notifications-go 17:03:30 Running on prd-ubuntu18.04-docker-8c-8g-20261 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 17:03:30 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:03:32 using credential edgex-jenkins-ssh 17:03:32 Cloning the remote Git repository 17:03:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:03:32 > git init /w/workspace/edgex-go/3 # timeout=10 17:03:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:03:32 > git --version # timeout=10 17:03:32 > git --version # 'git version 2.17.1' 17:03:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:45 Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:03:46 Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:03:46 Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) 17:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:03:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:03:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:03:45 > git config core.sparsecheckout # timeout=10 17:03:45 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 17:03:46 > git remote # timeout=10 17:03:46 > git config --get remote.origin.url # timeout=10 17:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:46 > git merge cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 17:03:46 > git rev-parse HEAD^{commit} # timeout=10 17:03:46 > git config core.sparsecheckout # timeout=10 17:03:46 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 17:03:49 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:51 + echo snap-build.sh 17:03:51 snap-build.sh 17:03:51 + SNAP_BASE_DIR=. 17:03:51 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:03:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:03:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:03:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:03:51 + cd /w/workspace/edgex-go/3 17:03:51 + sudo apt-get remove -qy --purge lxd lxd-client 17:03:51 Reading package lists... 17:03:51 Building dependency tree... 17:03:51 Reading state information... 17:03:51 The following packages were automatically installed and are no longer required: 17:03:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:03:51 uidmap xdelta3 17:03:51 Use 'sudo apt autoremove' to remove them. 17:03:51 The following packages will be REMOVED: 17:03:51 lxd* lxd-client* 17:03:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:03:51 After this operation, 31.7 MB disk space will be freed. 17:03:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:03:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:03:53 Removing lxd dnsmasq configuration 17:03:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:03:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:03:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:03:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:03:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:03:56 Processing triggers for systemd (237-3ubuntu10.42) ... 17:03:56 Processing triggers for ureadahead (0.100.0-21) ... 17:03:57 + sudo snap remove --purge lxd 17:03:57 snap "lxd" is not installed 17:03:57 + sudo groupadd --force --system lxd 17:03:57 ++ whoami 17:03:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:03:57 + newgrp - lxd 17:03:57 + sudo snap install lxd 17:04:07 2021-01-14T17:04:05Z INFO Waiting for automatic snapd restart... 17:04:23 lxd 4.10 from Canonical* installed 17:04:23 + sudo lxd init --auto 17:04:31 + sudo snap install --classic snapcraft 17:04:36 snapcraft 4.4.4 from Canonical* installed 17:04:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:04:36 + patch --verbose -p1 17:04:36 Hmm... Looks like a unified diff to me... 17:04:36 The text leading up to this was: 17:04:36 -------------------------- 17:04:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:04:36 |From: Tony Espy 17:04:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:04:36 |Subject: [PATCH] optimize snap build for pipeline CI check 17:04:36 | 17:04:36 |This patch is used by the EdgeX CI pipeline builds to 17:04:36 |optimize the snap CI check run for pull requests. When 17:04:36 |applied, it essentially strips out everything (apps and 17:04:36 |parts) from the snapcraft.yaml file except those required 17:04:36 |to build edgex-go, as the whole idea of the CI check is to 17:04:36 |catch changes to edgex-go that break the snap build. 17:04:36 | 17:04:36 |In general, anyone updating snapcraft.yaml will also need 17:04:36 |to update this patch file, otherwise it may fail to apply, 17:04:36 |resulting in a failed snap build CI check in the associated 17:04:36 |pull request. 17:04:36 | 17:04:36 |Note - in addition to applying this patch, the pipeline also 17:04:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:04:36 |need to build the finally binary .snap file (and it won't 17:04:36 |work with the patch applied). This further reduces the build 17:04:36 |time. 17:04:36 |--- 17:04:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:04:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:04:36 | 17:04:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:04:36 |index 1e537489..faf42425 100644 17:04:36 |--- a/snap/snapcraft.yaml 17:04:36 |+++ b/snap/snapcraft.yaml 17:04:36 -------------------------- 17:04:36 patching file snap/snapcraft.yaml 17:04:36 Using Plan A... 17:04:36 Hunk #1 succeeded at 73. 17:04:36 Hunk #2 succeeded at 202 with fuzz 1. 17:04:36 Hunk #3 succeeded at 214 (offset -3 lines). 17:04:36 Hunk #4 succeeded at 222 (offset -3 lines). 17:04:36 Hunk #5 succeeded at 229 (offset -3 lines). 17:04:36 Hunk #6 succeeded at 256 (offset -3 lines). 17:04:36 Hunk #7 succeeded at 290 (offset -3 lines). 17:04:36 Hunk #8 succeeded at 342 (offset -2 lines). 17:04:36 Hmm... Ignoring the trailing garbage. 17:04:36 done 17:04:36 + sudo snapcraft prime --use-lxd 17:04:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> d14f8dbfd069 17:04:36 Step 3/22 : WORKDIR /edgex-go 17:04:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> d14f8dbfd069 17:04:36 Step 3/22 : WORKDIR /edgex-go 17:04:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> d14f8dbfd069 17:04:36 Step 3/24 : WORKDIR /edgex-go 17:04:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> d14f8dbfd069 17:04:36 Step 3/23 : WORKDIR /edgex-go 17:04:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> d14f8dbfd069 17:04:36 Step 3/24 : WORKDIR /edgex-go 17:04:36 ---> Running in a4d014507259 17:04:36 ---> Running in 72aecf681f90 17:04:36 ---> Running in 3afcd7e3fd9e 17:04:36 ---> Running in 65d03fb30d56 17:04:36 ---> Running in d39720dbaeb4 17:04:36 Removing intermediate container a4d014507259 17:04:36 ---> d0d728a4c8dc 17:04:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 Removing intermediate container d39720dbaeb4 17:04:36 ---> 254d79b43a7a 17:04:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 Removing intermediate container 3afcd7e3fd9e 17:04:36 ---> 7cbb5791d29d 17:04:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 Removing intermediate container 65d03fb30d56 17:04:36 ---> 7676ec76f2e2 17:04:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 Removing intermediate container 72aecf681f90 17:04:36 ---> 45bf635badf9 17:04:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 ---> Running in 4dee7c478e17 17:04:36 ---> Running in fb7e05bf4973 17:04:36 ---> Running in 576cb06acb00 17:04:36 ---> Running in 431cfd0f9a4d 17:04:36 ---> Running in dd28e9694eee 17:04:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:04:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:04:37 - README.md 17:04:37 - snapcraft.yaml.orig 17:04:37 17:04:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:04:38 Launching a container. 17:04:40 Removing intermediate container 4dee7c478e17 17:04:40 ---> c8e5c151906d 17:04:40 Step 5/22 : RUN apk add --update --no-cache make git 17:04:40 Removing intermediate container fb7e05bf4973 17:04:40 ---> f3f20f63533c 17:04:40 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:04:40 ---> Running in 4c87e067239a 17:04:40 ---> Running in e651022c00f1 17:04:40 Removing intermediate container 576cb06acb00 17:04:40 ---> 05f478c94981 17:04:40 Step 5/24 : RUN apk add --update --no-cache make git 17:04:40 Removing intermediate container dd28e9694eee 17:04:40 ---> f712694dec09 17:04:40 Step 5/22 : RUN apk add --update --no-cache make git 17:04:40 Removing intermediate container 431cfd0f9a4d 17:04:40 ---> 039cfaa13741 17:04:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:04:40 ---> Running in db0f6929e71f 17:04:40 ---> Running in 34e58bb82ea4 17:04:40 ---> Running in 8ea80201c182 17:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:44 OK: 217 MiB in 51 packages 17:04:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:44 OK: 217 MiB in 51 packages 17:04:44 OK: 217 MiB in 51 packages 17:04:45 OK: 217 MiB in 51 packages 17:04:45 OK: 217 MiB in 51 packages 17:04:45 Removing intermediate container 4c87e067239a 17:04:45 ---> 931400a5aaea 17:04:45 Step 6/22 : COPY go.mod . 17:04:46 Removing intermediate container e651022c00f1 17:04:46 ---> 2bca1c3427cc 17:04:46 Step 6/24 : COPY go.mod . 17:04:46 Removing intermediate container db0f6929e71f 17:04:46 ---> 2a50d0ee851b 17:04:46 Step 6/22 : COPY go.mod . 17:04:46 ---> ea208caa6512 17:04:46 Step 7/22 : RUN go mod download 17:04:46 ---> Running in 6c35c63ab0c5 17:04:47 Removing intermediate container 34e58bb82ea4 17:04:47 ---> 3487ebaa51f6 17:04:47 Step 6/24 : COPY go.mod . 17:04:47 ---> a71358bb8219 17:04:47 Step 7/24 : RUN go mod download 17:04:47 Removing intermediate container 8ea80201c182 17:04:47 ---> f137dc3dcc39 17:04:47 Step 6/23 : COPY go.mod . 17:04:47 ---> Running in 1ea197b00be9 17:04:47 ---> 34045d4e0934 17:04:47 Step 7/22 : RUN go mod download 17:04:47 ---> Running in e6c01f143a32 17:04:48 ---> af7efcde2837 17:04:48 Step 7/24 : RUN go mod download 17:04:48 ---> Running in 6e22a70c936e 17:04:48 ---> 1260909895b6 17:04:48 Step 7/23 : RUN go mod download 17:04:48 ---> Running in cf7142d6959f 17:04:50 Waiting for container to be ready 17:04:50 To start your first instance, try: lxc launch ubuntu:18.04 17:04:50 17:04:51 Removing intermediate container 6c35c63ab0c5 17:04:51 ---> 156f54682ba0 17:04:51 Step 8/22 : COPY . . 17:04:52 Removing intermediate container 1ea197b00be9 17:04:52 ---> a6f7615f52dc 17:04:52 Step 8/24 : COPY . . 17:04:52 Removing intermediate container e6c01f143a32 17:04:52 ---> 3373a673d2ae 17:04:52 Step 8/22 : COPY . . 17:04:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:04:53 Waiting for network to be ready... 17:04:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:04:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:04:53 Removing intermediate container 6e22a70c936e 17:04:53 ---> 544ebe493f1d 17:04:53 Step 8/24 : COPY . . 17:04:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:04:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 17:04:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:04:54 Removing intermediate container cf7142d6959f 17:04:54 ---> a9ce66185ac0 17:04:54 Step 8/23 : COPY . . 17:04:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:04:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:04:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:04:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:04:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:04:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:04:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 17:04:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:04:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:04:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 17:04:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 17:04:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 17:04:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 17:04:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:04:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 17:04:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:04:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:04:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:04:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:04:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:04:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 17:04:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 17:04:58 Fetched 23.7 MB in 4s (5482 kB/s) 17:04:58 Reading package lists... 17:04:58 Reading package lists... 17:04:58 Building dependency tree... 17:04:58 Reading state information... 17:04:58 The following additional packages will be installed: 17:04:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:04:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:04:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:04:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:04:58 Suggested packages: 17:04:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:04:58 Recommended packages: 17:04:58 gnupg libsasl2-modules 17:04:58 The following NEW packages will be installed: 17:04:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:04:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:04:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:04:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:04:58 The following packages will be upgraded: 17:04:58 gpg gpg-agent gpgconf libudev1 17:04:58 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 17:04:58 Need to get 3532 kB of archives. 17:04:58 After this operation, 13.3 MB of additional disk space will be used. 17:04:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:04:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:04:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:04:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:04:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:04:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:04:59 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 17:04:59 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 17:04:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:04:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:04:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:04:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:04:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:04:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:04:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:04:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:04:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:04:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:04:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:04:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:04:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:04:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:04:59 debconf: delaying package configuration, since apt-utils is not installed 17:05:00 Fetched 3532 kB in 1s (3518 kB/s) 17:05:00 (Reading database ... 12511 files and directories currently installed.) 17:05:00 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 17:05:00 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:05:00 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 17:05:00 Selecting previously unselected package udev. 17:05:00 (Reading database ... 12511 files and directories currently installed.) 17:05:00 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 17:05:00 Unpacking udev (237-3ubuntu10.43) ... 17:05:00 Selecting previously unselected package libfuse2:amd64. 17:05:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:05:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:05:00 Selecting previously unselected package fuse. 17:05:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:05:00 Unpacking fuse (2.9.7-1ubuntu1) ... 17:05:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:05:00 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:05:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:05:00 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:05:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:05:00 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:05:01 Selecting previously unselected package libksba8:amd64. 17:05:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:05:01 Unpacking libksba8:amd64 (1.3.5-2) ... 17:05:01 Selecting previously unselected package libroken18-heimdal:amd64. 17:05:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:05:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:05:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:05:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:01 Selecting previously unselected package libwind0-heimdal:amd64. 17:05:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:05:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:05:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:05:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:05:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:05:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:02 Selecting previously unselected package libsasl2-modules-db:amd64. 17:05:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:05:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:05:02 Selecting previously unselected package libsasl2-2:amd64. 17:05:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:05:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:05:02 Selecting previously unselected package libldap-common. 17:05:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:05:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:05:02 Selecting previously unselected package libldap-2.4-2:amd64. 17:05:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:05:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:05:02 Selecting previously unselected package dirmngr. 17:05:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:05:02 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:05:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:05:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:05:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:05:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:05:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:05:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:05:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:03 Setting up libksba8:amd64 (1.3.5-2) ... 17:05:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:05:03 Setting up udev (237-3ubuntu10.43) ... 17:05:03 invoke-rc.d: policy-rc.d denied execution of start. 17:05:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:03 Processing triggers for systemd (237-3ubuntu10) ... 17:05:03 Setting up fuse (2.9.7-1ubuntu1) ... 17:05:03 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:05:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:05:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:05:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:05:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:05:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:05:04 settings in the [Install] section, and DefaultInstance for template units). 17:05:04 This means they are not meant to be enabled using systemctl. 17:05:04 Possible reasons for having this kind of units are: 17:05:04 1) A unit may be statically enabled by being symlinked from another unit's 17:05:04 .wants/ or .requires/ directory. 17:05:04 2) A unit's purpose may be to act as a helper for some other unit which has 17:05:04 a requirement dependency on it. 17:05:04 3) A unit may be started when needed via activation (socket, path, timer, 17:05:04 D-Bus, udev, scripted systemctl call, ...). 17:05:04 4) In case of template units, the unit is meant to be enabled with some 17:05:04 instance name specified. 17:05:05 Reading package lists... 17:05:05 Building dependency tree... 17:05:05 Reading state information... 17:05:05 The following additional packages will be installed: 17:05:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:05:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:05:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:05:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:05:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:05:05 Suggested packages: 17:05:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:05:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:05:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:05:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:05:05 systemd-container policykit-1 17:05:05 Recommended packages: 17:05:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:05:05 The following NEW packages will be installed: 17:05:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:05:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:05:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:05:05 multiarch-support openssh-client python3 python3-minimal python3.6 17:05:05 python3.6-minimal snapd squashfs-tools sudo 17:05:05 The following packages will be upgraded: 17:05:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:05:05 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 17:05:05 Need to get 35.2 MB of archives. 17:05:05 After this operation, 141 MB of additional disk space will be used. 17:05:05 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 17:05:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:05:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:05:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:05:06 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 17:05:06 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:05:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:05:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:05:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:05:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:05:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:05:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:05:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:05:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:05:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:05:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:05:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:05:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:05:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:05:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:05:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:05:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:05:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:05:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:05:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:05:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:05:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:05:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:05:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:05:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:05:08 debconf: delaying package configuration, since apt-utils is not installed 17:05:08 Fetched 35.2 MB in 3s (12.5 MB/s) 17:05:08 (Reading database ... 12757 files and directories currently installed.) 17:05:08 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 17:05:08 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:05:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 17:05:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:05:09 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 17:05:09 (Reading database ... 12757 files and directories currently installed.) 17:05:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:05:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:05:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:05:09 (Reading database ... 12757 files and directories currently installed.) 17:05:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:05:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:05:10 Setting up apt (1.6.12ubuntu0.2) ... 17:05:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:05:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:05:10 (Reading database ... 12764 files and directories currently installed.) 17:05:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:05:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:05:10 Selecting previously unselected package libpython3.6-minimal:amd64. 17:05:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:05:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:05:11 Selecting previously unselected package libexpat1:amd64. 17:05:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:05:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:05:11 Selecting previously unselected package python3.6-minimal. 17:05:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:05:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:05:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:05:11 Checking for services that may need to be restarted...done. 17:05:11 Checking for services that may need to be restarted...done. 17:05:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:05:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:05:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:05:12 Selecting previously unselected package python3-minimal. 17:05:12 (Reading database ... 13012 files and directories currently installed.) 17:05:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:05:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:05:12 Selecting previously unselected package mime-support. 17:05:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:05:12 Unpacking mime-support (3.60ubuntu1) ... 17:05:12 Selecting previously unselected package libmpdec2:amd64. 17:05:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:05:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:05:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:05:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:05:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:05:13 Selecting previously unselected package python3.6. 17:05:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:05:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:05:13 Selecting previously unselected package libpython3-stdlib:amd64. 17:05:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:05:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:05:13 Setting up python3-minimal (3.6.7-1~18.04) ... 17:05:13 Selecting previously unselected package python3. 17:05:13 (Reading database ... 13442 files and directories currently installed.) 17:05:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:05:13 Unpacking python3 (3.6.7-1~18.04) ... 17:05:13 Selecting previously unselected package multiarch-support. 17:05:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:05:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:05:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:05:13 Selecting previously unselected package liblzo2-2:amd64. 17:05:13 (Reading database ... 13479 files and directories currently installed.) 17:05:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:05:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:05:13 Selecting previously unselected package libbsd0:amd64. 17:05:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:05:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:05:13 Selecting previously unselected package sudo. 17:05:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:05:13 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:05:13 Selecting previously unselected package apparmor. 17:05:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:05:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:05:14 Selecting previously unselected package libedit2:amd64. 17:05:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:05:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:05:14 Selecting previously unselected package libkrb5support0:amd64. 17:05:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:05:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:05:14 Selecting previously unselected package libk5crypto3:amd64. 17:05:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:05:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:05:14 Selecting previously unselected package libkeyutils1:amd64. 17:05:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:05:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:05:14 Selecting previously unselected package libkrb5-3:amd64. 17:05:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:05:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:05:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:05:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:05:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:05:14 Selecting previously unselected package libssl1.0.0:amd64. 17:05:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:05:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:05:14 Selecting previously unselected package openssh-client. 17:05:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:05:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:05:14 Selecting previously unselected package squashfs-tools. 17:05:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:05:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:05:15 Selecting previously unselected package snapd. 17:05:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:05:15 Unpacking snapd (2.48+18.04) ... 17:05:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:05:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:05:17 Setting up mime-support (3.60ubuntu1) ... 17:05:17 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:05:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:05:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:05:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:05:17 Setting up systemd (237-3ubuntu10.43) ... 17:05:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:05:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:05:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:05:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:05:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:05:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:05:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:05:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:05:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:05:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:05:19 Setting up python3 (3.6.7-1~18.04) ... 17:05:19 running python rtupdate hooks for python3.6... 17:05:19 running python post-rtupdate hooks for python3.6... 17:05:19 Setting up apparmor (2.12-4ubuntu5.1) ... 17:05:21 ---> 6fd031850b29 17:05:21 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:05:21 ---> 131a3ad2272f 17:05:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:05:21 ---> f8cfcc83a6c2 17:05:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:05:21 ---> 611728afcb7e 17:05:21 Step 9/23 : RUN make cmd/core-data/core-data 17:05:21 ---> Running in d14ff31cd1ee 17:05:21 ---> af6f6201b09e 17:05:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:05:21 ---> Running in 70ec5c0bb6d2 17:05:21 ---> Running in f266b3846ac9 17:05:21 ---> Running in cf89717e67fb 17:05:21 ---> Running in 33fcc79c34ea 17:05:21 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 17:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:05:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:05:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:05:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:05:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:05:21 Setting up snapd (2.48+18.04) ... 17:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:05:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:05:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:05:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:05:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:05:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:05:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:05:23 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 17:05:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:05:23 Processing triggers for systemd (237-3ubuntu10.43) ... 17:05:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:05:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:05:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:05:25 Reading package lists... 17:05:25 Reading package lists... 17:05:26 Building dependency tree... 17:05:26 Reading state information... 17:05:26 Calculating upgrade... 17:05:26 The following packages will be upgraded: 17:05:26 advancecomp base-files bash binutils binutils-common 17:05:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:05:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:05:26 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:05:26 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:05:26 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:05:26 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:05:26 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:05:26 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 17:05:26 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 17:05:26 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 17:05:26 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 17:05:26 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 17:05:26 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 17:05:26 ubuntu-keyring util-linux 17:05:26 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:05:26 Need to get 63.7 MB of archives. 17:05:26 After this operation, 5203 kB of additional disk space will be used. 17:05:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:05:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:05:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:05:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:05:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:05:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:05:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:05:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:05:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:05:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:05:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:05:26 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:05:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:05:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:05:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:05:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:05:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:05:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:05:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:05:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:05:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:05:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:05:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:05:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:05:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:05:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:05:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:05:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:05:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:05:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:05:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:05:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:05:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:05:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:05:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:05:27 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:05:27 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:05:27 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:05:27 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:05:27 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:05:27 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:05:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:05:27 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:05:27 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:05:27 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 17:05:27 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:05:27 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:05:27 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:05:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:05:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:05:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:05:27 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:05:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:05:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:05:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:05:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:05:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:05:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:05:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:05:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:05:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:05:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:05:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:05:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:05:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:05:27 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 17:05:27 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:05:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:05:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:05:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:05:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:05:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:05:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:05:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:05:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:05:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:05:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:05:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:05:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:05:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:05:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:05:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:05:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 17:05:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:05:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:05:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:05:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:05:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:05:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:05:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:05:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:05:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:05:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:05:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:05:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:05:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:05:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:05:28 debconf: delaying package configuration, since apt-utils is not installed 17:05:28 Fetched 63.7 MB in 2s (30.6 MB/s) 17:05:28 (Reading database ... 13912 files and directories currently installed.) 17:05:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:05:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:05:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:05:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:05:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 17:05:29 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 17:05:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:31 (Reading database ... 13911 files and directories currently installed.) 17:05:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:05:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:05:31 (Reading database ... 13911 files and directories currently installed.) 17:05:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:05:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:05:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:32 (Reading database ... 13911 files and directories currently installed.) 17:05:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:05:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:05:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:05:33 (Reading database ... 13911 files and directories currently installed.) 17:05:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:05:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:05:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:05:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:05:33 Setting up base-files (10.1ubuntu2.10) ... 17:05:33 Installing new version of config file /etc/issue ... 17:05:33 Installing new version of config file /etc/issue.net ... 17:05:33 Installing new version of config file /etc/lsb-release ... 17:05:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:05:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:05:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:05:34 Removing obsolete conffile /etc/default/motd-news ... 17:05:34 (Reading database ... 13912 files and directories currently installed.) 17:05:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:05:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:05:34 Setting up bash (4.4.18-2ubuntu1.2) ... 17:05:34 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 17:05:34 (Reading database ... 13912 files and directories currently installed.) 17:05:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:05:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:05:34 (Reading database ... 13912 files and directories currently installed.) 17:05:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:05:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:05:35 Setting up tar (1.29b-2ubuntu0.2) ... 17:05:35 (Reading database ... 13912 files and directories currently installed.) 17:05:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:05:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:05:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:05:35 (Reading database ... 13912 files and directories currently installed.) 17:05:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:05:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:05:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:05:35 (Reading database ... 13912 files and directories currently installed.) 17:05:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:05:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:05:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:05:36 (Reading database ... 13912 files and directories currently installed.) 17:05:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:05:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:05:36 Setting up grep (3.1-2build1) ... 17:05:36 (Reading database ... 13912 files and directories currently installed.) 17:05:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:05:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:05:36 Setting up login (1:4.5-1ubuntu2) ... 17:05:36 (Reading database ... 13912 files and directories currently installed.) 17:05:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:05:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:05:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:05:36 (Reading database ... 13912 files and directories currently installed.) 17:05:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:05:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:05:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:05:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:05:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:05:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:05:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:05:38 (Reading database ... 13912 files and directories currently installed.) 17:05:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:05:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:05:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:05:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:05:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:05:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:05:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:05:39 (Reading database ... 13912 files and directories currently installed.) 17:05:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:05:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:05:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:05:39 (Reading database ... 13912 files and directories currently installed.) 17:05:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:05:40 (Reading database ... 13912 files and directories currently installed.) 17:05:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:05:40 (Reading database ... 13912 files and directories currently installed.) 17:05:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:05:40 (Reading database ... 13912 files and directories currently installed.) 17:05:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:05:40 (Reading database ... 13912 files and directories currently installed.) 17:05:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:05:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:05:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:05:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:05:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:05:41 (Reading database ... 13912 files and directories currently installed.) 17:05:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:05:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:05:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:05:41 (Reading database ... 13912 files and directories currently installed.) 17:05:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:05:41 (Reading database ... 13912 files and directories currently installed.) 17:05:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:05:41 (Reading database ... 13912 files and directories currently installed.) 17:05:41 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:05:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:05:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:05:42 (Reading database ... 13912 files and directories currently installed.) 17:05:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:05:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:05:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:05:43 (Reading database ... 13912 files and directories currently installed.) 17:05:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:05:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:05:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:05:43 (Reading database ... 13914 files and directories currently installed.) 17:05:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:05:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:05:43 Setting up debconf (1.5.66ubuntu1) ... 17:05:44 (Reading database ... 13914 files and directories currently installed.) 17:05:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:05:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:05:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:05:44 (Reading database ... 13914 files and directories currently installed.) 17:05:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:05:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:05:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:05:44 (Reading database ... 13914 files and directories currently installed.) 17:05:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:05:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:05:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:05:44 (Reading database ... 13914 files and directories currently installed.) 17:05:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:05:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:05:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 17:05:45 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:05:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:05:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:05:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:05:45 (Reading database ... 13914 files and directories currently installed.) 17:05:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:05:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:05:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:05:45 (Reading database ... 13914 files and directories currently installed.) 17:05:45 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:05:45 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:05:45 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:05:46 (Reading database ... 13914 files and directories currently installed.) 17:05:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:05:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:05:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:05:46 (Reading database ... 13914 files and directories currently installed.) 17:05:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:05:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:05:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:05:46 (Reading database ... 13914 files and directories currently installed.) 17:05:46 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:05:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:05:47 Setting up passwd (1:4.5-1ubuntu2) ... 17:05:47 (Reading database ... 13914 files and directories currently installed.) 17:05:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:05:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:05:47 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:05:47 (Reading database ... 13914 files and directories currently installed.) 17:05:47 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:05:47 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:05:47 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:05:48 (Reading database ... 13914 files and directories currently installed.) 17:05:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:05:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:05:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:05:48 (Reading database ... 13914 files and directories currently installed.) 17:05:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:05:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:05:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:05:48 (Reading database ... 13914 files and directories currently installed.) 17:05:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:05:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:05:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:05:48 (Reading database ... 13914 files and directories currently installed.) 17:05:48 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:05:48 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:05:48 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:05:49 (Reading database ... 13914 files and directories currently installed.) 17:05:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:05:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:05:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:05:49 (Reading database ... 13915 files and directories currently installed.) 17:05:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:05:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:05:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:05:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:05:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:05:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:05:50 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:05:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:05:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:05:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:05:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:05:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:05:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:05:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:05:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:05:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:05:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:05:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:05:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:05:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:05:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:05:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:05:51 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 17:05:51 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 17:05:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:05:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:05:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:05:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:05:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:05:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:05:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:05:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:05:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:05:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:05:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:05:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:05:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:05:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:05:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:05:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:05:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:05:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:05:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:05:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:05:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:05:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:05:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:05:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:05:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:05:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:05:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:05:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:05:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:05:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:05:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:05:59 Setting up tzdata (2020f-0ubuntu0.18.04) ... 17:05:59 17:05:59 Current default time zone: 'Etc/UTC' 17:05:59 Local time is now: Thu Jan 14 17:05:59 UTC 2021. 17:05:59 Universal Time is now: Thu Jan 14 17:05:59 UTC 2021. 17:05:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:05:59 17:05:59 Setting up systemd-sysv (237-3ubuntu10.43) ... 17:05:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 17:05:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:05:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:05:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:05:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:05:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:05:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:05:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:05:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:05:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:06:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:06:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:06:00 Setting up patch (2.7.6-2ubuntu1.1) ... 17:06:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:06:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:06:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:06:00 Installing new version of config file /etc/ssl/openssl.cnf ... 17:06:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:06:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:06:00 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:06:02 Updating certificates in /etc/ssl/certs... 17:06:02 22 added, 17 removed; done. 17:06:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:06:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:06:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:06:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:06:03 Setting up pkgbinarymangler (138.18.04.1) ... 17:06:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:06:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up perl (5.26.1-6ubuntu0.5) ... 17:06:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:06:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:06:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:06:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:06:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:06:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:06:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:06:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:06:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:06:03 Processing triggers for systemd (237-3ubuntu10.43) ... 17:06:03 Processing triggers for mime-support (3.60ubuntu1) ... 17:06:03 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:06:03 Updating certificates in /etc/ssl/certs... 17:06:04 0 added, 0 removed; done. 17:06:04 Running hooks in /etc/ca-certificates/update.d... 17:06:04 done. 17:06:05 Reading package lists... 17:06:05 Building dependency tree... 17:06:05 Reading state information... 17:06:05 The following NEW packages will be installed: 17:06:05 apt-transport-https 17:06:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:06:05 Need to get 1696 B of archives. 17:06:05 After this operation, 153 kB of additional disk space will be used. 17:06:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:06:05 debconf: delaying package configuration, since apt-utils is not installed 17:06:05 Fetched 1696 B in 0s (9434 B/s) 17:06:05 Selecting previously unselected package apt-transport-https. 17:06:05 (Reading database ... 13929 files and directories currently installed.) 17:06:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:06:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:06:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:06:05 Waiting for network to be ready... 17:06:11 2021-01-14T17:06:08Z INFO Waiting for automatic snapd restart... 17:06:11 snapd 2.48.2 from Canonical* installed 17:06:12 "snapd" switched to the "latest/stable" channel 17:06:12 17:06:14 core18 20201210 from Canonical* installed 17:06:15 "core18" switched to the "latest/stable" channel 17:06:15 17:06:18 snapcraft 4.4.4 from Canonical* installed 17:06:18 "snapcraft" switched to the "latest/stable" channel 17:06:18 17:06:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:06:21 - README.md 17:06:21 - snapcraft.yaml.orig 17:06:21 17:06:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:06:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:06:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:06:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:06:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:06:29 Reading package lists... 17:06:29 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 17:06:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:06:36 Reading package lists... 17:06:36 Building dependency tree... 17:06:36 Reading state information... 17:06:36 Suggested packages: 17:06:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:06:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:06:36 Recommended packages: 17:06:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:06:36 The following NEW packages will be installed: 17:06:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:06:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:06:36 pkg-config zip 17:06:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:06:36 Need to get 7655 kB of archives. 17:06:36 After this operation, 43.7 MB of additional disk space will be used. 17:06:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:06:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:06:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:06:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:06:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:06:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:06:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:06:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:06:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:06:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:06:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:06:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:06:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:06:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:06:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:06:37 debconf: delaying package configuration, since apt-utils is not installed 17:06:37 Fetched 7655 kB in 1s (6923 kB/s) 17:06:37 Selecting previously unselected package libglib2.0-0:amd64. 17:06:37 (Reading database ... 13933 files and directories currently installed.) 17:06:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:06:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:06:37 Selecting previously unselected package libpsl5:amd64. 17:06:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:06:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:06:37 Selecting previously unselected package libnghttp2-14:amd64. 17:06:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:06:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:06:37 Selecting previously unselected package librtmp1:amd64. 17:06:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:06:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:06:37 Selecting previously unselected package libcurl3-gnutls:amd64. 17:06:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:06:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:06:37 Selecting previously unselected package liberror-perl. 17:06:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:06:37 Unpacking liberror-perl (0.17025-1) ... 17:06:38 Selecting previously unselected package git-man. 17:06:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:06:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:06:38 Selecting previously unselected package git. 17:06:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:06:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:06:39 Selecting previously unselected package libnorm1:amd64. 17:06:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:06:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:06:39 Selecting previously unselected package libpgm-5.2-0:amd64. 17:06:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:06:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:06:39 Selecting previously unselected package libsodium23:amd64. 17:06:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:06:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:06:39 Selecting previously unselected package libzmq5:amd64. 17:06:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:06:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:06:39 Selecting previously unselected package libzmq3-dev:amd64. 17:06:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:06:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:06:39 Selecting previously unselected package pkg-config. 17:06:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:06:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:06:39 Selecting previously unselected package zip. 17:06:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:06:39 Unpacking zip (3.0-11build1) ... 17:06:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:06:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:06:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:06:39 Setting up liberror-perl (0.17025-1) ... 17:06:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:06:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:06:39 No schema files found: doing nothing. 17:06:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:06:39 Setting up zip (3.0-11build1) ... 17:06:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:06:40 Setting up libsodium23:amd64 (1.0.16-2) ... 17:06:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:06:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:06:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:06:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:06:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:06:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:06:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:06:46 git set to automatically installed. 17:06:46 git-man set to automatically installed. 17:06:46 libcurl3-gnutls set to automatically installed. 17:06:46 liberror-perl set to automatically installed. 17:06:46 libglib2.0-0 set to automatically installed. 17:06:46 libnghttp2-14 set to automatically installed. 17:06:46 libnorm1 set to automatically installed. 17:06:46 libpgm-5.2-0 set to automatically installed. 17:06:46 libpsl5 set to automatically installed. 17:06:46 librtmp1 set to automatically installed. 17:06:46 libsodium23 set to automatically installed. 17:06:46 libzmq3-dev set to automatically installed. 17:06:46 libzmq5 set to automatically installed. 17:06:46 pkg-config set to automatically installed. 17:06:46 zip set to automatically installed. 17:06:48 snapd is not logged in, snap install commands will use sudo 17:06:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:06:56 snap "core18" has no updates available 17:06:56 Pulling config-common 17:06:57 Pulling go-build-helper 17:06:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:06:58 Removing intermediate container d14ff31cd1ee 17:06:58 ---> ff15d2f68176 17:06:58 17:06:58 Step 10/22 : FROM alpine:3.12 17:06:58 3.12: Pulling from library/alpine 17:07:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:07:01 Status: Downloaded newer image for alpine:3.12 17:07:01 ---> afeebe901d6b 17:07:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:07:03 ---> Running in e04dc03dfc01 17:07:03 Removing intermediate container 33fcc79c34ea 17:07:03 ---> 8eca4cb25008 17:07:03 17:07:03 Step 10/24 : FROM alpine:3.12 17:07:03 ---> afeebe901d6b 17:07:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:07:03 Removing intermediate container 70ec5c0bb6d2 17:07:03 ---> 39f87a2a666a 17:07:03 17:07:03 Step 10/24 : FROM scratch 17:07:03 ---> 17:07:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:07:03 ---> Running in 7f4abf00798b 17:07:04 ---> Running in d755dcc3dd41 17:07:05 Removing intermediate container d755dcc3dd41 17:07:05 ---> 2c33808f9587 17:07:05 Step 12/24 : ENV APP_PORT=48060 17:07:05 ---> Running in ad84e464372c 17:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:06 Removing intermediate container ad84e464372c 17:07:06 ---> 680b20d408ff 17:07:06 Step 13/24 : EXPOSE $APP_PORT 17:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:06 ---> Running in df1f71124587 17:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:06 (1/5) Installing ca-certificates (20191127-r4) 17:07:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:07:06 (3/5) Installing libcurl (7.69.1-r3) 17:07:06 (4/5) Installing curl (7.69.1-r3) 17:07:06 (5/5) Installing dumb-init (1.2.2-r1) 17:07:06 Executing busybox-1.31.1-r19.trigger 17:07:06 Removing intermediate container df1f71124587 17:07:06 ---> ab73f2e0896a 17:07:06 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:07:07 Executing ca-certificates-20191127-r4.trigger 17:07:07 (1/5) Installing ca-certificates (20191127-r4) 17:07:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:07:07 OK: 7 MiB in 19 packages 17:07:07 (3/5) Installing libcurl (7.69.1-r3) 17:07:07 (4/5) Installing curl (7.69.1-r3) 17:07:07 (5/5) Installing dumb-init (1.2.2-r1) 17:07:07 Executing busybox-1.31.1-r19.trigger 17:07:07 Executing ca-certificates-20191127-r4.trigger 17:07:08 OK: 7 MiB in 19 packages 17:07:08 ---> ece587e10c2f 17:07:08 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:07:11 Removing intermediate container e04dc03dfc01 17:07:11 ---> e2b86589c3d5 17:07:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:07:11 ---> d1ee519029c4 17:07:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:07:11 ---> Running in 8cfd8ce16161 17:07:11 Removing intermediate container 7f4abf00798b 17:07:11 ---> f5603fbc4980 17:07:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:07:11 ---> Running in f3f16cc2da9b 17:07:11 Removing intermediate container 8cfd8ce16161 17:07:11 ---> 21131866629a 17:07:11 Step 13/22 : WORKDIR / 17:07:12 ---> Running in 44d7d6de71f6 17:07:12 Removing intermediate container f3f16cc2da9b 17:07:12 ---> 394903245702 17:07:12 Step 13/24 : WORKDIR / 17:07:12 ---> Running in cd1e13f42615 17:07:13 Removing intermediate container 44d7d6de71f6 17:07:13 ---> 248eb696cdac 17:07:13 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:07:13 ---> 56aad5c981a9 17:07:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:07:14 Removing intermediate container cd1e13f42615 17:07:14 ---> 821c6062600a 17:07: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 17:07:15 ---> f0e72bc8df5e 17:07:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:07:15 ---> d92c09371ecc 17:07: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 17:07:15 ---> fab1bd5da37d 17:07:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:07:17 ---> 4671d84eb280 17:07:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:07:17 ---> df9334c1f761 17:07:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:07:17 ---> 3398b6c54330 17:07:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:07:18 ---> 2b128ef5312a 17:07:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:07:19 ---> aed2c114529d 17:07:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:07:19 ---> 8a726d34cfad 17:07:19 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:07:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:07:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:07:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 17:07:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 17:07:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:07:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:07:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 17:07:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 17:07:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 17:07:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 17:07:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:07:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:07:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:07:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:07:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:07:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:07:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:07:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:07:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:07:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 17:07:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:07:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:07:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:07:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:07:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:07:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 17:07:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 17:07:19 Fetched 23.7 MB in 0s (0 B/s) 17:07:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:07:19 Fetched 96.5 kB in 0s (0 B/s) 17:07:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:07:19 Fetched 279 kB in 0s (0 B/s) 17:07:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:07:19 Fetched 122 kB in 0s (0 B/s) 17:07:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:07:19 Fetched 77.8 kB in 0s (0 B/s) 17:07:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:07:19 Fetched 8848 B in 0s (0 B/s) 17:07:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:07:19 Fetched 47.8 kB in 0s (0 B/s) 17:07:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:07:19 Fetched 45.6 kB in 0s (0 B/s) 17:07:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:07:19 Fetched 15.0 kB in 0s (0 B/s) 17:07:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:07:19 Fetched 214 kB in 0s (0 B/s) 17:07:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:07:19 Fetched 155 kB in 0s (0 B/s) 17:07:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:07:19 Fetched 50.6 kB in 0s (0 B/s) 17:07:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:07:19 Fetched 14.8 kB in 0s (0 B/s) 17:07:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:07:19 Fetched 41.8 kB in 0s (0 B/s) 17:07:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:07:19 Fetched 499 kB in 0s (0 B/s) 17:07:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:07:19 Fetched 111 kB in 0s (0 B/s) 17:07:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:07:19 Fetched 240 kB in 0s (0 B/s) 17:07:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:07:19 Fetched 29.3 kB in 0s (0 B/s) 17:07:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:07:19 Fetched 85.5 kB in 0s (0 B/s) 17:07:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:07:19 Fetched 24.5 kB in 0s (0 B/s) 17:07:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:07:19 Fetched 49.2 kB in 0s (0 B/s) 17:07:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:07:19 Fetched 54.2 kB in 0s (0 B/s) 17:07:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:07:19 Fetched 30.8 kB in 0s (0 B/s) 17:07:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:07:19 Fetched 17.0 kB in 0s (0 B/s) 17:07:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:07:19 Fetched 85.9 kB in 0s (0 B/s) 17:07:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:07:19 Fetched 8720 B in 0s (0 B/s) 17:07:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:07:19 Fetched 137 kB in 0s (0 B/s) 17:07:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:07:19 Fetched 119 kB in 0s (0 B/s) 17:07:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:07:19 Fetched 109 kB in 0s (0 B/s) 17:07:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:07:19 Fetched 11.1 kB in 0s (0 B/s) 17:07:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:07:19 Fetched 645 kB in 0s (0 B/s) 17:07:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:07:19 Fetched 41.3 kB in 0s (0 B/s) 17:07:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:07:19 Fetched 17.9 kB in 0s (0 B/s) 17:07:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:07:19 Fetched 368 kB in 0s (0 B/s) 17:07:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:07:19 Fetched 187 kB in 0s (0 B/s) 17:07:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:07:19 Fetched 175 kB in 0s (0 B/s) 17:07:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:07:19 ---> Running in 0d144104307c 17:07:20 ---> ffe96063e70a 17:07:20 Step 18/22 : RUN chmod +x entrypoint.sh 17:07:21 Removing intermediate container 0d144104307c 17:07:21 ---> 47200496a80a 17:07:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:07:21 ---> Running in 67ef26bfbbcf 17:07:21 ---> 9dde3afbf2c4 17:07:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:07:21 ---> Running in 822512dd2d81 17:07:22 Fetched 206 kB in 0s (0 B/s) 17:07:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:07:22 Fetched 1301 kB in 0s (0 B/s) 17:07:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:07:22 Fetched 36.2 kB in 0s (0 B/s) 17:07:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:07:22 Fetched 159 kB in 0s (0 B/s) 17:07:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:07:22 Fetched 107 kB in 0s (0 B/s) 17:07:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:07:22 Fetched 48.7 kB in 0s (0 B/s) 17:07:22 Pulling static-packages 17:07:22 Removing intermediate container 822512dd2d81 17:07:22 ---> b2b2387e44e5 17:07:22 Step 22/24 : LABEL arch=arm64 17:07:23 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:07:23 Skipping pull go-build-helper (already ran) 17:07:23 Skipping pull static-packages (already ran) 17:07:23 Building go-build-helper 17:07:23 ---> Running in ca61349495b1 17:07:23 ---> f81d5f0d497a 17:07:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:07:24 Removing intermediate container ca61349495b1 17:07:24 ---> 0c2d41808909 17:07:24 Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:07:24 ---> Running in b96e5b2af279 17:07:25 ---> 3f165e1fd555 17:07:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:07:26 ---> Running in 15e1e561338e 17:07:26 Removing intermediate container 67ef26bfbbcf 17:07:26 ---> dcec84225a82 17:07:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:07:26 Removing intermediate container b96e5b2af279 17:07:26 ---> a18f567edca9 17:07:26 Step 24/24 : LABEL version=0.0.0 17:07:26 Building static-packages 17:07:26 ---> Running in 7a57cee58a6c 17:07:26 ---> Running in 11278c795326 17:07:27 Removing intermediate container f266b3846ac9 17:07:27 ---> ca0210aac789 17:07:27 17:07:27 Step 10/22 : FROM scratch 17:07:27 ---> 17:07:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:07:27 Removing intermediate container 7a57cee58a6c 17:07:27 ---> c67e9cb620c9 17:07:27 Step 20/22 : LABEL arch=arm64 17:07:27 ---> Running in b636dcfc2ef2 17:07:27 Removing intermediate container 11278c795326 17:07:27 ---> 01af830121ad 17:07:27 17:07:28 ---> Running in 71b3e515fe9d 17:07:28 Staging go-build-helper 17:07:28 Removing intermediate container b636dcfc2ef2 17:07:28 ---> 4c04990c91ae 17:07:28 Step 12/22 : ENV APP_PORT=48081 17:07:28 Successfully built 01af830121ad 17:07:28 Successfully tagged docker-support-notifications-go-arm64:latest 17:07:28  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 17:07:28 ---> Running in f617a194e9c3 17:07:28 Removing intermediate container 71b3e515fe9d 17:07:28 ---> 0a02c651218d 17:07:28 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:07:29 ---> Running in 02c557fa8c6e 17:07:29 Removing intermediate container f617a194e9c3 17:07:29 ---> 9866557cf366 17:07:29 Step 13/22 : EXPOSE $APP_PORT 17:07:29 Staging static-packages 17:07:29 ---> Running in 18f8111b49d4 17:07:29 Removing intermediate container 15e1e561338e 17:07:29 ---> 5a6fd177597d 17:07:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:07:30 Removing intermediate container 02c557fa8c6e 17:07:30 ---> 8be0507848f5 17:07:30 Step 22/22 : LABEL version=0.0.0 17:07:30 ---> Running in 769a44de0d08 17:07:30 Pulling go115 17:07:30 ---> Running in 8c813efda734 17:07:30 Removing intermediate container 18f8111b49d4 17:07:30 ---> f5c794f443fa 17:07:30 Step 14/22 : WORKDIR / 17:07:31 'edgex-go' has dependencies that need to be staged: go115 17:07:31 Skipping pull go115 (already ran) 17:07:31 Building go115 17:07:31 % Total % Received % Xferd Average Speed Time Time Time Current 17:07:31 Dload Upload Total Spent Left Speed 17:07:31 ---> Running in 261783ec910b 17:07:31 Removing intermediate container 769a44de0d08 17:07:31 ---> a6772f68378b 17:07:31 Step 22/24 : LABEL arch=arm64 17:07:32 Removing intermediate container 8c813efda734 17:07:32 ---> 5897f53e3291 17:07:32 17:07:32 ---> Running in 2bdd3355025b 17:07:33 Successfully built 5897f53e3291 17:07:33 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:07:33  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 17:07:33 Removing intermediate container 261783ec910b 17:07:33 ---> 546ccf289b79 17:07:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:07:34 Removing intermediate container 2bdd3355025b 17:07:34 ---> 874f42953189 17:07:34 Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:07:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6207k 0 0 14.8M 0 0:00:07 --:--:-- 0:00:07 14.7M 44 115M 44 51.7M 0 0 36.7M 0 0:00:03 0:00:01 0:00:02 36.6M 87 115M 87 101M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M 100 115M 100 115M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M 17:07:34 go1.15.2.linux-amd64.tar.gz: OK 17:07:34 ---> Running in 268898ec6d98 17:07:34 ---> cafc79929d65 17:07:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:07:36 Removing intermediate container cf89717e67fb 17:07:36 ---> 8a83bd1847f8 17:07:36 17:07:36 Step 10/23 : FROM alpine:3.12 17:07:36 ---> afeebe901d6b 17:07:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:07:36 Removing intermediate container 268898ec6d98 17:07:36 ---> 7af5864d5011 17:07:36 Step 24/24 : LABEL version=0.0.0 17:07:36 ---> Running in a59fdcccaf6c 17:07:36 ---> Running in 263fd7edefd2 17:07:37 ---> 68a6d8ad0a62 17:07:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:07:37 Removing intermediate container a59fdcccaf6c 17:07:37 ---> 148d43e14c2a 17:07:37 Step 12/23 : ENV APP_PORT=48080 17:07:37 ---> Running in d539e01ec0dd 17:07:37 Removing intermediate container 263fd7edefd2 17:07:37 ---> 52921dddebcf 17:07:37 17:07:38 ---> 5d9c3fa49777 17:07:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:07:38 Successfully built 52921dddebcf 17:07:38 Staging go115 17:07:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:07:38  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 17:07:38 ---> Running in b2863d029db7 17:07:38 Removing intermediate container d539e01ec0dd 17:07:38 ---> 342daf261adc 17:07:38 Step 13/23 : EXPOSE $APP_PORT 17:07:39 ---> Running in 1199dd28a488 17:07:39 Removing intermediate container b2863d029db7 17:07:39 ---> 35a85d9a45ff 17:07:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:07:39 ---> Running in 0981448aff0e 17:07:40 Removing intermediate container 1199dd28a488 17:07:40 ---> 1780201f036f 17:07:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:07:40 ---> Running in 03494b101087 17:07:41 Removing intermediate container 0981448aff0e 17:07:41 ---> 1244f7089f67 17:07:41 Step 20/22 : LABEL arch=arm64 17:07:42 ---> Running in 053f1568adc9 17:07:43 Removing intermediate container 053f1568adc9 17:07:43 ---> 70ba57e2cd8f 17:07:43 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:07:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:07:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:07:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:07:43 Fetched 0 B in 0s (0 B/s) 17:07:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:07:43 Fetched 224 kB in 0s (0 B/s) 17:07:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:07:43 Fetched 157 kB in 0s (0 B/s) 17:07:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:07:43 Fetched 221 kB in 0s (0 B/s) 17:07:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:07:43 Fetched 143 kB in 0s (0 B/s) 17:07:43 Pulling edgex-go 17:07:44 ---> Running in 5df58184859d 17:07:44 Pulling version 17:07:45 Removing intermediate container 5df58184859d 17:07:45 ---> f45ff7c5edb5 17:07:45 Step 22/22 : LABEL version=0.0.0 17:07:45 Removing intermediate container 03494b101087 17:07:45 ---> c6e4c0cb4494 17:07:45 Step 15/23 : RUN apk add --update --no-cache zeromq 17:07:45 ---> Running in d42c7b03ed22 17:07:45 Building config-common 17:07:45 ---> Running in 070408c0b0ef 17:07:46 Removing intermediate container d42c7b03ed22 17:07:46 ---> a48c62e1bf8f 17:07:46 17:07:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:47 Successfully built a48c62e1bf8f 17:07:47 Successfully tagged docker-core-metadata-go-arm64:latest 17:07:47 Building docker-core-command-go 17:07:47 Skipping build go-build-helper (already ran) 17:07:47 Skipping build static-packages (already ran) 17:07:47 Skipping build go115 (already ran) 17:07:47 Building edgex-go 17:07:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:07:47  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:48 (1/5) Installing libgcc (9.3.0-r2) 17:07:48 go: downloading github.com/gorilla/mux v1.8.0 17:07:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 17:07:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 17:07:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:07:48 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 17:07:48 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:07:48 go: downloading github.com/pelletier/go-toml v1.2.0 17:07:48 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 17:07:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:07:48 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 17:07:48 go: downloading github.com/pkg/errors v0.8.1 17:07:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:07:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:07:48 go: downloading github.com/imdario/mergo v0.3.11 17:07:48 go: downloading github.com/google/uuid v1.1.4 17:07:48 go: downloading github.com/pebbe/zmq4 v1.2.2 17:07:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:07:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:07:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:07:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:07:48 go: downloading github.com/hashicorp/consul/api v1.1.0 17:07:48 go: downloading github.com/BurntSushi/toml v0.3.1 17:07:48 go: downloading gopkg.in/yaml.v2 v2.4.0 17:07:48 go: downloading github.com/mitchellh/copystructure v1.0.0 17:07:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:07:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:07:48 go: downloading github.com/x448/float16 v0.8.4 17:07:48 go: downloading github.com/go-kit/kit v0.8.0 17:07:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:07:48 go: downloading github.com/hashicorp/serf v0.8.2 17:07:48 go: downloading github.com/go-playground/universal-translator v0.17.0 17:07:48 go: downloading github.com/leodido/go-urn v1.2.0 17:07:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:07:49 (2/5) Installing libsodium (1.0.18-r0) 17:07:49 (3/5) Installing libstdc++ (9.3.0-r2) 17:07:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:07:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:07:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:07:49 go: downloading github.com/go-playground/locales v0.13.0 17:07:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:07:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:07:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:07:49 (4/5) Installing libzmq (4.3.3-r0) 17:07:49 (5/5) Installing zeromq (4.3.3-r0) 17:07:49 Executing busybox-1.31.1-r19.trigger 17:07:49 OK: 8 MiB in 19 packages 17:07:52 Removing intermediate container 070408c0b0ef 17:07:52 ---> a0dbd625c43d 17:07:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:07:54 ---> ef9dac2cf3be 17:07:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:07:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:07:57 ---> 3de27a618c36 17:07:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:07:58 ---> adad09238287 17:07:58 Step 19/23 : ENTRYPOINT ["/core-data"] 17:07:58 ---> Running in 487896bd524a 17:07:58 Removing intermediate container 487896bd524a 17:07:58 ---> 3a011fe40587 17:07:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:07:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:07:59 ---> Running in 5b68f7d16034 17:08:00 Removing intermediate container 5b68f7d16034 17:08:00 ---> 69aeae3daad0 17:08:00 Step 21/23 : LABEL arch=arm64 17:08:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:08:00 ---> Running in 000fee61ec13 17:08:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:08:01 Removing intermediate container 000fee61ec13 17:08:01 ---> 0b2a714b50ee 17:08:01 Step 22/23 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:08:01 ---> Running in 492f1017f1a8 17:08:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:08:01 go: downloading github.com/stretchr/testify v1.7.0 17:08:02 go: downloading github.com/davecgh/go-spew v1.1.1 17:08:02 go: downloading github.com/pmezard/go-difflib v1.0.0 17:08:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:08:02 Removing intermediate container 492f1017f1a8 17:08:02 ---> 15cd400114b1 17:08:02 Step 23/23 : LABEL version=0.0.0 17:08:03 ---> Running in 0da6a854335d 17:08:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:08:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:08:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:08:04 Removing intermediate container 0da6a854335d 17:08:04 ---> d652a8392c01 17:08:04 17:08:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:08:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:08:05 Successfully built d652a8392c01 17:08:05 Successfully tagged docker-core-data-go-arm64:latest 17:08:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:08:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:08:07  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:08:07 ---> d14f8dbfd069 17:08:07 Step 3/21 : WORKDIR /edgex-go 17:08:07 ---> Using cache 17:08:07 ---> 45bf635badf9 17:08:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:07 ---> Using cache 17:08:07 ---> 039cfaa13741 17:08:07 Step 5/21 : RUN apk add --update --no-cache make git 17:08:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:08:08 ---> Running in e6f7b7c7d65d 17:08:08 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 17:08:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:08: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 17:08:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:08:11 OK: 217 MiB in 51 packages 17:08:11 Building version 17:08:13 Staging config-common 17:08:14 Skipping stage go-build-helper (already ran) 17:08:14 Skipping stage static-packages (already ran) 17:08:14 Skipping stage go115 (already ran) 17:08:14 Staging edgex-go 17:08:14 Removing intermediate container e6f7b7c7d65d 17:08:14 ---> 3ab9aa8ad67d 17:08:14 Step 6/21 : COPY go.mod . 17:08:15 Staging version 17:08:16 Priming config-common 17:08:16 ---> 26f89e41d377 17:08:16 Step 7/21 : RUN go mod download 17:08:16 ---> Running in 3fa820843669 17:08:17 Priming go-build-helper 17:08:18 Priming static-packages 17:08:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:08:18 ---> d14f8dbfd069 17:08:18 Step 3/26 : WORKDIR /edgex-go 17:08:18 ---> Using cache 17:08:18 ---> 45bf635badf9 17:08:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:18 ---> Using cache 17:08:18 ---> 039cfaa13741 17:08:18 Step 5/26 : RUN apk add --update --no-cache make bash git 17:08:19 ---> Running in 78da28c9bcf8 17:08:20 Priming go115 17:08:20 Priming edgex-go 17:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:08:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:08:21 ---> d14f8dbfd069 17:08:21 Step 3/21 : WORKDIR /edgex-go 17:08:21 ---> Using cache 17:08:21 ---> 45bf635badf9 17:08:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:21 ---> Using cache 17:08:21 ---> 039cfaa13741 17:08:21 Step 5/21 : RUN apk add --update --no-cache make git 17:08:21 ---> Using cache 17:08:21 ---> 3ab9aa8ad67d 17:08:21 Step 6/21 : COPY go.mod . 17:08:21 ---> Using cache 17:08:21 ---> 26f89e41d377 17:08:21 Step 7/21 : RUN go mod download 17:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:08:21 ---> Running in b830d234a1cf 17:08:21 Removing intermediate container 3fa820843669 17:08:21 ---> fb917bdf25eb 17:08:21 Step 8/21 : COPY . . 17:08:22 Priming version 17:08:22 OK: 217 MiB in 51 packages 17:08:23 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] } 17:08:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:08:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:08:25 ---> d14f8dbfd069 17:08:25 Step 3/22 : WORKDIR /edgex-go 17:08:25 ---> Using cache 17:08:25 ---> 45bf635badf9 17:08:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:25 ---> Using cache 17:08:25 ---> 039cfaa13741 17:08:25 Step 5/22 : RUN apk add --update --no-cache make git 17:08:25 ---> Using cache 17:08:25 ---> 3ab9aa8ad67d 17:08:25 Step 6/22 : COPY go.mod . 17:08:25 ---> Using cache 17:08:25 ---> 26f89e41d377 17:08:25 Step 7/22 : RUN go mod download 17:08:25 ---> Using cache 17:08:25 ---> fb917bdf25eb 17:08:25 Step 8/22 : COPY . . 17:08:26 Removing intermediate container 78da28c9bcf8 17:08:26 ---> 896049f6b3cf 17:08:26 Step 6/26 : COPY go.mod . 17:08:28 Removing intermediate container b830d234a1cf 17:08:28 ---> f5641fe8f239 17:08:28 Step 8/21 : COPY . . 17:08:28 ---> e5631272125c 17:08:28 Step 7/26 : RUN go mod download 17:08:29 ---> Running in a777967ad567 17:08:37 Removing intermediate container a777967ad567 17:08:37 ---> bfa41ca70a0f 17:08:37 Step 8/26 : COPY . . 17:08:38 ---> ec5f5227f54e 17:08:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:08:41 ---> Running in 6cf1115fc4c5 17:08:41 ---> 3ba48d737339 17:08:41 Step 9/22 : RUN make cmd/core-command/core-command 17:08:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:08:43 ---> Running in 1c682080a3c7 17:08:44 ---> f2930542469d 17:08:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:08:45 ---> Running in e247392bde39 17:08:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:08:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:08:55 ---> db3aafd539c5 17:08:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:08:55 ---> Running in f0b546744b0f 17:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:10:04 Removing intermediate container 6cf1115fc4c5 17:10:04 ---> ffd955fe148f 17:10:04 17:10:04 Step 10/21 : FROM scratch 17:10:04 ---> 17:10:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:10:04 ---> Using cache 17:10:04 ---> 4c04990c91ae 17:10:04 Step 12/21 : ENV APP_PORT=48085 17:10:04 ---> Running in 3bff13f6af0a 17:10:05 Removing intermediate container 3bff13f6af0a 17:10:05 ---> e25d94550f40 17:10:05 Step 13/21 : EXPOSE $APP_PORT 17:10:05 ---> Running in cedd4bdddf6f 17:10:06 Removing intermediate container cedd4bdddf6f 17:10:06 ---> 47365cebfe3e 17:10:06 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:07 ---> 80786960b1ac 17:10:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:10:08 Removing intermediate container 1c682080a3c7 17:10:08 ---> 5b67affa9d3e 17:10:08 17:10:08 Step 10/22 : FROM scratch 17:10:08 ---> 17:10:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:10:08 Removing intermediate container e247392bde39 17:10:08 ---> fb3bcfe3a510 17:10:08 17:10:08 Step 10/21 : FROM alpine:3.12 17:10:08 ---> afeebe901d6b 17:10:08 Step 11/21 : RUN apk add --update --no-cache curl 17:10:08 ---> Using cache 17:10:08 ---> 4c04990c91ae 17:10:08 Step 12/22 : ENV APP_PORT=48082 17:10:08 ---> Running in 966a483c5df3 17:10:08 ---> Running in 9c8677545fa7 17:10:09 ---> a25f0817ec43 17:10:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:10:09 Removing intermediate container 966a483c5df3 17:10:09 ---> 09dd8cbb7b3b 17:10:09 Step 13/22 : EXPOSE $APP_PORT 17:10:09 ---> Running in 07926c6e55f9 17:10:10 Removing intermediate container 07926c6e55f9 17:10:10 ---> 189cc94e21b2 17:10:10 Step 14/22 : WORKDIR / 17:10:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:10:10 ---> Running in 74a03a92a6c4 17:10:10 ---> 3c974fc58f32 17:10:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:10:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:10:10 ---> Running in 09095bccc911 17:10:11 (1/4) Installing ca-certificates (20191127-r4) 17:10:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:10:11 (3/4) Installing libcurl (7.69.1-r3) 17:10:11 (4/4) Installing curl (7.69.1-r3) 17:10:11 Executing busybox-1.31.1-r19.trigger 17:10:11 Removing intermediate container 74a03a92a6c4 17:10:11 ---> dd67856ce39d 17:10:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:11 Executing ca-certificates-20191127-r4.trigger 17:10:11 OK: 7 MiB in 18 packages 17:10:11 Removing intermediate container 09095bccc911 17:10:11 ---> 01510abf79de 17:10:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:11 Removing intermediate container f0b546744b0f 17:10:11 ---> bca12395490d 17:10:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:10:11 ---> Running in e1df1ed9d3db 17:10:11 ---> Running in 0ffa37202109 17:10:12 ---> 7744926661eb 17:10:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:10:12 Removing intermediate container 0ffa37202109 17:10:12 ---> 1786b867eca7 17:10:12 Step 19/21 : LABEL arch=arm64 17:10:12 ---> Running in fd4da3ea5183 17:10:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:10:13 Removing intermediate container fd4da3ea5183 17:10:13 ---> 4c20f90ad93f 17:10:13 Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:10:13 Removing intermediate container 9c8677545fa7 17:10:13 ---> 68b3cad5c03f 17:10:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:10:13 ---> 58343e0733e0 17:10:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:10:13 ---> Running in b1317e92314b 17:10:14 ---> Running in e33266122134 17:10:14 Removing intermediate container b1317e92314b 17:10:14 ---> a0438a3f2e43 17:10:14 Step 21/21 : LABEL version=0.0.0 17:10:14 Removing intermediate container e33266122134 17:10:14 ---> 4035d29d970a 17:10:14 Step 13/21 : WORKDIR /edgex 17:10:15 ---> ce0929271002 17:10:15 Step 18/22 : ENTRYPOINT ["/core-command"] 17:10:15 ---> Running in 7f2261ebdec7 17:10:15 ---> Running in 5cea29b9b161 17:10:15 ---> Running in bfbb76372487 17:10:15 Removing intermediate container 5cea29b9b161 17:10:15 ---> d40ad96c9680 17:10:15 17:10:15 Removing intermediate container 7f2261ebdec7 17:10:15 ---> 4754a442ee68 17:10:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:10:15 Removing intermediate container bfbb76372487 17:10:15 ---> 4034bea9d201 17:10:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:16 Successfully built d40ad96c9680 17:10:16 Successfully tagged docker-support-scheduler-go-arm64:latest 17:10:16  Building docker-support-scheduler-go ... done  ---> Running in b7f43e238377 17:10:16 Removing intermediate container b7f43e238377 17:10:16 ---> 143bbe071685 17:10:16 Step 20/22 : LABEL arch=arm64 17:10:16 ---> 434e336e4dcb 17:10:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:10:16 ---> Running in 4420f5dc7905 17:10:17 Removing intermediate container e1df1ed9d3db 17:10:17 ---> ef73855b6c23 17:10:17 17:10:17 Step 11/26 : FROM docker:20.10.0 17:10:17 20.10.0: Pulling from library/docker 17:10:17 Removing intermediate container 4420f5dc7905 17:10:17 ---> 3a1f44827797 17:10:17 Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:10:17 ---> Running in 6aee35d118da 17:10:18 ---> 68b33d69491b 17:10:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:10:18 Removing intermediate container 6aee35d118da 17:10:18 ---> 3b42238ec11a 17:10:18 Step 22/22 : LABEL version=0.0.0 17:10:20 ---> Running in 27b55204f21e 17:10:20 Removing intermediate container 27b55204f21e 17:10:20 ---> 59df9cae1496 17:10:20 17:10:20 Successfully built 59df9cae1496 17:10:20 Successfully tagged docker-core-command-go-arm64:latest 17:10:20  Building docker-core-command-go ... done  ---> b80d81453540 17:10:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:10:20 ---> Running in cffe787292c2 17:10:21 Removing intermediate container cffe787292c2 17:10:21 ---> 8f4c9ddb8780 17:10:21 Step 18/21 : CMD ["--init=true"] 17:10:21 ---> Running in ac0ee235ae87 17:10:22 Removing intermediate container ac0ee235ae87 17:10:22 ---> 3833c79bf3b2 17:10:22 Step 19/21 : LABEL arch=arm64 17:10:22 ---> Running in 5a31d7bd09d9 17:10:23 Removing intermediate container 5a31d7bd09d9 17:10:23 ---> ee8803a00303 17:10:23 Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:10:24 ---> Running in 91c0fbc1af93 17:10:25 Removing intermediate container 91c0fbc1af93 17:10:25 ---> b23b43386762 17:10:25 Step 21/21 : LABEL version=0.0.0 17:10:25 ---> Running in 67cc3443bc76 17:10:26 Removing intermediate container 67cc3443bc76 17:10:26 ---> be77d0bc3c00 17:10:26 17:10:27 Successfully built be77d0bc3c00 17:10:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:10:27  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:10:27 Status: Downloaded newer image for docker:20.10.0 17:10:27 ---> eeaf43b92773 17:10:27 Step 12/26 : RUN apk add --no-cache bash 17:10:27 ---> Running in 63c86dbd07d4 17:10:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:10:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:10:30 (1/2) Installing readline (8.0.4-r0) 17:10:30 (2/2) Installing bash (5.0.17-r0) 17:10:30 Executing bash-5.0.17-r0.post-install 17:10:30 Executing busybox-1.31.1-r19.trigger 17:10:30 OK: 12 MiB in 22 packages 17:10:31 Removing intermediate container 63c86dbd07d4 17:10:31 ---> 7ce9416af4f0 17:10:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:10:31 ---> Running in ed0883362f35 17:10:32 Removing intermediate container ed0883362f35 17:10:32 ---> 03f1c22bb291 17:10:32 Step 14/26 : ENV APP_PORT=48090 17:10:32 ---> Running in 852a705e988a 17:10:32 Removing intermediate container 852a705e988a 17:10:32 ---> e2914f1399f1 17:10:32 Step 15/26 : EXPOSE $APP_PORT 17:10:32 ---> Running in 952018350fb9 17:10:33 Removing intermediate container 952018350fb9 17:10:33 ---> 0e6302cbca7b 17:10:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:10:34 ---> 0b959afe0cfb 17:10:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:10:35 ---> 66aec1fb373e 17:10:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:10:36 ---> 69da4f66c433 17:10:36 Step 19/26 : RUN apk --no-cache add py3-pip 17:10:36 ---> Running in bb6593df99e9 17:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:10:38 (1/33) Installing libbz2 (1.0.8-r1) 17:10:38 (2/33) Installing expat (2.2.9-r1) 17:10:38 (3/33) Installing libffi (3.3-r2) 17:10:38 (4/33) Installing gdbm (1.13-r1) 17:10:38 (5/33) Installing xz-libs (5.2.5-r0) 17:10:38 (6/33) Installing sqlite-libs (3.32.1-r0) 17:10:38 (7/33) Installing python3 (3.8.5-r0) 17:10:40 (8/33) Installing py3-appdirs (1.4.4-r1) 17:10:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:10:40 (10/33) Installing py3-parsing (2.4.7-r0) 17:10:40 (11/33) Installing py3-six (1.15.0-r0) 17:10:40 (12/33) Installing py3-packaging (20.4-r0) 17:10:40 (13/33) Installing py3-setuptools (47.0.0-r0) 17:10:40 (14/33) Installing py3-chardet (3.0.4-r4) 17:10:40 (15/33) Installing py3-idna (2.9-r0) 17:10:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:10:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:10:40 (18/33) Installing py3-requests (2.23.0-r0) 17:10:40 (19/33) Installing py3-msgpack (1.0.0-r0) 17:10:40 (20/33) Installing py3-lockfile (0.12.2-r3) 17:10:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:10:40 (22/33) Installing py3-colorama (0.4.3-r0) 17:10:40 (23/33) Installing py3-distlib (0.3.0-r0) 17:10:40 (24/33) Installing py3-distro (1.5.0-r1) 17:10:40 (25/33) Installing py3-webencodings (0.5.1-r3) 17:10:40 (26/33) Installing py3-html5lib (1.0.1-r4) 17:10:40 (27/33) Installing py3-pytoml (0.1.21-r0) 17:10:40 (28/33) Installing py3-pep517 (0.8.2-r0) 17:10:40 (29/33) Installing py3-progress (1.5-r0) 17:10:40 (30/33) Installing py3-toml (0.10.1-r0) 17:10:40 (31/33) Installing py3-retrying (1.3.3-r0) 17:10:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:10:40 (33/33) Installing py3-pip (20.1.1-r0) 17:10:41 Executing busybox-1.31.1-r19.trigger 17:10:41 OK: 71 MiB in 55 packages 17:10:48 Removing intermediate container bb6593df99e9 17:10:48 ---> 7823e4230808 17:10:48 Step 20/26 : RUN pip install docker-compose==1.23.2 17:10:48 ---> Running in 9aa071a2208d 17:10:53 Collecting docker-compose==1.23.2 17:10:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:10:54 Collecting websocket-client<1.0,>=0.32.0 17:10:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:10:55 Collecting cached-property<2,>=1.2.0 17:10:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:10:56 Collecting docopt<0.7,>=0.6.1 17:10:56 Downloading docopt-0.6.2.tar.gz (25 kB) 17:10:59 Collecting PyYAML<4,>=3.10 17:10:59 Downloading PyYAML-3.13.tar.gz (270 kB) 17:11:03 Collecting jsonschema<3,>=2.5.1 17:11:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:11:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:11:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:11:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:11:06 Collecting dockerpty<0.5,>=0.4.1 17:11:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:11:09 Collecting docker<4.0,>=3.6.0 17:11:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:11:10 Collecting texttable<0.10,>=0.9.0 17:11:10 Downloading texttable-0.9.1.tar.gz (11 kB) 17:11:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:11:12 Collecting urllib3<1.25,>=1.21.1 17:11:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:11:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:11:13 Collecting idna<2.8,>=2.5 17:11:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:11:13 Collecting docker-pycreds>=0.4.0 17:11:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:11:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:11:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:11:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:11:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:11:14 Installing collected packages: websocket-client, cached-property, docopt, PyYAML, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, docker, texttable, docker-compose 17:11:14 Running setup.py install for docopt: started 17:11:17 Running setup.py install for docopt: finished with status 'done' 17:11:17 Running setup.py install for PyYAML: started 17:11:19 Running setup.py install for PyYAML: finished with status 'done' 17:11:19 Attempting uninstall: urllib3 17:11:19 Found existing installation: urllib3 1.25.9 17:11:19 Uninstalling urllib3-1.25.9: 17:11:19 Successfully uninstalled urllib3-1.25.9 17:11:20 Attempting uninstall: idna 17:11:20 Found existing installation: idna 2.9 17:11:20 Uninstalling idna-2.9: 17:11:20 Successfully uninstalled idna-2.9 17:11:21 Attempting uninstall: requests 17:11:21 Found existing installation: requests 2.23.0 17:11:21 Uninstalling requests-2.23.0: 17:11:21 Successfully uninstalled requests-2.23.0 17:11:21 Running setup.py install for dockerpty: started 17:11:24 Running setup.py install for dockerpty: finished with status 'done' 17:11:24 Running setup.py install for texttable: started 17:11:27 Running setup.py install for texttable: finished with status 'done' 17:11:28 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 17:11:32 Removing intermediate container 9aa071a2208d 17:11:32 ---> 0e1b726a93b2 17:11:32 Step 21/26 : RUN apk --no-cache add curl 17:11:32 ---> Running in c7c2514bc3f7 17:11:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:11:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:11:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:11:33 (2/3) Installing libcurl (7.69.1-r3) 17:11:33 (3/3) Installing curl (7.69.1-r3) 17:11:33 Executing busybox-1.31.1-r19.trigger 17:11:33 OK: 71 MiB in 58 packages 17:11:35 Removing intermediate container c7c2514bc3f7 17:11:35 ---> d4d749b6139e 17:11:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:11:35 ---> Running in 1d73e1910b2e 17:11:36 Removing intermediate container 1d73e1910b2e 17:11:36 ---> deaea5aa7a94 17:11:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:11:36 ---> Running in c10c19c69009 17:11:36 Removing intermediate container c10c19c69009 17:11:36 ---> 6c8406cc1eac 17:11:36 Step 24/26 : LABEL arch=arm64 17:11:36 ---> Running in 300077e73295 17:11:37 Removing intermediate container 300077e73295 17:11:37 ---> ac61e35f062a 17:11:37 Step 25/26 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a 17:11:37 ---> Running in 60b36f524bfe 17:11:37 Removing intermediate container 60b36f524bfe 17:11:37 ---> 8dc3b51a08e3 17:11:37 Step 26/26 : LABEL version=0.0.0 17:11:37 ---> Running in 70124d58f08e 17:11:38 Removing intermediate container 70124d58f08e 17:11:38 ---> 6274df1c65f2 17:11:38 17:11:38 Successfully built 6274df1c65f2 17:11:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:11:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:11:39 $ docker stop --time=1 e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df 17:11:41 $ docker rm -f e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df [Pipeline] // withDockerContainer [Pipeline] sh 17:11:41 + docker images 17:11:41 + grep docker 17:11:42 docker-sys-mgmt-agent-go-arm64 latest 6274df1c65f2 3 seconds ago 300MB 17:11:42 docker-security-proxy-setup-go-arm64 latest be77d0bc3c00 About a minute ago 23.3MB 17:11:42 docker-core-command-go-arm64 latest 59df9cae1496 About a minute ago 9.98MB 17:11:42 docker-support-scheduler-go-arm64 latest d40ad96c9680 About a minute ago 10MB 17:11:42 docker-core-data-go-arm64 latest d652a8392c01 3 minutes ago 21MB 17:11:42 docker-core-metadata-go-arm64 latest a48c62e1bf8f 3 minutes ago 12.3MB 17:11:42 docker-security-secretstore-setup-go-arm64 latest 52921dddebcf 4 minutes ago 23.4MB 17:11:42 docker-security-bootstrap-redis-go-arm64 latest 5897f53e3291 4 minutes ago 15.1MB 17:11:42 docker-support-notifications-go-arm64 latest 01af830121ad 4 minutes ago 11.4MB 17:11:42 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:11:43 provisioning config files... 17:11:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config456733420810524410tmp [Pipeline] { [Pipeline] sh 17:11:44 + set +x 17:11:44 + curl -s https://codecov.io/bash 17:11:44 + bash -s -- 17:11:44 17:11:44 _____ _ 17:11:44 / ____| | | 17:11:44 | | ___ __| | ___ ___ _____ __ 17:11:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:11:44 | |___| (_) | (_| | __/ (_| (_) \ V / 17:11:44 \_____\___/ \__,_|\___|\___\___/ \_/ 17:11:44 Bash-20201231-23d4836 17:11:44 17:11:44 17:11:44 ==> git version 2.24.3 found 17:11:44 ==> 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 17:11:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:11:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:11:44 ==> Jenkins CI detected. 17:11:44 project root: . 17:11:44 --> token set from env 17:11:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:11:44 ==> Running gcov in . (disable via -X gcov) 17:11:44 ==> Python coveragepy not found 17:11:44 ==> Searching for coverage reports in: 17:11:44 + . 17:11:44 -> Found 1 reports 17:11:44 ==> Detecting git/mercurial file structure 17:11:44 ==> Reading reports 17:11:44 + ./coverage.out bytes=555118 17:11:44 ==> Appending adjustments 17:11:44 https://docs.codecov.io/docs/fixing-reports 17:11:48 + Found adjustments 17:11:48 ==> Gzipping contents 17:11:48 84K /tmp/codecov.2nuy1F.gz 17:11:48 ==> Uploading reports 17:11:48 url: https://codecov.io 17:11:48 query: branch=PR-3027&commit=e93fe298edca2f4dbba9d8b960851799ec89fd7a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:11:48 -> Pinging Codecov 17:11:48 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3027&commit=e93fe298edca2f4dbba9d8b960851799ec89fd7a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:11:48 -> Uploading to 17:11:48 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/e93fe298edca2f4dbba9d8b960851799ec89fd7a/53ef3bb2-3cbe-4b42-8b34-dbcdab5b30c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T171148Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51557ef04b613feaef344c000bde00e0c89570bc1b79db11946b9df9852a90f3 17:11:48 % Total % Received % Xferd Average Speed Time Time Time Current 17:11:48 Dload Upload Total Spent Left Speed 17:11:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83866 0 0 100 83866 0 163k --:--:-- --:--:-- --:--:-- 163k 100 83866 0 0 100 83866 0 163k --:--:-- --:--:-- --:--:-- 163k 17:11:49 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e93fe298edca2f4dbba9d8b960851799ec89fd7a [Pipeline] } 17:11:49 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 17:11:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:11:51 ---> package-listing.sh 17:11:51 ++ facter osfamily 17:11:51 ++ tr '[:upper:]' '[:lower:]' 17:11:51 + OS_FAMILY=redhat 17:11:51 + workspace=/w/workspace/edgex-go/3 17:11:51 + START_PACKAGES=/tmp/packages_start.txt 17:11:51 + END_PACKAGES=/tmp/packages_end.txt 17:11:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:11:51 + PACKAGES=/tmp/packages_start.txt 17:11:51 + '[' /w/workspace/edgex-go/3 ']' 17:11:51 + PACKAGES=/tmp/packages_end.txt 17:11:51 + case "${OS_FAMILY}" in 17:11:51 + rpm -qa 17:11:51 + sort 17:11:57 + '[' -f /tmp/packages_start.txt ']' 17:11:57 + '[' -f /tmp/packages_end.txt ']' 17:11:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:11:57 + '[' /w/workspace/edgex-go/3 ']' 17:11:57 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:11:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:11:57 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:11:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:11:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:58 17:11:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:11:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:58 alpine: Pulling from edgex-lftools-log-publisher 17:11:58 df20fa9351a1: Pulling fs layer 17:11:58 36b3adc4ff6f: Pulling fs layer 17:11:58 8ad3a11d3b57: Pulling fs layer 17:11:58 46f8f816bc3b: Pulling fs layer 17:11:58 93b61091891f: Pulling fs layer 17:11:58 93b9cdb0e59b: Pulling fs layer 17:11:58 5e14af77c1be: Pulling fs layer 17:11:58 01666e4c0597: Pulling fs layer 17:11:58 aa168da1d23b: Pulling fs layer 17:11:58 46f8f816bc3b: Waiting 17:11:58 93b61091891f: Waiting 17:11:58 93b9cdb0e59b: Waiting 17:11:58 5e14af77c1be: Waiting 17:11:58 01666e4c0597: Waiting 17:11:58 aa168da1d23b: Waiting 17:11:58 36b3adc4ff6f: Verifying Checksum 17:11:58 36b3adc4ff6f: Download complete 17:11:58 46f8f816bc3b: Verifying Checksum 17:11:58 46f8f816bc3b: Download complete 17:11:58 df20fa9351a1: Verifying Checksum 17:11:58 df20fa9351a1: Download complete 17:11:58 93b9cdb0e59b: Verifying Checksum 17:11:58 93b9cdb0e59b: Download complete 17:11:58 93b61091891f: Verifying Checksum 17:11:58 93b61091891f: Download complete 17:11:58 5e14af77c1be: Verifying Checksum 17:11:58 5e14af77c1be: Download complete 17:11:58 01666e4c0597: Verifying Checksum 17:11:58 01666e4c0597: Download complete 17:11:58 8ad3a11d3b57: Verifying Checksum 17:11:58 8ad3a11d3b57: Download complete 17:11:59 df20fa9351a1: Pull complete 17:11:59 36b3adc4ff6f: Pull complete 17:12:00 8ad3a11d3b57: Pull complete 17:12:01 aa168da1d23b: Verifying Checksum 17:12:01 aa168da1d23b: Download complete 17:12:02 46f8f816bc3b: Pull complete 17:12:03 93b61091891f: Pull complete 17:12:03 93b9cdb0e59b: Pull complete 17:12:03 5e14af77c1be: Pull complete 17:12:03 01666e4c0597: Pull complete 17:12:11 aa168da1d23b: Pull complete 17:12:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:12:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:12:12 prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container 17:12:12 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:12:16 $ docker top 9f4f0d2048d8f495c35919e5dd3dccd28a9ba7a77907b4d7d686903c4b2d3301 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:17 + touch /tmp/pre-build-complete [Pipeline] sh 17:12:17 + mkdir -p /var/log/sa [Pipeline] sh 17:12:17 + ls /var/log/sa-host 17:12:17 + sadf -c /var/log/sa-host/sa14 17:12:17 file_magic: OK 17:12:17 HZ: Using current value: 100 17:12:17 file_header: OK 17:12:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:17 Statistics: 17:12:17 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... 17:12:17 File successfully converted to sysstat format version 12.2.1 17:12:17 + sadf -c /var/log/sa-host/sa23 17:12:17 file_magic: OK 17:12:17 HZ: Using current value: 100 17:12:17 file_header: OK 17:12:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:17 Statistics: 17:12:17 Hnuu...uuuununununu... 17:12:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:18 provisioning config files... 17:12:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7072853926837718536tmp [Pipeline] { [Pipeline] echo 17:12:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:12:18 ---> create-netrc.sh [Pipeline] } 17:12:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:12:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:12:18 ---> python-tools-install.sh [Pipeline] echo 17:12:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:12:19 ---> sudo-logs.sh 17:12:19 Archiving 'sudo' log.. [Pipeline] echo 17:12:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:12:19 ---> job-cost.sh 17:12:19 lf-activate-venv: SKIPPING 17:12:19 INFO: No Stack... 17:12:20 INFO: Retrieving Pricing Info for: v1-standard-2 17:12:20 INFO: Archiving Costs [Pipeline] echo 17:12:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:12:21 ---> logs-deploy.sh 17:12:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/3 17:12:21 INFO: archiving workspace using pattern(s): 17:12:22 Archives upload complete. 17:12:22 INFO: archiving logs to Nexus 17:12:23 ---> uname -a: 17:12:23 Linux prd-centos7-docker-4c-2g-20254.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:12:23 17:12:23 17:12:23 ---> lscpu: 17:12:23 Architecture: x86_64 17:12:23 CPU op-mode(s): 32-bit, 64-bit 17:12:23 Byte Order: Little Endian 17:12:23 Address sizes: 40 bits physical, 48 bits virtual 17:12:23 CPU(s): 4 17:12:23 On-line CPU(s) list: 0-3 17:12:23 Thread(s) per core: 1 17:12:23 Core(s) per socket: 1 17:12:23 Socket(s): 4 17:12:23 NUMA node(s): 1 17:12:23 Vendor ID: GenuineIntel 17:12:23 CPU family: 6 17:12:23 Model: 44 17:12:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:12:23 Stepping: 1 17:12:23 CPU MHz: 2933.442 17:12:23 BogoMIPS: 5866.88 17:12:23 Virtualization: VT-x 17:12:23 Hypervisor vendor: KVM 17:12:23 Virtualization type: full 17:12:23 L1d cache: 128 KiB 17:12:23 L1i cache: 128 KiB 17:12:23 L2 cache: 16 MiB 17:12:23 L3 cache: 64 MiB 17:12:23 NUMA node0 CPU(s): 0-3 17:12:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:12:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:12:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:12:23 Vulnerability Meltdown: Mitigation; PTI 17:12:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:12:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:12:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:12:23 Vulnerability Srbds: Not affected 17:12:23 Vulnerability Tsx async abort: Not affected 17:12:23 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 17:12:23 17:12:23 17:12:23 ---> nproc: 17:12:23 4 17:12:23 17:12:23 17:12:23 ---> df -h: 17:12:23 Filesystem Size Used Available Use% Mounted on 17:12:23 overlay 50.0G 11.6G 38.4G 23% / 17:12:23 tmpfs 64.0M 0 64.0M 0% /dev 17:12:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:12:23 shm 64.0M 0 64.0M 0% /dev/shm 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3 17:12:23 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3@tmp 17:12:23 17:12:23 17:12:23 ---> free -m: 17:12:23 total used free shared buff/cache available 17:12:23 Mem: 1837 720 269 0 848 1032 17:12:23 Swap: 1023 49 974 17:12:23 17:12:23 17:12:23 ---> ip addr: 17:12:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:12:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:12:23 inet 127.0.0.1/8 scope host lo 17:12:23 valid_lft forever preferred_lft forever 17:12:23 inet6 ::1/128 scope host 17:12:23 valid_lft forever preferred_lft forever 17:12:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:12:23 link/ether fa:16:3e:8d:e4:10 brd ff:ff:ff:ff:ff:ff 17:12:23 inet 10.30.123.192/23 brd 10.30.123.255 scope global dynamic eth0 17:12:23 valid_lft 85137sec preferred_lft 85137sec 17:12:23 inet6 fe80::f816:3eff:fe8d:e410/64 scope link 17:12:23 valid_lft forever preferred_lft forever 17:12:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:12:23 link/ether 02:42:38:4f:8e:7e brd ff:ff:ff:ff:ff:ff 17:12:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:12:23 valid_lft forever preferred_lft forever 17:12:23 inet6 fe80::42:38ff:fe4f:8e7e/64 scope link 17:12:23 valid_lft forever preferred_lft forever 17:12:23 17:12:23 17:12:23 ---> sar -b -r -n DEV: 17:12:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 17:12:23 17:12:23 16:51:09 LINUX RESTART (4 CPU) 17:12:23 17:12:23 16:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:12:23 16:53:01 80.64 33.23 47.41 0.00 5802.46 11208.54 0.00 17:12:23 16:54:01 242.15 89.28 152.87 0.00 6214.19 45468.40 0.00 17:12:23 16:55:02 230.50 93.97 136.54 0.00 3512.63 21105.27 0.00 17:12:23 16:56:01 142.40 74.70 67.70 0.00 3599.73 6571.36 0.00 17:12:23 16:57:02 774.27 544.66 229.61 0.00 79948.41 154755.26 0.00 17:12:23 16:58:01 2529.88 2217.20 312.68 0.00 154653.49 158582.34 0.00 17:12:23 16:59:02 652.29 371.91 280.38 0.00 68592.67 102208.46 0.00 17:12:23 17:00:01 2527.18 2179.77 347.41 0.00 146523.23 161658.28 0.00 17:12:23 17:01:01 242.13 36.26 205.87 0.00 3537.57 36444.28 0.00 17:12:23 17:02:01 15.66 9.19 6.47 0.00 2922.02 185.39 0.00 17:12:23 17:03:01 0.55 0.00 0.55 0.00 0.00 6.20 0.00 17:12:23 17:04:01 0.17 0.00 0.17 0.00 0.00 1.78 0.00 17:12:23 17:05:01 0.40 0.02 0.38 0.00 0.53 4.10 0.00 17:12:23 17:06:02 0.28 0.00 0.28 0.00 0.00 2.75 0.00 17:12:23 17:07:01 1.49 1.30 0.19 0.00 47.02 1.56 0.00 17:12:23 17:08:01 0.80 0.02 0.78 0.00 0.53 14.69 0.00 17:12:23 17:09:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 17:12:23 17:10:01 0.27 0.02 0.25 0.00 1.07 2.53 0.00 17:12:23 17:11:01 0.18 0.00 0.18 0.00 0.00 1.95 0.00 17:12:23 17:12:01 86.10 77.51 8.59 0.00 6754.59 1707.27 0.00 17:12:23 Average: 374.57 284.58 89.99 0.00 24047.40 35034.97 0.00 17:12:23 17:12:23 16:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:12:23 16:53:01 72196 0 782464 41.59 2620 1024264 1503000 51.29 607500 997520 36352 17:12:23 16:54:01 102084 0 683088 36.30 1900 1094472 1298180 44.30 534220 968556 100476 17:12:23 16:55:02 266820 0 806648 42.87 632 807444 1787268 61.00 651808 680380 23172 17:12:23 16:56:01 248620 0 708544 37.66 616 923764 1300468 44.38 577440 764028 76960 17:12:23 16:57:02 67032 0 816072 43.37 0 998440 2249604 76.78 723656 883644 20552 17:12:23 16:58:01 281940 0 1061416 56.41 0 538188 4285220 146.25 643212 691136 63840 17:12:23 16:59:02 229912 0 691040 36.73 0 960592 1546444 52.78 706132 727584 30812 17:12:23 17:00:01 223368 0 1011484 53.76 0 646692 3788300 129.29 731340 672768 55516 17:12:23 17:01:01 151668 0 688000 36.57 0 1041876 1359856 46.41 580584 893444 24 17:12:23 17:02:01 137452 0 641916 34.12 0 1102176 1198944 40.92 578196 914312 8 17:12:23 17:03:01 139324 0 640036 34.02 0 1102184 1182484 40.36 576888 914188 8 17:12:23 17:04:01 139912 0 639444 33.99 0 1102188 1178480 40.22 577076 914116 8 17:12:23 17:05:01 139424 0 639936 34.01 0 1102184 1178488 40.22 577336 914120 8 17:12:23 17:06:02 140068 0 639276 33.98 0 1102200 1178372 40.22 576612 914132 8 17:12:23 17:07:01 138472 0 640096 34.02 0 1102976 1178444 40.22 576736 914852 20 17:12:23 17:08:01 138792 0 639768 34.00 0 1102984 1178372 40.22 576656 914848 8 17:12:23 17:09:01 138684 0 639876 34.01 0 1102984 1178372 40.22 576672 914848 8 17:12:23 17:10:01 138692 0 639884 34.01 0 1102968 1178372 40.22 576808 914848 8 17:12:23 17:11:01 138428 0 640112 34.02 0 1103004 1178372 40.22 576704 914880 8 17:12:23 17:12:01 73480 0 673800 35.81 0 1134264 1404532 47.93 648572 903480 101612 17:12:23 Average: 155318 0 716145 38.06 288 1009792 1616579 55.17 608707 866384 25470 17:12:23 17:12:23 16:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:12:23 16:53:01 eth0 953.14 1208.27 3253.35 145.69 0.00 0.00 0.00 0.00 17:12:23 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:53:01 veth58b05c2 1084.37 763.87 95.80 2664.06 0.00 0.00 0.00 0.00 17:12:23 16:53:01 docker0 1084.37 763.73 80.98 2664.05 0.00 0.00 0.00 0.00 17:12:23 16:54:01 eth0 490.49 401.89 3655.78 42.93 0.00 0.00 0.00 0.00 17:12:23 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:54:01 docker0 152.90 188.32 10.71 826.86 0.00 0.00 0.00 0.00 17:12:23 16:55:02 eth0 46.83 34.34 32.62 69.69 0.00 0.00 0.00 0.00 17:12:23 16:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:55:02 veth18227f6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:56:01 eth0 29.30 15.42 25.00 13.26 0.00 0.00 0.00 0.00 17:12:23 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:56:01 veth18227f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:57:02 eth0 208.68 161.15 1674.40 77.53 0.00 0.00 0.00 0.00 17:12:23 16:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:57:02 veth1f283ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 16:58:01 veth33bb8dc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:58:01 veth6fdd161 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:58:01 veth2462f63 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:58:01 vethe4e6735 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 16:59:02 eth0 2595.23 2372.67 12044.35 490.66 0.00 0.00 0.00 0.00 17:12:23 16:59:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:12:23 16:59:02 veth1f283ca 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 17:12:23 16:59:02 docker0 1250.63 991.21 92.20 3722.88 0.00 0.00 0.00 0.00 17:12:23 17:00:01 veth1a0fc8f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 17:00:01 veth23a2348 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 17:00:01 veth78ee0f4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:12:23 17:00:01 eth0 40.39 20.01 110.43 11.71 0.00 0.00 0.00 0.00 17:12:23 17:01:01 eth0 208.29 155.69 1647.39 85.38 0.00 0.00 0.00 0.00 17:12:23 17:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:12:23 17:01:01 veth1f283ca 0.00 0.72 0.00 0.03 0.00 0.00 0.00 0.00 17:12:23 17:01:01 docker0 1298.65 1065.74 95.37 4256.56 0.00 0.00 0.00 0.00 17:12:23 17:02:01 eth0 4.89 3.20 4.67 1.87 0.00 0.00 0.00 0.00 17:12:23 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:03:01 eth0 0.38 0.20 0.15 0.01 0.00 0.00 0.00 0.00 17:12:23 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:04:01 eth0 1.48 0.32 0.37 0.20 0.00 0.00 0.00 0.00 17:12:23 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:05:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 17:12:23 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:06:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:12:23 17:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:07:01 eth0 0.29 0.20 0.14 0.07 0.00 0.00 0.00 0.00 17:12:23 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:12:23 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:09:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 17:12:23 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:11:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:12:23 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:12:01 eth0 222.50 178.56 2172.06 59.79 0.00 0.00 0.00 0.00 17:12:23 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 Average: eth0 117.03 113.25 650.32 29.21 0.00 0.00 0.00 0.00 17:12:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:23 Average: docker0 65.04 53.38 4.78 213.18 0.00 0.00 0.00 0.00 17:12:23 17:12:23 17:12:23 ---> sar -P ALL: 17:12:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 17:12:23 17:12:23 16:51:09 LINUX RESTART (4 CPU) 17:12:23 17:12:23 16:52:01 CPU %user %nice %system %iowait %steal %idle 17:12:23 16:53:01 all 12.27 0.00 4.89 1.59 0.14 81.12 17:12:23 16:53:01 0 15.89 0.00 6.72 0.75 0.14 76.50 17:12:23 16:53:01 1 9.55 0.00 4.07 0.30 0.17 85.91 17:12:23 16:53:01 2 10.21 0.00 4.36 0.81 0.15 84.48 17:12:23 16:53:01 3 13.48 0.00 4.45 4.50 0.08 77.49 17:12:23 16:54:01 all 10.96 0.00 7.44 3.63 0.32 77.65 17:12:23 16:54:01 0 11.11 0.00 8.17 3.43 0.22 77.07 17:12:23 16:54:01 1 10.69 0.00 6.79 4.22 0.41 77.89 17:12:23 16:54:01 2 11.30 0.00 7.57 3.22 0.29 77.61 17:12:23 16:54:01 3 10.75 0.00 7.22 3.65 0.36 78.03 17:12:23 16:55:02 all 41.56 0.00 10.98 7.05 0.16 40.25 17:12:23 16:55:02 0 44.53 0.00 10.28 4.02 0.17 40.99 17:12:23 16:55:02 1 42.08 0.00 10.99 9.03 0.16 37.74 17:12:23 16:55:02 2 38.94 0.00 11.20 6.11 0.16 43.60 17:12:23 16:55:02 3 40.71 0.00 11.45 9.04 0.14 38.67 17:12:23 16:56:01 all 56.17 0.00 13.20 4.21 0.11 26.31 17:12:23 16:56:01 0 56.79 0.00 12.95 4.05 0.09 26.12 17:12:23 16:56:01 1 55.17 0.00 13.75 4.68 0.14 26.26 17:12:23 16:56:01 2 56.57 0.00 12.96 3.98 0.07 26.42 17:12:23 16:56:01 3 56.15 0.00 13.15 4.14 0.12 26.43 17:12:23 16:57:02 all 25.13 0.00 19.35 6.73 0.85 47.94 17:12:23 16:57:02 0 24.03 0.00 19.12 6.61 0.94 49.30 17:12:23 16:57:02 1 26.28 0.00 18.34 6.21 0.86 48.31 17:12:23 16:57:02 2 24.58 0.00 20.07 5.79 0.91 48.66 17:12:23 16:57:02 3 25.64 0.00 19.85 8.32 0.70 45.49 17:12:23 16:58:01 all 29.82 0.00 25.60 21.25 0.45 22.88 17:12:23 16:58:01 0 30.45 0.00 25.82 22.21 0.40 21.12 17:12:23 16:58:01 1 28.11 0.00 23.20 20.74 0.59 27.36 17:12:23 16:58:01 2 31.16 0.00 25.52 20.47 0.43 22.43 17:12:23 16:58:01 3 29.56 0.00 27.91 21.58 0.38 20.57 17:12:23 16:59:02 all 44.75 0.00 17.71 18.62 0.18 18.75 17:12:23 16:59:02 0 45.44 0.00 17.65 15.07 0.17 21.67 17:12:23 16:59:02 1 43.97 0.00 16.67 20.47 0.24 18.65 17:12:23 16:59:02 2 44.43 0.00 18.30 20.28 0.15 16.84 17:12:23 16:59:02 3 45.15 0.00 18.24 18.62 0.14 17.85 17:12:23 17:00:01 all 25.88 0.00 24.40 25.45 0.11 24.16 17:12:23 17:00:01 0 24.72 0.00 24.69 24.03 0.09 26.47 17:12:23 17:00:01 1 26.18 0.00 23.13 25.68 0.11 24.90 17:12:23 17:00:01 2 26.07 0.00 24.39 27.19 0.12 22.22 17:12:23 17:00:01 3 26.54 0.00 25.41 24.89 0.13 23.04 17:12:23 17:01:01 all 33.96 0.00 10.75 10.85 0.03 44.40 17:12:23 17:01:01 0 32.89 0.00 11.42 9.14 0.03 46.52 17:12:23 17:01:01 1 34.01 0.00 10.93 11.22 0.03 43.80 17:12:23 17:01:01 2 34.26 0.00 9.83 9.78 0.03 46.10 17:12:23 17:01:01 3 34.67 0.00 10.84 13.25 0.03 41.21 17:12:23 17:02:01 all 0.39 0.00 0.26 0.13 0.00 99.22 17:12:23 17:02:01 0 0.27 0.00 0.15 0.03 0.00 99.55 17:12:23 17:02:01 1 0.23 0.00 0.25 0.05 0.00 99.47 17:12:23 17:02:01 2 0.70 0.00 0.37 0.17 0.00 98.77 17:12:23 17:02:01 3 0.35 0.00 0.27 0.25 0.02 99.12 17:12:23 17:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:12:23 17:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:12:23 17:03:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:12:23 17:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:12:23 17:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:12:23 17:12:23 17:03:01 CPU %user %nice %system %iowait %steal %idle 17:12:23 17:04:01 all 0.12 0.00 0.07 0.00 0.00 99.82 17:12:23 17:04:01 0 0.03 0.00 0.08 0.00 0.00 99.88 17:12:23 17:04:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:12:23 17:04:01 2 0.32 0.00 0.07 0.00 0.00 99.62 17:12:23 17:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:12:23 17:05:01 all 0.03 0.00 0.03 0.00 0.00 99.95 17:12:23 17:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:12:23 17:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:12:23 17:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:12:23 17:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:12:23 17:06:02 all 0.15 0.00 0.03 0.00 0.00 99.82 17:12:23 17:06:02 0 0.03 0.00 0.05 0.00 0.00 99.92 17:12:23 17:06:02 1 0.03 0.00 0.03 0.00 0.02 99.92 17:12:23 17:06:02 2 0.53 0.00 0.02 0.00 0.00 99.45 17:12:23 17:06:02 3 0.02 0.00 0.00 0.00 0.00 99.98 17:12:23 17:07:01 all 0.15 0.00 0.05 0.02 0.00 99.77 17:12:23 17:07:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:12:23 17:07:01 1 0.34 0.00 0.05 0.00 0.00 99.61 17:12:23 17:07:01 2 0.19 0.00 0.03 0.00 0.02 99.76 17:12:23 17:07:01 3 0.03 0.00 0.08 0.08 0.00 99.80 17:12:23 17:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:12:23 17:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:12:23 17:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 17:12:23 17:08:01 2 0.07 0.00 0.07 0.00 0.02 99.85 17:12:23 17:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:12:23 17:09:01 all 0.11 0.00 0.02 0.00 0.00 99.87 17:12:23 17:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:12:23 17:09:01 1 0.18 0.00 0.03 0.00 0.00 99.78 17:12:23 17:09:01 2 0.07 0.00 0.02 0.00 0.00 99.92 17:12:23 17:09:01 3 0.17 0.00 0.02 0.00 0.00 99.82 17:12:23 17:10:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:12:23 17:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:12:23 17:10:01 1 0.03 0.00 0.02 0.02 0.00 99.93 17:12:23 17:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:12:23 17:10:01 3 0.52 0.00 0.00 0.00 0.00 99.48 17:12:23 17:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:12:23 17:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:12:23 17:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 17:12:23 17:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:12:23 17:11:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:12:23 17:12:01 all 3.40 0.00 1.93 1.71 0.07 92.88 17:12:23 17:12:01 0 3.15 0.00 2.29 1.41 0.07 93.09 17:12:23 17:12:01 1 4.78 0.00 2.22 2.99 0.05 89.95 17:12:23 17:12:01 2 2.31 0.00 1.24 0.48 0.12 95.86 17:12:23 17:12:01 3 3.37 0.00 1.98 1.96 0.05 92.64 17:12:23 Average: all 13.93 0.00 6.65 4.91 0.12 74.38 17:12:23 Average: 0 14.13 0.00 6.79 4.39 0.11 74.58 17:12:23 Average: 1 13.80 0.00 6.37 5.15 0.14 74.54 17:12:23 Average: 2 13.78 0.00 6.63 4.77 0.12 74.70 17:12:23 Average: 3 14.00 0.00 6.83 5.34 0.11 73.71 17:12:23 17:12:23 17:12:23