Pull request #3327 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 455f88eb7f104c981a27c2f244562def9f736fdb rather than 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Obtained Jenkinsfile from 455f88eb7f104c981a27c2f244562def9f736fdb 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-32226 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) 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/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 Commit message: "feat(notifications): Check Subscription with empty categories,labels" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:58:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:58:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:58:28 ========================================================= 07:58:28 EdgeX Global Pipelines Version Info 07:58:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 07:58:31 ------------------- 07:58:31 stable info: 07:58:31 ------------------- 07:58:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:58:31 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 07:58:31 Message: update stable to v1.0.186 07:58:32 ------------------- 07:58:32 experimental info: 07:58:32 ------------------- 07:58:32 Commited By: **** collab-it+edgex@linuxfoundation.org 07:58:32 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 07:58:32 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:58:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:58:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:58:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo 07:58:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo 07:58:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo 07:58:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [Pipeline] echo 07:58:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c98263 [Pipeline] echo 07:58:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:58:35 provisioning config files... 07:58:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3519956552101857825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:36 ---> docker-login.sh 07:58:36 nexus3.edgexfoundry.org:10001 07:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:37 Configure a credential helper to remove this warning. See 07:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:37 07:58:37 Login Succeeded 07:58:37 nexus3.edgexfoundry.org:10002 07:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:38 Configure a credential helper to remove this warning. See 07:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:38 07:58:38 Login Succeeded 07:58:38 nexus3.edgexfoundry.org:10003 07:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:38 Configure a credential helper to remove this warning. See 07:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:38 07:58:38 Login Succeeded 07:58:38 nexus3.edgexfoundry.org:10004 07:58:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:39 Configure a credential helper to remove this warning. See 07:58:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:39 07:58:39 Login Succeeded 07:58:39 docker.io 07:58:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:40 Configure a credential helper to remove this warning. See 07:58:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:40 07:58:40 Login Succeeded 07:58:40 ---> docker-login.sh ends [Pipeline] } 07:58:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:58:40 ++ 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 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/core-command/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo core-command,cmd/core-command/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/core-data/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo core-data,cmd/core-data/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/core-metadata/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo core-metadata,cmd/core-metadata/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/security-bootstrapper/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/security-proxy-setup/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/support-notifications/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo support-notifications,cmd/support-notifications/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/support-scheduler/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:58:40 + for file in '`ls cmd/**/Dockerfile`' 07:58:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:58:40 ++ cut -d/ -f2 07:58:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:58:41 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 07:58:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:43 07:58:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:58:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:44 latest: Pulling from edgex-devops/git-semver 07:58:44 31603596830f: Pulling fs layer 07:58:44 2a8b12db71e7: Pulling fs layer 07:58:44 6ca5941a6612: Pulling fs layer 07:58:44 ecc8261a40a4: Pulling fs layer 07:58:44 ecc8261a40a4: Waiting 07:58:44 2a8b12db71e7: Verifying Checksum 07:58:44 2a8b12db71e7: Download complete 07:58:44 31603596830f: Download complete 07:58:44 ecc8261a40a4: Verifying Checksum 07:58:44 ecc8261a40a4: Download complete 07:58:44 6ca5941a6612: Verifying Checksum 07:58:44 6ca5941a6612: Download complete 07:58:45 31603596830f: Pull complete 07:58:45 2a8b12db71e7: Pull complete 07:58:49 6ca5941a6612: Pull complete 07:58:49 ecc8261a40a4: Pull complete 07:58:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:58:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:58:49 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 07:58:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 07:58:53 $ docker top bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:58:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:54 [ssh-agent] Looking for ssh-agent implementation... 07:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:55 $ docker exec bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent 07:58:55 SSH_AUTH_SOCK=/tmp/ssh-vxiIf1HVNz8B/agent.13 07:58:55 SSH_AGENT_PID=18 07:58:55 Running ssh-add (command line suppressed) 07:58:56 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4418885067212002263.key (/w/workspace/edgex-go/4@tmp/private_key_4418885067212002263.key) 07:58:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:57 + git tag --points-at HEAD [Pipeline] } 07:58:57 $ docker exec --env ******** --env ******** bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent -k 07:58:58 unset SSH_AUTH_SOCK; 07:58:58 unset SSH_AGENT_PID; 07:58:58 echo Agent pid 18 killed; 07:58:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:58:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:58 [ssh-agent] Looking for ssh-agent implementation... 07:58:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:59 $ docker exec bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent 07:58:59 SSH_AUTH_SOCK=/tmp/ssh-A1e9GLjR3RYL/agent.46 07:58:59 SSH_AGENT_PID=51 07:58:59 Running ssh-add (command line suppressed) 07:59:00 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5303544052179087326.key (/w/workspace/edgex-go/4@tmp/private_key_5303544052179087326.key) 07:59:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:00 + git semver init 07:59:01 # -> Open(): unable to determine branch for HEAD 07:59:01 # $GIT_DIR = /w/workspace/edgex-go/4/.git 07:59:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 07:59:01 # $SEMVER_REMOTE_NAME = origin 07:59:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:59:01 # $SEMVER_USER_NAME = edgex-jenkins 07:59:01 # $SEMVER_BRANCH = PR-3327 07:59:01 # $SEMVER_TEMP = /tmp/semver-047066433 07:59:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:59:35 # '/tmp/semver-047066433' -> '/w/workspace/edgex-go/4/.semver' 07:59:35 # -> Force: false 07:59:35 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 07:59:35 $ docker exec --env ******** --env ******** bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd ssh-agent -k 07:59:36 unset SSH_AUTH_SOCK; 07:59:36 unset SSH_AGENT_PID; 07:59:36 echo Agent pid 51 killed; 07:59:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:59:37 + git semver [Pipeline] } 07:59:37 $ docker stop --time=1 bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd 07:59:39 $ docker rm -f bd059dc241c342748ae9e5451eccd7e325d7eadb890382f63647ed171a2ab5fd [Pipeline] // withDockerContainer [Pipeline] sh 07:59:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:59:43 Stashed 1 file(s) [Pipeline] echo 07:59:43 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:59:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:59:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:59:45 + true 07:59:45 + sudo service docker restart 07:59:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:59:46 ========================================================= 07:59:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:59:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:59:47 + 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 . 07:59:57 Sending build context to Docker daemon 329MB 07:59:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:59:57 Step 2/6 : FROM ${BASE} 07:59:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:59:57 188c0c94c7c5: Pulling fs layer 07:59:57 0ef7d3d256c8: Pulling fs layer 07:59:57 de9db76c5a1d: Pulling fs layer 07:59:57 bca2f99d35d6: Pulling fs layer 07:59:57 93359f2a8cfa: Pulling fs layer 07:59:57 7c6f9722023f: Pulling fs layer 07:59:57 a35cf1a2eb13: Pulling fs layer 07:59:57 bca2f99d35d6: Waiting 07:59:57 93359f2a8cfa: Waiting 07:59:57 7c6f9722023f: Waiting 07:59:57 a35cf1a2eb13: Waiting 07:59:57 de9db76c5a1d: Verifying Checksum 07:59:57 de9db76c5a1d: Download complete 07:59:57 0ef7d3d256c8: Verifying Checksum 07:59:57 0ef7d3d256c8: Download complete 07:59:58 93359f2a8cfa: Verifying Checksum 07:59:58 93359f2a8cfa: Download complete 07:59:58 Still waiting to schedule task 07:59:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:59:58 7c6f9722023f: Download complete 07:59:59 188c0c94c7c5: Download complete 08:00:01 188c0c94c7c5: Pull complete 08:00:01 0ef7d3d256c8: Pull complete 08:00:02 de9db76c5a1d: Pull complete 08:00:09 a35cf1a2eb13: Verifying Checksum 08:00:09 a35cf1a2eb13: Download complete 08:00:10 bca2f99d35d6: Verifying Checksum 08:00:10 bca2f99d35d6: Download complete 08:00:26 bca2f99d35d6: Pull complete 08:00:26 93359f2a8cfa: Pull complete 08:00:26 7c6f9722023f: Pull complete 08:00:31 a35cf1a2eb13: Pull complete 08:00:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:00:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:00:31 ---> a62c8e92a672 08:00:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:00:31 ---> Running in e9e40dd7859d 08:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:35 (1/12) Installing libmagic (5.38-r0) 08:00:35 (2/12) Installing file (5.38-r0) 08:00:35 (3/12) Installing libc-dev (0.7.2-r3) 08:00:36 (4/12) Installing g++ (9.3.0-r2) 08:00:46 (5/12) Installing fortify-headers (1.1-r0) 08:00:46 (6/12) Installing patch (2.7.6-r6) 08:00:46 (7/12) Installing build-base (0.5-r2) 08:00:46 (8/12) Installing libsodium (1.0.18-r0) 08:00:46 (9/12) Installing pkgconf (1.7.2-r0) 08:00:46 (10/12) Installing libsodium-dev (1.0.18-r0) 08:00:46 (11/12) Installing libzmq (4.3.3-r0) 08:00:46 (12/12) Installing zeromq-dev (4.3.3-r0) 08:00:46 Executing busybox-1.31.1-r19.trigger 08:00:46 OK: 233 MiB in 51 packages 08:00:53 Removing intermediate container e9e40dd7859d 08:00:53 ---> bd2900917f8d 08:00:53 Step 4/6 : WORKDIR /edgex-go 08:00:53 ---> Running in e8baf89e2be4 08:00:53 Removing intermediate container e8baf89e2be4 08:00:53 ---> 4f2413afa104 08:00:53 Step 5/6 : COPY go.mod . 08:00:54 ---> 9d87bf0beaa9 08:00:54 Step 6/6 : RUN go mod download 08:00:54 ---> Running in bbb8752679c5 08:01:28 Removing intermediate container bbb8752679c5 08:01:28 ---> 890f2d97d901 08:01:28 Successfully built 890f2d97d901 08:01:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:01:29 + docker inspect -f . ci-base-image-x86_64 08:01:29 . [Pipeline] withDockerContainer 08:01:30 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 08:01:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:01:32 $ docker top 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc -eo pid,comm [Pipeline] { [Pipeline] sh 08:01:34 + go version 08:01:34 go version go1.15.5 linux/amd64 [Pipeline] } 08:01:34 $ docker stop --time=1 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc 08:01:37 $ docker rm -f 71f3ab6e39816fc093efab970e3b46fdc39c6932deee9ba77d94d417a97ecbfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:38 + docker inspect -f . ci-base-image-x86_64 08:01:38 . [Pipeline] withDockerContainer 08:01:39 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 08:01:39 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:01:40 $ docker top 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd -eo pid,comm [Pipeline] { [Pipeline] echo 08:01:41 ========================================================= 08:01:41 [edgeXBuildGoParallel] Running Tests and Build... 08:01:41 ========================================================= [Pipeline] sh 08:01:41 + make test 08:01:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:02:09 ? github.com/edgexfoundry/edgex-go [no test files] 08:02:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:02:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:03:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:03:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:03:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:03:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:03:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:03:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:03:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.105s coverage: 19.8% of statements 08:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements 08:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.707s coverage: 27.1% of statements 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:03:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 08:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.9% of statements 08:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements 08:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.475s coverage: 28.6% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.483s coverage: 86.7% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.434s coverage: 97.5% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:03:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:03:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.862s coverage: 92.8% of statements 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.198s coverage: 58.8% of statements 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 1.0% of statements 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.191s coverage: 79.5% of statements 08:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements 08:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.224s coverage: 96.3% of statements 08:03:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements 08:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.202s coverage: 94.4% of statements 08:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements 08:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.516s coverage: 82.6% of statements 08:04:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32229 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws 08:04:10 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:04:15 using credential edgex-jenkins-ssh 08:04:15 Cloning the remote Git repository 08:04:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:04:16 > git init /w/workspace/edgex-go/4 # timeout=10 08:04:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:04:16 > git --version # timeout=10 08:04:16 > git --version # 'git version 2.17.1' 08:04:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.417s coverage: 92.9% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.270s coverage: 77.8% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.275s coverage: 87.2% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.121s coverage: 100.0% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.408s coverage: 75.5% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 84.6% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.6% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.653s coverage: 64.4% of statements 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:04:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.214s coverage: 100.0% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.173s coverage: 91.3% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.144s coverage: 100.0% of statements 08:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.140s coverage: 73.7% of statements 08:04:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 08:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.796s coverage: 69.0% of statements 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 38.4% of statements 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 08:04:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 08:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.220s coverage: 47.0% of statements 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.303s coverage: 100.0% of statements 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.316s coverage: 100.0% of statements 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 11.0% of statements 08:04:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:04:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.215s coverage: 87.1% of statements 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.537s coverage: 29.1% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.257s coverage: 99.0% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.311s coverage: 100.0% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 95.0% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.115s coverage: 100.0% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:04:32 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:04:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:04:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:04:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:04:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:04:32 > git config core.sparsecheckout # timeout=10 08:04:32 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 08:04:33 Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:04:33 Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) 08:04:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements 08:04:33 > git remote # timeout=10 08:04:33 > git config --get remote.origin.url # timeout=10 08:04:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:33 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 08:04:33 > git rev-parse HEAD^{commit} # timeout=10 08:04:33 > git config core.sparsecheckout # timeout=10 08:04:33 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 08:04:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.151s coverage: 32.1% of statements 08:04:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.152s coverage: 100.0% of statements 08:04:36 GO111MODULE=on go vet ./... 08:04:37 Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:04:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:04:40 + sudo service docker restart 08:04:40 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:04:42 provisioning config files... 08:04:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1574627216647907084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:43 ---> docker-login.sh 08:04:43 nexus3.edgexfoundry.org:10001 08:04:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:44 Configure a credential helper to remove this warning. See 08:04:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:44 08:04:44 Login Succeeded 08:04:44 nexus3.edgexfoundry.org:10002 08:04:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:45 Configure a credential helper to remove this warning. See 08:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:45 08:04:45 Login Succeeded 08:04:45 nexus3.edgexfoundry.org:10003 08:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:45 Configure a credential helper to remove this warning. See 08:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:45 08:04:45 Login Succeeded 08:04:45 nexus3.edgexfoundry.org:10004 08:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:45 Configure a credential helper to remove this warning. See 08:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:45 08:04:45 Login Succeeded 08:04:46 docker.io 08:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:47 Configure a credential helper to remove this warning. See 08:04:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:47 08:04:47 Login Succeeded 08:04:47 ---> docker-login.sh ends [Pipeline] } 08:04:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:04:48 ========================================================= 08:04:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:04:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:04:48 + 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 . 08:04:51 Sending build context to Docker daemon 167.1MB 08:04:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:04:51 Step 2/6 : FROM ${BASE} 08:04:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:04:51 5f621e34cdf4: Pulling fs layer 08:04:51 a4357932f1b6: Pulling fs layer 08:04:51 18c013af1878: Pulling fs layer 08:04:51 00ac8860ef70: Pulling fs layer 08:04:51 63d7cb157983: Pulling fs layer 08:04:51 b116817d02f9: Pulling fs layer 08:04:51 745a02a5169b: Pulling fs layer 08:04:51 00ac8860ef70: Waiting 08:04:51 63d7cb157983: Waiting 08:04:51 b116817d02f9: Waiting 08:04:51 745a02a5169b: Waiting 08:04:51 18c013af1878: Verifying Checksum 08:04:51 18c013af1878: Download complete 08:04:51 a4357932f1b6: Verifying Checksum 08:04:51 a4357932f1b6: Download complete 08:04:51 63d7cb157983: Verifying Checksum 08:04:51 63d7cb157983: Download complete 08:04:51 b116817d02f9: Download complete 08:04:51 5f621e34cdf4: Verifying Checksum 08:04:51 5f621e34cdf4: Download complete 08:04:51 5f621e34cdf4: Pull complete 08:04:52 a4357932f1b6: Pull complete 08:04:52 18c013af1878: Pull complete 08:04:54 745a02a5169b: Verifying Checksum 08:04:54 745a02a5169b: Download complete 08:04:55 00ac8860ef70: Verifying Checksum 08:04:55 00ac8860ef70: Download complete 08:05:05 00ac8860ef70: Pull complete 08:05:05 63d7cb157983: Pull complete 08:05:05 b116817d02f9: Pull complete 08:05:10 745a02a5169b: Pull complete 08:05:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:05:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:05:10 ---> b7e6874047d6 08:05:10 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 08:05:12 ---> Running in a5d4ae01d3a6 08:05:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:15 (1/12) Installing libmagic (5.38-r0) 08:05:15 (2/12) Installing file (5.38-r0) 08:05:15 (3/12) Installing libc-dev (0.7.2-r3) 08:05:15 (4/12) Installing g++ (9.3.0-r2) 08:05:20 (5/12) Installing fortify-headers (1.1-r0) 08:05:20 (6/12) Installing patch (2.7.6-r6) 08:05:20 (7/12) Installing build-base (0.5-r2) 08:05:20 (8/12) Installing libsodium (1.0.18-r0) 08:05:20 (9/12) Installing pkgconf (1.7.2-r0) 08:05:20 (10/12) Installing libsodium-dev (1.0.18-r0) 08:05:20 (11/12) Installing libzmq (4.3.3-r0) 08:05:20 (12/12) Installing zeromq-dev (4.3.3-r0) 08:05:20 Executing busybox-1.31.1-r19.trigger 08:05:20 OK: 217 MiB in 51 packages 08:05:24 Removing intermediate container a5d4ae01d3a6 08:05:24 ---> 653bcedbf676 08:05:24 Step 4/6 : WORKDIR /edgex-go 08:05:24 ---> Running in a626ee171034 08:05:25 Removing intermediate container a626ee171034 08:05:25 ---> 3a7801d78555 08:05:25 Step 5/6 : COPY go.mod . 08:05:25 ---> 790cbb949ae4 08:05:25 Step 6/6 : RUN go mod download 08:05:25 ---> Running in 87194ddeacc6 08:05:52 Removing intermediate container 87194ddeacc6 08:05:52 ---> a01236442a79 08:05:52 Successfully built a01236442a79 08:05:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:05:53 + docker inspect -f . ci-base-image-arm64 08:05:53 . [Pipeline] withDockerContainer 08:05:53 prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container 08:05:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:05:54 $ docker top c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:56 + go version 08:05:56 go version go1.15.5 linux/arm64 [Pipeline] } 08:05:56 $ docker stop --time=1 c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e 08:05:57 $ docker rm -f c7a126d3bbfe0c8f104ba489da840a3bea41800a34b46d8f09e5456b17bbb31e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:58 + docker inspect -f . ci-base-image-arm64 08:05:58 . [Pipeline] withDockerContainer 08:05:59 prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container 08:05:59 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:05:59 gofmt -l . 08:05:59 [ "`gofmt -l .`" = "" ] 08:05:59 ./bin/test-go-mod-tidy.sh 08:05:59 ./bin/test-attribution-txt.sh 08:06:00 $ docker top 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 08:06:00 ========================================================= 08:06:00 [edgeXBuildGoParallel] Running Tests and Build... 08:06:00 ========================================================= [Pipeline] sh 08:06:01 + make test 08:06:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:06:02 + ls -al . 08:06:02 total 792 08:06:02 drwxrwxr-x 10 1001 1001 4096 Mar 31 08:05 . 08:06:02 drwxr-xr-x 4 root root 28 Mar 31 08:01 .. 08:06:02 -rw-rw-r-- 1 1001 1001 11 Mar 31 07:58 .dockerignore 08:06:02 drwxrwxr-x 8 1001 1001 179 Mar 31 07:58 .git 08:06:02 drwxrwxr-x 3 1001 1001 125 Mar 31 07:58 .github 08:06:02 -rw-rw-r-- 1 1001 1001 818 Mar 31 07:58 .gitignore 08:06:02 drwx------ 3 1001 1001 60 Mar 31 07:59 .semver 08:06:02 -rw-rw-r-- 1 1001 1001 166 Mar 31 07:58 .sonarcloud.properties 08:06:02 -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:58 Attribution.txt 08:06:02 -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:58 CONTRIBUTING.md 08:06:02 -rw-rw-r-- 1 1001 1001 931 Mar 31 07:58 Dockerfile.build 08:06:02 -rw-rw-r-- 1 1001 1001 863 Mar 31 07:58 Jenkinsfile 08:06:02 -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:58 LICENSE 08:06:02 -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:58 Makefile 08:06:02 -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:58 README.md 08:06:02 -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:58 SECURITY.md 08:06:02 -rw-rw-r-- 1 1001 1001 5 Mar 31 07:59 VERSION 08:06:02 -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:58 ZMQWindows.md 08:06:02 drwxrwxr-x 2 1001 1001 117 Mar 31 07:58 bin 08:06:02 drwxrwxr-x 14 1001 1001 4096 Mar 31 07:58 cmd 08:06:02 -rw-r--r-- 1 root root 680272 Mar 31 08:04 coverage.out 08:06:02 -rw-r--r-- 1 root root 1056 Mar 31 08:05 go.mod 08:06:02 -rw-r--r-- 1 root root 22302 Mar 31 08:05 go.sum 08:06:02 drwxrwxr-x 8 1001 1001 127 Mar 31 07:58 internal 08:06:02 drwxrwxr-x 4 1001 1001 26 Mar 31 07:58 openapi 08:06:02 drwxrwxr-x 4 1001 1001 71 Mar 31 07:58 snap 08:06:02 -rw-rw-r-- 1 1001 1001 168 Mar 31 07:58 version.go [Pipeline] sh 08:06:03 + '[' -e coverage.out ] 08:06:03 + chown 1001:1001 coverage.out [Pipeline] stash 08:06:03 Stashed 1 file(s) [Pipeline] sh 08:06:05 + make build 08:06:05 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 08:06:15 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 08:06:23 ? github.com/edgexfoundry/edgex-go [no test files] 08:06:39 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 08:06:42 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 08:06:48 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 08:06:49 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 08:06:58 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 08:07:09 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 08:07:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:07:13 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 08:07:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:07:19 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 08:07:24 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 08:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:07:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:07:26 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 08:07:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:07:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:07:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:07:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:07:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:07:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 08:07:33 $ docker stop --time=1 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd 08:07:36 $ docker rm -f 169c53204fa38ab1c5342051482a03d5d36a6a4144cdf9916786172d4970bdfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:07:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:07:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:07:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh 08:07:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:07:42 08:07:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:07:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:07:43 latest: Pulling from edgex-devops/edgex-compose 08:07:43 cbdbe7a5bc2a: Pulling fs layer 08:07:43 ca9280d653b3: Pulling fs layer 08:07:43 7e9c9ca2126c: Pulling fs layer 08:07:44 cbdbe7a5bc2a: Verifying Checksum 08:07:44 cbdbe7a5bc2a: Download complete 08:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 45.9% of statements 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.182s coverage: 19.8% of statements 08:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements 08:07:45 cbdbe7a5bc2a: Pull complete 08:07:46 ca9280d653b3: Verifying Checksum 08:07:46 ca9280d653b3: Download complete 08:07:51 ca9280d653b3: Pull complete 08:07:51 7e9c9ca2126c: Verifying Checksum 08:07:51 7e9c9ca2126c: Download complete 08:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.528s coverage: 27.1% of statements 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 71.3% of statements 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.542s coverage: 82.9% of statements 08:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements 08:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.435s coverage: 97.5% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.245s coverage: 78.3% of statements 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:08:07 7e9c9ca2126c: Pull complete 08:08:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:08:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:08:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:08:07 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 08:08:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:08:12 $ docker top 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 92.8% of statements 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 1.0% of statements 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:08:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.185s coverage: 47.1% of statements 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.225s coverage: 79.5% of statements 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.171s coverage: 94.1% of statements 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.195s coverage: 96.3% of statements 08:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements 08:08:13 + docker-compose build --help 08:08:13 + grep parallel 08:08:16 --parallel Build images in parallel. [Pipeline] } 08:08:16 $ docker stop --time=1 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 08:08:18 $ docker rm -f 048695a2f2967ab247d5c2fbcaafdca4a07cb1ae073d8d05d38e8561b8917f79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:08:19 . [Pipeline] withDockerContainer 08:08:19 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 08:08:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:08:22 $ docker top a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:23 + docker-compose -f ./docker-compose-build.yml build --parallel 08:08:25 Building docker-core-command-go ... 08:08:25 Building docker-core-data-go ... 08:08:25 Building docker-core-metadata-go ... 08:08:25 Building docker-security-bootstrapper-go ... 08:08:25 Building docker-security-proxy-setup-go ... 08:08:25 Building docker-security-secretstore-setup-go ... 08:08:25 Building docker-support-notifications-go ... 08:08:25 Building docker-support-scheduler-go ... 08:08:25 Building docker-sys-mgmt-agent-go ... 08:08:25 Building docker-support-notifications-go 08:08:25 Building docker-support-scheduler-go 08:08:25 Building docker-security-secretstore-setup-go 08:08:25 Building docker-core-metadata-go 08:08:25 Building docker-security-proxy-setup-go 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.178s coverage: 94.4% of statements 08:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements 08:08:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.533s coverage: 82.6% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.202s coverage: 92.9% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.264s coverage: 91.6% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:08:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 08:08:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 08:08:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.125s coverage: 73.7% of statements 08:08:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 08:08:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.968s coverage: 69.0% of statements 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:08:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 38.4% of statements 08:08:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:08:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:08:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements 08:08:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:08:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 08:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:08:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.169s coverage: 11.0% of statements 08:08:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:08:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.291s coverage: 29.1% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.193s coverage: 100.0% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.348s coverage: 95.0% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:09:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 08:09:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 08:09:06 GO111MODULE=on go vet ./... 08:09:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:09:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:09:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:09:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:09:34 ---> 890f2d97d901 08:09:34 Step 3/22 : WORKDIR /edgex-go 08:09:34 ---> 890f2d97d901 08:09:34 Step 3/24 : WORKDIR /edgex-go 08:09:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:09:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:09:35 ---> 890f2d97d901 08:09:35 Step 3/22 : WORKDIR /edgex-go 08:09:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:09:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:09:35 ---> 890f2d97d901 08:09:35 Step 3/23 : WORKDIR /edgex-go 08:09:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:09:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:09:36 ---> 890f2d97d901 08:09:36 Step 3/21 : WORKDIR /edgex-go 08:09:37 ---> Running in d9962adbefe5 08:09:37 ---> Running in 7375b8c4c3f8 08:09:37 ---> Running in cef877f8ea4a 08:09:37 ---> Running in 4d0e2a07403a 08:09:37 ---> Running in 783c84f9b2d7 08:09:38 Removing intermediate container d9962adbefe5 08:09:38 ---> e20f3ed87382 08:09:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:38 Removing intermediate container cef877f8ea4a 08:09:38 ---> 1e0f47697fea 08:09:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:38 Removing intermediate container 7375b8c4c3f8 08:09:38 ---> 179eb12443d4 08:09:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:39 Removing intermediate container 783c84f9b2d7 08:09:39 ---> d7c89e8afcaf 08:09:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:39 ---> Running in 9fd279efe9da 08:09:39 Removing intermediate container 4d0e2a07403a 08:09:39 ---> 5e3b7f1cf13e 08:09:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:39 ---> Running in d9a8c8293f57 08:09:39 ---> Running in 134e3f23d49b 08:09:39 ---> Running in 6782eb6128ea 08:09:39 ---> Running in 8dc07573cc66 08:09:44 Removing intermediate container 9fd279efe9da 08:09:44 ---> 8ea7b19c496c 08:09:44 Step 5/22 : RUN apk add --update --no-cache make git 08:09:44 Removing intermediate container 8dc07573cc66 08:09:44 ---> 46ff018347b4 08:09:44 Step 5/24 : RUN apk add --update --no-cache make git 08:09:45 ---> Running in bd8ae07b9abd 08:09:45 ---> Running in d6b9c2fb06d4 08:09:45 Removing intermediate container d9a8c8293f57 08:09:45 ---> eb8da207f08e 08:09:45 Step 5/21 : RUN apk add --update --no-cache make git 08:09:46 Removing intermediate container 134e3f23d49b 08:09:46 ---> 3d3e53f9e455 08:09:46 Step 5/23 : RUN apk add --update --no-cache make git 08:09:46 Removing intermediate container 6782eb6128ea 08:09:46 ---> c040a1a364da 08:09:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:09:46 ---> Running in d44829f3cfff 08:09:46 ---> Running in ec2a6d43f090 08:09:46 ---> Running in 2a287024afe7 08:09:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:49 OK: 233 MiB in 51 packages 08:09:49 OK: 233 MiB in 51 packages 08:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:50 OK: 233 MiB in 51 packages 08:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:51 OK: 233 MiB in 51 packages 08:09:51 Removing intermediate container bd8ae07b9abd 08:09:51 ---> 164605edddda 08:09:51 Step 6/22 : COPY go.mod . 08:09:51 OK: 233 MiB in 51 packages 08:09:51 Removing intermediate container d6b9c2fb06d4 08:09:51 ---> c0c3ca243752 08:09:51 Step 6/24 : COPY go.mod . 08:09:52 Removing intermediate container d44829f3cfff 08:09:52 ---> 30b6e49b21ef 08:09:52 Step 6/21 : COPY go.mod . 08:09:52 ---> d590a066f088 08:09:52 Step 7/22 : RUN go mod download 08:09:53 ---> 42358893bcbf 08:09:53 Step 7/24 : RUN go mod download 08:09:53 ---> Running in 77417c51955b 08:09:53 ---> Running in 63d1de79a9d4 08:09:53 ---> 900fde43d977 08:09:53 Step 7/21 : RUN go mod download 08:09:53 Removing intermediate container 2a287024afe7 08:09:53 ---> ffe8090b0186 08:09:53 Step 6/22 : COPY go.mod . 08:09:54 ---> Running in f9f994aee0dc 08:09:54 Removing intermediate container ec2a6d43f090 08:09:54 ---> 6eece5395319 08:09:54 Step 6/23 : COPY go.mod . 08:09:54 ---> 18fdf7f82b68 08:09:54 Step 7/22 : RUN go mod download 08:09:55 ---> Running in 82ae9cda3d8f 08:09:56 ---> 2138978c4767 08:09:56 Step 7/23 : RUN go mod download 08:09:56 ---> Running in b3c1c6b4329b 08:10:01 Removing intermediate container 77417c51955b 08:10:01 ---> e852a51b199c 08:10:01 Step 8/22 : COPY . . 08:10:01 Removing intermediate container f9f994aee0dc 08:10:01 ---> ceba125595f7 08:10:01 Step 8/21 : COPY . . 08:10:01 Removing intermediate container 82ae9cda3d8f 08:10:01 ---> 6890293deed4 08:10:01 Step 8/22 : COPY . . 08:10:01 Removing intermediate container 63d1de79a9d4 08:10:01 ---> 67161c9cd87f 08:10:01 Step 8/24 : COPY . . 08:10:01 Removing intermediate container b3c1c6b4329b 08:10:01 ---> 091589c45502 08:10:01 Step 8/23 : COPY . . 08:10:27 gofmt -l . 08:10:27 [ "`gofmt -l .`" = "" ] 08:10:27 ./bin/test-go-mod-tidy.sh 08:10:27 ./bin/test-attribution-txt.sh [Pipeline] sh 08:10:28 + ls -al . 08:10:28 total 820 08:10:28 drwxrwxr-x 9 1001 1001 4096 Mar 31 08:10 . 08:10:28 drwxr-xr-x 4 root root 4096 Mar 31 08:05 .. 08:10:28 -rw-rw-r-- 1 1001 1001 11 Mar 31 08:04 .dockerignore 08:10:28 drwxrwxr-x 8 1001 1001 4096 Mar 31 08:04 .git 08:10:28 drwxrwxr-x 3 1001 1001 4096 Mar 31 08:04 .github 08:10:28 -rw-rw-r-- 1 1001 1001 818 Mar 31 08:04 .gitignore 08:10:28 -rw-rw-r-- 1 1001 1001 166 Mar 31 08:04 .sonarcloud.properties 08:10:28 -rw-rw-r-- 1 1001 1001 8607 Mar 31 08:04 Attribution.txt 08:10:28 -rw-rw-r-- 1 1001 1001 3804 Mar 31 08:04 CONTRIBUTING.md 08:10:28 -rw-rw-r-- 1 1001 1001 931 Mar 31 08:04 Dockerfile.build 08:10:28 -rw-rw-r-- 1 1001 1001 863 Mar 31 08:04 Jenkinsfile 08:10:28 -rw-rw-r-- 1 1001 1001 10775 Mar 31 08:04 LICENSE 08:10:28 -rw-rw-r-- 1 1001 1001 5774 Mar 31 08:04 Makefile 08:10:28 -rw-rw-r-- 1 1001 1001 6548 Mar 31 08:04 README.md 08:10:28 -rw-rw-r-- 1 1001 1001 6755 Mar 31 08:04 SECURITY.md 08:10:28 -rw-rw-r-- 1 1001 1001 5 Mar 31 07:59 VERSION 08:10:28 -rw-rw-r-- 1 1001 1001 4131 Mar 31 08:04 ZMQWindows.md 08:10:28 drwxrwxr-x 2 1001 1001 4096 Mar 31 08:04 bin 08:10:28 drwxrwxr-x 14 1001 1001 4096 Mar 31 08:04 cmd 08:10:28 -rw-r--r-- 1 root root 680272 Mar 31 08:09 coverage.out 08:10:28 -rw-r--r-- 1 root root 1056 Mar 31 08:10 go.mod 08:10:28 -rw-r--r-- 1 root root 22302 Mar 31 08:10 go.sum 08:10:28 drwxrwxr-x 8 1001 1001 4096 Mar 31 08:04 internal 08:10:28 drwxrwxr-x 4 1001 1001 4096 Mar 31 08:04 openapi 08:10:28 drwxrwxr-x 4 1001 1001 4096 Mar 31 08:04 snap 08:10:28 -rw-rw-r-- 1 1001 1001 168 Mar 31 08:04 version.go [Pipeline] sh 08:10:29 + '[' -e coverage.out ] 08:10:29 + chown 1001:1001 coverage.out [Pipeline] stash 08:10:29 Warning: overwriting stash ‘coverage-report’ 08:10:30 Stashed 1 file(s) [Pipeline] sh 08:10:31 + make build 08:10:31 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 08:10:41 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 08:11:08 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 08:11:10 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 08:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:11:17 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 08:11:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:11:25 ---> 80cfca51ecf6 08:11:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:11:25 ---> 84df4af2d265 08:11:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:11:25 ---> e6f958b89d2a 08:11:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:11:25 ---> c88e9d386827 08:11:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:11:25 ---> 5d985098a27d 08:11:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:11:25 ---> Running in 300e34d6aa85 08:11:25 ---> Running in 28b3140ffde2 08:11:25 ---> Running in afbdbe9d78fa 08:11:25 ---> Running in 7f4cfcfcc494 08:11:25 ---> Running in b1dbf615225d 08:11: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 08:11: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 08:11: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 08:11: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 08:11:27 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 08:11: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 08:11:31 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 08:11:35 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 08:11: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 08:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:11:51 $ docker stop --time=1 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f 08:11:53 $ docker rm -f 9c651f4a2c32cb34df037ac4991cf59cf0472e9cd778bafb97a855bb7d208e0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:11:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:11:55 08:11:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:11:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:11:55 latest: Pulling from edgex-devops/edgex-compose-arm64 08:11:55 29e5d40040c1: Pulling fs layer 08:11:55 1ce36da41761: Pulling fs layer 08:11:55 25b303627fd3: Pulling fs layer 08:11:55 29e5d40040c1: Verifying Checksum 08:11:55 29e5d40040c1: Download complete 08:11:56 1ce36da41761: Verifying Checksum 08:11:56 1ce36da41761: Download complete 08:11:56 29e5d40040c1: Pull complete 08:11:58 1ce36da41761: Pull complete 08:11:58 25b303627fd3: Verifying Checksum 08:11:58 25b303627fd3: Download complete 08:12:08 25b303627fd3: Pull complete 08:12:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:12:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:12:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:12:08 prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container 08:12:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:12:11 $ docker top 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:12 + grep parallel 08:12:12 + docker-compose build --help 08:12:16 --parallel Build images in parallel. [Pipeline] } 08:12:16 $ docker stop --time=1 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 08:12:18 $ docker rm -f 01a4355899d4269af4e7f5eb7ba7fa802845caf2207cd8f39b95a2a04adff352 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:12:19 . [Pipeline] withDockerContainer 08:12:19 prd-ubuntu18.04-docker-arm64-4c-16g-32229 does not seem to be running inside a container 08:12:19 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:12:21 $ docker top 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:22 + docker-compose -f ./docker-compose-build.yml build --parallel 08:12:25 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 08:12:25 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 08:12:26 Building docker-core-command-go ... 08:12:26 Building docker-core-data-go ... 08:12:26 Building docker-core-metadata-go ... 08:12:26 Building docker-security-bootstrapper-go ... 08:12:26 Building docker-security-proxy-setup-go ... 08:12:26 Building docker-security-secretstore-setup-go ... 08:12:26 Building docker-support-notifications-go ... 08:12:26 Building docker-support-scheduler-go ... 08:12:26 Building docker-sys-mgmt-agent-go ... 08:12:26 Building docker-support-scheduler-go 08:12:26 Building docker-core-command-go 08:12:26 Building docker-security-bootstrapper-go 08:12:26 Building docker-core-metadata-go 08:12:26 Building docker-sys-mgmt-agent-go 08:12:48 Removing intermediate container 28b3140ffde2 08:12:48 ---> e68aadf17adf 08:12:48 08:12:48 Step 10/22 : FROM alpine:3.12 08:12:48 Removing intermediate container 7f4cfcfcc494 08:12:48 ---> 1eeda7302431 08:12:48 08:12:48 Step 10/22 : FROM alpine:3.12 08:12:48 3.12: Pulling from library/alpine 08:12:48 3.12: Pulling from library/alpine 08:12:48 Removing intermediate container 300e34d6aa85 08:12:48 ---> 3eb4b9a724ce 08:12:48 08:12:48 Step 10/21 : FROM alpine:3.12 08:12:48 Removing intermediate container afbdbe9d78fa 08:12:48 ---> 24f7542d84df 08:12:48 08:12:48 Step 10/24 : FROM alpine:3.12 08:12:48 Removing intermediate container b1dbf615225d 08:12:48 ---> 8083215ef5b8 08:12:48 08:12:48 Step 10/23 : FROM alpine:3.12 08:12:48 3.12: Pulling from library/alpine 08:12:48 3.12: Pulling from library/alpine 08:12:48 3.12: Pulling from library/alpine 08:12:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:12:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:12:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:12:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:12:49 Status: Image is up to date for alpine:3.12 08:12:49 Status: Image is up to date for alpine:3.12 08:12:49 Status: Downloaded newer image for alpine:3.12 08:12:49 Status: Downloaded newer image for alpine:3.12 08:12:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:12:49 Status: Image is up to date for alpine:3.12 08:12:49 ---> 42cb162f0360 08:12:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:12:49 ---> 42cb162f0360 08:12:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:12:49 ---> 42cb162f0360 08:12:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:12:49 ---> 42cb162f0360 08:12:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:12:49 ---> 42cb162f0360 08:12:49 Step 11/21 : RUN apk add --update --no-cache curl 08:12:49 ---> Running in 4af57ae34d9f 08:12:49 ---> Running in c97ba13350f9 08:12:49 ---> Running in 958715a7336e 08:12:49 ---> Running in 49d9d17963ee 08:12:49 ---> Running in 674b24b354f8 08:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:51 (1/4) Installing ca-certificates (20191127-r4) 08:12:51 (1/1) Installing dumb-init (1.2.2-r1) 08:12:51 Executing busybox-1.31.1-r19.trigger 08:12:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:12:51 (3/4) Installing libcurl (7.69.1-r3) 08:12:51 OK: 6 MiB in 15 packages 08:12:51 (4/4) Installing curl (7.69.1-r3) 08:12:51 Executing busybox-1.31.1-r19.trigger 08:12:51 Executing ca-certificates-20191127-r4.trigger 08:12:51 (1/6) Installing ca-certificates (20191127-r4) 08:12:51 (1/2) Installing ca-certificates (20191127-r4) 08:12:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:12:51 (3/6) Installing libcurl (7.69.1-r3) 08:12:51 OK: 7 MiB in 18 packages 08:12:51 (4/6) Installing curl (7.69.1-r3) 08:12:51 (5/6) Installing dumb-init (1.2.2-r1) 08:12:51 (6/6) Installing su-exec (0.2-r1) 08:12:51 Executing busybox-1.31.1-r19.trigger 08:12:51 Executing ca-certificates-20191127-r4.trigger 08:12:51 (2/2) Installing dumb-init (1.2.2-r1) 08:12:51 Executing busybox-1.31.1-r19.trigger 08:12:51 (1/1) Installing dumb-init (1.2.2-r1) 08:12:51 Executing ca-certificates-20191127-r4.trigger 08:12:51 Executing busybox-1.31.1-r19.trigger 08:12:51 OK: 6 MiB in 15 packages 08:12:51 OK: 7 MiB in 20 packages 08:12:52 OK: 6 MiB in 16 packages 08:12:54 Removing intermediate container 958715a7336e 08:12:54 ---> 164046b2c249 08:12:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:12:54 ---> Running in 34f9b1ff8337 08:12:54 Removing intermediate container 49d9d17963ee 08:12:54 ---> 205868fb65e3 08:12:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:12:54 Removing intermediate container 4af57ae34d9f 08:12:54 ---> a57364f7c0d3 08:12:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:12:54 ---> Running in 6b1230f90659 08:12:54 ---> Running in c2781beb6c9f 08:12:55 Removing intermediate container 34f9b1ff8337 08:12:55 ---> 03f9a1622f40 08:12:55 Step 13/22 : ENV APP_PORT=48085 08:12:55 Removing intermediate container 674b24b354f8 08:12:55 ---> 03d33abb5c0f 08:12:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:12:55 Removing intermediate container c97ba13350f9 08:12:55 ---> 87109ccbf59f 08:12:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:12:55 Removing intermediate container c2781beb6c9f 08:12:55 ---> d5fc4dcb1a16 08:12:55 Step 13/21 : WORKDIR /edgex 08:12:55 Removing intermediate container 6b1230f90659 08:12:55 ---> d420f668a114 08:12:55 Step 13/23 : ENV APP_PORT=48081 08:12:55 ---> Running in e48e3e342e6a 08:12:55 ---> Running in 6d85ae6747b9 08:12:55 ---> Running in 8b0f17754e4c 08:12:55 ---> Running in 1041c8cc9917 08:12:55 ---> Running in bd63c6425004 08:12:56 Removing intermediate container e48e3e342e6a 08:12:56 ---> 7ca9286b672c 08:12:56 Step 13/24 : WORKDIR / 08:12:56 ---> Running in ecf472232004 08:12:56 Removing intermediate container 6d85ae6747b9 08:12:56 ---> 006d2b0db8bb 08:12:56 Step 14/22 : EXPOSE $APP_PORT 08:12:56 Removing intermediate container 8b0f17754e4c 08:12:56 ---> 1042ba895ee3 08:12:56 Step 13/22 : ENV APP_PORT=48060 08:12:56 Removing intermediate container bd63c6425004 08:12:56 ---> 9b9f09ba484c 08:12:56 Step 14/23 : EXPOSE $APP_PORT 08:12:57 Removing intermediate container 1041c8cc9917 08:12:57 ---> 052ba7285d53 08:12:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:12:57 ---> Running in ef3e3e4097fa 08:12:57 ---> Running in 1fa37405686e 08:12:57 ---> Running in d418762c3cee 08:12:57 Removing intermediate container ecf472232004 08:12:57 ---> d86aedc42b30 08:12:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:12:58 Removing intermediate container ef3e3e4097fa 08:12:58 ---> 5332c217579c 08:12:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:12:58 Removing intermediate container 1fa37405686e 08:12:58 ---> fe9b2c5d4862 08:12:58 Step 14/22 : EXPOSE $APP_PORT 08:12:58 ---> dd77b020f4f0 08:12:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:12:58 Removing intermediate container d418762c3cee 08:12:58 ---> d8ae8daa8e50 08:12:58 Step 15/23 : WORKDIR / 08:12:58 ---> Running in 6f30f7a6ad5d 08:12:59 ---> Running in 2ef75baec183 08:12:59 ---> 33ec9385a650 08:12:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:12:59 ---> 54fa7c5d42d8 08:12:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:13:00 Removing intermediate container 2ef75baec183 08:13:00 ---> 5b41d7c37047 08:13:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:13:00 Removing intermediate container 6f30f7a6ad5d 08:13:00 ---> b2865ffecb04 08:13:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:13:00 ---> 573e56bb7491 08:13:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:13:00 ---> b8ea6ee21920 08:13:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:13:01 ---> 2f7525c3df5e 08:13:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:13:01 ---> 89ad4065ad41 08:13:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:13:01 ---> 0aa5ec7d6902 08:13:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:13:02 ---> ac63dd4b62f2 08:13:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:13:03 ---> 9b646e9463e0 08:13:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:13:03 ---> 02466ebd2ec8 08:13:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:13:03 ---> Running in d8c16aca135f 08:13:03 ---> Running in eaa18dc72456 08:13:04 ---> efd9508e191a 08:13:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:13:04 ---> 6b9727b184a9 08:13:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:13:04 ---> 215f40b60380 08:13:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:13:04 Removing intermediate container d8c16aca135f 08:13:04 ---> 4d18b87e9d6a 08:13:04 Step 18/21 : CMD ["--init=true"] 08:13:04 Removing intermediate container eaa18dc72456 08:13:04 ---> 6f0749943963 08:13:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:04 ---> Running in d648efe61e30 08:13:05 ---> e8b21fa068ef 08:13:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:13:05 ---> a25857a4d490 08:13:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:13:05 ---> Running in eb7b1b74d97b 08:13:05 ---> Running in c9f113e08f1c 08:13:05 ---> Running in 9564b5d295b3 08:13:05 Removing intermediate container d648efe61e30 08:13:05 ---> f26352c60081 08:13:05 Step 19/21 : LABEL arch=x86_64 08:13:05 ---> Running in 34806fd278ae 08:13:05 Removing intermediate container eb7b1b74d97b 08:13:05 ---> 77a152310f9a 08:13:05 Step 20/22 : LABEL arch=x86_64 08:13:05 Removing intermediate container c9f113e08f1c 08:13:05 ---> 6ae6214e6b19 08:13:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:05 Removing intermediate container 9564b5d295b3 08:13:05 ---> f273d510e32e 08:13:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:06 ---> 564496105e2d 08:13:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:13:06 ---> Running in 36c70551b67b 08:13:06 ---> Running in 804b5fc9c3a3 08:13:06 ---> Running in 6f762a0be4ae 08:13:06 Removing intermediate container 34806fd278ae 08:13:06 ---> 5c38289800f3 08:13:06 Step 20/21 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:13:06 ---> Running in 4b6b75dede70 08:13:06 Removing intermediate container 804b5fc9c3a3 08:13:06 ---> ccfea766f4d3 08:13:06 Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:13:06 Removing intermediate container 36c70551b67b 08:13:06 ---> 385cd9d4919b 08:13:06 Step 21/23 : LABEL arch=x86_64 08:13:06 ---> bb3b83a6f433 08:13:06 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/ 08:13:06 Removing intermediate container 6f762a0be4ae 08:13:06 ---> a4e3f7b317f2 08:13:06 Step 20/22 : LABEL arch=x86_64 08:13:07 ---> Running in f97fe6c1255b 08:13:07 ---> Running in d04534ec3c42 08:13:07 ---> Running in 3ebc335126d6 08:13:07 ---> Running in 4337a1abbecf 08:13:07 Removing intermediate container 4b6b75dede70 08:13:07 ---> 50fc7bfad9bb 08:13:07 Step 21/21 : LABEL version=0.0.0 08:13:08 Removing intermediate container d04534ec3c42 08:13:08 ---> 22a0967eef27 08:13:08 Step 22/22 : LABEL version=0.0.0 08:13:08 ---> Running in abd7da6dc729 08:13:08 ---> Running in 69a9a2fa9911 08:13:08 Removing intermediate container f97fe6c1255b 08:13:08 ---> 7f1646080e9e 08:13:08 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:13:08 Removing intermediate container 4337a1abbecf 08:13:08 ---> 98f7c4bb17cf 08:13:08 Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:13:08 ---> Running in 0445950720d2 08:13:09 ---> Running in d8abea25bd23 08:13:09 Removing intermediate container abd7da6dc729 08:13:09 ---> 7c59cbaadeda 08:13:09 08:13:09 Removing intermediate container 69a9a2fa9911 08:13:09 ---> 6c3ff7e5c497 08:13:09 08:13:09 Removing intermediate container 0445950720d2 08:13:09 ---> afeb005af3e5 08:13:09 Step 23/23 : LABEL version=0.0.0 08:13:10 Removing intermediate container d8abea25bd23 08:13:10 ---> fa3f557419c4 08:13:10 Step 22/22 : LABEL version=0.0.0 08:13:10 Successfully built 7c59cbaadeda 08:13:10 Successfully tagged docker-security-proxy-setup-go:latest 08:13:10 Building docker-sys-mgmt-agent-go 08:13:10  Building docker-security-proxy-setup-go ... done  ---> Running in 76042ebdde5e 08:13:10 ---> Running in 7a23578f8310 08:13:10 Successfully built 6c3ff7e5c497 08:13:10 Successfully tagged docker-support-scheduler-go:latest 08:13:10  Building docker-support-scheduler-go ... done Building docker-core-command-go 08:13:10 Removing intermediate container 7a23578f8310 08:13:10 ---> 133854462f6f 08:13:10 08:13:11 Removing intermediate container 76042ebdde5e 08:13:11 ---> fb85a197adf0 08:13:11 08:13:11 Successfully built fb85a197adf0 08:13:11 Successfully built 133854462f6f 08:13:11 Successfully tagged docker-core-metadata-go:latest 08:13:11  Building docker-core-metadata-go ... done Building docker-core-data-go 08:13:11 Removing intermediate container 3ebc335126d6 08:13:11 ---> 8c08290bd756 08:13:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:13:11 Successfully tagged docker-support-notifications-go:latest 08:13:11 Building docker-security-bootstrapper-go 08:13:11  Building docker-support-notifications-go ... done  ---> Running in 2c5199733f11 08:13:13 Removing intermediate container 2c5199733f11 08:13:13 ---> 8125bc79a962 08:13:13 Step 22/24 : LABEL arch=x86_64 08:13:13 ---> Running in b28656733399 08:13:17 Removing intermediate container b28656733399 08:13:17 ---> d9724da90096 08:13:17 Step 23/24 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:13:18 ---> Running in 073e2f1bd940 08:13:19 Removing intermediate container 073e2f1bd940 08:13:19 ---> 2202362b1701 08:13:19 Step 24/24 : LABEL version=0.0.0 08:13:20 ---> Running in 41dbd8fbb3ab 08:13:20 Removing intermediate container 41dbd8fbb3ab 08:13:20 ---> d578d7cdf518 08:13:20 08:13:21 Successfully built d578d7cdf518 08:13:22 Successfully tagged docker-security-secretstore-setup-go:latest 08:13:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:13:48 ---> a01236442a79 08:13:48 Step 3/23 : WORKDIR /edgex-go 08:13:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:13:48 ---> a01236442a79 08:13:48 Step 3/26 : WORKDIR /edgex-go 08:13:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:13:48 ---> a01236442a79 08:13:48 Step 3/23 : WORKDIR /edgex-go 08:13:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:13:48 ---> a01236442a79 08:13:48 Step 3/22 : WORKDIR /edgex-go 08:13:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:13:48 ---> a01236442a79 08:13:48 Step 3/31 : WORKDIR /edgex-go 08:13:48 ---> Running in b23a4f32ff03 08:13:48 ---> Running in 74eac1f85ea0 08:13:48 ---> Running in d6ad1e8cb1b8 08:13:48 ---> Running in 4e7040f0aff2 08:13:48 ---> Running in 5d2b3c70d938 08:13:48 Removing intermediate container d6ad1e8cb1b8 08:13:48 ---> ad6e65b6a97c 08:13:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:48 ---> Running in 9419da36a1c2 08:13:48 Removing intermediate container b23a4f32ff03 08:13:48 ---> 8a70c52b8b36 08:13:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:48 Removing intermediate container 74eac1f85ea0 08:13:48 ---> 9340c4dda5e5 08:13:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:48 Removing intermediate container 4e7040f0aff2 08:13:48 ---> f600ec547065 08:13:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:48 Removing intermediate container 5d2b3c70d938 08:13:48 ---> 72c07d790fbb 08:13:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:48 ---> Running in 365c587b0670 08:13:48 ---> Running in 2aa0cb719be8 08:13:48 ---> Running in 5edb77c2c1d2 08:13:48 ---> Running in 6df919c04d3b 08:13:48 Removing intermediate container 9419da36a1c2 08:13:48 ---> d2fea5a585dd 08:13:48 Step 5/23 : RUN apk add --update --no-cache make git 08:13:48 ---> Running in 4404dea5a084 08:13:48 Removing intermediate container 2aa0cb719be8 08:13:48 ---> 4a9fdf26efa0 08:13:48 Step 5/31 : RUN apk add --update --no-cache make git 08:13:48 Removing intermediate container 6df919c04d3b 08:13:48 ---> 308cf0b6518c 08:13:48 Step 5/23 : RUN apk add --update --no-cache make git 08:13:48 Removing intermediate container 5edb77c2c1d2 08:13:48 ---> 4399dcf867c8 08:13:48 Step 5/22 : RUN apk add --update --no-cache make git 08:13:48 ---> Running in 393706832e38 08:13:48 ---> Running in 25b42310d101 08:13:48 ---> Running in 2a85277201f0 08:13:48 Removing intermediate container 365c587b0670 08:13:48 ---> a2dfc5df11d0 08:13:48 Step 5/26 : RUN apk add --update --no-cache make bash git 08:13:48 ---> Running in 089a5b3f8373 08:13:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:50 OK: 217 MiB in 51 packages 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:13:51 Removing intermediate container 4404dea5a084 08:13:51 ---> 9bb5cf9f650a 08:13:51 Step 6/23 : COPY go.mod . 08:13:51 OK: 217 MiB in 51 packages 08:13:51 OK: 217 MiB in 51 packages 08:13:51 OK: 217 MiB in 51 packages 08:13:52 OK: 217 MiB in 51 packages 08:13:52 ---> 39487f8aab69 08:13:52 Step 7/23 : RUN go mod download 08:13:52 ---> Running in 59970c102e6f 08:13:53 Removing intermediate container 393706832e38 08:13:53 ---> 1afbeab4530d 08:13:53 Step 6/31 : COPY go.mod . 08:13:53 Removing intermediate container 25b42310d101 08:13:53 ---> f62b5564c200 08:13:53 Step 6/23 : COPY go.mod . 08:13:54 Removing intermediate container 2a85277201f0 08:13:54 ---> 36ac2663cafc 08:13:54 Step 6/22 : COPY go.mod . 08:13:54 Removing intermediate container 089a5b3f8373 08:13:54 ---> 6e575bfb2cc9 08:13:54 Step 6/26 : COPY go.mod . 08:13:54 ---> 761c18c1a958 08:13:54 Step 7/31 : RUN go mod download 08:13:54 ---> Running in 37a6675de48d 08:13:54 ---> 3016973b7976 08:13:54 Step 7/23 : RUN go mod download 08:13:55 ---> cb3e64bc8b70 08:13:55 Step 7/26 : RUN go mod download 08:13:55 ---> 3b1792539020 08:13:55 Step 7/22 : RUN go mod download 08:13:55 ---> Running in b07823c9ee87 08:13:55 ---> Running in 6987545bef82 08:13:55 ---> Running in 98319aed5e5b 08:13:57 Removing intermediate container 59970c102e6f 08:13:57 ---> a788129a41a4 08:13:57 Step 8/23 : COPY . . 08:13:59 Removing intermediate container 37a6675de48d 08:13:59 ---> 816339fd4c04 08:13:59 Step 8/31 : COPY . . 08:14:01 Removing intermediate container b07823c9ee87 08:14:01 ---> db8aec60dea2 08:14:01 Step 8/23 : COPY . . 08:14:01 Removing intermediate container 98319aed5e5b 08:14:01 ---> c0a32c7a4750 08:14:01 Step 8/26 : COPY . . 08:14:01 Removing intermediate container 6987545bef82 08:14:01 ---> 76ea0f104416 08:14:01 Step 8/22 : COPY . . 08:14:22  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:14:22 ---> 890f2d97d901 08:14:22 Step 3/31 : WORKDIR /edgex-go 08:14:22 ---> Using cache 08:14:22 ---> d7c89e8afcaf 08:14:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:22 ---> Using cache 08:14:22 ---> 46ff018347b4 08:14:22 Step 5/31 : RUN apk add --update --no-cache make git 08:14:22 ---> Using cache 08:14:22 ---> c0c3ca243752 08:14:22 Step 6/31 : COPY go.mod . 08:14:22 ---> Using cache 08:14:22 ---> 42358893bcbf 08:14:22 Step 7/31 : RUN go mod download 08:14:22 ---> Using cache 08:14:22 ---> 67161c9cd87f 08:14:22 Step 8/31 : COPY . . 08:14:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:14:22 ---> 890f2d97d901 08:14:22 Step 3/23 : WORKDIR /edgex-go 08:14:22 ---> Using cache 08:14:22 ---> d7c89e8afcaf 08:14:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:22 ---> Using cache 08:14:22 ---> 46ff018347b4 08:14:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:14:22 ---> Using cache 08:14:22 ---> 84df4af2d265 08:14:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:14:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:14:22 ---> 890f2d97d901 08:14:22 Step 3/26 : WORKDIR /edgex-go 08:14:22 ---> Using cache 08:14:22 ---> d7c89e8afcaf 08:14:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:22 ---> Using cache 08:14:22 ---> 46ff018347b4 08:14:22 Step 5/26 : RUN apk add --update --no-cache make bash git 08:14:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:14:22 ---> 890f2d97d901 08:14:22 Step 3/23 : WORKDIR /edgex-go 08:14:22 ---> Using cache 08:14:22 ---> d7c89e8afcaf 08:14:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:22 ---> Using cache 08:14:22 ---> 46ff018347b4 08:14:22 Step 5/23 : RUN apk add --update --no-cache make git 08:14:22 ---> Using cache 08:14:22 ---> c0c3ca243752 08:14:22 Step 6/23 : COPY go.mod . 08:14:22 ---> Using cache 08:14:22 ---> 42358893bcbf 08:14:22 Step 7/23 : RUN go mod download 08:14:22 ---> Using cache 08:14:22 ---> 67161c9cd87f 08:14:22 Step 8/23 : COPY . . 08:14:22 ---> Using cache 08:14:22 ---> 84df4af2d265 08:14:22 Step 9/23 : RUN make cmd/core-command/core-command 08:14:22 ---> Running in 472938c86bbc 08:14:22 ---> Running in ba8f59a6a6d7 08:14:22 ---> Running in 5bbdd55681cf 08:14:22 ---> Running in 49b0ae80a3c5 08:14:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:14:22 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 08:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:22 OK: 233 MiB in 51 packages 08:14:22 OK: 233 MiB in 51 packages 08:14:23 Removing intermediate container 5bbdd55681cf 08:14:23 ---> b5ac37b87775 08:14:23 Step 6/23 : COPY go.mod . 08:14:24 Removing intermediate container ba8f59a6a6d7 08:14:24 ---> 3d9eef02b522 08:14:24 Step 6/26 : COPY go.mod . 08:14:24 ---> 9b24daf89305 08:14:24 Step 7/23 : RUN go mod download 08:14:24 ---> Running in ef59ee7e21e5 08:14:24 ---> 02742620813d 08:14:24 Step 7/26 : RUN go mod download 08:14:25 ---> Running in 7ef4b9750c02 08:14:28 ---> 6c0db61cf403 08:14:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:14:28 ---> a6cfc5f53197 08:14:28 Step 9/23 : RUN make cmd/core-command/core-command 08:14:28 ---> 5993fc2a3dc1 08:14:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:14:28 ---> 4bdfc102f89f 08:14:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:14:28 ---> Running in e46d0219e52f 08:14:28 ---> 9f7c27a552fa 08:14:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:14:28 ---> Running in bf89531d4215 08:14:28 ---> Running in 990ac67b4918 08:14:28 ---> Running in 04f3f26ea8b3 08:14:28 ---> Running in d0c4fd3826c0 08:14:28 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 08:14:28 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 08:14: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 08:14: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 08:14:28 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 08:14:31 Removing intermediate container 7ef4b9750c02 08:14:31 ---> 1e3ee8327f7b 08:14:31 Step 8/26 : COPY . . 08:14:31 Removing intermediate container ef59ee7e21e5 08:14:31 ---> fcde1b226e1b 08:14:31 Step 8/23 : COPY . . 08:15:31 Removing intermediate container 472938c86bbc 08:15:31 ---> df07eeecdff0 08:15:31 08:15:31 Step 10/31 : FROM alpine:3.12 08:15:31 ---> 42cb162f0360 08:15:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:15:31 ---> Running in 72beece9a570 08:15:32 Removing intermediate container 49b0ae80a3c5 08:15:32 ---> 9f14be3b11bc 08:15:32 08:15:32 Step 10/23 : FROM alpine:3.12 08:15:32 ---> 42cb162f0360 08:15:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:15:32 ---> Using cache 08:15:32 ---> 205868fb65e3 08:15:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:15:32 ---> Using cache 08:15:32 ---> d420f668a114 08:15:32 Step 13/23 : ENV APP_PORT=48082 08:15:32 ---> Running in 4d45b71f1017 08:15:32 Removing intermediate container 72beece9a570 08:15:32 ---> 6f711d810367 08:15:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:15:33 ---> Running in d8a12a495524 08:15:35 Removing intermediate container 4d45b71f1017 08:15:35 ---> b88f49f4b67c 08:15:35 Step 14/23 : EXPOSE $APP_PORT 08:15:36 ---> Running in a67dd4d1acb4 08:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:39 Removing intermediate container a67dd4d1acb4 08:15:39 ---> dc9be8aa4863 08:15:39 Step 15/23 : WORKDIR / 08:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:40 (1/2) Installing dumb-init (1.2.2-r1) 08:15:40 (2/2) Installing su-exec (0.2-r1) 08:15:40 Executing busybox-1.31.1-r19.trigger 08:15:40 OK: 6 MiB in 16 packages 08:15:40 ---> Running in 167d1b26fb02 08:15:43 Removing intermediate container 167d1b26fb02 08:15:43 ---> 38e84392613a 08:15:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:15:44 Removing intermediate container d8a12a495524 08:15:44 ---> aa82ece51c88 08:15:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:15:45 ---> c1416d8a890d 08:15:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:15:45 ---> Running in ff2f1a61b6c0 08:15:46 ---> fcb045336dfc 08:15:46 Step 9/23 : RUN make cmd/core-data/core-data 08:15:47 Removing intermediate container ff2f1a61b6c0 08:15:47 ---> 962c07db0567 08:15:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:15:47 ---> Running in 08b4da7dde4e 08:15:47 ---> 9bbf2aaa3623 08:15:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:15:47 ---> Running in 8fb912a07b3b 08:15:47 ---> Running in 4112a0891656 08:15:47 ---> 050dc9d3f24f 08:15:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:15:47 Removing intermediate container 8fb912a07b3b 08:15:47 ---> 82194836c92b 08:15:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:15:48 ---> Running in 704d278fb19a 08:15:48 ---> ae708e45022f 08:15:48 Step 19/23 : ENTRYPOINT ["/core-command"] 08:15:48 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 08:15:48 ---> Running in 5c97790d9fbe 08:15:49 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 08:15:49 Removing intermediate container 5c97790d9fbe 08:15:49 ---> 7c720fc55a52 08:15:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:15:50 ---> Running in fe05e0b9de99 08:15:51 Removing intermediate container fe05e0b9de99 08:15:51 ---> cec819149fb3 08:15:51 Step 21/23 : LABEL arch=x86_64 08:15:52 Removing intermediate container 704d278fb19a 08:15:52 ---> 687cced2baad 08:15:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:15:52 ---> Running in 8748a8ada6ae 08:15:52 ---> Running in 04978105c10a 08:15:53 Removing intermediate container 8748a8ada6ae 08:15:53 ---> ad2c41ac5eaf 08:15:53 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:15:53 Removing intermediate container 04978105c10a 08:15:53 ---> 78a386729aa1 08:15:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:15:54 ---> Running in 5f0f035b7392 08:15:55 Removing intermediate container 5f0f035b7392 08:15:55 ---> 9b89fb9549f7 08:15:55 Step 23/23 : LABEL version=0.0.0 08:15:55 ---> 0a8865aac378 08:15:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:15:55 ---> Running in 3a8591c58440 08:15:55 ---> Running in 1793c171e364 08:15:57 Removing intermediate container 3a8591c58440 08:15:57 ---> ca1be146e212 08:15:57 08:15:58 Successfully built ca1be146e212 08:15:59 Successfully tagged docker-core-command-go:latest 08:16:01  Building docker-core-command-go ... done Removing intermediate container 1793c171e364 08:16:01 ---> f0768904a2d8 08:16:01 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:03 ---> ca750f83d2c2 08:16:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:16:05 ---> 61d4dbc1d3c5 08:16:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:16:06 ---> 6426551fa4e6 08:16:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:16:07 ---> 30e287b792f6 08:16:07 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:16:08 ---> 01fb432bc7ca 08:16:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:16:08 ---> Running in 3b18dfbf7b04 08:16:09 Removing intermediate container 3b18dfbf7b04 08:16:09 ---> d16273e12f76 08:16:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:16:10 ---> d6418ba7d75d 08:16:10 Step 26/31 : RUN chmod +x /entrypoint.sh 08:16:10 ---> Running in 60b4ac577f1f 08:16:16 Removing intermediate container 60b4ac577f1f 08:16:16 ---> c5ef51f62419 08:16:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:16:17 ---> Running in 9e7de4df380f 08:16:18 Removing intermediate container 9e7de4df380f 08:16:18 ---> a5830ce66af1 08:16:18 Step 28/31 : CMD ["gate"] 08:16:20 Removing intermediate container e46d0219e52f 08:16:20 ---> 4446c5dccbd8 08:16:20 08:16:20 Step 10/31 : FROM alpine:3.12 08:16:20 3.12: Pulling from library/alpine 08:16:20 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:16:20 Status: Downloaded newer image for alpine:3.12 08:16:20 ---> e47305ac9786 08:16:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:16:20 ---> Running in ef8591cae106 08:16:20 Removing intermediate container ef8591cae106 08:16:20 ---> c2ea7d00b7b5 08:16:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:16:20 ---> Running in b780133d76ee 08:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:16:20 ---> Running in dd432accf3e0 08:16:20 Removing intermediate container d0c4fd3826c0 08:16:20 ---> 413063b94756 08:16:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:16:20 (1/2) Installing dumb-init (1.2.2-r1) 08:16:20 (2/2) Installing su-exec (0.2-r1) 08:16:20 Executing busybox-1.31.1-r19.trigger 08:16:21 OK: 5 MiB in 16 packages 08:16:21 ---> Running in 8ece49dd91df 08:16:22 Removing intermediate container dd432accf3e0 08:16:22 ---> 78367f4796d3 08:16:22 Step 29/31 : LABEL arch=x86_64 08:16:23 Removing intermediate container b780133d76ee 08:16:23 ---> 2ffdcca5bcb9 08:16:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:16:23 ---> Running in dbbe63680fe6 08:16:25 Removing intermediate container dbbe63680fe6 08:16:25 ---> 5a18e6bb6191 08:16:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:16:25 ---> Running in d89daf854ce0 08:16:25 ---> Running in ae0a5c38bdf2 08:16:26 Removing intermediate container d89daf854ce0 08:16:26 ---> a7929fb36ac0 08:16:26 Step 30/31 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:16:27 Removing intermediate container ae0a5c38bdf2 08:16:27 ---> 398cfc68ee87 08:16:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:16:27 ---> Running in 7c96ba757f76 08:16:28 Removing intermediate container 7c96ba757f76 08:16:28 ---> 8a71a7335247 08:16:28 Step 31/31 : LABEL version=0.0.0 08:16:28 Removing intermediate container bf89531d4215 08:16:28 ---> 123b21f6aac8 08:16:28 08:16:28 Step 10/23 : FROM alpine:3.12 08:16:28 ---> e47305ac9786 08:16:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:16:28 ---> Running in 7b1006eac04c 08:16:28 ---> Running in 1c6977e9121d 08:16:28 ---> Running in 28b8be17ad59 08:16:29 Removing intermediate container 8ece49dd91df 08:16:29 ---> d9ee0314b202 08:16:29 08:16:29 Step 11/26 : FROM docker:20.10.0 08:16:29 20.10.0: Pulling from library/docker 08:16:29 Removing intermediate container 04f3f26ea8b3 08:16:29 ---> 3b73374a511d 08:16:29 08:16:29 Step 10/22 : FROM alpine:3.12 08:16:29 ---> e47305ac9786 08:16:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:16:29 ---> Running in c8c3d98e1905 08:16:31 Removing intermediate container 1c6977e9121d 08:16:31 ---> 8735d36f671a 08:16:31 08:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:16:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:16:31 Successfully built 8735d36f671a 08:16:31 Successfully tagged docker-security-bootstrapper-go:latest 08:16:32 (1/1) Installing dumb-init (1.2.2-r1) 08:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:16:32 Executing busybox-1.31.1-r19.trigger 08:16:32 OK: 5 MiB in 15 packages 08:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:16:33 (1/1) Installing dumb-init (1.2.2-r1) 08:16:33 Executing busybox-1.31.1-r19.trigger 08:16:33 OK: 5 MiB in 15 packages 08:16:34 Removing intermediate container 7b1006eac04c 08:16:34 ---> 432ac79d0387 08:16:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:16:34 ---> Running in cca935b9d28f 08:16:34 Removing intermediate container 28b8be17ad59 08:16:34 ---> b50ffdc25ff4 08:16:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:35 ---> Running in cc7c9713ad26 08:16:35 Removing intermediate container c8c3d98e1905 08:16:35 ---> 345f1d0c2ff6 08:16:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:35  Building docker-security-bootstrapper-go ... done Removing intermediate container 4112a0891656 08:16:35 ---> da76acafa685 08:16:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:16:35 Removing intermediate container cca935b9d28f 08:16:35 ---> 2b6314f6f1ce 08:16:35 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:16:35 ---> Running in 850247736bd5 08:16:35 ---> Running in 5f47f60b212f 08:16:36 Removing intermediate container cc7c9713ad26 08:16:36 ---> b8304a0bd2ab 08:16:36 Step 13/23 : ENV APP_PORT=48082 08:16:37 ---> Running in a469089ac172 08:16:37 ---> 1cc95f65304b 08:16:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:16:37 Removing intermediate container 850247736bd5 08:16:37 ---> 1193c17de28c 08:16:37 Step 13/22 : ENV APP_PORT=48085 08:16:38 Removing intermediate container 990ac67b4918 08:16:38 ---> 4fa2f167caf1 08:16:38 08:16:38 Step 10/23 : FROM alpine:3.12 08:16:38 ---> e47305ac9786 08:16:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:16:38 ---> Using cache 08:16:38 ---> 345f1d0c2ff6 08:16:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:38 ---> Using cache 08:16:38 ---> 1193c17de28c 08:16:38 Step 13/23 : ENV APP_PORT=48081 08:16:38 ---> Running in f3cebf75af69 08:16:38 ---> Running in 7398008ed362 08:16:38 Removing intermediate container a469089ac172 08:16:38 ---> 59c6a1c2ee6b 08:16:38 Step 14/23 : EXPOSE $APP_PORT 08:16:38 ---> Running in 6a0362bbca3d 08:16:39 ---> Running in e82820d32800 08:16:39 Removing intermediate container f3cebf75af69 08:16:39 ---> b3b1bcf0dd4d 08:16:39 Step 14/22 : EXPOSE $APP_PORT 08:16: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 08:16:39 ---> Running in 032f893d1a35 08:16:39 Removing intermediate container 6a0362bbca3d 08:16:39 ---> 53c7597305a8 08:16:39 Step 14/23 : EXPOSE $APP_PORT 08:16:40 Removing intermediate container e82820d32800 08:16:40 ---> 86830df36214 08:16:40 Step 15/23 : WORKDIR / 08:16:40 ---> Running in eaa9db9085e3 08:16:40 Removing intermediate container 032f893d1a35 08:16:40 ---> 1ba4b3c3ff67 08:16:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:40 ---> Running in 07d1a5dbd6db 08:16:41 Removing intermediate container eaa9db9085e3 08:16:41 ---> 0276ef54b5f7 08:16:41 Step 15/23 : WORKDIR / 08:16:41 ---> Running in 668c115fa0ee 08:16:41 Removing intermediate container 07d1a5dbd6db 08:16:41 ---> da0e256a09f8 08:16:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:42 ---> b76f9d54aa1d 08:16:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:16:42 Removing intermediate container 08b4da7dde4e 08:16:42 ---> 4c310b67c0be 08:16:42 08:16:42 Step 10/23 : FROM alpine:3.12 08:16:42 ---> 42cb162f0360 08:16:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:16:42 ---> Running in d0466f817f68 08:16:42 Removing intermediate container 7398008ed362 08:16:42 ---> afbe47d34766 08:16:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:42 Removing intermediate container 668c115fa0ee 08:16:42 ---> 30ee24d9cdbd 08:16:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:42 Removing intermediate container d0466f817f68 08:16:42 ---> 8a190c250898 08:16:42 Step 12/23 : ENV APP_PORT=48080 08:16:42 Removing intermediate container 5f47f60b212f 08:16:42 ---> 86f41b6dc0d2 08:16:42 08:16:42 Step 11/26 : FROM docker:20.10.0 08:16:42 ---> Running in f39269a13d2c 08:16:42 20.10.0: Pulling from library/docker 08:16:43 Removing intermediate container f39269a13d2c 08:16:43 ---> f6c81f38660f 08:16:43 Step 13/23 : EXPOSE $APP_PORT 08:16:43 ---> Running in 996d1bf544a4 08:16:43 ---> 38d0b44cdbad 08:16:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:16:44 Removing intermediate container 996d1bf544a4 08:16:44 ---> 8d42bfaea593 08:16:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:44 ---> 5721a5fd7abb 08:16:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:16:44 ---> Running in 46b282081611 08:16:44 ---> f256cdb42670 08:16:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:16:44 ---> d3c57d85e225 08:16:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:16:45 ---> 15aba4e7ce8f 08:16:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:16:46 ---> 4ccecd618e8f 08:16:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:16:46 ---> ef85bac3d871 08:16:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:16:46 ---> Running in 54075553868b 08:16:46 ---> 52407751eb04 08:16:46 Step 19/23 : ENTRYPOINT ["/core-command"] 08:16:46 ---> b423202e53fd 08:16:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:16:46 ---> Running in 50098d0fe2cd 08:16:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:16:46 Status: Downloaded newer image for docker:20.10.0 08:16:46 ---> eeaf43b92773 08:16:46 Step 12/26 : RUN apk add --no-cache bash 08:16:46 ---> Running in fc6a2ee6265f 08:16:47 Removing intermediate container 54075553868b 08:16:47 ---> a305d17c486c 08:16:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:47 Removing intermediate container 50098d0fe2cd 08:16:47 ---> 2f7a36f977d2 08:16:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:47 ---> acbe3f7a4d19 08:16:47 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:16:47 ---> Running in 8e8cf43ee52f 08:16:47 ---> Running in 3d9ed919d934 08:16:47 ---> da6dcbe382e5 08:16:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:16:48 ---> Running in bd58d84fa651 08:16:48 Removing intermediate container 8e8cf43ee52f 08:16:48 ---> 65586fc2ae9b 08:16:48 Step 20/22 : LABEL arch=arm64 08:16:48 Removing intermediate container 3d9ed919d934 08:16:48 ---> 4ac9eb5d658a 08:16:48 Step 21/23 : LABEL arch=arm64 08:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:16:48 ---> Running in d7aaa557a69e 08:16:48 ---> Running in 9a6962a54dc5 08:16:48 Removing intermediate container bd58d84fa651 08:16:48 ---> 4d29e54105c5 08:16:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:16:48 ---> 98ca957434a1 08:16:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:16:48 Removing intermediate container 46b282081611 08:16:48 ---> f2b6e713d8f3 08:16:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:16:48 ---> Running in e3d6eeda24e1 08:16:49 ---> Running in fea3afc218e1 08:16:49 Removing intermediate container d7aaa557a69e 08:16:49 ---> eabdd18b2c80 08:16:49 Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:16:49 Removing intermediate container 9a6962a54dc5 08:16:49 ---> 6611a356114f 08:16:49 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:16:49 (1/2) Installing readline (8.0.4-r0) 08:16:49 (2/2) Installing bash (5.0.17-r0) 08:16:49 ---> Running in 24fa13d91526 08:16:49 Executing bash-5.0.17-r0.post-install 08:16:49 Executing busybox-1.31.1-r19.trigger 08:16:49 OK: 12 MiB in 22 packages 08:16:49 Removing intermediate container fea3afc218e1 08:16:49 ---> ae34a4f74e70 08:16:49 Step 21/23 : LABEL arch=arm64 08:16:49 ---> Running in 70d02cbb0856 08:16:50 ---> Running in e738d8719be9 08:16:50 ---> 20f3bdd8476d 08:16:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:50 ---> Running in 8182f0be2886 08:16:50 Removing intermediate container 70d02cbb0856 08:16:50 ---> c7420019afc8 08:16:50 Step 23/23 : LABEL version=0.0.0 08:16:50 Removing intermediate container 24fa13d91526 08:16:50 ---> c73b8f031108 08:16:50 Step 22/22 : LABEL version=0.0.0 08:16:50 ---> Running in 8efa6d6a57c3 08:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:50 ---> Running in 20f535089f5b 08:16:50 Removing intermediate container e738d8719be9 08:16:50 ---> f8d2b65ef000 08:16:50 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:16:51 ---> Running in d9172328df74 08:16:51 Removing intermediate container 8182f0be2886 08:16:51 ---> 7e661c6b352b 08:16:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:16:51 Removing intermediate container 20f535089f5b 08:16:51 ---> fb3f5a4e73fc 08:16:51 08:16:51 Removing intermediate container 8efa6d6a57c3 08:16:51 ---> e3384db96bb4 08:16:51 08:16:51 Removing intermediate container fc6a2ee6265f 08:16:51 ---> 44081d5637ac 08:16:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:16:51 Removing intermediate container d9172328df74 08:16:51 ---> 57efa1915907 08:16:51 Step 23/23 : LABEL version=0.0.0 08:16:51 ---> Running in f2297762f7ef 08:16:51 ---> Running in b4bf84cbf4fa 08:16:52 (1/6) Installing dumb-init (1.2.2-r1) 08:16:52 (2/6) Installing libgcc (9.3.0-r2) 08:16:52 (3/6) Installing libsodium (1.0.18-r0) 08:16:52 (4/6) Installing libstdc++ (9.3.0-r2) 08:16:52 Successfully built e3384db96bb4 08:16:52 Successfully built fb3f5a4e73fc 08:16:52 ---> 1559e8e11868 08:16:52 Step 26/31 : RUN chmod +x /entrypoint.sh 08:16:52 Successfully tagged docker-core-command-go-arm64:latest 08:16:52 Successfully tagged docker-support-scheduler-go-arm64:latest 08:16:52  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 08:16:52 Building docker-security-secretstore-setup-go 08:16:52 (5/6) Installing libzmq (4.3.3-r0) 08:16:52  Building docker-core-command-go ... done Removing intermediate container f2297762f7ef 08:16:52 ---> 35f872a62657 08:16:52 Step 14/26 : ENV APP_PORT=48090 08:16:52 (6/6) Installing zeromq (4.3.3-r0) 08:16:52 Executing busybox-1.31.1-r19.trigger 08:16:52 OK: 8 MiB in 20 packages 08:16:52 ---> Running in 7adff1643ffe 08:16:52 Removing intermediate container b4bf84cbf4fa 08:16:52 ---> 30d83bfb8e32 08:16:52 08:16:52 ---> Running in 4898d0a3e58d 08:16:53 Successfully built 30d83bfb8e32 08:16:53 Successfully tagged docker-core-metadata-go-arm64:latest 08:16:53 Building docker-core-data-go 08:16:53  Building docker-core-metadata-go ... done Removing intermediate container 4898d0a3e58d 08:16:53 ---> bd4d402d4062 08:16:53 Step 15/26 : EXPOSE $APP_PORT 08:16:53 ---> Running in e60a47bc77cc 08:16:54 Removing intermediate container e60a47bc77cc 08:16:54 ---> a88e78d137ae 08:16:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:16:54 Removing intermediate container e3d6eeda24e1 08:16:54 ---> 6f09a16c2ba1 08:16:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:55 ---> 3a12872c627e 08:16:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:16:55 Removing intermediate container 7adff1643ffe 08:16:55 ---> 8884e299cffd 08:16:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:16:55 ---> 025d132868c0 08:16:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:16:55 ---> Running in b604ac998cfa 08:16:56 ---> 959d2803f3c3 08:16:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:16:56 Removing intermediate container b604ac998cfa 08:16:56 ---> 8a35586488ce 08:16:56 Step 28/31 : CMD ["gate"] 08:16:57 ---> Running in bee2e718f94c 08:16:58 ---> 2902b0f4193e 08:16:58 Step 19/26 : RUN apk --no-cache add py3-pip 08:16:58 ---> d5a52d5000be 08:16:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:16:59 Removing intermediate container bee2e718f94c 08:16:59 ---> 5332f3cfed36 08:16:59 Step 29/31 : LABEL arch=arm64 08:16:59 ---> 30da58c78d71 08:16:59 Step 19/23 : ENTRYPOINT ["/core-data"] 08:16:59 ---> Running in 8d8878560382 08:16:59 ---> Running in b7143c28de5b 08:17:01 ---> Running in 8137ebdc03e4 08:17:01 Removing intermediate container b7143c28de5b 08:17:01 ---> 1704c6ac3ba7 08:17:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:01 ---> Running in 7b12ece07dee 08:17:01 Removing intermediate container 8137ebdc03e4 08:17:01 ---> 0b00afca8bfb 08:17:01 Step 30/31 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:17:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:02 Removing intermediate container 7b12ece07dee 08:17:02 ---> c19bd9a5c426 08:17:02 Step 21/23 : LABEL arch=x86_64 08:17:02 ---> Running in 98936ea5ceb8 08:17:02 ---> Running in 9a3bc131ff08 08:17:02 Removing intermediate container 9a3bc131ff08 08:17:02 ---> 15bf6a837b0e 08:17:02 Step 31/31 : LABEL version=0.0.0 08:17:02 (1/33) Installing libbz2 (1.0.8-r1) 08:17:02 (2/33) Installing expat (2.2.9-r1) 08:17:02 (3/33) Installing libffi (3.3-r2) 08:17:02 (4/33) Installing gdbm (1.13-r1) 08:17:02 (5/33) Installing xz-libs (5.2.5-r0) 08:17:02 (6/33) Installing sqlite-libs (3.32.1-r0) 08:17:02 (7/33) Installing python3 (3.8.8-r0) 08:17:03 ---> Running in ca6aeeeae5d7 08:17:03 Removing intermediate container 98936ea5ceb8 08:17:03 ---> 616145c32ab0 08:17:03 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:17:03 ---> Running in bb0154b59007 08:17:03 Removing intermediate container bb0154b59007 08:17:03 ---> 3606a9a22de8 08:17:03 Step 23/23 : LABEL version=0.0.0 08:17:04 ---> Running in e3a24a2e2314 08:17:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:17:05 (8/33) Installing py3-appdirs (1.4.4-r1) 08:17:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:17:05 (10/33) Installing py3-parsing (2.4.7-r0) 08:17:05 Removing intermediate container ca6aeeeae5d7 08:17:05 ---> 16149cb7b708 08:17:05 08:17:05 (11/33) Installing py3-six (1.15.0-r0) 08:17:05 (12/33) Installing py3-packaging (20.4-r0) 08:17:05 (13/33) Installing py3-setuptools (47.0.0-r0) 08:17:05 (14/33) Installing py3-chardet (3.0.4-r4) 08:17:05 (15/33) Installing py3-idna (2.9-r0) 08:17:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:17:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:17:05 (18/33) Installing py3-requests (2.23.0-r0) 08:17:05 (19/33) Installing py3-msgpack (1.0.0-r0) 08:17:05 (20/33) Installing py3-lockfile (0.12.2-r3) 08:17:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:17:05 (22/33) Installing py3-colorama (0.4.3-r0) 08:17:05 (23/33) Installing py3-distlib (0.3.0-r0) 08:17:05 (24/33) Installing py3-distro (1.5.0-r1) 08:17:05 (25/33) Installing py3-webencodings (0.5.1-r3) 08:17:05 (26/33) Installing py3-html5lib (1.0.1-r4) 08:17:05 Successfully built 16149cb7b708 08:17:05 (27/33) Installing py3-pytoml (0.1.21-r0) 08:17:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:17:05  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 08:17:05 (28/33) Installing py3-pep517 (0.8.2-r0) 08:17:05 (29/33) Installing py3-progress (1.5-r0) 08:17:05 (30/33) Installing py3-toml (0.10.1-r0) 08:17:05 (31/33) Installing py3-retrying (1.3.3-r0) 08:17:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:17:05 (33/33) Installing py3-pip (20.1.1-r0) 08:17:05 Executing busybox-1.31.1-r19.trigger 08:17:05 OK: 71 MiB in 55 packages 08:17:05 Removing intermediate container e3a24a2e2314 08:17:05 ---> 5c01ac2a056a 08:17:05 08:17:05 Status: Downloaded newer image for docker:20.10.0 08:17:05 ---> aefe523efa57 08:17:05 Step 12/26 : RUN apk add --no-cache bash 08:17:05 ---> Running in 1a55908274a4 08:17:05 Successfully built 5c01ac2a056a 08:17:06 Successfully tagged docker-core-data-go:latest 08:17:06  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:07 (1/2) Installing readline (8.0.4-r0) 08:17:07 (2/2) Installing bash (5.0.17-r0) 08:17:07 Executing bash-5.0.17-r0.post-install 08:17:07 Executing busybox-1.31.1-r19.trigger 08:17:07 OK: 12 MiB in 22 packages 08:17:08 Removing intermediate container 1a55908274a4 08:17:08 ---> 3a8b2564c11b 08:17:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:17:08 ---> Running in 1eecc2d64de0 08:17:09 Removing intermediate container 1eecc2d64de0 08:17:09 ---> 9cfd9fc18f9c 08:17:09 Step 14/26 : ENV APP_PORT=48090 08:17:09 ---> Running in df64094fcf5c 08:17:10 Removing intermediate container df64094fcf5c 08:17:10 ---> f0ba5343b746 08:17:10 Step 15/26 : EXPOSE $APP_PORT 08:17:10 ---> Running in 850a443a0674 08:17:11 Removing intermediate container 850a443a0674 08:17:11 ---> f4adb0650de2 08:17:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:17:13 Removing intermediate container 8d8878560382 08:17:13 ---> df525945cf41 08:17:13 Step 20/26 : RUN pip install docker-compose==1.23.2 08:17:13 ---> Running in 2ca43f27d1a0 08:17:13 ---> 59287e1b05e6 08:17:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:17:15 ---> 44a5bb3b1b2d 08:17:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:17:16 ---> 7fb684537445 08:17:16 Step 19/26 : RUN apk --no-cache add py3-pip 08:17:16 ---> Running in 9abd2d99bd68 08:17:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:18 (1/33) Installing libbz2 (1.0.8-r1) 08:17:18 (2/33) Installing expat (2.2.9-r1) 08:17:18 (3/33) Installing libffi (3.3-r2) 08:17:18 (4/33) Installing gdbm (1.13-r1) 08:17:18 (5/33) Installing xz-libs (5.2.5-r0) 08:17:19 (6/33) Installing sqlite-libs (3.32.1-r0) 08:17:19 (7/33) Installing python3 (3.8.8-r0) 08:17:19 Collecting docker-compose==1.23.2 08:17:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:17:20 Collecting websocket-client<1.0,>=0.32.0 08:17:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:17:20 (8/33) Installing py3-appdirs (1.4.4-r1) 08:17:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:17:20 (10/33) Installing py3-parsing (2.4.7-r0) 08:17:20 (11/33) Installing py3-six (1.15.0-r0) 08:17:20 (12/33) Installing py3-packaging (20.4-r0) 08:17:20 (13/33) Installing py3-setuptools (47.0.0-r0) 08:17:20 (14/33) Installing py3-chardet (3.0.4-r4) 08:17:20 (15/33) Installing py3-idna (2.9-r0) 08:17:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:17:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:17:20 (18/33) Installing py3-requests (2.23.0-r0) 08:17:20 (19/33) Installing py3-msgpack (1.0.0-r0) 08:17:20 (20/33) Installing py3-lockfile (0.12.2-r3) 08:17:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:17:20 (22/33) Installing py3-colorama (0.4.3-r0) 08:17:20 (23/33) Installing py3-distlib (0.3.0-r0) 08:17:20 (24/33) Installing py3-distro (1.5.0-r1) 08:17:20 (25/33) Installing py3-webencodings (0.5.1-r3) 08:17:20 (26/33) Installing py3-html5lib (1.0.1-r4) 08:17:20 (27/33) Installing py3-pytoml (0.1.21-r0) 08:17:20 (28/33) Installing py3-pep517 (0.8.2-r0) 08:17:20 (29/33) Installing py3-progress (1.5-r0) 08:17:20 (30/33) Installing py3-toml (0.10.1-r0) 08:17:20 (31/33) Installing py3-retrying (1.3.3-r0) 08:17:21 Collecting PyYAML<4,>=3.10 08:17:21 Downloading PyYAML-3.13.tar.gz (270 kB) 08:17:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:17:21 (33/33) Installing py3-pip (20.1.1-r0) 08:17:21 Executing busybox-1.31.1-r19.trigger 08:17:21 OK: 71 MiB in 55 packages 08:17:24 Collecting texttable<0.10,>=0.9.0 08:17:24 Downloading texttable-0.9.1.tar.gz (11 kB) 08:17:27 Collecting docker<4.0,>=3.6.0 08:17:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:17:27 Collecting docopt<0.7,>=0.6.1 08:17:27 Downloading docopt-0.6.2.tar.gz (25 kB) 08:17:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:17:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:17:31 Collecting dockerpty<0.5,>=0.4.1 08:17:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:17:33 Removing intermediate container 9abd2d99bd68 08:17:33 ---> 080b691362ba 08:17:33 Step 20/26 : RUN pip install docker-compose==1.23.2 08:17:33 ---> Running in 1549a2ebae1f 08:17:34 Collecting jsonschema<3,>=2.5.1 08:17:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:17:34 Collecting cached-property<2,>=1.2.0 08:17:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:17:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:17:34 Collecting docker-pycreds>=0.4.0 08:17:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:17:35 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) 08:17:35 Collecting idna<2.8,>=2.5 08:17:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:17:35 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) 08:17:35 Collecting docker-compose==1.23.2 08:17:36 Collecting urllib3<1.25,>=1.21.1 08:17:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:17:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:17:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:17:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:17:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:17:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:17:36 Collecting PyYAML<4,>=3.10 08:17:36 Downloading PyYAML-3.13.tar.gz (270 kB) 08:17:37 Installing collected packages: websocket-client, PyYAML, texttable, docker-pycreds, idna, urllib3, requests, docker, docopt, dockerpty, jsonschema, cached-property, docker-compose 08:17:37 Running setup.py install for PyYAML: started 08:17:38 Collecting cached-property<2,>=1.2.0 08:17:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:17:38 Collecting docker<4.0,>=3.6.0 08:17:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:17:38 Collecting texttable<0.10,>=0.9.0 08:17:38 Downloading texttable-0.9.1.tar.gz (11 kB) 08:17:39 Collecting websocket-client<1.0,>=0.32.0 08:17:39 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:17:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:17:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:17:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:17:40 Running setup.py install for PyYAML: finished with status 'done' 08:17:40 Running setup.py install for texttable: started 08:17:40 Collecting jsonschema<3,>=2.5.1 08:17:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:17:40 Collecting docopt<0.7,>=0.6.1 08:17:40 Downloading docopt-0.6.2.tar.gz (25 kB) 08:17:41 Collecting dockerpty<0.5,>=0.4.1 08:17:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:17:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:17:41 ---> a01236442a79 08:17:41 Step 3/24 : WORKDIR /edgex-go 08:17:41 ---> Using cache 08:17:41 ---> 72c07d790fbb 08:17:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:41 ---> Using cache 08:17:41 ---> 308cf0b6518c 08:17:41 Step 5/24 : RUN apk add --update --no-cache make git 08:17:41 ---> Using cache 08:17:41 ---> f62b5564c200 08:17:42 Step 6/24 : COPY go.mod . 08:17:42 ---> Using cache 08:17:42 ---> 3016973b7976 08:17:42 Step 7/24 : RUN go mod download 08:17:42 ---> Using cache 08:17:42 ---> db8aec60dea2 08:17:42 Step 8/24 : COPY . . 08:17:42 ---> Using cache 08:17:42 ---> 5993fc2a3dc1 08:17:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:17:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:17:42 ---> a01236442a79 08:17:42 Step 3/22 : WORKDIR /edgex-go 08:17:42 ---> Using cache 08:17:42 ---> 72c07d790fbb 08:17:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:42 ---> Using cache 08:17:42 ---> 308cf0b6518c 08:17:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:17:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:17:42 ---> a01236442a79 08:17:42 Step 3/23 : WORKDIR /edgex-go 08:17:42 ---> Using cache 08:17:42 ---> 72c07d790fbb 08:17:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:42 ---> Using cache 08:17:42 ---> 308cf0b6518c 08:17:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:17:42 Collecting docker-pycreds>=0.4.0 08:17:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:17:42 Collecting idna<2.8,>=2.5 08:17:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:17:42 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) 08:17:42 Running setup.py install for texttable: finished with status 'done' 08:17:42 Collecting urllib3<1.25,>=1.21.1 08:17:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:17:42 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) 08:17:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:17:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:17:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:17:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:17:43 Installing collected packages: PyYAML, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, jsonschema, docopt, dockerpty, docker-compose 08:17:43 Running setup.py install for PyYAML: started 08:17:44 Attempting uninstall: idna 08:17:44 Found existing installation: idna 2.9 08:17:44 Uninstalling idna-2.9: 08:17:44 Successfully uninstalled idna-2.9 08:17:44 Running setup.py install for PyYAML: finished with status 'done' 08:17:44 Attempting uninstall: idna 08:17:44 Found existing installation: idna 2.9 08:17:44 Uninstalling idna-2.9: 08:17:44 Successfully uninstalled idna-2.9 08:17:45 Attempting uninstall: urllib3 08:17:45 Found existing installation: urllib3 1.25.9 08:17:45 Uninstalling urllib3-1.25.9: 08:17:45 Successfully uninstalled urllib3-1.25.9 08:17:45 Attempting uninstall: requests 08:17:45 Found existing installation: requests 2.23.0 08:17:45 Uninstalling requests-2.23.0: 08:17:45 Successfully uninstalled requests-2.23.0 08:17:46 Running setup.py install for texttable: started 08:17:46 Attempting uninstall: urllib3 08:17:46 Found existing installation: urllib3 1.25.9 08:17:46 Uninstalling urllib3-1.25.9: 08:17:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:17:46 ---> a01236442a79 08:17:46 Step 3/21 : WORKDIR /edgex-go 08:17:46 ---> Using cache 08:17:46 ---> 72c07d790fbb 08:17:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:46 ---> Using cache 08:17:46 ---> 308cf0b6518c 08:17:46 Step 5/21 : RUN apk add --update --no-cache make git 08:17:46 ---> Using cache 08:17:46 ---> f62b5564c200 08:17:46 Step 6/21 : COPY go.mod . 08:17:46 ---> Using cache 08:17:46 ---> 3016973b7976 08:17:46 Step 7/21 : RUN go mod download 08:17:46 ---> Using cache 08:17:46 ---> db8aec60dea2 08:17:46 Step 8/21 : COPY . . 08:17:46 ---> Using cache 08:17:46 ---> 5993fc2a3dc1 08:17:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:17:46 Successfully uninstalled urllib3-1.25.9 08:17:47 Attempting uninstall: requests 08:17:47 Found existing installation: requests 2.23.0 08:17:47 Uninstalling requests-2.23.0: 08:17:47 Successfully uninstalled requests-2.23.0 08:17:48 Running setup.py install for texttable: finished with status 'done' 08:17:48 Running setup.py install for docopt: started 08:17:48 Running setup.py install for docopt: finished with status 'done' 08:17:48 Running setup.py install for dockerpty: started 08:17:49 ---> Running in 18a6bd835f68 08:17:49 ---> Running in 5de77ad4170d 08:17:49 ---> Running in f83612605a22 08:17:49 ---> Running in 45d03107ce3d 08:17:49 Running setup.py install for docopt: started 08:17:49 Running setup.py install for dockerpty: finished with status 'done' 08:17:50 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 08:17:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:51 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 08:17:51 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 08:17:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:52 Running setup.py install for docopt: finished with status 'done' 08:17:52 Running setup.py install for dockerpty: started 08:17:52 OK: 217 MiB in 51 packages 08:17:53 OK: 217 MiB in 51 packages 08:17:54 Removing intermediate container 18a6bd835f68 08:17:54 ---> f136142d0543 08:17:54 Step 6/22 : COPY go.mod . 08:17:55 Removing intermediate container f83612605a22 08:17:55 ---> fbcfbcf19aea 08:17:55 Step 6/23 : COPY go.mod . 08:17:55 Running setup.py install for dockerpty: finished with status 'done' 08:17:55 ---> a8bd11824fdf 08:17:55 Step 7/22 : RUN go mod download 08:17:56 Removing intermediate container 1549a2ebae1f 08:17:56 ---> 6c34ed431d9a 08:17:56 Step 21/26 : RUN apk --no-cache add curl 08:17:56 ---> Running in 03f169343522 08:17:56 ---> Running in ce4fb92190e8 08:17:56 ---> 8004dde2df67 08:17:56 Step 7/23 : RUN go mod download 08:17:56 ---> Running in 953f415ef0db 08:17:57 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 08:17:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:17:57 (2/3) Installing libcurl (7.69.1-r3) 08:17:58 (3/3) Installing curl (7.69.1-r3) 08:17:58 Executing busybox-1.31.1-r19.trigger 08:17:58 OK: 72 MiB in 58 packages 08:17:59 Removing intermediate container 03f169343522 08:17:59 ---> e826b9b76e58 08:17:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:17:59 ---> Running in 11daaa400810 08:17:59 Removing intermediate container 11daaa400810 08:17:59 ---> 6f6f193295c1 08:17:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:59 ---> Running in 119162afa59d 08:17:59 Removing intermediate container 119162afa59d 08:17:59 ---> 3429df6b7086 08:17:59 Step 24/26 : LABEL arch=x86_64 08:17:59 ---> Running in f1d47306f07c 08:18:00 Removing intermediate container f1d47306f07c 08:18:00 ---> e86d0fb92b3a 08:18:00 Step 25/26 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:18:00 ---> Running in 1307e3efaa76 08:18:00 Removing intermediate container 1307e3efaa76 08:18:00 ---> da206a1f382e 08:18:00 Step 26/26 : LABEL version=0.0.0 08:18:01 ---> Running in ef16aa23440c 08:18:01 Removing intermediate container ce4fb92190e8 08:18:01 ---> 5a73f0cbb73d 08:18:01 Step 8/22 : COPY . . 08:18:02 Removing intermediate container ef16aa23440c 08:18:02 ---> 8a2679f5e1fe 08:18:02 08:18:02 Successfully built 8a2679f5e1fe 08:18:02 Successfully tagged docker-sys-mgmt-agent-go:latest 08:18:02 Removing intermediate container 953f415ef0db 08:18:02 ---> df8c8e453c18 08:18:02 Step 8/23 : COPY . . 08:18:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:18:02 $ docker stop --time=1 a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 08:18:04 Removing intermediate container 2ca43f27d1a0 08:18:04 ---> 74ad4b8a85dd 08:18:04 Step 21/26 : RUN apk --no-cache add curl 08:18:05 ---> Running in bf33fbe3881e 08:18:05 $ docker rm -f a702a890ec18274b9a8f973f308fa69c9d4ee09515b7f7dbbce29933af876e58 [Pipeline] // withDockerContainer [Pipeline] sh 08:18:06 + docker images 08:18:06 + grep docker 08:18:08 docker-sys-mgmt-agent-go latest 8a2679f5e1fe 6 seconds ago 314MB 08:18:08 docker-core-data-go latest 5c01ac2a056a About a minute ago 22.7MB 08:18:08 docker-security-bootstrapper-go latest 8735d36f671a About a minute ago 18.9MB 08:18:08 docker-core-command-go latest ca1be146e212 2 minutes ago 17.3MB 08:18:08 docker-security-secretstore-setup-go latest d578d7cdf518 4 minutes ago 25.7MB 08:18:08 docker-support-notifications-go latest 133854462f6f 4 minutes ago 17.9MB 08:18:08 docker-core-metadata-go latest fb85a197adf0 4 minutes ago 19MB 08:18:08 docker-support-scheduler-go latest 6c3ff7e5c497 4 minutes ago 17.4MB 08:18:08 docker-security-proxy-setup-go latest 7c59cbaadeda 4 minutes ago 25.4MB 08:18:08 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 08:18:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 08:18:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:18:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:18:09 (2/3) Installing libcurl (7.69.1-r3) 08:18:09 (3/3) Installing curl (7.69.1-r3) 08:18:09 Executing busybox-1.31.1-r19.trigger 08:18:09 OK: 72 MiB in 58 packages 08:18:14 Removing intermediate container bf33fbe3881e 08:18:14 ---> 9c5ff339db07 08:18:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:18:15 ---> Running in cd7f7688f69c 08:18:16 Removing intermediate container cd7f7688f69c 08:18:16 ---> 21cceb1b136b 08:18:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:17 ---> Running in 5cb627ab7b6b 08:18:19 Removing intermediate container 5cb627ab7b6b 08:18:19 ---> 45846d1a3772 08:18:19 Step 24/26 : LABEL arch=arm64 08:18:19 ---> Running in f3c22950ec4d 08:18:20 Removing intermediate container f3c22950ec4d 08:18:20 ---> 95624af6f50b 08:18:20 Step 25/26 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:18:20 ---> Running in 60937dbe6c6f 08:18:22 Removing intermediate container 60937dbe6c6f 08:18:22 ---> 7d3a25d70163 08:18:22 Step 26/26 : LABEL version=0.0.0 08:18:23 ---> Running in 44e6998ce675 08:18:23 Still waiting to schedule task 08:18:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:18:24 Removing intermediate container 44e6998ce675 08:18:24 ---> b46d1ea04778 08:18:24 08:18:26 Successfully built b46d1ea04778 08:18:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:18:32  Building docker-sys-mgmt-agent-go ... done  ---> 2b3c4e5ad39e 08:18:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:18:32 ---> Running in bd155547369c 08:18:33 ---> bd1bc395335b 08:18:33 Step 9/23 : RUN make cmd/core-data/core-data 08:18:33 ---> Running in f638081e9be3 08:18:34 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 08:18:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:18:57 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 08:18:58 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 08:19:12 Running on prd-ubuntu18.04-docker-8c-8g-32231 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws 08:19:12 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:19:15 using credential edgex-jenkins-ssh 08:19:15 Cloning the remote Git repository 08:19:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:19:15 > git init /w/workspace/edgex-go/4 # timeout=10 08:19:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:19:15 > git --version # timeout=10 08:19:15 > git --version # 'git version 2.17.1' 08:19:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:19:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:19:17 Removing intermediate container 5de77ad4170d 08:19:17 ---> 4e993d2710ef 08:19:17 08:19:17 Step 10/24 : FROM alpine:3.12 08:19:17 ---> e47305ac9786 08:19:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:19:17 ---> Running in 58c6accac3fb 08:19:17 Removing intermediate container 45d03107ce3d 08:19:17 ---> b992f2bcadf4 08:19:17 08:19:17 Step 10/21 : FROM alpine:3.12 08:19:17 ---> e47305ac9786 08:19:17 Step 11/21 : RUN apk add --update --no-cache curl 08:19:17 ---> Running in 35a63973c7bc 08:19:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:18 (1/6) Installing ca-certificates (20191127-r4) 08:19:18 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:19:18 (3/6) Installing libcurl (7.69.1-r3) 08:19:18 (4/6) Installing curl (7.69.1-r3) 08:19:18 (5/6) Installing dumb-init (1.2.2-r1) 08:19:18 (6/6) Installing su-exec (0.2-r1) 08:19:18 Executing busybox-1.31.1-r19.trigger 08:19:18 Executing ca-certificates-20191127-r4.trigger 08:19:19 (1/4) Installing ca-certificates (20191127-r4) 08:19:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:19:19 (3/4) Installing libcurl (7.69.1-r3) 08:19:19 (4/4) Installing curl (7.69.1-r3) 08:19:19 Executing busybox-1.31.1-r19.trigger 08:19:19 Executing ca-certificates-20191127-r4.trigger 08:19:19 OK: 7 MiB in 20 packages 08:19:19 OK: 7 MiB in 18 packages 08:19:22 Removing intermediate container 58c6accac3fb 08:19:22 ---> d380093697a4 08:19:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:19:22 ---> Running in 39342f50edf1 08:19:22 Removing intermediate container 35a63973c7bc 08:19:22 ---> 9b15fefbc8c0 08:19:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:19:22 ---> Running in 207ea03d72f2 08:19:22 Removing intermediate container 39342f50edf1 08:19:22 ---> 631c8802003a 08:19:22 Step 13/24 : WORKDIR / 08:19:23 ---> Running in 7a67ad109b28 08:19:23 Removing intermediate container 207ea03d72f2 08:19:23 ---> 99fec99a5956 08:19:23 Step 13/21 : WORKDIR /edgex 08:19:23 ---> Running in 034d97e8d0e1 08:19:23 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:19:23 Merge succeeded, producing 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:19:23 Checking out Revision 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb (PR-3327) 08:19:23 Removing intermediate container 7a67ad109b28 08:19:23 ---> 90b8c9bc0047 08:19:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:19:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:19:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:19:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:19:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:19:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:19:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:19:23 > git config core.sparsecheckout # timeout=10 08:19:23 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 08:19:23 > git remote # timeout=10 08:19:23 > git config --get remote.origin.url # timeout=10 08:19:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:19:23 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 08:19:23 > git rev-parse HEAD^{commit} # timeout=10 08:19:23 > git config core.sparsecheckout # timeout=10 08:19:23 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 08:19:24 Removing intermediate container 034d97e8d0e1 08:19:24 ---> ad31d54e6e56 08:19:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:19:25 ---> b711ac14f352 08:19:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:19:26 ---> cfcfd5eca6c3 08:19:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:19:26 ---> 9276b72858e9 08:19:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:19:27 Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { 08:19:28 ---> e7703af0d0c5 08:19:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] libraryResource [Pipeline] sh 08:19:28 ---> 9a13e55340f2 08:19:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:19:28 + echo snap-build.sh 08:19:28 snap-build.sh 08:19:28 + SNAP_BASE_DIR=. 08:19:28 + '[' '!' -z /w/workspace/edgex-go/4 ']' 08:19:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 08:19:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 08:19:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 08:19:28 + cd /w/workspace/edgex-go/4 08:19:28 + sudo apt-get remove -qy --purge lxd lxd-client 08:19:28 Reading package lists... 08:19:29 Building dependency tree... 08:19:29 Reading state information... 08:19:29 The following packages were automatically installed and are no longer required: 08:19:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:19:29 uidmap xdelta3 08:19:29 Use 'sudo apt autoremove' to remove them. 08:19:29 The following packages will be REMOVED: 08:19:29 lxd* lxd-client* 08:19:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:19:30 After this operation, 31.7 MB disk space will be freed. 08:19:30 ---> 3052f74f3555 08:19:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:19:30 ---> 2ad4fb773685 08:19:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:19:30 ---> Running in 055e920a888f 08:19:31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 08:19:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:19:31 Removing intermediate container 055e920a888f 08:19:31 ---> 585f6b18e2df 08:19:31 Step 18/21 : CMD ["--init=true"] 08:19:32 ---> Running in 1590adf7d610 08:19:32 ---> 135d7cbc1dd6 08:19:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:19:32 Removing intermediate container 1590adf7d610 08:19:32 ---> 82b66c79552f 08:19:32 Step 19/21 : LABEL arch=arm64 08:19:33 ---> Running in 9d94c518916b 08:19:33 Removing lxd dnsmasq configuration 08:19:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:19:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:19:34 Removing intermediate container 9d94c518916b 08:19:34 ---> 2a351c264427 08:19:34 Step 20/21 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:19:34 ---> 3cb84d193249 08:19:34 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/ 08:19:34 ---> Running in 1debde3022da 08:19:34 ---> Running in 0c916c89a97a 08:19:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:19:34 (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.) 08:19:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:19:35 Removing intermediate container 1debde3022da 08:19:35 ---> a5c2d5d7f593 08:19:35 Step 21/21 : LABEL version=0.0.0 08:19:35 ---> Running in 908738dc3e55 08:19:36 Removing intermediate container 908738dc3e55 08:19:36 ---> e8b83b562db0 08:19:36 08:19:36 Processing triggers for systemd (237-3ubuntu10.42) ... 08:19:36 Processing triggers for ureadahead (0.100.0-21) ... 08:19:37 Successfully built e8b83b562db0 08:19:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:19:38  Building docker-security-proxy-setup-go ... done Removing intermediate container 0c916c89a97a 08:19:38 ---> 3d6acdcf1868 08:19:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:19:38 ---> Running in 78a19065a26d 08:19:39 Removing intermediate container 78a19065a26d 08:19:39 ---> 8888666a5937 08:19:39 Step 22/24 : LABEL arch=arm64 08:19:39 + sudo snap remove --purge lxd 08:19:39 snap "lxd" is not installed 08:19:39 + sudo groupadd --force --system lxd 08:19:39 ++ whoami 08:19:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:19:39 + newgrp - lxd 08:19:39 + sudo snap install lxd 08:19:39 ---> Running in c74540ee851e 08:19:39 Removing intermediate container c74540ee851e 08:19:39 ---> d0a1bc4bd5d0 08:19:39 Step 23/24 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:19:40 ---> Running in 3cf4c1c8eebd 08:19:40 Removing intermediate container 3cf4c1c8eebd 08:19:40 ---> 3eaf46667646 08:19:40 Step 24/24 : LABEL version=0.0.0 08:19:41 ---> Running in 9ac19cc20548 08:19:42 Removing intermediate container 9ac19cc20548 08:19:42 ---> ee0a621fa476 08:19:42 08:19:42 Successfully built ee0a621fa476 08:19:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:19:49 2021-03-31T08:19:46Z INFO Waiting for automatic snapd restart... 08:19:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container bd155547369c 08:19:54 ---> f0e1b03a3bd2 08:19:55 08:19:55 Step 10/22 : FROM alpine:3.12 08:19:55 ---> e47305ac9786 08:19:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:19:55 ---> Running in 60cc9b82b44e 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:57 (1/2) Installing ca-certificates (20191127-r4) 08:19:57 (2/2) Installing dumb-init (1.2.2-r1) 08:19:57 Executing busybox-1.31.1-r19.trigger 08:19:57 Executing ca-certificates-20191127-r4.trigger 08:19:57 OK: 6 MiB in 16 packages 08:19:59 Removing intermediate container 60cc9b82b44e 08:19:59 ---> f4c9a6f0022e 08:19:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:19:59 ---> Running in 3b1e6f5a00a9 08:20:00 Removing intermediate container 3b1e6f5a00a9 08:20:00 ---> 5e987e8e300e 08:20:00 Step 13/22 : ENV APP_PORT=48060 08:20:00 ---> Running in 35ba76d930eb 08:20:01 Removing intermediate container 35ba76d930eb 08:20:01 ---> 4cce516bdf39 08:20:01 Step 14/22 : EXPOSE $APP_PORT 08:20:02 ---> Running in 6eba1d41ef7c 08:20:02 Removing intermediate container 6eba1d41ef7c 08:20:02 ---> 9d2b2c865299 08:20:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:02 Removing intermediate container f638081e9be3 08:20:02 ---> 59efde34e3a7 08:20:02 08:20:02 Step 10/23 : FROM alpine:3.12 08:20:02 ---> e47305ac9786 08:20:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:20:03 ---> Running in 4cd3222697a7 08:20:03 ---> 5cd5bfaef063 08:20:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:20:03 Removing intermediate container 4cd3222697a7 08:20:03 ---> f06e2d7a1368 08:20:03 Step 12/23 : ENV APP_PORT=48080 08:20:03 ---> Running in f90a4b44c109 08:20:04 Removing intermediate container f90a4b44c109 08:20:04 ---> 32f6d44a63e8 08:20:04 Step 13/23 : EXPOSE $APP_PORT 08:20:04 ---> Running in ba8d30ab250c 08:20:04 ---> eea2861d72d0 08:20:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:20:05 Removing intermediate container ba8d30ab250c 08:20:05 ---> 54919a4b45eb 08:20:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:05 ---> Running in a027a92e0405 08:20:05 ---> da5ca9f4b015 08:20:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:20:05 ---> Running in cc343c52cceb 08:20:06 Removing intermediate container cc343c52cceb 08:20:06 ---> 2fc31425e15d 08:20:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:06 ---> Running in 311f97b2dfca 08:20:06 Removing intermediate container 311f97b2dfca 08:20:06 ---> 5ac3308bcc7d 08:20:06 Step 20/22 : LABEL arch=arm64 08:20:07 ---> Running in 59b487e1785a 08:20:07 Removing intermediate container a027a92e0405 08:20:07 ---> 32fcf217fdae 08:20:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:20:07 Removing intermediate container 59b487e1785a 08:20:07 ---> 4b9703f1f651 08:20:07 Step 21/22 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:20:07 ---> Running in b65d08795fd7 08:20:07 ---> Running in 426ebe5d2c38 08:20:08 Removing intermediate container 426ebe5d2c38 08:20:08 ---> 8837cf1b88bd 08:20:08 Step 22/22 : LABEL version=0.0.0 08:20:08 ---> Running in f1eef4ecf926 08:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:09 Removing intermediate container f1eef4ecf926 08:20:09 ---> 06e2db4e7893 08:20:09 08:20:09 Successfully built 06e2db4e7893 08:20:09 Successfully tagged docker-support-notifications-go-arm64:latest 08:20:09  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:10 (1/6) Installing dumb-init (1.2.2-r1) 08:20:10 (2/6) Installing libgcc (9.3.0-r2) 08:20:10 (3/6) Installing libsodium (1.0.18-r0) 08:20:10 (4/6) Installing libstdc++ (9.3.0-r2) 08:20:11 (5/6) Installing libzmq (4.3.3-r0) 08:20:11 (6/6) Installing zeromq (4.3.3-r0) 08:20:11 Executing busybox-1.31.1-r19.trigger 08:20:11 OK: 8 MiB in 20 packages 08:20:12 Removing intermediate container b65d08795fd7 08:20:12 ---> 4c27e4ef594f 08:20:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:13 ---> b028fa896b78 08:20:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:20:14 ---> b7e736cc34ed 08:20:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:20:15 ---> c7d70a910285 08:20:15 Step 19/23 : ENTRYPOINT ["/core-data"] 08:20:15 ---> Running in 0dbd4475df2f 08:20:15 Removing intermediate container 0dbd4475df2f 08:20:15 ---> 1438ae141125 08:20:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:15 ---> Running in 6edd40041e4b 08:20:16 Removing intermediate container 6edd40041e4b 08:20:16 ---> e1bda7e45a90 08:20:16 Step 21/23 : LABEL arch=arm64 08:20:16 ---> Running in 84b2082fce1d 08:20:16 Removing intermediate container 84b2082fce1d 08:20:16 ---> 5d242c7350ab 08:20:16 Step 22/23 : LABEL git_sha=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 08:20:16 ---> Running in 424bb5f86f20 08:20:17 Removing intermediate container 424bb5f86f20 08:20:17 ---> c5f1455efcf5 08:20:17 Step 23/23 : LABEL version=0.0.0 08:20:17 ---> Running in 6b4cc3f124f0 08:20:18 Removing intermediate container 6b4cc3f124f0 08:20:18 ---> 27e475577afb 08:20:18 08:20:18 Successfully built 27e475577afb 08:20:18 Successfully tagged docker-core-data-go-arm64:latest 08:20:19  Building docker-core-data-go ... done  [Pipeline] } 08:20:19 $ docker stop --time=1 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 08:20:21 $ docker rm -f 7d734f2ae99d500fd1e47ab8c8186fdd7974315f7121ff1c159a602ef9cc3705 [Pipeline] // withDockerContainer [Pipeline] sh 08:20:21 + + grep dockerdocker 08:20:21 images 08:20:22 docker-core-data-go-arm64 latest 27e475577afb 4 seconds ago 21.4MB 08:20:22 docker-support-notifications-go-arm64 latest 06e2db4e7893 13 seconds ago 16.9MB 08:20:22 docker-security-secretstore-setup-go-arm64 latest ee0a621fa476 40 seconds ago 24.4MB 08:20:22 docker-security-proxy-setup-go-arm64 latest e8b83b562db0 46 seconds ago 24.1MB 08:20:22 docker-sys-mgmt-agent-go-arm64 latest b46d1ea04778 About a minute ago 301MB 08:20:22 docker-security-bootstrapper-go-arm64 latest 16149cb7b708 3 minutes ago 17.9MB 08:20:22 docker-core-metadata-go-arm64 latest 30d83bfb8e32 3 minutes ago 17.9MB 08:20:22 docker-core-command-go-arm64 latest e3384db96bb4 3 minutes ago 16.3MB 08:20:22 docker-support-scheduler-go-arm64 latest fb3f5a4e73fc 3 minutes ago 16.4MB 08:20:22 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 08:20:22 ---> job-cost.sh 08:20:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EsLI 08:20:36 lxd 4.12 from Canonical* installed 08:20:36 + sudo lxd init --auto 08:20:46 + sudo snap install --classic snapcraft 08:21:00 snapcraft 4.6 from Canonical* installed 08:21:00 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:21:00 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:21:00 % Total % Received % Xferd Average Speed Time Time Time Current 08:21:00 Dload Upload Total Spent Left Speed 08:21:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 2762 0 --:--:-- --:--:-- --:--:-- 2762 08:21:00 100 3325k 100 3325k 0 0 7135k 0 --:--:-- --:--:-- --:--:-- 7135k 08:21:00 ./yq_linux_amd64 08:21:00 + sudo snapcraft prime --use-lxd 08:21:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:21:01 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: 08:21:01 - README.md 08:21:01 08:21:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:21:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:21:02 Launching a container. 08:21:17 Waiting for container to be ready 08:21:17 To start your first instance, try: lxc launch ubuntu:18.04 08:21:17 08:21:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:21:21 Waiting for network to be ready... 08:21:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:21:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 08:21:21 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:21:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 08:21:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:21:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:21:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 08:21:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 08:21:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 08:21:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 08:21:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:21:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:21:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:21:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:21:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:21:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:21:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:21:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:21:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:21:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 08:21:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 08:21:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:21:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:21:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 08:21:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 08:21:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 08:21:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 08:21:27 Fetched 24.2 MB in 6s (4121 kB/s) 08:21:29 Reading package lists... 08:21:29 Reading package lists... 08:21:29 Building dependency tree... 08:21:29 Reading state information... 08:21:29 The following additional packages will be installed: 08:21:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:21:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:21:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:21:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:21:29 Suggested packages: 08:21:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:21:29 Recommended packages: 08:21:29 gnupg libsasl2-modules 08:21:29 The following NEW packages will be installed: 08:21:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:21:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:21:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:21:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:21:29 The following packages will be upgraded: 08:21:29 gpg gpg-agent gpgconf libudev1 08:21:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 08:21:30 Need to get 3530 kB of archives. 08:21:30 After this operation, 13.3 MB of additional disk space will be used. 08:21:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 08:21:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:21:30 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] 08:21:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:21:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:21:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 08:21:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:21:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:21:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:21:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:21:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:21:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:21:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:21:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:21:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:21:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:21:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:21:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:21:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:21:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:21:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:21:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:21:31 debconf: delaying package configuration, since apt-utils is not installed 08:21:31 Fetched 3530 kB in 1s (3037 kB/s) 08:21:31 (Reading database ... 12511 files and directories currently installed.) 08:21:31 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 08:21:31 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 08:21:31 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 08:21:31 Selecting previously unselected package udev. 08:21:31 (Reading database ... 12511 files and directories currently installed.) 08:21:31 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 08:21:31 Unpacking udev (237-3ubuntu10.45) ... 08:21:32 Selecting previously unselected package libfuse2:amd64. 08:21:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:21:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:21:32 Selecting previously unselected package fuse. 08:21:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:21:32 Unpacking fuse (2.9.7-1ubuntu1) ... 08:21:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:21:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:21:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:21:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:21:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:21:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:21:32 Selecting previously unselected package libksba8:amd64. 08:21:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:21:32 Unpacking libksba8:amd64 (1.3.5-2) ... 08:21:33 Selecting previously unselected package libroken18-heimdal:amd64. 08:21:33 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:21:33 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:21:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:21:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libwind0-heimdal:amd64. 08:21:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:21:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:21:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:34 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:21:34 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:34 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:34 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:21:34 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:21:34 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:34 Selecting previously unselected package libsasl2-modules-db:amd64. 08:21:34 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:21:34 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:21:34 Selecting previously unselected package libsasl2-2:amd64. 08:21:34 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:21:34 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:21:34 Selecting previously unselected package libldap-common. 08:21:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:21:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:21:34 Selecting previously unselected package libldap-2.4-2:amd64. 08:21:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:21:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:21:34 Selecting previously unselected package dirmngr. 08:21:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:21:34 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:21:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:21:35 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:21:35 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:21:35 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:21:35 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:21:35 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:21:35 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:35 Setting up libksba8:amd64 (1.3.5-2) ... 08:21:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:21:35 Setting up udev (237-3ubuntu10.45) ... 08:21:36 invoke-rc.d: policy-rc.d denied execution of start. 08:21:36 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Processing triggers for systemd (237-3ubuntu10) ... 08:21:36 Setting up fuse (2.9.7-1ubuntu1) ... 08:21:36 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:21:36 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:21:36 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:21:36 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:21:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:21:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:21:37 settings in the [Install] section, and DefaultInstance for template units). 08:21:37 This means they are not meant to be enabled using systemctl. 08:21:37 Possible reasons for having this kind of units are: 08:21:37 1) A unit may be statically enabled by being symlinked from another unit's 08:21:37 .wants/ or .requires/ directory. 08:21:37 2) A unit's purpose may be to act as a helper for some other unit which has 08:21:37 a requirement dependency on it. 08:21:37 3) A unit may be started when needed via activation (socket, path, timer, 08:21:37 D-Bus, udev, scripted systemctl call, ...). 08:21:37 4) In case of template units, the unit is meant to be enabled with some 08:21:37 instance name specified. 08:21:37 Reading package lists... 08:21:38 Building dependency tree... 08:21:38 Reading state information... 08:21:38 The following additional packages will be installed: 08:21:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:21:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:21:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:21:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:21:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:21:38 Suggested packages: 08:21:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:21:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:21:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:21:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:21:38 systemd-container policykit-1 08:21:38 Recommended packages: 08:21:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:21:38 The following NEW packages will be installed: 08:21:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:21:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:21:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:21:38 multiarch-support openssh-client python3 python3-minimal python3.6 08:21:38 python3.6-minimal snapd squashfs-tools sudo 08:21:38 The following packages will be upgraded: 08:21:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:21:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 08:21:38 Need to get 35.2 MB of archives. 08:21:38 After this operation, 141 MB of additional disk space will be used. 08:21:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:21:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:21:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 08:21:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:21:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:21:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:21:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:21:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:21:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:21:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:21:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:21:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:21:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:21:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:21:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:21:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:21:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:21:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:21:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:21:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 08:21:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:21:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:21:39 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:21:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:21:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:21:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:21:39 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:21:39 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:21:39 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:21:39 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:21:40 debconf: delaying package configuration, since apt-utils is not installed 08:21:40 Fetched 35.2 MB in 1s (25.2 MB/s) 08:21:40 (Reading database ... 12757 files and directories currently installed.) 08:21:40 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 08:21:40 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 08:21:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 08:21:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 08:21:41 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 08:21:41 (Reading database ... 12757 files and directories currently installed.) 08:21:41 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:21:41 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:21:41 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:21:42 (Reading database ... 12757 files and directories currently installed.) 08:21:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:21:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:21:42 Setting up apt (1.6.12ubuntu0.2) ... 08:21:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:21:42 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:21:43 (Reading database ... 12764 files and directories currently installed.) 08:21:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:21:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:21:43 Selecting previously unselected package libpython3.6-minimal:amd64. 08:21:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:21:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:21:43 Selecting previously unselected package libexpat1:amd64. 08:21:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:21:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:21:43 Selecting previously unselected package python3.6-minimal. 08:21:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:21:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:21:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:21:44 Checking for services that may need to be restarted...done. 08:21:44 Checking for services that may need to be restarted...done. 08:21:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:21:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:21:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:21:45 Selecting previously unselected package python3-minimal. 08:21:45 (Reading database ... 13012 files and directories currently installed.) 08:21:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:21:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:21:46 Selecting previously unselected package mime-support. 08:21:46 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:21:46 Unpacking mime-support (3.60ubuntu1) ... 08:21:46 Selecting previously unselected package libmpdec2:amd64. 08:21:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:21:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:21:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:21:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:21:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:21:47 Selecting previously unselected package python3.6. 08:21:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:21:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:21:47 Selecting previously unselected package libpython3-stdlib:amd64. 08:21:47 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:21:47 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:21:47 Setting up python3-minimal (3.6.7-1~18.04) ... 08:21:47 Selecting previously unselected package python3. 08:21:47 (Reading database ... 13442 files and directories currently installed.) 08:21:47 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:21:47 Unpacking python3 (3.6.7-1~18.04) ... 08:21:47 Selecting previously unselected package multiarch-support. 08:21:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:21:47 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:21:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:21:47 Selecting previously unselected package liblzo2-2:amd64. 08:21:47 (Reading database ... 13479 files and directories currently installed.) 08:21:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:21:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:21:48 Selecting previously unselected package libbsd0:amd64. 08:21:48 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:21:48 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:21:48 Selecting previously unselected package sudo. 08:21:48 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:21:48 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:21:48 Selecting previously unselected package apparmor. 08:21:48 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:21:48 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:21:48 Selecting previously unselected package libedit2:amd64. 08:21:48 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:21:48 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:21:48 Selecting previously unselected package libkrb5support0:amd64. 08:21:48 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:21:48 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:21:48 Selecting previously unselected package libk5crypto3:amd64. 08:21:48 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:21:48 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:21:48 Selecting previously unselected package libkeyutils1:amd64. 08:21:48 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:21:48 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:21:49 Selecting previously unselected package libkrb5-3:amd64. 08:21:49 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:21:49 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:21:49 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:21:49 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:21:49 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:21:49 Selecting previously unselected package libssl1.0.0:amd64. 08:21:49 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:21:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:21:49 Selecting previously unselected package openssh-client. 08:21:49 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:21:49 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:21:49 Selecting previously unselected package squashfs-tools. 08:21:49 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:21:49 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:21:49 Selecting previously unselected package snapd. 08:21:49 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:21:49 Unpacking snapd (2.48.3+18.04) ... 08:21:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:21:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:21:53 Setting up mime-support (3.60ubuntu1) ... 08:21:53 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:21:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:21:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:21:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:21:53 Setting up systemd (237-3ubuntu10.45) ... 08:21:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:21:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:21:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:21:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:21:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:21:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:21:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:21:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:21:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:21:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:21:56 Setting up python3 (3.6.7-1~18.04) ... 08:21:56 running python rtupdate hooks for python3.6... 08:21:56 running python post-rtupdate hooks for python3.6... 08:21:56 Setting up apparmor (2.12-4ubuntu5.1) ... 08:21:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:21:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:21:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:21:58 Setting up snapd (2.48.3+18.04) ... 08:21:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:21:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:22:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:22:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:22:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:22:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:22:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:22:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:22:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:22:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:22:01 /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' 08:22:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:22:02 Processing triggers for systemd (237-3ubuntu10.45) ... 08:22:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:22:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:22:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:22:05 Reading package lists... 08:22:06 Reading package lists... 08:22:06 Building dependency tree... 08:22:06 Reading state information... 08:22:06 Calculating upgrade... 08:22:06 The following packages will be upgraded: 08:22:06 advancecomp base-files bash binutils binutils-common 08:22:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:22:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:22:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:22:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:22:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:22:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:22:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 08:22:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 08:22:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 08:22:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 08:22:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 08:22:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 08:22:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 08:22:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:22:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:22:06 Need to get 63.8 MB of archives. 08:22:06 After this operation, 5208 kB of additional disk space will be used. 08:22:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 08:22:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:22:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:22:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:22:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:22:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:22:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:22:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:22:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:22:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:22:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:22:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:22:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:22:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:22:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:22:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:22:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:22:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:22:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:22:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:22:07 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:22:07 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:22:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:22:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:22:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:22:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:22:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:22:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:22:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:22:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:22:07 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:22:07 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:22:07 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:22:07 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:22:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:22:07 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:22:07 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:22:07 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:22:07 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:22:07 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:22:07 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:22:07 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:22:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:22:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:22:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:22:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:22:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:22:07 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] 08:22:07 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:22:07 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:22:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:22:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:22:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:22:07 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:22:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:22:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:22:07 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:22:07 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:22:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:22:07 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:22:07 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:22:07 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:22:07 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:22:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:22:08 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:22:08 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:22:08 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:22:08 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:22:08 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:22:08 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:22:08 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:22:08 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:22:08 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:22:08 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:22:08 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:22:08 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:22:08 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:22:08 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:22:08 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:22:08 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:22:08 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:22:08 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] 08:22:08 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:22:08 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 08:22:08 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] 08:22:08 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:22:08 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:22:08 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:22:08 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:22:08 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:22:08 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:22:08 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:22:08 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] 08:22:08 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:22:08 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:22:08 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:22:08 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:22:08 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:22:08 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:22:08 debconf: delaying package configuration, since apt-utils is not installed 08:22:08 Fetched 63.8 MB in 2s (31.1 MB/s) 08:22:09 (Reading database ... 13912 files and directories currently installed.) 08:22:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:22:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:22:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:22:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:22:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 08:22:10 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 08:22:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:12 (Reading database ... 13911 files and directories currently installed.) 08:22:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:22:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:22:12 (Reading database ... 13911 files and directories currently installed.) 08:22:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:22:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:22:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:13 (Reading database ... 13911 files and directories currently installed.) 08:22:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:22:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:22:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:22:14 (Reading database ... 13911 files and directories currently installed.) 08:22:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:22:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:22:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:22:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:22:14 Setting up base-files (10.1ubuntu2.10) ... 08:22:14 Installing new version of config file /etc/issue ... 08:22:14 Installing new version of config file /etc/issue.net ... 08:22:14 Installing new version of config file /etc/lsb-release ... 08:22:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:22:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:22:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:22:15 Removing obsolete conffile /etc/default/motd-news ... 08:22:15 (Reading database ... 13912 files and directories currently installed.) 08:22:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:22:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:22:15 Setting up bash (4.4.18-2ubuntu1.2) ... 08:22:15 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 08:22:15 (Reading database ... 13912 files and directories currently installed.) 08:22:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:22:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:22:16 (Reading database ... 13912 files and directories currently installed.) 08:22:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:22:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:22:16 Setting up tar (1.29b-2ubuntu0.2) ... 08:22:16 (Reading database ... 13912 files and directories currently installed.) 08:22:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:22:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:22:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:22:17 (Reading database ... 13912 files and directories currently installed.) 08:22:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:22:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:22:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:22:17 (Reading database ... 13912 files and directories currently installed.) 08:22:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:22:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:22:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:22:17 (Reading database ... 13912 files and directories currently installed.) 08:22:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:22:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:22:17 Setting up grep (3.1-2build1) ... 08:22:17 (Reading database ... 13912 files and directories currently installed.) 08:22:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:22:18 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:22:18 Setting up login (1:4.5-1ubuntu2) ... 08:22:18 (Reading database ... 13912 files and directories currently installed.) 08:22:18 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:22:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:22:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:22:18 (Reading database ... 13912 files and directories currently installed.) 08:22:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:22:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:22:19 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:22:19 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:22:19 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:22:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:22:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:22:20 (Reading database ... 13912 files and directories currently installed.) 08:22:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:22:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:22:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:22:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:22:21 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:22:21 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:22:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:22:22 (Reading database ... 13912 files and directories currently installed.) 08:22:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:22:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:22:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:22:22 (Reading database ... 13912 files and directories currently installed.) 08:22:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:22:22 (Reading database ... 13912 files and directories currently installed.) 08:22:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:22:23 (Reading database ... 13912 files and directories currently installed.) 08:22:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:22:23 (Reading database ... 13912 files and directories currently installed.) 08:22:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:22:23 (Reading database ... 13912 files and directories currently installed.) 08:22:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:22:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:22:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:22:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:22:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:22:24 (Reading database ... 13912 files and directories currently installed.) 08:22:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:22:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:22:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:22:24 (Reading database ... 13912 files and directories currently installed.) 08:22:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:22:24 (Reading database ... 13912 files and directories currently installed.) 08:22:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:22:24 (Reading database ... 13912 files and directories currently installed.) 08:22:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:22:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:22:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:22:26 (Reading database ... 13912 files and directories currently installed.) 08:22:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:22:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:22:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:22:27 (Reading database ... 13912 files and directories currently installed.) 08:22:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:22:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:22:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:22:28 (Reading database ... 13914 files and directories currently installed.) 08:22:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:22:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:22:28 Setting up debconf (1.5.66ubuntu1) ... 08:22:28 (Reading database ... 13914 files and directories currently installed.) 08:22:28 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:22:28 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:22:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:22:29 (Reading database ... 13914 files and directories currently installed.) 08:22:29 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:22:29 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:22:29 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:22:29 (Reading database ... 13914 files and directories currently installed.) 08:22:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:22:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:22:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:22:29 (Reading database ... 13914 files and directories currently installed.) 08:22:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:22:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:22:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:22:30 (Reading database ... 13914 files and directories currently installed.) 08:22:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:22:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:22:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:22:30 (Reading database ... 13914 files and directories currently installed.) 08:22:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:22:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:22:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 08:22:30 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 08:22:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:22:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:22:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:22:31 (Reading database ... 13914 files and directories currently installed.) 08:22:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:22:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:22:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:22:31 (Reading database ... 13914 files and directories currently installed.) 08:22:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:22:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:22:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:22:32 (Reading database ... 13914 files and directories currently installed.) 08:22:32 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:22:32 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:22:32 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:22:32 (Reading database ... 13914 files and directories currently installed.) 08:22:32 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:22:32 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:22:32 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:22:32 (Reading database ... 13914 files and directories currently installed.) 08:22:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:22:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:22:32 Setting up passwd (1:4.5-1ubuntu2) ... 08:22:33 (Reading database ... 13914 files and directories currently installed.) 08:22:33 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:22:33 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:22:33 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:22:33 (Reading database ... 13914 files and directories currently installed.) 08:22:33 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:22:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:22:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:22:33 (Reading database ... 13914 files and directories currently installed.) 08:22:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:22:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:22:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:22:33 (Reading database ... 13914 files and directories currently installed.) 08:22:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:22:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:22:34 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:22:34 (Reading database ... 13914 files and directories currently installed.) 08:22:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:22:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:22:34 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:22:34 (Reading database ... 13914 files and directories currently installed.) 08:22:34 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:22:34 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:22:34 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:22:34 (Reading database ... 13914 files and directories currently installed.) 08:22:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:22:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:22:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:22:34 (Reading database ... 13915 files and directories currently installed.) 08:22:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:22:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:22:35 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:22:35 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:22:35 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:22:35 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:22:35 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:22:35 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:22:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:22:36 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:22:36 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:22:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:22:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:22:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:22:36 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:22:36 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:22:36 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:22:36 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:22:36 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:22:36 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:22:36 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:22:36 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:22:37 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:22:37 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:22:38 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:22:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:22:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:22:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:22:38 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:22:38 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:22:38 lf-activate-venv(): INFO: Adding /tmp/venv-EsLI/bin to PATH 08:22:38 INFO: No Stack... 08:22:38 INFO: Retrieving Pricing Info for: lf-standard-4 08:22:38 INFO: Archiving Costs [Pipeline] sh 08:22:38 + cat /w/workspace/edgex-go/4/archives/cost.csv 08:22:38 + cut -d, -f6 [Pipeline] lock 08:22:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] 08:22:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] did not exist. Created. 08:22:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] [Pipeline] { [Pipeline] unstash 08:22:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:22:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [Pipeline] sh 08:22:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:22:39 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:22:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:22:39 + echo total: 0.20999999344348907 [Pipeline] stash 08:22:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:22:39 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:39 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:39 Stashed 1 file(s) [Pipeline] } 08:22:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-4-stack-cost] [Pipeline] // lock 08:22:39 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:39 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:39 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:39 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:22:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:22:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:22:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:22:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:22:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:22:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:22:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:22:46 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:22:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:22:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:22:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:22:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:22:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:22:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:22:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:22:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:22:47 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:22:47 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:47 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:22:47 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:47 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:47 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:47 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:22:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:22:47 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:22:47 08:22:47 Current default time zone: 'Etc/UTC' 08:22:47 Local time is now: Wed Mar 31 08:22:47 UTC 2021. 08:22:47 Universal Time is now: Wed Mar 31 08:22:47 UTC 2021. 08:22:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:22:47 08:22:47 Setting up systemd-sysv (237-3ubuntu10.45) ... 08:22:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:47 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 08:22:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:22:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:22:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:22:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:22:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:22:48 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:22:48 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:22:48 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:48 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:22:48 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:22:48 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:48 Setting up patch (2.7.6-2ubuntu1.1) ... 08:22:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:22:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:22:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:22:48 Installing new version of config file /etc/ssl/openssl.cnf ... 08:22:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:22:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:22:48 Setting up ca-certificates (20210119~18.04.1) ... 08:22:51 Updating certificates in /etc/ssl/certs... 08:22:52 23 added, 27 removed; done. 08:22:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:22:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:22:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:22:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:22:52 Setting up pkgbinarymangler (138.18.04.1) ... 08:22:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:22:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up perl (5.26.1-6ubuntu0.5) ... 08:22:52 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:22:52 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:22:52 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:22:52 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:22:52 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:22:52 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:22:52 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:22:52 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:22:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:22:53 Processing triggers for systemd (237-3ubuntu10.45) ... 08:22:53 Processing triggers for mime-support (3.60ubuntu1) ... 08:22:53 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:22:53 Updating certificates in /etc/ssl/certs... 08:22:53 0 added, 0 removed; done. 08:22:53 Running hooks in /etc/ca-certificates/update.d... 08:22:53 done. 08:22:54 Reading package lists... 08:22:54 Building dependency tree... 08:22:54 Reading state information... 08:22:54 The following NEW packages will be installed: 08:22:54 apt-transport-https 08:22:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:22:55 Need to get 1696 B of archives. 08:22:55 After this operation, 153 kB of additional disk space will be used. 08:22:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:22:55 debconf: delaying package configuration, since apt-utils is not installed 08:22:55 Fetched 1696 B in 0s (8302 B/s) 08:22:55 Selecting previously unselected package apt-transport-https. 08:22:55 (Reading database ... 13920 files and directories currently installed.) 08:22:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:22:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:22:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:22:55 Waiting for network to be ready... 08:23:05 2021-03-31T08:23:01Z INFO Waiting for automatic snapd restart... 08:23:05 snapd 2.49.1 from Canonical* installed 08:23:07 "snapd" switched to the "latest/stable" channel 08:23:07 08:23:12 core18 20210309 from Canonical* installed 08:23:12 "core18" switched to the "latest/stable" channel 08:23:12 08:23:21 snapcraft 4.6 from Canonical* installed 08:23:21 "snapcraft" switched to the "latest/stable" channel 08:23:21 08:23:25 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: 08:23:25 - README.md 08:23:25 08:23:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:23:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:23:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:23:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:23:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:23:35 Reading package lists... 08:23:35 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 08:23:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:23:42 Reading package lists... 08:23:42 Building dependency tree... 08:23:42 Reading state information... 08:23:42 Suggested packages: 08:23:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:23:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:23:42 Recommended packages: 08:23:42 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:23:42 The following NEW packages will be installed: 08:23:42 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:23:42 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:23:42 pkg-config zip 08:23:42 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:23:42 Need to get 7657 kB of archives. 08:23:42 After this operation, 43.8 MB of additional disk space will be used. 08:23:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:23:42 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:23:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:23:43 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:23:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:23:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:23:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:23:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:23:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:23:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:23:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:23:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:23:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:23:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:23:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:23:43 debconf: delaying package configuration, since apt-utils is not installed 08:23:44 Fetched 7657 kB in 1s (7282 kB/s) 08:23:44 Selecting previously unselected package libglib2.0-0:amd64. 08:23:44 (Reading database ... 13924 files and directories currently installed.) 08:23:44 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:23:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:23:44 Selecting previously unselected package libpsl5:amd64. 08:23:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:23:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:23:44 Selecting previously unselected package libnghttp2-14:amd64. 08:23:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:23:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:23:44 Selecting previously unselected package librtmp1:amd64. 08:23:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:23:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:23:44 Selecting previously unselected package libcurl3-gnutls:amd64. 08:23:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:23:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:23:44 Selecting previously unselected package liberror-perl. 08:23:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:23:44 Unpacking liberror-perl (0.17025-1) ... 08:23:44 Selecting previously unselected package git-man. 08:23:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:23:44 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:23:45 Selecting previously unselected package git. 08:23:45 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:23:45 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:23:46 Selecting previously unselected package libnorm1:amd64. 08:23:46 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:23:46 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:23:46 Selecting previously unselected package libpgm-5.2-0:amd64. 08:23:46 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:23:46 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:23:46 Selecting previously unselected package libsodium23:amd64. 08:23:46 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:23:46 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:23:46 Selecting previously unselected package libzmq5:amd64. 08:23:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:23:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:23:46 Selecting previously unselected package libzmq3-dev:amd64. 08:23:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:23:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:23:46 Selecting previously unselected package pkg-config. 08:23:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:23:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:23:46 Selecting previously unselected package zip. 08:23:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:23:46 Unpacking zip (3.0-11build1) ... 08:23:47 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:23:47 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:23:47 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:23:47 Setting up liberror-perl (0.17025-1) ... 08:23:47 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:23:47 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:23:47 No schema files found: doing nothing. 08:23:47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:23:47 Setting up zip (3.0-11build1) ... 08:23:47 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:23:47 Setting up libsodium23:amd64 (1.0.16-2) ... 08:23:47 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:23:47 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:23:47 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:23:47 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:23:47 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:23:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:23:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:23:54 git set to automatically installed. 08:23:54 git-man set to automatically installed. 08:23:54 libcurl3-gnutls set to automatically installed. 08:23:54 liberror-perl set to automatically installed. 08:23:54 libglib2.0-0 set to automatically installed. 08:23:54 libnghttp2-14 set to automatically installed. 08:23:54 libnorm1 set to automatically installed. 08:23:54 libpgm-5.2-0 set to automatically installed. 08:23:54 libpsl5 set to automatically installed. 08:23:54 librtmp1 set to automatically installed. 08:23:54 libsodium23 set to automatically installed. 08:23:54 libzmq3-dev set to automatically installed. 08:23:54 libzmq5 set to automatically installed. 08:23:54 pkg-config set to automatically installed. 08:23:54 zip set to automatically installed. 08:23:57 snapd is not logged in, snap install commands will use sudo 08:24:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:24:30 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:24:30 snapd is not logged in, snap install commands will use sudo 08:24:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:24:38 snap "core18" has no updates available 08:24:38 Pulling go-build-helper 08:24:38 + snapcraftctl pull 08:24:40 'app-service-config' has dependencies that need to be staged: go-build-helper 08:24:40 Skipping pull go-build-helper (already ran) 08:24:40 Building go-build-helper 08:24:40 + snapcraftctl build 08:24:43 Staging go-build-helper 08:24:43 + snapcraftctl stage 08:25:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:25:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:25:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:25:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 08:25:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:25:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:25:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:25:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:25:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:25:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:25:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:25:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 08:25:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:25:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:25:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 08:25:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 08:25:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 08:25:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 08:25:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:25:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 08:25:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 08:25:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:25:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:25:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 08:25:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 08:25:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 08:25:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 08:25:02 Fetched 24.2 MB in 6s (3991 kB/s) 08:25:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:25:02 Fetched 224 kB in 0s (0 B/s) 08:25:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:25:02 Fetched 157 kB in 0s (0 B/s) 08:25:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:25:02 Fetched 221 kB in 0s (0 B/s) 08:25:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:25:02 Fetched 143 kB in 0s (0 B/s) 08:25:02 Pulling app-service-config 08:25:02 + snapcraftctl pull 08:25:02 Cloning into '/root/parts/app-service-config/src'... 08:25:02 Pulling config-common 08:25:02 + snapcraftctl pull 08:25:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:25:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:25:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:25:10 Fetched 0 B in 0s (0 B/s) 08:25:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:25:10 Fetched 0 B in 0s (0 B/s) 08:25:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:25:10 Fetched 0 B in 0s (0 B/s) 08:25:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:25:10 Fetched 0 B in 0s (0 B/s) 08:25:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:25:10 Fetched 0 B in 0s (0 B/s) 08:25:10 Pulling edgex-go 08:25:10 + snapcraftctl pull 08:25:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:25:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:25:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:25:36 Fetched 0 B in 0s (0 B/s) 08:25:36 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:25:36 Fetched 96.5 kB in 0s (0 B/s) 08:25:36 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:25:36 Fetched 279 kB in 0s (0 B/s) 08:25:36 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:25:36 Fetched 122 kB in 0s (0 B/s) 08:25:36 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:25:36 Fetched 77.8 kB in 0s (0 B/s) 08:25:36 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:25:36 Fetched 8848 B in 0s (0 B/s) 08:25:36 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:25:36 Fetched 47.8 kB in 0s (0 B/s) 08:25:36 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:25:36 Fetched 45.6 kB in 0s (0 B/s) 08:25:36 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:25:36 Fetched 15.0 kB in 0s (0 B/s) 08:25:36 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:25:36 Fetched 214 kB in 0s (0 B/s) 08:25:36 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:25:36 Fetched 154 kB in 0s (0 B/s) 08:25:36 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:25:36 Fetched 50.6 kB in 0s (0 B/s) 08:25:36 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:25:36 Fetched 14.8 kB in 0s (0 B/s) 08:25:36 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:25:36 Fetched 41.8 kB in 0s (0 B/s) 08:25:36 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:25:36 Fetched 499 kB in 0s (0 B/s) 08:25:36 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:25:36 Fetched 111 kB in 0s (0 B/s) 08:25:36 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:25:36 Fetched 240 kB in 0s (0 B/s) 08:25:36 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:25:36 Fetched 29.3 kB in 0s (0 B/s) 08:25:36 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:25:36 Fetched 85.5 kB in 0s (0 B/s) 08:25:36 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:25:36 Fetched 24.5 kB in 0s (0 B/s) 08:25:36 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:25:36 Fetched 49.2 kB in 0s (0 B/s) 08:25:36 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:25:36 Fetched 54.2 kB in 0s (0 B/s) 08:25:36 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:25:36 Fetched 30.8 kB in 0s (0 B/s) 08:25:36 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:25:36 Fetched 15.8 kB in 0s (0 B/s) 08:25:36 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:25:36 Fetched 85.9 kB in 0s (0 B/s) 08:25:36 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:25:36 Fetched 8720 B in 0s (0 B/s) 08:25:36 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:25:36 Fetched 137 kB in 0s (0 B/s) 08:25:36 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:25:36 Fetched 119 kB in 0s (0 B/s) 08:25:36 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:25:36 Fetched 109 kB in 0s (0 B/s) 08:25:36 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:25:36 Fetched 11.1 kB in 0s (0 B/s) 08:25:36 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:25:36 Fetched 645 kB in 0s (0 B/s) 08:25:36 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:25:36 Fetched 41.3 kB in 0s (0 B/s) 08:25:36 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:25:36 Fetched 17.9 kB in 0s (0 B/s) 08:25:36 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:25:36 Fetched 368 kB in 0s (0 B/s) 08:25:36 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:25:36 Fetched 187 kB in 0s (0 B/s) 08:25:36 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:25:36 Fetched 175 kB in 0s (0 B/s) 08:25:36 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:25:36 Fetched 206 kB in 0s (0 B/s) 08:25:36 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:25:36 Fetched 1301 kB in 0s (0 B/s) 08:25:36 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:25:36 Fetched 36.2 kB in 0s (0 B/s) 08:25:36 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:25:36 Fetched 159 kB in 0s (0 B/s) 08:25:36 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:25:36 Fetched 107 kB in 0s (0 B/s) 08:25:36 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:25:36 Fetched 48.7 kB in 0s (0 B/s) 08:25:36 Pulling static-packages 08:25:36 + snapcraftctl pull 08:25:37 Pulling version 08:25:37 + cd /root/project 08:25:37 + [ -f VERSION ] 08:25:37 + PROJECT_VERSION=local-dev 08:25:37 + git rev-parse --short HEAD 08:25:37 + GIT_REVISION=8c982637 08:25:37 + snapcraftctl set-version local-dev 08:25:39 Skipping build go-build-helper (already ran) 08:25:39 Building app-service-config 08:25:39 + make build 08:25:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:25:41 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 08:25:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 08:25:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 08:25:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 08:25:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:25:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:25:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:25:41 go: downloading github.com/BurntSushi/toml v0.3.1 08:25:41 go: downloading github.com/hashicorp/consul/api v1.8.1 08:25:41 go: downloading github.com/pelletier/go-toml v1.2.0 08:25:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 08:25:42 go: downloading github.com/x448/float16 v0.8.4 08:25:42 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 08:25:42 go: downloading github.com/google/uuid v1.2.0 08:25:42 go: downloading github.com/gorilla/websocket v1.4.2 08:25:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:25:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:25:42 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:25:42 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:25:42 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:25:43 go: downloading github.com/go-playground/universal-translator v0.17.0 08:25:43 go: downloading github.com/leodido/go-urn v1.2.0 08:25:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:25:43 go: downloading github.com/hashicorp/serf v0.9.5 08:25:43 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:25:43 go: downloading github.com/fatih/color v1.9.0 08:25:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:25:43 go: downloading github.com/mattn/go-isatty v0.0.12 08:25:43 go: downloading github.com/pebbe/zmq4 v1.2.5 08:25:43 go: downloading github.com/gorilla/mux v1.8.0 08:25:44 go: downloading github.com/go-playground/locales v0.13.0 08:25:44 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:25:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:25:44 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:25:44 go: downloading github.com/mattn/go-colorable v0.1.6 08:25:44 go: downloading github.com/mitchellh/copystructure v1.0.0 08:25:44 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:25:44 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:25:44 go: downloading github.com/go-kit/kit v0.8.0 08:25:44 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:25:44 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:25:44 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:25:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:25:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:25:44 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:25:59 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:25:59 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:25:59 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:25:59 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:26:00 Building config-common 08:26:00 + snapcraftctl build 08:26:05 Building edgex-go 08:26:07 + cd /root/parts/edgex-go/src 08:26:07 + make build 08:26:07 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 08:26:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:26:07 go: downloading github.com/imdario/mergo v0.3.12 08:26:07 go: downloading github.com/pkg/errors v0.8.1 08:26: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 08:26:12 go: downloading gopkg.in/yaml.v2 v2.4.0 08:26:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08: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 08:26:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:26:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:26:26 go: downloading github.com/stretchr/testify v1.7.0 08:26:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:26:26 go: downloading github.com/pmezard/go-difflib v1.0.0 08:26:26 go: downloading github.com/davecgh/go-spew v1.1.1 08:26: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 08:26:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:26:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:26:31 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 08:26:33 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 08:26:35 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 08:26:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:26:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:26:38 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 08:26:38 go: downloading github.com/lib/pq v1.9.0 08:26:42 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:26:42 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:26:42 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:26:42 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:26:42 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:26:42 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:26:42 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:26:42 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:26:42 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:26:42 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:26:42 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:26:42 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:26:42 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:26:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:26:42 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:26:42 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:26:42 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:26:42 + 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 08:26:42 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:26:42 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:26:42 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:26:42 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:26:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:26:42 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:26:42 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:26:42 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:26:46 Building static-packages 08:26:46 + snapcraftctl build 08:26:50 Building version 08:26:50 + snapcraftctl build 08:26:54 Skipping stage go-build-helper (already ran) 08:26:54 Staging app-service-config 08:26:54 + snapcraftctl stage 08:26:55 Staging config-common 08:26:55 + snapcraftctl stage 08:26:57 Staging edgex-go 08:26:57 + snapcraftctl stage 08:26:59 Staging static-packages 08:26:59 + snapcraftctl stage 08:27:00 Staging version 08:27:00 + snapcraftctl stage 08:27:02 Priming go-build-helper 08:27:02 + snapcraftctl prime 08:27:03 Priming app-service-config 08:27:03 + snapcraftctl prime 08:27:05 Priming config-common 08:27:05 + snapcraftctl prime 08:27:07 Priming edgex-go 08:27:07 + snapcraftctl prime 08:27:09 Priming static-packages 08:27:09 + snapcraftctl prime 08:27:13 Priming version 08:27:13 + snapcraftctl prime 08:27:14 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 08:27:18 provisioning config files... 08:27:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2870015251746063697tmp [Pipeline] { [Pipeline] sh 08:27:18 + set +x 08:27:18 + curl -s https://codecov.io/bash 08:27:18 + bash -s -- 08:27:19 08:27:19 _____ _ 08:27:19 / ____| | | 08:27:19 | | ___ __| | ___ ___ _____ __ 08:27:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:27:19 | |___| (_) | (_| | __/ (_| (_) \ V / 08:27:19 \_____\___/ \__,_|\___|\___\___/ \_/ 08:27:19 Bash-20210309-2b87ace 08:27:19 08:27:19 08:27:19 ==> git version 2.24.3 found 08:27:19 ==> 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 08:27:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:27:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:27:19 ==> Jenkins CI detected. 08:27:19 project root: . 08:27:19 --> token set from env 08:27:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:27:19 ==> Running gcov in . (disable via -X gcov) 08:27:19 ==> Python coveragepy not found 08:27:19 ==> Searching for coverage reports in: 08:27:19 + . 08:27:19 -> Found 1 reports 08:27:19 ==> Detecting git/mercurial file structure 08:27:19 ==> Reading reports 08:27:19 + ./coverage.out bytes=680272 08:27:19 ==> Appending adjustments 08:27:19 https://docs.codecov.io/docs/fixing-reports 08:27:28 + Found adjustments 08:27:28 ==> Gzipping contents 08:27:28 96K /tmp/codecov.gPyln7.gz 08:27:28 ==> Uploading reports 08:27:28 url: https://codecov.io 08:27:28 query: branch=PR-3327&commit=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= 08:27:28 -> Pinging Codecov 08:27:28 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3327&commit=8c982637e038abfcf6c9a1c1a63f6ba0113b03bb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= 08:27:28 -> Uploading to 08:27:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/8c982637e038abfcf6c9a1c1a63f6ba0113b03bb/51f3bf37-4c53-46b6-a2c4-4672618681fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T082727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1fb9683bb61fd474864a8b74617e7b73a8548da0b5f5e0c78ee86bb1e4121671 08:27:28 % Total % Received % Xferd Average Speed Time Time Time Current 08:27:28 Dload Upload Total Spent Left Speed 08:27:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97778 0 0 100 97778 0 163k --:--:-- --:--:-- --:--:-- 163k 08:27:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c982637e038abfcf6c9a1c1a63f6ba0113b03bb [Pipeline] } 08:27:28 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 08:27:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:27:31 ---> package-listing.sh 08:27:31 ++ tr '[:upper:]' '[:lower:]' 08:27:31 ++ facter osfamily 08:27:32 + OS_FAMILY=redhat 08:27:32 + workspace=/w/workspace/edgex-go/4 08:27:32 + START_PACKAGES=/tmp/packages_start.txt 08:27:32 + END_PACKAGES=/tmp/packages_end.txt 08:27:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:27:32 + PACKAGES=/tmp/packages_start.txt 08:27:32 + '[' /w/workspace/edgex-go/4 ']' 08:27:32 + PACKAGES=/tmp/packages_end.txt 08:27:32 + case "${OS_FAMILY}" in 08:27:32 + rpm -qa 08:27:32 + sort 08:27:39 + '[' -f /tmp/packages_start.txt ']' 08:27:39 + '[' -f /tmp/packages_end.txt ']' 08:27:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:27:39 + '[' /w/workspace/edgex-go/4 ']' 08:27:39 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:27:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:27:39 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:27:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:40 08:27:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:27:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:41 alpine: Pulling from edgex-lftools-log-publisher 08:27:41 df20fa9351a1: Pulling fs layer 08:27:41 36b3adc4ff6f: Pulling fs layer 08:27:41 8ad3a11d3b57: Pulling fs layer 08:27:41 46f8f816bc3b: Pulling fs layer 08:27:41 93b61091891f: Pulling fs layer 08:27:41 93b9cdb0e59b: Pulling fs layer 08:27:41 5e14af77c1be: Pulling fs layer 08:27:41 01666e4c0597: Pulling fs layer 08:27:41 aa168da1d23b: Pulling fs layer 08:27:41 46f8f816bc3b: Waiting 08:27:41 93b61091891f: Waiting 08:27:41 93b9cdb0e59b: Waiting 08:27:41 5e14af77c1be: Waiting 08:27:41 aa168da1d23b: Waiting 08:27:41 01666e4c0597: Waiting 08:27:41 36b3adc4ff6f: Verifying Checksum 08:27:41 36b3adc4ff6f: Download complete 08:27:41 46f8f816bc3b: Verifying Checksum 08:27:41 46f8f816bc3b: Download complete 08:27:41 df20fa9351a1: Verifying Checksum 08:27:41 df20fa9351a1: Download complete 08:27:41 93b9cdb0e59b: Verifying Checksum 08:27:41 93b9cdb0e59b: Download complete 08:27:41 5e14af77c1be: Verifying Checksum 08:27:41 5e14af77c1be: Download complete 08:27:41 93b61091891f: Verifying Checksum 08:27:41 93b61091891f: Download complete 08:27:42 01666e4c0597: Verifying Checksum 08:27:42 01666e4c0597: Download complete 08:27:42 8ad3a11d3b57: Verifying Checksum 08:27:42 8ad3a11d3b57: Download complete 08:27:43 df20fa9351a1: Pull complete 08:27:44 36b3adc4ff6f: Pull complete 08:27:46 8ad3a11d3b57: Pull complete 08:27:46 46f8f816bc3b: Pull complete 08:27:49 93b61091891f: Pull complete 08:27:49 93b9cdb0e59b: Pull complete 08:27:50 5e14af77c1be: Pull complete 08:27:50 aa168da1d23b: Verifying Checksum 08:27:50 aa168da1d23b: Download complete 08:27:51 01666e4c0597: Pull complete 08:28:10 aa168da1d23b: Pull complete 08:28:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:28:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:28:11 prd-centos7-docker-4c-2g-32226 does not seem to be running inside a container 08:28:11 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 08:28:17 $ docker top e52db614d53d2d8a0dc86beabcd44050ca172ee2efe0509f7054b1af92f70d1e -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:18 + touch /tmp/pre-build-complete [Pipeline] sh 08:28:19 + mkdir -p /var/log/sa [Pipeline] sh 08:28:20 + ls /var/log/sa-host 08:28:20 + sadf -c /var/log/sa-host/sa23 08:28:20 file_magic: OK 08:28:20 HZ: Using current value: 100 08:28:20 file_header: OK 08:28:20 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 08:28:20 Statistics: 08:28:20 Hnuu...uuuununununu... 08:28:20 File successfully converted to sysstat format version 12.2.1 08:28:20 + sadf -c /var/log/sa-host/sa31 08:28:20 file_magic: OK 08:28:20 HZ: Using current value: 100 08:28:20 file_header: OK 08:28:20 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 08:28:20 Statistics: 08:28:20 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... 08:28:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:28:21 provisioning config files... 08:28:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4751193399113912012tmp [Pipeline] { [Pipeline] echo 08:28:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:28:22 ---> create-netrc.sh [Pipeline] } 08:28:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:28:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:28:23 ---> python-tools-install.sh [Pipeline] echo 08:28:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:28:24 ---> sudo-logs.sh 08:28:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:28:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:28:25 ---> job-cost.sh 08:28:25 lf-activate-venv: SKIPPING 08:28:25 DEBUG: total: 0.20999999344348907 08:28:25 INFO: Retrieving Stack Cost... 08:28:26 INFO: Retrieving Pricing Info for: v1-standard-2 08:28:27 INFO: Archiving Costs [Pipeline] echo 08:28:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:28:27 ---> logs-deploy.sh 08:28:27 lf-activate-venv: SKIPPING 08:28:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/4 08:28:27 INFO: archiving workspace using pattern(s): 08:28:30 Archives upload complete. 08:28:31 INFO: archiving logs to Nexus 08:28:33 ---> uname -a: 08:28:33 Linux prd-centos7-docker-4c-2g-32226.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:28:33 08:28:33 08:28:33 ---> lscpu: 08:28:33 Architecture: x86_64 08:28:33 CPU op-mode(s): 32-bit, 64-bit 08:28:33 Byte Order: Little Endian 08:28:33 Address sizes: 40 bits physical, 48 bits virtual 08:28:33 CPU(s): 4 08:28:33 On-line CPU(s) list: 0-3 08:28:33 Thread(s) per core: 1 08:28:33 Core(s) per socket: 1 08:28:33 Socket(s): 4 08:28:33 NUMA node(s): 1 08:28:33 Vendor ID: GenuineIntel 08:28:33 CPU family: 6 08:28:33 Model: 44 08:28:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:28:33 Stepping: 1 08:28:33 CPU MHz: 2933.438 08:28:33 BogoMIPS: 5866.87 08:28:33 Virtualization: VT-x 08:28:33 Hypervisor vendor: KVM 08:28:33 Virtualization type: full 08:28:33 L1d cache: 128 KiB 08:28:33 L1i cache: 128 KiB 08:28:33 L2 cache: 16 MiB 08:28:33 L3 cache: 64 MiB 08:28:33 NUMA node0 CPU(s): 0-3 08:28:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:28:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:28:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:28:33 Vulnerability Meltdown: Mitigation; PTI 08:28:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:28:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:28:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:28:33 Vulnerability Srbds: Not affected 08:28:33 Vulnerability Tsx async abort: Not affected 08:28:33 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 08:28:33 08:28:33 08:28:33 ---> nproc: 08:28:33 4 08:28:33 08:28:33 08:28:33 ---> df -h: 08:28:33 Filesystem Size Used Available Use% Mounted on 08:28:33 overlay 50.0G 12.2G 37.8G 24% / 08:28:33 tmpfs 64.0M 0 64.0M 0% /dev 08:28:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:28:33 shm 64.0M 0 64.0M 0% /dev/shm 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 08:28:33 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp 08:28:33 08:28:33 08:28:33 ---> free -m: 08:28:33 total used free shared buff/cache available 08:28:33 Mem: 1837 720 123 0 993 1034 08:28:33 Swap: 1023 47 976 08:28:33 08:28:33 08:28:33 ---> ip addr: 08:28:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:28:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:28:33 inet 127.0.0.1/8 scope host lo 08:28:33 valid_lft forever preferred_lft forever 08:28:33 inet6 ::1/128 scope host 08:28:33 valid_lft forever preferred_lft forever 08:28:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:28:33 link/ether fa:16:3e:9c:23:06 brd ff:ff:ff:ff:ff:ff 08:28:33 inet 10.30.123.95/23 brd 10.30.123.255 scope global dynamic eth0 08:28:33 valid_lft 84504sec preferred_lft 84504sec 08:28:33 inet6 fe80::f816:3eff:fe9c:2306/64 scope link 08:28:33 valid_lft forever preferred_lft forever 08:28:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:28:33 link/ether 02:42:8e:b7:2c:21 brd ff:ff:ff:ff:ff:ff 08:28:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:28:33 valid_lft forever preferred_lft forever 08:28:33 inet6 fe80::42:8eff:feb7:2c21/64 scope link 08:28:33 valid_lft forever preferred_lft forever 08:28:33 08:28:33 08:28:33 ---> sar -b -r -n DEV: 08:28:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 08:28:33 08:28:33 07:56:43 LINUX RESTART (4 CPU) 08:28:33 08:28:33 07:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:28:33 07:59:01 58.33 14.94 43.39 0.00 4866.64 7972.80 0.00 08:28:33 08:00:02 94.16 48.84 45.32 0.00 5356.95 21285.42 0.00 08:28:33 08:01:01 167.72 48.35 119.37 0.00 2175.61 28096.19 0.00 08:28:33 08:02:02 162.84 67.61 95.23 0.00 2277.46 12906.14 0.00 08:28:33 08:03:01 67.82 26.56 41.27 0.00 1070.48 5869.93 0.00 08:28:33 08:04:02 58.31 13.19 45.13 0.00 553.40 4674.67 0.00 08:28:33 08:05:01 85.64 49.54 36.10 0.00 1844.84 2301.07 0.00 08:28:33 08:06:01 66.59 24.18 42.41 0.00 1209.91 4005.24 0.00 08:28:33 08:07:01 27.89 5.25 22.64 0.00 601.30 3982.97 0.00 08:28:33 08:08:01 40.90 5.71 35.18 0.00 326.51 12303.19 0.00 08:28:33 08:09:03 335.35 165.41 169.94 0.00 45597.67 101593.02 0.00 08:28:33 08:10:02 900.14 738.68 161.45 0.00 53786.87 54482.90 0.00 08:28:33 08:11:02 1350.97 1137.00 213.97 0.00 120120.66 128778.87 0.00 08:28:33 08:12:03 598.86 478.52 120.34 0.00 25373.15 30869.90 0.00 08:28:33 08:13:02 260.78 99.27 161.51 0.00 7271.78 23072.01 0.00 08:28:33 08:14:07 695.89 522.91 172.98 0.00 62846.95 103337.56 0.00 08:28:33 08:15:05 887.39 738.95 148.44 0.00 46512.40 49288.89 0.00 08:28:33 08:16:01 718.99 529.92 189.07 0.00 42209.40 41361.78 0.00 08:28:33 08:17:01 160.35 37.26 123.09 0.00 4011.82 26336.31 0.00 08:28:33 08:18:02 85.97 1.43 84.54 0.00 101.88 6845.67 0.00 08:28:33 08:19:01 20.45 12.74 7.71 0.00 3016.37 227.44 0.00 08:28:33 08:20:01 0.58 0.02 0.57 0.00 0.13 6.31 0.00 08:28:33 08:21:01 0.55 0.00 0.55 0.00 0.00 5.56 0.00 08:28:33 08:22:01 0.32 0.02 0.30 0.00 0.27 3.61 0.00 08:28:33 08:23:01 0.42 0.00 0.42 0.00 0.00 5.56 0.00 08:28:33 08:24:01 0.30 0.00 0.30 0.00 0.00 3.03 0.00 08:28:33 08:25:01 0.22 0.02 0.20 0.00 0.53 1.65 0.00 08:28:33 08:26:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 08:28:33 08:27:01 0.35 0.18 0.17 0.00 9.18 1.36 0.00 08:28:33 08:28:02 129.58 76.12 53.45 0.00 7009.26 13820.71 0.00 08:28:33 Average: 231.92 160.76 71.16 0.00 14649.01 22995.78 0.00 08:28:33 08:28:33 07:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:28:33 07:59:01 153684 0 639800 34.00 2620 1085440 1348700 46.03 467156 1055192 60 08:28:33 08:00:02 102628 0 674396 35.84 2596 1101924 1379108 47.07 661056 904680 36404 08:28:33 08:01:01 136424 0 723956 38.48 1928 1019236 1504100 51.33 562376 936740 1664 08:28:33 08:02:02 117760 0 838276 44.55 1500 924008 1765056 60.24 627024 857200 30904 08:28:33 08:03:01 153232 0 824384 43.81 844 903084 1734184 59.18 651956 793496 56896 08:28:33 08:04:02 169360 0 844412 44.88 616 867156 1814056 61.91 711304 712248 63360 08:28:33 08:05:01 289592 0 779588 41.43 616 811748 1785804 60.95 569512 728912 60608 08:28:33 08:06:01 262532 0 746320 39.67 616 872076 1374932 46.92 531764 788364 21292 08:28:33 08:07:01 251856 0 735448 39.09 508 893732 1299956 44.37 578264 754764 39704 08:28:33 08:08:01 75008 0 776084 41.25 476 1029976 1595144 54.44 619920 893364 60428 08:28:33 08:09:03 69012 0 833340 44.29 92 979100 2334364 79.67 659408 936384 88880 08:28:33 08:10:02 53600 0 851260 45.24 0 976684 2332356 79.60 610516 986840 74684 08:28:33 08:11:02 70124 0 855384 45.46 0 956036 2305688 78.69 713596 860932 65144 08:28:33 08:12:03 315320 0 1110264 59.01 0 455960 3383636 115.48 682168 604052 13812 08:28:33 08:13:02 275804 0 789260 41.95 0 816480 1751844 59.79 568572 767472 13096 08:28:33 08:14:07 70132 0 821420 43.66 0 989992 2129912 72.69 603500 967524 25400 08:28:33 08:15:05 64300 0 846484 44.99 0 970760 2258016 77.06 530164 997584 18804 08:28:33 08:16:01 230524 0 836876 44.48 0 814144 2643932 90.23 643348 754224 9080 08:28:33 08:17:01 130272 0 709204 37.69 0 1042068 1618308 55.23 658808 849176 292 08:28:33 08:18:02 171648 0 687912 36.56 0 1021984 1391640 47.49 581200 875100 24 08:28:33 08:19:01 145544 0 639112 33.97 0 1096888 1183048 40.38 565972 920780 12 08:28:33 08:20:01 148732 0 635908 33.80 0 1096904 1139044 38.87 563752 920792 8 08:28:33 08:21:01 149016 0 635624 33.78 0 1096904 1138900 38.87 563416 920792 8 08:28:33 08:22:01 149048 0 635588 33.78 0 1096908 1138900 38.87 563424 920792 8 08:28:33 08:23:01 149192 0 635424 33.77 0 1096928 1139032 38.87 563524 920804 12 08:28:33 08:24:01 149564 0 635044 33.75 0 1096936 1138900 38.87 563316 920800 12 08:28:33 08:25:01 149680 0 634940 33.75 0 1096924 1138900 38.87 563440 920800 12 08:28:33 08:26:01 149556 0 635040 33.75 0 1096948 1138896 38.87 563444 920820 8 08:28:33 08:27:01 149104 0 635208 33.76 0 1097232 1138900 38.87 563452 921092 8 08:28:33 08:28:02 75452 0 720760 38.31 0 1085332 1607628 54.87 718436 817048 44464 08:28:33 Average: 152590 0 745557 39.62 414 982983 1655096 56.49 600793 870959 24170 08:28:33 08:28:33 07:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:28:33 07:59:01 vethc2521fd 2.06 1.57 0.95 2.82 0.00 0.00 0.00 0.00 08:28:33 07:59:01 eth0 460.89 400.73 3224.22 57.04 0.00 0.00 0.00 0.00 08:28:33 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 07:59:01 docker0 2.06 1.45 0.92 2.81 0.00 0.00 0.00 0.00 08:28:33 08:00:02 eth0 376.94 254.13 3084.87 77.92 0.00 0.00 0.00 0.00 08:28:33 08:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:00:02 docker0 191.16 297.61 35.45 2614.33 0.00 0.00 0.00 0.00 08:28:33 08:01:01 veth1e44d64 22.10 28.15 2.21 23.51 0.00 0.00 0.00 0.00 08:28:33 08:01:01 eth0 318.36 248.75 2798.70 26.01 0.00 0.00 0.00 0.00 08:28:33 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:01:01 docker0 49.51 83.20 3.35 387.67 0.00 0.00 0.00 0.00 08:28:33 08:02:02 vethe667bd1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:02:02 eth0 86.60 52.64 461.55 59.17 0.00 0.00 0.00 0.00 08:28:33 08:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:02:02 docker0 27.64 59.26 2.35 437.81 0.00 0.00 0.00 0.00 08:28:33 08:03:01 vethe667bd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:03:01 eth0 8.67 6.71 6.87 3.75 0.00 0.00 0.00 0.00 08:28:33 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:04:02 vethe667bd1 0.63 0.63 0.05 0.05 0.00 0.00 0.00 0.00 08:28:33 08:04:02 eth0 27.49 20.43 20.25 11.13 0.00 0.00 0.00 0.00 08:28:33 08:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:04:02 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 08:28:33 08:05:01 vethe667bd1 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 08:28:33 08:05:01 eth0 29.95 27.04 17.79 56.86 0.00 0.00 0.00 0.00 08:28:33 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:05:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 08:28:33 08:06:01 vethe667bd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:06:01 eth0 3.21 2.76 3.00 1.36 0.00 0.00 0.00 0.00 08:28:33 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:07:01 vethe667bd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:07:01 eth0 23.43 17.76 19.18 10.75 0.00 0.00 0.00 0.00 08:28:33 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:08:01 eth0 181.25 156.86 1682.11 65.45 0.00 0.00 0.00 0.00 08:28:33 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:09:03 veth44effa2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:09:03 eth0 24.67 23.68 23.23 42.44 0.00 0.00 0.00 0.00 08:28:33 08:09:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:09:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:10:02 veth44effa2 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:10:02 eth0 47.16 29.59 166.23 10.56 0.00 0.00 0.00 0.00 08:28:33 08:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:10:02 docker0 11.76 24.03 0.66 148.56 0.00 0.00 0.00 0.00 08:28:33 08:11:02 veth44effa2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:11:02 eth0 5.58 4.33 4.23 2.31 0.00 0.00 0.00 0.00 08:28:33 08:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:12:03 vetha4123a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:12:03 veth44effa2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:12:03 veth5f4af75 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:12:03 eth0 7.56 5.98 5.90 3.27 0.00 0.00 0.00 0.00 08:28:33 08:13:02 veth44effa2 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:13:02 eth0 67.16 46.37 237.02 62.86 0.00 0.00 0.00 0.00 08:28:33 08:13:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:28:33 08:13:02 docker0 306.72 512.96 45.01 3879.15 0.00 0.00 0.00 0.00 08:28:33 08:14:07 veth44effa2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:14:07 eth0 20.41 16.10 15.54 8.53 0.00 0.00 0.00 0.00 08:28:33 08:14:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:14:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:15:05 veth9fd179a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 08:28:33 08:15:05 veth44effa2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:15:05 eth0 22.61 15.32 70.22 5.40 0.00 0.00 0.00 0.00 08:28:33 08:15:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:16:01 veth79efbae 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:16:01 veth24d74d0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:16:01 veth44effa2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:16:01 eth0 35.16 27.99 51.60 55.97 0.00 0.00 0.00 0.00 08:28:33 08:17:01 veth44effa2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:17:01 eth0 160.20 136.28 1289.35 65.55 0.00 0.00 0.00 0.00 08:28:33 08:17:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:28:33 08:17:01 docker0 309.75 520.85 44.44 3908.46 0.00 0.00 0.00 0.00 08:28:33 08:18:02 veth44effa2 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:28:33 08:18:02 eth0 102.69 61.38 436.85 59.24 0.00 0.00 0.00 0.00 08:28:33 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:18:02 docker0 25.54 56.05 1.72 404.63 0.00 0.00 0.00 0.00 08:28:33 08:19:01 eth0 5.67 4.31 5.22 2.08 0.00 0.00 0.00 0.00 08:28:33 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:20:01 eth0 0.45 0.42 0.27 0.20 0.00 0.00 0.00 0.00 08:28:33 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:21:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 08:28:33 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:22:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:23:01 eth0 0.35 0.25 0.15 0.07 0.00 0.00 0.00 0.00 08:28:33 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:25:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:28:33 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:28:02 eth0 213.53 170.85 2157.62 52.53 0.00 0.00 0.00 0.00 08:28:33 08:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 08:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 Average: eth0 74.26 57.61 525.92 24.63 0.00 0.00 0.00 0.00 08:28:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:28:33 Average: docker0 11.22 19.30 1.54 144.29 0.00 0.00 0.00 0.00 08:28:33 08:28:33 08:28:33 ---> sar -P ALL: 08:28:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 08:28:33 08:28:33 07:56:43 LINUX RESTART (4 CPU) 08:28:33 08:28:33 07:58:02 CPU %user %nice %system %iowait %steal %idle 08:28:33 07:59:01 all 5.46 0.00 4.34 1.14 24.87 64.18 08:28:33 07:59:01 0 4.75 0.00 3.78 0.53 26.37 64.58 08:28:33 07:59:01 1 3.67 0.00 3.28 1.62 26.35 65.08 08:28:33 07:59:01 2 7.66 0.00 5.02 0.74 24.41 62.18 08:28:33 07:59:01 3 5.93 0.00 5.42 1.68 22.15 64.82 08:28:33 08:00:02 all 8.13 0.00 3.70 1.26 25.23 61.68 08:28:33 08:00:02 0 5.46 0.00 2.97 1.38 27.17 63.03 08:28:33 08:00:02 1 10.18 0.00 4.54 0.95 24.82 59.50 08:28:33 08:00:02 2 6.02 0.00 3.70 1.64 24.28 64.37 08:28:33 08:00:02 3 11.09 0.00 3.63 1.06 24.53 59.70 08:28:33 08:01:01 all 3.42 0.00 3.81 2.52 28.03 62.23 08:28:33 08:01:01 0 3.27 0.00 3.70 1.50 31.50 60.03 08:28:33 08:01:01 1 3.53 0.00 4.20 2.66 26.87 62.73 08:28:33 08:01:01 2 3.59 0.00 3.84 3.84 26.73 62.00 08:28:33 08:01:01 3 3.29 0.00 3.50 2.13 26.88 64.20 08:28:33 08:02:02 all 8.53 0.00 7.27 5.07 28.34 50.80 08:28:33 08:02:02 0 10.71 0.00 8.81 3.18 28.27 49.02 08:28:33 08:02:02 1 8.51 0.00 7.29 7.50 29.15 47.56 08:28:33 08:02:02 2 8.05 0.00 7.32 5.62 29.03 49.97 08:28:33 08:02:02 3 6.93 0.00 5.72 3.93 26.92 56.50 08:28:33 08:03:01 all 30.40 0.00 10.13 2.11 39.38 17.97 08:28:33 08:03:01 0 27.90 0.00 9.74 2.20 39.65 20.51 08:28:33 08:03:01 1 33.91 0.00 9.86 2.37 38.43 15.44 08:28:33 08:03:01 2 32.25 0.00 10.58 2.06 38.89 16.23 08:28:33 08:03:01 3 27.75 0.00 10.35 1.84 40.51 19.56 08:28:33 08:04:02 all 23.64 0.00 9.21 1.42 39.58 26.16 08:28:33 08:04:02 0 16.88 0.00 7.10 1.64 40.68 33.70 08:28:33 08:04:02 1 28.89 0.00 9.83 0.82 38.79 21.68 08:28:33 08:04:02 2 26.72 0.00 10.38 1.69 39.30 21.92 08:28:33 08:04:02 3 23.01 0.00 9.78 1.49 39.41 26.31 08:28:33 08:05:01 all 25.53 0.00 10.75 1.64 35.98 26.11 08:28:33 08:05:01 0 24.34 0.00 9.29 1.39 36.12 28.86 08:28:33 08:05:01 1 26.61 0.00 11.75 1.82 37.43 22.40 08:28:33 08:05:01 2 23.67 0.00 10.72 1.95 34.67 28.98 08:28:33 08:05:01 3 27.69 0.00 11.35 1.38 35.78 23.80 08:28:33 08:06:01 all 18.78 0.00 10.43 2.47 41.12 27.20 08:28:33 08:06:01 0 16.69 0.00 9.02 2.85 41.53 29.92 08:28:33 08:06:01 1 19.50 0.00 11.10 2.53 42.24 24.63 08:28:33 08:06:01 2 18.98 0.00 9.67 2.30 39.99 29.06 08:28:33 08:06:01 3 20.12 0.00 12.08 2.16 40.68 24.96 08:28:33 08:07:01 all 12.49 0.00 9.95 0.64 36.39 40.52 08:28:33 08:07:01 0 11.38 0.00 8.46 0.79 36.55 42.82 08:28:33 08:07:01 1 11.65 0.00 8.80 1.05 37.20 41.30 08:28:33 08:07:01 2 13.99 0.00 11.24 0.43 36.18 38.17 08:28:33 08:07:01 3 13.06 0.00 11.43 0.29 35.59 39.64 08:28:33 08:08:01 all 6.20 0.00 7.42 0.15 32.84 53.39 08:28:33 08:08:01 0 6.15 0.00 7.19 0.10 34.75 51.82 08:28:33 08:08:01 1 5.20 0.00 6.83 0.14 33.75 54.07 08:28:33 08:08:01 2 8.18 0.00 8.82 0.16 31.52 51.33 08:28:33 08:08:01 3 5.31 0.00 6.87 0.20 31.28 56.33 08:28:33 08:09:03 all 7.37 0.65 11.02 11.81 36.04 33.11 08:28:33 08:09:03 0 6.75 0.72 10.81 12.15 36.12 33.45 08:28:33 08:09:03 1 6.80 0.64 11.21 12.54 36.18 32.62 08:28:33 08:09:03 2 6.58 0.62 10.64 11.73 36.39 34.05 08:28:33 08:09:03 3 9.40 0.62 11.44 10.81 35.43 32.30 08:28:33 08:28:33 08:09:03 CPU %user %nice %system %iowait %steal %idle 08:28:33 08:10:02 all 10.09 0.39 11.93 14.23 38.54 24.83 08:28:33 08:10:02 0 10.86 0.36 11.48 13.68 38.88 24.74 08:28:33 08:10:02 1 9.35 0.45 12.13 14.14 38.42 25.50 08:28:33 08:10:02 2 10.28 0.36 11.50 13.58 38.66 25.62 08:28:33 08:10:02 3 9.87 0.40 12.61 15.56 38.17 23.40 08:28:33 08:11:02 all 7.36 0.31 10.59 29.65 35.21 16.87 08:28:33 08:11:02 0 8.25 0.38 10.20 29.40 35.09 16.67 08:28:33 08:11:02 1 6.42 0.32 11.21 30.02 34.96 17.07 08:28:33 08:11:02 2 6.63 0.26 10.13 31.69 35.78 15.52 08:28:33 08:11:02 3 8.17 0.28 10.84 27.46 35.00 18.26 08:28:33 08:12:03 all 35.07 0.28 12.08 16.96 26.37 9.25 08:28:33 08:12:03 0 32.24 0.26 11.54 17.94 28.16 9.87 08:28:33 08:12:03 1 34.33 0.27 11.53 16.49 27.91 9.48 08:28:33 08:12:03 2 36.19 0.29 12.37 17.35 25.60 8.19 08:28:33 08:12:03 3 37.43 0.29 12.86 16.07 23.85 9.50 08:28:33 08:13:02 all 35.09 0.29 14.10 9.59 25.33 15.60 08:28:33 08:13:02 0 34.28 0.29 14.68 7.30 25.05 18.40 08:28:33 08:13:02 1 36.67 0.27 13.61 10.80 24.76 13.91 08:28:33 08:13:02 2 36.56 0.28 14.35 12.84 25.17 10.80 08:28:33 08:13:02 3 32.73 0.33 13.77 7.39 26.43 19.36 08:28:33 08:14:07 all 7.95 0.08 9.70 11.68 40.47 30.12 08:28:33 08:14:07 0 8.13 0.07 9.72 13.60 41.56 26.93 08:28:33 08:14:07 1 7.18 0.12 8.92 11.76 40.72 31.30 08:28:33 08:14:07 2 7.99 0.08 9.79 11.82 40.00 30.32 08:28:33 08:14:07 3 8.51 0.07 10.41 9.46 39.56 32.00 08:28:33 08:15:05 all 24.60 0.04 13.31 11.17 38.12 12.76 08:28:33 08:15:05 0 21.50 0.07 11.33 10.80 42.58 13.72 08:28:33 08:15:05 1 24.15 0.02 13.10 12.02 38.20 12.52 08:28:33 08:15:05 2 25.96 0.04 15.27 11.05 35.99 11.69 08:28:33 08:15:05 3 26.91 0.04 13.68 10.79 35.52 13.06 08:28:33 08:16:01 all 12.49 0.00 8.85 20.78 36.40 21.47 08:28:33 08:16:01 0 11.09 0.00 7.80 20.89 37.53 22.69 08:28:33 08:16:01 1 10.62 0.00 7.64 19.89 38.16 23.69 08:28:33 08:16:01 2 15.67 0.00 10.52 22.99 35.19 15.62 08:28:33 08:16:01 3 12.87 0.00 9.61 19.49 34.57 23.46 08:28:33 08:17:01 all 20.63 0.00 9.12 3.18 36.10 30.98 08:28:33 08:17:01 0 20.49 0.00 10.26 2.10 36.65 30.50 08:28:33 08:17:01 1 21.57 0.00 8.23 4.06 36.66 29.49 08:28:33 08:17:01 2 19.17 0.00 9.73 4.55 37.02 29.53 08:28:33 08:17:01 3 21.26 0.00 8.27 1.99 34.07 34.40 08:28:33 08:18:02 all 5.54 0.00 5.10 2.71 25.14 61.52 08:28:33 08:18:02 0 3.93 0.00 4.79 4.99 27.73 58.56 08:28:33 08:18:02 1 5.94 0.00 5.39 3.30 25.01 60.36 08:28:33 08:18:02 2 6.92 0.00 5.29 1.89 23.76 62.13 08:28:33 08:18:02 3 5.41 0.00 4.93 0.53 23.96 65.18 08:28:33 08:19:01 all 0.32 0.00 0.71 0.43 3.52 95.02 08:28:33 08:19:01 0 0.49 0.00 1.06 0.41 3.86 94.18 08:28:33 08:19:01 1 0.33 0.00 0.36 0.20 3.45 95.66 08:28:33 08:19:01 2 0.13 0.00 0.57 0.18 2.63 96.49 08:28:33 08:19:01 3 0.33 0.00 0.87 0.90 4.14 93.76 08:28:33 08:20:01 all 0.11 0.00 0.04 0.00 0.22 99.63 08:28:33 08:20:01 0 0.02 0.00 0.03 0.00 0.07 99.88 08:28:33 08:20:01 1 0.42 0.00 0.05 0.00 0.50 99.04 08:28:33 08:20:01 2 0.02 0.00 0.03 0.00 0.08 99.87 08:28:33 08:20:01 3 0.00 0.00 0.03 0.00 0.25 99.72 08:28:33 08:28:33 08:20:01 CPU %user %nice %system %iowait %steal %idle 08:28:33 08:21:01 all 0.10 0.00 0.12 0.00 0.59 99.20 08:28:33 08:21:01 0 0.03 0.00 0.15 0.00 0.40 99.42 08:28:33 08:21:01 1 0.03 0.00 0.03 0.00 0.40 99.53 08:28:33 08:21:01 2 0.02 0.00 0.22 0.00 0.90 98.87 08:28:33 08:21:01 3 0.30 0.00 0.08 0.00 0.65 98.97 08:28:33 08:22:01 all 0.06 0.00 0.02 0.00 0.52 99.39 08:28:33 08:22:01 0 0.02 0.00 0.02 0.02 0.08 99.87 08:28:33 08:22:01 1 0.03 0.00 0.03 0.00 1.19 98.74 08:28:33 08:22:01 2 0.02 0.00 0.02 0.00 0.17 99.80 08:28:33 08:22:01 3 0.17 0.00 0.03 0.00 0.65 99.15 08:28:33 08:23:01 all 0.07 0.00 0.13 0.00 1.78 98.02 08:28:33 08:23:01 0 0.00 0.00 0.08 0.00 1.43 98.49 08:28:33 08:23:01 1 0.18 0.00 0.13 0.00 3.09 96.60 08:28:33 08:23:01 2 0.03 0.00 0.20 0.00 1.29 98.48 08:28:33 08:23:01 3 0.08 0.00 0.10 0.00 1.29 98.53 08:28:33 08:24:01 all 0.12 0.00 0.04 0.00 0.37 99.46 08:28:33 08:24:01 0 0.02 0.00 0.03 0.00 0.10 99.85 08:28:33 08:24:01 1 0.40 0.00 0.02 0.00 0.84 98.74 08:28:33 08:24:01 2 0.02 0.00 0.02 0.00 0.08 99.88 08:28:33 08:24:01 3 0.07 0.00 0.08 0.00 0.46 99.39 08:28:33 08:25:01 all 0.11 0.00 0.02 0.00 0.78 99.09 08:28:33 08:25:01 0 0.02 0.00 0.02 0.00 0.18 99.78 08:28:33 08:25:01 1 0.38 0.00 0.02 0.00 1.12 98.48 08:28:33 08:25:01 2 0.03 0.00 0.03 0.00 0.58 99.35 08:28:33 08:25:01 3 0.02 0.00 0.02 0.00 1.22 98.75 08:28:33 08:26:01 all 0.11 0.00 0.02 0.00 0.76 99.11 08:28:33 08:26:01 0 0.02 0.00 0.02 0.00 0.18 99.78 08:28:33 08:26:01 1 0.35 0.00 0.02 0.00 0.42 99.22 08:28:33 08:26:01 2 0.05 0.00 0.03 0.00 2.08 97.84 08:28:33 08:26:01 3 0.02 0.00 0.02 0.00 0.33 99.63 08:28:33 08:27:01 all 0.07 0.00 0.03 0.00 1.45 98.44 08:28:33 08:27:01 0 0.00 0.00 0.02 0.00 0.66 99.32 08:28:33 08:27:01 1 0.23 0.00 0.05 0.00 1.50 98.22 08:28:33 08:27:01 2 0.05 0.00 0.03 0.00 2.89 97.03 08:28:33 08:27:01 3 0.02 0.00 0.03 0.02 0.71 99.22 08:28:33 08:28:02 all 3.94 0.00 3.58 3.07 19.30 70.12 08:28:33 08:28:02 0 3.61 0.00 3.67 1.28 19.54 71.90 08:28:33 08:28:02 1 4.08 0.00 3.36 1.94 19.71 70.91 08:28:33 08:28:02 2 2.65 0.00 3.16 1.17 18.92 74.11 08:28:33 08:28:02 3 5.45 0.00 4.16 8.01 19.02 63.36 08:28:33 Average: all 10.11 0.07 6.26 5.18 23.69 54.70 08:28:33 Average: 0 9.39 0.07 5.97 5.07 24.54 54.95 08:28:33 Average: 1 10.27 0.07 6.16 5.38 23.99 54.14 08:28:33 Average: 2 10.40 0.07 6.49 5.39 23.26 54.39 08:28:33 Average: 3 10.39 0.07 6.44 4.86 22.93 55.31 08:28:33 08:28:33 08:28:33