Pull request #3080 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 98466e142dc9f0c0a385fd688c007d116986330a rather than c27c09040af0d2eebed9d707a0dcbb2ea100f262 Obtained Jenkinsfile from 98466e142dc9f0c0a385fd688c007d116986330a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24412 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) > git config core.sparsecheckout # timeout=10 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # 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 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 Commit message: "Merge branch 'master' into issue-3079" > git rev-list --no-walk ced9dee5e15266db92b5ca39e396ce5375e147af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:53:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:53:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:53:09 ========================================================= 20:53:09 EdgeX Global Pipelines Version Info 20:53:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:53:10 ------------------- 20:53:10 stable info: 20:53:10 ------------------- 20:53:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:53:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:53:10 Message: update stable to v1.0.179 20:53:11 ------------------- 20:53:11 experimental info: 20:53:11 ------------------- 20:53:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:53:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:53:11 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:53:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:53:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:53:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c27c09040af0d2eebed9d707a0dcbb2ea100f262 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c27c090 [Pipeline] echo 20:53:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:53:15 provisioning config files... 20:53:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config2092205438081350743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:15 ---> docker-login.sh 20:53:15 nexus3.edgexfoundry.org:10001 20:53:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:15 Configure a credential helper to remove this warning. See 20:53:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:15 20:53:15 Login Succeeded 20:53:15 nexus3.edgexfoundry.org:10002 20:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:16 Configure a credential helper to remove this warning. See 20:53:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:16 20:53:16 Login Succeeded 20:53:16 nexus3.edgexfoundry.org:10003 20:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:16 Configure a credential helper to remove this warning. See 20:53:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:16 20:53:16 Login Succeeded 20:53:16 nexus3.edgexfoundry.org:10004 20:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:16 Configure a credential helper to remove this warning. See 20:53:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:16 20:53:16 Login Succeeded 20:53:16 docker.io 20:53:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:17 Configure a credential helper to remove this warning. See 20:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:17 20:53:17 Login Succeeded 20:53:17 ---> docker-login.sh ends [Pipeline] } 20:53:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/core-command/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo core-command,cmd/core-command/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/core-data/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo core-data,cmd/core-data/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/core-metadata/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo core-metadata,cmd/core-metadata/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/security-bootstrapper/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/security-proxy-setup/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/support-notifications/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo support-notifications,cmd/support-notifications/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/support-scheduler/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:53:17 + for file in '`ls cmd/**/Dockerfile`' 20:53:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:53:17 ++ cut -d/ -f2 20:53:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:53:17 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:53:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:19 20:53:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:53:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:19 latest: Pulling from edgex-devops/git-semver 20:53:19 31603596830f: Pulling fs layer 20:53:19 2a8b12db71e7: Pulling fs layer 20:53:19 6ca5941a6612: Pulling fs layer 20:53:19 ecc8261a40a4: Pulling fs layer 20:53:19 ecc8261a40a4: Waiting 20:53:19 2a8b12db71e7: Verifying Checksum 20:53:19 2a8b12db71e7: Download complete 20:53:19 31603596830f: Verifying Checksum 20:53:19 31603596830f: Download complete 20:53:19 6ca5941a6612: Verifying Checksum 20:53:19 6ca5941a6612: Download complete 20:53:19 ecc8261a40a4: Verifying Checksum 20:53:19 ecc8261a40a4: Download complete 20:53:20 31603596830f: Pull complete 20:53:20 2a8b12db71e7: Pull complete 20:53:21 6ca5941a6612: Pull complete 20:53:21 ecc8261a40a4: Pull complete 20:53:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:53:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:53:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:53:21 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 20:53:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:53:24 $ docker top 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:53:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:24 [ssh-agent] Looking for ssh-agent implementation... 20:53:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:24 $ docker exec 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent 20:53:24 SSH_AUTH_SOCK=/tmp/ssh-Qm8afC4bwFCW/agent.11 20:53:24 SSH_AGENT_PID=16 20:53:24 Running ssh-add (command line suppressed) 20:53:24 Identity added: /w/workspace/edgex-go/12@tmp/private_key_5969120577070816702.key (/w/workspace/edgex-go/12@tmp/private_key_5969120577070816702.key) 20:53:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:25 + git tag --points-at HEAD [Pipeline] } 20:53:25 $ docker exec --env ******** --env ******** 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent -k 20:53:25 unset SSH_AUTH_SOCK; 20:53:25 unset SSH_AGENT_PID; 20:53:25 echo Agent pid 16 killed; 20:53:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:53:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:53:25 [ssh-agent] Looking for ssh-agent implementation... 20:53:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:53:25 $ docker exec 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent 20:53:26 SSH_AUTH_SOCK=/tmp/ssh-dzhhr9Lbkg1K/agent.47 20:53:26 SSH_AGENT_PID=52 20:53:26 Running ssh-add (command line suppressed) 20:53:26 Identity added: /w/workspace/edgex-go/12@tmp/private_key_4358175907469564600.key (/w/workspace/edgex-go/12@tmp/private_key_4358175907469564600.key) 20:53:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:53:26 + git semver init 20:53:26 # -> Open(): unable to determine branch for HEAD 20:53:26 # $GIT_DIR = /w/workspace/edgex-go/12/.git 20:53:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 20:53:26 # $SEMVER_REMOTE_NAME = origin 20:53:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:53:26 # $SEMVER_USER_NAME = edgex-jenkins 20:53:26 # $SEMVER_BRANCH = PR-3080 20:53:26 # $SEMVER_TEMP = /tmp/semver-370554236 20:53:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:53:44 # '/tmp/semver-370554236' -> '/w/workspace/edgex-go/12/.semver' 20:53:44 # -> Force: false 20:53:44 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 20:53:44 $ docker exec --env ******** --env ******** 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 ssh-agent -k 20:53:44 unset SSH_AUTH_SOCK; 20:53:44 unset SSH_AGENT_PID; 20:53:44 echo Agent pid 52 killed; 20:53:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:53:45 + git semver [Pipeline] } 20:53:45 $ docker stop --time=1 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 20:53:47 $ docker rm -f 0b10584a942efb68261590e0604df0b68ef5543e2020f89f817e970c97e6e079 [Pipeline] // withDockerContainer [Pipeline] sh 20:53:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:53:48 Stashed 1 file(s) [Pipeline] echo 20:53:48 [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 20:53:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:53:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:49 + sudo service docker restart 20:53:49 + true 20:53:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:53:50 ========================================================= 20:53:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:53:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:53:50 + 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 . 20:53:55 Sending build context to Docker daemon 327.4MB 20:53:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:53:55 Step 2/6 : FROM ${BASE} 20:53:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:53:55 188c0c94c7c5: Pulling fs layer 20:53:55 0ef7d3d256c8: Pulling fs layer 20:53:55 de9db76c5a1d: Pulling fs layer 20:53:55 bca2f99d35d6: Pulling fs layer 20:53:55 93359f2a8cfa: Pulling fs layer 20:53:55 7c6f9722023f: Pulling fs layer 20:53:55 a35cf1a2eb13: Pulling fs layer 20:53:55 93359f2a8cfa: Waiting 20:53:55 7c6f9722023f: Waiting 20:53:55 a35cf1a2eb13: Waiting 20:53:55 bca2f99d35d6: Waiting 20:53:55 de9db76c5a1d: Verifying Checksum 20:53:55 de9db76c5a1d: Download complete 20:53:55 0ef7d3d256c8: Verifying Checksum 20:53:55 0ef7d3d256c8: Download complete 20:53:55 93359f2a8cfa: Download complete 20:53:55 188c0c94c7c5: Verifying Checksum 20:53:55 188c0c94c7c5: Download complete 20:53:55 7c6f9722023f: Download complete 20:53:55 188c0c94c7c5: Pull complete 20:53:55 0ef7d3d256c8: Pull complete 20:53:55 de9db76c5a1d: Pull complete 20:53:56 a35cf1a2eb13: Verifying Checksum 20:53:56 a35cf1a2eb13: Download complete 20:53:57 bca2f99d35d6: Verifying Checksum 20:53:57 bca2f99d35d6: Download complete 20:54:02 bca2f99d35d6: Pull complete 20:54:02 93359f2a8cfa: Pull complete 20:54:02 7c6f9722023f: Pull complete 20:54:03 Still waiting to schedule task 20:54:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:54:06 a35cf1a2eb13: Pull complete 20:54:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:54:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:54:07 ---> a62c8e92a672 20:54:07 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 20:54:07 ---> Running in bae5d98ff5ce 20:54:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:09 (1/12) Installing libmagic (5.38-r0) 20:54:09 (2/12) Installing file (5.38-r0) 20:54:09 (3/12) Installing libc-dev (0.7.2-r3) 20:54:09 (4/12) Installing g++ (9.3.0-r2) 20:54:15 (5/12) Installing fortify-headers (1.1-r0) 20:54:15 (6/12) Installing patch (2.7.6-r6) 20:54:15 (7/12) Installing build-base (0.5-r2) 20:54:15 (8/12) Installing libsodium (1.0.18-r0) 20:54:15 (9/12) Installing pkgconf (1.7.2-r0) 20:54:15 (10/12) Installing libsodium-dev (1.0.18-r0) 20:54:15 (11/12) Installing libzmq (4.3.3-r0) 20:54:15 (12/12) Installing zeromq-dev (4.3.3-r0) 20:54:15 Executing busybox-1.31.1-r19.trigger 20:54:15 OK: 233 MiB in 51 packages 20:54:20 Removing intermediate container bae5d98ff5ce 20:54:20 ---> 32304f4d14dc 20:54:20 Step 4/6 : WORKDIR /edgex-go 20:54:20 ---> Running in f75bb78d9596 20:54:20 Removing intermediate container f75bb78d9596 20:54:20 ---> 5e9d20e5900e 20:54:20 Step 5/6 : COPY go.mod . 20:54:20 ---> ed39632a5c8d 20:54:20 Step 6/6 : RUN go mod download 20:54:20 ---> Running in 4ac31be351d5 20:54:42 Removing intermediate container 4ac31be351d5 20:54:42 ---> 35eac9b79088 20:54:42 Successfully built 35eac9b79088 20:54:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:54:42 + docker inspect -f . ci-base-image-x86_64 20:54:42 . [Pipeline] withDockerContainer 20:54:42 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 20:54:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:54:43 $ docker top 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:44 + go version 20:54:44 go version go1.15.5 linux/amd64 [Pipeline] } 20:54:44 $ docker stop --time=1 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee 20:54:45 $ docker rm -f 80bc88525a2bdf4ae1fd6692e43501277e80c95f5909487e0c37464420dde7ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:46 + docker inspect -f . ci-base-image-x86_64 20:54:46 . [Pipeline] withDockerContainer 20:54:46 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 20:54:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:54:47 $ docker top c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 -eo pid,comm [Pipeline] { [Pipeline] echo 20:54:47 ========================================================= 20:54:47 [edgeXBuildGoParallel] Running Tests and Build... 20:54:47 ========================================================= [Pipeline] sh 20:54:47 + make test 20:54:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:54:55 ? github.com/edgexfoundry/edgex-go [no test files] 20:55:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:55:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:55:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:55:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:55:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.0% of statements 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:55:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 20:55:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.1% of statements 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:55:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:55:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:55:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.436s coverage: 82.3% of statements 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:55:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:55:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:55:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 20:55:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:55:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 20:55:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 20:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 20:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:55:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 20:55:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 20:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements 20:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 20:55:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24413 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 20:55:52 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 20:55:57 using credential edgex-jenkins-ssh 20:55:57 Cloning the remote Git repository 20:55:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:55:57 > git init /w/workspace/edgex-go/12 # timeout=10 20:55:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:55:57 > git --version # timeout=10 20:55:57 > git --version # 'git version 2.17.1' 20:55:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:55:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:55:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 20:55:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:55:58 GO111MODULE=on go vet ./... 20:56:25 gofmt -l . 20:56:25 [ "`gofmt -l .`" = "" ] 20:56:25 ./bin/test-go-mod-tidy.sh 20:56:25 ./bin/test-attribution-txt.sh [Pipeline] sh 20:56:25 + ls -al . 20:56:25 total 680 20:56:25 drwxrwxr-x 10 1001 1001 4096 Feb 1 20:56 . 20:56:25 drwxr-xr-x 4 root root 30 Feb 1 20:54 .. 20:56:25 -rw-rw-r-- 1 1001 1001 11 Feb 1 20:53 .dockerignore 20:56:25 drwxrwxr-x 8 1001 1001 179 Feb 1 20:53 .git 20:56:25 drwxrwxr-x 3 1001 1001 125 Feb 1 20:53 .github 20:56:25 -rw-rw-r-- 1 1001 1001 872 Feb 1 20:53 .gitignore 20:56:25 drwx------ 3 1001 1001 60 Feb 1 20:53 .semver 20:56:25 -rw-rw-r-- 1 1001 1001 166 Feb 1 20:53 .sonarcloud.properties 20:56:25 -rw-rw-r-- 1 1001 1001 7859 Feb 1 20:53 Attribution.txt 20:56:25 -rw-rw-r-- 1 1001 1001 3804 Feb 1 20:53 CONTRIBUTING.md 20:56:25 -rw-rw-r-- 1 1001 1001 931 Feb 1 20:53 Dockerfile.build 20:56:25 -rw-rw-r-- 1 1001 1001 863 Feb 1 20:53 Jenkinsfile 20:56:25 -rw-rw-r-- 1 1001 1001 10775 Feb 1 20:53 LICENSE 20:56:25 -rw-rw-r-- 1 1001 1001 6001 Feb 1 20:53 Makefile 20:56:25 -rw-rw-r-- 1 1001 1001 6524 Feb 1 20:53 README.md 20:56:25 -rw-rw-r-- 1 1001 1001 6755 Feb 1 20:53 SECURITY.md 20:56:25 -rw-rw-r-- 1 1001 1001 5 Feb 1 20:53 VERSION 20:56:25 -rw-rw-r-- 1 1001 1001 4131 Feb 1 20:53 ZMQWindows.md 20:56:25 drwxrwxr-x 2 1001 1001 117 Feb 1 20:53 bin 20:56:25 drwxrwxr-x 15 1001 1001 4096 Feb 1 20:53 cmd 20:56:25 -rw-r--r-- 1 root root 574984 Feb 1 20:55 coverage.out 20:56:25 -rw-r--r-- 1 root root 1054 Feb 1 20:56 go.mod 20:56:25 -rw-r--r-- 1 root root 19399 Feb 1 20:56 go.sum 20:56:25 drwxrwxr-x 8 1001 1001 127 Feb 1 20:53 internal 20:56:25 drwxrwxr-x 4 1001 1001 26 Feb 1 20:53 openapi 20:56:25 drwxrwxr-x 4 1001 1001 71 Feb 1 20:53 snap 20:56:25 -rw-rw-r-- 1 1001 1001 168 Feb 1 20:53 version.go [Pipeline] sh 20:56:25 + '[' -e coverage.out ] 20:56:25 + chown 1001:1001 coverage.out [Pipeline] stash 20:56:26 Stashed 1 file(s) [Pipeline] sh 20:56:26 + make build 20:56:26 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 20:56:28 Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:56:29 Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:56:29 Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) 20:56:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:56:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:56:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:56:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:56:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:56:28 > git config core.sparsecheckout # timeout=10 20:56:28 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 20:56:29 > git remote # timeout=10 20:56:29 > git config --get remote.origin.url # timeout=10 20:56:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:29 > git merge 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 20:56:29 > git rev-parse HEAD^{commit} # timeout=10 20:56:29 > git config core.sparsecheckout # timeout=10 20:56:29 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 20:56:29 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 20:56:33 Commit message: "Merge branch 'master' into issue-3079" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:56:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:56:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:56:35 + + truesudo 20:56:35 service docker restart 20:56:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:56:38 provisioning config files... 20:56:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config9175989391225757361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:38 ---> docker-login.sh 20:56:38 nexus3.edgexfoundry.org:10001 20:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:56:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:39 Configure a credential helper to remove this warning. See 20:56:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:39 20:56:39 Login Succeeded 20:56:39 nexus3.edgexfoundry.org:10002 20:56:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:56:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:40 Configure a credential helper to remove this warning. See 20:56:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:40 20:56:40 Login Succeeded 20:56:40 nexus3.edgexfoundry.org:10003 20:56:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:56:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:40 Configure a credential helper to remove this warning. See 20:56:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:40 20:56:40 Login Succeeded 20:56:40 nexus3.edgexfoundry.org:10004 20:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:41 Configure a credential helper to remove this warning. See 20:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:41 20:56:41 Login Succeeded 20:56:41 docker.io 20:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:41 Configure a credential helper to remove this warning. See 20:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:41 20:56:41 Login Succeeded 20:56:41 ---> docker-login.sh ends 20:56:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } 20:56:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:56:42 ========================================================= 20:56:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:56:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:56:42 + 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 . 20:56:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:56:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:56:45 Sending build context to Docker daemon 166.1MB 20:56:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:56:45 Step 2/6 : FROM ${BASE} 20:56:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:56:45 5f621e34cdf4: Pulling fs layer 20:56:45 a4357932f1b6: Pulling fs layer 20:56:45 18c013af1878: Pulling fs layer 20:56:45 00ac8860ef70: Pulling fs layer 20:56:45 63d7cb157983: Pulling fs layer 20:56:45 b116817d02f9: Pulling fs layer 20:56:45 745a02a5169b: Pulling fs layer 20:56:45 00ac8860ef70: Waiting 20:56:45 b116817d02f9: Waiting 20:56:45 63d7cb157983: Waiting 20:56:45 745a02a5169b: Waiting 20:56:45 18c013af1878: Verifying Checksum 20:56:45 a4357932f1b6: Verifying Checksum 20:56:45 a4357932f1b6: Download complete 20:56:45 63d7cb157983: Verifying Checksum 20:56:45 63d7cb157983: Download complete 20:56:45 5f621e34cdf4: Verifying Checksum 20:56:45 b116817d02f9: Verifying Checksum 20:56:45 b116817d02f9: Download complete 20:56:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:56:46 5f621e34cdf4: Pull complete 20:56:46 a4357932f1b6: Pull complete 20:56:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:56:46 18c013af1878: Pull complete 20:56:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:56:47 745a02a5169b: Verifying Checksum 20:56:47 745a02a5169b: Download complete 20:56:48 00ac8860ef70: Download complete 20:56:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:56:50 $ docker stop --time=1 c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 20:56:52 $ docker rm -f c391533578ebcf2d237de6e63aca5daff55144b6af4e748f852e6e43faa9f864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:56:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:56:56 20:56:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:56:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:56:56 latest: Pulling from edgex-devops/edgex-compose 20:56:56 cbdbe7a5bc2a: Pulling fs layer 20:56:56 ca9280d653b3: Pulling fs layer 20:56:56 7e9c9ca2126c: Pulling fs layer 20:56:57 cbdbe7a5bc2a: Download complete 20:56:57 ca9280d653b3: Verifying Checksum 20:56:57 ca9280d653b3: Download complete 20:56:57 cbdbe7a5bc2a: Pull complete 20:56:58 7e9c9ca2126c: Download complete 20:56:58 ca9280d653b3: Pull complete 20:57:01 00ac8860ef70: Pull complete 20:57:01 63d7cb157983: Pull complete 20:57:01 b116817d02f9: Pull complete 20:57:04 745a02a5169b: Pull complete 20:57:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:57:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:57:04 ---> b7e6874047d6 20:57:04 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:57:05 7e9c9ca2126c: Pull complete 20:57:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:57:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:57:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:57:05 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 20:57:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:57:06 $ docker top 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:06 + docker-compose build --help 20:57:06 + grep parallel 20:57:07 ---> Running in 6d439a36c4c6 20:57:07 --parallel Build images in parallel. [Pipeline] } 20:57:07 $ docker stop --time=1 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 20:57:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:57:09 $ docker rm -f 098d1588eb2f8044679685e1ccfd72cc628924c3a053a101b691e4d3663e10d7 20:57:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:57:10 (1/12) Installing libmagic (5.38-r0) 20:57:10 (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer 20:57:10 (3/12) Installing libc-dev (0.7.2-r3) 20:57:10 (4/12) Installing g++ (9.3.0-r2) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:57:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:57:10 . [Pipeline] withDockerContainer 20:57:10 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 20:57:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:57:11 $ docker top ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:12 + docker-compose -f ./docker-compose-build.yml build --parallel 20:57:13 Building docker-core-command-go ... 20:57:13 Building docker-core-data-go ... 20:57:13 Building docker-core-metadata-go ... 20:57:13 Building docker-security-bootstrapper-go ... 20:57:13 Building docker-security-proxy-setup-go ... 20:57:13 Building docker-security-secretstore-setup-go ... 20:57:13 Building docker-support-notifications-go ... 20:57:13 Building docker-support-scheduler-go ... 20:57:13 Building docker-sys-mgmt-agent-go ... 20:57:13 Building docker-security-secretstore-setup-go 20:57:13 Building docker-security-proxy-setup-go 20:57:13 Building docker-core-metadata-go 20:57:13 Building docker-support-notifications-go 20:57:13 Building docker-support-scheduler-go 20:57:15 (5/12) Installing fortify-headers (1.1-r0) 20:57:15 (6/12) Installing patch (2.7.6-r6) 20:57:15 (7/12) Installing build-base (0.5-r2) 20:57:15 (8/12) Installing libsodium (1.0.18-r0) 20:57:15 (9/12) Installing pkgconf (1.7.2-r0) 20:57:15 (10/12) Installing libsodium-dev (1.0.18-r0) 20:57:15 (11/12) Installing libzmq (4.3.3-r0) 20:57:15 (12/12) Installing zeromq-dev (4.3.3-r0) 20:57:15 Executing busybox-1.31.1-r19.trigger 20:57:15 OK: 217 MiB in 51 packages 20:57:20 Removing intermediate container 6d439a36c4c6 20:57:20 ---> 1cec9395f6cd 20:57:20 Step 4/6 : WORKDIR /edgex-go 20:57:20 ---> Running in 04c67c9e9b59 20:57:20 Removing intermediate container 04c67c9e9b59 20:57:20 ---> b125e710a961 20:57:20 Step 5/6 : COPY go.mod . 20:57:21 ---> 909058dc82e5 20:57:21 Step 6/6 : RUN go mod download 20:57:21 ---> Running in 07e865f9c9df 20:57:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:57:45 ---> 35eac9b79088 20:57:45 Step 3/21 : WORKDIR /edgex-go 20:57:45 ---> 35eac9b79088 20:57:45 Step 3/22 : WORKDIR /edgex-go 20:57:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:57:45 ---> 35eac9b79088 20:57:45 Step 3/23 : WORKDIR /edgex-go 20:57:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:57:45 ---> 35eac9b79088 20:57:45 Step 3/24 : WORKDIR /edgex-go 20:57:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:45 ---> 35eac9b79088 20:57:45 Step 3/22 : WORKDIR /edgex-go 20:57:45 ---> Running in 198061b451b3 20:57:45 ---> Running in 0e340e18011d 20:57:45 ---> Running in 95761724108a 20:57:45 ---> Running in bf72fcdcad92 20:57:45 ---> Running in bbc20bd9930f 20:57:45 Removing intermediate container 0e340e18011d 20:57:45 ---> 2d0e7f14cef8 20:57:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:45 Removing intermediate container bbc20bd9930f 20:57:45 ---> f0bf9018ff23 20:57:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:45 Removing intermediate container 95761724108a 20:57:45 ---> 27c5f5ff76cb 20:57:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:45 Removing intermediate container bf72fcdcad92 20:57:45 ---> d5440c8b2981 20:57:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:45 Removing intermediate container 198061b451b3 20:57:45 ---> a9505c86632d 20:57:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:45 ---> Running in 302aab807fc9 20:57:45 ---> Running in 1c40c3a448f6 20:57:45 ---> Running in 57fafe1e922a 20:57:45 ---> Running in 53f2ca5594aa 20:57:45 ---> Running in 8184aa8258de 20:57:46 Removing intermediate container 302aab807fc9 20:57:46 ---> 58c2461339f6 20:57:46 Step 5/22 : RUN apk add --update --no-cache make git 20:57:46 ---> Running in 6bcbd8b7fbc6 20:57:46 Removing intermediate container 1c40c3a448f6 20:57:46 ---> d48e67c61768 20:57:46 Step 5/21 : RUN apk add --update --no-cache make git 20:57:47 ---> Running in 664235c8fc7b 20:57:47 Removing intermediate container 57fafe1e922a 20:57:47 ---> 2fbbea1b4a7c 20:57:47 Step 5/23 : RUN apk add --update --no-cache make git 20:57:47 Removing intermediate container 53f2ca5594aa 20:57:47 ---> 5ae6f6fc46cc 20:57:47 Step 5/24 : RUN apk add --update --no-cache make git 20:57:47 Removing intermediate container 8184aa8258de 20:57:47 ---> 3df28dbb6d83 20:57:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:57:47 ---> Running in 1acae1011e14 20:57:47 ---> Running in b0085fb248cc 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:48 ---> Running in f2579fc0f2a4 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:48 Removing intermediate container 07e865f9c9df 20:57:48 ---> e468a1c9db4b 20:57:48 Successfully built e468a1c9db4b 20:57:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:48 + docker inspect -f . ci-base-image-arm64 20:57:48 . [Pipeline] withDockerContainer 20:57:49 prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container 20:57:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:57:49 OK: 233 MiB in 51 packages 20:57:49 OK: 233 MiB in 51 packages 20:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:49 Removing intermediate container 6bcbd8b7fbc6 20:57:49 ---> 39f86a2eebfc 20:57:49 Step 6/22 : COPY go.mod . 20:57:49 Removing intermediate container 664235c8fc7b 20:57:49 ---> 47646c295aec 20:57:49 Step 6/21 : COPY go.mod . 20:57:49 OK: 233 MiB in 51 packages 20:57:49 OK: 233 MiB in 51 packages 20:57:49 OK: 233 MiB in 51 packages 20:57:50 ---> 7cca26427210 20:57:50 Step 7/22 : RUN go mod download 20:57:50 ---> 3b054f41d5d2 20:57:50 Step 7/21 : RUN go mod download 20:57:50 ---> Running in e74232c4acca 20:57:50 ---> Running in c7bfd78fa52a 20:57:50 Removing intermediate container b0085fb248cc 20:57:50 ---> 912707cf1e2e 20:57:50 Step 6/24 : COPY go.mod . 20:57:50 $ docker top e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:51 Removing intermediate container 1acae1011e14 20:57:51 ---> 14ea778e0a47 20:57:51 Step 6/23 : COPY go.mod . 20:57:51 ---> 1a5ee04e0fa8 20:57:51 Step 7/24 : RUN go mod download 20:57:51 Removing intermediate container f2579fc0f2a4 20:57:51 ---> cd5652701957 20:57:51 Step 6/22 : COPY go.mod . 20:57:51 ---> Running in d0353fcc1fca 20:57:51 + go version 20:57:51 go version go1.15.5 linux/arm64 [Pipeline] } 20:57:51 $ docker stop --time=1 e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c 20:57:52 ---> 3947c4711d11 20:57:52 Step 7/23 : RUN go mod download 20:57:52 ---> 1e97d181743b 20:57:52 Step 7/22 : RUN go mod download 20:57:52 ---> Running in 00e855a6c5f1 20:57:52 ---> Running in 5cbc5facd3a5 20:57:53 Removing intermediate container c7bfd78fa52a 20:57:53 ---> cb74d6a9502d 20:57:53 Step 8/21 : COPY . . 20:57:53 Removing intermediate container e74232c4acca 20:57:53 ---> 009dd2439b61 20:57:53 Step 8/22 : COPY . . 20:57:53 $ docker rm -f e78f1ca7ab6a3b04a2af37faac08f0539a7e7e95a86b5c40ae7362a74d067f5c 20:57:53 Removing intermediate container d0353fcc1fca 20:57:53 ---> 152d4b7d2f87 20:57:53 Step 8/24 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:57:54 + docker inspect -f . ci-base-image-arm64 20:57:54 . [Pipeline] withDockerContainer 20:57:55 prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container 20:57:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:57:56 $ docker top 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 -eo pid,comm [Pipeline] { [Pipeline] echo 20:57:56 ========================================================= 20:57:56 [edgeXBuildGoParallel] Running Tests and Build... 20:57:56 ========================================================= [Pipeline] sh 20:57:57 + make test 20:57:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:57:58 Removing intermediate container 00e855a6c5f1 20:57:58 ---> 79a367ee60a2 20:57:58 Step 8/23 : COPY . . 20:57:58 Removing intermediate container 5cbc5facd3a5 20:57:58 ---> 4d0084d3a4b9 20:57:58 Step 8/22 : COPY . . 20:58:19 ? github.com/edgexfoundry/edgex-go [no test files] 20:58:37 ---> 2bee117068a1 20:58:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:58:37 ---> 25e3c01b37a5 20:58:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:58:37 ---> 2971850f1152 20:58:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:58:37 ---> e4a3246cc3f3 20:58:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:58:37 ---> 26ec906c9e06 20:58:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:58:37 ---> Running in 2d4663108577 20:58:37 ---> Running in a81ebe77aff3 20:58:37 ---> Running in 3e4ff1066b5d 20:58:37 ---> Running in f04d5f62db72 20:58:37 ---> Running in 8b555d0e8cc1 20:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:59:03 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 20:59:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:59:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:07 Removing intermediate container 3e4ff1066b5d 20:59:07 ---> b60be12b2c70 20:59:07 20:59:07 Step 10/22 : FROM alpine:3.12 20:59:07 3.12: Pulling from library/alpine 20:59:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:59:08 Status: Downloaded newer image for alpine:3.12 20:59:08 ---> 389fef711851 20:59:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:59:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:14 ---> Running in 4d60044d8d07 20:59:14 Removing intermediate container 8b555d0e8cc1 20:59:14 ---> 19846b5a66be 20:59:14 20:59:14 Step 10/24 : FROM alpine:3.12 20:59:14 ---> 389fef711851 20:59:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:59:14 Removing intermediate container 2d4663108577 20:59:14 ---> b344c04fdc0b 20:59:14 20:59:14 Step 10/21 : FROM alpine:3.12 20:59:14 ---> 389fef711851 20:59:14 Step 11/21 : RUN apk add --update --no-cache curl 20:59:14 Removing intermediate container a81ebe77aff3 20:59:14 ---> 70ff59e920a7 20:59:14 20:59:14 Step 10/22 : FROM alpine:3.12 20:59:14 ---> 389fef711851 20:59:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:59:14 Removing intermediate container f04d5f62db72 20:59:14 ---> 990db6bf599d 20:59:14 20:59:14 Step 10/23 : FROM alpine:3.12 20:59:14 ---> 389fef711851 20:59:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:59:14 ---> Running in 0ac59c02c9e1 20:59:14 ---> Running in 0a99167a2dd2 20:59:14 ---> Running in 2f3400adba63 20:59:14 ---> Running in 8fd7cf5d6407 20:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:15 (1/2) Installing ca-certificates (20191127-r4) 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:15 (1/5) Installing ca-certificates (20191127-r4) 20:59:15 (2/2) Installing dumb-init (1.2.2-r1) 20:59:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:59:15 (3/5) Installing libcurl (7.69.1-r3) 20:59:15 Executing busybox-1.31.1-r19.trigger 20:59:15 Executing ca-certificates-20191127-r4.trigger 20:59:15 (4/5) Installing curl (7.69.1-r3) 20:59:15 (5/5) Installing dumb-init (1.2.2-r1) 20:59:15 Executing busybox-1.31.1-r19.trigger 20:59:15 Executing ca-certificates-20191127-r4.trigger 20:59:15 OK: 6 MiB in 16 packages 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:15 OK: 7 MiB in 19 packages 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:16 (1/1) Installing dumb-init (1.2.2-r1) 20:59:16 (1/4) Installing ca-certificates (20191127-r4) 20:59:16 Executing busybox-1.31.1-r19.trigger 20:59:16 OK: 6 MiB in 15 packages 20:59:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:59:16 (3/4) Installing libcurl (7.69.1-r3) 20:59:16 (1/1) Installing dumb-init (1.2.2-r1) 20:59:16 (4/4) Installing curl (7.69.1-r3) 20:59:16 Executing busybox-1.31.1-r19.trigger 20:59:16 OK: 6 MiB in 15 packages 20:59:16 Executing busybox-1.31.1-r19.trigger 20:59:16 Executing ca-certificates-20191127-r4.trigger 20:59:16 OK: 7 MiB in 18 packages 20:59:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:59:17 Removing intermediate container 4d60044d8d07 20:59:17 ---> 4555ba7cff21 20:59:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:59:18 ---> Running in 3eec5574d486 20:59:18 Removing intermediate container 0ac59c02c9e1 20:59:18 ---> b903b9a79b3d 20:59:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:59:18 Removing intermediate container 2f3400adba63 20:59:18 ---> e743069c4950 20:59:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:59:18 ---> Running in 3e3746d0b465 20:59:18 ---> Running in 7266a1411418 20:59:18 Removing intermediate container 8fd7cf5d6407 20:59:18 ---> 11fb58c1a92a 20:59:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:59:19 Removing intermediate container 3eec5574d486 20:59:19 ---> db8c091d128b 20:59:19 Step 13/22 : ENV APP_PORT=48060 20:59:19 Removing intermediate container 0a99167a2dd2 20:59:19 ---> 2fc9610f0229 20:59:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:59:19 ---> Running in 75e9d315229d 20:59:19 ---> Running in 4a1b47e53271 20:59:19 ---> Running in 4cdc4ad5a7d5 20:59:19 Removing intermediate container 3e3746d0b465 20:59:19 ---> 1c4ddf3dbdc6 20:59:19 Step 13/24 : WORKDIR / 20:59:19 Removing intermediate container 7266a1411418 20:59:19 ---> fd762ff2cdf0 20:59:19 Step 13/22 : ENV APP_PORT=48085 20:59:19 ---> Running in fadd4529a8ba 20:59:19 Removing intermediate container 75e9d315229d 20:59:19 ---> a9a2e07efcd1 20:59:19 Step 13/23 : ENV APP_PORT=48081 20:59:19 Removing intermediate container 4a1b47e53271 20:59:19 ---> 39cd3fea9b34 20:59:19 Step 14/22 : EXPOSE $APP_PORT 20:59:19 ---> Running in a894b2ab4e07 20:59:19 Removing intermediate container 4cdc4ad5a7d5 20:59:19 ---> f0361c3b6cd3 20:59:19 Step 13/21 : WORKDIR /edgex 20:59:20 ---> Running in 208c2cf69760 20:59:20 ---> Running in 5375bb98b482 20:59:20 ---> Running in bbabb1855fb3 20:59:20 Removing intermediate container fadd4529a8ba 20:59:20 ---> bc88a8ebff19 20:59:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:59:20 Removing intermediate container a894b2ab4e07 20:59:20 ---> 41dbfefec839 20:59:20 Step 14/22 : EXPOSE $APP_PORT 20:59:20 Removing intermediate container 208c2cf69760 20:59:20 ---> 70e60e6d98dc 20:59:20 Step 14/23 : EXPOSE $APP_PORT 20:59:20 Removing intermediate container 5375bb98b482 20:59:20 ---> 7ce86c4838bc 20:59:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:20 Removing intermediate container bbabb1855fb3 20:59:20 ---> d4dc50ca4b6d 20:59:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:59:20 ---> Running in 4061e93f165d 20:59:20 ---> 4876b3f7b0c4 20:59:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:59:20 ---> Running in b335a71c6af3 20:59:20 ---> 630366feaf0c 20:59:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:59:20 Removing intermediate container 4061e93f165d 20:59:20 ---> 0a04d74811fe 20:59:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:20 ---> 66b0b559b891 20:59:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:59:21 ---> a055bfd27a05 20:59:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:59:21 Removing intermediate container b335a71c6af3 20:59:21 ---> 0c8209d81e6e 20:59:21 Step 15/23 : WORKDIR / 20:59:21 ---> Running in 8d0148c6c42c 20:59:21 ---> 833bc2051723 20:59:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:59:21 ---> 53d793078aa2 20:59:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:59:21 ---> f7a9788dae2a 20:59:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:59:21 ---> 65b7ae3d7122 20:59:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:59:21 Removing intermediate container 8d0148c6c42c 20:59:21 ---> 92e863710577 20:59:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:22 ---> a04409a89524 20:59:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:59:22 ---> Running in 5059ceeb25f7 20:59:22 ---> 5fc5b0707efa 20:59:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:59:22 ---> b6e404ae90c1 20:59:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:59:22 ---> 30be63bb41a8 20:59:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:59:22 ---> 9140f5e74de9 20:59:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:59:22 ---> Running in eb2fe1fc3d57 20:59:22 Removing intermediate container 5059ceeb25f7 20:59:22 ---> e5932edc4ff2 20:59:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:23 ---> Running in 98872b4210d7 20:59:23 ---> 849f3f3fb45f 20:59:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:59:23 Removing intermediate container eb2fe1fc3d57 20:59:23 ---> ccb302e0e4bb 20:59:23 Step 18/21 : CMD ["--init=true"] 20:59:23 ---> Running in f9abf801d6a9 20:59:23 ---> 60fc32db406b 20:59:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:59:23 ---> a2239122b299 20:59:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:59:23 ---> Running in 001f20394f00 20:59:23 Removing intermediate container 98872b4210d7 20:59:23 ---> 612f932b4dc4 20:59:23 Step 20/22 : LABEL arch=x86_64 20:59:23 Removing intermediate container f9abf801d6a9 20:59:23 ---> affed1f58ddd 20:59:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:23 ---> Running in 865aa6d965f7 20:59:23 Removing intermediate container 001f20394f00 20:59:23 ---> dd55fa441bb9 20:59:23 Step 19/21 : LABEL arch=x86_64 20:59:23 ---> Running in da533c5579bb 20:59:23 ---> 24e096ed3ff2 20:59:23 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/ 20:59:23 ---> bb6264d4c71f 20:59:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:59:23 ---> Running in 3041120b3da0 20:59:23 ---> Running in 4e8c72822407 20:59:24 ---> Running in 313371125e37 20:59:24 Removing intermediate container 865aa6d965f7 20:59:24 ---> f88e1cde096b 20:59:24 Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:59:24 Removing intermediate container da533c5579bb 20:59:24 ---> 9d52e9f7df5f 20:59:24 Step 20/22 : LABEL arch=x86_64 20:59:24 ---> Running in 2597f3452fb0 20:59:24 ---> Running in 3a69d7e78e2a 20:59:24 Removing intermediate container 3041120b3da0 20:59:24 ---> 00f7c1023c36 20:59:24 Step 20/21 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:59:24 Removing intermediate container 313371125e37 20:59:24 ---> af952f051bbb 20:59:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:24 ---> Running in 0bfd3d2fb159 20:59:24 ---> Running in 35a5bc87e7c3 20:59:24 Removing intermediate container 2597f3452fb0 20:59:24 ---> ab1059160358 20:59:24 Step 22/22 : LABEL version=0.0.0 20:59:24 Removing intermediate container 3a69d7e78e2a 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:59:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:59:24 ---> 63c3169cd13c 20:59:24 Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:59:24 ---> Running in 17be45f31f6a 20:59:24 ---> Running in dcc6bfa8548d 20:59:24 Removing intermediate container 0bfd3d2fb159 20:59:24 ---> e5582c5a0c93 20:59:24 Step 21/21 : LABEL version=0.0.0 20:59:25 Removing intermediate container 35a5bc87e7c3 20:59:25 ---> cc15d5c614d1 20:59:25 Step 21/23 : LABEL arch=x86_64 20:59:25 ---> Running in 71459ea28655 20:59:25 Removing intermediate container 17be45f31f6a 20:59:25 ---> 9e108c81cb2b 20:59:25 20:59:25 ---> Running in d1743c4e10d6 20:59:25 Removing intermediate container dcc6bfa8548d 20:59:25 ---> 270612f3afd7 20:59:25 Step 22/22 : LABEL version=0.0.0 20:59:25 Successfully built 9e108c81cb2b 20:59:25 Successfully tagged docker-support-notifications-go:latest 20:59:25 Removing intermediate container 71459ea28655 20:59:25  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 20:59:25 ---> Running in c7e6ac2ee86a 20:59:25 ---> 7e62ebb94bef 20:59:25 20:59:25 Removing intermediate container d1743c4e10d6 20:59:25 ---> 50a66762282b 20:59:25 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:59:25 Removing intermediate container 4e8c72822407 20:59:25 ---> acf8d96ecab8 20:59:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:59:26 Successfully built 7e62ebb94bef 20:59:26 ---> Running in f9b207f5d603 20:59:26 ---> Running in c03a8d89efec 20:59:26 Successfully tagged docker-security-proxy-setup-go:latest 20:59:26  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:59:26 Removing intermediate container c7e6ac2ee86a 20:59:26 ---> 9d473301c57f 20:59:26 20:59:26 Successfully built 9d473301c57f 20:59:26 Removing intermediate container f9b207f5d603 20:59:26 ---> 085e46ce688b 20:59:26 Step 23/23 : LABEL version=0.0.0 20:59:26 Successfully tagged docker-support-scheduler-go:latest 20:59:26 Building docker-core-command-go 20:59:26  Building docker-support-scheduler-go ... done Removing intermediate container c03a8d89efec 20:59:26 ---> 362457e23888 20:59:26 Step 22/24 : LABEL arch=x86_64 20:59:26 ---> Running in 3ad217e097bc 20:59:26 ---> Running in f4142f88a064 20:59:26 Removing intermediate container 3ad217e097bc 20:59:26 ---> 20d073b2bfb6 20:59:26 20:59:26 Removing intermediate container f4142f88a064 20:59:26 ---> 66b9c0bd38e6 20:59:26 Step 23/24 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 20:59:26 Successfully built 20d073b2bfb6 20:59:27 Successfully tagged docker-core-metadata-go:latest 20:59:27 Building docker-core-data-go 20:59:27  Building docker-core-metadata-go ... done  ---> Running in 7b5cb753dcef 20:59:27 Removing intermediate container 7b5cb753dcef 20:59:27 ---> db16f7b4f72f 20:59:27 Step 24/24 : LABEL version=0.0.0 20:59:27 ---> Running in 85eeb3fccf6b 20:59:30 Removing intermediate container 85eeb3fccf6b 20:59:30 ---> 788565536b6e 20:59:30 20:59:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:59:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:59:30 Successfully built 788565536b6e 20:59:30 Successfully tagged docker-security-secretstore-setup-go:latest 20:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 46.0% of statements 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.133s coverage: 100.0% of statements 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.511s coverage: 27.1% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 65.8% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.666s coverage: 82.3% of statements 20:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:59:52  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:52 20:59:52 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 20:59:52 20:59:52 ---> 35eac9b79088 20:59:52 Step 3/23 : WORKDIR /edgex-go 20:59:52 ---> 35eac9b79088 20:59:52 Step 3/26 : WORKDIR /edgex-go 20:59:52 ---> Using cache 20:59:52 ---> a9505c86632d 20:59:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:52 ---> Using cache 20:59:52 ---> a9505c86632d 20:59:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:52 ---> Using cache 20:59:52 ---> 3df28dbb6d83 20:59:52 Step 5/23 : RUN apk add --update --no-cache make git 20:59:52 ---> Using cache 20:59:52 ---> 3df28dbb6d83 20:59:52 Step 5/26 : RUN apk add --update --no-cache make bash git 20:59:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:59:52 ---> 35eac9b79088 20:59:52 Step 3/31 : WORKDIR /edgex-go 20:59:52 ---> Using cache 20:59:52 ---> a9505c86632d 20:59:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:52 ---> Using cache 20:59:52 ---> 3df28dbb6d83 20:59:52 Step 5/31 : RUN apk add --update --no-cache make git 20:59:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:59:52 ---> 35eac9b79088 20:59:52 Step 3/23 : WORKDIR /edgex-go 20:59:52 ---> Using cache 20:59:52 ---> a9505c86632d 20:59:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:52 ---> Using cache 20:59:52 ---> 3df28dbb6d83 20:59:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:59:52 ---> Running in 44ec6a7668c4 20:59:52 ---> Running in 047d9fa4c374 20:59:52 ---> Running in 01bb05d1bef6 20:59:52 ---> Running in 5d59b76303e0 20:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:54 OK: 233 MiB in 51 packages 20:59:54 OK: 233 MiB in 51 packages 20:59:54 OK: 233 MiB in 51 packages 20:59:54 OK: 233 MiB in 51 packages 20:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 20:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:59:54 Removing intermediate container 44ec6a7668c4 20:59:54 ---> ccbcf2aada67 20:59:54 Step 6/23 : COPY go.mod . 20:59:55 Removing intermediate container 01bb05d1bef6 20:59:55 ---> 781ba793790b 20:59:55 Step 6/23 : COPY go.mod . 20:59:55 Removing intermediate container 047d9fa4c374 20:59:55 ---> 6eec9a821126 20:59:55 Step 6/31 : COPY go.mod . 20:59:55 Removing intermediate container 5d59b76303e0 20:59:55 ---> 10abda8fa79b 20:59:55 Step 6/26 : COPY go.mod . 20:59:55 ---> ce24c30651ef 20:59:55 Step 7/23 : RUN go mod download 20:59:55 ---> e7108c94727d 20:59:55 Step 7/23 : RUN go mod download 20:59:55 ---> Running in e50fae1da20c 20:59:55 ---> 40d5c357c0df 20:59:55 Step 7/31 : RUN go mod download 20:59:55 ---> Running in d8d0291befdb 20:59:55 ---> 75e162a08d18 20:59:55 Step 7/26 : RUN go mod download 20:59:55 ---> Running in 64655956ac65 20:59:55 ---> Running in 8647d8c581d7 20:59:57 Removing intermediate container 64655956ac65 20:59:57 ---> 1a7d83529b4b 20:59:57 Step 8/26 : COPY . . 20:59:57 Removing intermediate container d8d0291befdb 20:59:57 ---> 2f8cbe650499 20:59:57 Step 8/23 : COPY . . 20:59:57 Removing intermediate container 8647d8c581d7 20:59:57 ---> 5ecc625f2569 20:59:57 Step 8/31 : COPY . . 20:59:57 Removing intermediate container e50fae1da20c 20:59:57 ---> 7b6f384ec65c 20:59:57 Step 8/23 : COPY . . 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.097s coverage: 79.5% of statements 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 21:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements 21:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 21:00:30 ---> fd28022dd552 21:00:30 Step 9/23 : RUN make cmd/core-data/core-data 21:00:30 ---> 5fa03459c0ae 21:00:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:00:30 ---> 3fc2aff77321 21:00:30 Step 9/23 : RUN make cmd/core-command/core-command 21:00:30 ---> 97a96df4b904 21:00:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:00:30 ---> Running in bc687cca06d9 21:00:30 ---> Running in 85b4b4ce3b51 21:00:30 ---> Running in 246bdc442dfb 21:00:30 ---> Running in 45918165007c 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 84.2% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.4% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.507s coverage: 63.5% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.783s coverage: 68.9% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.296s coverage: 37.0% of statements 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.463s coverage: 84.0% of statements 21:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements 21:00:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:00:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:00:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:00:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:00:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.368s coverage: 47.1% of statements 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:00:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:00:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements 21:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.294s coverage: 29.1% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 100.0% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:00:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 21:00:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:00:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 21:00:45 GO111MODULE=on go vet ./... 21:00:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:00:57 Removing intermediate container 85b4b4ce3b51 21:00:57 ---> c0172158d05a 21:00:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:00:57 ---> Running in 54455a149b6c 21:00:57 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 21:01:00 Removing intermediate container 246bdc442dfb 21:01:00 ---> ed31013a2dbd 21:01:00 21:01:00 Step 10/23 : FROM alpine:3.12 21:01:00 ---> 389fef711851 21:01:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:01:00 ---> Using cache 21:01:00 ---> 11fb58c1a92a 21:01:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:01:00 ---> Using cache 21:01:00 ---> a9a2e07efcd1 21:01:00 Step 13/23 : ENV APP_PORT=48082 21:01:01 ---> Running in 7a33eabb3f15 21:01:01 Removing intermediate container bc687cca06d9 21:01:01 ---> 64ccc198245a 21:01:01 21:01:01 Step 10/31 : FROM alpine:3.12 21:01:01 ---> 389fef711851 21:01:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:01:02 ---> Running in 46a14e571f40 21:01:02 Removing intermediate container 7a33eabb3f15 21:01:02 ---> bbd012129391 21:01:02 Step 14/23 : EXPOSE $APP_PORT 21:01:02 Removing intermediate container 54455a149b6c 21:01:02 ---> b3a2dcdace13 21:01:02 21:01:02 Step 11/26 : FROM docker:20.10.0 21:01:02 20.10.0: Pulling from library/docker 21:01:02 ---> Running in 80f03698755c 21:01:03 Removing intermediate container 46a14e571f40 21:01:03 ---> 217df05adbb6 21:01:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:01:05 ---> Running in d982c2692b89 21:01:05 Removing intermediate container 80f03698755c 21:01:05 ---> 52d0ee44526d 21:01:05 Step 15/23 : WORKDIR / 21:01:05 Removing intermediate container 45918165007c 21:01:05 ---> 84de1bc67e1b 21:01:05 21:01:05 Step 10/23 : FROM alpine:3.12 21:01:05 ---> 389fef711851 21:01:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:01:06 ---> Running in cc62b72532e5 21:01:06 ---> Running in 30f135c4f369 21:01:06 Removing intermediate container cc62b72532e5 21:01:06 ---> 5f386a6f7359 21:01:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:01:06 Removing intermediate container 30f135c4f369 21:01:06 ---> 0cccf721519d 21:01:06 Step 12/23 : ENV APP_PORT=48080 21:01:07 ---> Running in 401679cb4dca 21:01:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:07 ---> 89104a847e18 21:01:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:01:07 (1/2) Installing dumb-init (1.2.2-r1) 21:01:07 (2/2) Installing su-exec (0.2-r1) 21:01:07 Executing busybox-1.31.1-r19.trigger 21:01:07 OK: 6 MiB in 16 packages 21:01:07 Removing intermediate container 401679cb4dca 21:01:07 ---> 556b6d85016f 21:01:07 Step 13/23 : EXPOSE $APP_PORT 21:01:07 ---> Running in 3525af40fe89 21:01:07 Removing intermediate container 3525af40fe89 21:01:07 ---> 3227340cb974 21:01:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:08 ---> Running in 556d859d9a01 21:01:08 ---> 9dce26ae667c 21:01:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:01:08 Removing intermediate container d982c2692b89 21:01:08 ---> 4b78dbc19959 21:01:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:01:08 ---> Running in 3500cfd91952 21:01:08 ---> fa58b0205286 21:01:08 Step 19/23 : ENTRYPOINT ["/core-command"] 21:01:09 ---> Running in f7370ffbc287 21:01:09 Removing intermediate container 3500cfd91952 21:01:09 ---> 171410c52b89 21:01:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:01:09 ---> Running in 473f40880cee 21:01:09 Removing intermediate container f7370ffbc287 21:01:09 ---> 108e0981f373 21:01:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:01:09 ---> Running in e504b558daf0 21:01:09 Removing intermediate container 473f40880cee 21:01:09 ---> 37283fe43aaa 21:01:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:01:09 ---> Running in d2b773a7002e 21:01:10 Removing intermediate container 556d859d9a01 21:01:10 ---> 5aa184f8c655 21:01:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:01:10 Removing intermediate container e504b558daf0 21:01:10 ---> 9be74ccc8fbf 21:01:10 Step 21/23 : LABEL arch=x86_64 21:01:10 ---> Running in 057febb65e24 21:01:10 ---> Running in 181c5721bb31 21:01:10 Removing intermediate container 181c5721bb31 21:01:10 ---> 9cc987526134 21:01:10 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:01:10 ---> Running in 10d9ddde61fa 21:01:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:01:11 Status: Downloaded newer image for docker:20.10.0 21:01:11 ---> aefe523efa57 21:01:11 Step 12/26 : RUN apk add --no-cache bash 21:01:11 Removing intermediate container 10d9ddde61fa 21:01:11 ---> 9aeb49525d74 21:01:11 Step 23/23 : LABEL version=0.0.0 21:01:11 ---> Running in 29147d65c8ed 21:01:11 ---> Running in 3b69ae72d3a4 21:01:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:12 Removing intermediate container d2b773a7002e 21:01:12 ---> 664e5843f055 21:01:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:01:12 ---> Running in f3972a34380e 21:01:12 Removing intermediate container 3b69ae72d3a4 21:01:12 ---> 66a3479ca4ca 21:01:12 21:01:12 Removing intermediate container f3972a34380e 21:01:12 ---> 63d2b129a096 21:01:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:01:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:12 (1/6) Installing dumb-init (1.2.2-r1) 21:01:12 (2/6) Installing libgcc (9.3.0-r2) 21:01:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:12 Successfully built 66a3479ca4ca 21:01:12 Successfully tagged docker-core-command-go:latest 21:01:12  Building docker-core-command-go ... done (3/6) Installing libsodium (1.0.18-r0) 21:01:12 ---> 448c8fb3701a 21:01:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:01:12 (4/6) Installing libstdc++ (9.3.0-r2) 21:01:12 (1/2) Installing readline (8.0.4-r0) 21:01:12 (2/2) Installing bash (5.0.17-r0) 21:01:12 ---> Running in 5087f8acea85 21:01:12 Executing bash-5.0.17-r0.post-install 21:01:12 Executing busybox-1.31.1-r19.trigger 21:01:12 OK: 12 MiB in 22 packages 21:01:12 (5/6) Installing libzmq (4.3.3-r0) 21:01:12 (6/6) Installing zeromq (4.3.3-r0) 21:01:13 Executing busybox-1.31.1-r19.trigger 21:01:13 OK: 8 MiB in 20 packages 21:01:13 Removing intermediate container 29147d65c8ed 21:01:13 ---> b6d6ee7c30a1 21:01:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:01:13 ---> Running in 434ae5a10234 21:01:13 Removing intermediate container 434ae5a10234 21:01:13 ---> a0a940858a20 21:01:13 Step 14/26 : ENV APP_PORT=48090 21:01:13 Removing intermediate container 057febb65e24 21:01:13 ---> cf1d92f8e106 21:01:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:01:14 ---> Running in 5c375d7f3c4c 21:01:14 Removing intermediate container 5087f8acea85 21:01:14 ---> 7415bc68e288 21:01:14 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:01:14 Removing intermediate container 5c375d7f3c4c 21:01:14 ---> 3c1623d14800 21:01:14 Step 15/26 : EXPOSE $APP_PORT 21:01:14 ---> 22809e1b4da5 21:01:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:01:14 ---> Running in 75bb15ad7f42 21:01:14 ---> 0047cac5d2b1 21:01:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:01:14 Removing intermediate container 75bb15ad7f42 21:01:14 ---> 54043dcd6026 21:01:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:01:14 ---> 3d31b69a7fef 21:01:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:01:15 ---> 404a2acc5631 21:01:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:01:15 ---> f8ec8b89df0b 21:01:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:01:15 ---> 58199acd8921 21:01:15 Step 19/23 : ENTRYPOINT ["/core-data"] 21:01:15 ---> Running in ef429b15dd05 21:01:15 ---> 190c25710ba5 21:01:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:01:15 ---> 87f865dbdb80 21:01:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:01:15 Removing intermediate container ef429b15dd05 21:01:15 ---> a9a12f76f8f7 21:01:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:01:15 ---> Running in 50b6072d0ea3 21:01:15 ---> 14db3fc5a506 21:01:15 Step 19/26 : RUN apk --no-cache add py3-pip 21:01:16 Removing intermediate container 50b6072d0ea3 21:01:16 ---> 1332c1257abe 21:01:16 Step 21/23 : LABEL arch=x86_64 21:01:16 ---> 585c235f8868 21:01:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:01:16 ---> Running in 3b54353f45f5 21:01:16 ---> Running in ac37314f9c12 21:01:16 Removing intermediate container ac37314f9c12 21:01:16 ---> 109fbe54e7fe 21:01:16 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:01:16 ---> 1a796da70afe 21:01:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:01:16 ---> Running in 4f8e01408cdb 21:01:16 ---> Running in c605f9cf25a9 21:01:16 Removing intermediate container 4f8e01408cdb 21:01:16 ---> db0d1515d124 21:01:16 Step 23/23 : LABEL version=0.0.0 21:01:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:16 ---> Running in fe8591001827 21:01:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:16 Removing intermediate container c605f9cf25a9 21:01:16 ---> 7717d3f987d3 21:01:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:01:16 Removing intermediate container fe8591001827 21:01:16 ---> 9159611cde34 21:01:16 21:01:16 (1/33) Installing libbz2 (1.0.8-r1) 21:01:16 (2/33) Installing expat (2.2.9-r1) 21:01:16 (3/33) Installing libffi (3.3-r2) 21:01:16 (4/33) Installing gdbm (1.13-r1) 21:01:17 (5/33) Installing xz-libs (5.2.5-r0) 21:01:17 (6/33) Installing sqlite-libs (3.32.1-r0) 21:01:17 (7/33) Installing python3 (3.8.5-r0) 21:01:17 Successfully built 9159611cde34 21:01:17 Successfully tagged docker-core-data-go:latest 21:01:18  Building docker-core-data-go ... done  ---> 4dd6e12a55c8 21:01:18 Step 26/31 : RUN chmod +x /entrypoint.sh 21:01:21 ---> Running in 11c7d160fb11 21:01:21 (8/33) Installing py3-appdirs (1.4.4-r1) 21:01:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:01:21 (10/33) Installing py3-parsing (2.4.7-r0) 21:01:21 (11/33) Installing py3-six (1.15.0-r0) 21:01:21 (12/33) Installing py3-packaging (20.4-r0) 21:01:21 (13/33) Installing py3-setuptools (47.0.0-r0) 21:01:21 (14/33) Installing py3-chardet (3.0.4-r4) 21:01:21 (15/33) Installing py3-idna (2.9-r0) 21:01:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:01:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:01:21 (18/33) Installing py3-requests (2.23.0-r0) 21:01:21 (19/33) Installing py3-msgpack (1.0.0-r0) 21:01:21 (20/33) Installing py3-lockfile (0.12.2-r3) 21:01:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:01:21 (22/33) Installing py3-colorama (0.4.3-r0) 21:01:21 (23/33) Installing py3-distlib (0.3.0-r0) 21:01:21 (24/33) Installing py3-distro (1.5.0-r1) 21:01:21 (25/33) Installing py3-webencodings (0.5.1-r3) 21:01:21 (26/33) Installing py3-html5lib (1.0.1-r4) 21:01:21 (27/33) Installing py3-pytoml (0.1.21-r0) 21:01:21 (28/33) Installing py3-pep517 (0.8.2-r0) 21:01:21 (29/33) Installing py3-progress (1.5-r0) 21:01:21 (30/33) Installing py3-toml (0.10.1-r0) 21:01:21 (31/33) Installing py3-retrying (1.3.3-r0) 21:01:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:01:21 (33/33) Installing py3-pip (20.1.1-r0) 21:01:22 Executing busybox-1.31.1-r19.trigger 21:01:22 OK: 71 MiB in 55 packages 21:01:24 Removing intermediate container 11c7d160fb11 21:01:24 ---> ac51789f1f9e 21:01:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:01:24 ---> Running in b9f3ac6c4702 21:01:25 Removing intermediate container b9f3ac6c4702 21:01:25 ---> ac9a2c915469 21:01:25 Step 28/31 : CMD ["gate"] 21:01:28 ---> Running in 83e606af298e 21:01:29 Removing intermediate container 83e606af298e 21:01:29 ---> eaf33ffeb583 21:01:29 Step 29/31 : LABEL arch=x86_64 21:01:29 Removing intermediate container 3b54353f45f5 21:01:29 ---> 037a7eea580c 21:01:29 Step 20/26 : RUN pip install docker-compose==1.23.2 21:01:29 ---> Running in 312b3536410e 21:01:29 ---> Running in 7f71471b48c2 21:01:29 Removing intermediate container 312b3536410e 21:01:29 ---> 4a6f8528c077 21:01:29 Step 30/31 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:01:29 ---> Running in 62f9e596eddc 21:01:29 Removing intermediate container 62f9e596eddc 21:01:29 ---> e8d92c20f937 21:01:29 Step 31/31 : LABEL version=0.0.0 21:01:30 ---> Running in c8469ac892a3 21:01:30 Removing intermediate container c8469ac892a3 21:01:30 ---> 4d877b863644 21:01:30 21:01:30 Successfully built 4d877b863644 21:01:30 Successfully tagged docker-security-bootstrapper-go:latest 21:01:30  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 21:01:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:01:30 Collecting websocket-client<1.0,>=0.32.0 21:01:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:01:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:01:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:01:31 Collecting jsonschema<3,>=2.5.1 21:01:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:01:31 Collecting dockerpty<0.5,>=0.4.1 21:01:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:01:32 Collecting PyYAML<4,>=3.10 21:01:32 Downloading PyYAML-3.13.tar.gz (270 kB) 21:01:33 Collecting docker<4.0,>=3.6.0 21:01:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:01:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:01:33 Collecting texttable<0.10,>=0.9.0 21:01:33 Downloading texttable-0.9.1.tar.gz (11 kB) 21:01:33 Collecting cached-property<2,>=1.2.0 21:01:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:01:33 Collecting docopt<0.7,>=0.6.1 21:01:33 Downloading docopt-0.6.2.tar.gz (25 kB) 21:01:34 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) 21:01:34 Collecting urllib3<1.25,>=1.21.1 21:01:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:01:34 Collecting idna<2.8,>=2.5 21:01:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:01:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:01:34 Collecting docker-pycreds>=0.4.0 21:01:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:01:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:01:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:01:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:01:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:01:34 Installing collected packages: websocket-client, urllib3, idna, requests, jsonschema, dockerpty, PyYAML, docker-pycreds, docker, texttable, cached-property, docopt, docker-compose 21:01:35 Attempting uninstall: urllib3 21:01:35 Found existing installation: urllib3 1.25.9 21:01:35 Uninstalling urllib3-1.25.9: 21:01:35 Successfully uninstalled urllib3-1.25.9 21:01:35 Attempting uninstall: idna 21:01:35 Found existing installation: idna 2.9 21:01:35 Uninstalling idna-2.9: 21:01:35 Successfully uninstalled idna-2.9 21:01:35 Attempting uninstall: requests 21:01:35 Found existing installation: requests 2.23.0 21:01:35 Uninstalling requests-2.23.0: 21:01:35 Successfully uninstalled requests-2.23.0 21:01:36 Running setup.py install for dockerpty: started 21:01:36 Running setup.py install for dockerpty: finished with status 'done' 21:01:36 Running setup.py install for PyYAML: started 21:01:36 Running setup.py install for PyYAML: finished with status 'done' 21:01:37 Running setup.py install for texttable: started 21:01:37 Running setup.py install for texttable: finished with status 'done' 21:01:37 Running setup.py install for docopt: started 21:01:38 Running setup.py install for docopt: finished with status 'done' 21:01:38 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 21:01:42 Removing intermediate container 7f71471b48c2 21:01:42 ---> 3bdccb0df52a 21:01:42 Step 21/26 : RUN apk --no-cache add curl 21:01:42 ---> Running in 2383b7b76baf 21:01:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:01:43 (2/3) Installing libcurl (7.69.1-r3) 21:01:43 (3/3) Installing curl (7.69.1-r3) 21:01:43 Executing busybox-1.31.1-r19.trigger 21:01:43 OK: 72 MiB in 58 packages 21:01:44 Removing intermediate container 2383b7b76baf 21:01:44 ---> 537ffaebdc0a 21:01:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:01:44 ---> Running in 7f17580dcd28 21:01:44 Removing intermediate container 7f17580dcd28 21:01:44 ---> 6297cd5804b3 21:01:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:01:44 ---> Running in 8706c6e97532 21:01:44 Removing intermediate container 8706c6e97532 21:01:44 ---> e45ca814d663 21:01:44 Step 24/26 : LABEL arch=x86_64 21:01:44 ---> Running in bdab303af52d 21:01:44 Removing intermediate container bdab303af52d 21:01:44 ---> 9b33f668959a 21:01:44 Step 25/26 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:01:44 ---> Running in 57ee92972237 21:01:44 Removing intermediate container 57ee92972237 21:01:44 ---> 41eadd0d38fe 21:01:44 Step 26/26 : LABEL version=0.0.0 21:01:44 ---> Running in 18756a9dbed3 21:01:45 Removing intermediate container 18756a9dbed3 21:01:45 ---> 97126b00f29b 21:01:45 21:01:45 Successfully built 97126b00f29b 21:01:45 Successfully tagged docker-sys-mgmt-agent-go:latest 21:01:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:01:45 $ docker stop --time=1 ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e 21:01:47 $ docker rm -f ac6a820f6e623dbb7923670b0b8444b0a7cd5d5975f9fe731bf41734daa8856e [Pipeline] // withDockerContainer [Pipeline] sh 21:01:47 + docker images 21:01:47 + grep docker 21:01:48 docker-sys-mgmt-agent-go latest 97126b00f29b 4 seconds ago 313MB 21:01:48 docker-security-bootstrapper-go latest 4d877b863644 18 seconds ago 23.8MB 21:01:48 docker-core-data-go latest 9159611cde34 32 seconds ago 22.3MB 21:01:48 docker-core-command-go latest 66a3479ca4ca 37 seconds ago 16.9MB 21:01:48 docker-security-secretstore-setup-go latest 788565536b6e 2 minutes ago 24.6MB 21:01:48 docker-core-metadata-go latest 20d073b2bfb6 2 minutes ago 18.8MB 21:01:48 docker-security-proxy-setup-go latest 7e62ebb94bef 2 minutes ago 24.4MB 21:01:48 docker-support-scheduler-go latest 9d473301c57f 2 minutes ago 17MB 21:01:48 docker-support-notifications-go latest 9e108c81cb2b 2 minutes ago 16.9MB 21:01:48 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:02:04 Still waiting to schedule task 21:02:04 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:02:06 gofmt -l . 21:02:06 [ "`gofmt -l .`" = "" ] 21:02:06 ./bin/test-go-mod-tidy.sh 21:02:06 ./bin/test-attribution-txt.sh [Pipeline] sh 21:02:07 + ls -al . 21:02:07 total 708 21:02:07 drwxrwxr-x 9 1001 1001 4096 Feb 1 21:02 . 21:02:07 drwxr-xr-x 4 root root 4096 Feb 1 20:57 .. 21:02:07 -rw-rw-r-- 1 1001 1001 11 Feb 1 20:56 .dockerignore 21:02:07 drwxrwxr-x 8 1001 1001 4096 Feb 1 20:56 .git 21:02:07 drwxrwxr-x 3 1001 1001 4096 Feb 1 20:56 .github 21:02:07 -rw-rw-r-- 1 1001 1001 872 Feb 1 20:56 .gitignore 21:02:07 -rw-rw-r-- 1 1001 1001 166 Feb 1 20:56 .sonarcloud.properties 21:02:07 -rw-rw-r-- 1 1001 1001 7859 Feb 1 20:56 Attribution.txt 21:02:07 -rw-rw-r-- 1 1001 1001 3804 Feb 1 20:56 CONTRIBUTING.md 21:02:07 -rw-rw-r-- 1 1001 1001 931 Feb 1 20:56 Dockerfile.build 21:02:07 -rw-rw-r-- 1 1001 1001 863 Feb 1 20:56 Jenkinsfile 21:02:07 -rw-rw-r-- 1 1001 1001 10775 Feb 1 20:56 LICENSE 21:02:07 -rw-rw-r-- 1 1001 1001 6001 Feb 1 20:56 Makefile 21:02:07 -rw-rw-r-- 1 1001 1001 6524 Feb 1 20:56 README.md 21:02:07 -rw-rw-r-- 1 1001 1001 6755 Feb 1 20:56 SECURITY.md 21:02:07 -rw-rw-r-- 1 1001 1001 5 Feb 1 20:53 VERSION 21:02:07 -rw-rw-r-- 1 1001 1001 4131 Feb 1 20:56 ZMQWindows.md 21:02:07 drwxrwxr-x 2 1001 1001 4096 Feb 1 20:56 bin 21:02:07 drwxrwxr-x 15 1001 1001 4096 Feb 1 20:56 cmd 21:02:07 -rw-r--r-- 1 root root 574984 Feb 1 21:00 coverage.out 21:02:07 -rw-r--r-- 1 root root 1054 Feb 1 21:01 go.mod 21:02:07 -rw-r--r-- 1 root root 19399 Feb 1 21:01 go.sum 21:02:07 drwxrwxr-x 8 1001 1001 4096 Feb 1 20:56 internal 21:02:07 drwxrwxr-x 4 1001 1001 4096 Feb 1 20:56 openapi 21:02:07 drwxrwxr-x 4 1001 1001 4096 Feb 1 20:56 snap 21:02:07 -rw-rw-r-- 1 1001 1001 168 Feb 1 20:56 version.go [Pipeline] sh 21:02:08 + '[' -e coverage.out ] 21:02:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:02:08 Warning: overwriting stash ‘coverage-report’ 21:02:09 Stashed 1 file(s) [Pipeline] sh 21:02:10 + make build 21:02:10 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 21:02:20 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 21:02:42 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 21:02:46 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 21:02:50 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 21:02:51 Running on prd-ubuntu18.04-docker-8c-8g-24414 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 21:02:51 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 21:02:52 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 21:02:53 using credential edgex-jenkins-ssh 21:02:53 Cloning the remote Git repository 21:02:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:02:53 > git init /w/workspace/edgex-go/12 # timeout=10 21:02:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:02:53 > git --version # timeout=10 21:02:53 > git --version # 'git version 2.17.1' 21:02:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:02:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:02: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 21:03:02 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 21:03:05 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 21:03:08 Merging remotes/origin/master commit 98466e142dc9f0c0a385fd688c007d116986330a into PR head commit c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:03:08 Merge succeeded, producing c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:03:08 Checking out Revision c27c09040af0d2eebed9d707a0dcbb2ea100f262 (PR-3080) 21:03:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:03:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:03:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:03:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:03:08 > git config core.sparsecheckout # timeout=10 21:03:08 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 21:03:08 > git remote # timeout=10 21:03:08 > git config --get remote.origin.url # timeout=10 21:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:08 > git merge 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 21:03:08 > git rev-parse HEAD^{commit} # timeout=10 21:03:08 > git config core.sparsecheckout # timeout=10 21:03:08 > git checkout -f c27c09040af0d2eebed9d707a0dcbb2ea100f262 # timeout=10 21:03:09 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 21:03:12 Commit message: "Merge branch 'master' into issue-3079" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:03:13 + echo snap-build.sh 21:03:13 snap-build.sh 21:03:13 + SNAP_BASE_DIR=. 21:03:13 + '[' '!' -z /w/workspace/edgex-go/12 ']' 21:03:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 21:03:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 21:03:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 21:03:13 + cd /w/workspace/edgex-go/12 21:03:13 + sudo apt-get remove -qy --purge lxd lxd-client 21:03:13 Reading package lists... 21:03:13 Building dependency tree... 21:03:13 Reading state information... 21:03:13 The following packages were automatically installed and are no longer required: 21:03:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:03:13 uidmap xdelta3 21:03:13 Use 'sudo apt autoremove' to remove them. 21:03:13 The following packages will be REMOVED: 21:03:13 lxd* lxd-client* 21:03:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:03:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:03:14 After this operation, 31.7 MB disk space will be freed. 21:03:15 (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.) 21:03:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:03:16 Removing lxd dnsmasq configuration 21:03:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:03:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:03:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:03:17 (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.) 21:03:17 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:03:18 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 21:03:19 Processing triggers for systemd (237-3ubuntu10.42) ... 21:03:19 Processing triggers for ureadahead (0.100.0-21) ... 21:03:20 + sudo snap remove --purge lxd 21:03:20 snap "lxd" is not installed 21:03:20 + sudo groupadd --force --system lxd 21:03:20 ++ whoami 21:03:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:03:20 + newgrp - lxd 21:03:20 + sudo snap install lxd 21:03:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:03:26 $ docker stop --time=1 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 21:03:28 2021-02-01T21:03:25Z INFO Waiting for automatic snapd restart... 21:03:29 $ docker rm -f 5f62fc6b3321a4e0a796591b8f7f80af4955b9c81d7235ce358c4f14eaf238d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:31 21:03:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:03:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:32 latest: Pulling from edgex-devops/edgex-compose-arm64 21:03:32 29e5d40040c1: Pulling fs layer 21:03:32 1ce36da41761: Pulling fs layer 21:03:32 25b303627fd3: Pulling fs layer 21:03:33 29e5d40040c1: Verifying Checksum 21:03:33 29e5d40040c1: Download complete 21:03:33 1ce36da41761: Verifying Checksum 21:03:33 1ce36da41761: Download complete 21:03:33 29e5d40040c1: Pull complete 21:03:34 1ce36da41761: Pull complete 21:03:34 25b303627fd3: Verifying Checksum 21:03:34 25b303627fd3: Download complete 21:03:45 25b303627fd3: Pull complete 21:03:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:03:45 prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container 21:03:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:03:46 lxd 4.10 from Canonical* installed 21:03:46 + sudo lxd init --auto 21:03:48 $ docker top 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:49 + + grepdocker-compose parallel 21:03:49 build --help 21:03:52 --parallel Build images in parallel. [Pipeline] } 21:03:52 $ docker stop --time=1 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c 21:03:53 + sudo snap install --classic snapcraft 21:03:54 $ docker rm -f 7ac01d88a81d3b057f3daec62c18911f8ccf844e53c5749d0906a57d72dea29c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:55 . [Pipeline] withDockerContainer 21:03:55 prd-ubuntu18.04-docker-arm64-4c-16g-24413 does not seem to be running inside a container 21:03:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:03:57 $ docker top e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:58 + docker-compose -f ./docker-compose-build.yml build --parallel 21:03:58 snapcraft 4.4.4 from Canonical* installed 21:03:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:03:58 + patch --verbose -p1 21:03:58 Hmm... Looks like a unified diff to me... 21:03:58 The text leading up to this was: 21:03:58 -------------------------- 21:03:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:03:58 |From: Tony Espy 21:03:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:03:58 |Subject: [PATCH] optimize snap build for pipeline CI check 21:03:58 | 21:03:58 |This patch is used by the EdgeX CI pipeline builds to 21:03:58 |optimize the snap CI check run for pull requests. When 21:03:58 |applied, it essentially strips out everything (apps and 21:03:58 |parts) from the snapcraft.yaml file except those required 21:03:58 |to build edgex-go, as the whole idea of the CI check is to 21:03:58 |catch changes to edgex-go that break the snap build. 21:03:58 | 21:03:58 |In general, anyone updating snapcraft.yaml will also need 21:03:58 |to update this patch file, otherwise it may fail to apply, 21:03:58 |resulting in a failed snap build CI check in the associated 21:03:58 |pull request. 21:03:58 | 21:03:58 |Note - in addition to applying this patch, the pipeline also 21:03:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:03:58 |need to build the finally binary .snap file (and it won't 21:03:58 |work with the patch applied). This further reduces the build 21:03:58 |time. 21:03:58 |--- 21:03:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:03:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:03:58 | 21:03:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:03:58 |index 1e537489..faf42425 100644 21:03:58 |--- a/snap/snapcraft.yaml 21:03:58 |+++ b/snap/snapcraft.yaml 21:03:58 -------------------------- 21:03:58 patching file snap/snapcraft.yaml 21:03:58 Using Plan A... 21:03:58 Hunk #1 succeeded at 73. 21:03:58 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 21:03:58 Hunk #3 succeeded at 214 (offset -1 lines). 21:03:58 Hunk #4 succeeded at 222 (offset -1 lines). 21:03:58 Hunk #5 succeeded at 229 (offset -1 lines). 21:03:58 Hunk #6 succeeded at 256 (offset -1 lines). 21:03:58 Hunk #7 succeeded at 290 (offset -1 lines). 21:03:58 Hunk #8 succeeded at 342. 21:03:58 Hmm... Ignoring the trailing garbage. 21:03:58 done 21:03:58 + sudo snapcraft prime --use-lxd 21:03:59 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:03:59 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: 21:03:59 - README.md 21:03:59 - snapcraft.yaml.orig 21:03:59 21:03:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:04:00 Launching a container. 21:04:01 Building docker-core-command-go ... 21:04:01 Building docker-core-data-go ... 21:04:01 Building docker-core-metadata-go ... 21:04:01 Building docker-security-bootstrapper-go ... 21:04:01 Building docker-security-proxy-setup-go ... 21:04:01 Building docker-security-secretstore-setup-go ... 21:04:01 Building docker-support-notifications-go ... 21:04:01 Building docker-support-scheduler-go ... 21:04:01 Building docker-sys-mgmt-agent-go ... 21:04:01 Building docker-security-bootstrapper-go 21:04:01 Building docker-support-notifications-go 21:04:01 Building docker-support-scheduler-go 21:04:01 Building docker-core-metadata-go 21:04:01 Building docker-security-secretstore-setup-go 21:04:12 Waiting for container to be ready 21:04:12 To start your first instance, try: lxc launch ubuntu:18.04 21:04:12 21:04:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:04:15 Waiting for network to be ready... 21:04:15 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:04:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:04:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] 21:04:16 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:04:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:04:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:04:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 21:04:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:04:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:04:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:04:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:04:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:04:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:04:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:04:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:04:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:04:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] 21:04:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 21:04:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:04:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 21:04:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 21:04:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:04:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:04:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:04:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:04:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 21:04:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 21:04:19 Fetched 23.9 MB in 4s (5528 kB/s) 21:04:20 Reading package lists... 21:04:20 Reading package lists... 21:04:20 Building dependency tree... 21:04:20 Reading state information... 21:04:21 The following additional packages will be installed: 21:04:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:04:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:04:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:04:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:04:21 Suggested packages: 21:04:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:04:21 Recommended packages: 21:04:21 gnupg libsasl2-modules 21:04:21 The following NEW packages will be installed: 21:04:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:04:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:04:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:04:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:04:21 The following packages will be upgraded: 21:04:21 gpg gpg-agent gpgconf libudev1 21:04:21 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:04:21 Need to get 3533 kB of archives. 21:04:21 After this operation, 13.3 MB of additional disk space will be used. 21:04:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:04:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:04:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:04:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:04:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:04:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:04:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:04:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:04:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:04:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:04:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:04:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:04:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:04:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:04:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:04:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:04:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:04:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:04:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:04:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:04:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:04:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:04:22 debconf: delaying package configuration, since apt-utils is not installed 21:04:22 Fetched 3533 kB in 1s (3236 kB/s) 21:04:22 (Reading database ... 12511 files and directories currently installed.) 21:04:22 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:04:22 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:04:22 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:04:22 Selecting previously unselected package udev. 21:04:22 (Reading database ... 12511 files and directories currently installed.) 21:04:22 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:04:22 Unpacking udev (237-3ubuntu10.44) ... 21:04:22 Selecting previously unselected package libfuse2:amd64. 21:04:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:04:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:04:22 Selecting previously unselected package fuse. 21:04:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:04:22 Unpacking fuse (2.9.7-1ubuntu1) ... 21:04:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:04:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:04:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:04:23 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:04:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:04:23 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:04:23 Selecting previously unselected package libksba8:amd64. 21:04:23 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:04:23 Unpacking libksba8:amd64 (1.3.5-2) ... 21:04:23 Selecting previously unselected package libroken18-heimdal:amd64. 21:04:23 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:04:23 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:04:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:04:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libwind0-heimdal:amd64. 21:04:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:04:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:04:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:04:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:04:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libsasl2-modules-db:amd64. 21:04:24 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:04:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:24 Selecting previously unselected package libsasl2-2:amd64. 21:04:24 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:04:24 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:24 Selecting previously unselected package libldap-common. 21:04:24 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:04:24 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:04:24 Selecting previously unselected package libldap-2.4-2:amd64. 21:04:24 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:04:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:04:24 Selecting previously unselected package dirmngr. 21:04:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:04:25 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:04:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:04:25 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:04:25 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:04:25 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:25 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:04:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:25 Setting up libksba8:amd64 (1.3.5-2) ... 21:04:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:25 Setting up udev (237-3ubuntu10.44) ... 21:04:25 invoke-rc.d: policy-rc.d denied execution of start. 21:04:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:25 Processing triggers for systemd (237-3ubuntu10) ... 21:04:25 Setting up fuse (2.9.7-1ubuntu1) ... 21:04:26 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:04:26 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:04:26 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:04:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:04:26 settings in the [Install] section, and DefaultInstance for template units). 21:04:26 This means they are not meant to be enabled using systemctl. 21:04:26 Possible reasons for having this kind of units are: 21:04:26 1) A unit may be statically enabled by being symlinked from another unit's 21:04:26 .wants/ or .requires/ directory. 21:04:26 2) A unit's purpose may be to act as a helper for some other unit which has 21:04:26 a requirement dependency on it. 21:04:26 3) A unit may be started when needed via activation (socket, path, timer, 21:04:26 D-Bus, udev, scripted systemctl call, ...). 21:04:26 4) In case of template units, the unit is meant to be enabled with some 21:04:26 instance name specified. 21:04:26 Reading package lists... 21:04:27 Building dependency tree... 21:04:27 Reading state information... 21:04:27 The following additional packages will be installed: 21:04:27 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:04:27 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:04:27 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:04:27 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:04:27 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:04:27 Suggested packages: 21:04:27 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:04:27 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:04:27 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:04:27 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:04:27 systemd-container policykit-1 21:04:27 Recommended packages: 21:04:27 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:04:27 The following NEW packages will be installed: 21:04:27 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:04:27 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:04:27 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:04:27 multiarch-support openssh-client python3 python3-minimal python3.6 21:04:27 python3.6-minimal snapd squashfs-tools sudo 21:04:27 The following packages will be upgraded: 21:04:27 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:04:27 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:04:27 Need to get 35.2 MB of archives. 21:04:27 After this operation, 141 MB of additional disk space will be used. 21:04:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:04:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:04:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:04:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:04:28 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:04:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:04:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:04:28 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:04:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:04:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:04:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:04:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:04:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:04:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:04:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:04:28 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:04:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:04:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:04:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:04:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:04:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:04:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:04:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:04:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:04:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:04:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:04:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:04:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:04:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:04:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:04:29 debconf: delaying package configuration, since apt-utils is not installed 21:04:29 Fetched 35.2 MB in 2s (14.7 MB/s) 21:04:29 (Reading database ... 12757 files and directories currently installed.) 21:04:29 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:04:30 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:04:30 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:04:30 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:04:30 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:04:30 (Reading database ... 12757 files and directories currently installed.) 21:04:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:04:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:04:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:04:31 (Reading database ... 12757 files and directories currently installed.) 21:04:31 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:04:31 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:04:31 Setting up apt (1.6.12ubuntu0.2) ... 21:04:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:04:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:04:31 (Reading database ... 12764 files and directories currently installed.) 21:04:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:04:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:04:32 Selecting previously unselected package libpython3.6-minimal:amd64. 21:04:32 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:04:32 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:04:32 Selecting previously unselected package libexpat1:amd64. 21:04:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:04:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:04:32 Selecting previously unselected package python3.6-minimal. 21:04:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:04:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:04:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:04:32 Checking for services that may need to be restarted...done. 21:04:33 Checking for services that may need to be restarted...done. 21:04:33 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:04:33 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:04:33 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:04:33 Selecting previously unselected package python3-minimal. 21:04:33 (Reading database ... 13012 files and directories currently installed.) 21:04:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:04:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:04:33 Selecting previously unselected package mime-support. 21:04:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:04:33 Unpacking mime-support (3.60ubuntu1) ... 21:04:33 Selecting previously unselected package libmpdec2:amd64. 21:04:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:04:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:04:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:04:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:04:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:04:34 Selecting previously unselected package python3.6. 21:04:34 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:04:34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:04:34 Selecting previously unselected package libpython3-stdlib:amd64. 21:04:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:04:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:04:34 Setting up python3-minimal (3.6.7-1~18.04) ... 21:04:36 Selecting previously unselected package python3. 21:04:36 (Reading database ... 13442 files and directories currently installed.) 21:04:36 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:04:36 Unpacking python3 (3.6.7-1~18.04) ... 21:04:36 Selecting previously unselected package multiarch-support. 21:04:36 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:04:36 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:04:36 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:04:36 Selecting previously unselected package liblzo2-2:amd64. 21:04:36 (Reading database ... 13479 files and directories currently installed.) 21:04:36 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:04:36 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:04:36 Selecting previously unselected package libbsd0:amd64. 21:04:36 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:04:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:04:36 Selecting previously unselected package sudo. 21:04:36 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:04:36 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:04:36 Selecting previously unselected package apparmor. 21:04:36 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:04:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:04:36 Selecting previously unselected package libedit2:amd64. 21:04:36 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:04:36 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:04:36 Selecting previously unselected package libkrb5support0:amd64. 21:04:36 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:04:36 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:04:36 Selecting previously unselected package libk5crypto3:amd64. 21:04:36 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:04:36 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:04:36 Selecting previously unselected package libkeyutils1:amd64. 21:04:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:04:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:04:36 Selecting previously unselected package libkrb5-3:amd64. 21:04:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:04:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:04:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:04:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:04:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:04:36 Selecting previously unselected package libssl1.0.0:amd64. 21:04:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:04:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:04:36 Selecting previously unselected package openssh-client. 21:04:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:04:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:04:36 Selecting previously unselected package squashfs-tools. 21:04:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:04:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:04:36 Selecting previously unselected package snapd. 21:04:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:04:36 Unpacking snapd (2.48+18.04) ... 21:04:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:04:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:04:38 Setting up mime-support (3.60ubuntu1) ... 21:04:38 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:04:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:04:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:04:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:39 Setting up systemd (237-3ubuntu10.44) ... 21:04:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:04:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:04:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:04:41 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:04:41 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:04:41 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:04:41 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:04:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:04:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:04:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:04:41 Setting up python3 (3.6.7-1~18.04) ... 21:04:41 running python rtupdate hooks for python3.6... 21:04:41 running python post-rtupdate hooks for python3.6... 21:04:41 Setting up apparmor (2.12-4ubuntu5.1) ... 21:04:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:04:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:04:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:04:43 Setting up snapd (2.48+18.04) ... 21:04:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:04:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:04:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:04:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:04:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:04:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:04:45 /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' 21:04:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:45 Processing triggers for systemd (237-3ubuntu10.44) ... 21:04:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:04:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:04:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:04:47 Reading package lists... 21:04:47 Reading package lists... 21:04:47 Building dependency tree... 21:04:47 Reading state information... 21:04:47 Calculating upgrade... 21:04:48 The following packages will be upgraded: 21:04:48 advancecomp base-files bash binutils binutils-common 21:04:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:04:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:04:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:04:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:04:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:04:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:04:48 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:04:48 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:04:48 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:04:48 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:04:48 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:04:48 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:04:48 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:04:48 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:04:48 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:04:48 Need to get 63.8 MB of archives. 21:04:48 After this operation, 5205 kB of additional disk space will be used. 21:04:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 21:04:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:04:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:04:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:04:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:04:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:04:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:04:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:04:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:04:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:04:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:04:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:04:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:04:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:04:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:04:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:04:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:04:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:04:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:04:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:04:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:04:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:04:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:04:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:04:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:04:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:04:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:04:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:04:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:04:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:04:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:04:48 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:04:48 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:04:48 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:04:48 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:04:48 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:04:48 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:04:48 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:04:48 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:04:48 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:04:48 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:04:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:04:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:04:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:04:48 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:04:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:04:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:04:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:04:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:04:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:04:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:04:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:04:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:04:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:04:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:04:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:04:49 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:04:49 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:04:49 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:04:49 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:04:49 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:04:50 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:04:50 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:04:50 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:04:50 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:04:50 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:04:50 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:04:50 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:04:50 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:04:50 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:04:50 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:04:50 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:04:50 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:04:50 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:04:50 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:04:50 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:04:50 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:04:50 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:04:50 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:04:50 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:04:50 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:04:50 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:04:50 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:04:50 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:04:50 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:04:50 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:04:50 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:04:50 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:04:50 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:04:50 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:04:50 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:04:50 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:04:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:04:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:04:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:04:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:04:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:04:51 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:04:51 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:04:51 debconf: delaying package configuration, since apt-utils is not installed 21:04:51 Fetched 63.8 MB in 3s (19.8 MB/s) 21:04:51 (Reading database ... 13912 files and directories currently installed.) 21:04:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:04:51 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:04:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 21:04:52 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 21:04:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:04:54 (Reading database ... 13911 files and directories currently installed.) 21:04:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:04:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:04:54 (Reading database ... 13911 files and directories currently installed.) 21:04:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:04:55 (Reading database ... 13911 files and directories currently installed.) 21:04:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:04:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:55 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:04:56 (Reading database ... 13911 files and directories currently installed.) 21:04:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:04:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:04:56 Setting up base-files (10.1ubuntu2.10) ... 21:04:56 Installing new version of config file /etc/issue ... 21:04:56 Installing new version of config file /etc/issue.net ... 21:04:56 Installing new version of config file /etc/lsb-release ... 21:04:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:04:56 Removing obsolete conffile /etc/default/motd-news ... 21:04:56 (Reading database ... 13912 files and directories currently installed.) 21:04:56 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:04:56 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:04:57 Setting up bash (4.4.18-2ubuntu1.2) ... 21:04:57 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 21:04:57 (Reading database ... 13912 files and directories currently installed.) 21:04:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:04:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:04:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:04:57 (Reading database ... 13912 files and directories currently installed.) 21:04:57 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:04:57 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:04:57 Setting up tar (1.29b-2ubuntu0.2) ... 21:04:57 (Reading database ... 13912 files and directories currently installed.) 21:04:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:04:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:04:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:04:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:04:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:04:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:04:58 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:04:58 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:04:58 Setting up grep (3.1-2build1) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:04:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:04:59 Setting up login (1:4.5-1ubuntu2) ... 21:04:59 (Reading database ... 13912 files and directories currently installed.) 21:04:59 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:04:59 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:04:59 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:04:59 (Reading database ... 13912 files and directories currently installed.) 21:04:59 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:04:59 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:04:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:04:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:05:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:05:00 (Reading database ... 13912 files and directories currently installed.) 21:05:00 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:05:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:05:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:05:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:05:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:05:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:05:01 (Reading database ... 13912 files and directories currently installed.) 21:05:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:05:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:05:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:05:02 (Reading database ... 13912 files and directories currently installed.) 21:05:02 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:02 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:02 (Reading database ... 13912 files and directories currently installed.) 21:05:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:02 (Reading database ... 13912 files and directories currently installed.) 21:05:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:02 (Reading database ... 13912 files and directories currently installed.) 21:05:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:03 (Reading database ... 13912 files and directories currently installed.) 21:05:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:03 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:03 (Reading database ... 13912 files and directories currently installed.) 21:05:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:03 (Reading database ... 13912 files and directories currently installed.) 21:05:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:04 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:04 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:05:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:05:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:05:05 (Reading database ... 13912 files and directories currently installed.) 21:05:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:05:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:05:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:05:05 (Reading database ... 13912 files and directories currently installed.) 21:05:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:05:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:05:05 (Reading database ... 13914 files and directories currently installed.) 21:05:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:05:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:05:06 Setting up debconf (1.5.66ubuntu1) ... 21:05:06 (Reading database ... 13914 files and directories currently installed.) 21:05:06 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:05:06 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:05:06 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:05:06 (Reading database ... 13914 files and directories currently installed.) 21:05:06 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:05:06 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:05:06 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:05:06 (Reading database ... 13914 files and directories currently installed.) 21:05:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:07 (Reading database ... 13914 files and directories currently installed.) 21:05:07 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:07 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:07 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:07 (Reading database ... 13914 files and directories currently installed.) 21:05:07 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:07 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:08 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:08 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:05:08 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:05:08 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:05:08 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:05:08 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:05:08 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:05:08 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:05:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:09 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:05:09 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:05:09 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:05:09 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:05:09 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:05:09 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:05:10 Setting up passwd (1:4.5-1ubuntu2) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:05:10 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:05:10 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:05:10 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:05:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:05:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:05:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:05:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:05:11 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:05:11 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:05:11 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:05:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:05:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:05:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:05:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:05:12 (Reading database ... 13915 files and directories currently installed.) 21:05:12 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:05:12 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:05:12 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:05:12 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:05:12 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:05:12 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:05:12 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:05:12 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:05:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:05:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:05:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:05:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:05:13 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:05:13 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:05:13 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:05:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:05:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:05:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:05:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:05:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:05:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:05:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:05:14 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:05:14 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:05:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:05:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:05:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:05:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:05:15 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:05:15 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:05:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:05:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:05:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:05:15 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:05:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:05:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:05:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:16 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:05:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:05:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:05:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:05:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:05:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:05:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:05:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:05:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:05:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:05:21 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:05:21 21:05:21 Current default time zone: 'Etc/UTC' 21:05:21 Local time is now: Mon Feb 1 21:05:21 UTC 2021. 21:05:21 Universal Time is now: Mon Feb 1 21:05:21 UTC 2021. 21:05:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:05:21 21:05:21 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:05:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 21:05:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:05:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:05:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:05:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:05:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:05:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:05:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:05:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:05:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:05:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:22 Setting up patch (2.7.6-2ubuntu1.1) ... 21:05:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:05:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:05:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:05:22 Installing new version of config file /etc/ssl/openssl.cnf ... 21:05:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:05:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:05:22 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:05:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:23 ---> e468a1c9db4b 21:05:23 Step 3/22 : WORKDIR /edgex-go 21:05:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:23 ---> e468a1c9db4b 21:05:23 Step 3/22 : WORKDIR /edgex-go 21:05:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:23 ---> e468a1c9db4b 21:05:23 Step 3/24 : WORKDIR /edgex-go 21:05:23 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:05:23 ---> e468a1c9db4b 21:05:23 Step 3/31 : WORKDIR /edgex-go 21:05:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:23 ---> e468a1c9db4b 21:05:23 Step 3/23 : WORKDIR /edgex-go 21:05:23 ---> Running in 48adee5cd70e 21:05:23 ---> Running in 3389a27f2f58 21:05:23 ---> Running in 3e8bf11a3403 21:05:23 ---> Running in 4e2255731931 21:05:23 ---> Running in 767428ec882f 21:05:23 Removing intermediate container 3e8bf11a3403 21:05:23 ---> be382aca7ba4 21:05:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:23 Removing intermediate container 767428ec882f 21:05:23 ---> c661b090a636 21:05:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:23 Removing intermediate container 4e2255731931 21:05:23 Removing intermediate container 3389a27f2f58 21:05:23 ---> 1f7574a59bae 21:05:23 ---> 352dcc2005c1 21:05:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:23 Removing intermediate container 48adee5cd70e 21:05:23 ---> 5ce3d5c186d4 21:05:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:23 ---> Running in ae3699890bb3 21:05:23 ---> Running in aa45a563e75b 21:05:23 ---> Running in 6ad1fbe709f0 21:05:23 ---> Running in 29be8377c352 21:05:23 ---> Running in 7ea866f963ff 21:05:23 Removing intermediate container ae3699890bb3 21:05:23 ---> 34084476743b 21:05:23 Step 5/23 : RUN apk add --update --no-cache make git 21:05:23 ---> Running in d0d3f8779240 21:05:23 Removing intermediate container aa45a563e75b 21:05:23 ---> f47a0606a439 21:05:23 Step 5/24 : RUN apk add --update --no-cache make git 21:05:23 Removing intermediate container 7ea866f963ff 21:05:23 ---> 071dfa28f307 21:05:23 Step 5/22 : RUN apk add --update --no-cache make git 21:05:23 ---> Running in a6e1d79108c3 21:05:23 Removing intermediate container 6ad1fbe709f0 21:05:23 ---> 9cbfadc0bbb4 21:05:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:05:23 ---> Running in cdcaf8080762 21:05:23 Removing intermediate container 29be8377c352 21:05:23 ---> a8d3379df54d 21:05:23 Step 5/31 : RUN apk add --update --no-cache make git 21:05:23 ---> Running in 2f32772c9878 21:05:23 ---> Running in ffde49cda432 21:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:24 Updating certificates in /etc/ssl/certs... 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:24 OK: 217 MiB in 51 packages 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:25 22 added, 17 removed; done. 21:05:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:05:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:05:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:05:25 Setting up pkgbinarymangler (138.18.04.1) ... 21:05:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:05:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 OK: 217 MiB in 51 packages 21:05:25 OK: 217 MiB in 51 packages 21:05:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up perl (5.26.1-6ubuntu0.5) ... 21:05:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:05:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:05:25 OK: 217 MiB in 51 packages 21:05:25 OK: 217 MiB in 51 packages 21:05:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:05:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:05:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:05:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:05:26 Removing intermediate container d0d3f8779240 21:05:26 ---> a63a064723dd 21:05:26 Step 6/23 : COPY go.mod . 21:05:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:05:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:05:26 Processing triggers for systemd (237-3ubuntu10.44) ... 21:05:26 Processing triggers for mime-support (3.60ubuntu1) ... 21:05:26 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:05:26 Updating certificates in /etc/ssl/certs... 21:05:27 0 added, 0 removed; done. 21:05:27 Running hooks in /etc/ca-certificates/update.d... 21:05:27 done. 21:05:27 Removing intermediate container a6e1d79108c3 21:05:27 ---> dae5071a7ff6 21:05:27 Step 6/24 : COPY go.mod . 21:05:27 ---> 3e1d89b13979 21:05:27 Step 7/23 : RUN go mod download 21:05:27 Reading package lists... 21:05:27 Removing intermediate container cdcaf8080762 21:05:27 ---> 9a1240a531b4 21:05:27 Step 6/22 : COPY go.mod . 21:05:27 ---> Running in a8690a303cca 21:05:27 Building dependency tree... 21:05:27 Reading state information... 21:05:27 The following NEW packages will be installed: 21:05:27 apt-transport-https 21:05:27 Removing intermediate container 2f32772c9878 21:05:27 ---> 7920167e0a20 21:05:27 Step 6/22 : COPY go.mod . 21:05:27 Removing intermediate container ffde49cda432 21:05:27 ---> 9fcd5aeaaffd 21:05:27 Step 6/31 : COPY go.mod . 21:05:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:05:27 Need to get 1696 B of archives. 21:05:27 After this operation, 153 kB of additional disk space will be used. 21:05:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:05:27 debconf: delaying package configuration, since apt-utils is not installed 21:05:27 ---> f21f2bbc9eed 21:05:27 Step 7/24 : RUN go mod download 21:05:28 Fetched 1696 B in 0s (8536 B/s) 21:05:28 Selecting previously unselected package apt-transport-https. 21:05:28 (Reading database ... 13929 files and directories currently installed.) 21:05:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:05:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:05:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:05:28 ---> Running in 4369abd02e8d 21:05:28 Waiting for network to be ready... 21:05:28 ---> 4ef59d6308c1 21:05:28 Step 7/22 : RUN go mod download 21:05:28 ---> b216a2a317c2 21:05:28 Step 7/22 : RUN go mod download 21:05:28 ---> Running in aed151c4ba6a 21:05:28 ---> Running in 726dc844012a 21:05:28 ---> ecc048e387e7 21:05:28 Step 7/31 : RUN go mod download 21:05:29 ---> Running in da63db044f20 21:05:31 Removing intermediate container a8690a303cca 21:05:31 ---> ded216f7a00e 21:05:31 Step 8/23 : COPY . . 21:05:32 Removing intermediate container 4369abd02e8d 21:05:32 ---> b159f9aeeb07 21:05:32 Step 8/24 : COPY . . 21:05:33 Removing intermediate container aed151c4ba6a 21:05:33 ---> 0db918df508d 21:05:33 Step 8/22 : COPY . . 21:05:34 Removing intermediate container 726dc844012a 21:05:34 ---> ca2ae3721c7f 21:05:34 Step 8/22 : COPY . . 21:05:34 Removing intermediate container da63db044f20 21:05:34 ---> fc27e59835af 21:05:34 Step 8/31 : COPY . . 21:05:34 2021-02-01T21:05:31Z INFO Waiting for automatic snapd restart... 21:05:34 snapd 2.48.2 from Canonical* installed 21:05:35 "snapd" switched to the "latest/stable" channel 21:05:35 21:05:38 core18 20201210 from Canonical* installed 21:05:38 "core18" switched to the "latest/stable" channel 21:05:38 21:05:41 snapcraft 4.4.4 from Canonical* installed 21:05:41 "snapcraft" switched to the "latest/stable" channel 21:05:41 21:05:45 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: 21:05:45 - README.md 21:05:45 - snapcraft.yaml.orig 21:05:45 21:05:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:05:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:05:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:05:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:05:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:05:52 Reading package lists... 21:05:52 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 21:05:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:05:59 Reading package lists... 21:05:59 Building dependency tree... 21:05:59 Reading state information... 21:05:59 Suggested packages: 21:05:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:05:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:05:59 Recommended packages: 21:05:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:05:59 The following NEW packages will be installed: 21:05:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:05:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:05:59 pkg-config zip 21:05:59 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:05:59 Need to get 7655 kB of archives. 21:05:59 After this operation, 43.7 MB of additional disk space will be used. 21:05:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:05:59 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:05:59 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:05:59 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:05:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:05:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:05:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:05:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:05:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:05:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:05:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:05:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:06:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:06:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:06:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:06:00 debconf: delaying package configuration, since apt-utils is not installed 21:06:00 Fetched 7655 kB in 1s (6981 kB/s) 21:06:00 Selecting previously unselected package libglib2.0-0:amd64. 21:06:00 (Reading database ... 13933 files and directories currently installed.) 21:06:00 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:06:00 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:06:00 Selecting previously unselected package libpsl5:amd64. 21:06:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:06:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:06:00 Selecting previously unselected package libnghttp2-14:amd64. 21:06:00 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:06:00 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:06:01 Selecting previously unselected package librtmp1:amd64. 21:06:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:06:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:06:01 Selecting previously unselected package libcurl3-gnutls:amd64. 21:06:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:06:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:06:01 Selecting previously unselected package liberror-perl. 21:06:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:06:01 Unpacking liberror-perl (0.17025-1) ... 21:06:01 Selecting previously unselected package git-man. 21:06:01 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:06:01 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:06:01 Selecting previously unselected package git. 21:06:01 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:06:01 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:06:01 ---> 671f49e3aa8d 21:06:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:06:01 ---> dc424413e0ca 21:06:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:06:01 ---> 44f6b0d28882 21:06:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:06:01 ---> fbaa1f39a78b 21:06:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:06:01 ---> bbd8c17dc055 21:06:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:06:01 ---> Running in 0b0f9ce94266 21:06:01 ---> Running in 98dd2f04ec67 21:06:01 ---> Running in 273a8a52f946 21:06:01 ---> Running in 55a7dd75a289 21:06:01 ---> Running in 0bf47c371ed1 21:06:01 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 21:06:01 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 21:06:01 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 21:06:02 Selecting previously unselected package libnorm1:amd64. 21:06:02 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:06:02 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:06:02 Selecting previously unselected package libpgm-5.2-0:amd64. 21:06:02 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:06:02 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:06:02 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 21:06:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:06:02 Selecting previously unselected package libsodium23:amd64. 21:06:02 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:06:02 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:06:02 Selecting previously unselected package libzmq5:amd64. 21:06:02 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:06:02 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:06:02 Selecting previously unselected package libzmq3-dev:amd64. 21:06:02 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:06:02 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:06:02 Selecting previously unselected package pkg-config. 21:06:02 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:06:02 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:06:02 Selecting previously unselected package zip. 21:06:02 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:06:02 Unpacking zip (3.0-11build1) ... 21:06:03 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:06:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:06:03 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:06:03 Setting up liberror-perl (0.17025-1) ... 21:06:03 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:06:03 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:06:03 No schema files found: doing nothing. 21:06:03 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:06:03 Setting up zip (3.0-11build1) ... 21:06:03 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:06:03 Setting up libsodium23:amd64 (1.0.16-2) ... 21:06:03 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:06:03 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:06:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:06:03 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:06:03 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:06:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:06:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:10 git set to automatically installed. 21:06:10 git-man set to automatically installed. 21:06:10 libcurl3-gnutls set to automatically installed. 21:06:10 liberror-perl set to automatically installed. 21:06:10 libglib2.0-0 set to automatically installed. 21:06:10 libnghttp2-14 set to automatically installed. 21:06:10 libnorm1 set to automatically installed. 21:06:10 libpgm-5.2-0 set to automatically installed. 21:06:10 libpsl5 set to automatically installed. 21:06:10 librtmp1 set to automatically installed. 21:06:10 libsodium23 set to automatically installed. 21:06:10 libzmq3-dev set to automatically installed. 21:06:10 libzmq5 set to automatically installed. 21:06:10 pkg-config set to automatically installed. 21:06:10 zip set to automatically installed. 21:06:12 snapd is not logged in, snap install commands will use sudo 21:06:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:20 snap "core18" has no updates available 21:06:20 Pulling config-common 21:06:21 Pulling go-build-helper 21:06:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:06:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:06:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] 21:06:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 21:06:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:06:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:06:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:06:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:06:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1104 kB] 21:06:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 21:06:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:06:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:06:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:06:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:06:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:06:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:06:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:06:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:06:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:06:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 21:06:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 21:06:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:06:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:06:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:06:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:06:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 21:06:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 21:06:43 Fetched 23.9 MB in 0s (0 B/s) 21:06:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:06:43 Fetched 96.5 kB in 0s (0 B/s) 21:06:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:06:43 Fetched 279 kB in 0s (0 B/s) 21:06:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:06:43 Fetched 122 kB in 0s (0 B/s) 21:06:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:06:43 Fetched 77.8 kB in 0s (0 B/s) 21:06:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:06:43 Fetched 8848 B in 0s (0 B/s) 21:06:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:06:43 Fetched 47.8 kB in 0s (0 B/s) 21:06:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:06:43 Fetched 45.6 kB in 0s (0 B/s) 21:06:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:06:43 Fetched 15.0 kB in 0s (0 B/s) 21:06:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:06:43 Fetched 214 kB in 0s (0 B/s) 21:06:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:06:43 Fetched 155 kB in 0s (0 B/s) 21:06:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:06:43 Fetched 50.6 kB in 0s (0 B/s) 21:06:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:06:43 Fetched 14.8 kB in 0s (0 B/s) 21:06:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:06:43 Fetched 41.8 kB in 0s (0 B/s) 21:06:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:06:43 Fetched 499 kB in 0s (0 B/s) 21:06:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:06:43 Fetched 111 kB in 0s (0 B/s) 21:06:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:06:43 Fetched 240 kB in 0s (0 B/s) 21:06:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:06:43 Fetched 29.3 kB in 0s (0 B/s) 21:06:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:06:43 Fetched 85.5 kB in 0s (0 B/s) 21:06:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:06:43 Fetched 24.5 kB in 0s (0 B/s) 21:06:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:06:43 Fetched 49.2 kB in 0s (0 B/s) 21:06:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:06:43 Fetched 54.2 kB in 0s (0 B/s) 21:06:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:06:43 Fetched 30.8 kB in 0s (0 B/s) 21:06:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:06:43 Fetched 17.0 kB in 0s (0 B/s) 21:06:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:06:43 Fetched 85.9 kB in 0s (0 B/s) 21:06:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:06:43 Fetched 8720 B in 0s (0 B/s) 21:06:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:06:43 Fetched 137 kB in 0s (0 B/s) 21:06:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:06:43 Fetched 119 kB in 0s (0 B/s) 21:06:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:06:43 Fetched 109 kB in 0s (0 B/s) 21:06:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:06:43 Fetched 11.1 kB in 0s (0 B/s) 21:06:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:06:43 Fetched 645 kB in 0s (0 B/s) 21:06:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:06:43 Fetched 41.3 kB in 0s (0 B/s) 21:06:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:06:43 Fetched 17.9 kB in 0s (0 B/s) 21:06:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:06:43 Fetched 368 kB in 0s (0 B/s) 21:06:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:06:43 Fetched 187 kB in 0s (0 B/s) 21:06:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:06:43 Fetched 175 kB in 0s (0 B/s) 21:06:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:06:46 Fetched 206 kB in 0s (0 B/s) 21:06:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:06:46 Fetched 1301 kB in 0s (0 B/s) 21:06:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:06:46 Fetched 36.2 kB in 0s (0 B/s) 21:06:46 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:06:46 Fetched 159 kB in 0s (0 B/s) 21:06:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:06:46 Fetched 107 kB in 0s (0 B/s) 21:06:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:06:46 Fetched 48.7 kB in 0s (0 B/s) 21:06:46 Pulling static-packages 21:06:47 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:06:47 Skipping pull go-build-helper (already ran) 21:06:47 Skipping pull static-packages (already ran) 21:06:47 Building go-build-helper 21:06:50 Building static-packages 21:06:52 Staging go-build-helper 21:06:53 Staging static-packages 21:06:54 Pulling go115 21:06:55 'edgex-go' has dependencies that need to be staged: go115 21:06:55 Skipping pull go115 (already ran) 21:06:55 Building go115 21:06:55 % Total % Received % Xferd Average Speed Time Time Time Current 21:06:55 Dload Upload Total Spent Left Speed 21:06:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 4863k 0 0 13.9M 0 0:00:08 --:--:-- 0:00:08 13.9M 39 115M 39 46.0M 0 0 34.3M 0 0:00:03 0:00:01 0:00:02 34.3M 79 115M 79 91.7M 0 0 39.2M 0 0:00:02 0:00:02 --:--:-- 39.1M 100 115M 100 115M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M 21:06:58 go1.15.2.linux-amd64.tar.gz: OK 21:07:02 Staging go115 21:07:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:07:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:07:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:07:08 Fetched 0 B in 0s (0 B/s) 21:07:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:07:08 Fetched 224 kB in 0s (0 B/s) 21:07:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:07:08 Fetched 157 kB in 0s (0 B/s) 21:07:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:07:08 Fetched 221 kB in 0s (0 B/s) 21:07:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:07:08 Fetched 143 kB in 0s (0 B/s) 21:07:08 Pulling edgex-go 21:07:08 Pulling version 21:07:09 Building config-common 21:07:11 Skipping build go-build-helper (already ran) 21:07:11 Skipping build static-packages (already ran) 21:07:11 Skipping build go115 (already ran) 21:07:11 Building edgex-go 21:07:11 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 21:07:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 21:07:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:07:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 21:07:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 21:07:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:07:13 go: downloading github.com/gorilla/mux v1.8.0 21:07:13 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 21:07:13 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 21:07:13 go: downloading github.com/pkg/errors v0.8.1 21:07:13 go: downloading github.com/google/uuid v1.2.0 21:07:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:07:13 go: downloading github.com/pebbe/zmq4 v1.2.2 21:07:13 go: downloading github.com/go-kit/kit v0.8.0 21:07:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:07:13 go: downloading github.com/x448/float16 v0.8.4 21:07:13 go: downloading github.com/pelletier/go-toml v1.2.0 21:07:13 go: downloading github.com/imdario/mergo v0.3.11 21:07:13 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 21:07:13 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:07:13 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:07:13 go: downloading gopkg.in/yaml.v2 v2.4.0 21:07:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:07:13 go: downloading github.com/BurntSushi/toml v0.3.1 21:07:13 go: downloading github.com/hashicorp/consul/api v1.1.0 21:07:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:07:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:07:13 go: downloading github.com/mitchellh/copystructure v1.0.0 21:07:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:07:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:07:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:07:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:07:13 go: downloading github.com/hashicorp/serf v0.8.2 21:07:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:07:13 go: downloading github.com/leodido/go-urn v1.2.0 21:07:13 go: downloading github.com/go-playground/universal-translator v0.17.0 21:07:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:07:13 go: downloading github.com/go-playground/locales v0.13.0 21:07:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:07:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:07:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:07:20 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 21:07:23 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 21:07:24 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 21:07:24 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 21:07:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:07:25 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 21:07:26 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 21:07:26 go: downloading github.com/stretchr/testify v1.7.0 21:07:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:07:26 go: downloading github.com/davecgh/go-spew v1.1.1 21:07:26 go: downloading github.com/pmezard/go-difflib v1.0.0 21:07:27 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 21:07:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:07:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:07:28 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 21:07:29 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 21:07:29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:07:30 Removing intermediate container 0b0f9ce94266 21:07:30 ---> a0f23e82f7e0 21:07:30 21:07:30 Step 10/24 : FROM alpine:3.12 21:07:30 3.12: Pulling from library/alpine 21:07:31 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 21:07:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:07:31 Status: Downloaded newer image for alpine:3.12 21:07:31 ---> afeebe901d6b 21:07:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:07:32 ---> Running in 1ef5be42a5ae 21:07:32 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 21:07:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:07:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:07:33 go: downloading github.com/lib/pq v1.9.0 21:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:35 (1/5) Installing ca-certificates (20191127-r4) 21:07:36 Building version 21:07:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:07:36 (3/5) Installing libcurl (7.69.1-r3) 21:07:36 (4/5) Installing curl (7.69.1-r3) 21:07:36 (5/5) Installing dumb-init (1.2.2-r1) 21:07:36 Executing busybox-1.31.1-r19.trigger 21:07:36 Executing ca-certificates-20191127-r4.trigger 21:07:36 OK: 7 MiB in 19 packages 21:07:37 Removing intermediate container 273a8a52f946 21:07:37 ---> 54c201acbb08 21:07:37 21:07:37 Step 10/22 : FROM alpine:3.12 21:07:37 ---> afeebe901d6b 21:07:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:07:37 ---> Running in 978e8829041a 21:07:38 Staging config-common 21:07:38 Skipping stage go-build-helper (already ran) 21:07:38 Skipping stage static-packages (already ran) 21:07:38 Skipping stage go115 (already ran) 21:07:38 Staging edgex-go 21:07:39 Staging version 21:07:39 Removing intermediate container 1ef5be42a5ae 21:07:39 ---> 038f0b9bd2e9 21:07:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:07:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:39 ---> Running in 8df42b9d1aa3 21:07:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:40 Priming config-common 21:07:40 Removing intermediate container 8df42b9d1aa3 21:07:40 ---> 25aa455696d3 21:07:40 Step 13/24 : WORKDIR / 21:07:40 ---> Running in 6ca49c044f03 21:07:40 (1/2) Installing ca-certificates (20191127-r4) 21:07:40 (2/2) Installing dumb-init (1.2.2-r1) 21:07:40 Executing busybox-1.31.1-r19.trigger 21:07:40 Executing ca-certificates-20191127-r4.trigger 21:07:41 OK: 6 MiB in 16 packages 21:07:41 Priming go-build-helper 21:07:41 Removing intermediate container 6ca49c044f03 21:07:41 ---> be6f9eb2fa12 21:07:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:07:42 Priming static-packages 21:07:43 ---> aae789b219ec 21:07:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:07:44 Priming go115 21:07:44 Removing intermediate container 978e8829041a 21:07:44 ---> 189f6eb86830 21:07:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:07:44 ---> Running in 659777991c0f 21:07:44 ---> 4420689f9f58 21:07:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:07:45 Priming edgex-go 21:07:45 Removing intermediate container 659777991c0f 21:07:45 ---> 10fdfbf99c8c 21:07:45 Step 13/22 : ENV APP_PORT=48060 21:07:45 ---> Running in 67d72ab2eb31 21:07:46 ---> fb04071c2eb6 21:07:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:07:46 Priming version 21:07:46 Removing intermediate container 67d72ab2eb31 21:07:46 ---> 6b110f5ce31a 21:07:46 Step 14/22 : EXPOSE $APP_PORT 21:07:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:07:47 ---> Running in 8996e810b0e0 21:07:48 Removing intermediate container 8996e810b0e0 21:07:48 ---> a9eb876f606b 21:07:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:48 ---> 6732aa9a1054 21:07:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:07:49 Removing intermediate container 55a7dd75a289 21:07:49 ---> a061a9190191 21:07:49 21:07:49 Step 10/31 : FROM alpine:3.12 21:07:49 ---> afeebe901d6b 21:07:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:07:49 ---> 2726e8958fc9 21:07:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] // stage [Pipeline] } 21:07:50 ---> Running in 9d8258517e3c 21:07:51 ---> c583bba0518a 21:07:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:07:51 Removing intermediate container 9d8258517e3c 21:07:51 ---> 47915ead330e 21:07:51 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:07:51 ---> Running in 062db36abf99 21:07:52 ---> 5550038fb484 21:07:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:07:52 ---> d85a0c79fcb8 21:07:52 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/ 21:07:53 ---> Running in d9d59536303c 21:07:53 Removing intermediate container 0bf47c371ed1 21:07:53 ---> c536b4688143 21:07:53 21:07:53 Step 10/22 : FROM alpine:3.12 21:07:53 ---> afeebe901d6b 21:07:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:07:53 ---> 61c25b24801b 21:07:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:07:53 ---> Running in fc5c270cbb76 21:07:54 ---> Running in d663fce23fc2 21:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:54 Removing intermediate container d663fce23fc2 21:07:54 ---> 0fab665dadb4 21:07:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:54 ---> Running in b4437948d745 21:07:55 (1/2) Installing dumb-init (1.2.2-r1) 21:07:55 (2/2) Installing su-exec (0.2-r1) 21:07:55 Executing busybox-1.31.1-r19.trigger 21:07:55 OK: 5 MiB in 16 packages 21:07:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:55 Removing intermediate container b4437948d745 21:07:55 ---> 78be7ea33202 21:07:55 Step 20/22 : LABEL arch=arm64 21:07:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:56 ---> Running in 975048f149fd 21:07:56 (1/1) Installing dumb-init (1.2.2-r1) 21:07:56 Executing busybox-1.31.1-r19.trigger 21:07:56 OK: 5 MiB in 15 packages 21:07:57 Removing intermediate container 975048f149fd 21:07:57 ---> 9598a2dc2350 21:07:57 Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262Removing intermediate container 062db36abf99 21:07:57 ---> c3ef4dd29ce3 21:07:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:07:57 21:07:57 Removing intermediate container d9d59536303c 21:07:57 ---> ff5098d8c345 21:07:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:07:57 ---> Running in dbe7e856af69 21:07:57 ---> Running in 57f66ed22359 21:07:58 ---> Running in 843243c13223 21:07:58 Removing intermediate container 98dd2f04ec67 21:07:58 ---> 11b1bc89ca70 21:07:58 21:07:58 Step 10/23 : FROM alpine:3.12 21:07:58 ---> afeebe901d6b 21:07:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:07:58 ---> Using cache 21:07:58 ---> 759615861c0a 21:07:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:07:58 Removing intermediate container dbe7e856af69 21:07:58 ---> 6d936a5aee06 21:07:58 Step 22/22 : LABEL version=0.0.0 21:07:58 Removing intermediate container fc5c270cbb76 21:07:58 ---> 759615861c0a 21:07:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:07:58 Removing intermediate container 57f66ed22359 21:07:58 ---> d342baa7c472 21:07:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:07:58 Removing intermediate container 843243c13223 21:07:58 ---> b349753db4a0 21:07:58 Step 22/24 : LABEL arch=arm64 21:07:58 ---> Running in 8f696af2c436 21:07:58 ---> Running in 0cbf85933fdb 21:07:59 ---> Running in 5c73b77171f8 21:07:59 ---> Running in 3f8a643c17af 21:07:59 ---> Running in aef412fea245 21:07:59 Removing intermediate container 8f696af2c436 21:07:59 ---> ddee68a0ff36 21:07:59 Step 13/23 : ENV APP_PORT=48081 21:07:59 Removing intermediate container 0cbf85933fdb 21:07:59 ---> 278924c0ea8a 21:07:59 21:07:59 ---> Running in e5c18df43bfb 21:08:00 Removing intermediate container 3f8a643c17af 21:08:00 Removing intermediate container 5c73b77171f8 21:08:00 ---> e1a65f576dbe 21:08:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:08:00 ---> 52bffe9140a1 21:08:00 Step 13/22 : ENV APP_PORT=48085 21:08:00 Removing intermediate container aef412fea245 21:08:00 ---> 323d6c1773f3 21:08:00 Step 23/24 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:08:00 Successfully built 278924c0ea8a 21:08:00 Successfully tagged docker-support-notifications-go-arm64:latest 21:08:00  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:08:00 ---> Running in 5eda156e992a 21:08:00 ---> Running in 17dda0f429fb 21:08:00 ---> Running in 50935bc661fc 21:08:00 Removing intermediate container e5c18df43bfb 21:08:00 ---> bdfba651f8e2 21:08:00 Step 14/23 : EXPOSE $APP_PORT 21:08:00 ---> Running in e19dac6976d3 21:08:01 Removing intermediate container 5eda156e992a 21:08:01 ---> 6b38959501df 21:08:01 Step 14/22 : EXPOSE $APP_PORT 21:08:01 Removing intermediate container 50935bc661fc 21:08:01 ---> 20cfba2c0ca7 21:08:01 Step 24/24 : LABEL version=0.0.0 21:08:01 ---> Running in 7ca8eacf299d 21:08:01 ---> Running in d1bd4ee74bbe 21:08:01 Removing intermediate container e19dac6976d3 21:08:01 ---> 8aea64620d46 21:08:01 Step 15/23 : WORKDIR / 21:08:01 ---> Running in a1023fb61a94 21:08:02 Removing intermediate container d1bd4ee74bbe 21:08:02 ---> 3a4496e77028 21:08:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:02 Removing intermediate container 7ca8eacf299d 21:08:02 ---> 99ca070cb80e 21:08:02 21:08:02 Removing intermediate container a1023fb61a94 21:08:02 ---> dea6a80c12ff 21:08:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:02 Successfully built 99ca070cb80e 21:08:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:08:03  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 21:08:03 ---> f2883f5fa0cf 21:08:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:08:03 ---> a089fee2473a 21:08:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:08:03 Removing intermediate container 17dda0f429fb 21:08:03 ---> d01445edd69d 21:08:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:08:04 ---> Running in 269aae0d65d4 21:08:05 Removing intermediate container 269aae0d65d4 21:08:05 ---> c336171b9fd7 21:08:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:08:05 ---> d13b069fb371 21:08:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:08:05 ---> a976a3841bfd 21:08:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:08:06 ---> cc4b3d91aa80 21:08:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:08:06 ---> e6009ab8de94 21:08:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:08:06 ---> Running in 551fca6f644c 21:08:06 ---> a607cdef702a 21:08:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:08:07 ---> Running in 2baf4e906d66 21:08:07 ---> Running in a01d46542136 21:08:08 Removing intermediate container 551fca6f644c 21:08:08 ---> 4e6c8711d656 21:08:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:08 Removing intermediate container a01d46542136 21:08:08 ---> ef50c91d8de7 21:08:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:08 ---> Running in 658ce2739513 21:08:09 ---> Running in 49e4a5b63d38 21:08:09 Removing intermediate container 658ce2739513 21:08:09 ---> 5167836f31bb 21:08:09 Step 20/22 : LABEL arch=arm64 21:08:09 Removing intermediate container 49e4a5b63d38 21:08:09 ---> d4a4b9a11c00 21:08:09 Step 21/23 : LABEL arch=arm64 21:08:09 ---> Running in 647c277e8f2c 21:08:09 ---> Running in 83e421cb52d2 21:08:10 Removing intermediate container 83e421cb52d2 21:08:10 ---> 124bb24309c6 21:08:10 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262Removing intermediate container 647c277e8f2c 21:08:10 21:08:10 ---> b2f1857d6a23 21:08:10 Step 21/22 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:08:10 ---> Running in 5386360460fe 21:08:10 Removing intermediate container 2baf4e906d66 21:08:10 ---> bb0720490e6d 21:08:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:10 ---> Running in 2d20aa092b94 21:08:11 Removing intermediate container 2d20aa092b94 21:08:11 ---> 075bffa72f0f 21:08:11 Step 23/23 : LABEL version=0.0.0 21:08:11 Removing intermediate container 5386360460fe 21:08:11 ---> 4fd4a5b536b8 21:08:11 Step 22/22 : LABEL version=0.0.0 21:08:12 ---> Running in d3c53ffecec5 21:08:12 ---> 9b3eca6ecb2b 21:08:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:08:12 ---> Running in 0ed9cf093c9c 21:08:12 Removing intermediate container d3c53ffecec5 21:08:12 ---> 7ae0c9ed171f 21:08:12 21:08:13 Removing intermediate container 0ed9cf093c9c 21:08:13 ---> fb18a41b6dca 21:08:13 21:08:13 Successfully built 7ae0c9ed171f 21:08:13 Successfully tagged docker-core-metadata-go-arm64:latest 21:08:13  Building docker-core-metadata-go ... done Building docker-core-data-go 21:08:13 Successfully built fb18a41b6dca 21:08:14 Successfully tagged docker-support-scheduler-go-arm64:latest 21:08:14  Building docker-support-scheduler-go ... done Building docker-core-command-go 21:08:14 ---> 93693d704f31 21:08:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:08:15 ---> 6125caa53f3a 21:08:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:08:16 ---> f11175d32e8e 21:08:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:08:17 ---> 2b15fedcb049 21:08:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:08:17 ---> Running in 4c6d369e3276 21:08:17 Removing intermediate container 4c6d369e3276 21:08:17 ---> 3edbfa02378e 21:08:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:08:18 ---> 2c43f96231d8 21:08:18 Step 26/31 : RUN chmod +x /entrypoint.sh 21:08:19 ---> Running in 5783d6d4434c 21:08:22 Removing intermediate container 5783d6d4434c 21:08:22 ---> 21d62744ec1b 21:08:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:08:23 ---> Running in d3002b04337b 21:08:24 Removing intermediate container d3002b04337b 21:08:24 ---> 0588ff990655 21:08:24 Step 28/31 : CMD ["gate"] 21:08:24 ---> Running in 9a8cb9c598ad 21:08:25 Removing intermediate container 9a8cb9c598ad 21:08:25 ---> 2bea6aaf73bc 21:08:25 Step 29/31 : LABEL arch=arm64 21:08:26 ---> Running in 7a62e109c8a5 21:08:26 Removing intermediate container 7a62e109c8a5 21:08:26 ---> 97422c3460e7 21:08:26 Step 30/31 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:08:27 ---> Running in fea5957bb350 21:08:27 Removing intermediate container fea5957bb350 21:08:27 ---> 6dad9cd51ddf 21:08:27 Step 31/31 : LABEL version=0.0.0 21:08:28 ---> Running in c454285cd932 21:08:29 Removing intermediate container c454285cd932 21:08:29 ---> f46fea8eb591 21:08:29 21:08:29 Successfully built f46fea8eb591 21:08:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:08:47  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:08:47 ---> e468a1c9db4b 21:08:47 Step 3/21 : WORKDIR /edgex-go 21:08:47 ---> Using cache 21:08:47 ---> 352dcc2005c1 21:08:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:47 ---> Using cache 21:08:47 ---> 071dfa28f307 21:08:47 Step 5/21 : RUN apk add --update --no-cache make git 21:08:47 ---> Using cache 21:08:47 ---> 9a1240a531b4 21:08:47 Step 6/21 : COPY go.mod . 21:08:47 ---> Using cache 21:08:47 ---> 4ef59d6308c1 21:08:47 Step 7/21 : RUN go mod download 21:08:47 ---> Using cache 21:08:47 ---> 0db918df508d 21:08:47 Step 8/21 : COPY . . 21:08:47 ---> Using cache 21:08:47 ---> 44f6b0d28882 21:08:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:08:48 ---> Running in f2bd9b8a542d 21:08:49 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 21:08:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:08:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:08:51 ---> e468a1c9db4b 21:08:51 Step 3/26 : WORKDIR /edgex-go 21:08:51 ---> Using cache 21:08:51 ---> 352dcc2005c1 21:08:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:51 ---> Using cache 21:08:51 ---> 071dfa28f307 21:08:51 Step 5/26 : RUN apk add --update --no-cache make bash git 21:08:52 ---> Running in 74a0c162b3b2 21:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:55 OK: 217 MiB in 51 packages 21:08:59 Removing intermediate container 74a0c162b3b2 21:08:59 ---> 97d94bffdf82 21:08:59 Step 6/26 : COPY go.mod . 21:09:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:00 ---> 2b8542c71107 21:09:00 Step 7/26 : RUN go mod download 21:09:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:09:00 ---> e468a1c9db4b 21:09:00 Step 3/23 : WORKDIR /edgex-go 21:09:00 ---> Using cache 21:09:00 ---> 352dcc2005c1 21:09:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:00 ---> Using cache 21:09:00 ---> 071dfa28f307 21:09:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:09:00 ---> Running in 7bfc7f53a61b 21:09:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:09:00 ---> e468a1c9db4b 21:09:00 Step 3/23 : WORKDIR /edgex-go 21:09:00 ---> Using cache 21:09:00 ---> 352dcc2005c1 21:09:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:00 ---> Using cache 21:09:00 ---> 071dfa28f307 21:09:00 Step 5/23 : RUN apk add --update --no-cache make git 21:09:00 ---> Using cache 21:09:00 ---> 9a1240a531b4 21:09:00 Step 6/23 : COPY go.mod . 21:09:00 ---> Using cache 21:09:00 ---> 4ef59d6308c1 21:09:00 Step 7/23 : RUN go mod download 21:09:00 ---> Using cache 21:09:00 ---> 0db918df508d 21:09:00 Step 8/23 : COPY . . 21:09:01 ---> Running in 9e29d926223b 21:09:01 ---> Using cache 21:09:01 ---> 44f6b0d28882 21:09:01 Step 9/23 : RUN make cmd/core-command/core-command 21:09:01 ---> Running in 5f73ab63a1e3 21:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:09:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:04 OK: 217 MiB in 51 packages 21:09:05 Removing intermediate container 9e29d926223b 21:09:05 ---> 37050641055d 21:09:05 Step 8/26 : COPY . . 21:09:06 Removing intermediate container 7bfc7f53a61b 21:09:06 ---> 4ed95aeb2d39 21:09:06 Step 6/23 : COPY go.mod . 21:09:08 ---> 4dc3a142f45c 21:09:08 Step 7/23 : RUN go mod download 21:09:09 ---> Running in 463eb52ea692 21:09:15 Removing intermediate container 463eb52ea692 21:09:15 ---> 4b719128cac1 21:09:15 Step 8/23 : COPY . . 21:09:31 ---> 1e0f04f7bb86 21:09:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:09:31 ---> Running in a9421057f6f8 21:09:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:09:36 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 21:09:39 ---> cdddbd04cccf 21:09:39 Step 9/23 : RUN make cmd/core-data/core-data 21:09:39 ---> Running in 4e682200aee1 21:09:41 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 21:09:53 Removing intermediate container f2bd9b8a542d 21:09:53 ---> 271ab307b137 21:09:53 21:09:53 Step 10/21 : FROM alpine:3.12 21:09:53 ---> afeebe901d6b 21:09:53 Step 11/21 : RUN apk add --update --no-cache curl 21:09:53 ---> Running in c8964f98dcfb 21:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:55 (1/4) Installing ca-certificates (20191127-r4) 21:09:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:09:56 (3/4) Installing libcurl (7.69.1-r3) 21:09:56 (4/4) Installing curl (7.69.1-r3) 21:09:56 Executing busybox-1.31.1-r19.trigger 21:09:56 Executing ca-certificates-20191127-r4.trigger 21:09:56 OK: 7 MiB in 18 packages 21:09:58 Removing intermediate container c8964f98dcfb 21:09:58 ---> 97f4c749074e 21:09:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:09:59 ---> Running in 5586b69b53e7 21:10:00 Removing intermediate container 5586b69b53e7 21:10:00 ---> f0e9505e3d92 21:10:00 Step 13/21 : WORKDIR /edgex 21:10:00 ---> Running in 8c4b2fc798af 21:10:01 Removing intermediate container 8c4b2fc798af 21:10:01 ---> e7e7c84d4777 21:10:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:10:02 ---> f51708eb0e04 21:10:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:10:04 ---> 52263e1e5da4 21:10:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:10:06 ---> e32fe450d1f1 21:10:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:10:06 ---> Running in eee131c71298 21:10:06 Removing intermediate container eee131c71298 21:10:06 ---> 86b646d2027f 21:10:06 Step 18/21 : CMD ["--init=true"] 21:10:07 ---> Running in 0e724f27778b 21:10:07 Removing intermediate container 0e724f27778b 21:10:07 ---> f53a40103718 21:10:07 Step 19/21 : LABEL arch=arm64 21:10:07 ---> Running in 2546eb0d51c6 21:10:08 Removing intermediate container 2546eb0d51c6 21:10:08 ---> 2ada5b161da5 21:10:08 Step 20/21 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:10:08 ---> Running in 695c31cdfc9e 21:10:09 Removing intermediate container 695c31cdfc9e 21:10:09 ---> 7aa92702bdd0 21:10:09 Step 21/21 : LABEL version=0.0.0 21:10:09 ---> Running in f4930b39717f 21:10:10 Removing intermediate container f4930b39717f 21:10:10 ---> 114ed5ad8973 21:10:10 21:10:10 Successfully built 114ed5ad8973 21:10:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:10:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f73ab63a1e3 21:10:21 ---> 11048c7b329b 21:10:21 21:10:21 Step 10/23 : FROM alpine:3.12 21:10:21 ---> afeebe901d6b 21:10:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:10:21 ---> Using cache 21:10:21 ---> 759615861c0a 21:10:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:21 ---> Using cache 21:10:21 ---> 52bffe9140a1 21:10:21 Step 13/23 : ENV APP_PORT=48082 21:10:21 ---> Running in 2e18d91399cb 21:10:21 Removing intermediate container 2e18d91399cb 21:10:21 ---> 897497438bbe 21:10:21 Step 14/23 : EXPOSE $APP_PORT 21:10:21 ---> Running in 58fa53281314 21:10:22 Removing intermediate container 58fa53281314 21:10:22 ---> 7740ba253a88 21:10:22 Step 15/23 : WORKDIR / 21:10:22 ---> Running in b1bba4a488de 21:10:23 Removing intermediate container b1bba4a488de 21:10:23 ---> c08c95ab1409 21:10:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:24 ---> 08809d628c58 21:10:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:10:26 ---> 179790bec2b2 21:10:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:10:27 ---> 6d7d62d67b19 21:10:27 Step 19/23 : ENTRYPOINT ["/core-command"] 21:10:27 ---> Running in 3851651fd1d4 21:10:28 Removing intermediate container 3851651fd1d4 21:10:28 ---> 8de8e00dc702 21:10:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:28 ---> Running in fed85848da4e 21:10:29 Removing intermediate container fed85848da4e 21:10:29 ---> 423c69948c72 21:10:29 Step 21/23 : LABEL arch=arm64 21:10:29 ---> Running in 6513367c9a5c 21:10:30 Removing intermediate container 6513367c9a5c 21:10:30 ---> afa3b4a35316 21:10:30 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:10:30 ---> Running in 19e0ba705461 21:10:30 Removing intermediate container 19e0ba705461 21:10:30 ---> bc00df5b1a73 21:10:30 Step 23/23 : LABEL version=0.0.0 21:10:31 ---> Running in c176bc2c72a1 21:10:31 Removing intermediate container c176bc2c72a1 21:10:31 ---> dd79ba3dcb03 21:10:31 21:10:32 Successfully built dd79ba3dcb03 21:10:32 Successfully tagged docker-core-command-go-arm64:latest 21:10:39  Building docker-core-command-go ... done Removing intermediate container a9421057f6f8 21:10:39 ---> 31b29d2fa9d1 21:10:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:10:39 ---> Running in ab2462311233 21:10:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:10:43 Removing intermediate container ab2462311233 21:10:43 ---> 521a11422398 21:10:43 21:10:43 Step 11/26 : FROM docker:20.10.0 21:10:43 20.10.0: Pulling from library/docker 21:10:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:10:53 Status: Downloaded newer image for docker:20.10.0 21:10:53 ---> eeaf43b92773 21:10:53 Step 12/26 : RUN apk add --no-cache bash 21:10:53 ---> Running in bb959d85e252 21:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:55 Removing intermediate container 4e682200aee1 21:10:55 ---> a84c267d603b 21:10:55 21:10:55 Step 10/23 : FROM alpine:3.12 21:10:55 ---> afeebe901d6b 21:10:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:10:55 (1/2) Installing readline (8.0.4-r0) 21:10:55 (2/2) Installing bash (5.0.17-r0) 21:10:55 ---> Running in f747015e0ed3 21:10:55 Executing bash-5.0.17-r0.post-install 21:10:55 Executing busybox-1.31.1-r19.trigger 21:10:55 OK: 12 MiB in 22 packages 21:10:56 Removing intermediate container f747015e0ed3 21:10:56 ---> fc3a1f381592 21:10:56 Step 12/23 : ENV APP_PORT=48080 21:10:56 ---> Running in 1358e8f1254d 21:10:57 Removing intermediate container 1358e8f1254d 21:10:57 ---> ce8c96792e60 21:10:57 Step 13/23 : EXPOSE $APP_PORT 21:10:57 Removing intermediate container bb959d85e252 21:10:57 ---> 0b85c4c578b9 21:10:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:10:57 ---> Running in 172bd7e9cecd 21:10:57 ---> Running in 3beeebe41fa7 21:10:57 Removing intermediate container 172bd7e9cecd 21:10:57 ---> c3c981967426 21:10:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:57 Removing intermediate container 3beeebe41fa7 21:10:57 ---> 87feaa6d1e54 21:10:57 Step 14/26 : ENV APP_PORT=48090 21:10:57 ---> Running in 7abd33b8c3a6 21:10:57 ---> Running in 432963fc779b 21:10:58 Removing intermediate container 432963fc779b 21:10:58 ---> ad75a7bed8a1 21:10:58 Step 15/26 : EXPOSE $APP_PORT 21:10:58 ---> Running in 3b0a0307e3d4 21:10:59 Removing intermediate container 3b0a0307e3d4 21:10:59 ---> f7307fdf997b 21:10:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:11:00 ---> e7046412ecbf 21:11:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:11:00 Removing intermediate container 7abd33b8c3a6 21:11:00 ---> d669e993040f 21:11:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:11:00 ---> Running in 4a7107c81c1d 21:11:01 ---> a0b002061dec 21:11:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:02 ---> 7db537c1ba2d 21:11:02 Step 19/26 : RUN apk --no-cache add py3-pip 21:11:02 ---> Running in 7ba9028b9f09 21:11:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:03 (1/6) Installing dumb-init (1.2.2-r1) 21:11:03 (2/6) Installing libgcc (9.3.0-r2) 21:11:03 (3/6) Installing libsodium (1.0.18-r0) 21:11:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:03 (4/6) Installing libstdc++ (9.3.0-r2) 21:11:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:03 (5/6) Installing libzmq (4.3.3-r0) 21:11:04 (6/6) Installing zeromq (4.3.3-r0) 21:11:04 (1/33) Installing libbz2 (1.0.8-r1) 21:11:04 (2/33) Installing expat (2.2.9-r1) 21:11:04 Executing busybox-1.31.1-r19.trigger 21:11:04 (3/33) Installing libffi (3.3-r2) 21:11:04 (4/33) Installing gdbm (1.13-r1) 21:11:04 OK: 8 MiB in 20 packages 21:11:04 (5/33) Installing xz-libs (5.2.5-r0) 21:11:04 (6/33) Installing sqlite-libs (3.32.1-r0) 21:11:04 (7/33) Installing python3 (3.8.5-r0) 21:11:06 Removing intermediate container 4a7107c81c1d 21:11:06 ---> 7f7d5d26f9a2 21:11:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:11:06 (8/33) Installing py3-appdirs (1.4.4-r1) 21:11:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:11:06 (10/33) Installing py3-parsing (2.4.7-r0) 21:11:06 (11/33) Installing py3-six (1.15.0-r0) 21:11:06 (12/33) Installing py3-packaging (20.4-r0) 21:11:06 (13/33) Installing py3-setuptools (47.0.0-r0) 21:11:06 (14/33) Installing py3-chardet (3.0.4-r4) 21:11:06 (15/33) Installing py3-idna (2.9-r0) 21:11:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:11:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:11:06 (18/33) Installing py3-requests (2.23.0-r0) 21:11:06 (19/33) Installing py3-msgpack (1.0.0-r0) 21:11:06 (20/33) Installing py3-lockfile (0.12.2-r3) 21:11:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:11:06 (22/33) Installing py3-colorama (0.4.3-r0) 21:11:06 (23/33) Installing py3-distlib (0.3.0-r0) 21:11:06 (24/33) Installing py3-distro (1.5.0-r1) 21:11:06 (25/33) Installing py3-webencodings (0.5.1-r3) 21:11:06 (26/33) Installing py3-html5lib (1.0.1-r4) 21:11:06 (27/33) Installing py3-pytoml (0.1.21-r0) 21:11:06 (28/33) Installing py3-pep517 (0.8.2-r0) 21:11:06 (29/33) Installing py3-progress (1.5-r0) 21:11:06 (30/33) Installing py3-toml (0.10.1-r0) 21:11:06 (31/33) Installing py3-retrying (1.3.3-r0) 21:11:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:11:06 (33/33) Installing py3-pip (20.1.1-r0) 21:11:06 Executing busybox-1.31.1-r19.trigger 21:11:06 OK: 71 MiB in 55 packages 21:11:07 ---> 7b5c5dacb94e 21:11:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:11:08 ---> c3ed2fef6f4f 21:11:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:11:09 ---> 00f9f27b918d 21:11:09 Step 19/23 : ENTRYPOINT ["/core-data"] 21:11:10 ---> Running in ec7142bcb214 21:11:10 Removing intermediate container ec7142bcb214 21:11:10 ---> aa6af51fe6de 21:11:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:11:10 ---> Running in 12698b89b4b9 21:11:11 Removing intermediate container 12698b89b4b9 21:11:11 ---> f0f65a8eb76f 21:11:11 Step 21/23 : LABEL arch=arm64 21:11:11 ---> Running in 97059e282c0b 21:11:12 Removing intermediate container 97059e282c0b 21:11:12 ---> cab9057663fd 21:11:12 Step 22/23 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:11:12 ---> Running in 443a71723a7a 21:11:13 Removing intermediate container 443a71723a7a 21:11:13 ---> cafa73ad4908 21:11:13 Step 23/23 : LABEL version=0.0.0 21:11:13 ---> Running in e773ffdaac52 21:11:13 Removing intermediate container 7ba9028b9f09 21:11:13 ---> b27ea3fb3bcc 21:11:13 Step 20/26 : RUN pip install docker-compose==1.23.2 21:11:13 ---> Running in e8a33f5408b7 21:11:14 Removing intermediate container e773ffdaac52 21:11:14 ---> 0077d31fb6d9 21:11:14 21:11:14 Successfully built 0077d31fb6d9 21:11:14 Successfully tagged docker-core-data-go-arm64:latest 21:11:19  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 21:11:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:11:19 Collecting PyYAML<4,>=3.10 21:11:19 Downloading PyYAML-3.13.tar.gz (270 kB) 21:11:23 Collecting jsonschema<3,>=2.5.1 21:11:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:11:23 Collecting websocket-client<1.0,>=0.32.0 21:11:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:11:23 Collecting cached-property<2,>=1.2.0 21:11:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:11:23 Collecting docopt<0.7,>=0.6.1 21:11:23 Downloading docopt-0.6.2.tar.gz (25 kB) 21:11:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:11:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:11:26 Collecting texttable<0.10,>=0.9.0 21:11:26 Downloading texttable-0.9.1.tar.gz (11 kB) 21:11:29 Collecting docker<4.0,>=3.6.0 21:11:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:11:29 Collecting dockerpty<0.5,>=0.4.1 21:11:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:11:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:11:31 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) 21:11:31 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) 21:11:31 Collecting idna<2.8,>=2.5 21:11:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:11:31 Collecting urllib3<1.25,>=1.21.1 21:11:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:11:32 Collecting docker-pycreds>=0.4.0 21:11:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:11:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:11:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:11:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:11:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:11:33 Installing collected packages: PyYAML, jsonschema, websocket-client, cached-property, docopt, idna, urllib3, requests, texttable, docker-pycreds, docker, dockerpty, docker-compose 21:11:33 Running setup.py install for PyYAML: started 21:11:35 Running setup.py install for PyYAML: finished with status 'done' 21:11:36 Running setup.py install for docopt: started 21:11:38 Running setup.py install for docopt: finished with status 'done' 21:11:38 Attempting uninstall: idna 21:11:38 Found existing installation: idna 2.9 21:11:38 Uninstalling idna-2.9: 21:11:38 Successfully uninstalled idna-2.9 21:11:38 Attempting uninstall: urllib3 21:11:38 Found existing installation: urllib3 1.25.9 21:11:38 Uninstalling urllib3-1.25.9: 21:11:38 Successfully uninstalled urllib3-1.25.9 21:11:39 Attempting uninstall: requests 21:11:39 Found existing installation: requests 2.23.0 21:11:39 Uninstalling requests-2.23.0: 21:11:39 Successfully uninstalled requests-2.23.0 21:11:39 Running setup.py install for texttable: started 21:11:41 Running setup.py install for texttable: finished with status 'done' 21:11:42 Running setup.py install for dockerpty: started 21:11:44 Running setup.py install for dockerpty: finished with status 'done' 21:11:44 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 21:11:48 Removing intermediate container e8a33f5408b7 21:11:48 ---> 5f7983e93021 21:11:48 Step 21/26 : RUN apk --no-cache add curl 21:11:48 ---> Running in 2ce12b29d2c5 21:11:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:11:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:11:50 (2/3) Installing libcurl (7.69.1-r3) 21:11:50 (3/3) Installing curl (7.69.1-r3) 21:11:50 Executing busybox-1.31.1-r19.trigger 21:11:50 OK: 71 MiB in 58 packages 21:11:51 Removing intermediate container 2ce12b29d2c5 21:11:51 ---> 100520d0515d 21:11:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:11:51 ---> Running in 3f9c43f0886a 21:11:52 Removing intermediate container 3f9c43f0886a 21:11:52 ---> cb575501ac5b 21:11:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:11:52 ---> Running in e5ae70579d4c 21:11:53 Removing intermediate container e5ae70579d4c 21:11:53 ---> c842a6f3a675 21:11:53 Step 24/26 : LABEL arch=arm64 21:11:53 ---> Running in 16a9c8361395 21:11:53 Removing intermediate container 16a9c8361395 21:11:53 ---> 3cbed22472fc 21:11:53 Step 25/26 : LABEL git_sha=c27c09040af0d2eebed9d707a0dcbb2ea100f262 21:11:53 ---> Running in 64c9f18f604b 21:11:54 Removing intermediate container 64c9f18f604b 21:11:54 ---> a4753b9dbacc 21:11:54 Step 26/26 : LABEL version=0.0.0 21:11:54 ---> Running in 0a6223973b80 21:11:54 Removing intermediate container 0a6223973b80 21:11:54 ---> 3517f8c5bc09 21:11:54 21:11:55 Successfully built 3517f8c5bc09 21:11:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:11:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:11:55 $ docker stop --time=1 e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 21:11:57 $ docker rm -f e97f65b34fdb7df6cac7cb353ac8a67f309dd7c68c45ac3ec3fb7b23f1feb543 [Pipeline] // withDockerContainer [Pipeline] sh 21:11:58 + docker images 21:11:58 + grep docker 21:11:58 docker-sys-mgmt-agent-go-arm64 latest 3517f8c5bc09 4 seconds ago 300MB 21:11:58 docker-core-data-go-arm64 latest 0077d31fb6d9 45 seconds ago 21MB 21:11:58 docker-core-command-go-arm64 latest dd79ba3dcb03 About a minute ago 16MB 21:11:58 docker-security-proxy-setup-go-arm64 latest 114ed5ad8973 About a minute ago 23.2MB 21:11:58 docker-security-bootstrapper-go-arm64 latest f46fea8eb591 3 minutes ago 22.6MB 21:11:58 docker-support-scheduler-go-arm64 latest fb18a41b6dca 3 minutes ago 16.1MB 21:11:58 docker-core-metadata-go-arm64 latest 7ae0c9ed171f 3 minutes ago 17.8MB 21:11:58 docker-security-secretstore-setup-go-arm64 latest 99ca070cb80e 3 minutes ago 23.4MB 21:11:58 docker-support-notifications-go-arm64 latest 278924c0ea8a 3 minutes ago 16MB 21:11:58 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:12:01 provisioning config files... 21:12:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config1860312533064479085tmp [Pipeline] { [Pipeline] sh 21:12:01 + set +x 21:12:01 + curl -s https://codecov.io/bash 21:12:01 + bash -s -- 21:12:02 21:12:02 _____ _ 21:12:02 / ____| | | 21:12:02 | | ___ __| | ___ ___ _____ __ 21:12:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:12:02 | |___| (_) | (_| | __/ (_| (_) \ V / 21:12:02 \_____\___/ \__,_|\___|\___\___/ \_/ 21:12:02 Bash-20210129-7c25fce 21:12:02 21:12:02 21:12:02 ==> git version 2.24.3 found 21:12:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:12:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:12:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:12:02 ==> Jenkins CI detected. 21:12:02 project root: . 21:12:02 --> token set from env 21:12:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:12:02 ==> Running gcov in . (disable via -X gcov) 21:12:02 ==> Python coveragepy not found 21:12:02 ==> Searching for coverage reports in: 21:12:02 + . 21:12:02 -> Found 1 reports 21:12:02 ==> Detecting git/mercurial file structure 21:12:02 ==> Reading reports 21:12:02 + ./coverage.out bytes=574984 21:12:02 ==> Appending adjustments 21:12:02 https://docs.codecov.io/docs/fixing-reports 21:12:05 + Found adjustments 21:12:05 ==> Gzipping contents 21:12:05 88K /tmp/codecov.rZWG5d.gz 21:12:05 ==> Uploading reports 21:12:05 url: https://codecov.io 21:12:05 query: branch=PR-3080&commit=c27c09040af0d2eebed9d707a0dcbb2ea100f262&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 21:12:05 -> Pinging Codecov 21:12:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3080&commit=c27c09040af0d2eebed9d707a0dcbb2ea100f262&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 21:12:06 -> Uploading to 21:12:06 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/c27c09040af0d2eebed9d707a0dcbb2ea100f262/47ab4a92-6ebd-41ac-b9c6-ce7d11d1ea7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T211205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f2a4b03f27ea0c41fc1c2c2d4f673a8bc26cad0423f67796d424f47974a4057 21:12:06 % Total % Received % Xferd Average Speed Time Time Time Current 21:12:06 Dload Upload Total Spent Left Speed 21:12:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86970 0 0 100 86970 0 144k --:--:-- --:--:-- --:--:-- 144k 21:12:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c27c09040af0d2eebed9d707a0dcbb2ea100f262 [Pipeline] } 21:12:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:12:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:12:10 ---> package-listing.sh 21:12:10 ++ facter osfamily 21:12:10 ++ tr '[:upper:]' '[:lower:]' 21:12:10 + OS_FAMILY=redhat 21:12:10 + workspace=/w/workspace/edgex-go/12 21:12:10 + START_PACKAGES=/tmp/packages_start.txt 21:12:10 + END_PACKAGES=/tmp/packages_end.txt 21:12:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:12:10 + PACKAGES=/tmp/packages_start.txt 21:12:10 + '[' /w/workspace/edgex-go/12 ']' 21:12:10 + PACKAGES=/tmp/packages_end.txt 21:12:10 + case "${OS_FAMILY}" in 21:12:10 + rpm -qa 21:12:10 + sort 21:12:15 + '[' -f /tmp/packages_start.txt ']' 21:12:15 + '[' -f /tmp/packages_end.txt ']' 21:12:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:12:15 + '[' /w/workspace/edgex-go/12 ']' 21:12:15 + mkdir -p /w/workspace/edgex-go/12/archives/ 21:12:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 21:12:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:12:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:12:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:16 21:12:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:12:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:16 alpine: Pulling from edgex-lftools-log-publisher 21:12:16 df20fa9351a1: Pulling fs layer 21:12:16 36b3adc4ff6f: Pulling fs layer 21:12:16 8ad3a11d3b57: Pulling fs layer 21:12:16 46f8f816bc3b: Pulling fs layer 21:12:16 93b61091891f: Pulling fs layer 21:12:16 93b9cdb0e59b: Pulling fs layer 21:12:16 5e14af77c1be: Pulling fs layer 21:12:16 01666e4c0597: Pulling fs layer 21:12:16 aa168da1d23b: Pulling fs layer 21:12:16 93b9cdb0e59b: Waiting 21:12:16 5e14af77c1be: Waiting 21:12:16 01666e4c0597: Waiting 21:12:16 46f8f816bc3b: Waiting 21:12:16 93b61091891f: Waiting 21:12:16 aa168da1d23b: Waiting 21:12:17 36b3adc4ff6f: Verifying Checksum 21:12:17 36b3adc4ff6f: Download complete 21:12:17 46f8f816bc3b: Verifying Checksum 21:12:17 46f8f816bc3b: Download complete 21:12:17 df20fa9351a1: Verifying Checksum 21:12:17 df20fa9351a1: Download complete 21:12:17 93b9cdb0e59b: Verifying Checksum 21:12:17 93b9cdb0e59b: Download complete 21:12:17 5e14af77c1be: Download complete 21:12:17 93b61091891f: Download complete 21:12:17 01666e4c0597: Verifying Checksum 21:12:17 01666e4c0597: Download complete 21:12:17 df20fa9351a1: Pull complete 21:12:17 36b3adc4ff6f: Pull complete 21:12:17 8ad3a11d3b57: Verifying Checksum 21:12:17 8ad3a11d3b57: Download complete 21:12:18 8ad3a11d3b57: Pull complete 21:12:18 46f8f816bc3b: Pull complete 21:12:19 aa168da1d23b: Verifying Checksum 21:12:19 aa168da1d23b: Download complete 21:12:20 93b61091891f: Pull complete 21:12:20 93b9cdb0e59b: Pull complete 21:12:20 5e14af77c1be: Pull complete 21:12:20 01666e4c0597: Pull complete 21:12:29 aa168da1d23b: Pull complete 21:12:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:12:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:12:29 prd-centos7-docker-4c-2g-24412 does not seem to be running inside a container 21:12:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:12:35 $ docker top a53d359fababf79e87af6ff9c0ace41769f01075cd7e6b3410fd2559554a342a -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:36 + touch /tmp/pre-build-complete [Pipeline] sh 21:12:36 + mkdir -p /var/log/sa [Pipeline] sh 21:12:36 + ls /var/log/sa-host 21:12:36 + sadf -c /var/log/sa-host/sa01 21:12:36 file_magic: OK 21:12:36 HZ: Using current value: 100 21:12:36 file_header: OK 21:12:36 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 21:12:36 Statistics: 21:12:36 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... 21:12:36 File successfully converted to sysstat format version 12.2.1 21:12:36 + sadf -c /var/log/sa-host/sa23 21:12:36 file_magic: OK 21:12:36 HZ: Using current value: 100 21:12:36 file_header: OK 21:12:36 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 21:12:36 Statistics: 21:12:36 Hnuu...uuuununununu... 21:12:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:12:37 provisioning config files... 21:12:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config1556429979235907694tmp [Pipeline] { [Pipeline] echo 21:12:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:12:37 ---> create-netrc.sh [Pipeline] } 21:12:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:12:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:12:38 ---> python-tools-install.sh [Pipeline] echo 21:12:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:12:38 ---> sudo-logs.sh 21:12:38 Archiving 'sudo' log.. [Pipeline] echo 21:12:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:12:38 ---> job-cost.sh 21:12:38 lf-activate-venv: SKIPPING 21:12:38 INFO: No Stack... 21:12:39 INFO: Retrieving Pricing Info for: v1-standard-2 21:12:40 INFO: Archiving Costs [Pipeline] echo 21:12:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:12:40 ---> logs-deploy.sh 21:12:40 lf-activate-venv: SKIPPING 21:12:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/12 21:12:40 INFO: archiving workspace using pattern(s): 21:12:42 Archives upload complete. 21:12:42 INFO: archiving logs to Nexus 21:12:43 ---> uname -a: 21:12:43 Linux prd-centos7-docker-4c-2g-24412.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:12:43 21:12:43 21:12:43 ---> lscpu: 21:12:43 Architecture: x86_64 21:12:43 CPU op-mode(s): 32-bit, 64-bit 21:12:43 Byte Order: Little Endian 21:12:43 Address sizes: 40 bits physical, 48 bits virtual 21:12:43 CPU(s): 4 21:12:43 On-line CPU(s) list: 0-3 21:12:43 Thread(s) per core: 1 21:12:43 Core(s) per socket: 1 21:12:43 Socket(s): 4 21:12:43 NUMA node(s): 1 21:12:43 Vendor ID: GenuineIntel 21:12:43 CPU family: 6 21:12:43 Model: 44 21:12:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:12:43 Stepping: 1 21:12:43 CPU MHz: 2933.438 21:12:43 BogoMIPS: 5866.87 21:12:43 Virtualization: VT-x 21:12:43 Hypervisor vendor: KVM 21:12:43 Virtualization type: full 21:12:43 L1d cache: 128 KiB 21:12:43 L1i cache: 128 KiB 21:12:43 L2 cache: 16 MiB 21:12:43 L3 cache: 64 MiB 21:12:43 NUMA node0 CPU(s): 0-3 21:12:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:12:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:12:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:12:43 Vulnerability Meltdown: Mitigation; PTI 21:12:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:12:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:12:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:12:43 Vulnerability Srbds: Not affected 21:12:43 Vulnerability Tsx async abort: Not affected 21:12:43 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 21:12:43 21:12:43 21:12:43 ---> nproc: 21:12:43 4 21:12:43 21:12:43 21:12:43 ---> df -h: 21:12:43 Filesystem Size Used Available Use% Mounted on 21:12:43 overlay 50.0G 11.7G 38.3G 23% / 21:12:43 tmpfs 64.0M 0 64.0M 0% /dev 21:12:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:12:43 shm 64.0M 0 64.0M 0% /dev/shm 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12@tmp 21:12:43 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12 21:12:43 21:12:43 21:12:43 ---> free -m: 21:12:43 total used free shared buff/cache available 21:12:43 Mem: 1837 728 168 0 940 1024 21:12:43 Swap: 1023 56 967 21:12:43 21:12:43 21:12:43 ---> ip addr: 21:12:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:12:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:12:43 inet 127.0.0.1/8 scope host lo 21:12:43 valid_lft forever preferred_lft forever 21:12:43 inet6 ::1/128 scope host 21:12:43 valid_lft forever preferred_lft forever 21:12:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:12:43 link/ether fa:16:3e:d8:85:42 brd ff:ff:ff:ff:ff:ff 21:12:43 inet 10.30.123.66/23 brd 10.30.123.255 scope global dynamic eth0 21:12:43 valid_lft 85177sec preferred_lft 85177sec 21:12:43 inet6 fe80::f816:3eff:fed8:8542/64 scope link 21:12:43 valid_lft forever preferred_lft forever 21:12:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:12:43 link/ether 02:42:b6:cf:c1:e2 brd ff:ff:ff:ff:ff:ff 21:12:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:12:43 valid_lft forever preferred_lft forever 21:12:43 inet6 fe80::42:b6ff:fecf:c1e2/64 scope link 21:12:43 valid_lft forever preferred_lft forever 21:12:43 21:12:43 21:12:43 ---> sar -b -r -n DEV: 21:12:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 21:12:43 21:12:43 20:52:08 LINUX RESTART (4 CPU) 21:12:43 21:12:43 20:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:12:43 20:54:01 157.08 51.95 105.12 0.00 8487.61 38576.45 0.00 21:12:43 20:55:02 286.62 128.54 158.08 0.00 4858.83 27942.41 0.00 21:12:43 20:56:01 151.88 61.90 89.98 0.00 2210.68 11195.25 0.00 21:12:43 20:57:01 132.01 48.34 83.68 0.00 2859.37 19224.73 0.00 21:12:43 20:58:03 1568.94 1246.62 322.32 0.00 129356.14 191364.36 0.00 21:12:43 20:59:02 2116.82 1872.79 244.03 0.00 108050.15 121249.05 0.00 21:12:43 21:00:01 1425.41 1085.20 340.21 0.00 101941.48 159455.69 0.00 21:12:43 21:01:02 1986.10 1734.87 251.23 0.00 97674.51 117357.21 0.00 21:12:43 21:02:01 221.07 23.78 197.29 0.00 3590.46 27780.27 0.00 21:12:43 21:03:01 5.76 0.50 5.26 0.00 14.79 175.62 0.00 21:12:43 21:04:01 0.27 0.02 0.25 0.00 0.13 2.56 0.00 21:12:43 21:05:01 0.65 0.48 0.17 0.00 4.00 1.63 0.00 21:12:43 21:06:01 0.25 0.00 0.25 0.00 0.00 2.10 0.00 21:12:43 21:07:01 0.23 0.02 0.22 0.00 0.13 2.02 0.00 21:12:43 21:08:01 1.58 1.35 0.23 0.00 46.63 3.73 0.00 21:12:43 21:09:01 0.82 0.02 0.80 0.00 0.53 14.74 0.00 21:12:43 21:10:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 21:12:43 21:11:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 21:12:43 21:12:01 2.83 2.53 0.30 0.00 415.39 22.18 0.00 21:12:43 Average: 424.30 329.45 94.85 0.00 24287.13 37781.92 0.00 21:12:43 21:12:43 20:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:12:43 20:54:01 75804 0 706296 37.54 2316 1097128 1554132 53.04 701540 870140 69324 21:12:43 20:55:02 146672 0 789536 41.96 1492 943844 1435668 49.00 618624 836404 20188 21:12:43 20:56:01 290076 0 869108 46.19 620 721740 1815592 61.96 625216 679532 19312 21:12:43 20:57:01 67416 0 777884 41.34 504 1035740 1567468 53.50 633748 893944 92492 21:12:43 20:58:03 70636 0 831368 44.19 0 979540 2322308 79.26 750184 844392 47480 21:12:43 20:59:02 352060 0 939668 49.94 0 589816 3243632 110.70 636184 619824 77732 21:12:43 21:00:01 75100 0 785892 41.77 0 1020552 2141504 73.09 654616 933348 63436 21:12:43 21:01:02 594296 0 673616 35.80 0 613632 1356128 46.28 403192 648480 2400 21:12:43 21:02:01 161740 0 647028 34.39 0 1072776 1199884 40.95 507464 964512 20 21:12:43 21:03:01 165228 0 643116 34.18 0 1073200 1182324 40.35 506648 963776 20 21:12:43 21:04:01 166624 0 641748 34.11 0 1073172 1171828 39.99 505968 963336 12 21:12:43 21:05:01 166404 0 641960 34.12 0 1073180 1171936 40.00 506264 963452 8 21:12:43 21:06:01 167164 0 641188 34.08 0 1073192 1168808 39.89 505892 963296 8 21:12:43 21:07:01 167028 0 641324 34.08 0 1073192 1168808 39.89 505916 963292 8 21:12:43 21:08:01 165220 0 642388 34.14 0 1073936 1168880 39.89 506492 963972 8 21:12:43 21:09:01 165948 0 641644 34.10 0 1073952 1168808 39.89 505880 963980 8 21:12:43 21:10:01 166184 0 641404 34.09 0 1073956 1168808 39.89 505880 963980 8 21:12:43 21:11:01 166060 0 641520 34.10 0 1073964 1168808 39.89 506012 963980 8 21:12:43 21:12:01 147428 0 647724 34.43 0 1086392 1181008 40.31 510132 976644 24 21:12:43 Average: 183005 0 707601 37.61 260 990679 1492439 50.93 557676 891594 20658 21:12:43 21:12:43 20:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:12:43 20:54:01 eth0 1242.04 1244.20 5992.70 154.32 0.00 0.00 0.00 0.00 21:12:43 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:54:01 docker0 862.30 780.77 71.00 2677.04 0.00 0.00 0.00 0.00 21:12:43 20:55:02 eth0 228.11 170.50 857.77 27.05 0.00 0.00 0.00 0.00 21:12:43 20:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:55:02 vethc716725 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:12:43 20:55:02 docker0 149.78 191.74 10.87 825.38 0.00 0.00 0.00 0.00 21:12:43 20:56:01 eth0 41.18 28.77 22.16 74.89 0.00 0.00 0.00 0.00 21:12:43 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:56:01 vethc716725 2.06 2.06 0.17 0.17 0.00 0.00 0.00 0.00 21:12:43 20:56:01 docker0 2.06 2.06 0.14 0.17 0.00 0.00 0.00 0.00 21:12:43 20:57:01 eth0 173.09 139.33 1691.19 21.21 0.00 0.00 0.00 0.00 21:12:43 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:58:03 eth0 78.94 55.64 172.70 66.47 0.00 0.00 0.00 0.00 21:12:43 20:58:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 20:58:03 veth53feb42 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 21:12:43 20:58:03 docker0 14.21 25.26 0.80 141.59 0.00 0.00 0.00 0.00 21:12:43 20:59:02 vetha17142a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:12:43 20:59:02 veth6d401c1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:12:43 20:59:02 veth30f6473 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:12:43 20:59:02 eth0 7.54 3.87 6.31 3.31 0.00 0.00 0.00 0.00 21:12:43 21:00:01 eth0 103.83 66.25 363.82 79.00 0.00 0.00 0.00 0.00 21:12:43 21:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:12:43 21:00:01 veth53feb42 0.00 1.07 0.00 0.05 0.00 0.00 0.00 0.00 21:12:43 21:00:01 docker0 1058.79 1051.99 84.64 3963.93 0.00 0.00 0.00 0.00 21:12:43 21:01:02 eth0 13.37 6.98 11.12 5.85 0.00 0.00 0.00 0.00 21:12:43 21:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:01:02 veth53feb42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:02:01 eth0 287.22 219.68 1760.26 95.07 0.00 0.00 0.00 0.00 21:12:43 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:02:01 docker0 66.83 95.67 3.92 484.51 0.00 0.00 0.00 0.00 21:12:43 21:03:01 eth0 1.40 0.78 0.78 0.27 0.00 0.00 0.00 0.00 21:12:43 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:04:01 eth0 0.70 0.17 0.12 0.04 0.00 0.00 0.00 0.00 21:12:43 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:05:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 21:12:43 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:43 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:07:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:43 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:08:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:12:43 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:09:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:43 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:11:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:12:01 eth0 1.95 1.50 2.61 0.66 0.00 0.00 0.00 0.00 21:12:43 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 Average: eth0 114.86 102.14 572.70 27.82 0.00 0.00 0.00 0.00 21:12:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:43 Average: docker0 58.95 60.09 4.64 232.85 0.00 0.00 0.00 0.00 21:12:43 21:12:43 21:12:43 ---> sar -P ALL: 21:12:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 21:12:43 21:12:43 20:52:08 LINUX RESTART (4 CPU) 21:12:43 21:12:43 20:53:01 CPU %user %nice %system %iowait %steal %idle 21:12:43 20:54:01 all 16.03 0.00 8.51 1.90 0.06 73.50 21:12:43 20:54:01 0 17.89 0.00 9.93 1.62 0.05 70.51 21:12:43 20:54:01 1 13.98 0.00 7.84 1.85 0.05 76.27 21:12:43 20:54:01 2 18.60 0.00 7.54 2.20 0.07 71.59 21:12:43 20:54:01 3 13.66 0.00 8.74 1.91 0.07 75.61 21:12:43 20:55:02 all 19.67 0.00 8.43 6.98 0.07 64.85 21:12:43 20:55:02 0 19.33 0.00 9.33 5.01 0.07 66.27 21:12:43 20:55:02 1 20.55 0.00 7.73 6.75 0.07 64.90 21:12:43 20:55:02 2 18.48 0.00 8.63 9.17 0.07 63.65 21:12:43 20:55:02 3 20.33 0.00 8.03 6.97 0.07 64.60 21:12:43 20:56:01 all 48.33 0.00 12.97 4.60 0.06 34.04 21:12:43 20:56:01 0 46.83 0.00 12.66 5.29 0.07 35.15 21:12:43 20:56:01 1 48.87 0.00 13.38 2.62 0.07 35.06 21:12:43 20:56:01 2 49.58 0.00 13.12 3.50 0.07 33.73 21:12:43 20:56:01 3 48.04 0.00 12.73 6.98 0.03 32.21 21:12:43 20:57:01 all 40.49 0.00 13.49 2.45 0.04 43.52 21:12:43 20:57:01 0 40.99 0.00 13.53 1.95 0.05 43.48 21:12:43 20:57:01 1 40.59 0.00 13.76 1.74 0.05 43.86 21:12:43 20:57:01 2 40.51 0.00 13.96 4.61 0.03 40.89 21:12:43 20:57:01 3 39.88 0.00 12.72 1.51 0.03 45.86 21:12:43 20:58:03 all 20.00 0.00 24.66 17.11 0.10 38.13 21:12:43 20:58:03 0 20.54 0.00 23.95 17.57 0.12 37.82 21:12:43 20:58:03 1 19.51 0.00 24.14 16.77 0.08 39.50 21:12:43 20:58:03 2 21.10 0.00 24.67 18.98 0.12 35.14 21:12:43 20:58:03 3 18.85 0.00 25.90 15.11 0.08 40.06 21:12:43 20:59:02 all 50.25 0.00 20.52 16.61 0.10 12.52 21:12:43 20:59:02 0 50.18 0.00 20.50 17.95 0.05 11.31 21:12:43 20:59:02 1 49.83 0.00 20.42 18.08 0.13 11.54 21:12:43 20:59:02 2 50.41 0.00 19.85 15.66 0.14 13.94 21:12:43 20:59:02 3 50.59 0.00 21.30 14.73 0.09 13.29 21:12:43 21:00:01 all 23.98 0.00 23.47 19.75 0.12 32.68 21:12:43 21:00:01 0 24.30 0.00 23.52 18.62 0.12 33.44 21:12:43 21:00:01 1 23.44 0.00 23.02 20.59 0.12 32.83 21:12:43 21:00:01 2 24.42 0.00 24.02 21.33 0.11 30.12 21:12:43 21:00:01 3 23.76 0.00 23.33 18.44 0.12 34.35 21:12:43 21:01:02 all 46.66 0.00 19.63 17.52 0.08 16.12 21:12:43 21:01:02 0 47.15 0.00 19.49 15.85 0.14 17.37 21:12:43 21:01:02 1 46.39 0.00 19.97 18.51 0.05 15.08 21:12:43 21:01:02 2 47.13 0.00 18.69 19.48 0.09 14.61 21:12:43 21:01:02 3 45.95 0.00 20.36 16.20 0.04 17.45 21:12:43 21:02:01 all 10.65 0.00 8.43 11.04 0.06 69.82 21:12:43 21:02:01 0 11.15 0.00 9.23 10.35 0.05 69.22 21:12:43 21:02:01 1 10.12 0.00 7.75 9.64 0.07 72.42 21:12:43 21:02:01 2 10.21 0.00 9.10 12.02 0.05 68.61 21:12:43 21:02:01 3 11.13 0.00 7.64 12.17 0.05 69.01 21:12:43 21:03:01 all 0.04 0.00 0.08 0.00 0.00 99.87 21:12:43 21:03:01 0 0.07 0.00 0.07 0.00 0.00 99.87 21:12:43 21:03:01 1 0.03 0.00 0.10 0.00 0.00 99.87 21:12:43 21:03:01 2 0.05 0.00 0.08 0.00 0.00 99.87 21:12:43 21:03:01 3 0.02 0.00 0.08 0.00 0.00 99.90 21:12:43 21:04:01 all 0.11 0.00 0.03 0.00 0.00 99.86 21:12:43 21:04:01 0 0.35 0.00 0.05 0.00 0.00 99.60 21:12:43 21:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:12:43 21:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:12:43 21:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:12:43 21:12:43 21:04:01 CPU %user %nice %system %iowait %steal %idle 21:12:43 21:05:01 all 0.15 0.00 0.03 0.02 0.00 99.80 21:12:43 21:05:01 0 0.15 0.00 0.03 0.07 0.00 99.75 21:12:43 21:05:01 1 0.40 0.00 0.02 0.02 0.00 99.57 21:12:43 21:05:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:12:43 21:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:12:43 21:06:01 all 0.20 0.00 0.20 0.00 0.00 99.60 21:12:43 21:06:01 0 0.12 0.00 0.27 0.00 0.00 99.62 21:12:43 21:06:01 1 0.52 0.00 0.10 0.00 0.00 99.38 21:12:43 21:06:01 2 0.10 0.00 0.23 0.00 0.00 99.67 21:12:43 21:06:01 3 0.08 0.00 0.18 0.00 0.02 99.72 21:12:43 21:07:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:12:43 21:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:12:43 21:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 21:12:43 21:07:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:12:43 21:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:12:43 21:08:01 all 0.16 0.00 0.07 0.02 0.00 99.75 21:12:43 21:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:12:43 21:08:01 1 0.50 0.00 0.07 0.00 0.00 99.43 21:12:43 21:08:01 2 0.07 0.00 0.12 0.08 0.00 99.73 21:12:43 21:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:12:43 21:09:01 all 0.15 0.00 0.04 0.00 0.00 99.82 21:12:43 21:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:12:43 21:09:01 1 0.17 0.00 0.03 0.00 0.00 99.80 21:12:43 21:09:01 2 0.38 0.00 0.07 0.00 0.00 99.55 21:12:43 21:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:12:43 21:10:01 all 0.12 0.00 0.03 0.00 0.00 99.85 21:12:43 21:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:12:43 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:12:43 21:10:01 2 0.43 0.00 0.07 0.00 0.00 99.50 21:12:43 21:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:12:43 21:11:01 all 0.03 0.00 0.03 0.00 0.01 99.94 21:12:43 21:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:12:43 21:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:12:43 21:11:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:12:43 21:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:12:43 21:12:01 all 0.20 0.00 0.09 0.08 0.00 99.64 21:12:43 21:12:01 0 0.10 0.00 0.15 0.20 0.00 99.55 21:12:43 21:12:01 1 0.07 0.00 0.05 0.05 0.00 99.83 21:12:43 21:12:01 2 0.52 0.00 0.07 0.00 0.00 99.42 21:12:43 21:12:01 3 0.10 0.00 0.08 0.07 0.00 99.75 21:12:43 Average: all 14.27 0.00 7.26 5.05 0.04 73.39 21:12:43 Average: 0 14.38 0.00 7.38 4.87 0.04 73.34 21:12:43 Average: 1 14.17 0.00 7.14 4.97 0.04 73.68 21:12:43 Average: 2 14.54 0.00 7.25 5.52 0.04 72.64 21:12:43 Average: 3 13.98 0.00 7.26 4.82 0.03 73.90 21:12:43 21:12:43 21:12:43