Pull request #3300 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from deca809b343d4829714b032cd8e942232f1347b0+04121680b1087f96ef009b594f8095f8f3b5fdf8 (45b0ce77596a461d20b66bd974b7c23b978b626e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31747 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # 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 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git rev-list --no-walk a10cf86d5741248564f862fd8562c953d5cfc317 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:08:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:08:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:08:49 ========================================================= 16:08:49 EdgeX Global Pipelines Version Info 16:08:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:08:52 ------------------- 16:08:52 stable info: 16:08:52 ------------------- 16:08:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:08:52 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:08:52 Message: update stable to v1.0.186 16:08:53 ------------------- 16:08:53 experimental info: 16:08:53 ------------------- 16:08:53 Commited By: **** collab-it+edgex@linuxfoundation.org 16:08:53 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:08:53 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:08:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:08:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:08:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo 16:08:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo 16:08:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo 16:08:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = deca809b343d4829714b032cd8e942232f1347b0 [Pipeline] echo 16:08:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = deca809 [Pipeline] echo 16:08:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:08:56 provisioning config files... 16:08:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6443429250552043532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:57 ---> docker-login.sh 16:08:57 nexus3.edgexfoundry.org:10001 16:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:58 Configure a credential helper to remove this warning. See 16:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:58 16:08:58 Login Succeeded 16:08:58 nexus3.edgexfoundry.org:10002 16:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:59 Configure a credential helper to remove this warning. See 16:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:59 16:08:59 Login Succeeded 16:08:59 nexus3.edgexfoundry.org:10003 16:08:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:59 Configure a credential helper to remove this warning. See 16:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:59 16:08:59 Login Succeeded 16:08:59 nexus3.edgexfoundry.org:10004 16:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:00 Configure a credential helper to remove this warning. See 16:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:00 16:09:00 Login Succeeded 16:09:00 docker.io 16:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:00 Configure a credential helper to remove this warning. See 16:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:00 16:09:00 Login Succeeded 16:09:00 ---> docker-login.sh ends [Pipeline] } 16:09:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:09:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ cut -d/ -f2 16:09:01 ++ dirname cmd/core-command/Dockerfile 16:09:01 + echo core-command,cmd/core-command/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/core-data/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo core-data,cmd/core-data/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/core-metadata/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo core-metadata,cmd/core-metadata/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/security-bootstrapper/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/security-proxy-setup/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ cut -d/ -f2 16:09:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:09:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/support-notifications/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo support-notifications,cmd/support-notifications/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/support-scheduler/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:09:01 + for file in '`ls cmd/**/Dockerfile`' 16:09:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:09:01 ++ cut -d/ -f2 16:09:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:09:01 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:02 16:09:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:09:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:03 latest: Pulling from edgex-devops/git-semver 16:09:03 31603596830f: Pulling fs layer 16:09:03 2a8b12db71e7: Pulling fs layer 16:09:03 6ca5941a6612: Pulling fs layer 16:09:03 ecc8261a40a4: Pulling fs layer 16:09:03 ecc8261a40a4: Waiting 16:09:03 2a8b12db71e7: Download complete 16:09:03 31603596830f: Verifying Checksum 16:09:03 31603596830f: Download complete 16:09:04 ecc8261a40a4: Verifying Checksum 16:09:04 ecc8261a40a4: Download complete 16:09:04 6ca5941a6612: Verifying Checksum 16:09:04 6ca5941a6612: Download complete 16:09:04 31603596830f: Pull complete 16:09:04 2a8b12db71e7: Pull complete 16:09:06 6ca5941a6612: Pull complete 16:09:07 ecc8261a40a4: Pull complete 16:09:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:09:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:09:07 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:09:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:09:11 $ docker top 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:09:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:12 [ssh-agent] Looking for ssh-agent implementation... 16:09:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:13 $ docker exec 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent 16:09:14 SSH_AUTH_SOCK=/tmp/ssh-ajOVEOZ4DeOE/agent.11 16:09:14 SSH_AGENT_PID=16 16:09:14 Running ssh-add (command line suppressed) 16:09:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8965805700995816101.key (/w/workspace/edgex-go/2@tmp/private_key_8965805700995816101.key) 16:09:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:16 + git tag --points-at HEAD [Pipeline] } 16:09:16 $ docker exec --env ******** --env ******** 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent -k 16:09:16 unset SSH_AUTH_SOCK; 16:09:16 unset SSH_AGENT_PID; 16:09:16 echo Agent pid 16 killed; 16:09:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:09:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:17 [ssh-agent] Looking for ssh-agent implementation... 16:09:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:18 $ docker exec 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent 16:09:19 SSH_AUTH_SOCK=/tmp/ssh-9zdA7bE0rRQB/agent.44 16:09:19 SSH_AGENT_PID=49 16:09:19 Running ssh-add (command line suppressed) 16:09:19 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4103522771145095158.key (/w/workspace/edgex-go/2@tmp/private_key_4103522771145095158.key) 16:09:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:21 + git semver init 16:09:21 # -> Open(): unable to determine branch for HEAD 16:09:21 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:09:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:09:21 # $SEMVER_REMOTE_NAME = origin 16:09:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:09:21 # $SEMVER_USER_NAME = edgex-jenkins 16:09:21 # $SEMVER_BRANCH = PR-3300 16:09:21 # $SEMVER_TEMP = /tmp/semver-043988470 16:09:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:10:00 # '/tmp/semver-043988470' -> '/w/workspace/edgex-go/2/.semver' 16:10:01 # -> Force: false 16:10:01 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:10:02 $ docker exec --env ******** --env ******** 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d ssh-agent -k 16:10:02 unset SSH_AUTH_SOCK; 16:10:02 unset SSH_AGENT_PID; 16:10:02 echo Agent pid 49 killed; 16:10:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:10:03 + git semver [Pipeline] } 16:10:03 $ docker stop --time=1 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d 16:10:06 $ docker rm -f 6fd75135e2d859e775f0e570934f2369821a08e4da6bc4f3b4b60a7577107a2d [Pipeline] // withDockerContainer [Pipeline] sh 16:10:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:10:09 Stashed 1 file(s) [Pipeline] echo 16:10:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:10:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:10:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:10:10 + sudo service docker restart 16:10:10 + true 16:10:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:10:12 ========================================================= 16:10:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:10:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:10:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:10:23 Sending build context to Docker daemon 328.9MB 16:10:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:10:23 Step 2/6 : FROM ${BASE} 16:10:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:10:23 188c0c94c7c5: Pulling fs layer 16:10:23 0ef7d3d256c8: Pulling fs layer 16:10:23 de9db76c5a1d: Pulling fs layer 16:10:23 bca2f99d35d6: Pulling fs layer 16:10:23 93359f2a8cfa: Pulling fs layer 16:10:23 7c6f9722023f: Pulling fs layer 16:10:23 a35cf1a2eb13: Pulling fs layer 16:10:23 93359f2a8cfa: Waiting 16:10:23 7c6f9722023f: Waiting 16:10:23 a35cf1a2eb13: Waiting 16:10:23 bca2f99d35d6: Waiting 16:10:23 de9db76c5a1d: Verifying Checksum 16:10:23 de9db76c5a1d: Download complete 16:10:23 0ef7d3d256c8: Verifying Checksum 16:10:23 0ef7d3d256c8: Download complete 16:10:23 93359f2a8cfa: Verifying Checksum 16:10:23 93359f2a8cfa: Download complete 16:10:23 7c6f9722023f: Download complete 16:10:23 188c0c94c7c5: Verifying Checksum 16:10:23 188c0c94c7c5: Download complete 16:10:23 188c0c94c7c5: Pull complete 16:10:23 0ef7d3d256c8: Pull complete 16:10:23 de9db76c5a1d: Pull complete 16:10:24 Still waiting to schedule task 16:10:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:10:25 a35cf1a2eb13: Verifying Checksum 16:10:25 a35cf1a2eb13: Download complete 16:10:26 bca2f99d35d6: Verifying Checksum 16:10:26 bca2f99d35d6: Download complete 16:10:39 bca2f99d35d6: Pull complete 16:10:39 93359f2a8cfa: Pull complete 16:10:40 7c6f9722023f: Pull complete 16:10:48 a35cf1a2eb13: Pull complete 16:10:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:10:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:10:48 ---> a62c8e92a672 16:10:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:10:48 ---> Running in 5a979779bf0b 16:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:50 (1/12) Installing libmagic (5.38-r0) 16:10:50 (2/12) Installing file (5.38-r0) 16:10:50 (3/12) Installing libc-dev (0.7.2-r3) 16:10:50 (4/12) Installing g++ (9.3.0-r2) 16:10:57 (5/12) Installing fortify-headers (1.1-r0) 16:10:57 (6/12) Installing patch (2.7.6-r6) 16:10:57 (7/12) Installing build-base (0.5-r2) 16:10:57 (8/12) Installing libsodium (1.0.18-r0) 16:10:57 (9/12) Installing pkgconf (1.7.2-r0) 16:10:57 (10/12) Installing libsodium-dev (1.0.18-r0) 16:10:57 (11/12) Installing libzmq (4.3.3-r0) 16:10:57 (12/12) Installing zeromq-dev (4.3.3-r0) 16:10:57 Executing busybox-1.31.1-r19.trigger 16:10:57 OK: 233 MiB in 51 packages 16:11:02 Removing intermediate container 5a979779bf0b 16:11:02 ---> f6699d55d6ed 16:11:02 Step 4/6 : WORKDIR /edgex-go 16:11:02 ---> Running in a704bef09072 16:11:03 Removing intermediate container a704bef09072 16:11:03 ---> 0226342fc5f7 16:11:03 Step 5/6 : COPY go.mod . 16:11:03 ---> aa57c6d6adaa 16:11:03 Step 6/6 : RUN go mod download 16:11:03 ---> Running in 931c0fed5d50 16:11:44 Removing intermediate container 931c0fed5d50 16:11:44 ---> 426672e0a13e 16:11:44 Successfully built 426672e0a13e 16:11:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:11:44 + docker inspect -f . ci-base-image-x86_64 16:11:44 . [Pipeline] withDockerContainer 16:11:45 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:11:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:11:47 $ docker top 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:47 + go version 16:11:47 go version go1.15.5 linux/amd64 [Pipeline] } 16:11:47 $ docker stop --time=1 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c 16:11:49 $ docker rm -f 2c476f23cda57535ced8308360dc5c110adf59d642a9b7f05394d58e7a827c3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:11:50 + docker inspect -f . ci-base-image-x86_64 16:11:50 . [Pipeline] withDockerContainer 16:11:51 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:11:51 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:11:52 $ docker top 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 -eo pid,comm [Pipeline] { [Pipeline] echo 16:11:52 ========================================================= 16:11:52 [edgeXBuildGoParallel] Running Tests and Build... 16:11:52 ========================================================= [Pipeline] sh 16:11:53 + make test 16:11:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:12:20 ? github.com/edgexfoundry/edgex-go [no test files] 16:12:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:12:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:13:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:13:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:13:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:13:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:13:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:13:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:13:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:13:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:13:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:13:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:13:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.350s coverage: 19.8% of statements 16:13:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements 16:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.166s coverage: 100.0% of statements 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:13:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.144s coverage: 71.3% of statements 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:13:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 82.9% of statements 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:13:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.138s coverage: 78.9% of statements 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.603s coverage: 28.6% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.466s coverage: 86.7% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.270s coverage: 97.5% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:13:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31758 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 16:13:38 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:13:43 using credential edgex-jenkins-ssh 16:13:43 Cloning the remote Git repository 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.378s coverage: 92.8% of statements 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:13:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.227s coverage: 79.5% of statements 16:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 16:13:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:13:44 > git init /w/workspace/edgex-go/2 # timeout=10 16:13:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:13:44 > git --version # timeout=10 16:13:44 > git --version # 'git version 2.17.1' 16:13:44 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements 16:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 16:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.149s coverage: 94.4% of statements 16:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements 16:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.901s coverage: 82.6% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.369s coverage: 92.9% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.272s coverage: 87.2% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.6% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.288s coverage: 91.6% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.604s coverage: 64.4% of statements 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements 16:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 16:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.424s coverage: 69.0% of statements 16:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.255s coverage: 38.4% of statements 16:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:14:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 16:14:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:14:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements 16:14:16 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 16:14:17 Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 16:14:17 Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) 16:14:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:14:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:14:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:14:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:14:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:17 > git config core.sparsecheckout # timeout=10 16:14:17 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 16:14:17 > git remote # timeout=10 16:14:17 > git config --get remote.origin.url # timeout=10 16:14:17 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:17 > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 16:14:17 > git rev-parse HEAD^{commit} # timeout=10 16:14:17 > git config core.sparsecheckout # timeout=10 16:14:17 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 16:14:21 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:14:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:14:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.272s coverage: 47.0% of statements 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:14:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:14:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:14:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:14:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:14:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:14:24 + true 16:14:24 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:14:26 provisioning config files... 16:14:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config439310917809855983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:14:26 ---> docker-login.sh 16:14:26 nexus3.edgexfoundry.org:10001 16:14:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:28 Configure a credential helper to remove this warning. See 16:14:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:28 16:14:28 Login Succeeded 16:14:28 nexus3.edgexfoundry.org:10002 16:14:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:28 Configure a credential helper to remove this warning. See 16:14:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:28 16:14:28 Login Succeeded 16:14:28 nexus3.edgexfoundry.org:10003 16:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:29 Configure a credential helper to remove this warning. See 16:14:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:29 16:14:29 Login Succeeded 16:14:29 nexus3.edgexfoundry.org:10004 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.459s coverage: 29.1% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 94.0% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.136s coverage: 87.9% of statements 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:14:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:14:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements 16:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:29 Configure a credential helper to remove this warning. See 16:14:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:29 16:14:29 Login Succeeded 16:14:29 docker.io 16:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 16:14:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.073s coverage: 100.0% of statements 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 ---> docker-login.sh ends [Pipeline] } 16:14:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:14:31 ========================================================= 16:14:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:14:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:14:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:14:31 GO111MODULE=on go vet ./... 16:14:34 Sending build context to Docker daemon 166.9MB 16:14:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:14:34 Step 2/6 : FROM ${BASE} 16:14:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:14:34 5f621e34cdf4: Pulling fs layer 16:14:34 a4357932f1b6: Pulling fs layer 16:14:34 18c013af1878: Pulling fs layer 16:14:34 00ac8860ef70: Pulling fs layer 16:14:34 63d7cb157983: Pulling fs layer 16:14:34 b116817d02f9: Pulling fs layer 16:14:34 745a02a5169b: Pulling fs layer 16:14:34 00ac8860ef70: Waiting 16:14:34 63d7cb157983: Waiting 16:14:34 b116817d02f9: Waiting 16:14:34 745a02a5169b: Waiting 16:14:34 18c013af1878: Verifying Checksum 16:14:34 18c013af1878: Download complete 16:14:34 a4357932f1b6: Verifying Checksum 16:14:34 a4357932f1b6: Download complete 16:14:34 63d7cb157983: Verifying Checksum 16:14:34 63d7cb157983: Download complete 16:14:34 b116817d02f9: Verifying Checksum 16:14:34 b116817d02f9: Download complete 16:14:34 5f621e34cdf4: Verifying Checksum 16:14:34 5f621e34cdf4: Download complete 16:14:34 5f621e34cdf4: Pull complete 16:14:35 a4357932f1b6: Pull complete 16:14:36 18c013af1878: Pull complete 16:14:36 745a02a5169b: Verifying Checksum 16:14:36 745a02a5169b: Download complete 16:14:37 00ac8860ef70: Verifying Checksum 16:14:37 00ac8860ef70: Download complete 16:14:47 00ac8860ef70: Pull complete 16:14:47 63d7cb157983: Pull complete 16:14:48 b116817d02f9: Pull complete 16:14:52 745a02a5169b: Pull complete 16:14:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:14:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:14:52 ---> b7e6874047d6 16:14:52 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:14:55 ---> Running in 5ec9e57daea6 16:14:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:58 (1/12) Installing libmagic (5.38-r0) 16:14:58 (2/12) Installing file (5.38-r0) 16:14:59 (3/12) Installing libc-dev (0.7.2-r3) 16:14:59 (4/12) Installing g++ (9.3.0-r2) 16:15:02 (5/12) Installing fortify-headers (1.1-r0) 16:15:02 (6/12) Installing patch (2.7.6-r6) 16:15:02 (7/12) Installing build-base (0.5-r2) 16:15:02 (8/12) Installing libsodium (1.0.18-r0) 16:15:03 (9/12) Installing pkgconf (1.7.2-r0) 16:15:03 (10/12) Installing libsodium-dev (1.0.18-r0) 16:15:03 (11/12) Installing libzmq (4.3.3-r0) 16:15:03 (12/12) Installing zeromq-dev (4.3.3-r0) 16:15:03 Executing busybox-1.31.1-r19.trigger 16:15:03 OK: 217 MiB in 51 packages 16:15:08 Removing intermediate container 5ec9e57daea6 16:15:08 ---> ab16c215bf6c 16:15:08 Step 4/6 : WORKDIR /edgex-go 16:15:08 ---> Running in 58d3402cdc45 16:15:08 Removing intermediate container 58d3402cdc45 16:15:08 ---> f14a18618922 16:15:08 Step 5/6 : COPY go.mod . 16:15:09 ---> a1e1c192667a 16:15:09 Step 6/6 : RUN go mod download 16:15:09 ---> Running in e50125d49632 16:15:36 Removing intermediate container e50125d49632 16:15:36 ---> bf75a9fc73d4 16:15:36 Successfully built bf75a9fc73d4 16:15:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:15:36 + docker inspect -f . ci-base-image-arm64 16:15:36 . [Pipeline] withDockerContainer 16:15:36 prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container 16:15:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 16:15:38 $ docker top e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:39 + go version 16:15:39 go version go1.15.5 linux/arm64 [Pipeline] } 16:15:39 $ docker stop --time=1 e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca 16:15:40 gofmt -l . 16:15:40 [ "`gofmt -l .`" = "" ] 16:15:41 ./bin/test-go-mod-tidy.sh 16:15:41 $ docker rm -f e40746be23d2b7a14edb024a7fad561b7f1ee2026df82fee53a52498c1301cca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:42 + docker inspect -f . ci-base-image-arm64 16:15:42 . [Pipeline] withDockerContainer 16:15:42 prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container 16:15:42 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 16:15:43 ./bin/test-attribution-txt.sh 16:15:44 $ docker top aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 -eo pid,comm [Pipeline] { [Pipeline] echo 16:15:44 ========================================================= 16:15:44 [edgeXBuildGoParallel] Running Tests and Build... 16:15:44 ========================================================= [Pipeline] sh 16:15:45 + make test 16:15:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh 16:15:46 + ls -al . 16:15:46 total 776 16:15:46 drwxrwxr-x 10 1001 1001 4096 Mar 29 16:15 . 16:15:46 drwxr-xr-x 4 root root 28 Mar 29 16:11 .. 16:15:46 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:08 .dockerignore 16:15:46 drwxrwxr-x 8 1001 1001 179 Mar 29 16:08 .git 16:15:46 drwxrwxr-x 3 1001 1001 125 Mar 29 16:08 .github 16:15:46 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:08 .gitignore 16:15:46 drwx------ 3 1001 1001 60 Mar 29 16:10 .semver 16:15:46 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:08 .sonarcloud.properties 16:15:46 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:08 Attribution.txt 16:15:46 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:08 CONTRIBUTING.md 16:15:46 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:08 Dockerfile.build 16:15:46 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:08 Jenkinsfile 16:15:46 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:08 LICENSE 16:15:46 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:08 Makefile 16:15:46 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:08 README.md 16:15:46 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:08 SECURITY.md 16:15:46 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:10 VERSION 16:15:46 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:08 ZMQWindows.md 16:15:46 drwxrwxr-x 2 1001 1001 117 Mar 29 16:08 bin 16:15:46 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:08 cmd 16:15:46 -rw-r--r-- 1 root root 666212 Mar 29 16:14 coverage.out 16:15:46 -rw-r--r-- 1 root root 1056 Mar 29 16:15 go.mod 16:15:46 -rw-r--r-- 1 root root 22646 Mar 29 16:15 go.sum 16:15:46 drwxrwxr-x 8 1001 1001 127 Mar 29 16:08 internal 16:15:46 drwxrwxr-x 4 1001 1001 26 Mar 29 16:08 openapi 16:15:46 drwxrwxr-x 4 1001 1001 71 Mar 29 16:08 snap 16:15:46 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:08 version.go [Pipeline] sh 16:15:46 + '[' -e coverage.out ] 16:15:46 + chown 1001:1001 coverage.out [Pipeline] stash 16:15:46 Stashed 1 file(s) [Pipeline] sh 16:15:47 + make build 16:15:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:15:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:16:12 ? github.com/edgexfoundry/edgex-go [no test files] 16:16:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:16:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:16:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:16:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:16:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:16:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:16:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:16: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 16:16:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:16:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:16:47 $ docker stop --time=1 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 16:16:49 $ docker rm -f 9ce58b58f6f376148950518bbde557f2569b306cac3f0dac42c97df21453a189 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:16:52 16:16:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:16:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:16:53 latest: Pulling from edgex-devops/edgex-compose 16:16:53 cbdbe7a5bc2a: Pulling fs layer 16:16:53 ca9280d653b3: Pulling fs layer 16:16:53 7e9c9ca2126c: Pulling fs layer 16:16:53 cbdbe7a5bc2a: Download complete 16:16:54 ca9280d653b3: Verifying Checksum 16:16:54 ca9280d653b3: Download complete 16:16:54 cbdbe7a5bc2a: Pull complete 16:16:56 7e9c9ca2126c: Download complete 16:16:56 ca9280d653b3: Pull complete 16:17:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:17:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:17:15 7e9c9ca2126c: Pull complete 16:17:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:17:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:17:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:17:15 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:17:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:17:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:17:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:17:19 $ docker top 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:20 + docker-compose build --help 16:17:20 + grep parallel 16:17:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:17:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:17:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:17:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:17:22 --parallel Build images in parallel. [Pipeline] } 16:17:22 $ docker stop --time=1 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f 16:17:24 $ docker rm -f 15acf43252e0d8629c217843f4f848e9e5c60bb945da866b893f6ebb485dcb1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:17:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:17:24 . [Pipeline] withDockerContainer 16:17:24 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:17:25 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:17:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:17:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:17:26 $ docker top 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:27 + docker-compose -f ./docker-compose-build.yml build --parallel 16:17:29 Building docker-core-command-go ... 16:17:29 Building docker-core-data-go ... 16:17:29 Building docker-core-metadata-go ... 16:17:29 Building docker-security-bootstrapper-go ... 16:17:29 Building docker-security-proxy-setup-go ... 16:17:29 Building docker-security-secretstore-setup-go ... 16:17:29 Building docker-support-notifications-go ... 16:17:29 Building docker-support-scheduler-go ... 16:17:29 Building docker-sys-mgmt-agent-go ... 16:17:29 Building docker-support-scheduler-go 16:17:29 Building docker-security-proxy-setup-go 16:17:29 Building docker-core-metadata-go 16:17:29 Building docker-core-command-go 16:17:29 Building docker-security-secretstore-setup-go 16:17:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:17:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:17:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:17:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.9% of statements 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:17:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements 16:17:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.312s coverage: 100.0% of statements 16:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.612s coverage: 27.1% of statements 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:17:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 71.3% of statements 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:17:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:17:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 82.9% of statements 16:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:17:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 16:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.254s coverage: 28.6% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:18:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.189s coverage: 78.3% of statements 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:18:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.183s coverage: 92.8% of statements 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.293s coverage: 0.1% of statements 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:18:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.131s coverage: 94.1% of statements 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 16:18:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.117s coverage: 87.5% of statements 16:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 16:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 16:18:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.477s coverage: 82.6% of statements 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.173s coverage: 92.9% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 64.4% of statements 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 16:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 16:18:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 16:18:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 16:18:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 16:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 69.0% of statements 16:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:18:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 38.4% of statements 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:18:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.169s coverage: 89.5% of statements 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:18:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements 16:18:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:18:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:18:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:18:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.474s coverage: 87.1% of statements 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:18:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.932s coverage: 29.1% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.235s coverage: 99.0% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.147s coverage: 100.0% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.281s coverage: 94.0% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:19:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 16:19:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 16:19:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 16:19:04 GO111MODULE=on go vet ./... 16:19:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> 426672e0a13e 16:19:07 Step 3/22 : WORKDIR /edgex-go 16:19:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> 426672e0a13e 16:19:07 Step 3/23 : WORKDIR /edgex-go 16:19:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> 426672e0a13e 16:19:07 Step 3/21 : WORKDIR /edgex-go 16:19:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> 426672e0a13e 16:19:07 Step 3/24 : WORKDIR /edgex-go 16:19:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> 426672e0a13e 16:19:07 Step 3/23 : WORKDIR /edgex-go 16:19:07 ---> Running in 56fb18dce8df 16:19:07 ---> Running in 440265a47458 16:19:07 ---> Running in 8a018ff1c012 16:19:07 ---> Running in fde4050e5d83 16:19:07 ---> Running in 08328109be43 16:19:07 Removing intermediate container 8a018ff1c012 16:19:07 ---> 12d8f4ad53bd 16:19:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 Removing intermediate container fde4050e5d83 16:19:07 ---> dcb1b551afaa 16:19:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 Removing intermediate container 56fb18dce8df 16:19:07 ---> dbe90c570870 16:19:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 Removing intermediate container 08328109be43 16:19:07 ---> 4345fbdfc146 16:19:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 Removing intermediate container 440265a47458 16:19:07 ---> 92512d2dd41b 16:19:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 ---> Running in 0ae0cbf2244c 16:19:07 ---> Running in ddc14601b350 16:19:07 ---> Running in dd09b91f1fc2 16:19:07 ---> Running in 1aee902e7ebb 16:19:07 ---> Running in 4f2eaa1b68b9 16:19:07 Removing intermediate container 0ae0cbf2244c 16:19:07 ---> dcca6933c38d 16:19:07 Step 5/22 : RUN apk add --update --no-cache make git 16:19:07 Removing intermediate container 4f2eaa1b68b9 16:19:07 ---> 60df43d809fc 16:19:07 Step 5/23 : RUN apk add --update --no-cache make git 16:19:07 Removing intermediate container dd09b91f1fc2 16:19:07 ---> 0689c4a07f2e 16:19:07 Step 5/21 : RUN apk add --update --no-cache make git 16:19:07 Removing intermediate container 1aee902e7ebb 16:19:07 ---> ce4d26874c03 16:19:07 Step 5/24 : RUN apk add --update --no-cache make git 16:19:07 ---> Running in 2e0ba37d8131 16:19:07 Removing intermediate container ddc14601b350 16:19:07 ---> 3381443b4ab2 16:19:07 Step 5/23 : RUN apk add --update --no-cache make git 16:19:07 ---> Running in 10a66eab5f6d 16:19:07 ---> Running in e476091645ba 16:19:07 ---> Running in b5fb1e99c529 16:19:07 ---> Running in 7927e6f20b8f 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:07 OK: 233 MiB in 51 packages 16:19:07 OK: 233 MiB in 51 packages 16:19:07 OK: 233 MiB in 51 packages 16:19:07 OK: 233 MiB in 51 packages 16:19:07 OK: 233 MiB in 51 packages 16:19:08 Removing intermediate container 2e0ba37d8131 16:19:08 ---> 70a9d750f6e9 16:19:08 Step 6/22 : COPY go.mod . 16:19:08 Removing intermediate container 10a66eab5f6d 16:19:08 ---> 6a42f75434fa 16:19:08 Step 6/23 : COPY go.mod . 16:19:09 Removing intermediate container e476091645ba 16:19:09 ---> f9ea8fd6d7ae 16:19:09 Step 6/24 : COPY go.mod . 16:19:09 Removing intermediate container b5fb1e99c529 16:19:09 ---> c2e1c56f66e0 16:19:09 Step 6/21 : COPY go.mod . 16:19:09 ---> 680ce6057b06 16:19:09 Step 7/22 : RUN go mod download 16:19:09 ---> Running in 254d39ab3223 16:19:09 ---> 9f854c2fd48c 16:19:09 Step 7/23 : RUN go mod download 16:19:10 ---> Running in b394bc90f6e4 16:19:10 Removing intermediate container 7927e6f20b8f 16:19:10 ---> c74977608f46 16:19:10 Step 6/23 : COPY go.mod . 16:19:10 ---> 30685e2b037a 16:19:10 Step 7/24 : RUN go mod download 16:19:10 ---> 96a5d45f84a8 16:19:10 Step 7/21 : RUN go mod download 16:19:10 ---> Running in 5df71a992bf8 16:19:10 ---> Running in bfa41e18c044 16:19:11 ---> 745b06da1417 16:19:11 Step 7/23 : RUN go mod download 16:19:11 ---> Running in 204f8b317603 16:19:17 Removing intermediate container 204f8b317603 16:19:17 ---> 3a44b5045af2 16:19:17 Step 8/23 : COPY . . 16:19:17 Removing intermediate container 5df71a992bf8 16:19:17 ---> 2c5b9c0984cd 16:19:17 Step 8/24 : COPY . . 16:19:17 Removing intermediate container 254d39ab3223 16:19:17 ---> 26ebf6b2b73c 16:19:17 Step 8/22 : COPY . . 16:19:19 Removing intermediate container bfa41e18c044 16:19:19 ---> 632b70a01501 16:19:19 Step 8/21 : COPY . . 16:19:19 Removing intermediate container b394bc90f6e4 16:19:19 ---> 402ce895b54b 16:19:19 Step 8/23 : COPY . . 16:20:26 gofmt -l . 16:20:26 [ "`gofmt -l .`" = "" ] 16:20:28 ./bin/test-go-mod-tidy.sh 16:20:28 ./bin/test-attribution-txt.sh [Pipeline] sh 16:20:31 + ls -al . 16:20:31 total 804 16:20:31 drwxrwxr-x 9 1001 1001 4096 Mar 29 16:20 . 16:20:31 drwxr-xr-x 4 root root 4096 Mar 29 16:15 .. 16:20:31 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:14 .dockerignore 16:20:31 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:14 .git 16:20:31 drwxrwxr-x 3 1001 1001 4096 Mar 29 16:14 .github 16:20:31 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:14 .gitignore 16:20:31 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:14 .sonarcloud.properties 16:20:31 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:14 Attribution.txt 16:20:31 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:14 CONTRIBUTING.md 16:20:31 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:14 Dockerfile.build 16:20:31 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:14 Jenkinsfile 16:20:31 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:14 LICENSE 16:20:31 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:14 Makefile 16:20:31 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:14 README.md 16:20:31 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:14 SECURITY.md 16:20:31 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:10 VERSION 16:20:31 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:14 ZMQWindows.md 16:20:31 drwxrwxr-x 2 1001 1001 4096 Mar 29 16:14 bin 16:20:31 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:14 cmd 16:20:31 -rw-r--r-- 1 root root 666212 Mar 29 16:19 coverage.out 16:20:31 -rw-r--r-- 1 root root 1056 Mar 29 16:20 go.mod 16:20:31 -rw-r--r-- 1 root root 22646 Mar 29 16:20 go.sum 16:20:31 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:14 internal 16:20:31 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:14 openapi 16:20:31 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:14 snap 16:20:31 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:14 version.go [Pipeline] sh 16:20:32 + '[' -e coverage.out ] 16:20:32 + chown 1001:1001 coverage.out [Pipeline] stash 16:20:32 Warning: overwriting stash ‘coverage-report’ 16:20:33 Stashed 1 file(s) [Pipeline] sh 16:20:34 + make build 16:20:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:20:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:21:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:21:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:21:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:21:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:21:27 ---> 7673713f8cec 16:21:27 Step 9/23 : RUN make cmd/core-command/core-command 16:21:27 ---> b397e198695d 16:21:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:21:27 ---> a123b4691ff8 16:21:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:21:27 ---> 5f84f6183e62 16:21:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:21:27 ---> b50c70cb1a77 16:21:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:21:27 ---> Running in 950dbb9a9ae6 16:21:27 ---> Running in 792fe81ed835 16:21:27 ---> Running in 555464d61a02 16:21:27 ---> Running in b9f7ee037331 16:21:27 ---> Running in a1c319a18297 16:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:21: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 16:21:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:21:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:21:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:21:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:21: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 16:21:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:21:57 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] } 16:22:04 $ docker stop --time=1 aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 16:22:06 $ docker rm -f aed46fc68424275708a77beaf9c0a1fdf5aa88c718db9ec07e1f07e80ba019e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:09 16:22:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:22:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:09 latest: Pulling from edgex-devops/edgex-compose-arm64 16:22:09 29e5d40040c1: Pulling fs layer 16:22:09 1ce36da41761: Pulling fs layer 16:22:09 25b303627fd3: Pulling fs layer 16:22:10 29e5d40040c1: Verifying Checksum 16:22:10 29e5d40040c1: Download complete 16:22:10 1ce36da41761: Verifying Checksum 16:22:10 1ce36da41761: Download complete 16:22:11 29e5d40040c1: Pull complete 16:22:12 1ce36da41761: Pull complete 16:22:12 25b303627fd3: Verifying Checksum 16:22:12 25b303627fd3: Download complete 16:22:22 25b303627fd3: Pull complete 16:22:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:22:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:22:23 prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container 16:22:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:22:26 $ docker top eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:27 + grep parallel 16:22:27 + docker-compose build --help 16:22:31 --parallel Build images in parallel. [Pipeline] } 16:22:32 $ docker stop --time=1 eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d 16:22:34 $ docker rm -f eb628bf3f41fcd2355fcddcdd642a4322c69c1a570f3116785cc9aa09045c55d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:34 . [Pipeline] withDockerContainer 16:22:35 prd-ubuntu18.04-docker-arm64-4c-16g-31758 does not seem to be running inside a container 16:22:35 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:22:36 $ docker top d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:37 + docker-compose -f ./docker-compose-build.yml build --parallel 16:22:44 Building docker-core-command-go ... 16:22:44 Building docker-core-data-go ... 16:22:44 Building docker-core-metadata-go ... 16:22:44 Building docker-security-bootstrapper-go ... 16:22:44 Building docker-security-proxy-setup-go ... 16:22:44 Building docker-security-secretstore-setup-go ... 16:22:44 Building docker-support-notifications-go ... 16:22:44 Building docker-support-scheduler-go ... 16:22:44 Building docker-sys-mgmt-agent-go ... 16:22:44 Building docker-support-notifications-go 16:22:44 Building docker-security-proxy-setup-go 16:22:44 Building docker-core-data-go 16:22:44 Building docker-support-scheduler-go 16:22:44 Building docker-security-secretstore-setup-go 16:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:23:03 Removing intermediate container 950dbb9a9ae6 16:23:03 ---> 2fed3e486d37 16:23:03 16:23:03 Step 10/23 : FROM alpine:3.12 16:23:03 Removing intermediate container 555464d61a02 16:23:03 ---> 284b0a635d3c 16:23:03 16:23:03 Step 10/24 : FROM alpine:3.12 16:23:03 3.12: Pulling from library/alpine 16:23:03 3.12: Pulling from library/alpine 16:23:03 Removing intermediate container b9f7ee037331 16:23:03 ---> ff87a666eae4 16:23:03 16:23:03 Step 10/22 : FROM alpine:3.12 16:23:03 Removing intermediate container 792fe81ed835 16:23:03 ---> 19da1025ed2f 16:23:03 16:23:03 Step 10/21 : FROM alpine:3.12 16:23:03 3.12: Pulling from library/alpine 16:23:03 3.12: Pulling from library/alpine 16:23:03 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:23:03 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:23:03 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:23:04 Status: Downloaded newer image for alpine:3.12 16:23:04 Status: Image is up to date for alpine:3.12 16:23:04 Status: Downloaded newer image for alpine:3.12 16:23:04 ---> 42cb162f0360 16:23:04 Step 11/21 : RUN apk add --update --no-cache curl 16:23:04 ---> 42cb162f0360 16:23:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:23:04 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:23:04 Status: Image is up to date for alpine:3.12 16:23:04 ---> 42cb162f0360 16:23:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:23:04 ---> 42cb162f0360 16:23:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:23:06 ---> Running in 4eff87d0c196 16:23:06 ---> Running in 66785185ab8b 16:23:06 ---> Running in f9d36bd5d77c 16:23:06 ---> Running in f88e78ce876d 16:23:07 Removing intermediate container a1c319a18297 16:23:07 ---> 594b41a2d4c1 16:23:07 16:23:07 Step 10/23 : FROM alpine:3.12 16:23:07 ---> 42cb162f0360 16:23:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:23:07 ---> Running in 5bddd297f7e0 16:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:09 (1/1) Installing dumb-init (1.2.2-r1) 16:23:09 Executing busybox-1.31.1-r19.trigger 16:23:09 OK: 6 MiB in 15 packages 16:23:09 (1/4) Installing ca-certificates (20191127-r4) 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:23:09 (3/4) Installing libcurl (7.69.1-r3) 16:23:09 (4/4) Installing curl (7.69.1-r3) 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:09 Executing busybox-1.31.1-r19.trigger 16:23:09 Executing ca-certificates-20191127-r4.trigger 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:10 OK: 7 MiB in 18 packages 16:23:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:10 (1/6) Installing ca-certificates (20191127-r4) 16:23:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:23:11 (3/6) Installing libcurl (7.69.1-r3) 16:23:11 (4/6) Installing curl (7.69.1-r3) 16:23:11 (5/6) Installing dumb-init (1.2.2-r1) 16:23:11 (6/6) Installing su-exec (0.2-r1) 16:23:11 Executing busybox-1.31.1-r19.trigger 16:23:11 Executing ca-certificates-20191127-r4.trigger 16:23:11 OK: 7 MiB in 20 packages 16:23:11 (1/1) Installing dumb-init (1.2.2-r1) 16:23:11 Executing busybox-1.31.1-r19.trigger 16:23:11 (1/1) Installing dumb-init (1.2.2-r1) 16:23:11 OK: 6 MiB in 15 packages 16:23:11 Executing busybox-1.31.1-r19.trigger 16:23:11 OK: 6 MiB in 15 packages 16:23:12 Removing intermediate container 66785185ab8b 16:23:12 ---> 8c464ec5f428 16:23:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:23:13 Removing intermediate container f9d36bd5d77c 16:23:13 ---> 529ea9e92f2a 16:23:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:23:13 ---> Running in a53f13343b6e 16:23:13 ---> Running in a4947b4db166 16:23:14 Removing intermediate container a4947b4db166 16:23:14 ---> 1ea193b7a196 16:23:14 Step 13/21 : WORKDIR /edgex 16:23:14 Removing intermediate container a53f13343b6e 16:23:14 ---> a0e244b0195c 16:23:14 Step 13/22 : ENV APP_PORT=48085 16:23:14 Removing intermediate container 5bddd297f7e0 16:23:14 ---> ddf949edee72 16:23:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:23:14 ---> Running in db86bb9b354f 16:23:14 ---> Running in fafcc2cd4eed 16:23:14 Removing intermediate container f88e78ce876d 16:23:14 ---> 6bfa8b4f71d7 16:23:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:23:14 Removing intermediate container 4eff87d0c196 16:23:14 ---> f7e073e12b56 16:23:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:23:14 ---> Running in bdc77daf1360 16:23:14 ---> Running in f33d2720d7cb 16:23:14 Removing intermediate container db86bb9b354f 16:23:14 ---> 741034e318e5 16:23:14 Step 14/22 : EXPOSE $APP_PORT 16:23:14 ---> Running in 863156b34aa9 16:23:15 ---> Running in 1d049134084a 16:23:15 Removing intermediate container fafcc2cd4eed 16:23:15 ---> b9ddf2c49f29 16:23:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:23:15 Removing intermediate container bdc77daf1360 16:23:15 ---> 8db02c6f6627 16:23:15 Step 13/23 : ENV APP_PORT=48081 16:23:15 Removing intermediate container f33d2720d7cb 16:23:15 ---> b2ad77d0953f 16:23:15 Step 13/24 : WORKDIR / 16:23:15 Removing intermediate container 863156b34aa9 16:23:15 ---> 26ce4ff93854 16:23:15 Step 13/23 : ENV APP_PORT=48082 16:23:15 ---> Running in 7b8a0e91b42d 16:23:15 ---> Running in 2a7f288e55b3 16:23:15 ---> Running in c45f207f961d 16:23:16 Removing intermediate container 1d049134084a 16:23:16 ---> 5ab4e35334ca 16:23:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:23:16 Removing intermediate container 7b8a0e91b42d 16:23:16 ---> 2cc057111d00 16:23:16 Step 14/23 : EXPOSE $APP_PORT 16:23:16 ---> 5f50009f2f0c 16:23:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:23:16 Removing intermediate container 2a7f288e55b3 16:23:16 ---> 650237a18dfb 16:23:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:23:16 ---> Running in ba25392c4a30 16:23:16 Removing intermediate container c45f207f961d 16:23:16 ---> 0ad5a6156f46 16:23:16 Step 14/23 : EXPOSE $APP_PORT 16:23:17 ---> Running in a474c45e4a29 16:23:17 ---> 9cdb5230d33e 16:23:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:23:17 Removing intermediate container ba25392c4a30 16:23:17 ---> d4068f5a72fd 16:23:17 Step 15/23 : WORKDIR / 16:23:18 ---> Running in 83d132f02f54 16:23:18 ---> e79a32150fec 16:23:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:23:18 Removing intermediate container a474c45e4a29 16:23:18 ---> b5001134acc6 16:23:18 Step 15/23 : WORKDIR / 16:23:18 ---> 033783074647 16:23:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:23:18 ---> Running in 94e3d6039b15 16:23:18 ---> 76bcdb4d9cc5 16:23:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:23:18 Removing intermediate container 83d132f02f54 16:23:18 ---> c6ce4d1017c6 16:23:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:23:19 ---> 42913f5d518d 16:23:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:23:19 Removing intermediate container 94e3d6039b15 16:23:19 ---> d37961f7180d 16:23:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:23:19 ---> 99799f85e8b8 16:23:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:23:19 ---> 1a6d648893fb 16:23:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:23:19 ---> 52374aea2343 16:23:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:23:20 ---> 81d2cabbe598 16:23:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:23:20 ---> 48561fe9d072 16:23:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:23:20 ---> Running in e975edd534b4 16:23:20 ---> Running in 00c7f5b265ea 16:23:21 Removing intermediate container e975edd534b4 16:23:21 ---> 06f5867d3d40 16:23:21 Step 18/21 : CMD ["--init=true"] 16:23:21 ---> Running in d96e2174090e 16:23:21 ---> ca64261e15c9 16:23:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:23:22 Removing intermediate container 00c7f5b265ea 16:23:22 ---> 9a84499c33fb 16:23:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:23:22 ---> 6e471dc50b83 16:23:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:23:22 ---> 78ea384d239e 16:23:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:23:22 ---> Running in aeb2d0144d4e 16:23:22 Removing intermediate container d96e2174090e 16:23:22 ---> 958eba0e4544 16:23:22 Step 19/21 : LABEL arch=x86_64 16:23:22 ---> Running in 79207b6a8fa5 16:23:22 ---> 07259665d42d 16:23:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:23:22 Removing intermediate container aeb2d0144d4e 16:23:22 ---> ba42ad83d393 16:23:22 Step 20/22 : LABEL arch=x86_64 16:23:22 ---> ffe0b8caa214 16:23:22 Step 19/23 : ENTRYPOINT ["/core-command"] 16:23:22 ---> Running in e54752579916 16:23:22 ---> Running in 8072bdd0afe6 16:23:23 ---> Running in ad710154b9ed 16:23:23 ---> 46c3479b3c04 16:23:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:23:23 Removing intermediate container 79207b6a8fa5 16:23:23 ---> ff5f684b7d29 16:23:23 Step 20/21 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:23:23 ---> Running in 82495308d2aa 16:23:24 Removing intermediate container ad710154b9ed 16:23:24 Removing intermediate container e54752579916 16:23:24 ---> e4c085ea51cc 16:23:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:23:24 ---> 0b51f716e689 16:23:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:23:24 Removing intermediate container 8072bdd0afe6 16:23:24 ---> dc7032818d72 16:23:24 Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:23:24 ---> Running in 8d5784d1f3a5 16:23:24 ---> Running in 6f08ce8c1d06 16:23:24 ---> 2db4d60aee43 16:23:24 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/ 16:23:24 ---> Running in cb8159d9a352 16:23:24 Removing intermediate container 82495308d2aa 16:23:24 ---> 223ee5d2010d 16:23:24 Step 21/21 : LABEL version=0.0.0 16:23:24 ---> Running in 918bad1faa4d 16:23:24 ---> Running in 40e065658140 16:23:25 Removing intermediate container 8d5784d1f3a5 16:23:25 ---> 8206b7db6427 16:23:25 Step 21/23 : LABEL arch=x86_64 16:23:25 Removing intermediate container 6f08ce8c1d06 16:23:25 ---> dac124d50fcd 16:23:25 Step 21/23 : LABEL arch=x86_64 16:23:25 Removing intermediate container cb8159d9a352 16:23:25 ---> e2aa31c9c105 16:23:25 Step 22/22 : LABEL version=0.0.0 16:23:25 ---> Running in fc2e9ab77032 16:23:25 ---> Running in cb4a8cc2ce96 16:23:25 ---> Running in 7c57bf174cac 16:23:25 Removing intermediate container 40e065658140 16:23:25 ---> 33939b7e38ad 16:23:25 16:23:26 Removing intermediate container fc2e9ab77032 16:23:26 ---> 5f88f14ab927 16:23:26 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:23:26 Removing intermediate container 7c57bf174cac 16:23:26 ---> 30ebe82e3abc 16:23:26 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:23:26 ---> Running in 130ca940b963 16:23:26 Removing intermediate container cb4a8cc2ce96 16:23:26 ---> 531a3e3d775c 16:23:26 16:23:26 ---> Running in 102dcc40b162 16:23:27 Successfully built 33939b7e38ad 16:23:27 Successfully tagged docker-security-proxy-setup-go:latest 16:23:27 Building docker-core-data-go 16:23:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 130ca940b963 16:23:27 ---> 909e21ec1b99 16:23:27 Step 23/23 : LABEL version=0.0.0 16:23:27 Successfully built 531a3e3d775c 16:23:27 Removing intermediate container 102dcc40b162 16:23:27 ---> ba2d9fb64358 16:23:27 Step 23/23 : LABEL version=0.0.0 16:23:27 Successfully tagged docker-support-scheduler-go:latest 16:23:27  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 16:23:28 ---> Running in 8cf37e38804e 16:23:28 ---> Running in aae958161853 16:23:28 Removing intermediate container 918bad1faa4d 16:23:28 ---> bfcf40437c8d 16:23:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:23:28 Removing intermediate container 8cf37e38804e 16:23:28 ---> 28a87add56ea 16:23:28 16:23:28 ---> Running in dc41a60fa424 16:23:28 Removing intermediate container aae958161853 16:23:28 ---> ade67636bac5 16:23:28 16:23:29 Successfully built 28a87add56ea 16:23:29 Successfully tagged docker-core-command-go:latest 16:23:29 Building docker-sys-mgmt-agent-go 16:23:29  Building docker-core-command-go ... done Successfully built ade67636bac5 16:23:30 Successfully tagged docker-core-metadata-go:latest 16:23:30 Removing intermediate container dc41a60fa424 16:23:30 ---> 50e0315cffd9 16:23:30 Step 22/24 : LABEL arch=x86_64 16:23:30 Building docker-security-bootstrapper-go 16:23:30  Building docker-core-metadata-go ... done  ---> Running in cbbccb263d1a 16:23:31 Removing intermediate container cbbccb263d1a 16:23:31 ---> 6b3d55afa724 16:23:31 Step 23/24 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:23:32 ---> Running in 02d9d3f3fca8 16:23:35 Removing intermediate container 02d9d3f3fca8 16:23:35 ---> 6d086e765115 16:23:35 Step 24/24 : LABEL version=0.0.0 16:23:36 ---> Running in 4db69b7dfbc9 16:23:36 Removing intermediate container 4db69b7dfbc9 16:23:36 ---> 6c3e6228e69a 16:23:36 16:23:37 Successfully built 6c3e6228e69a 16:23:37 Successfully tagged docker-security-secretstore-setup-go:latest 16:24:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:06 ---> bf75a9fc73d4 16:24:06 Step 3/22 : WORKDIR /edgex-go 16:24:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:24:06 ---> bf75a9fc73d4 16:24:06 Step 3/21 : WORKDIR /edgex-go 16:24:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:24:06 ---> bf75a9fc73d4 16:24:06 Step 3/23 : WORKDIR /edgex-go 16:24:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:06 ---> bf75a9fc73d4 16:24:06 Step 3/22 : WORKDIR /edgex-go 16:24:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:24:06 ---> bf75a9fc73d4 16:24:06 Step 3/24 : WORKDIR /edgex-go 16:24:06 ---> Running in 89d14d42de89 16:24:06 ---> Running in 2668c6c6b3d3 16:24:06 ---> Running in db64bfb42820 16:24:06 ---> Running in f4073fb0c62e 16:24:06 ---> Running in 0cdc6190a91a 16:24:06 Removing intermediate container 2668c6c6b3d3 16:24:06 ---> 657ed576a544 16:24:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:06 Removing intermediate container 0cdc6190a91a 16:24:06 ---> 77dd5563f80c 16:24:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:06 Removing intermediate container f4073fb0c62e 16:24:06 ---> 5b9ac52441e6 16:24:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:06 Removing intermediate container db64bfb42820 16:24:06 ---> e363a05a860c 16:24:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:06 Removing intermediate container 89d14d42de89 16:24:06 ---> 1ce2b0bf99d4 16:24:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:06 ---> Running in 8478e1a86737 16:24:06 ---> Running in dbed893a82cb 16:24:06 ---> Running in 698e36f4319c 16:24:06 ---> Running in e3b49fba8d2c 16:24:06 ---> Running in 8cd3317012ed 16:24:06 Removing intermediate container 8478e1a86737 16:24:06 ---> 27230df8676f 16:24:06 Step 5/22 : RUN apk add --update --no-cache make git 16:24:06 ---> Running in 2a6f1fe6d8b2 16:24:06 Removing intermediate container dbed893a82cb 16:24:06 ---> 76e7cccc97d0 16:24:06 Step 5/24 : RUN apk add --update --no-cache make git 16:24:06 ---> Running in 1e3ae3667e4e 16:24:06 Removing intermediate container e3b49fba8d2c 16:24:06 ---> fe8451f337be 16:24:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:24:06 Removing intermediate container 698e36f4319c 16:24:06 ---> b65a282eeac8 16:24:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:24:06 Removing intermediate container 8cd3317012ed 16:24:06 ---> 2c6ee07c35e0 16:24:06 Step 5/21 : RUN apk add --update --no-cache make git 16:24:06 ---> Running in 96d2948a084b 16:24:06 ---> Running in c06e2ceeed70 16:24:06 ---> Running in 6131b9be0658 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:07 OK: 217 MiB in 51 packages 16:24:07 OK: 217 MiB in 51 packages 16:24:07 OK: 217 MiB in 51 packages 16:24:07 OK: 217 MiB in 51 packages 16:24:07 OK: 217 MiB in 51 packages 16:24:09 Removing intermediate container 1e3ae3667e4e 16:24:09 ---> 09807069856c 16:24:09 Step 6/24 : COPY go.mod . 16:24:09 Removing intermediate container 2a6f1fe6d8b2 16:24:09 ---> a12d78126ebf 16:24:09 Step 6/22 : COPY go.mod . 16:24:09 Removing intermediate container 96d2948a084b 16:24:09 ---> d6adabadfb4b 16:24:09 Step 6/21 : COPY go.mod . 16:24:09 Removing intermediate container 6131b9be0658 16:24:09 ---> 3bfcd9e56915 16:24:09 Step 6/23 : COPY go.mod . 16:24:09 Removing intermediate container c06e2ceeed70 16:24:09 ---> 099ee628c273 16:24:09 Step 6/22 : COPY go.mod . 16:24:10 ---> c99e150f1fe8 16:24:10 ---> e93a7a4d8df2 16:24:10 Step 7/24 : RUN go mod download 16:24:10 Step 7/22 : RUN go mod download 16:24:10 ---> dae120286c5d 16:24:10 Step 7/21 : RUN go mod download 16:24:10 ---> Running in 1f49c3aec0dd 16:24:10 ---> Running in 1665e848f707 16:24:11 ---> 0fbc406c8a15 16:24:11 Step 7/22 : RUN go mod download 16:24:11 ---> Running in cbd9f427a89d 16:24:11 ---> 8c9a7d6e7998 16:24:11 Step 7/23 : RUN go mod download 16:24:11 ---> Running in 116342ffecc7 16:24:11 ---> Running in 8adaaa8bddc2 16:24:15 Removing intermediate container 1665e848f707 16:24:15 ---> ae0d8b969d54 16:24:15 Step 8/22 : COPY . . 16:24:15 Removing intermediate container 1f49c3aec0dd 16:24:15 ---> 6ec5750e3f2b 16:24:15 Step 8/24 : COPY . . 16:24:16 Removing intermediate container cbd9f427a89d 16:24:16 ---> 22a7085142ab 16:24:16 Step 8/21 : COPY . . 16:24:16 Removing intermediate container 8adaaa8bddc2 16:24:16 ---> 6663235b1f1a 16:24:16 Step 8/23 : COPY . . 16:24:16 Removing intermediate container 116342ffecc7 16:24:16 ---> c13c987a9220 16:24:16 Step 8/22 : COPY . . 16:24:34  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:24:34 ---> 426672e0a13e 16:24:34 Step 3/23 : WORKDIR /edgex-go 16:24:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:24:34 ---> 426672e0a13e 16:24:34 Step 3/26 : WORKDIR /edgex-go 16:24:34 ---> Using cache 16:24:34 ---> 92512d2dd41b 16:24:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:34 ---> Using cache 16:24:34 ---> 92512d2dd41b 16:24:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:34 ---> Using cache 16:24:34 ---> 60df43d809fc 16:24:34 Step 5/26 : RUN apk add --update --no-cache make bash git 16:24:34 ---> Using cache 16:24:34 ---> 60df43d809fc 16:24:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:24:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:34 ---> 426672e0a13e 16:24:34 Step 3/22 : WORKDIR /edgex-go 16:24:34 ---> Using cache 16:24:34 ---> 92512d2dd41b 16:24:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:34 ---> Using cache 16:24:34 ---> 60df43d809fc 16:24:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:24:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:24:34 ---> 426672e0a13e 16:24:34 Step 3/31 : WORKDIR /edgex-go 16:24:34 ---> Using cache 16:24:34 ---> 92512d2dd41b 16:24:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:34 ---> Using cache 16:24:34 ---> 60df43d809fc 16:24:34 Step 5/31 : RUN apk add --update --no-cache make git 16:24:34 ---> Using cache 16:24:34 ---> 6a42f75434fa 16:24:34 Step 6/31 : COPY go.mod . 16:24:34 ---> Using cache 16:24:34 ---> 9f854c2fd48c 16:24:34 Step 7/31 : RUN go mod download 16:24:34 ---> Using cache 16:24:34 ---> 402ce895b54b 16:24:34 Step 8/31 : COPY . . 16:24:34 ---> Using cache 16:24:34 ---> b50c70cb1a77 16:24:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:24:34 ---> Running in 12c6cd1d6ac9 16:24:34 ---> Running in c67bd2598e2a 16:24:34 ---> Running in 3e3d6dea7206 16:24:34 ---> Running in dc30a7aefcb0 16:24:36 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 16:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:39 OK: 233 MiB in 51 packages 16:24:39 OK: 233 MiB in 51 packages 16:24:39 OK: 233 MiB in 51 packages 16:24:43 ---> 1e5db8f16389 16:24:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:24:43 ---> 039573d0970b 16:24:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:24:43 ---> 820a4018e341 16:24:43 Step 9/23 : RUN make cmd/core-data/core-data 16:24:43 ---> fcd0f1705b76 16:24:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:24:43 ---> Running in 5b9ea9e3c665 16:24:43 ---> Running in b372f7f7370e 16:24:43 ---> Running in 3de0245c9b7f 16:24:43 ---> Running in ac09b029218e 16:24:43 ---> 634fe0dbc808 16:24:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:24:43 ---> Running in 2e49b114fa1b 16:24:44 Removing intermediate container 3e3d6dea7206 16:24:44 ---> 6c2b4759bec3 16:24:44 Step 6/26 : COPY go.mod . 16:24:44 Removing intermediate container dc30a7aefcb0 16:24:44 ---> 5633d449c4ee 16:24:44 Step 6/23 : COPY go.mod . 16:24:44 Removing intermediate container c67bd2598e2a 16:24:44 ---> 0a4b80b795f6 16:24:44 Step 6/22 : COPY go.mod . 16:24:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:24:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:24:46 ---> 9906ae9aea7b 16:24:46 Step 7/26 : RUN go mod download 16:24:46 ---> 34350df51e11 16:24:46 Step 7/22 : RUN go mod download 16:24:46 ---> c72635d3f346 16:24:46 Step 7/23 : RUN go mod download 16:24:47 ---> Running in 8d6cee086d6c 16:24:47 ---> Running in c2414cffe7f8 16:24:47 ---> Running in 72fefdd316ed 16:24:56 Removing intermediate container 72fefdd316ed 16:24:56 ---> b40efb40bb9f 16:24:56 Step 8/26 : COPY . . 16:24:56 Removing intermediate container c2414cffe7f8 16:24:56 ---> dfd187f14ced 16:24:56 Step 8/23 : COPY . . 16:24:56 Removing intermediate container 8d6cee086d6c 16:24:56 ---> 45b6d36b2909 16:24:56 Step 8/22 : COPY . . 16:26:07 Removing intermediate container 12c6cd1d6ac9 16:26:07 ---> 04a4e70c984d 16:26:07 16:26:07 Step 10/31 : FROM alpine:3.12 16:26:07 ---> 42cb162f0360 16:26:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:26:07 ---> Running in 2684bae69a04 16:26:07 Removing intermediate container 2684bae69a04 16:26:07 ---> 1e36446764db 16:26:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:26:07 ---> Running in 204da80b3f7c 16:26:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:26:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:26:10 (1/2) Installing dumb-init (1.2.2-r1) 16:26:10 (2/2) Installing su-exec (0.2-r1) 16:26:10 Executing busybox-1.31.1-r19.trigger 16:26:10 OK: 6 MiB in 16 packages 16:26:16 Removing intermediate container 204da80b3f7c 16:26:16 ---> ad3ecbd82436 16:26:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:26:16 ---> Running in 720e7568d77f 16:26:18 Removing intermediate container 720e7568d77f 16:26:18 ---> c26a7cb17628 16:26:18 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:26:19 ---> Running in 2a8a810f8383 16:26:20 Removing intermediate container 2a8a810f8383 16:26:20 ---> fcb5e696c5e7 16:26:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:26:20 ---> f58419fa1446 16:26:20 Step 9/23 : RUN make cmd/core-data/core-data 16:26:20 ---> 5e48a9ddfef8 16:26:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:26:20 ---> Running in babdef345baa 16:26:20 ---> Running in c4a0b1313a07 16:26:21 ---> Running in 61323d1ad55a 16:26:21 ---> f7eff139a7aa 16:26:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:26:21 ---> Running in c7b7a52b3f20 16:26:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:26:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:26:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:26:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:26:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:26:26 Removing intermediate container babdef345baa 16:26:26 ---> e8dfeed38320 16:26:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:26:26 ---> Running in a384a8452d9a 16:26:27 Removing intermediate container a384a8452d9a 16:26:27 ---> 980857e1e74e 16:26:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:26:29 ---> b53f2b4c958c 16:26:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:26:29 ---> Running in 1bb99c99bbd6 16:26:35 Removing intermediate container 1bb99c99bbd6 16:26:35 ---> 46baa7ce6b97 16:26:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:26:36 ---> 2c73f9134e6f 16:26:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:26:37 Removing intermediate container b372f7f7370e 16:26:37 ---> 3561f33fe5c7 16:26:37 16:26:37 Step 10/24 : FROM alpine:3.12 16:26:37 3.12: Pulling from library/alpine 16:26:38 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:26:38 Status: Downloaded newer image for alpine:3.12 16:26:38 ---> e47305ac9786 16:26:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:26:39 ---> Running in 0ae72ec969af 16:26:40 ---> 411c5676b02e 16:26:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:26:41 ---> 51c07be10d0e 16:26:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:26:41 Removing intermediate container 3de0245c9b7f 16:26:41 ---> 0a0ec279ccc1 16:26:41 16:26:41 Step 10/21 : FROM alpine:3.12 16:26:41 ---> e47305ac9786 16:26:41 Step 11/21 : RUN apk add --update --no-cache curl 16:26:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:41 ---> Running in b4f880a3e284 16:26:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:43 (1/6) Installing ca-certificates (20191127-r4) 16:26:43 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:26:43 (3/6) Installing libcurl (7.69.1-r3) 16:26:43 (4/6) Installing curl (7.69.1-r3) 16:26:43 ---> c977313bfca6 16:26:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:26:43 (5/6) Installing dumb-init (1.2.2-r1) 16:26:43 (6/6) Installing su-exec (0.2-r1) 16:26:43 Executing busybox-1.31.1-r19.trigger 16:26:43 Executing ca-certificates-20191127-r4.trigger 16:26:43 OK: 7 MiB in 20 packages 16:26:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:44 (1/4) Installing ca-certificates (20191127-r4) 16:26:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:26:45 (3/4) Installing libcurl (7.69.1-r3) 16:26:45 (4/4) Installing curl (7.69.1-r3) 16:26:45 Executing busybox-1.31.1-r19.trigger 16:26:45 Executing ca-certificates-20191127-r4.trigger 16:26:45 ---> 310c6c28e865 16:26:45 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:26:45 OK: 7 MiB in 18 packages 16:26:46 ---> Running in 1a11b2e02f36 16:26:46 Removing intermediate container 0ae72ec969af 16:26:46 ---> eaa3a1306635 16:26:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:26:47 ---> Running in 3afd37d604aa 16:26:47 Removing intermediate container 1a11b2e02f36 16:26:47 ---> 75a4b8a9a837 16:26:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:26:48 Removing intermediate container b4f880a3e284 16:26:48 ---> de1f4e393beb 16:26:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:26:48 Removing intermediate container 3afd37d604aa 16:26:48 ---> 763fd599f2cb 16:26:48 Step 13/24 : WORKDIR / 16:26:48 ---> Running in 1dea226e717c 16:26:48 ---> Running in 7f40da7f8ce3 16:26:49 Removing intermediate container 1dea226e717c 16:26:49 ---> 49793d80f70d 16:26:49 Step 13/21 : WORKDIR /edgex 16:26:49 ---> 0f56fa028159 16:26:49 Step 26/31 : RUN chmod +x /entrypoint.sh 16:26:49 Removing intermediate container 7f40da7f8ce3 16:26:49 ---> bf0f0a42a2c4 16:26:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:26:49 ---> Running in fa43fb028582 16:26:50 ---> Running in f01ba0a5134a 16:26:50 Removing intermediate container fa43fb028582 16:26:50 ---> 915633cc309a 16:26:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:26:50 ---> fc64fbf18879 16:26:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:26:52 ---> c66b906b4f63 16:26:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:26:52 ---> 8ab5b4448bf2 16:26:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:26:54 ---> a774cb79c240 16:26:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:26:54 ---> 177f7d20f954 16:26:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:26:56 Removing intermediate container f01ba0a5134a 16:26:56 ---> db4c42dfd4b9 16:26:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:26:57 ---> 9f3add90d02f 16:26:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:26:58 ---> Running in 382c69047ea2 16:26:58 ---> Running in c249cf5ba8ed 16:26:58 ---> b2ac26324bfc 16:26:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:26:59 Removing intermediate container 382c69047ea2 16:26:59 ---> ba45def8a369 16:26:59 Step 28/31 : CMD ["gate"] 16:27:00 Removing intermediate container c249cf5ba8ed 16:27:00 ---> 4f42d92037d1 16:27:00 Step 18/21 : CMD ["--init=true"] 16:27:00 ---> Running in 20cd355a0b4a 16:27:00 ---> Running in 3bc60ad43eaa 16:27:00 Removing intermediate container 2e49b114fa1b 16:27:00 ---> d7e83c9be27d 16:27:00 16:27:00 Step 10/22 : FROM alpine:3.12 16:27:00 ---> e47305ac9786 16:27:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:27:00 ---> e3e0088f3d07 16:27:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:27:01 ---> Running in 696152c943cb 16:27:01 Removing intermediate container 5b9ea9e3c665 16:27:01 ---> 5d8af7d8d06d 16:27:01 16:27:01 Step 10/22 : FROM alpine:3.12 16:27:01 ---> e47305ac9786 16:27:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:27:01 Removing intermediate container 20cd355a0b4a 16:27:01 ---> 75bd2e485764 16:27:01 Step 29/31 : LABEL arch=x86_64 16:27:01 Removing intermediate container 3bc60ad43eaa 16:27:01 ---> 4687efcdcea5 16:27:01 Step 19/21 : LABEL arch=arm64 16:27:01 ---> Running in 5b667e709689 16:27:01 ---> Running in 480236eb233d 16:27:02 ---> 920a92a3a527 16:27:02 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/ 16:27:02 ---> Running in 6ed895c849c4 16:27:02 Removing intermediate container 480236eb233d 16:27:02 ---> de69271d40fe 16:27:02 Step 20/21 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:02 ---> Running in 271cfab20957 16:27:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:02 ---> Running in 33fda458922f 16:27:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:03 Removing intermediate container 271cfab20957 16:27:03 ---> ef4c7d894eb5 16:27:03 Step 30/31 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:03 (1/2) Installing ca-certificates (20191127-r4) 16:27:04 Removing intermediate container 33fda458922f 16:27:04 ---> d31eaa2d978e 16:27:04 Step 21/21 : LABEL version=0.0.0 16:27:04 (2/2) Installing dumb-init (1.2.2-r1) 16:27:04 Executing busybox-1.31.1-r19.trigger 16:27:04 Executing ca-certificates-20191127-r4.trigger 16:27:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:04 OK: 6 MiB in 16 packages 16:27:04 ---> Running in 68b0597c9b89 16:27:04 (1/1) Installing dumb-init (1.2.2-r1) 16:27:04 Executing busybox-1.31.1-r19.trigger 16:27:04 OK: 5 MiB in 15 packages 16:27:05 ---> Running in f4e56c6da35b 16:27:05 Removing intermediate container 68b0597c9b89 16:27:05 ---> 18828c3a5c17 16:27:05 16:27:05 Successfully built 18828c3a5c17 16:27:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:27:05  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:27:07 Removing intermediate container 5b667e709689 16:27:07 ---> 97a78a75a9de 16:27:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:27:07 Removing intermediate container 6ed895c849c4 16:27:07 ---> 472592efc74a 16:27:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:27:07 Removing intermediate container 696152c943cb 16:27:07 ---> 37cb2ca6593b 16:27:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:27:07 ---> Running in 5bd84219e02e 16:27:07 ---> Running in 8cc840f21dec 16:27:07 ---> Running in 4206384db2c2 16:27:07 Removing intermediate container f4e56c6da35b 16:27:07 ---> 5f22b44ed174 16:27:07 Step 31/31 : LABEL version=0.0.0 16:27:07 ---> Running in 6f5c62a75291 16:27:08 Removing intermediate container 8cc840f21dec 16:27:08 ---> 979cf9ef474e 16:27:08 Step 13/22 : ENV APP_PORT=48085 16:27:08 Removing intermediate container 5bd84219e02e 16:27:08 ---> b4498419e1e6 16:27:08 Step 22/24 : LABEL arch=arm64 16:27:09 Removing intermediate container 4206384db2c2 16:27:09 ---> 8e7c90d745f7 16:27:09 Step 13/22 : ENV APP_PORT=48060 16:27:09 ---> Running in 90f7bf07c681 16:27:09 ---> Running in 1c8f5908f5a4 16:27:09 Removing intermediate container 6f5c62a75291 16:27:09 ---> c4a07b1c881c 16:27:09 16:27:10 ---> Running in 9e1af4b3e874 16:27:10 Removing intermediate container 90f7bf07c681 16:27:10 ---> 2dbe22591541 16:27:10 Step 23/24 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:10 Removing intermediate container 1c8f5908f5a4 16:27:10 ---> 248ea56df16d 16:27:10 Step 14/22 : EXPOSE $APP_PORT 16:27:11 ---> Running in 11349deb11f8 16:27:11 ---> Running in c0b1ee00c716 16:27:11 Removing intermediate container 9e1af4b3e874 16:27:11 ---> d3dfe820f375 16:27:11 Step 14/22 : EXPOSE $APP_PORT 16:27:12 ---> Running in d96b2a1e5fe9 16:27:12 Removing intermediate container 11349deb11f8 16:27:12 ---> 8da76d4bd5cf 16:27:12 Step 24/24 : LABEL version=0.0.0Removing intermediate container c0b1ee00c716 16:27:12 ---> 4ce77d2f2da2 16:27:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:12 16:27:12 Successfully built c4a07b1c881c 16:27:13 Successfully tagged docker-security-bootstrapper-go:latest 16:27:13 Removing intermediate container d96b2a1e5fe9 16:27:13 ---> 99d3b79f3c32 16:27:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:13 ---> Running in d4e0d6c7f605 16:27:13 ---> 260e52edb597 16:27:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:27:14 Removing intermediate container d4e0d6c7f605 16:27:14 ---> ce65d006ff68 16:27:14 16:27:15 Successfully built ce65d006ff68 16:27:15 ---> 8ac5350ce672 16:27:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:27:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:27:15  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 16:27:15 Removing intermediate container ac09b029218e 16:27:15 ---> e8e6db9aea9e 16:27:15 16:27:15 Step 10/23 : FROM alpine:3.12 16:27:15 ---> e47305ac9786 16:27:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:27:16 ---> 8347929bfe51 16:27:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:27:16 ---> Running in b8144766871e 16:27:17 ---> 55f02fac49ef 16:27:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:27:17 Removing intermediate container b8144766871e 16:27:17 ---> 5057ff87a064 16:27:17 Step 12/23 : ENV APP_PORT=48080 16:27:17 ---> 8113cfe63ee7 16:27:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:27:18 ---> Running in 7c47e0c442fb 16:27:18 ---> Running in a1e18348d760 16:27:18 ---> f111773dd2cb 16:27:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:27:19 ---> Running in be3e080d4287 16:27:19 Removing intermediate container 7c47e0c442fb 16:27:19 ---> 88b8be0035b9 16:27:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:19 Removing intermediate container a1e18348d760 16:27:19 ---> 5c4a5b378c2f 16:27:19 Step 13/23 : EXPOSE $APP_PORT 16:27:20 ---> Running in c758207c1582 16:27:20 ---> Running in cc34dbc29915 16:27:20 Removing intermediate container be3e080d4287 16:27:20 ---> 5aaf93f255d7 16:27:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:20 ---> Running in ce9e736ff9cd 16:27:21 Removing intermediate container cc34dbc29915 16:27:21 ---> fa78b7e9ec76 16:27:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:21 Removing intermediate container c758207c1582 16:27:21 ---> e624b62d0a00 16:27:21 Step 20/22 : LABEL arch=arm64 16:27:22 ---> Running in c86c407a6b17 16:27:22 ---> Running in 12fc05b48e6d 16:27:22 Removing intermediate container ce9e736ff9cd 16:27:22 ---> 194a6e096b25 16:27:22 Step 20/22 : LABEL arch=arm64 16:27:22 ---> Running in 0a1dc80bd1b4 16:27:22 Removing intermediate container 12fc05b48e6d 16:27:22 ---> 7ab0e22980bc 16:27:22 Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:22 ---> Running in bd578b935835 16:27:23 Removing intermediate container 0a1dc80bd1b4 16:27:23 ---> aa257aa7c687 16:27:23 Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:23 ---> Running in b6d720446be0 16:27:23 Removing intermediate container bd578b935835 16:27:23 ---> 24a9aecae499 16:27:23 Step 22/22 : LABEL version=0.0.0 16:27:24 ---> Running in bf98d043ae53 16:27:24 Removing intermediate container b6d720446be0 16:27:24 ---> 0f436f0c70bc 16:27:24 Step 22/22 : LABEL version=0.0.0 16:27:25  Building docker-security-bootstrapper-go ... done Removing intermediate container c7b7a52b3f20 16:27:25 ---> 1efa355045f2 16:27:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:27:25 ---> Running in dcf15dccf6b0 16:27:25 Removing intermediate container bf98d043ae53 16:27:25 ---> e8a057651b0c 16:27:25 ---> Running in 2de1df5c2cae 16:27:25 16:27:25 Removing intermediate container c86c407a6b17 16:27:25 ---> 6eda8d9939f9 16:27:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:27:26 Successfully built e8a057651b0c 16:27:26 Successfully tagged docker-support-scheduler-go-arm64:latest 16:27:26 Building docker-core-metadata-go 16:27:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:27:26  Building docker-support-scheduler-go ... done  ---> Running in 53fcaddb7ab4 16:27:26 Removing intermediate container 2de1df5c2cae 16:27:26 ---> e732248f3917 16:27:26 16:27:27 Successfully built e732248f3917 16:27:27 Successfully tagged docker-support-notifications-go-arm64:latest 16:27:27  Building docker-support-notifications-go ... done Building docker-core-command-go 16:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:28 Removing intermediate container 61323d1ad55a 16:27:28 ---> 48ccbee7ad78 16:27:28 16:27:28 Step 10/22 : FROM alpine:3.12 16:27:28 ---> 42cb162f0360 16:27:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:29 ---> Running in 6052c7dffa17 16:27:29 (1/6) Installing dumb-init (1.2.2-r1) 16:27:29 (2/6) Installing libgcc (9.3.0-r2) 16:27:29 (3/6) Installing libsodium (1.0.18-r0) 16:27:30 (4/6) Installing libstdc++ (9.3.0-r2) 16:27:30 (5/6) Installing libzmq (4.3.3-r0) 16:27:30 (6/6) Installing zeromq (4.3.3-r0) 16:27:30 Executing busybox-1.31.1-r19.trigger 16:27:30 OK: 8 MiB in 20 packages 16:27:31 Removing intermediate container dcf15dccf6b0 16:27:31 ---> 93aeb911a93d 16:27:31 16:27:31 Step 11/26 : FROM docker:20.10.0 16:27:31 20.10.0: Pulling from library/docker 16:27:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:32 (1/2) Installing ca-certificates (20191127-r4) 16:27:32 (2/2) Installing dumb-init (1.2.2-r1) 16:27:32 Executing busybox-1.31.1-r19.trigger 16:27:32 Executing ca-certificates-20191127-r4.trigger 16:27:32 OK: 6 MiB in 16 packages 16:27:33 Removing intermediate container c4a0b1313a07 16:27:33 ---> eb00a3b5a41b 16:27:33 16:27:33 Step 10/23 : FROM alpine:3.12 16:27:33 ---> 42cb162f0360 16:27:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:27:34 Removing intermediate container 53fcaddb7ab4 16:27:34 ---> 3e16c0b06493 16:27:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:34 ---> Running in be6b5c5e4770 16:27:35 Removing intermediate container be6b5c5e4770 16:27:35 ---> ff2a8f5601c2 16:27:35 Step 12/23 : ENV APP_PORT=48080 16:27:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:27:35 ---> bf75a9fc73d4 16:27:35 Step 3/31 : WORKDIR /edgex-go 16:27:35 ---> Using cache 16:27:35 ---> e363a05a860c 16:27:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:35 ---> Using cache 16:27:35 ---> 2c6ee07c35e0 16:27:35 Step 5/31 : RUN apk add --update --no-cache make git 16:27:35 ---> Using cache 16:27:35 ---> d6adabadfb4b 16:27:35 Step 6/31 : COPY go.mod . 16:27:35 ---> Using cache 16:27:35 ---> dae120286c5d 16:27:35 Step 7/31 : RUN go mod download 16:27:35 ---> Using cache 16:27:35 ---> 22a7085142ab 16:27:35 Step 8/31 : COPY . . 16:27:35 ---> Using cache 16:27:35 ---> 039573d0970b 16:27:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:27:35 Removing intermediate container 6052c7dffa17 16:27:35 ---> cf0733bd4f04 16:27:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:27:35 ---> Running in fb9ac3d4c197 16:27:35 ---> Running in dab8d180ada5 16:27:35 ---> 7152ea978a46 16:27:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:27:36 Removing intermediate container fb9ac3d4c197 16:27:36 ---> a8f5c9d19f16 16:27:36 Step 13/23 : EXPOSE $APP_PORT 16:27:36 ---> Running in 55e9115e1c8d 16:27:36 Removing intermediate container dab8d180ada5 16:27:36 ---> 0c85c8721c6f 16:27:36 Step 13/22 : ENV APP_PORT=48060 16:27:36 ---> Running in 1d3135bcd617 16:27:36 ---> Running in be6753aeb309 16:27:36 Removing intermediate container 55e9115e1c8d 16:27:36 ---> cfff8e5253a4 16:27:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:36 ---> Running in 0baaafd52ecf 16:27:36 Removing intermediate container 1d3135bcd617 16:27:36 ---> 85dd9f6948bb 16:27:36 Step 14/22 : EXPOSE $APP_PORT 16:27:37 ---> Running in 3785d7e46fa0 16:27:37 Removing intermediate container 3785d7e46fa0 16:27:37 ---> 5b701bb932b7 16:27:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:39 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 16:27:39 ---> 3e7d95613ebe 16:27:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:27:40 ---> a0dfef2eb0ed 16:27:40 Step 19/23 : ENTRYPOINT ["/core-data"] 16:27:41 ---> Running in 4d325e02303f 16:27:41 ---> d7e4ca04e63a 16:27:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:27:42 Removing intermediate container 4d325e02303f 16:27:42 ---> 1fb2e049d665 16:27:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:42 ---> Running in b414a24c7ca9 16:27:43 Removing intermediate container 0baaafd52ecf 16:27:43 ---> eda4e679bf44 16:27:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:27:43 ---> 8985fbf10808 16:27:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:27:43 ---> Running in a9c637588523 16:27:43 ---> bfd328296c92 16:27:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:27:43 ---> Running in 130617377e75 16:27:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:44 Removing intermediate container 130617377e75 16:27:44 ---> 86466cdab8d3 16:27:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:44 Removing intermediate container b414a24c7ca9 16:27:44 ---> bf642997c473 16:27:44 Step 21/23 : LABEL arch=arm64 16:27:44 ---> Running in b1c5b2cf875b 16:27:44 ---> Running in 4d8047b0867f 16:27:44 Removing intermediate container b1c5b2cf875b 16:27:44 ---> 2bb0275f994a 16:27:44 Step 20/22 : LABEL arch=x86_64 16:27:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:45 ---> Running in c2a0403650a4 16:27:45 Removing intermediate container c2a0403650a4 16:27:45 ---> c3ea96f06e09 16:27:45 Step 21/22 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:45 Removing intermediate container 4d8047b0867f 16:27:45 ---> d0693e1baffc 16:27:45 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:45 ---> Running in 29c94631d323 16:27:45 (1/6) Installing dumb-init (1.2.2-r1) 16:27:45 (2/6) Installing libgcc (9.3.0-r2) 16:27:45 (3/6) Installing libsodium (1.0.18-r0) 16:27:45 Removing intermediate container 29c94631d323 16:27:45 ---> b3a84ae1f45f 16:27:45 Step 22/22 : LABEL version=0.0.0 16:27:45 (4/6) Installing libstdc++ (9.3.0-r2) 16:27:46 ---> Running in dfb7a9c726f8 16:27:46 (5/6) Installing libzmq (4.3.3-r0) 16:27:46 (6/6) Installing zeromq (4.3.3-r0) 16:27:46 ---> Running in c2488b3a700c 16:27:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:27:46 Executing busybox-1.31.1-r19.trigger 16:27:46 OK: 8 MiB in 20 packages 16:27:46 Status: Downloaded newer image for docker:20.10.0 16:27:46 ---> aefe523efa57 16:27:46 Step 12/26 : RUN apk add --no-cache bash 16:27:46 Removing intermediate container dfb7a9c726f8 16:27:46 ---> 48251b861fb1 16:27:46 16:27:46 ---> Running in fc8aa3d65162 16:27:47 Successfully built 48251b861fb1 16:27:47 Successfully tagged docker-support-notifications-go:latest 16:27:47 Removing intermediate container c2488b3a700c 16:27:47 ---> 207fa8281217 16:27:47 Step 23/23 : LABEL version=0.0.0 16:27:47 ---> Running in f1a8efd0db39 16:27:47  Building docker-support-notifications-go ... done Removing intermediate container a9c637588523 16:27:47 ---> 1e137833276d 16:27:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:48 Removing intermediate container f1a8efd0db39 16:27:48 ---> b179e9d07233 16:27:48 16:27:48 (1/2) Installing readline (8.0.4-r0) 16:27:48 (2/2) Installing bash (5.0.17-r0) 16:27:48 Executing bash-5.0.17-r0.post-install 16:27:48 Executing busybox-1.31.1-r19.trigger 16:27:48 OK: 12 MiB in 22 packages 16:27:48 ---> 070cff7c2567 16:27:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:27:48 Successfully built b179e9d07233 16:27:48 Successfully tagged docker-core-data-go-arm64:latest 16:27:50 Removing intermediate container fc8aa3d65162 16:27:50 ---> b81d6da272f8 16:27:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:27:50 ---> 9b7f0604970b 16:27:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:27:50 ---> Running in f8d4519d6b05 16:27:50 Removing intermediate container f8d4519d6b05 16:27:50 ---> 5f98470e7088 16:27:50 Step 14/26 : ENV APP_PORT=48090 16:27:50 ---> 2e790cd9d0e4 16:27:50 Step 19/23 : ENTRYPOINT ["/core-data"] 16:27:50 ---> Running in f84dd985ae71 16:27:51 ---> Running in 3fcf102104a1 16:27:51 Removing intermediate container f84dd985ae71 16:27:51 ---> d024485598e3 16:27:51 Step 15/26 : EXPOSE $APP_PORT 16:27:51 Removing intermediate container 3fcf102104a1 16:27:51 ---> b06c6f96a8d5 16:27:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:51 ---> Running in 39c556000a85 16:27:51 ---> Running in 1fc4ba49a543 16:27:52 Removing intermediate container 39c556000a85 16:27:52 ---> 71a82c926022 16:27:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:27:52 Removing intermediate container 1fc4ba49a543 16:27:52 ---> e06f7d2dd24a 16:27:52 Step 21/23 : LABEL arch=x86_64 16:27:52 ---> Running in 5ebd216c9a2c 16:27:52 Removing intermediate container 5ebd216c9a2c 16:27:52 ---> 77dc0bbc9756 16:27:52 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:27:52 ---> Running in 8dfea13d22c2 16:27:52 ---> 60b0baa64f4e 16:27:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:27:53 Removing intermediate container 8dfea13d22c2 16:27:53 ---> f2fadfe084a1 16:27:53 Step 23/23 : LABEL version=0.0.0 16:27:53 ---> Running in 88aad4d01608 16:27:53 ---> 0b8421016706 16:27:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:27:54 Removing intermediate container 88aad4d01608 16:27:54 ---> a7ced05b56f8 16:27:54 16:27:55 ---> edecdf22483e 16:27:55 Step 19/26 : RUN apk --no-cache add py3-pip 16:27:55 Successfully built a7ced05b56f8 16:27:55 Successfully tagged docker-core-data-go:latest 16:27:55  Building docker-core-data-go ... done  ---> Running in 2ca0031a5e55 16:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:57  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:27:57 ---> bf75a9fc73d4 16:27:57 Step 3/26 : WORKDIR /edgex-go 16:27:57 ---> Using cache 16:27:57 ---> e363a05a860c 16:27:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:57 ---> Using cache 16:27:57 ---> 2c6ee07c35e0 16:27:57 Step 5/26 : RUN apk add --update --no-cache make bash git 16:27:57 (1/33) Installing libbz2 (1.0.8-r1) 16:27:57 (2/33) Installing expat (2.2.9-r1) 16:27:57 (3/33) Installing libffi (3.3-r2) 16:27:57 (4/33) Installing gdbm (1.13-r1) 16:27:57 (5/33) Installing xz-libs (5.2.5-r0) 16:27:57 (6/33) Installing sqlite-libs (3.32.1-r0) 16:27:57 (7/33) Installing python3 (3.8.8-r0) 16:27:59 (8/33) Installing py3-appdirs (1.4.4-r1) 16:27:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:27:59 (10/33) Installing py3-parsing (2.4.7-r0) 16:27:59 (11/33) Installing py3-six (1.15.0-r0) 16:27:59 (12/33) Installing py3-packaging (20.4-r0) 16:27:59 (13/33) Installing py3-setuptools (47.0.0-r0) 16:27:59 (14/33) Installing py3-chardet (3.0.4-r4) 16:27:59 (15/33) Installing py3-idna (2.9-r0) 16:27:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:27:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:27:59 (18/33) Installing py3-requests (2.23.0-r0) 16:27:59 (19/33) Installing py3-msgpack (1.0.0-r0) 16:27:59 (20/33) Installing py3-lockfile (0.12.2-r3) 16:27:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:27:59 (22/33) Installing py3-colorama (0.4.3-r0) 16:27:59 (23/33) Installing py3-distlib (0.3.0-r0) 16:27:59 (24/33) Installing py3-distro (1.5.0-r1) 16:27:59 (25/33) Installing py3-webencodings (0.5.1-r3) 16:27:59 (26/33) Installing py3-html5lib (1.0.1-r4) 16:27:59 (27/33) Installing py3-pytoml (0.1.21-r0) 16:27:59 (28/33) Installing py3-pep517 (0.8.2-r0) 16:27:59 (29/33) Installing py3-progress (1.5-r0) 16:27:59 (30/33) Installing py3-toml (0.10.1-r0) 16:27:59 (31/33) Installing py3-retrying (1.3.3-r0) 16:27:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:27:59 (33/33) Installing py3-pip (20.1.1-r0) 16:27:59 ---> Running in 0a63147714be 16:27:59 Executing busybox-1.31.1-r19.trigger 16:27:59 OK: 71 MiB in 55 packages 16:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:03 OK: 217 MiB in 51 packages 16:28:07 Removing intermediate container 0a63147714be 16:28:07 ---> c5c762992ca4 16:28:07 Step 6/26 : COPY go.mod . 16:28:08 ---> 3f49806ed679 16:28:08 Step 7/26 : RUN go mod download 16:28:08 ---> Running in 6f7f70419e49 16:28:09 Removing intermediate container 2ca0031a5e55 16:28:09 ---> 68d813748631 16:28:09 Step 20/26 : RUN pip install docker-compose==1.23.2 16:28:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:28:09 ---> bf75a9fc73d4 16:28:09 Step 3/23 : WORKDIR /edgex-go 16:28:09 ---> Using cache 16:28:09 ---> e363a05a860c 16:28:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:09 ---> Using cache 16:28:09 ---> 2c6ee07c35e0 16:28:09 Step 5/23 : RUN apk add --update --no-cache make git 16:28:09 ---> Using cache 16:28:09 ---> d6adabadfb4b 16:28:09 Step 6/23 : COPY go.mod . 16:28:09 ---> Using cache 16:28:09 ---> dae120286c5d 16:28:09 Step 7/23 : RUN go mod download 16:28:09 ---> Using cache 16:28:09 ---> 22a7085142ab 16:28:09 Step 8/23 : COPY . . 16:28:10 ---> Running in 36bd24558701 16:28:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:28:10 ---> bf75a9fc73d4 16:28:10 Step 3/23 : WORKDIR /edgex-go 16:28:10 ---> Using cache 16:28:10 ---> e363a05a860c 16:28:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:10 ---> Using cache 16:28:10 ---> 2c6ee07c35e0 16:28:10 Step 5/23 : RUN apk add --update --no-cache make git 16:28:10 ---> Using cache 16:28:10 ---> d6adabadfb4b 16:28:10 Step 6/23 : COPY go.mod . 16:28:10 ---> Using cache 16:28:10 ---> dae120286c5d 16:28:10 Step 7/23 : RUN go mod download 16:28:10 ---> Using cache 16:28:10 ---> 22a7085142ab 16:28:10 Step 8/23 : COPY . . 16:28:10 ---> Using cache 16:28:10 ---> 039573d0970b 16:28:10 Step 9/23 : RUN make cmd/core-command/core-command 16:28:10 ---> Using cache 16:28:10 ---> 039573d0970b 16:28:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:28:10 ---> Running in 8498f30fcf43 16:28:10 ---> Running in 48ab615fd48d 16:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:28:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:28:13 Collecting docker-compose==1.23.2 16:28:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:28:13 Collecting texttable<0.10,>=0.9.0 16:28:13 Downloading texttable-0.9.1.tar.gz (11 kB) 16:28:13 Removing intermediate container 6f7f70419e49 16:28:13 ---> d38650957e88 16:28:13 Step 8/26 : COPY . . 16:28:14 Collecting docker<4.0,>=3.6.0 16:28:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:28:14 Collecting websocket-client<1.0,>=0.32.0 16:28:14 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:28:14 Collecting dockerpty<0.5,>=0.4.1 16:28:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:28:15 Collecting jsonschema<3,>=2.5.1 16:28:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:28:16 Collecting docopt<0.7,>=0.6.1 16:28:16 Downloading docopt-0.6.2.tar.gz (25 kB) 16:28:17 Collecting cached-property<2,>=1.2.0 16:28:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:28:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:28:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:28:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:28:18 Collecting PyYAML<4,>=3.10 16:28:18 Downloading PyYAML-3.13.tar.gz (270 kB) 16:28:20 Collecting docker-pycreds>=0.4.0 16:28:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:28:20 Collecting urllib3<1.25,>=1.21.1 16:28:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:28:20 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) 16:28:20 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) 16:28:20 Collecting idna<2.8,>=2.5 16:28:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:28:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:28:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:28:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:28:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:28:21 Installing collected packages: texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, cached-property, PyYAML, docker-compose 16:28:21 Running setup.py install for texttable: started 16:28:22 Running setup.py install for texttable: finished with status 'done' 16:28:22 Attempting uninstall: urllib3 16:28:22 Found existing installation: urllib3 1.25.9 16:28:22 Uninstalling urllib3-1.25.9: 16:28:22 Successfully uninstalled urllib3-1.25.9 16:28:22 Attempting uninstall: idna 16:28:22 Found existing installation: idna 2.9 16:28:22 Uninstalling idna-2.9: 16:28:22 Successfully uninstalled idna-2.9 16:28:23 Attempting uninstall: requests 16:28:23 Found existing installation: requests 2.23.0 16:28:23 Uninstalling requests-2.23.0: 16:28:23 Successfully uninstalled requests-2.23.0 16:28:23 Running setup.py install for dockerpty: started 16:28:24 Running setup.py install for dockerpty: finished with status 'done' 16:28:24 Running setup.py install for docopt: started 16:28:25 Running setup.py install for docopt: finished with status 'done' 16:28:25 Running setup.py install for PyYAML: started 16:28:26 Running setup.py install for PyYAML: finished with status 'done' 16:28:27 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.58.0 16:28:31 Removing intermediate container 36bd24558701 16:28:31 ---> 1e88a284238f 16:28:31 Step 21/26 : RUN apk --no-cache add curl 16:28:31 ---> Running in ff218ba5c1a4 16:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:28:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:28:33 (2/3) Installing libcurl (7.69.1-r3) 16:28:33 (3/3) Installing curl (7.69.1-r3) 16:28:33 Executing busybox-1.31.1-r19.trigger 16:28:33 OK: 72 MiB in 58 packages 16:28:34 Removing intermediate container ff218ba5c1a4 16:28:34 ---> 9d4b33563a2a 16:28:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:28:34 ---> Running in 7fbb02efdecb 16:28:35 Removing intermediate container 7fbb02efdecb 16:28:35 ---> aab48082c3c6 16:28:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:28:35 ---> Running in 4eb5b4c34402 16:28:36 Removing intermediate container 4eb5b4c34402 16:28:36 ---> ed3f8b0772ef 16:28:36 Step 24/26 : LABEL arch=x86_64 16:28:36 ---> 56eb4a964ef7 16:28:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:28:36 ---> Running in 8e523a8c2758 16:28:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:28:36 ---> Running in c0ac2563ffc2 16:28:36 Removing intermediate container c0ac2563ffc2 16:28:36 ---> fc018ff5bd60 16:28:36 Step 25/26 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:28:37 ---> Running in 3cdcef87977a 16:28:37 Removing intermediate container 3cdcef87977a 16:28:37 ---> cb62326114db 16:28:37 Step 26/26 : LABEL version=0.0.0 16:28:37 ---> Running in f703b796d042 16:28:37 Removing intermediate container f703b796d042 16:28:37 ---> 2f0a54f290e6 16:28:37 16:28:38 Successfully built 2f0a54f290e6 16:28:38 Successfully tagged docker-sys-mgmt-agent-go:latest 16:28:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:28:39 $ docker stop --time=1 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 16:28:42 $ docker rm -f 95b69f7b0b69cf071001e1e8f72af4bd111beb1cc2deb840332a4947ff146b26 [Pipeline] // withDockerContainer [Pipeline] sh 16:28:44 + docker images 16:28:44 + grep docker 16:28:45 docker-sys-mgmt-agent-go latest 2f0a54f290e6 8 seconds ago 313MB 16:28:45 docker-core-data-go latest a7ced05b56f8 51 seconds ago 22.7MB 16:28:45 docker-support-notifications-go latest 48251b861fb1 59 seconds ago 17.9MB 16:28:45 docker-security-bootstrapper-go latest c4a07b1c881c About a minute ago 18.9MB 16:28:45 docker-security-secretstore-setup-go latest 6c3e6228e69a 5 minutes ago 25MB 16:28:45 docker-core-metadata-go latest ade67636bac5 5 minutes ago 19MB 16:28:45 docker-core-command-go latest 28a87add56ea 5 minutes ago 17.3MB 16:28:45 docker-support-scheduler-go latest 531a3e3d775c 5 minutes ago 17.4MB 16:28:45 docker-security-proxy-setup-go latest 33939b7e38ad 5 minutes ago 24.7MB 16:28:45 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:28:48 Removing intermediate container be6753aeb309 16:28:48 ---> f0abbbf9c76b 16:28:48 16:28:48 Step 10/31 : FROM alpine:3.12 16:28:48 ---> e47305ac9786 16:28:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:28:48 ---> Running in d7a9b23f1a3f 16:28:48 Removing intermediate container d7a9b23f1a3f 16:28:48 ---> d67378f3b078 16:28:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:28:48 ---> Running in 6a4e1c8e344a 16:28:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:51 (1/2) Installing dumb-init (1.2.2-r1) 16:28:51 (2/2) Installing su-exec (0.2-r1) 16:28:51 Executing busybox-1.31.1-r19.trigger 16:28:51 OK: 5 MiB in 16 packages 16:28:53 Removing intermediate container 6a4e1c8e344a 16:28:53 ---> 7e78aaaff549 16:28:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:28:53 ---> Running in 00220f9912a5 16:28:54 Removing intermediate container 00220f9912a5 16:28:54 ---> a62e41980d72 16:28:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:28:54 ---> Running in 87f3807fd925 16:28:55 Removing intermediate container 87f3807fd925 16:28:55 ---> d52b8ec882c4 16:28:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:28:55 ---> Running in 2802d1df0007 16:28:59 Removing intermediate container 2802d1df0007 16:28:59 ---> 8151a9f5e70e 16:28:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:28:59 ---> Running in f77d050237fb 16:29:00 Removing intermediate container f77d050237fb 16:29:00 ---> cf0f04f57816 16:29:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:29:01 ---> 3a3692bf977d 16:29:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:29:01 ---> Running in c420e7b71ee1 16:29:01 Still waiting to schedule task 16:29:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:29:06 Removing intermediate container c420e7b71ee1 16:29:06 ---> d8bdead3a7a3 16:29:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:06 ---> c9195368cb59 16:29:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:29:08 ---> 694b00ee16cb 16:29:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:29:09 ---> 21fbd570d96e 16:29:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:29:11 ---> e5aba72d63b3 16:29:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:29:12 ---> e860c521e418 16:29:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:29:12 ---> Running in 071d204fdad3 16:29:13 Removing intermediate container 071d204fdad3 16:29:13 ---> 17d8d20c5148 16:29:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:29:14 ---> 92cb2555e34f 16:29:14 Step 26/31 : RUN chmod +x /entrypoint.sh 16:29:14 ---> Running in dad312651688 16:29:18 Removing intermediate container dad312651688 16:29:18 ---> f8774642126a 16:29:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:29:18 ---> Running in f3a71e9bae79 16:29:19 Removing intermediate container f3a71e9bae79 16:29:19 ---> dee79243ec59 16:29:19 Step 28/31 : CMD ["gate"] 16:29:19 ---> Running in 7b7d6de01b7c 16:29:20 Removing intermediate container 7b7d6de01b7c 16:29:20 ---> d56c81ff0601 16:29:20 Step 29/31 : LABEL arch=arm64 16:29:20 ---> Running in 9487baf2acbb 16:29:21 Removing intermediate container 9487baf2acbb 16:29:21 ---> 2c58a74f8353 16:29:21 Step 30/31 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:29:22 ---> Running in 3ed4aa41a39c 16:29:23 Removing intermediate container 3ed4aa41a39c 16:29:23 ---> 7315dadc51ef 16:29:23 Step 31/31 : LABEL version=0.0.0 16:29:23 ---> Running in be6e55fca775 16:29:23 Removing intermediate container be6e55fca775 16:29:23 ---> 44f774880e96 16:29:23 16:29:24 Successfully built 44f774880e96 16:29:24 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:29:51  Building docker-security-bootstrapper-go ... done Removing intermediate container 8498f30fcf43 16:29:51 ---> 3186d13aff42 16:29:51 16:29:51 Step 10/23 : FROM alpine:3.12 16:29:51 ---> e47305ac9786 16:29:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:29:51 ---> Using cache 16:29:51 ---> 97a78a75a9de 16:29:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:51 ---> Using cache 16:29:51 ---> 979cf9ef474e 16:29:51 Step 13/23 : ENV APP_PORT=48082 16:29:52 ---> Running in 9198ffb7e326 16:29:53 Removing intermediate container 9198ffb7e326 16:29:53 ---> 8a0f164a93d3 16:29:53 Step 14/23 : EXPOSE $APP_PORT 16:29:53 ---> Running in 3a83c5e250f1 16:29:54 Removing intermediate container 3a83c5e250f1 16:29:54 ---> 2c189f173deb 16:29:54 Step 15/23 : WORKDIR / 16:29:54 ---> Running in 81fbedc0cef8 16:29:54 Removing intermediate container 8e523a8c2758 16:29:54 ---> 5e860c396ee1 16:29:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:29:54 ---> Running in 36d61f01f18e 16:29:55 Removing intermediate container 81fbedc0cef8 16:29:55 ---> db543f273cac 16:29:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:29:56 ---> dab8a5b71487 16:29:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:29:56 Removing intermediate container 48ab615fd48d 16:29:56 ---> 78a2dd2b76c5 16:29:56 16:29:56 Step 10/23 : FROM alpine:3.12 16:29:56 ---> e47305ac9786 16:29:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:29:56 ---> Using cache 16:29:56 ---> 97a78a75a9de 16:29:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:56 ---> Using cache 16:29:56 ---> 979cf9ef474e 16:29:56 Step 13/23 : ENV APP_PORT=48081 16:29:56 ---> Running in b3cceb102829 16:29:57 Removing intermediate container b3cceb102829 16:29:57 ---> cbb405baa9f3 16:29:57 Step 14/23 : EXPOSE $APP_PORT 16:29:57 ---> Running in 2fb64f342ebb 16:29:57 ---> 09a039141c1b 16:29:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:29:58 Removing intermediate container 2fb64f342ebb 16:29:58 ---> a8f99bbbcfd1 16:29:58 Step 15/23 : WORKDIR / 16:29:58 ---> Running in 9a97a05c2057 16:29:58 ---> 9a2af7fa1a4f 16:29:58 Step 19/23 : ENTRYPOINT ["/core-command"] 16:29:58 ---> Running in 4bc78f429ed9 16:29:59 Removing intermediate container 9a97a05c2057 16:29:59 ---> 363bd5bee125 16:29:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:59 Removing intermediate container 4bc78f429ed9 16:29:59 ---> 03ee9bbab00a 16:29:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:59 Removing intermediate container 36d61f01f18e 16:29:59 ---> 9cfd059ad74e 16:29:59 16:29:59 Step 11/26 : FROM docker:20.10.0 16:29:59 ---> Running in f9f7bb680dcf 16:29:59 20.10.0: Pulling from library/docker 16:30:00 ---> 227b2be6fd49 16:30:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:30:00 Removing intermediate container f9f7bb680dcf 16:30:00 ---> 1d70a4e256e0 16:30:00 Step 21/23 : LABEL arch=arm64 16:30:00 ---> Running in f79d77f145ec 16:30:02 Removing intermediate container f79d77f145ec 16:30:02 ---> e29ab748ad54 16:30:02 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:30:02 ---> 43a4ab42efe9 16:30:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:30:02 ---> Running in 77a47af34140 16:30:02 Removing intermediate container 77a47af34140 16:30:02 ---> 246fe46a6145 16:30:02 Step 23/23 : LABEL version=0.0.0 16:30:03 ---> e2260d7dae5d 16:30:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:30:03 ---> Running in de3381b3927e 16:30:03 ---> Running in 187dd80f5d5e 16:30:04 Removing intermediate container de3381b3927e 16:30:04 ---> 05da485029e5 16:30:04 16:30:04 Removing intermediate container 187dd80f5d5e 16:30:04 ---> 06be6ec1ffad 16:30:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:30:04 Successfully built 05da485029e5 16:30:04 Successfully tagged docker-core-command-go-arm64:latest 16:30:05  Building docker-core-command-go ... done  ---> Running in 7d5588b68f42 16:30:06 Removing intermediate container 7d5588b68f42 16:30:06 ---> 2fcbb7a60120 16:30:06 Step 21/23 : LABEL arch=arm64 16:30:06 ---> Running in 771f7dc2686e 16:30:07 Removing intermediate container 771f7dc2686e 16:30:07 ---> 19d7d7686b93 16:30:07 Step 22/23 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:30:07 ---> Running in 2048168dadb7 16:30:08 Removing intermediate container 2048168dadb7 16:30:08 ---> f28d7ead803c 16:30:08 Step 23/23 : LABEL version=0.0.0 16:30:08 ---> Running in 1fedb1437d9c 16:30:08 Removing intermediate container 1fedb1437d9c 16:30:08 ---> fb2a8f76cbb2 16:30:08 16:30:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:30:08 Status: Downloaded newer image for docker:20.10.0 16:30:08 ---> eeaf43b92773 16:30:08 Step 12/26 : RUN apk add --no-cache bash 16:30:09 Successfully built fb2a8f76cbb2 16:30:09 Successfully tagged docker-core-metadata-go-arm64:latest 16:30:09  Building docker-core-metadata-go ... done  ---> Running in c1c9d9bfdb2e 16:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:30:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:30:10 (1/2) Installing readline (8.0.4-r0) 16:30:10 (2/2) Installing bash (5.0.17-r0) 16:30:10 Executing bash-5.0.17-r0.post-install 16:30:10 Executing busybox-1.31.1-r19.trigger 16:30:10 OK: 12 MiB in 22 packages 16:30:12 Removing intermediate container c1c9d9bfdb2e 16:30:12 ---> f06544c25581 16:30:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:30:12 ---> Running in 4961b92ec09a 16:30:13 Removing intermediate container 4961b92ec09a 16:30:13 ---> 870ba4ea0b9b 16:30:13 Step 14/26 : ENV APP_PORT=48090 16:30:13 ---> Running in 5941157821da 16:30:13 Removing intermediate container 5941157821da 16:30:13 ---> 7e878078d92b 16:30:13 Step 15/26 : EXPOSE $APP_PORT 16:30:13 ---> Running in e7c5f16c5bcf 16:30:14 Removing intermediate container e7c5f16c5bcf 16:30:14 ---> f787705408a3 16:30:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:30:15 ---> d5e7c502ad7c 16:30:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:30:15 ---> 1d25db2b2542 16:30:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:30:16 ---> a154b8f41126 16:30:16 Step 19/26 : RUN apk --no-cache add py3-pip 16:30:16 ---> Running in eead9e8df73e 16:30:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:30:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:30:18 (1/33) Installing libbz2 (1.0.8-r1) 16:30:18 (2/33) Installing expat (2.2.9-r1) 16:30:18 (3/33) Installing libffi (3.3-r2) 16:30:18 (4/33) Installing gdbm (1.13-r1) 16:30:18 (5/33) Installing xz-libs (5.2.5-r0) 16:30:18 (6/33) Installing sqlite-libs (3.32.1-r0) 16:30:18 (7/33) Installing python3 (3.8.8-r0) 16:30:20 (8/33) Installing py3-appdirs (1.4.4-r1) 16:30:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:30:20 (10/33) Installing py3-parsing (2.4.7-r0) 16:30:20 (11/33) Installing py3-six (1.15.0-r0) 16:30:20 (12/33) Installing py3-packaging (20.4-r0) 16:30:20 (13/33) Installing py3-setuptools (47.0.0-r0) 16:30:20 (14/33) Installing py3-chardet (3.0.4-r4) 16:30:20 (15/33) Installing py3-idna (2.9-r0) 16:30:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:30:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:30:20 (18/33) Installing py3-requests (2.23.0-r0) 16:30:20 (19/33) Installing py3-msgpack (1.0.0-r0) 16:30:20 (20/33) Installing py3-lockfile (0.12.2-r3) 16:30:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:30:20 (22/33) Installing py3-colorama (0.4.3-r0) 16:30:20 (23/33) Installing py3-distlib (0.3.0-r0) 16:30:20 (24/33) Installing py3-distro (1.5.0-r1) 16:30:20 (25/33) Installing py3-webencodings (0.5.1-r3) 16:30:20 (26/33) Installing py3-html5lib (1.0.1-r4) 16:30:20 (27/33) Installing py3-pytoml (0.1.21-r0) 16:30:20 (28/33) Installing py3-pep517 (0.8.2-r0) 16:30:20 (29/33) Installing py3-progress (1.5-r0) 16:30:20 (30/33) Installing py3-toml (0.10.1-r0) 16:30:20 (31/33) Installing py3-retrying (1.3.3-r0) 16:30:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:30:20 (33/33) Installing py3-pip (20.1.1-r0) 16:30:21 Executing busybox-1.31.1-r19.trigger 16:30:21 OK: 71 MiB in 55 packages 16:30:27 Removing intermediate container eead9e8df73e 16:30:27 ---> 38a3840985fd 16:30:27 Step 20/26 : RUN pip install docker-compose==1.23.2 16:30:27 ---> Running in 259326b634c6 16:30:32 Collecting docker-compose==1.23.2 16:30:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:30:32 Collecting jsonschema<3,>=2.5.1 16:30:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:30:32 Collecting cached-property<2,>=1.2.0 16:30:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:30:33 Collecting dockerpty<0.5,>=0.4.1 16:30:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:30:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:30:35 Collecting texttable<0.10,>=0.9.0 16:30:35 Downloading texttable-0.9.1.tar.gz (11 kB) 16:30:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:30:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:30:38 Collecting docker<4.0,>=3.6.0 16:30:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:30:39 Collecting websocket-client<1.0,>=0.32.0 16:30:39 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:30:39 Collecting docopt<0.7,>=0.6.1 16:30:39 Downloading docopt-0.6.2.tar.gz (25 kB) 16:30:42 Collecting PyYAML<4,>=3.10 16:30:42 Downloading PyYAML-3.13.tar.gz (270 kB) 16:30:44 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) 16:30:45 Collecting urllib3<1.25,>=1.21.1 16:30:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:30:45 Collecting idna<2.8,>=2.5 16:30:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:30:45 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) 16:30:45 Collecting docker-pycreds>=0.4.0 16:30:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:30:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:30:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:30:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:30:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:30:47 Installing collected packages: jsonschema, cached-property, dockerpty, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, docker-compose 16:30:47 Running setup.py install for dockerpty: started 16:30:49 Running setup.py install for dockerpty: finished with status 'done' 16:30:49 Running setup.py install for texttable: started 16:30:51 Running setup.py install for texttable: finished with status 'done' 16:30:51 Attempting uninstall: urllib3 16:30:51 Found existing installation: urllib3 1.25.9 16:30:51 Uninstalling urllib3-1.25.9: 16:30:51 Successfully uninstalled urllib3-1.25.9 16:30:51 Attempting uninstall: idna 16:30:51 Found existing installation: idna 2.9 16:30:51 Uninstalling idna-2.9: 16:30:52 Successfully uninstalled idna-2.9 16:30:52 Attempting uninstall: requests 16:30:52 Found existing installation: requests 2.23.0 16:30:52 Uninstalling requests-2.23.0: 16:30:52 Successfully uninstalled requests-2.23.0 16:30:54 Running setup.py install for docopt: started 16:30:56 Running setup.py install for docopt: finished with status 'done' 16:30:56 Running setup.py install for PyYAML: started 16:30:59 Running setup.py install for PyYAML: finished with status 'done' 16:30:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:31:01 Running on prd-ubuntu18.04-docker-8c-8g-31766 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 16:31:01 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:31:02 Removing intermediate container 259326b634c6 16:31:02 ---> e404aeb2395e 16:31:02 Step 21/26 : RUN apk --no-cache add curl 16:31:02 ---> Running in 6f3bab5b33e8 16:31:03 using credential edgex-jenkins-ssh 16:31:03 Cloning the remote Git repository 16:31:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:31:03 > git init /w/workspace/edgex-go/2 # timeout=10 16:31:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:31:03 > git --version # timeout=10 16:31:03 > git --version # 'git version 2.17.1' 16:31:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:31:04 (2/3) Installing libcurl (7.69.1-r3) 16:31:04 (3/3) Installing curl (7.69.1-r3) 16:31:04 Executing busybox-1.31.1-r19.trigger 16:31:04 OK: 72 MiB in 58 packages 16:31:05 Removing intermediate container 6f3bab5b33e8 16:31:06 ---> 9a5a238f032c 16:31:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:31:06 ---> Running in 3d8636b4434c 16:31:06 Removing intermediate container 3d8636b4434c 16:31:06 ---> b26f5cb0fecc 16:31:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:06 ---> Running in 364150fd1ebf 16:31:07 Removing intermediate container 364150fd1ebf 16:31:07 ---> 50743f42ccfa 16:31:07 Step 24/26 : LABEL arch=arm64 16:31:07 ---> Running in a695ea52d450 16:31:07 Removing intermediate container a695ea52d450 16:31:07 ---> 572440793c89 16:31:07 Step 25/26 : LABEL git_sha=deca809b343d4829714b032cd8e942232f1347b0 16:31:07 ---> Running in d3225f78f2b8 16:31:08 Removing intermediate container d3225f78f2b8 16:31:08 ---> 8ff7afe94dc3 16:31:08 Step 26/26 : LABEL version=0.0.0 16:31:08 ---> Running in 0b9e69cdcb4c 16:31:08 Removing intermediate container 0b9e69cdcb4c 16:31:08 ---> e74c26db0005 16:31:08 16:31:09 Successfully built e74c26db0005 16:31:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:31:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:31:09 $ docker stop --time=1 d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 16:31:11 $ docker rm -f d2cbca57fe80f9f2d6e2896d2cc89cd8eb685aa21570301e9e6c2b927a4c9117 [Pipeline] // withDockerContainer [Pipeline] sh 16:31:12 + docker images 16:31:12 + grep docker 16:31:12 docker-sys-mgmt-agent-go-arm64 latest e74c26db0005 4 seconds ago 300MB 16:31:12 docker-core-metadata-go-arm64 latest fb2a8f76cbb2 About a minute ago 17.9MB 16:31:12 docker-core-command-go-arm64 latest 05da485029e5 About a minute ago 16.3MB 16:31:12 docker-security-bootstrapper-go-arm64 latest 44f774880e96 About a minute ago 17.9MB 16:31:12 docker-core-data-go-arm64 latest b179e9d07233 3 minutes ago 21.4MB 16:31:12 docker-support-notifications-go-arm64 latest e732248f3917 3 minutes ago 16.9MB 16:31:12 docker-support-scheduler-go-arm64 latest e8a057651b0c 3 minutes ago 16.4MB 16:31:12 docker-security-secretstore-setup-go-arm64 latest ce65d006ff68 3 minutes ago 23.7MB 16:31:12 docker-security-proxy-setup-go-arm64 latest 18828c3a5c17 4 minutes ago 23.4MB 16:31:12 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:31:13 ---> job-cost.sh 16:31:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IuGy 16:31:15 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit deca809b343d4829714b032cd8e942232f1347b0 16:31:15 Merge succeeded, producing deca809b343d4829714b032cd8e942232f1347b0 16:31:15 Checking out Revision deca809b343d4829714b032cd8e942232f1347b0 (PR-3300) 16:31:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:31:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:31:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:31:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:31:15 > git config core.sparsecheckout # timeout=10 16:31:15 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 16:31:15 > git remote # timeout=10 16:31:15 > git config --get remote.origin.url # timeout=10 16:31:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:15 > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 16:31:15 > git rev-parse HEAD^{commit} # timeout=10 16:31:15 > git config core.sparsecheckout # timeout=10 16:31:15 > git checkout -f deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 16:31:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 16:31:19 16:31:19 GitHub has been notified of this commit’s build result 16:31:19 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:20 + echo snap-build.sh 16:31:20 snap-build.sh 16:31:20 + SNAP_BASE_DIR=. 16:31:20 + '[' '!' -z /w/workspace/edgex-go/2 ']' 16:31:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 16:31:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 16:31:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 16:31:20 + cd /w/workspace/edgex-go/2 16:31:20 + sudo apt-get remove -qy --purge lxd lxd-client 16:31:20 Reading package lists... 16:31:20 Building dependency tree... 16:31:20 Reading state information... 16:31:20 The following packages were automatically installed and are no longer required: 16:31:20 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:31:20 uidmap xdelta3 16:31:20 Use 'sudo apt autoremove' to remove them. 16:31:20 The following packages will be REMOVED: 16:31:20 lxd* lxd-client* 16:31:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:31:21 After this operation, 31.7 MB disk space will be freed. 16:31:22 (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.) 16:31:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:31:24 Removing lxd dnsmasq configuration 16:31:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:31:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:31:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:31:25 (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.) 16:31:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:31:27 Processing triggers for systemd (237-3ubuntu10.42) ... 16:31:27 Processing triggers for ureadahead (0.100.0-21) ... 16:31:29 + sudo snap remove --purge lxd 16:31:30 snap "lxd" is not installed 16:31:30 + sudo groupadd --force --system lxd 16:31:30 ++ whoami 16:31:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:31:30 + newgrp - lxd 16:31:30 + sudo snap install lxd 16:31:42 2021-03-29T16:31:39Z INFO Waiting for automatic snapd restart... 16:32:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:32:14 lxd 4.12 from Canonical* installed 16:32:14 + sudo lxd init --auto 16:32:21 + sudo snap install --classic snapcraft 16:32:36 snapcraft 4.5.4 from Canonical* installed 16:32:36 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:32:36 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:32:36 % Total % Received % Xferd Average Speed Time Time Time Current 16:32:36 Dload Upload Total Spent Left Speed 16:32:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5097 0 --:--:-- --:--:-- --:--:-- 5139 16:32:36 100 3325k 100 3325k 0 0 9609k 0 --:--:-- --:--:-- --:--:-- 9609k 16:32:36 ./yq_linux_amd64 16:32:36 + sudo snapcraft prime --use-lxd 16:32:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:32:36 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: 16:32:36 - README.md 16:32:36 16:32:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:32:37 Launching a container. 16:32:52 Waiting for container to be ready 16:32:52 To start your first instance, try: lxc launch ubuntu:18.04 16:32:52 16:32:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:32:56 Waiting for network to be ready... 16:32:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:32:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:32:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 16:32:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:32:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:32:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:32:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:32:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:32:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:32:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:32:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:32:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:32:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:32:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:32:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:32:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:32:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:32:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:32:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:32:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:32:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:32:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:32:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:32:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:32:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:32:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:32:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:33:03 Fetched 24.2 MB in 6s (4329 kB/s) 16:33:04 Reading package lists... 16:33:04 Reading package lists... 16:33:04 Building dependency tree... 16:33:04 Reading state information... 16:33:04 The following additional packages will be installed: 16:33:04 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:33:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:33:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:33:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:33:04 Suggested packages: 16:33:04 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:33:04 Recommended packages: 16:33:04 gnupg libsasl2-modules 16:33:04 The following NEW packages will be installed: 16:33:04 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:33:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:33:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:33:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:33:04 The following packages will be upgraded: 16:33:04 gpg gpg-agent gpgconf libudev1 16:33:05 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:33:05 Need to get 3530 kB of archives. 16:33:05 After this operation, 13.3 MB of additional disk space will be used. 16:33:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:33:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:33:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:33:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:33:05 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:33:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:33:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:33:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:33:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:33:05 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:33:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:33:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:33:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:33:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:33:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:33:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:33:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:33:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:33:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:33:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:33:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:33:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:33:06 debconf: delaying package configuration, since apt-utils is not installed 16:33:06 Fetched 3530 kB in 1s (3446 kB/s) 16:33:06 (Reading database ... 12511 files and directories currently installed.) 16:33:06 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:33:06 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:33:06 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:33:06 Selecting previously unselected package udev. 16:33:06 (Reading database ... 12511 files and directories currently installed.) 16:33:06 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:33:06 Unpacking udev (237-3ubuntu10.45) ... 16:33:06 Selecting previously unselected package libfuse2:amd64. 16:33:06 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:33:07 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:33:07 Selecting previously unselected package fuse. 16:33:07 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:33:07 Unpacking fuse (2.9.7-1ubuntu1) ... 16:33:07 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:33:07 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:33:07 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:33:07 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:33:07 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:33:07 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:33:07 Selecting previously unselected package libksba8:amd64. 16:33:07 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:33:07 Unpacking libksba8:amd64 (1.3.5-2) ... 16:33:07 Selecting previously unselected package libroken18-heimdal:amd64. 16:33:07 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:07 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:07 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:33:07 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:07 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:07 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:33:07 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:07 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:07 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:33:07 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:07 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libwind0-heimdal:amd64. 16:33:08 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:08 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:33:08 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:08 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:33:08 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:08 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:33:08 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:08 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:33:08 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:33:08 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:08 Selecting previously unselected package libsasl2-modules-db:amd64. 16:33:08 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:33:08 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:33:08 Selecting previously unselected package libsasl2-2:amd64. 16:33:08 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:33:08 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:33:08 Selecting previously unselected package libldap-common. 16:33:08 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:33:08 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:33:08 Selecting previously unselected package libldap-2.4-2:amd64. 16:33:08 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:33:08 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:33:09 Selecting previously unselected package dirmngr. 16:33:09 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:33:09 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:33:09 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:33:09 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:33:09 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:33:09 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:33:09 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:33:09 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:33:09 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:09 Setting up libksba8:amd64 (1.3.5-2) ... 16:33:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:33:09 Setting up udev (237-3ubuntu10.45) ... 16:33:10 invoke-rc.d: policy-rc.d denied execution of start. 16:33:10 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Processing triggers for systemd (237-3ubuntu10) ... 16:33:10 Setting up fuse (2.9.7-1ubuntu1) ... 16:33:10 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:33:10 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:33:10 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:33:10 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:33:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:33:11 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:33:11 settings in the [Install] section, and DefaultInstance for template units). 16:33:11 This means they are not meant to be enabled using systemctl. 16:33:11 Possible reasons for having this kind of units are: 16:33:11 1) A unit may be statically enabled by being symlinked from another unit's 16:33:11 .wants/ or .requires/ directory. 16:33:11 2) A unit's purpose may be to act as a helper for some other unit which has 16:33:11 a requirement dependency on it. 16:33:11 3) A unit may be started when needed via activation (socket, path, timer, 16:33:11 D-Bus, udev, scripted systemctl call, ...). 16:33:11 4) In case of template units, the unit is meant to be enabled with some 16:33:11 instance name specified. 16:33:11 Reading package lists... 16:33:11 Building dependency tree... 16:33:11 Reading state information... 16:33:12 The following additional packages will be installed: 16:33:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:33:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:33:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:33:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:33:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:33:12 Suggested packages: 16:33:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:33:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:33:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:33:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:33:12 systemd-container policykit-1 16:33:12 Recommended packages: 16:33:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:33:12 The following NEW packages will be installed: 16:33:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:33:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:33:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:33:12 multiarch-support openssh-client python3 python3-minimal python3.6 16:33:12 python3.6-minimal snapd squashfs-tools sudo 16:33:12 The following packages will be upgraded: 16:33:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:33:12 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:33:12 Need to get 35.2 MB of archives. 16:33:12 After this operation, 141 MB of additional disk space will be used. 16:33:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:33:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:33:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:33:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:33:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:33:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:33:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:33:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:33:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:33:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:33:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:33:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:33:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:33:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:33:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:33:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:33:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:33:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:33:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:33:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:33:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:33:13 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:33:13 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:33:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:33:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:33:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:33:13 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:33:13 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:33:13 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:33:13 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:33:13 debconf: delaying package configuration, since apt-utils is not installed 16:33:13 Fetched 35.2 MB in 1s (28.5 MB/s) 16:33:13 (Reading database ... 12757 files and directories currently installed.) 16:33:13 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:33:14 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:33:14 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:33:14 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:33:14 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:33:14 (Reading database ... 12757 files and directories currently installed.) 16:33:14 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:33:15 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:33:15 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:33:15 (Reading database ... 12757 files and directories currently installed.) 16:33:15 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:33:15 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:33:16 Setting up apt (1.6.12ubuntu0.2) ... 16:33:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:33:16 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:33:16 (Reading database ... 12764 files and directories currently installed.) 16:33:16 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:33:16 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:33:17 Selecting previously unselected package libpython3.6-minimal:amd64. 16:33:17 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:33:17 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:33:17 Selecting previously unselected package libexpat1:amd64. 16:33:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:33:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:33:17 Selecting previously unselected package python3.6-minimal. 16:33:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:33:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:33:17 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:33:17 Checking for services that may need to be restarted...done. 16:33:17 Checking for services that may need to be restarted...done. 16:33:17 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:33:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:33:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:33:19 Selecting previously unselected package python3-minimal. 16:33:19 (Reading database ... 13012 files and directories currently installed.) 16:33:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:33:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:33:19 Selecting previously unselected package mime-support. 16:33:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:33:19 Unpacking mime-support (3.60ubuntu1) ... 16:33:19 Selecting previously unselected package libmpdec2:amd64. 16:33:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:33:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:33:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:33:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:33:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:33:20 Selecting previously unselected package python3.6. 16:33:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:33:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:33:20 Selecting previously unselected package libpython3-stdlib:amd64. 16:33:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:33:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:33:20 Setting up python3-minimal (3.6.7-1~18.04) ... 16:33:20 Selecting previously unselected package python3. 16:33:20 (Reading database ... 13442 files and directories currently installed.) 16:33:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:33:20 Unpacking python3 (3.6.7-1~18.04) ... 16:33:20 Selecting previously unselected package multiarch-support. 16:33:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:33:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:33:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:33:20 Selecting previously unselected package liblzo2-2:amd64. 16:33:20 (Reading database ... 13479 files and directories currently installed.) 16:33:20 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:33:20 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:33:21 Selecting previously unselected package libbsd0:amd64. 16:33:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:33:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:33:21 Selecting previously unselected package sudo. 16:33:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:33:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:33:21 Selecting previously unselected package apparmor. 16:33:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:33:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:33:21 Selecting previously unselected package libedit2:amd64. 16:33:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:33:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:33:21 Selecting previously unselected package libkrb5support0:amd64. 16:33:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:33:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:33:22 Selecting previously unselected package libk5crypto3:amd64. 16:33:22 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:33:22 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:33:22 Selecting previously unselected package libkeyutils1:amd64. 16:33:22 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:33:22 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:33:22 Selecting previously unselected package libkrb5-3:amd64. 16:33:22 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:33:22 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:33:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:33:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:33:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:33:22 Selecting previously unselected package libssl1.0.0:amd64. 16:33:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:33:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:33:22 Selecting previously unselected package openssh-client. 16:33:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:33:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:33:22 Selecting previously unselected package squashfs-tools. 16:33:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:33:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:33:23 Selecting previously unselected package snapd. 16:33:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:33:23 Unpacking snapd (2.48.3+18.04) ... 16:33:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:33:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:33:25 Setting up mime-support (3.60ubuntu1) ... 16:33:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:33:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:33:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:33:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:33:26 Setting up systemd (237-3ubuntu10.45) ... 16:33:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:33:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:33:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:33:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:33:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:33:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:33:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:33:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:33:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:33:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:33:28 Setting up python3 (3.6.7-1~18.04) ... 16:33:28 running python rtupdate hooks for python3.6... 16:33:28 running python post-rtupdate hooks for python3.6... 16:33:28 Setting up apparmor (2.12-4ubuntu5.1) ... 16:33:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:33:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:33:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:33:30 Setting up snapd (2.48.3+18.04) ... 16:33:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:33:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:33:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:33:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:33:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:33:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:33:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:33:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:33:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:33:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:33:34 /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' 16:33:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:33:34 Processing triggers for systemd (237-3ubuntu10.45) ... 16:33:35 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:33:35 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:33:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:33:36 lf-activate-venv(): INFO: Adding /tmp/venv-IuGy/bin to PATH 16:33:36 INFO: No Stack... 16:33:36 INFO: Retrieving Pricing Info for: lf-standard-4 16:33:36 INFO: Archiving Costs [Pipeline] sh 16:33:37 + cat /w/workspace/edgex-go/2/archives/cost.csv 16:33:37 + cut -d, -f6 [Pipeline] lock 16:33:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] 16:33:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] did not exist. Created. 16:33:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:33:37 + echo total: 0.20999999344348907 [Pipeline] stash 16:33:38 Reading package lists... 16:33:38 Reading package lists... 16:33:38 Stashed 1 file(s) [Pipeline] } 16:33:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 16:33:38 Building dependency tree... 16:33:38 Reading state information... 16:33:38 Calculating upgrade... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:33:38 The following packages will be upgraded: 16:33:38 advancecomp base-files bash binutils binutils-common 16:33:38 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:33:38 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:33:38 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:33:38 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:33:38 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:33:38 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:33:38 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:33:38 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:33:38 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:33:38 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:33:38 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:33:38 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:33:38 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:33:38 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:33:38 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:33:38 Need to get 63.8 MB of archives. 16:33:38 After this operation, 5208 kB of additional disk space will be used. 16:33:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 16:33:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:33:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:33:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:33:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:33:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:33:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:33:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:33:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:33:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:33:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:33:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:33:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:33:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:33:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:33:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:33:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:33:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:33:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:33:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:33:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:33:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:33:39 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:33:39 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:33:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:33:39 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:33:39 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:33:39 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:33:39 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:33:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:33:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:33:39 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:33:39 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:33:39 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:33:39 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:33:39 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:33:39 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:33:39 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:33:39 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:33:39 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:33:39 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:33:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:33:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:33:39 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:33:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:33:39 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:33:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:33:39 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:33:39 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:33:39 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:33:39 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:33:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:33:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:33:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:33:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:33:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:33:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:33:39 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:33:39 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:33:39 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:33:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:33:40 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:33:40 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:33:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:33:40 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:33:40 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:33:40 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:33:40 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:33:40 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:33:40 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:33:40 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:33:40 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:33:40 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:33:40 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:33:40 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:33:40 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:33:40 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:33:40 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:33:40 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:33:40 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:33:40 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:33:40 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:33:40 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:33:40 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:33:40 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:33:40 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:33:40 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:33:40 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:33:40 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:33:40 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:33:40 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:33:40 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:33:40 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] 16:33:40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:33:40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:33:40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:33:40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:33:40 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:33:40 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:33:40 debconf: delaying package configuration, since apt-utils is not installed 16:33:40 Fetched 63.8 MB in 2s (34.3 MB/s) 16:33:41 (Reading database ... 13912 files and directories currently installed.) 16:33:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:33:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:33:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:33:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:33:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:33:42 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:33:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:42 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:33:44 (Reading database ... 13911 files and directories currently installed.) 16:33:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:33:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:33:44 (Reading database ... 13911 files and directories currently installed.) 16:33:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:33:44 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:33:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:33:45 (Reading database ... 13911 files and directories currently installed.) 16:33:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:33:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:33:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:33:46 (Reading database ... 13911 files and directories currently installed.) 16:33:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:33:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:33:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:33:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:33:46 Setting up base-files (10.1ubuntu2.10) ... 16:33:46 Installing new version of config file /etc/issue ... 16:33:46 Installing new version of config file /etc/issue.net ... 16:33:46 Installing new version of config file /etc/lsb-release ... 16:33:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:33:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:33:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:33:47 Removing obsolete conffile /etc/default/motd-news ... 16:33:47 (Reading database ... 13912 files and directories currently installed.) 16:33:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:33:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:33:47 Setting up bash (4.4.18-2ubuntu1.2) ... 16:33:47 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 16:33:47 (Reading database ... 13912 files and directories currently installed.) 16:33:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:33:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:33:47 (Reading database ... 13912 files and directories currently installed.) 16:33:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:33:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:33:47 Setting up tar (1.29b-2ubuntu0.2) ... 16:33:48 (Reading database ... 13912 files and directories currently installed.) 16:33:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:33:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:33:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:33:48 (Reading database ... 13912 files and directories currently installed.) 16:33:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:33:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:33:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:33:48 (Reading database ... 13912 files and directories currently installed.) 16:33:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:33:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:33:48 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:33:49 (Reading database ... 13912 files and directories currently installed.) 16:33:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:33:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:33:49 Setting up grep (3.1-2build1) ... 16:33:49 (Reading database ... 13912 files and directories currently installed.) 16:33:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:33:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:33:49 Setting up login (1:4.5-1ubuntu2) ... 16:33:49 (Reading database ... 13912 files and directories currently installed.) 16:33:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:33:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:33:49 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:33:50 (Reading database ... 13912 files and directories currently installed.) 16:33:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:33:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:33:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:33:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:33:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:33:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:33:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:33:51 (Reading database ... 13912 files and directories currently installed.) 16:33:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:33:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:33:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:33:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:33:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:33:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:33:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:33:53 (Reading database ... 13912 files and directories currently installed.) 16:33:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:33:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:33:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:33:53 (Reading database ... 13912 files and directories currently installed.) 16:33:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:33:54 (Reading database ... 13912 files and directories currently installed.) 16:33:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:33:54 (Reading database ... 13912 files and directories currently installed.) 16:33:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:33:54 (Reading database ... 13912 files and directories currently installed.) 16:33:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:33:55 (Reading database ... 13912 files and directories currently installed.) 16:33:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:33:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:33:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:33:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:33:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:33:55 (Reading database ... 13912 files and directories currently installed.) 16:33:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:33:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:33:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:33:56 (Reading database ... 13912 files and directories currently installed.) 16:33:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:33:56 (Reading database ... 13912 files and directories currently installed.) 16:33:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:33:56 (Reading database ... 13912 files and directories currently installed.) 16:33:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:33:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:33:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:33:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:33:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:33:58 (Reading database ... 13912 files and directories currently installed.) 16:33:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:33:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:33:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:33:59 (Reading database ... 13912 files and directories currently installed.) 16:33:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:33:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:33:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:33:59 (Reading database ... 13914 files and directories currently installed.) 16:33:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:33:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:33:59 Setting up debconf (1.5.66ubuntu1) ... 16:34:00 (Reading database ... 13914 files and directories currently installed.) 16:34:00 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:34:00 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:34:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:34:00 (Reading database ... 13914 files and directories currently installed.) 16:34:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:34:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:34:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:34:00 (Reading database ... 13914 files and directories currently installed.) 16:34:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:34:01 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:34:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:34:01 (Reading database ... 13914 files and directories currently installed.) 16:34:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:34:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:34:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:34:01 (Reading database ... 13914 files and directories currently installed.) 16:34:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:34:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:34:02 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:34:02 (Reading database ... 13914 files and directories currently installed.) 16:34:02 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:34:02 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:34:02 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:34:02 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:34:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:34:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:34:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:34:02 (Reading database ... 13914 files and directories currently installed.) 16:34:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:34:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:34:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:34:03 (Reading database ... 13914 files and directories currently installed.) 16:34:03 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:34:03 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:34:03 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:34:03 (Reading database ... 13914 files and directories currently installed.) 16:34:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:34:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:34:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:34:03 (Reading database ... 13914 files and directories currently installed.) 16:34:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:34:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:34:04 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:34:04 (Reading database ... 13914 files and directories currently installed.) 16:34:04 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:34:04 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:34:04 Setting up passwd (1:4.5-1ubuntu2) ... 16:34:04 (Reading database ... 13914 files and directories currently installed.) 16:34:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:34:04 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:34:04 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:34:04 (Reading database ... 13914 files and directories currently installed.) 16:34:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:34:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:34:05 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:34:05 (Reading database ... 13914 files and directories currently installed.) 16:34:05 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:34:05 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:34:05 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:34:05 (Reading database ... 13914 files and directories currently installed.) 16:34:05 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:34:05 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:34:05 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:34:05 (Reading database ... 13914 files and directories currently installed.) 16:34:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:34:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:34:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:34:06 (Reading database ... 13914 files and directories currently installed.) 16:34:06 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:34:06 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:34:06 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:34:06 (Reading database ... 13914 files and directories currently installed.) 16:34:06 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:34:06 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:34:06 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:34:06 (Reading database ... 13915 files and directories currently installed.) 16:34:06 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:34:06 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:34:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:34:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:34:07 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:34:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:34:07 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:34:07 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:34:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:34:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:34:07 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:34:07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:34:07 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:34:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:34:08 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:34:08 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:34:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:34:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:34:08 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:34:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:34:08 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:34:08 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:34:08 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:34:08 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:34:09 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:34:09 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:34:09 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:34:09 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:34:09 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:34:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:34:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:34:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:34:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:34:10 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:34:10 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:34:10 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:34:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:11 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:11 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:11 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:11 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:12 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:34:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:34:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:34:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:34:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:34:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:34:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:34:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:34:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:34:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:34:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:34:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:34:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:34:16 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:34:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:34:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:34:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:34:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:34:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:34:17 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:34:17 16:34:17 Current default time zone: 'Etc/UTC' 16:34:17 Local time is now: Mon Mar 29 16:34:17 UTC 2021. 16:34:17 Universal Time is now: Mon Mar 29 16:34:17 UTC 2021. 16:34:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:34:17 16:34:17 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:34:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:34:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:34:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:34:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:34:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:34:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:34:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:34:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:34:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:34:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:34:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:18 Setting up patch (2.7.6-2ubuntu1.1) ... 16:34:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:34:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:34:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:34:18 Installing new version of config file /etc/ssl/openssl.cnf ... 16:34:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:34:18 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:34:18 Setting up ca-certificates (20210119~18.04.1) ... 16:34:20 Updating certificates in /etc/ssl/certs... 16:34:21 23 added, 27 removed; done. 16:34:21 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:34:21 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:34:21 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:34:21 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:34:21 Setting up pkgbinarymangler (138.18.04.1) ... 16:34:21 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:34:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up perl (5.26.1-6ubuntu0.5) ... 16:34:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:34:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:34:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:34:22 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:34:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:34:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:34:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:34:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:34:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:34:22 Processing triggers for systemd (237-3ubuntu10.45) ... 16:34:22 Processing triggers for mime-support (3.60ubuntu1) ... 16:34:22 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:34:22 Updating certificates in /etc/ssl/certs... 16:34:23 0 added, 0 removed; done. 16:34:23 Running hooks in /etc/ca-certificates/update.d... 16:34:23 done. 16:34:24 Reading package lists... 16:34:24 Building dependency tree... 16:34:24 Reading state information... 16:34:24 The following NEW packages will be installed: 16:34:24 apt-transport-https 16:34:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:34:25 Need to get 1696 B of archives. 16:34:25 After this operation, 153 kB of additional disk space will be used. 16:34:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:34:25 debconf: delaying package configuration, since apt-utils is not installed 16:34:25 Fetched 1696 B in 0s (9336 B/s) 16:34:25 Selecting previously unselected package apt-transport-https. 16:34:25 (Reading database ... 13920 files and directories currently installed.) 16:34:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:34:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:34:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:34:25 Waiting for network to be ready... 16:34:34 2021-03-29T16:34:30Z INFO Waiting for automatic snapd restart... 16:34:34 snapd 2.49.1 from Canonical* installed 16:34:35 "snapd" switched to the "latest/stable" channel 16:34:35 16:34:41 core18 20210128 from Canonical* installed 16:34:41 "core18" switched to the "latest/stable" channel 16:34:41 16:34:47 snapcraft 4.5.4 from Canonical* installed 16:34:48 "snapcraft" switched to the "latest/stable" channel 16:34:48 16:34:52 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: 16:34:52 - README.md 16:34:52 16:34:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:34:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:34:59 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:34:59 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:34:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:35:01 Reading package lists... 16:35:01 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 16:35:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:35:08 Reading package lists... 16:35:08 Building dependency tree... 16:35:08 Reading state information... 16:35:08 Suggested packages: 16:35:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:35:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:35:08 Recommended packages: 16:35:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:35:08 The following NEW packages will be installed: 16:35:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:35:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:35:08 pkg-config zip 16:35:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:35:08 Need to get 7657 kB of archives. 16:35:08 After this operation, 43.8 MB of additional disk space will be used. 16:35:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:35:08 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:35:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:35:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:35:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:35:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:35:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:35:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:35:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:35:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:35:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:35:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:35:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:35:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:35:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:35:09 debconf: delaying package configuration, since apt-utils is not installed 16:35:09 Fetched 7657 kB in 1s (7050 kB/s) 16:35:09 Selecting previously unselected package libglib2.0-0:amd64. 16:35:09 (Reading database ... 13924 files and directories currently installed.) 16:35:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:35:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:35:09 Selecting previously unselected package libpsl5:amd64. 16:35:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:35:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:35:09 Selecting previously unselected package libnghttp2-14:amd64. 16:35:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:35:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:35:09 Selecting previously unselected package librtmp1:amd64. 16:35:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:35:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:35:10 Selecting previously unselected package libcurl3-gnutls:amd64. 16:35:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:35:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:35:10 Selecting previously unselected package liberror-perl. 16:35:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:35:10 Unpacking liberror-perl (0.17025-1) ... 16:35:10 Selecting previously unselected package git-man. 16:35:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:35:10 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:35:10 Selecting previously unselected package git. 16:35:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:35:10 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:35:11 Selecting previously unselected package libnorm1:amd64. 16:35:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:35:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:35:11 Selecting previously unselected package libpgm-5.2-0:amd64. 16:35:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:35:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:35:11 Selecting previously unselected package libsodium23:amd64. 16:35:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:35:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:35:11 Selecting previously unselected package libzmq5:amd64. 16:35:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:35:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:35:11 Selecting previously unselected package libzmq3-dev:amd64. 16:35:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:35:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:35:12 Selecting previously unselected package pkg-config. 16:35:12 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:35:12 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:35:12 Selecting previously unselected package zip. 16:35:12 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:35:12 Unpacking zip (3.0-11build1) ... 16:35:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:35:12 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:35:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:35:12 Setting up liberror-perl (0.17025-1) ... 16:35:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:35:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:35:12 No schema files found: doing nothing. 16:35:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:35:12 Setting up zip (3.0-11build1) ... 16:35:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:35:12 Setting up libsodium23:amd64 (1.0.16-2) ... 16:35:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:35:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:35:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:35:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:35:12 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:35:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:35:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:35:19 git set to automatically installed. 16:35:19 git-man set to automatically installed. 16:35:19 libcurl3-gnutls set to automatically installed. 16:35:19 liberror-perl set to automatically installed. 16:35:19 libglib2.0-0 set to automatically installed. 16:35:19 libnghttp2-14 set to automatically installed. 16:35:19 libnorm1 set to automatically installed. 16:35:19 libpgm-5.2-0 set to automatically installed. 16:35:19 libpsl5 set to automatically installed. 16:35:19 librtmp1 set to automatically installed. 16:35:19 libsodium23 set to automatically installed. 16:35:19 libzmq3-dev set to automatically installed. 16:35:19 libzmq5 set to automatically installed. 16:35:19 pkg-config set to automatically installed. 16:35:19 zip set to automatically installed. 16:35:20 snapd is not logged in, snap install commands will use sudo 16:35:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:35:59 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:36:00 snapd is not logged in, snap install commands will use sudo 16:36:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:36:07 snap "core18" has no updates available 16:36:07 Pulling go-build-helper 16:36:07 + snapcraftctl pull 16:36:09 'app-service-config' has dependencies that need to be staged: go-build-helper 16:36:09 Skipping pull go-build-helper (already ran) 16:36:09 Building go-build-helper 16:36:09 + snapcraftctl build 16:36:12 Staging go-build-helper 16:36:12 + snapcraftctl stage 16:36:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:36:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:36:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:36:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 16:36:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:36:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:36:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:36:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:36:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:36:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:36:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:36:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:36:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:36:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:36:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:36:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:36:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:36:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:36:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:36:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:36:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:36:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:36:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:36:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:36:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:36:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:36:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:36:27 Fetched 24.2 MB in 6s (3876 kB/s) 16:36:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:36:27 Fetched 224 kB in 0s (0 B/s) 16:36:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:36:27 Fetched 157 kB in 0s (0 B/s) 16:36:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:36:27 Fetched 221 kB in 0s (0 B/s) 16:36:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:36:27 Fetched 143 kB in 0s (0 B/s) 16:36:27 Pulling app-service-config 16:36:27 + snapcraftctl pull 16:36:27 Cloning into '/root/parts/app-service-config/src'... 16:36:27 Pulling config-common 16:36:27 + snapcraftctl pull 16:36:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:36:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:36:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:36:34 Fetched 0 B in 0s (0 B/s) 16:36:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:36:34 Fetched 0 B in 0s (0 B/s) 16:36:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:36:34 Fetched 0 B in 0s (0 B/s) 16:36:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:36:34 Fetched 0 B in 0s (0 B/s) 16:36:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:36:34 Fetched 0 B in 0s (0 B/s) 16:36:34 Pulling edgex-go 16:36:34 + snapcraftctl pull 16:37:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:37:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:37:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:37:00 Fetched 0 B in 0s (0 B/s) 16:37:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:37:00 Fetched 96.5 kB in 0s (0 B/s) 16:37:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:37:00 Fetched 279 kB in 0s (0 B/s) 16:37:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:37:00 Fetched 122 kB in 0s (0 B/s) 16:37:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:37:00 Fetched 77.8 kB in 0s (0 B/s) 16:37:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:37:00 Fetched 8848 B in 0s (0 B/s) 16:37:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:37:00 Fetched 47.8 kB in 0s (0 B/s) 16:37:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:37:00 Fetched 45.6 kB in 0s (0 B/s) 16:37:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:37:00 Fetched 15.0 kB in 0s (0 B/s) 16:37:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:37:00 Fetched 214 kB in 0s (0 B/s) 16:37:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:37:00 Fetched 154 kB in 0s (0 B/s) 16:37:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:37:00 Fetched 50.6 kB in 0s (0 B/s) 16:37:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:37:00 Fetched 14.8 kB in 0s (0 B/s) 16:37:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:37:00 Fetched 41.8 kB in 0s (0 B/s) 16:37:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:37:00 Fetched 499 kB in 0s (0 B/s) 16:37:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:37:00 Fetched 111 kB in 0s (0 B/s) 16:37:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:37:00 Fetched 240 kB in 0s (0 B/s) 16:37:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:37:00 Fetched 29.3 kB in 0s (0 B/s) 16:37:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:37:00 Fetched 85.5 kB in 0s (0 B/s) 16:37:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:37:00 Fetched 24.5 kB in 0s (0 B/s) 16:37:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:37:00 Fetched 49.2 kB in 0s (0 B/s) 16:37:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:37:00 Fetched 54.2 kB in 0s (0 B/s) 16:37:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:37:00 Fetched 30.8 kB in 0s (0 B/s) 16:37:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:37:00 Fetched 15.8 kB in 0s (0 B/s) 16:37:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:37:00 Fetched 85.9 kB in 0s (0 B/s) 16:37:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:37:00 Fetched 8720 B in 0s (0 B/s) 16:37:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:37:00 Fetched 137 kB in 0s (0 B/s) 16:37:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:37:00 Fetched 119 kB in 0s (0 B/s) 16:37:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:37:00 Fetched 109 kB in 0s (0 B/s) 16:37:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:37:00 Fetched 11.1 kB in 0s (0 B/s) 16:37:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:37:00 Fetched 645 kB in 0s (0 B/s) 16:37:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:37:00 Fetched 41.3 kB in 0s (0 B/s) 16:37:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:37:00 Fetched 17.9 kB in 0s (0 B/s) 16:37:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:37:00 Fetched 368 kB in 0s (0 B/s) 16:37:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:37:00 Fetched 187 kB in 0s (0 B/s) 16:37:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:37:00 Fetched 175 kB in 0s (0 B/s) 16:37:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:37:00 Fetched 206 kB in 0s (0 B/s) 16:37:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 16:37:00 Fetched 1301 kB in 0s (0 B/s) 16:37:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:37:00 Fetched 36.2 kB in 0s (0 B/s) 16:37:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:37:00 Fetched 159 kB in 0s (0 B/s) 16:37:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:37:00 Fetched 107 kB in 0s (0 B/s) 16:37:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:37:00 Fetched 48.7 kB in 0s (0 B/s) 16:37:00 Pulling static-packages 16:37:00 + snapcraftctl pull 16:37:00 Pulling version 16:37:00 + cd /root/project 16:37:00 + [ -f VERSION ] 16:37:00 + PROJECT_VERSION=local-dev 16:37:00 + git rev-parse --short HEAD 16:37:00 + GIT_REVISION=deca809b 16:37:00 + snapcraftctl set-version local-dev 16:37:00 Skipping build go-build-helper (already ran) 16:37:00 Building app-service-config 16:37:00 + make build 16:37:00 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:37:02 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 16:37:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 16:37:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 16:37:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 16:37:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:37:02 go: downloading github.com/pelletier/go-toml v1.2.0 16:37:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 16:37:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:37:02 go: downloading github.com/BurntSushi/toml v0.3.1 16:37:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:37:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 16:37:02 go: downloading github.com/gorilla/mux v1.8.0 16:37:02 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:37:02 go: downloading github.com/google/uuid v1.2.0 16:37:02 go: downloading github.com/mitchellh/copystructure v1.0.0 16:37:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:37:03 go: downloading github.com/gorilla/websocket v1.4.2 16:37:03 go: downloading github.com/x448/float16 v0.8.4 16:37:03 go: downloading github.com/go-kit/kit v0.8.0 16:37:03 go: downloading github.com/hashicorp/consul/api v1.8.1 16:37:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:37:03 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:37:03 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:37:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:37:03 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:37:03 go: downloading github.com/hashicorp/serf v0.9.5 16:37:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:37:04 go: downloading github.com/fatih/color v1.9.0 16:37:04 go: downloading github.com/mattn/go-isatty v0.0.12 16:37:04 go: downloading github.com/go-playground/universal-translator v0.17.0 16:37:04 go: downloading github.com/leodido/go-urn v1.2.0 16:37:04 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:37:04 go: downloading github.com/go-playground/locales v0.13.0 16:37:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:37:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:37:04 go: downloading github.com/pebbe/zmq4 v1.2.5 16:37:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:37:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:37:04 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:37:04 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:37:04 go: downloading github.com/mattn/go-colorable v0.1.6 16:37:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:37:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:37:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:37:16 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:37:16 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:37:16 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:37:16 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:37:18 Building config-common 16:37:18 + snapcraftctl build 16:37:22 Building edgex-go 16:37:22 + cd /root/parts/edgex-go/src 16:37:22 + make build 16:37:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:37:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:37:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 16:37:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 16:37:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 16:37:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 16:37:23 go: downloading github.com/pkg/errors v0.8.1 16:37:23 go: downloading github.com/go-playground/validator/v10 v10.4.1 16:37:23 go: downloading github.com/imdario/mergo v0.3.12 16:37:23 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 16:37:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:37:28 go: downloading gopkg.in/yaml.v2 v2.4.0 16:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:37: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 16:37: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 16:37: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 16:37:40 go: downloading github.com/stretchr/testify v1.7.0 16:37:40 go: downloading github.com/davecgh/go-spew v1.1.1 16:37:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:37:40 go: downloading github.com/pmezard/go-difflib v1.0.0 16:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:37:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:37:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:37:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:37:51 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 16:37:51 go: downloading github.com/lib/pq v1.9.0 16:37:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:37:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:37:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:37:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:37:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:37:54 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:37:54 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:37:54 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:37:54 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:37:54 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:37:54 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:37:54 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:37:54 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:37:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:37:54 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:37:54 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:37:54 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:37:54 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 16:37:54 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:37:54 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:37:54 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:37:54 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:37:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:37:54 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:37:54 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:37:54 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:37:58 Building static-packages 16:37:58 + snapcraftctl build 16:38:01 Building version 16:38:01 + snapcraftctl build 16:38:05 Skipping stage go-build-helper (already ran) 16:38:05 Staging app-service-config 16:38:05 + snapcraftctl stage 16:38:06 Staging config-common 16:38:06 + snapcraftctl stage 16:38:07 Staging edgex-go 16:38:07 + snapcraftctl stage 16:38:09 Staging static-packages 16:38:09 + snapcraftctl stage 16:38:10 Staging version 16:38:10 + snapcraftctl stage 16:38:12 Priming go-build-helper 16:38:12 + snapcraftctl prime 16:38:13 Priming app-service-config 16:38:13 + snapcraftctl prime 16:38:14 Priming config-common 16:38:14 + snapcraftctl prime 16:38:15 Priming edgex-go 16:38:15 + snapcraftctl prime 16:38:17 Priming static-packages 16:38:17 + snapcraftctl prime 16:38:20 Priming version 16:38:20 + snapcraftctl prime 16:38:21 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:38:25 provisioning config files... 16:38:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4411871180431725959tmp [Pipeline] { [Pipeline] sh 16:38:26 + set +x 16:38:26 + curl -s https://codecov.io/bash 16:38:26 + bash -s -- 16:38:27 16:38:27 _____ _ 16:38:27 / ____| | | 16:38:27 | | ___ __| | ___ ___ _____ __ 16:38:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:38:27 | |___| (_) | (_| | __/ (_| (_) \ V / 16:38:27 \_____\___/ \__,_|\___|\___\___/ \_/ 16:38:27 Bash-20210309-2b87ace 16:38:27 16:38:27 16:38:27 ==> git version 2.24.3 found 16:38:27 ==> 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 16:38:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:38:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:38:27 ==> Jenkins CI detected. 16:38:27 project root: . 16:38:27 --> token set from env 16:38:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:38:27 ==> Running gcov in . (disable via -X gcov) 16:38:27 ==> Python coveragepy not found 16:38:27 ==> Searching for coverage reports in: 16:38:27 + . 16:38:27 -> Found 1 reports 16:38:27 ==> Detecting git/mercurial file structure 16:38:27 ==> Reading reports 16:38:27 + ./coverage.out bytes=666212 16:38:27 ==> Appending adjustments 16:38:27 https://docs.codecov.io/docs/fixing-reports 16:38:37 + Found adjustments 16:38:37 ==> Gzipping contents 16:38:37 96K /tmp/codecov.tAmXm2.gz 16:38:37 ==> Uploading reports 16:38:37 url: https://codecov.io 16:38:37 query: branch=PR-3300&commit=deca809b343d4829714b032cd8e942232f1347b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= 16:38:37 -> Pinging Codecov 16:38:37 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3300&commit=deca809b343d4829714b032cd8e942232f1347b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3300%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3300&job=&cmd_args= 16:38:37 -> Uploading to 16:38:37 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/deca809b343d4829714b032cd8e942232f1347b0/50ea38f4-eda9-4773-9151-d680fb9947b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T163837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43a9df2e33e75c0b584b574067c37498833f1cda9250aad7481dc7e0934afe63 16:38:37 % Total % Received % Xferd Average Speed Time Time Time Current 16:38:37 Dload Upload Total Spent Left Speed 16:38:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96627 0 0 100 96627 0 193k --:--:-- --:--:-- --:--:-- 193k 16:38:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/deca809b343d4829714b032cd8e942232f1347b0 [Pipeline] } 16:38:37 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] { (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 16:38:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:38:41 ---> package-listing.sh 16:38:41 ++ facter osfamily 16:38:41 ++ tr '[:upper:]' '[:lower:]' 16:38:42 + OS_FAMILY=redhat 16:38:42 + workspace=/w/workspace/edgex-go/2 16:38:42 + START_PACKAGES=/tmp/packages_start.txt 16:38:42 + END_PACKAGES=/tmp/packages_end.txt 16:38:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:38:42 + PACKAGES=/tmp/packages_start.txt 16:38:42 + '[' /w/workspace/edgex-go/2 ']' 16:38:42 + PACKAGES=/tmp/packages_end.txt 16:38:42 + case "${OS_FAMILY}" in 16:38:42 + rpm -qa 16:38:42 + sort 16:38:50 + '[' -f /tmp/packages_start.txt ']' 16:38:50 + '[' -f /tmp/packages_end.txt ']' 16:38:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:38:50 + '[' /w/workspace/edgex-go/2 ']' 16:38:50 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:38:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:38:50 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:38:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:38:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:38:51 16:38:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:38:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:38:53 alpine: Pulling from edgex-lftools-log-publisher 16:38:53 df20fa9351a1: Pulling fs layer 16:38:53 36b3adc4ff6f: Pulling fs layer 16:38:53 8ad3a11d3b57: Pulling fs layer 16:38:53 46f8f816bc3b: Pulling fs layer 16:38:53 93b61091891f: Pulling fs layer 16:38:53 93b9cdb0e59b: Pulling fs layer 16:38:53 5e14af77c1be: Pulling fs layer 16:38:53 01666e4c0597: Pulling fs layer 16:38:53 aa168da1d23b: Pulling fs layer 16:38:53 46f8f816bc3b: Waiting 16:38:53 93b61091891f: Waiting 16:38:53 93b9cdb0e59b: Waiting 16:38:53 5e14af77c1be: Waiting 16:38:53 01666e4c0597: Waiting 16:38:53 aa168da1d23b: Waiting 16:38:53 36b3adc4ff6f: Verifying Checksum 16:38:53 36b3adc4ff6f: Download complete 16:38:53 46f8f816bc3b: Verifying Checksum 16:38:53 46f8f816bc3b: Download complete 16:38:53 df20fa9351a1: Download complete 16:38:53 93b9cdb0e59b: Verifying Checksum 16:38:53 93b9cdb0e59b: Download complete 16:38:53 5e14af77c1be: Verifying Checksum 16:38:53 5e14af77c1be: Download complete 16:38:53 93b61091891f: Verifying Checksum 16:38:53 93b61091891f: Download complete 16:38:53 01666e4c0597: Verifying Checksum 16:38:53 01666e4c0597: Download complete 16:38:54 df20fa9351a1: Pull complete 16:38:55 8ad3a11d3b57: Verifying Checksum 16:38:55 8ad3a11d3b57: Download complete 16:38:55 36b3adc4ff6f: Pull complete 16:38:58 8ad3a11d3b57: Pull complete 16:38:58 46f8f816bc3b: Pull complete 16:39:00 93b61091891f: Pull complete 16:39:00 93b9cdb0e59b: Pull complete 16:39:01 5e14af77c1be: Pull complete 16:39:01 aa168da1d23b: Verifying Checksum 16:39:01 aa168da1d23b: Download complete 16:39:01 01666e4c0597: Pull complete 16:39:20 aa168da1d23b: Pull complete 16:39:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:39:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:21 prd-centos7-docker-4c-2g-31747 does not seem to be running inside a container 16:39:21 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:39:27 $ docker top acad2615c24991eb2eaccc85624d8107859f75512d59c7d530dea146a9d5dea0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:29 + touch /tmp/pre-build-complete [Pipeline] sh 16:39:30 + mkdir -p /var/log/sa [Pipeline] sh 16:39:31 + ls /var/log/sa-host 16:39:31 + sadf -c /var/log/sa-host/sa23 16:39:31 file_magic: OK 16:39:31 HZ: Using current value: 100 16:39:31 file_header: OK 16:39:31 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 16:39:31 Statistics: 16:39:31 Hnuu...uuuununununu... 16:39:31 File successfully converted to sysstat format version 12.2.1 16:39:31 + sadf -c /var/log/sa-host/sa29 16:39:31 file_magic: OK 16:39:31 HZ: Using current value: 100 16:39:31 file_header: OK 16:39:31 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 16:39:31 Statistics: 16:39:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:31 provisioning config files... 16:39:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config502516581255295944tmp [Pipeline] { [Pipeline] echo 16:39:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:39:32 ---> create-netrc.sh [Pipeline] } 16:39:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:39:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:39:32 ---> python-tools-install.sh [Pipeline] echo 16:39:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:39:33 ---> sudo-logs.sh 16:39:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:39:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:39:34 ---> job-cost.sh 16:39:34 lf-activate-venv: SKIPPING 16:39:34 DEBUG: total: 0.20999999344348907 16:39:34 INFO: Retrieving Stack Cost... 16:39:35 INFO: Retrieving Pricing Info for: v1-standard-2 16:39:36 INFO: Archiving Costs [Pipeline] echo 16:39:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:39:37 ---> logs-deploy.sh 16:39:37 lf-activate-venv: SKIPPING 16:39:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/2 16:39:37 INFO: archiving workspace using pattern(s): 16:39:40 Archives upload complete. 16:39:40 INFO: archiving logs to Nexus 16:39:42 ---> uname -a: 16:39:42 Linux prd-centos7-docker-4c-2g-31747.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:39:42 16:39:42 16:39:42 ---> lscpu: 16:39:42 Architecture: x86_64 16:39:42 CPU op-mode(s): 32-bit, 64-bit 16:39:42 Byte Order: Little Endian 16:39:42 Address sizes: 40 bits physical, 48 bits virtual 16:39:42 CPU(s): 4 16:39:42 On-line CPU(s) list: 0-3 16:39:42 Thread(s) per core: 1 16:39:42 Core(s) per socket: 1 16:39:42 Socket(s): 4 16:39:42 NUMA node(s): 1 16:39:42 Vendor ID: GenuineIntel 16:39:42 CPU family: 6 16:39:42 Model: 44 16:39:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:39:42 Stepping: 1 16:39:42 CPU MHz: 2933.438 16:39:42 BogoMIPS: 5866.87 16:39:42 Virtualization: VT-x 16:39:42 Hypervisor vendor: KVM 16:39:42 Virtualization type: full 16:39:42 L1d cache: 128 KiB 16:39:42 L1i cache: 128 KiB 16:39:42 L2 cache: 16 MiB 16:39:42 L3 cache: 64 MiB 16:39:42 NUMA node0 CPU(s): 0-3 16:39:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:39:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:39:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:39:42 Vulnerability Meltdown: Mitigation; PTI 16:39:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:39:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:39:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:39:42 Vulnerability Srbds: Not affected 16:39:42 Vulnerability Tsx async abort: Not affected 16:39:42 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 16:39:42 16:39:42 16:39:42 ---> nproc: 16:39:42 4 16:39:42 16:39:42 16:39:42 ---> df -h: 16:39:42 Filesystem Size Used Available Use% Mounted on 16:39:42 overlay 50.0G 12.6G 37.4G 25% / 16:39:42 tmpfs 64.0M 0 64.0M 0% /dev 16:39:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:39:42 shm 64.0M 0 64.0M 0% /dev/shm 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2@tmp 16:39:42 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2 16:39:42 16:39:42 16:39:42 ---> free -m: 16:39:42 total used free shared buff/cache available 16:39:42 Mem: 1837 737 272 0 827 1017 16:39:42 Swap: 1023 59 964 16:39:42 16:39:42 16:39:42 ---> ip addr: 16:39:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:39:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:39:42 inet 127.0.0.1/8 scope host lo 16:39:42 valid_lft forever preferred_lft forever 16:39:42 inet6 ::1/128 scope host 16:39:42 valid_lft forever preferred_lft forever 16:39:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:39:42 link/ether fa:16:3e:2d:ad:2f brd ff:ff:ff:ff:ff:ff 16:39:42 inet 10.30.123.176/23 brd 10.30.123.255 scope global dynamic eth0 16:39:42 valid_lft 84430sec preferred_lft 84430sec 16:39:42 inet6 fe80::f816:3eff:fe2d:ad2f/64 scope link 16:39:42 valid_lft forever preferred_lft forever 16:39:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:39:42 link/ether 02:42:a9:b3:2c:2e brd ff:ff:ff:ff:ff:ff 16:39:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:39:42 valid_lft forever preferred_lft forever 16:39:42 inet6 fe80::42:a9ff:feb3:2c2e/64 scope link 16:39:42 valid_lft forever preferred_lft forever 16:39:42 16:39:42 16:39:42 ---> sar -b -r -n DEV: 16:39:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 16:39:42 16:39:42 16:06:38 LINUX RESTART (4 CPU) 16:39:42 16:39:42 16:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:39:42 16:08:01 163.31 108.31 55.00 0.00 8304.02 36475.34 0.00 16:39:42 16:09:01 37.09 9.33 27.76 0.00 3329.05 6541.61 0.00 16:39:42 16:10:02 59.73 26.25 33.48 0.00 2765.40 11364.45 0.00 16:39:42 16:11:01 201.27 80.64 120.63 0.00 6177.89 38815.00 0.00 16:39:42 16:12:02 185.82 67.89 117.92 0.00 2360.59 14460.53 0.00 16:39:42 16:13:01 83.46 30.00 53.46 0.00 1254.05 7000.44 0.00 16:39:42 16:14:02 49.75 10.84 38.91 0.00 482.84 3935.78 0.00 16:39:42 16:15:01 87.04 48.51 38.53 0.00 1717.37 2316.48 0.00 16:39:42 16:16:01 75.10 29.37 45.72 0.00 1899.98 4678.68 0.00 16:39:42 16:17:02 41.07 6.15 34.92 0.00 358.60 14370.63 0.00 16:39:42 16:18:04 198.73 65.51 133.22 0.00 17394.48 79081.76 0.00 16:39:42 16:19:02 730.27 594.65 135.62 0.00 78794.34 78240.78 0.00 16:39:42 16:20:12 594.46 451.24 143.21 0.00 79758.22 77095.43 0.00 16:39:42 16:21:08 1088.37 989.33 99.04 0.00 54742.33 64604.64 0.00 16:39:42 16:22:03 201.15 153.59 47.56 0.00 7811.49 5245.90 0.00 16:39:42 16:23:02 161.01 78.90 82.11 0.00 5946.59 18477.21 0.00 16:39:42 16:24:02 287.76 94.27 193.49 0.00 34900.28 82078.92 0.00 16:39:42 16:25:04 603.15 487.33 115.83 0.00 51924.21 51875.97 0.00 16:39:42 16:26:04 938.04 789.26 148.79 0.00 70664.03 72817.99 0.00 16:39:42 16:27:02 498.37 356.68 141.69 0.00 22214.04 26228.08 0.00 16:39:42 16:28:02 171.81 18.80 153.00 0.00 2457.39 28538.89 0.00 16:39:42 16:29:01 73.66 18.37 55.29 0.00 3114.58 3810.29 0.00 16:39:42 16:30:01 2.24 0.05 2.19 0.00 1.06 39.27 0.00 16:39:42 16:31:01 0.76 0.02 0.75 0.00 0.27 8.67 0.00 16:39:42 16:32:01 0.65 0.10 0.55 0.00 0.80 5.96 0.00 16:39:42 16:33:02 0.32 0.00 0.32 0.00 0.00 3.81 0.00 16:39:42 16:34:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 16:39:42 16:35:01 0.28 0.02 0.27 0.00 0.53 4.11 0.00 16:39:42 16:36:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 16:39:42 16:37:01 0.53 0.35 0.18 0.00 5.99 2.81 0.00 16:39:42 16:38:01 0.23 0.02 0.22 0.00 0.13 3.11 0.00 16:39:42 16:39:01 103.21 82.76 20.45 0.00 7715.66 4731.51 0.00 16:39:42 Average: 207.27 143.15 64.12 0.00 14820.09 23186.63 0.00 16:39:42 16:39:42 16:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:39:42 16:08:01 78272 0 529108 28.12 2620 1271544 1046380 35.71 363176 1242800 62964 16:39:42 16:09:01 97444 0 571324 30.36 2620 1210156 1112976 37.98 496400 1089324 12864 16:39:42 16:10:02 285976 0 611384 32.49 2620 981564 1250884 42.69 538380 852160 43232 16:39:42 16:11:01 112576 0 676100 35.93 2228 1090640 1334532 45.55 606276 923492 8 16:39:42 16:12:02 235804 0 748112 39.76 1496 896132 1543896 52.69 522612 842584 1632 16:39:42 16:13:01 263384 0 767904 40.81 776 849480 1603908 54.74 604864 734940 37812 16:39:42 16:14:02 160224 0 843228 44.82 624 877468 1851288 63.18 724108 713460 61476 16:39:42 16:15:01 189208 0 885300 47.05 584 806452 1828156 62.39 690912 714984 67256 16:39:42 16:16:01 275768 0 770100 40.93 496 835180 1767012 60.31 604764 708216 50840 16:39:42 16:17:02 82484 0 784540 41.70 496 1014024 1610188 54.95 633088 886788 56936 16:39:42 16:18:04 57896 0 813380 43.23 168 1010100 1426868 48.70 766388 821216 1568 16:39:42 16:19:02 511528 0 675732 35.91 4 694280 1397852 47.71 327200 833648 0 16:39:42 16:20:12 83176 0 854592 45.42 4 943772 2370036 80.89 689912 872720 66748 16:39:42 16:21:08 77588 0 860860 45.75 4 943092 2370088 80.89 767908 807916 11320 16:39:42 16:22:03 412376 0 1131092 60.12 4 338072 4544540 155.10 652048 548004 5732 16:39:42 16:23:02 291156 0 727388 38.66 4 862996 1368608 46.71 615996 714332 17252 16:39:42 16:24:02 69960 0 801768 42.61 4 1009812 2152044 73.45 686200 901976 63652 16:39:42 16:25:04 68612 0 889664 47.28 4 923264 2423960 82.73 556908 1022860 45636 16:39:42 16:26:04 70784 0 764208 40.62 4 1046548 1967284 67.14 632296 953236 76352 16:39:42 16:27:02 278272 0 937076 49.80 4 666192 3184260 108.67 698108 650188 916 16:39:42 16:28:02 112748 0 706244 37.54 4 1062548 1474836 50.33 580576 926972 0 16:39:42 16:29:01 117756 0 660916 35.13 4 1102868 1265800 43.20 591000 916104 20 16:39:42 16:30:01 122180 0 656496 34.89 4 1102864 1226280 41.85 587352 915896 8 16:39:42 16:31:01 124420 0 654240 34.77 4 1102880 1205720 41.15 586296 915836 8 16:39:42 16:32:01 125768 0 652876 34.70 4 1102896 1185148 40.45 585092 915868 8 16:39:42 16:33:02 126472 0 652160 34.66 4 1102908 1185028 40.44 584864 915868 12 16:39:42 16:34:01 126824 0 651808 34.64 4 1102908 1184980 40.44 584644 915868 12 16:39:42 16:35:01 126916 0 651704 34.64 4 1102920 1184944 40.44 584640 915888 16 16:39:42 16:36:01 126684 0 651928 34.65 4 1102928 1184944 40.44 584544 915884 20 16:39:42 16:37:01 126544 0 652008 34.65 4 1102988 1185008 40.44 584728 916060 8 16:39:42 16:38:01 126372 0 652168 34.66 4 1103000 1185092 40.45 584852 916068 20 16:39:42 16:39:01 71472 0 717696 38.14 4 1092372 1571548 53.63 684072 864632 22992 16:39:42 Average: 160520 0 737597 39.20 463 982964 1662315 56.73 603131 868306 22104 16:39:42 16:39:42 16:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:39:42 16:08:01 eth0 164.89 104.10 565.78 35.09 0.00 0.00 0.00 0.00 16:39:42 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:09:01 eth0 569.83 493.66 2801.68 64.64 0.00 0.00 0.00 0.00 16:39:42 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:10:02 eth0 718.21 745.54 2992.21 99.69 0.00 0.00 0.00 0.00 16:39:42 16:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:10:02 veth46b6737 689.86 645.33 71.69 2663.65 0.00 0.00 0.00 0.00 16:39:42 16:10:02 docker0 689.86 645.19 62.25 2663.64 0.00 0.00 0.00 0.00 16:39:42 16:11:01 eth0 388.74 313.99 3230.72 33.69 0.00 0.00 0.00 0.00 16:39:42 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:11:01 docker0 33.17 66.67 1.88 363.40 0.00 0.00 0.00 0.00 16:39:42 16:12:02 eth0 133.79 97.83 491.64 17.37 0.00 0.00 0.00 0.00 16:39:42 16:12:02 vethedf5027 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:12:02 docker0 78.39 108.29 6.27 466.16 0.00 0.00 0.00 0.00 16:39:42 16:13:01 eth0 23.18 19.75 10.36 69.28 0.00 0.00 0.00 0.00 16:39:42 16:13:01 vethedf5027 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:14:02 eth0 28.64 20.74 21.55 11.95 0.00 0.00 0.00 0.00 16:39:42 16:14:02 vethedf5027 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 16:39:42 16:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:14:02 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 16:39:42 16:15:01 eth0 19.94 15.54 14.81 8.26 0.00 0.00 0.00 0.00 16:39:42 16:15:01 vethedf5027 1.31 1.31 0.10 0.10 0.00 0.00 0.00 0.00 16:39:42 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:15:01 docker0 1.31 1.31 0.09 0.10 0.00 0.00 0.00 0.00 16:39:42 16:16:01 eth0 20.22 17.41 13.15 37.21 0.00 0.00 0.00 0.00 16:39:42 16:16:01 vethedf5027 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:17:02 eth0 178.27 140.62 1684.47 51.27 0.00 0.00 0.00 0.00 16:39:42 16:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:18:04 vethb575894 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:18:04 eth0 21.36 17.13 23.08 8.76 0.00 0.00 0.00 0.00 16:39:42 16:18:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:18:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:19:02 vethb575894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:19:02 eth0 2.52 1.86 1.81 1.07 0.00 0.00 0.00 0.00 16:39:42 16:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:20:12 vethb575894 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:20:12 eth0 40.60 28.52 135.52 47.60 0.00 0.00 0.00 0.00 16:39:42 16:20:12 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:20:12 docker0 12.98 20.38 0.76 125.78 0.00 0.00 0.00 0.00 16:39:42 16:21:08 vethb575894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:21:08 eth0 2.27 1.48 1.37 0.76 0.00 0.00 0.00 0.00 16:39:42 16:21:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:21:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:22:03 veth6c0de46 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:22:03 veth1cfa91f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:22:03 veth69ff1e0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:22:03 vethb575894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:23:02 veth6c0de46 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:23:02 vethc110dba 0.14 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:39:42 16:23:02 vethb575894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:23:02 eth0 2427.55 2105.64 12449.81 515.86 0.00 0.00 0.00 0.00 16:39:42 16:24:02 vethb575894 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:24:02 eth0 89.71 55.96 240.20 17.04 0.00 0.00 0.00 0.00 16:39:42 16:24:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:39:42 16:24:02 docker0 837.27 885.01 72.28 3781.09 0.00 0.00 0.00 0.00 16:39:42 16:25:04 veth1a0567c 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 16:39:42 16:25:04 vethb575894 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:25:04 eth0 37.64 32.20 96.41 70.75 0.00 0.00 0.00 0.00 16:39:42 16:25:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:26:04 vethb575894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:26:04 eth0 3.43 2.74 2.78 1.52 0.00 0.00 0.00 0.00 16:39:42 16:26:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:26:04 docker0 858.51 911.72 73.87 3930.74 0.00 0.00 0.00 0.00 16:39:42 16:27:02 veth1a7f2ea 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:27:02 vethb575894 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:27:02 eth0 43.44 30.06 59.10 15.57 0.00 0.00 0.00 0.00 16:39:42 16:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:28:02 vethb575894 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 16:39:42 16:28:02 eth0 220.98 153.22 1697.20 79.95 0.00 0.00 0.00 0.00 16:39:42 16:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:28:02 docker0 889.03 984.81 75.80 4425.60 0.00 0.00 0.00 0.00 16:39:42 16:29:01 eth0 53.69 41.12 80.06 68.81 0.00 0.00 0.00 0.00 16:39:42 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:29:01 docker0 6.97 11.75 0.65 54.95 0.00 0.00 0.00 0.00 16:39:42 16:30:01 eth0 0.93 0.35 0.32 0.22 0.00 0.00 0.00 0.00 16:39:42 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:31:01 eth0 1.05 0.28 0.32 0.20 0.00 0.00 0.00 0.00 16:39:42 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:32:01 eth0 0.53 0.23 0.27 0.19 0.00 0.00 0.00 0.00 16:39:42 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:33:02 eth0 0.27 0.12 0.09 0.07 0.00 0.00 0.00 0.00 16:39:42 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:34:01 eth0 0.24 0.15 0.07 0.01 0.00 0.00 0.00 0.00 16:39:42 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:35:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:36:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:39:42 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:38:01 eth0 0.25 0.17 0.09 0.07 0.00 0.00 0.00 0.00 16:39:42 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:39:01 eth0 208.44 168.44 2172.25 22.17 0.00 0.00 0.00 0.00 16:39:42 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 Average: eth0 93.58 78.78 511.58 24.28 0.00 0.00 0.00 0.00 16:39:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:42 Average: docker0 27.65 30.76 2.36 138.28 0.00 0.00 0.00 0.00 16:39:42 16:39:42 16:39:42 ---> sar -P ALL: 16:39:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 16:39:42 16:39:42 16:06:38 LINUX RESTART (4 CPU) 16:39:42 16:39:42 16:07:02 CPU %user %nice %system %iowait %steal %idle 16:39:42 16:08:01 all 13.26 0.00 8.49 12.02 34.11 32.11 16:39:42 16:08:01 0 11.61 0.00 7.72 15.04 33.94 31.69 16:39:42 16:08:01 1 10.74 0.00 8.81 7.87 34.79 37.78 16:39:42 16:08:01 2 13.27 0.00 7.68 14.55 34.70 29.79 16:39:42 16:08:01 3 17.67 0.00 9.80 10.56 32.97 29.00 16:39:42 16:09:01 all 3.84 0.00 2.27 0.68 9.76 83.45 16:39:42 16:09:01 0 2.54 0.00 2.31 1.00 11.03 83.11 16:39:42 16:09:01 1 4.03 0.00 2.00 0.15 9.29 84.54 16:39:42 16:09:01 2 4.25 0.00 2.51 1.08 10.84 81.32 16:39:42 16:09:01 3 4.56 0.00 2.25 0.51 7.86 84.82 16:39:42 16:10:02 all 7.58 0.00 4.99 1.14 22.08 64.21 16:39:42 16:10:02 0 7.25 0.00 6.03 1.73 23.40 61.60 16:39:42 16:10:02 1 6.50 0.00 5.07 1.88 22.47 64.09 16:39:42 16:10:02 2 6.55 0.00 4.22 0.08 21.54 67.62 16:39:42 16:10:02 3 10.07 0.00 4.68 0.88 20.91 63.47 16:39:42 16:11:01 all 4.86 0.00 3.96 1.87 24.30 65.01 16:39:42 16:11:01 0 4.57 0.00 4.41 1.15 24.77 65.11 16:39:42 16:11:01 1 4.80 0.00 4.32 1.95 24.16 64.77 16:39:42 16:11:01 2 4.46 0.00 3.65 1.67 24.27 65.95 16:39:42 16:11:01 3 5.61 0.00 3.48 2.69 24.01 64.21 16:39:42 16:12:02 all 4.22 0.00 4.84 6.79 26.10 58.05 16:39:42 16:12:02 0 4.06 0.00 4.44 8.35 27.54 55.61 16:39:42 16:12:02 1 3.86 0.00 4.99 5.92 25.48 59.75 16:39:42 16:12:02 2 4.42 0.00 5.14 8.15 24.24 58.04 16:39:42 16:12:02 3 4.54 0.00 4.80 4.74 27.14 58.79 16:39:42 16:13:01 all 36.74 0.00 10.38 2.43 28.45 22.01 16:39:42 16:13:01 0 38.48 0.00 11.58 2.89 27.44 19.62 16:39:42 16:13:01 1 30.14 0.00 8.38 2.34 30.93 28.20 16:39:42 16:13:01 2 40.78 0.00 11.64 1.75 28.65 17.18 16:39:42 16:13:01 3 38.09 0.00 10.08 2.72 26.59 22.51 16:39:42 16:14:02 all 24.88 0.00 8.60 1.96 33.04 31.52 16:39:42 16:14:02 0 28.63 0.00 9.89 1.62 31.24 28.63 16:39:42 16:14:02 1 25.99 0.00 8.12 2.33 32.84 30.73 16:39:42 16:14:02 2 24.05 0.00 8.62 1.94 32.89 32.51 16:39:42 16:14:02 3 21.13 0.00 7.86 1.95 35.05 34.01 16:39:42 16:15:01 all 28.30 0.00 10.51 4.19 35.38 21.61 16:39:42 16:15:01 0 34.86 0.00 12.07 5.71 32.71 14.65 16:39:42 16:15:01 1 27.37 0.00 10.53 4.23 36.05 21.81 16:39:42 16:15:01 2 27.23 0.00 9.68 2.80 35.93 24.36 16:39:42 16:15:01 3 24.13 0.00 9.82 4.10 36.69 25.26 16:39:42 16:16:01 all 22.92 0.00 10.45 2.42 36.50 27.71 16:39:42 16:16:01 0 23.44 0.00 12.08 2.37 35.55 26.56 16:39:42 16:16:01 1 21.42 0.00 9.35 3.25 37.40 28.58 16:39:42 16:16:01 2 24.31 0.00 10.69 2.02 36.42 26.57 16:39:42 16:16:01 3 22.58 0.00 9.74 2.04 36.61 29.04 16:39:42 16:17:02 all 12.32 0.00 7.97 0.48 28.92 50.31 16:39:42 16:17:02 0 12.09 0.00 7.66 0.31 29.66 50.29 16:39:42 16:17:02 1 11.23 0.00 7.93 0.23 28.87 51.74 16:39:42 16:17:02 2 11.81 0.00 7.76 0.28 28.29 51.86 16:39:42 16:17:02 3 14.18 0.00 8.54 1.12 28.87 47.28 16:39:42 16:18:04 all 4.31 0.00 6.34 11.19 35.45 42.71 16:39:42 16:18:04 0 3.41 0.00 5.59 10.32 35.47 45.20 16:39:42 16:18:04 1 5.00 0.00 6.90 12.31 35.40 40.39 16:39:42 16:18:04 2 5.14 0.00 6.72 11.36 35.08 41.69 16:39:42 16:18:04 3 3.73 0.00 6.17 10.79 35.84 43.47 16:39:42 16:39:42 16:18:04 CPU %user %nice %system %iowait %steal %idle 16:39:42 16:19:02 all 9.74 0.00 9.33 11.47 42.34 27.12 16:39:42 16:19:02 0 8.36 0.00 9.40 13.20 43.10 25.94 16:39:42 16:19:02 1 10.05 0.00 9.01 11.47 42.60 26.86 16:39:42 16:19:02 2 10.78 0.00 9.73 10.31 41.79 27.39 16:39:42 16:19:02 3 9.78 0.00 9.19 10.85 41.86 28.32 16:39:42 16:20:12 all 4.45 0.00 8.20 26.08 39.64 21.63 16:39:42 16:20:12 0 4.55 0.00 8.50 25.83 39.50 21.62 16:39:42 16:20:12 1 4.50 0.00 7.81 28.21 39.36 20.12 16:39:42 16:20:12 2 4.42 0.00 8.05 24.49 39.45 23.59 16:39:42 16:20:12 3 4.34 0.00 8.44 25.83 40.24 21.16 16:39:42 16:21:08 all 5.22 0.00 3.38 27.03 45.46 18.91 16:39:42 16:21:08 0 5.18 0.00 3.45 23.67 46.25 21.45 16:39:42 16:21:08 1 5.28 0.00 3.29 29.91 44.65 16.86 16:39:42 16:21:08 2 5.23 0.00 3.41 27.38 44.89 19.09 16:39:42 16:21:08 3 5.18 0.00 3.36 27.18 46.04 18.23 16:39:42 16:22:03 all 18.55 0.00 7.10 15.56 48.27 10.52 16:39:42 16:22:03 0 17.99 0.00 6.91 17.25 49.86 7.98 16:39:42 16:22:03 1 18.26 0.00 7.30 15.07 47.96 11.41 16:39:42 16:22:03 2 19.46 0.00 7.06 14.45 48.35 10.67 16:39:42 16:22:03 3 18.47 0.00 7.13 15.47 46.93 11.99 16:39:42 16:23:02 all 49.77 0.00 11.11 2.31 32.04 4.77 16:39:42 16:23:02 0 50.31 0.00 11.51 2.23 30.56 5.39 16:39:42 16:23:02 1 50.11 0.00 11.72 1.22 31.94 5.02 16:39:42 16:23:02 2 46.93 0.00 9.25 3.58 36.53 3.71 16:39:42 16:23:02 3 51.83 0.00 12.04 2.18 28.95 5.00 16:39:42 16:24:02 all 7.73 0.00 10.25 10.48 38.78 32.75 16:39:42 16:24:02 0 7.02 0.00 9.65 10.57 39.07 33.69 16:39:42 16:24:02 1 7.77 0.00 9.62 10.56 39.41 32.65 16:39:42 16:24:02 2 8.43 0.00 10.98 10.84 38.05 31.70 16:39:42 16:24:02 3 7.72 0.00 10.78 9.94 38.60 32.96 16:39:42 16:25:04 all 13.71 0.00 9.04 7.79 47.56 21.90 16:39:42 16:25:04 0 12.22 0.00 7.10 8.29 48.82 23.57 16:39:42 16:25:04 1 12.72 0.00 9.70 8.73 46.91 21.95 16:39:42 16:25:04 2 15.53 0.00 8.82 8.52 46.47 20.66 16:39:42 16:25:04 3 14.41 0.00 10.65 5.58 48.01 21.36 16:39:42 16:26:04 all 7.56 0.00 7.31 18.69 46.68 19.76 16:39:42 16:26:04 0 6.44 0.00 6.69 17.86 45.65 23.36 16:39:42 16:26:04 1 7.50 0.00 7.36 19.11 45.63 20.40 16:39:42 16:26:04 2 8.42 0.00 6.62 19.66 45.96 19.34 16:39:42 16:26:04 3 7.92 0.00 8.60 18.13 49.59 15.76 16:39:42 16:27:02 all 31.04 0.00 11.25 10.86 35.27 11.58 16:39:42 16:27:02 0 32.66 0.00 11.54 11.88 33.53 10.40 16:39:42 16:27:02 1 29.88 0.00 11.70 10.89 35.17 12.36 16:39:42 16:27:02 2 30.29 0.00 10.88 9.76 37.23 11.84 16:39:42 16:27:02 3 31.33 0.00 10.86 10.88 35.18 11.74 16:39:42 16:28:02 all 17.29 0.00 9.94 4.51 34.20 34.06 16:39:42 16:28:02 0 20.45 0.00 10.71 3.14 34.98 30.72 16:39:42 16:28:02 1 15.82 0.00 9.17 3.76 34.88 36.37 16:39:42 16:28:02 2 15.94 0.00 9.75 6.30 33.61 34.40 16:39:42 16:28:02 3 17.10 0.00 10.19 4.84 33.31 34.56 16:39:42 16:29:01 all 5.20 0.00 4.09 2.55 15.86 72.31 16:39:42 16:29:01 0 7.54 0.00 4.45 1.68 16.63 69.70 16:39:42 16:29:01 1 2.67 0.00 3.58 2.43 15.90 75.42 16:39:42 16:29:01 2 9.06 0.00 5.56 3.48 14.04 67.85 16:39:42 16:29:01 3 1.76 0.00 2.86 2.66 16.76 75.96 16:39:42 16:39:42 16:29:01 CPU %user %nice %system %iowait %steal %idle 16:39:42 16:30:01 all 0.08 0.00 0.07 0.02 1.52 98.30 16:39:42 16:30:01 0 0.25 0.00 0.07 0.02 1.48 98.19 16:39:42 16:30:01 1 0.03 0.00 0.10 0.00 2.22 97.64 16:39:42 16:30:01 2 0.02 0.00 0.07 0.02 1.71 98.20 16:39:42 16:30:01 3 0.03 0.00 0.07 0.05 0.68 99.17 16:39:42 16:31:01 all 0.07 0.00 0.18 0.00 1.85 97.91 16:39:42 16:31:01 0 0.16 0.00 0.05 0.00 1.82 97.97 16:39:42 16:31:01 1 0.03 0.00 0.25 0.00 2.42 97.30 16:39:42 16:31:01 2 0.03 0.00 0.25 0.00 1.72 98.00 16:39:42 16:31:01 3 0.03 0.00 0.16 0.00 1.42 98.39 16:39:42 16:32:01 all 0.08 0.00 0.07 0.01 1.29 98.55 16:39:42 16:32:01 0 0.00 0.00 0.05 0.02 1.32 98.62 16:39:42 16:32:01 1 0.02 0.00 0.08 0.02 0.84 99.04 16:39:42 16:32:01 2 0.29 0.00 0.08 0.02 2.06 97.54 16:39:42 16:32:01 3 0.02 0.00 0.05 0.00 0.93 99.01 16:39:42 16:33:02 all 0.10 0.00 0.10 0.00 0.68 99.12 16:39:42 16:33:02 0 0.03 0.00 0.23 0.00 0.42 99.32 16:39:42 16:33:02 1 0.05 0.00 0.08 0.00 0.88 98.99 16:39:42 16:33:02 2 0.22 0.00 0.03 0.00 0.75 99.01 16:39:42 16:33:02 3 0.12 0.00 0.03 0.00 0.66 99.19 16:39:42 16:34:01 all 0.10 0.00 0.02 0.00 0.46 99.43 16:39:42 16:34:01 0 0.00 0.00 0.02 0.00 0.32 99.66 16:39:42 16:34:01 1 0.32 0.00 0.02 0.00 0.37 99.29 16:39:42 16:34:01 2 0.02 0.00 0.00 0.00 0.08 99.90 16:39:42 16:34:01 3 0.05 0.00 0.03 0.00 1.06 98.86 16:39:42 16:35:01 all 0.14 0.00 0.03 0.00 0.43 99.40 16:39:42 16:35:01 0 0.03 0.00 0.03 0.00 0.08 99.85 16:39:42 16:35:01 1 0.45 0.00 0.00 0.00 0.17 99.38 16:39:42 16:35:01 2 0.02 0.00 0.03 0.00 0.05 99.90 16:39:42 16:35:01 3 0.05 0.00 0.05 0.00 1.42 98.48 16:39:42 16:36:01 all 0.12 0.00 0.02 0.00 1.06 98.79 16:39:42 16:36:01 0 0.00 0.00 0.00 0.00 0.36 99.64 16:39:42 16:36:01 1 0.41 0.00 0.02 0.00 2.13 97.45 16:39:42 16:36:01 2 0.05 0.00 0.05 0.00 1.19 98.71 16:39:42 16:36:01 3 0.02 0.00 0.03 0.00 0.55 99.40 16:39:42 16:37:01 all 0.17 0.00 0.03 0.02 0.87 98.92 16:39:42 16:37:01 0 0.02 0.00 0.02 0.00 0.27 99.70 16:39:42 16:37:01 1 0.16 0.00 0.03 0.00 1.60 98.21 16:39:42 16:37:01 2 0.30 0.00 0.05 0.02 0.86 98.77 16:39:42 16:37:01 3 0.18 0.00 0.02 0.05 0.75 99.01 16:39:42 16:38:01 all 0.11 0.00 0.03 0.00 0.20 99.66 16:39:42 16:38:01 0 0.02 0.00 0.02 0.00 0.10 99.87 16:39:42 16:38:01 1 0.08 0.00 0.05 0.00 0.28 99.58 16:39:42 16:38:01 2 0.33 0.00 0.02 0.00 0.27 99.38 16:39:42 16:38:01 3 0.02 0.00 0.03 0.00 0.13 99.82 16:39:42 16:39:01 all 2.68 0.00 2.35 3.10 12.80 79.07 16:39:42 16:39:01 0 4.76 0.00 3.61 4.27 13.22 74.15 16:39:42 16:39:01 1 2.07 0.00 1.68 4.34 12.47 79.43 16:39:42 16:39:01 2 2.73 0.00 2.79 3.10 12.72 78.66 16:39:42 16:39:01 3 1.27 0.00 1.39 0.77 12.81 83.76 16:39:42 Average: all 9.91 0.00 5.35 6.11 23.99 54.63 16:39:42 Average: 0 10.14 0.00 5.48 6.30 24.05 54.03 16:39:42 Average: 1 9.40 0.00 5.25 6.18 24.08 55.09 16:39:42 Average: 2 10.17 0.00 5.33 6.17 23.90 54.43 16:39:42 Average: 3 9.94 0.00 5.37 5.80 23.92 54.97 16:39:42 16:39:42 16:39:42