Pull request #3223 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 2356c2543f09cd9d780fd1dc657c0892f78efc07+be0d14e436fe9c753018b2c9bd281985489666e3 (9a54589cc3570e6772e836088d90b7e7c824afac) 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-30898 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 Commit message: "build(snap): Add implementation for set up Consul ACL" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:58:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:58:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:58:17 ========================================================= 17:58:17 EdgeX Global Pipelines Version Info 17:58:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 171c78445174719db56b83459c6a0737d61bae53 # timeout=10 17:58:19 ------------------- 17:58:19 stable info: 17:58:19 ------------------- 17:58:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:58:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:58:19 Message: update stable to v1.0.186 17:58:20 ------------------- 17:58:20 experimental info: 17:58:20 ------------------- 17:58:20 Commited By: **** collab-it+edgex@linuxfoundation.org 17:58:20 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:58:20 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:58:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:58:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2356c2543f09cd9d780fd1dc657c0892f78efc07 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2356c25 [Pipeline] echo 17:58:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:58:24 provisioning config files... 17:58:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config7791188547139889932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:58:24 ---> docker-login.sh 17:58:24 nexus3.edgexfoundry.org:10001 17:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:25 Configure a credential helper to remove this warning. See 17:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:25 17:58:25 Login Succeeded 17:58:25 nexus3.edgexfoundry.org:10002 17:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:26 Configure a credential helper to remove this warning. See 17:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:26 17:58:26 Login Succeeded 17:58:26 nexus3.edgexfoundry.org:10003 17:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:26 Configure a credential helper to remove this warning. See 17:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:26 17:58:26 Login Succeeded 17:58:26 nexus3.edgexfoundry.org:10004 17:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:26 Configure a credential helper to remove this warning. See 17:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:26 17:58:26 Login Succeeded 17:58:26 docker.io 17:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:27 Configure a credential helper to remove this warning. See 17:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:27 17:58:27 Login Succeeded 17:58:27 ---> docker-login.sh ends [Pipeline] } 17:58:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:28 ++ 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 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ cut -d/ -f2 17:58:28 ++ dirname cmd/core-command/Dockerfile 17:58:28 + echo core-command,cmd/core-command/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/core-data/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo core-data,cmd/core-data/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/core-metadata/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo core-metadata,cmd/core-metadata/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/security-bootstrapper/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/security-proxy-setup/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/support-notifications/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo support-notifications,cmd/support-notifications/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ dirname cmd/support-scheduler/Dockerfile 17:58:28 ++ cut -d/ -f2 17:58:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:58:28 + for file in '`ls cmd/**/Dockerfile`' 17:58:28 ++ cut -d/ -f2 17:58:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:58:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:58:28 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 17:58:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:29 17:58:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:58:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:29 latest: Pulling from edgex-devops/git-semver 17:58:29 31603596830f: Pulling fs layer 17:58:29 2a8b12db71e7: Pulling fs layer 17:58:29 6ca5941a6612: Pulling fs layer 17:58:29 ecc8261a40a4: Pulling fs layer 17:58:29 ecc8261a40a4: Waiting 17:58:29 2a8b12db71e7: Verifying Checksum 17:58:29 2a8b12db71e7: Download complete 17:58:30 31603596830f: Verifying Checksum 17:58:30 31603596830f: Download complete 17:58:30 ecc8261a40a4: Verifying Checksum 17:58:30 ecc8261a40a4: Download complete 17:58:30 6ca5941a6612: Verifying Checksum 17:58:30 6ca5941a6612: Download complete 17:58:31 31603596830f: Pull complete 17:58:31 2a8b12db71e7: Pull complete 17:58:34 6ca5941a6612: Pull complete 17:58:34 ecc8261a40a4: Pull complete 17:58:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:58:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:58:35 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 17:58:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:58:38 $ docker top b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:39 [ssh-agent] Looking for ssh-agent implementation... 17:58:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:39 $ docker exec b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent 17:58:39 SSH_AUTH_SOCK=/tmp/ssh-cwLOi2ley7hu/agent.11 17:58:39 SSH_AGENT_PID=16 17:58:39 Running ssh-add (command line suppressed) 17:58:40 Identity added: /w/workspace/edgex-go/13@tmp/private_key_596064323056368567.key (/w/workspace/edgex-go/13@tmp/private_key_596064323056368567.key) 17:58:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:40 + git tag --points-at HEAD [Pipeline] } 17:58:40 $ docker exec --env ******** --env ******** b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent -k 17:58:41 unset SSH_AUTH_SOCK; 17:58:41 unset SSH_AGENT_PID; 17:58:41 echo Agent pid 16 killed; 17:58:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:58:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:41 [ssh-agent] Looking for ssh-agent implementation... 17:58:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:42 $ docker exec b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent 17:58:42 SSH_AUTH_SOCK=/tmp/ssh-bRcNIfg10eki/agent.46 17:58:42 SSH_AGENT_PID=51 17:58:42 Running ssh-add (command line suppressed) 17:58:42 Identity added: /w/workspace/edgex-go/13@tmp/private_key_6490626835520434253.key (/w/workspace/edgex-go/13@tmp/private_key_6490626835520434253.key) 17:58:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:43 + git semver init 17:58:43 # -> Open(): unable to determine branch for HEAD 17:58:43 # $GIT_DIR = /w/workspace/edgex-go/13/.git 17:58:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 17:58:43 # $SEMVER_REMOTE_NAME = origin 17:58:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:58:43 # $SEMVER_USER_NAME = edgex-jenkins 17:58:43 # $SEMVER_BRANCH = PR-3223 17:58:43 # $SEMVER_TEMP = /tmp/semver-156198634 17:58:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:59:17 # '/tmp/semver-156198634' -> '/w/workspace/edgex-go/13/.semver' 17:59:17 # -> Force: false 17:59:17 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 17:59:17 $ docker exec --env ******** --env ******** b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb ssh-agent -k 17:59:18 unset SSH_AUTH_SOCK; 17:59:18 unset SSH_AGENT_PID; 17:59:18 echo Agent pid 51 killed; 17:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:19 + git semver [Pipeline] } 17:59:20 $ docker stop --time=1 b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb 17:59:23 $ docker rm -f b819bc7ee32ee726984066fb2002ca30905765798631046343b3f2a3c74cf0bb [Pipeline] // withDockerContainer [Pipeline] sh 17:59:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:59:25 Stashed 1 file(s) [Pipeline] echo 17:59:25 [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 17:59:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:59:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:59:26 + sudo service docker restart 17:59:26 + true 17:59:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:59:27 ========================================================= 17:59:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:59:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:59:28 + 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 . 17:59:36 Sending build context to Docker daemon 328.7MB 17:59:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:59:36 Step 2/6 : FROM ${BASE} 17:59:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:59:36 188c0c94c7c5: Pulling fs layer 17:59:36 0ef7d3d256c8: Pulling fs layer 17:59:36 de9db76c5a1d: Pulling fs layer 17:59:36 bca2f99d35d6: Pulling fs layer 17:59:36 93359f2a8cfa: Pulling fs layer 17:59:36 7c6f9722023f: Pulling fs layer 17:59:36 a35cf1a2eb13: Pulling fs layer 17:59:36 93359f2a8cfa: Waiting 17:59:36 7c6f9722023f: Waiting 17:59:36 a35cf1a2eb13: Waiting 17:59:36 bca2f99d35d6: Waiting 17:59:36 de9db76c5a1d: Verifying Checksum 17:59:36 de9db76c5a1d: Download complete 17:59:36 0ef7d3d256c8: Download complete 17:59:36 93359f2a8cfa: Verifying Checksum 17:59:36 93359f2a8cfa: Download complete 17:59:36 7c6f9722023f: Verifying Checksum 17:59:36 7c6f9722023f: Download complete 17:59:37 188c0c94c7c5: Verifying Checksum 17:59:37 188c0c94c7c5: Download complete 17:59:37 188c0c94c7c5: Pull complete 17:59:38 0ef7d3d256c8: Pull complete 17:59:39 de9db76c5a1d: Pull complete 17:59:40 Still waiting to schedule task 17:59:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:59:41 a35cf1a2eb13: Verifying Checksum 17:59:41 a35cf1a2eb13: Download complete 17:59:42 bca2f99d35d6: Verifying Checksum 17:59:42 bca2f99d35d6: Download complete 17:59:57 bca2f99d35d6: Pull complete 17:59:57 93359f2a8cfa: Pull complete 17:59:59 7c6f9722023f: Pull complete 18:00:06 a35cf1a2eb13: Pull complete 18:00:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:00:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:00:06 ---> a62c8e92a672 18:00:06 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 18:00:07 ---> Running in 60a08cbafc45 18:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:00:09 (1/12) Installing libmagic (5.38-r0) 18:00:10 (2/12) Installing file (5.38-r0) 18:00:10 (3/12) Installing libc-dev (0.7.2-r3) 18:00:10 (4/12) Installing g++ (9.3.0-r2) 18:00:15 (5/12) Installing fortify-headers (1.1-r0) 18:00:15 (6/12) Installing patch (2.7.6-r6) 18:00:15 (7/12) Installing build-base (0.5-r2) 18:00:15 (8/12) Installing libsodium (1.0.18-r0) 18:00:15 (9/12) Installing pkgconf (1.7.2-r0) 18:00:15 (10/12) Installing libsodium-dev (1.0.18-r0) 18:00:16 (11/12) Installing libzmq (4.3.3-r0) 18:00:16 (12/12) Installing zeromq-dev (4.3.3-r0) 18:00:16 Executing busybox-1.31.1-r19.trigger 18:00:16 OK: 233 MiB in 51 packages 18:00:21 Removing intermediate container 60a08cbafc45 18:00:21 ---> 7d3c852fea30 18:00:21 Step 4/6 : WORKDIR /edgex-go 18:00:21 ---> Running in 6328035dfaec 18:00:21 Removing intermediate container 6328035dfaec 18:00:21 ---> 8ae285b1e707 18:00:21 Step 5/6 : COPY go.mod . 18:00:22 ---> f95cc2157d35 18:00:22 Step 6/6 : RUN go mod download 18:00:22 ---> Running in 5d70adf8b5bf 18:00:55 Removing intermediate container 5d70adf8b5bf 18:00:55 ---> eb4c02eedc1f 18:00:55 Successfully built eb4c02eedc1f 18:00:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:00:56 + docker inspect -f . ci-base-image-x86_64 18:00:57 . [Pipeline] withDockerContainer 18:00:57 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 18:00:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:01:01 $ docker top 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:02 + go version 18:01:02 go version go1.15.5 linux/amd64 [Pipeline] } 18:01:02 $ docker stop --time=1 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 18:01:04 $ docker rm -f 9a69e061bea46b8f76a71fb74274838a99f3b791433f9e99854be7cba1ad03e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:05 + docker inspect -f . ci-base-image-x86_64 18:01:05 . [Pipeline] withDockerContainer 18:01:06 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 18:01:06 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:01:09 $ docker top 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 -eo pid,comm [Pipeline] { [Pipeline] echo 18:01:09 ========================================================= 18:01:09 [edgeXBuildGoParallel] Running Tests and Build... 18:01:09 ========================================================= [Pipeline] sh 18:01:11 + make test 18:01:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:01:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30899 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 18:01:35 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 18:01:40 using credential edgex-jenkins-ssh 18:01:40 ? github.com/edgexfoundry/edgex-go [no test files] 18:01:40 Cloning the remote Git repository 18:01:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:01:40 > git init /w/workspace/edgex-go/13 # timeout=10 18:01:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:40 > git --version # timeout=10 18:01:40 > git --version # 'git version 2.17.1' 18:01:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:57 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 18:01:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:01:57 > git config core.sparsecheckout # timeout=10 18:01:57 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 18:01:58 Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 18:01:58 Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) 18:01:57 > git remote # timeout=10 18:01:57 > git config --get remote.origin.url # timeout=10 18:01:57 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:57 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 18:01:57 > git rev-parse HEAD^{commit} # timeout=10 18:01:58 > git config core.sparsecheckout # timeout=10 18:01:58 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 18:02:02 Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:02:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:02:05 + true 18:02:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:02:07 provisioning config files... 18:02:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config1183664217899581855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:07 ---> docker-login.sh 18:02:07 nexus3.edgexfoundry.org:10001 18:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:08 Configure a credential helper to remove this warning. See 18:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:08 18:02:08 Login Succeeded 18:02:08 nexus3.edgexfoundry.org:10002 18:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:09 Configure a credential helper to remove this warning. See 18:02:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:09 18:02:09 Login Succeeded 18:02:09 nexus3.edgexfoundry.org:10003 18:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:09 Configure a credential helper to remove this warning. See 18:02:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:09 18:02:09 Login Succeeded 18:02:09 nexus3.edgexfoundry.org:10004 18:02:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:10 Configure a credential helper to remove this warning. See 18:02:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:10 18:02:10 Login Succeeded 18:02:10 docker.io 18:02:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:11 Configure a credential helper to remove this warning. See 18:02:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:11 18:02:11 Login Succeeded 18:02:11 ---> docker-login.sh ends [Pipeline] } 18:02:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:02:11 ========================================================= 18:02:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:02:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:02:11 + 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 . 18:02:14 Sending build context to Docker daemon 166.8MB 18:02:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:02:14 Step 2/6 : FROM ${BASE} 18:02:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:02:14 5f621e34cdf4: Pulling fs layer 18:02:14 a4357932f1b6: Pulling fs layer 18:02:14 18c013af1878: Pulling fs layer 18:02:14 00ac8860ef70: Pulling fs layer 18:02:14 63d7cb157983: Pulling fs layer 18:02:14 b116817d02f9: Pulling fs layer 18:02:14 745a02a5169b: Pulling fs layer 18:02:14 b116817d02f9: Waiting 18:02:14 00ac8860ef70: Waiting 18:02:14 63d7cb157983: Waiting 18:02:14 745a02a5169b: Waiting 18:02:14 18c013af1878: Verifying Checksum 18:02:14 18c013af1878: Download complete 18:02:14 a4357932f1b6: Download complete 18:02:14 63d7cb157983: Download complete 18:02:14 b116817d02f9: Download complete 18:02:14 5f621e34cdf4: Verifying Checksum 18:02:14 5f621e34cdf4: Download complete 18:02:15 5f621e34cdf4: Pull complete 18:02:15 a4357932f1b6: Pull complete 18:02:16 18c013af1878: Pull complete 18:02:17 745a02a5169b: Verifying Checksum 18:02:17 745a02a5169b: Download complete 18:02:18 00ac8860ef70: Verifying Checksum 18:02:18 00ac8860ef70: Download complete 18:02:28 00ac8860ef70: Pull complete 18:02:28 63d7cb157983: Pull complete 18:02:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:02:28 b116817d02f9: Pull complete 18:02:32 745a02a5169b: Pull complete 18:02:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:02:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:02:32 ---> b7e6874047d6 18:02:32 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 18:02:35 ---> Running in c250576dcee8 18:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:02:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:02:38 (1/12) Installing libmagic (5.38-r0) 18:02:38 (2/12) Installing file (5.38-r0) 18:02:38 (3/12) Installing libc-dev (0.7.2-r3) 18:02:38 (4/12) Installing g++ (9.3.0-r2) 18:02:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:02:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:02:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:02:43 (5/12) Installing fortify-headers (1.1-r0) 18:02:43 (6/12) Installing patch (2.7.6-r6) 18:02:43 (7/12) Installing build-base (0.5-r2) 18:02:43 (8/12) Installing libsodium (1.0.18-r0) 18:02:43 (9/12) Installing pkgconf (1.7.2-r0) 18:02:43 (10/12) Installing libsodium-dev (1.0.18-r0) 18:02:43 (11/12) Installing libzmq (4.3.3-r0) 18:02:43 (12/12) Installing zeromq-dev (4.3.3-r0) 18:02:43 Executing busybox-1.31.1-r19.trigger 18:02:43 OK: 217 MiB in 51 packages 18:02:48 Removing intermediate container c250576dcee8 18:02:48 ---> 35023b839001 18:02:48 Step 4/6 : WORKDIR /edgex-go 18:02:48 ---> Running in 208f983474cd 18:02:48 Removing intermediate container 208f983474cd 18:02:48 ---> e0802996c3a4 18:02:48 Step 5/6 : COPY go.mod . 18:02:49 ---> a7069b065f30 18:02:49 Step 6/6 : RUN go mod download 18:02:49 ---> Running in 99b96b5a2941 18:02:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:02:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:02:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:02:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:02:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:02:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:03:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:03:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:03:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 45.9% of statements 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.295s coverage: 19.8% of statements 18:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements 18:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:03:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.218s coverage: 71.3% of statements 18:03:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:03:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:03:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 82.9% of statements 18:03:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:03:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:03:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.123s coverage: 78.9% of statements 18:03:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:03:16 Removing intermediate container 99b96b5a2941 18:03:16 ---> 6245ac41739d 18:03:16 Successfully built 6245ac41739d 18:03:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:03:16 + docker inspect -f . ci-base-image-arm64 18:03:16 . [Pipeline] withDockerContainer 18:03:16 prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container 18:03:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 18:03:18 $ docker top af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:19 + go version 18:03:19 go version go1.15.5 linux/arm64 [Pipeline] } 18:03:19 $ docker stop --time=1 af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 18:03:21 $ docker rm -f af02c0770164665280fd815fb40822674c4d717876851cf440f799f6ff8f8be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.001s coverage: 28.6% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.240s coverage: 100.0% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.182s coverage: 86.7% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:22 + docker inspect -f . ci-base-image-arm64 18:03:22 . [Pipeline] withDockerContainer 18:03:22 prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container 18:03:22 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 18:03:24 $ docker top 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af -eo pid,comm [Pipeline] { [Pipeline] echo 18:03:24 ========================================================= 18:03:24 [edgeXBuildGoParallel] Running Tests and Build... 18:03:24 ========================================================= [Pipeline] sh 18:03:25 + make test 18:03:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.888s coverage: 92.8% of statements 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.132s coverage: 0.1% of statements 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:03:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.284s coverage: 79.5% of statements 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 18:03:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.143s coverage: 96.3% of statements 18:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 18:03:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements 18:03:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.113s coverage: 44.8% of statements 18:03:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.642s coverage: 81.9% of statements 18:03:47 ? github.com/edgexfoundry/edgex-go [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.451s coverage: 92.9% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.239s coverage: 100.0% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.240s coverage: 80.8% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.293s coverage: 84.6% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.6% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 62.4% of statements 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:03:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.139s coverage: 73.7% of statements 18:03:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.127s coverage: 100.0% of statements 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.558s coverage: 69.0% of statements 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:04:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.243s coverage: 38.4% of statements 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.202s coverage: 89.5% of statements 18:04:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:04:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.159s coverage: 84.8% of statements 18:04:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:04:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:04:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:04:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:04:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.881s coverage: 87.1% of statements 18:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:04:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.901s coverage: 29.1% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 96.5% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.069s coverage: 0.0% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:04:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.130s coverage: 100.0% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.067s coverage: 100.0% of statements 18:04:15 GO111MODULE=on go vet ./... 18:04:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:04:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:04:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:04:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:04:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:04:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:04:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:04:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:04:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:04:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:05:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:05:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:05:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:05:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:05:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:05:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements 18:05:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements 18:05:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:05:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:05:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:05:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:05:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:05:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.467s coverage: 82.9% of statements 18:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:05:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements 18:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:05:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:05:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:05:38 gofmt -l . 18:05:38 [ "`gofmt -l .`" = "" ] 18:05:39 ./bin/test-go-mod-tidy.sh 18:05:41 ./bin/test-attribution-txt.sh 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 92.8% of statements 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.279s coverage: 0.1% of statements 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:05:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.191s coverage: 47.1% of statements 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.166s coverage: 79.5% of statements 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.094s coverage: 94.1% of statements 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 18:05:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [Pipeline] sh 18:05:45 + ls -al . 18:05:45 total 760 18:05:45 drwxrwxr-x 10 1001 1001 4096 Mar 22 18:05 . 18:05:45 drwxr-xr-x 4 root root 30 Mar 22 18:01 .. 18:05:45 -rw-rw-r-- 1 1001 1001 11 Mar 22 17:58 .dockerignore 18:05:45 drwxrwxr-x 8 1001 1001 179 Mar 22 17:58 .git 18:05:45 drwxrwxr-x 3 1001 1001 125 Mar 22 17:58 .github 18:05:45 -rw-rw-r-- 1 1001 1001 818 Mar 22 17:58 .gitignore 18:05:45 drwx------ 3 1001 1001 60 Mar 22 17:59 .semver 18:05:45 -rw-rw-r-- 1 1001 1001 166 Mar 22 17:58 .sonarcloud.properties 18:05:45 -rw-rw-r-- 1 1001 1001 8607 Mar 22 17:58 Attribution.txt 18:05:45 -rw-rw-r-- 1 1001 1001 3804 Mar 22 17:58 CONTRIBUTING.md 18:05:45 -rw-rw-r-- 1 1001 1001 931 Mar 22 17:58 Dockerfile.build 18:05:45 -rw-rw-r-- 1 1001 1001 863 Mar 22 17:58 Jenkinsfile 18:05:45 -rw-rw-r-- 1 1001 1001 10775 Mar 22 17:58 LICENSE 18:05:45 -rw-rw-r-- 1 1001 1001 5774 Mar 22 17:58 Makefile 18:05:45 -rw-rw-r-- 1 1001 1001 6548 Mar 22 17:58 README.md 18:05:45 -rw-rw-r-- 1 1001 1001 6755 Mar 22 17:58 SECURITY.md 18:05:45 -rw-rw-r-- 1 1001 1001 5 Mar 22 17:59 VERSION 18:05:45 -rw-rw-r-- 1 1001 1001 4131 Mar 22 17:58 ZMQWindows.md 18:05:45 drwxrwxr-x 2 1001 1001 117 Mar 22 17:58 bin 18:05:45 drwxrwxr-x 14 1001 1001 4096 Mar 22 17:58 cmd 18:05:45 -rw-r--r-- 1 root root 650607 Mar 22 18:04 coverage.out 18:05:45 -rw-r--r-- 1 root root 1055 Mar 22 18:05 go.mod 18:05:45 -rw-r--r-- 1 root root 22209 Mar 22 18:05 go.sum 18:05:45 drwxrwxr-x 8 1001 1001 127 Mar 22 17:58 internal 18:05:45 drwxrwxr-x 4 1001 1001 26 Mar 22 17:58 openapi 18:05:45 drwxrwxr-x 4 1001 1001 71 Mar 22 17:58 snap 18:05:45 -rw-rw-r-- 1 1001 1001 168 Mar 22 17:58 version.go [Pipeline] sh 18:05:46 + '[' -e coverage.out ] 18:05:46 + chown 1001:1001 coverage.out [Pipeline] stash 18:05:46 Stashed 1 file(s) [Pipeline] sh 18:05:48 + make build 18:05: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 18:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements 18:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 18:05:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.279s coverage: 81.9% of statements 18:05:57 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 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.6% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.6% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 18:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.097s coverage: 100.0% of statements 18:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.872s coverage: 69.0% of statements 18:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 38.4% of statements 18:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 18:06:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:06:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 18:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 87.1% of statements 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.277s coverage: 29.1% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.256s coverage: 96.5% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 18:06:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 18:06:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 18:06:31 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 18:06:31 GO111MODULE=on go vet ./... 18:06:32 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 18:06: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 18:06:39 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 18:06:45 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 18:06: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 18:06:55 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 18:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:07:12 $ docker stop --time=1 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 18:07:15 $ docker rm -f 5d03763ea233f7a152983c148fb8b837ef202d8ce43dd9593d7241c72e0d6c83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:07:21 18:07:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:07:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:07:21 latest: Pulling from edgex-devops/edgex-compose 18:07:21 cbdbe7a5bc2a: Pulling fs layer 18:07:21 ca9280d653b3: Pulling fs layer 18:07:21 7e9c9ca2126c: Pulling fs layer 18:07:22 cbdbe7a5bc2a: Download complete 18:07:22 cbdbe7a5bc2a: Pull complete 18:07:23 ca9280d653b3: Verifying Checksum 18:07:23 ca9280d653b3: Download complete 18:07:25 7e9c9ca2126c: Download complete 18:07:25 ca9280d653b3: Pull complete 18:07:37 7e9c9ca2126c: Pull complete 18:07:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:07:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:07:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:07:38 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 18:07:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 18:07:40 $ docker top 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:41 + grep parallel 18:07:41 + docker-compose build --help 18:07:43 --parallel Build images in parallel. [Pipeline] } 18:07:43 $ docker stop --time=1 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 18:07:46 $ docker rm -f 1c0bd74d6d928e8c9b8cffd3227bad6c7defd2948a7282a3338b133976e2f7a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:07:46 . [Pipeline] withDockerContainer 18:07:47 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 18:07:47 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:07:49 $ docker top da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:51 + docker-compose -f ./docker-compose-build.yml build --parallel 18:07:53 Building docker-core-command-go ... 18:07:53 Building docker-core-data-go ... 18:07:53 Building docker-core-metadata-go ... 18:07:53 Building docker-security-bootstrapper-go ... 18:07:53 Building docker-security-proxy-setup-go ... 18:07:53 Building docker-security-secretstore-setup-go ... 18:07:53 Building docker-support-notifications-go ... 18:07:53 Building docker-support-scheduler-go ... 18:07:53 Building docker-sys-mgmt-agent-go ... 18:07:53 Building docker-support-notifications-go 18:07:53 Building docker-core-metadata-go 18:07:53 Building docker-security-proxy-setup-go 18:07:53 Building docker-support-scheduler-go 18:07:53 Building docker-core-command-go 18:07:53 gofmt -l . 18:07:53 [ "`gofmt -l .`" = "" ] 18:07:53 ./bin/test-go-mod-tidy.sh 18:07:53 ./bin/test-attribution-txt.sh [Pipeline] sh 18:07:54 + ls -al . 18:07:54 total 788 18:07:54 drwxrwxr-x 9 1001 1001 4096 Mar 22 18:07 . 18:07:54 drwxr-xr-x 4 root root 4096 Mar 22 18:03 .. 18:07:54 -rw-rw-r-- 1 1001 1001 11 Mar 22 18:01 .dockerignore 18:07:54 drwxrwxr-x 8 1001 1001 4096 Mar 22 18:02 .git 18:07:54 drwxrwxr-x 3 1001 1001 4096 Mar 22 18:01 .github 18:07:54 -rw-rw-r-- 1 1001 1001 818 Mar 22 18:01 .gitignore 18:07:54 -rw-rw-r-- 1 1001 1001 166 Mar 22 18:01 .sonarcloud.properties 18:07:54 -rw-rw-r-- 1 1001 1001 8607 Mar 22 18:01 Attribution.txt 18:07:54 -rw-rw-r-- 1 1001 1001 3804 Mar 22 18:01 CONTRIBUTING.md 18:07:54 -rw-rw-r-- 1 1001 1001 931 Mar 22 18:01 Dockerfile.build 18:07:54 -rw-rw-r-- 1 1001 1001 863 Mar 22 18:01 Jenkinsfile 18:07:54 -rw-rw-r-- 1 1001 1001 10775 Mar 22 18:01 LICENSE 18:07:54 -rw-rw-r-- 1 1001 1001 5774 Mar 22 18:01 Makefile 18:07:54 -rw-rw-r-- 1 1001 1001 6548 Mar 22 18:01 README.md 18:07:54 -rw-rw-r-- 1 1001 1001 6755 Mar 22 18:01 SECURITY.md 18:07:54 -rw-rw-r-- 1 1001 1001 5 Mar 22 17:59 VERSION 18:07:54 -rw-rw-r-- 1 1001 1001 4131 Mar 22 18:01 ZMQWindows.md 18:07:54 drwxrwxr-x 2 1001 1001 4096 Mar 22 18:01 bin 18:07:54 drwxrwxr-x 14 1001 1001 4096 Mar 22 18:01 cmd 18:07:54 -rw-r--r-- 1 root root 650607 Mar 22 18:06 coverage.out 18:07:54 -rw-r--r-- 1 root root 1055 Mar 22 18:07 go.mod 18:07:54 -rw-r--r-- 1 root root 22209 Mar 22 18:07 go.sum 18:07:54 drwxrwxr-x 8 1001 1001 4096 Mar 22 18:01 internal 18:07:54 drwxrwxr-x 4 1001 1001 4096 Mar 22 18:01 openapi 18:07:54 drwxrwxr-x 4 1001 1001 4096 Mar 22 18:01 snap 18:07:54 -rw-rw-r-- 1 1001 1001 168 Mar 22 18:01 version.go [Pipeline] sh 18:07:55 + '[' -e coverage.out ] 18:07:55 + chown 1001:1001 coverage.out [Pipeline] stash 18:07:55 Warning: overwriting stash ‘coverage-report’ 18:07:56 Stashed 1 file(s) [Pipeline] sh 18:07:57 + make build 18:07:57 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 18:08:07 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 18:08:34 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 18:08:35 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 18:08:41 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 18:08:42 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 18:08:48 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 18:08:55 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 18:08:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:09:03 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 18:09:06 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 18:09:12 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 18:09:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:17 ---> eb4c02eedc1f 18:09:17 Step 3/22 : WORKDIR /edgex-go 18:09:17 ---> eb4c02eedc1f 18:09:17 Step 3/23 : WORKDIR /edgex-go 18:09:17 ---> eb4c02eedc1f 18:09:17 Step 3/23 : WORKDIR /edgex-go 18:09:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:17 ---> eb4c02eedc1f 18:09:17 Step 3/22 : WORKDIR /edgex-go 18:09:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:09:17 ---> eb4c02eedc1f 18:09:17 Step 3/21 : WORKDIR /edgex-go 18:09:17 ---> Running in d234f5b3e338 18:09:17 ---> Running in cb5e11df06b8 18:09:17 ---> Running in 325a98368494 18:09:17 ---> Running in bfbf4ac68704 18:09:17 ---> Running in 80518a4d86ea 18:09:17 Removing intermediate container bfbf4ac68704 18:09:17 ---> 63fec902cfb9 18:09:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:17 Removing intermediate container 80518a4d86ea 18:09:17 ---> 4f9a52e16e90 18:09:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:17 Removing intermediate container cb5e11df06b8 18:09:17 ---> 55f59e6642a0 18:09:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:17 Removing intermediate container 325a98368494 18:09:17 ---> fcb19784963f 18:09:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:17 Removing intermediate container d234f5b3e338 18:09:17 ---> eb6426ca08c9 18:09:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:17 ---> Running in fa63f5487805 18:09:17 ---> Running in ce59a3e9f85f 18:09:17 ---> Running in aa9e6a65bdbe 18:09:17 ---> Running in 7f1997b4d1f6 18:09:17 ---> Running in 10fa14ec8180 18:09:17 Removing intermediate container aa9e6a65bdbe 18:09:17 ---> ffc00621d744 18:09:17 Step 5/22 : RUN apk add --update --no-cache make git 18:09:17 Removing intermediate container ce59a3e9f85f 18:09:17 ---> 490133bbcc68 18:09:17 Step 5/23 : RUN apk add --update --no-cache make git 18:09:17 ---> Running in 5e4e42a30a3b 18:09:17 ---> Running in 933abb21d63a 18:09:17 Removing intermediate container 10fa14ec8180 18:09:17 ---> e4666cf2bda1 18:09:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:09:17 Removing intermediate container fa63f5487805 18:09:17 ---> f0f251fd07b2 18:09:17 Step 5/21 : RUN apk add --update --no-cache make git 18:09:17 Removing intermediate container 7f1997b4d1f6 18:09:17 ---> d04b1e6bd594 18:09:17 Step 5/23 : RUN apk add --update --no-cache make git 18:09:17 ---> Running in 157d949c4537 18:09:17 ---> Running in fff741b9ad18 18:09:17 ---> Running in 9978873aac89 18:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:18 OK: 233 MiB in 51 packages 18:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:18 OK: 233 MiB in 51 packages 18:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:19 OK: 233 MiB in 51 packages 18:09:20 OK: 233 MiB in 51 packages [Pipeline] } 18:09:20 $ docker stop --time=1 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af 18:09:20 OK: 233 MiB in 51 packages 18:09:21 Removing intermediate container 933abb21d63a 18:09:21 ---> 339dc154c7cc 18:09:21 Step 6/23 : COPY go.mod . 18:09:21 Removing intermediate container 5e4e42a30a3b 18:09:21 ---> 73501eb640de 18:09:21 Step 6/22 : COPY go.mod . 18:09:22 Removing intermediate container 157d949c4537 18:09:22 ---> 190d05f225de 18:09:22 Step 6/21 : COPY go.mod . 18:09:22 Removing intermediate container 9978873aac89 18:09:22 ---> f68e1462ae3f 18:09:22 Step 6/23 : COPY go.mod . 18:09:22 ---> 54ea9dce1e76 18:09:22 Step 7/23 : RUN go mod download 18:09:22 Removing intermediate container fff741b9ad18 18:09:22 ---> 4e7cf2e9d579 18:09:22 Step 6/22 : COPY go.mod . 18:09:23 $ docker rm -f 176da96862ff8b7f8dec5b1b94344efd912fa8023b02c63d8582e85b1c1c76af 18:09:23 ---> f5ab7fc96acc 18:09:23 Step 7/22 : RUN go mod download 18:09:23 ---> Running in 9a9ff2605aee 18:09:23 ---> 8db075c10594 18:09:23 Step 7/21 : RUN go mod download 18:09:23 ---> Running in 146e0e5d9490 18:09:23 ---> 0f08bbea4def 18:09:23 Step 7/23 : RUN go mod download 18:09:23 ---> Running in f3d35287d962 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:09:25 ---> Running in 0cee6de92bea 18:09:25 ---> cc4e321e4030 18:09:25 Step 7/22 : RUN go mod download 18:09:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:09:25 18:09:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:09:25 ---> Running in 3d9c585a8d24 [Pipeline] isUnix [Pipeline] sh 18:09:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:09:26 latest: Pulling from edgex-devops/edgex-compose-arm64 18:09:26 29e5d40040c1: Pulling fs layer 18:09:26 1ce36da41761: Pulling fs layer 18:09:26 25b303627fd3: Pulling fs layer 18:09:26 29e5d40040c1: Verifying Checksum 18:09:26 29e5d40040c1: Download complete 18:09:27 1ce36da41761: Verifying Checksum 18:09:27 1ce36da41761: Download complete 18:09:27 29e5d40040c1: Pull complete 18:09:28 1ce36da41761: Pull complete 18:09:28 25b303627fd3: Verifying Checksum 18:09:28 25b303627fd3: Download complete 18:09:30 Removing intermediate container 146e0e5d9490 18:09:30 ---> 77c5782bad77 18:09:30 Step 8/22 : COPY . . 18:09:33 Removing intermediate container 9a9ff2605aee 18:09:33 ---> 2bcd8fa4dbcc 18:09:33 Step 8/23 : COPY . . 18:09:36 Removing intermediate container 3d9c585a8d24 18:09:36 ---> 78e09ffcfbcf 18:09:36 Step 8/22 : COPY . . 18:09:36 Removing intermediate container f3d35287d962 18:09:36 ---> 160751ae3422 18:09:36 Step 8/21 : COPY . . 18:09:36 Removing intermediate container 0cee6de92bea 18:09:36 ---> 9106e7cf28cb 18:09:36 Step 8/23 : COPY . . 18:09:39 25b303627fd3: Pull complete 18:09:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:09:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:09:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:09:39 prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container 18:09:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 18:09:42 $ docker top f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:43 + grep parallel 18:09:43 + docker-compose build --help 18:09:46 --parallel Build images in parallel. [Pipeline] } 18:09:47 $ docker stop --time=1 f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 18:09:49 $ docker rm -f f6dc124644340e7038b2fccb3662556c63133fecc767b94f997e16253d05e0d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:09:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:09:50 . [Pipeline] withDockerContainer 18:09:50 prd-ubuntu18.04-docker-arm64-4c-16g-30899 does not seem to be running inside a container 18:09:50 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 18:09:51 $ docker top c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:52 + docker-compose -f ./docker-compose-build.yml build --parallel 18:09:57 Building docker-core-command-go ... 18:09:57 Building docker-core-data-go ... 18:09:57 Building docker-core-metadata-go ... 18:09:57 Building docker-security-bootstrapper-go ... 18:09:57 Building docker-security-proxy-setup-go ... 18:09:57 Building docker-security-secretstore-setup-go ... 18:09:57 Building docker-support-notifications-go ... 18:09:57 Building docker-support-scheduler-go ... 18:09:57 Building docker-sys-mgmt-agent-go ... 18:09:57 Building docker-support-notifications-go 18:09:57 Building docker-core-command-go 18:09:57 Building docker-sys-mgmt-agent-go 18:09:57 Building docker-security-proxy-setup-go 18:09:57 Building docker-core-metadata-go 18:11:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:11:05 ---> 6245ac41739d 18:11:05 Step 3/23 : WORKDIR /edgex-go 18:11:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:11:06 ---> 6245ac41739d 18:11:06 Step 3/22 : WORKDIR /edgex-go 18:11:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:11:06 ---> 6245ac41739d 18:11:06 Step 3/21 : WORKDIR /edgex-go 18:11:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:11:06 ---> 6245ac41739d 18:11:06 Step 3/26 : WORKDIR /edgex-go 18:11:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:11:07 ---> 6245ac41739d 18:11:07 Step 3/23 : WORKDIR /edgex-go 18:11:11 ---> Running in cec188687ff3 18:11:11 ---> Running in a399e6b5f625 18:11:11 ---> Running in 60d8c2e6cab5 18:11:11 ---> Running in d5233636f657 18:11:11 ---> Running in 15115c747bb6 18:11:11 Removing intermediate container 15115c747bb6 18:11:11 ---> c9a19647526a 18:11:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 Removing intermediate container 60d8c2e6cab5 18:11:12 ---> 3397163b43b1 18:11:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 ---> Running in 86791ef6ffc7 18:11:12 Removing intermediate container a399e6b5f625 18:11:12 Removing intermediate container cec188687ff3 18:11:12 ---> 53fb508eea49 18:11:12 ---> 51ba05585eed 18:11:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 Removing intermediate container d5233636f657 18:11:12 ---> aec42e8bf076 18:11:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 ---> Running in 951c9cf7f36f 18:11:12 ---> Running in fe2711bd2ab3 18:11:12 ---> Running in 17db06346136 18:11:12 ---> Running in a5393e74dede 18:11:16 Removing intermediate container 86791ef6ffc7 18:11:16 ---> e1160e7e39f2 18:11:16 Step 5/21 : RUN apk add --update --no-cache make git 18:11:16 ---> Running in 1f0b4432e661 18:11:16 Removing intermediate container 951c9cf7f36f 18:11:16 ---> 4e9824c5d507 18:11:16 Step 5/23 : RUN apk add --update --no-cache make git 18:11:16 Removing intermediate container 17db06346136 18:11:16 ---> 9b0ecf0800c5 18:11:16 Step 5/23 : RUN apk add --update --no-cache make git 18:11:16 ---> Running in cc67ecfc3273 18:11:16 ---> Running in ad57e2b55b43 18:11:16 Removing intermediate container a5393e74dede 18:11:16 ---> 88e36260e471 18:11:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:11:17 ---> Running in ef81cbf360e9 18:11:17 Removing intermediate container fe2711bd2ab3 18:11:17 ---> 633301de8111 18:11:17 Step 5/26 : RUN apk add --update --no-cache make bash git 18:11:17 ---> Running in 4342e16c6d30 18:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:19 OK: 217 MiB in 51 packages 18:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:20 OK: 217 MiB in 51 packages 18:11:20 OK: 217 MiB in 51 packages 18:11:21 OK: 217 MiB in 51 packages 18:11:21 OK: 217 MiB in 51 packages 18:11:21 Removing intermediate container 1f0b4432e661 18:11:21 ---> 1ee5e8a891ed 18:11:21 Step 6/21 : COPY go.mod . 18:11:22 Removing intermediate container cc67ecfc3273 18:11:22 ---> e1990c2ca312 18:11:22 Step 6/23 : COPY go.mod . 18:11:22 ---> c4c543baaa14 18:11:22 Step 7/21 : RUN go mod download 18:11:22 Removing intermediate container ad57e2b55b43 18:11:22 ---> 8bab2698a2ff 18:11:22 Step 6/23 : COPY go.mod . 18:11:22 ---> Running in ca339ef2f5bb 18:11:23 Removing intermediate container ef81cbf360e9 18:11:23 ---> 22ec64cdc73b 18:11:23 Step 6/22 : COPY go.mod . 18:11:23 Removing intermediate container 4342e16c6d30 18:11:23 ---> 01e844b4abf0 18:11:23 Step 6/26 : COPY go.mod . 18:11:23 ---> c280797ef708 18:11:23 Step 7/23 : RUN go mod download 18:11:23 ---> 29566fce62e1 18:11:23 Step 7/23 : RUN go mod download 18:11:23 ---> Running in fb41d14f7b68 18:11:24 ---> Running in 90068f27f304 18:11:24 ---> 9764e1683e3a 18:11:24 Step 7/22 : RUN go mod download 18:11:24 ---> 43b954b49ec2 18:11:24 Step 7/26 : RUN go mod download 18:11:24 ---> Running in 5af282218950 18:11:24 ---> Running in a990bc880b22 18:11:27 Removing intermediate container ca339ef2f5bb 18:11:27 ---> 1735c9a6b2ff 18:11:27 Step 8/21 : COPY . . 18:11:28 ---> 2455900c57ae 18:11:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:11:28 ---> 91acf9752df6 18:11:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:11:28 ---> 0ca30d23d364 18:11:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:11:28 ---> c9978a949f0e 18:11:28 Step 9/23 : RUN make cmd/core-command/core-command 18:11:28 ---> Running in 33a3cd169e8a 18:11:28 ---> Running in 966ae410ca14 18:11:28 ---> Running in e8b4f9048262 18:11:28 ---> Running in d2f2df0a8228 18:11:28 ---> 47764b409982 18:11:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:11:28 ---> Running in 753f1987af46 18:11:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:11:28 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 18:11: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 18:11: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 18:11: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 18:11:29 Removing intermediate container 90068f27f304 18:11:29 ---> c3a8fe0a93e6 18:11:29 Step 8/23 : COPY . . 18:11:29 Removing intermediate container fb41d14f7b68 18:11:29 ---> abb3465715e9 18:11:29 Step 8/23 : COPY . . 18:11:29 Removing intermediate container 5af282218950 18:11:29 ---> 883d818ff68f 18:11:29 Step 8/22 : COPY . . 18:11:30 Removing intermediate container a990bc880b22 18:11:30 ---> 61c44b019ea5 18:11:30 Step 8/26 : COPY . . 18:11:57 ---> bea7c5b52d9e 18:11:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:11:57 ---> 2357f3125767 18:11:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:11:57 ---> f93a888da473 18:11:57 Step 9/23 : RUN make cmd/core-command/core-command 18:11:57 ---> 0e17d7edbb42 18:11:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:11:57 ---> d9c47c0f45d6 18:11:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:11:57 ---> Running in d7eccba65ba9 18:11:57 ---> Running in b2c1e9e4d04d 18:11:57 ---> Running in 7c7a236fbf5e 18:11:57 ---> Running in 460dc7e8f113 18:11:57 ---> Running in c2d24ff64fbf 18:11:57 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 18:11:57 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 18:11:57 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 18:11:57 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 18:11:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:12:26 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 18:12:50 Removing intermediate container d2f2df0a8228 18:12:50 ---> 52920a11c58b 18:12:50 18:12:50 Step 10/23 : FROM alpine:3.12 18:12:50 Removing intermediate container 33a3cd169e8a 18:12:50 ---> 220c390444f9 18:12:50 18:12:50 Step 10/22 : FROM alpine:3.12 18:12:50 Removing intermediate container e8b4f9048262 18:12:50 ---> d7be79484f5e 18:12:50 18:12:50 Step 10/22 : FROM alpine:3.12 18:12:50 3.12: Pulling from library/alpine 18:12:50 3.12: Pulling from library/alpine 18:12:50 3.12: Pulling from library/alpine 18:12:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:12:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:12:54 Status: Image is up to date for alpine:3.12 18:12:54 Status: Downloaded newer image for alpine:3.12 18:12:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:12:54 Status: Image is up to date for alpine:3.12 18:12:54 ---> 88dd2752d2ea 18:12:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:12:54 ---> 88dd2752d2ea 18:12:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:12:54 ---> 88dd2752d2ea 18:12:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:12:54 Removing intermediate container 966ae410ca14 18:12:54 ---> d927033ea662 18:12:54 18:12:54 Step 10/21 : FROM alpine:3.12 18:12:54 ---> 88dd2752d2ea 18:12:54 Step 11/21 : RUN apk add --update --no-cache curl 18:12:54 ---> Running in 597cb3399e51 18:12:54 ---> Running in 1a67deb0192b 18:12:54 ---> Running in 2a82c611a039 18:12:54 ---> Running in b7d4270755b3 18:12:54 Removing intermediate container 753f1987af46 18:12:54 ---> 3f1df22118dc 18:12:54 18:12:54 Step 10/23 : FROM alpine:3.12 18:12:54 ---> 88dd2752d2ea 18:12:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:12:55 ---> Running in f40ed1ed693c 18:12:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:12:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:12:57 (1/1) Installing dumb-init (1.2.2-r1) 18:12:57 Executing busybox-1.31.1-r19.trigger 18:12:57 OK: 6 MiB in 15 packages 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:12:57 (1/2) Installing ca-certificates (20191127-r4) 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:12:57 (2/2) Installing dumb-init (1.2.2-r1) 18:12:57 Executing busybox-1.31.1-r19.trigger 18:12:57 Executing ca-certificates-20191127-r4.trigger 18:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:12:57 OK: 6 MiB in 16 packages 18:12:57 (1/1) Installing dumb-init (1.2.2-r1) 18:12:57 Executing busybox-1.31.1-r19.trigger 18:12:57 OK: 6 MiB in 15 packages 18:12:58 (1/4) Installing ca-certificates (20191127-r4) 18:12:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:12:58 (3/4) Installing libcurl (7.69.1-r3) 18:12:58 (4/4) Installing curl (7.69.1-r3) 18:12:58 Executing busybox-1.31.1-r19.trigger 18:12:58 Executing ca-certificates-20191127-r4.trigger 18:12:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:12:58 OK: 7 MiB in 18 packages 18:12:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:12:59 (1/1) Installing dumb-init (1.2.2-r1) 18:12:59 Executing busybox-1.31.1-r19.trigger 18:12:59 OK: 6 MiB in 15 packages 18:13:00 Removing intermediate container 597cb3399e51 18:13:00 ---> a6b7e7ff8db6 18:13:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:13:00 ---> Running in 7ba071a760be 18:13:00 Removing intermediate container 2a82c611a039 18:13:00 ---> 75669be3dcac 18:13:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:13:01 Removing intermediate container 1a67deb0192b 18:13:01 ---> aa7721fc558d 18:13:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:13:01 ---> Running in bf4de547d532 18:13:01 Removing intermediate container b7d4270755b3 18:13:01 ---> bff5bb801259 18:13:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:13:01 ---> Running in d2896dfe4a5b 18:13:01 Removing intermediate container f40ed1ed693c 18:13:01 ---> 2b8c633f1517 18:13:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:13:01 Removing intermediate container 7ba071a760be 18:13:01 ---> 72164c5c7471 18:13:01 Step 13/23 : ENV APP_PORT=48082 18:13:02 ---> Running in 70fc9ed64225 18:13:02 ---> Running in 31bd5ff18875 18:13:02 ---> Running in eeb776ae4c52 18:13:02 Removing intermediate container bf4de547d532 18:13:02 ---> 56cf77353483 18:13:02 Step 13/22 : ENV APP_PORT=48085 18:13:02 Removing intermediate container d2896dfe4a5b 18:13:02 ---> 7a139bdc58cb 18:13:02 Step 13/22 : ENV APP_PORT=48060 18:13:02 ---> Running in f74f77e75d4d 18:13:03 ---> Running in 1619e45bc54e 18:13:03 Removing intermediate container 70fc9ed64225 18:13:03 ---> 73a1ddef62b1 18:13:03 Step 13/21 : WORKDIR /edgex 18:13:03 Removing intermediate container 31bd5ff18875 18:13:03 ---> d2137e107093 18:13:03 Step 13/23 : ENV APP_PORT=48081 18:13:03 Removing intermediate container eeb776ae4c52 18:13:03 ---> 2c326de07703 18:13:03 Step 14/23 : EXPOSE $APP_PORT 18:13:03 ---> Running in 5404762a5f88 18:13:04 ---> Running in 3de9ea929d2e 18:13:04 ---> Running in e196bfafcbc5 18:13:04 Removing intermediate container f74f77e75d4d 18:13:04 ---> e383861acd13 18:13:04 Step 14/22 : EXPOSE $APP_PORT 18:13:04 Removing intermediate container 1619e45bc54e 18:13:04 ---> d467c2dee898 18:13:04 Step 14/22 : EXPOSE $APP_PORT 18:13:04 ---> Running in 4f25abe9845c 18:13:04 Removing intermediate container 5404762a5f88 18:13:04 ---> e7c192384928 18:13:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:13:04 ---> Running in eba5878eae83 18:13:05 Removing intermediate container e196bfafcbc5 18:13:05 ---> d34b6eb771c8 18:13:05 Step 15/23 : WORKDIR / 18:13:05 Removing intermediate container 3de9ea929d2e 18:13:05 ---> 6beddff4b6b5 18:13:05 Step 14/23 : EXPOSE $APP_PORT 18:13:05 Removing intermediate container 4f25abe9845c 18:13:05 ---> eb3973ff41cd 18:13:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:05 ---> Running in dd213e888d4b 18:13:05 ---> Running in dbcc747c2c31 18:13:05 Removing intermediate container eba5878eae83 18:13:05 ---> 6e51382a3240 18:13:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:05 ---> 8618527be95f 18:13:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:13:05 Removing intermediate container dbcc747c2c31 18:13:05 ---> fec40d64ee1d 18:13:05 Step 15/23 : WORKDIR / 18:13:05 ---> Running in 686ee5559520 18:13:06 ---> ea94a35b7150 18:13:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:13:06 Removing intermediate container dd213e888d4b 18:13:06 ---> e071c2c37e37 18:13:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:06 ---> 4f0d62f315b5 18:13:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:13:07 Removing intermediate container 686ee5559520 18:13:07 ---> 568026bdd59a 18:13:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:07 ---> 2460d594d997 18:13:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:13:07 ---> 7d44683ed7f9 18:13:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:13:07 ---> c020b6a8e3f4 18:13:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:13:08 ---> 1bbb53a3c8b9 18:13:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:13:08 ---> e95d4a220e59 18:13:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:13:09 ---> 36537790788a 18:13:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:13:09 ---> c9371f74d728 18:13:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:13:09 ---> Running in 4c970451be09 18:13:09 ---> Running in 6842202c2abd 18:13:09 ---> 5022aeacb9c9 18:13:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:13:09 ---> 79cc8cb77c1e 18:13:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:13:09 ---> ce12522f15d5 18:13:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:13:09 Removing intermediate container 6842202c2abd 18:13:09 ---> 8ac2f14e67f0 18:13:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:09 Removing intermediate container 4c970451be09 18:13:09 ---> 1423d32e842b 18:13:09 Step 18/21 : CMD ["--init=true"] 18:13:10 ---> Running in da77fb840b14 18:13:10 ---> Running in f2cb9d69aa2f 18:13:10 ---> Running in a186089b65f7 18:13:10 Removing intermediate container da77fb840b14 18:13:10 ---> ea81d5572041 18:13:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:10 ---> cde418880922 18:13:10 Step 19/23 : ENTRYPOINT ["/core-command"] 18:13:10 Removing intermediate container a186089b65f7 18:13:10 ---> 6f94fe2006d8 18:13:10 Step 19/21 : LABEL arch=x86_64 18:13:10 Removing intermediate container f2cb9d69aa2f 18:13:10 ---> 8191a4daee71 18:13:10 Step 20/22 : LABEL arch=x86_64 18:13:10 ---> Running in a7d2d78e451d 18:13:10 ---> 6745d7bbc5f7 18:13:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:13:10 ---> Running in 7ba754ae21ef 18:13:10 ---> Running in 82aca8361974 18:13:10 ---> Running in db4e9fa1fd96 18:13:11 ---> Running in 228d32cddd06 18:13:11 Removing intermediate container a7d2d78e451d 18:13:11 ---> 112dfd63f3a0 18:13:11 Step 20/22 : LABEL arch=x86_64 18:13:11 Removing intermediate container 7ba754ae21ef 18:13:11 ---> 89786ef3143e 18:13:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:11 Removing intermediate container 82aca8361974 18:13:11 ---> 29470706db4a 18:13:11 Step 20/21 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:13:11 Removing intermediate container db4e9fa1fd96 18:13:11 ---> 57859496430c 18:13:11 Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:13:11 ---> Running in 0b957ee5ae53 18:13:11 ---> Running in a3ade4334e66 18:13:11 Removing intermediate container 228d32cddd06 18:13:11 ---> bad99f7a561a 18:13:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:11 ---> Running in 685a980e56bc 18:13:11 ---> Running in 49d9bcbde0f7 18:13:12 ---> Running in 20e99c3c8923 18:13:12 Removing intermediate container a3ade4334e66 18:13:12 ---> 4533912775c4 18:13:12 Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:13:12 Removing intermediate container 0b957ee5ae53 18:13:12 ---> 55592acc62b0 18:13:12 Step 21/23 : LABEL arch=x86_64 18:13:12 Removing intermediate container 685a980e56bc 18:13:12 ---> 26d462f01bb1 18:13:12 Step 21/21 : LABEL version=0.0.0 18:13:12 Removing intermediate container 49d9bcbde0f7 18:13:12 ---> c7544153240d 18:13:12 Step 22/22 : LABEL version=0.0.0 18:13:13 ---> Running in 2d53d1198632 18:13:13 ---> Running in f893b8514317 18:13:13 ---> Running in 5e88f58cde6d 18:13:13 ---> Running in c20e3643868e 18:13:13 Removing intermediate container 20e99c3c8923 18:13:13 ---> a46eedcc8241 18:13:13 Step 21/23 : LABEL arch=x86_64 18:13:13 ---> Running in abd1bf6c458d 18:13:13 Removing intermediate container 5e88f58cde6d 18:13:13 ---> c04d4e21fdb2 18:13:13 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:13:13 Removing intermediate container 2d53d1198632 18:13:13 ---> 5c6add44134d 18:13:13 Step 22/22 : LABEL version=0.0.0 18:13:13 Removing intermediate container f893b8514317 18:13:13 ---> b2b6c80e7126 18:13:13 18:13:13 Removing intermediate container c20e3643868e 18:13:13 ---> 81f7289776f7 18:13:13 18:13:13 ---> Running in 8b0afd404631 18:13:13 ---> Running in 9588dfd042e0 18:13:14 Removing intermediate container abd1bf6c458d 18:13:14 ---> f954893a3130 18:13:14 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:13:14 ---> Running in 7b360139dc27 18:13:14 Successfully built 81f7289776f7 18:13:14 Successfully built b2b6c80e7126 18:13:14 Removing intermediate container 9588dfd042e0 18:13:14 ---> e30bfa0b1a26 18:13:14 Step 23/23 : LABEL version=0.0.0 18:13:14 Successfully tagged docker-support-scheduler-go:latest 18:13:14  Building docker-support-scheduler-go ... done Building docker-core-data-go 18:13:14 Successfully tagged docker-security-proxy-setup-go:latest 18:13:14  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 18:13:14 Removing intermediate container 8b0afd404631 18:13:14 ---> fa5ad8f5425e 18:13:14 18:13:14 ---> Running in 00d626754941 18:13:14 Removing intermediate container 7b360139dc27 18:13:14 ---> 8b048307008b 18:13:14 Step 23/23 : LABEL version=0.0.0 18:13:15 ---> Running in 9df160dd7c46 18:13:15 Successfully built fa5ad8f5425e 18:13:15 Successfully tagged docker-support-notifications-go:latest 18:13:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 18:13:15 Removing intermediate container 00d626754941 18:13:15 ---> 8b4ba0f29070 18:13:15 18:13:16 Removing intermediate container 9df160dd7c46 18:13:16 ---> 9a502594c61d 18:13:16 18:13:16 Successfully built 8b4ba0f29070 18:13:16 Successfully tagged docker-core-command-go:latest 18:13:16  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 18:13:16 Successfully built 9a502594c61d 18:13:16 Successfully tagged docker-core-metadata-go:latest 18:13:33 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 18:13:40 Removing intermediate container c2d24ff64fbf 18:13:40 ---> 58ba8f84c6f4 18:13:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:13:41 ---> Running in 9ddc8bbbea6e 18:13:41 Removing intermediate container b2c1e9e4d04d 18:13:41 ---> c54c95ba1d08 18:13:41 18:13:41 Step 10/21 : FROM alpine:3.12 18:13:41 3.12: Pulling from library/alpine 18:13:43 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:13:43 Status: Downloaded newer image for alpine:3.12 18:13:43 ---> d10569e2745f 18:13:43 Step 11/21 : RUN apk add --update --no-cache curl 18:13:43 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 18:13:43 ---> Running in 88e1eab50301 18:13:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:47 (1/4) Installing ca-certificates (20191127-r4) 18:13:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:13:47 (3/4) Installing libcurl (7.69.1-r3) 18:13:47 (4/4) Installing curl (7.69.1-r3) 18:13:47 Executing busybox-1.31.1-r19.trigger 18:13:47 Executing ca-certificates-20191127-r4.trigger 18:13:47 OK: 7 MiB in 18 packages 18:13:50 Removing intermediate container 88e1eab50301 18:13:50 ---> e62b69dcffdf 18:13:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:13:50 ---> Running in 542f14523cd5 18:13:50 Removing intermediate container 9ddc8bbbea6e 18:13:50 ---> 1cc6d41ae9f7 18:13:50 18:13:50 Step 11/26 : FROM docker:20.10.0 18:13:51 20.10.0: Pulling from library/docker 18:13:51 Removing intermediate container 542f14523cd5 18:13:51 ---> e32837514994 18:13:51 Step 13/21 : WORKDIR /edgex 18:13:51 ---> Running in 43b58540d9cd 18:13:53 Removing intermediate container 43b58540d9cd 18:13:53 ---> e6eac6703269 18:13:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:13:55 ---> e17fc61bd05c 18:13:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:13:59 ---> b84302d6afca 18:13:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:14:00 Removing intermediate container 460dc7e8f113 18:14:00 ---> a5b59d739499 18:14:00 18:14:00 Step 10/22 : FROM alpine:3.12 18:14:00 ---> d10569e2745f 18:14:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:14:00 Removing intermediate container 7c7a236fbf5e 18:14:00 ---> 73c5ac6b95bd 18:14:00 18:14:00 Step 10/23 : FROM alpine:3.12 18:14:00 ---> d10569e2745f 18:14:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:14:01 ---> Running in 11e581ee3378 18:14:01 ---> Running in e4927463f577 18:14:01 ---> faaaccfaaa44 18:14:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:14:02 ---> Running in 17a513c74123 18:14:03 Removing intermediate container 17a513c74123 18:14:03 ---> b29d067dd3e4 18:14:03 Step 18/21 : CMD ["--init=true"] 18:14:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:04 ---> Running in 978ec0919123 18:14:04 (1/1) Installing dumb-init (1.2.2-r1) 18:14:04 Executing busybox-1.31.1-r19.trigger 18:14:04 (1/2) Installing ca-certificates (20191127-r4) 18:14:04 OK: 5 MiB in 15 packages 18:14:04 (2/2) Installing dumb-init (1.2.2-r1) 18:14:04 Executing busybox-1.31.1-r19.trigger 18:14:04 Executing ca-certificates-20191127-r4.trigger 18:14:05 OK: 6 MiB in 16 packages 18:14:06 Removing intermediate container 978ec0919123 18:14:06 ---> 3624bbee9988 18:14:06 Step 19/21 : LABEL arch=arm64 18:14:06 Removing intermediate container d7eccba65ba9 18:14:06 ---> 6e8d3446e316 18:14:06 18:14:06 Step 10/23 : FROM alpine:3.12 18:14:06 ---> d10569e2745f 18:14:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:14:06 ---> Running in 8b3673e8f9f8 18:14:06 ---> Running in 8b6535398eca 18:14:07 Removing intermediate container 8b3673e8f9f8 18:14:07 ---> c82c29c46fc2 18:14:07 Step 20/21 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:14:07 ---> Running in 3362c8148b29 18:14:07 Removing intermediate container 11e581ee3378 18:14:07 ---> 4e3e58c0e24c 18:14:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:14:07 ---> Running in b59ec9ca1793 18:14:08 Removing intermediate container e4927463f577 18:14:08 ---> f2e3fab13225 18:14:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:14:08 Removing intermediate container 3362c8148b29 18:14:08 ---> 8c31c7008218 18:14:08 Step 21/21 : LABEL version=0.0.0 18:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:08 ---> Running in 6ef7cf2b7a44 18:14:08 ---> Running in 04f43c9a3cf6 18:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:14:08 Status: Downloaded newer image for docker:20.10.0 18:14:08 ---> eeaf43b92773 18:14:08 Step 12/26 : RUN apk add --no-cache bash 18:14:08 Removing intermediate container b59ec9ca1793 18:14:08 ---> db798de1c9b7 18:14:08 Step 13/23 : ENV APP_PORT=48082 18:14:08 ---> Running in 3a145cea3a96 18:14:08 ---> Running in f2ddb80c6ae2 18:14:09 Removing intermediate container 6ef7cf2b7a44 18:14:09 ---> c578d986572b 18:14:09 Step 13/22 : ENV APP_PORT=48060 18:14:09 (1/1) Installing dumb-init (1.2.2-r1) 18:14:09 Executing busybox-1.31.1-r19.trigger 18:14:09 OK: 5 MiB in 15 packages 18:14:09 ---> Running in 31109634b227 18:14:09 Removing intermediate container 04f43c9a3cf6 18:14:09 ---> 046d936f0772 18:14:09 18:14:09 Removing intermediate container f2ddb80c6ae2 18:14:09 ---> 0235805cfcc3 18:14:09 Step 14/23 : EXPOSE $APP_PORT 18:14:10 ---> Running in a6312899af7e 18:14:10 Successfully built 046d936f0772 18:14:10 Removing intermediate container 31109634b227 18:14:10 ---> b94ff8682b09 18:14:10 Step 14/22 : EXPOSE $APP_PORT 18:14:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:14:10  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 18:14:10 ---> Running in 46fc77194dfb 18:14:10 Removing intermediate container a6312899af7e 18:14:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:10 ---> ee65bfdb9fff 18:14:10 Step 15/23 : WORKDIR / 18:14:10 ---> Running in 1f848bc32147 18:14:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:10 Removing intermediate container 8b6535398eca 18:14:10 ---> be29e1c99fcc 18:14:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:14:11 ---> Running in fd6e50334f86 18:14:11 Removing intermediate container 46fc77194dfb 18:14:11 ---> 402072291f64 18:14:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:11 (1/2) Installing readline (8.0.4-r0) 18:14:11 (2/2) Installing bash (5.0.17-r0) 18:14:11 Removing intermediate container 1f848bc32147 18:14:11 ---> 021532095b09 18:14:11 Executing bash-5.0.17-r0.post-install 18:14:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:11 Executing busybox-1.31.1-r19.trigger 18:14:11 OK: 12 MiB in 22 packages 18:14:12 Removing intermediate container fd6e50334f86 18:14:12 ---> 98cd3ee89bc3 18:14:12 Step 13/23 : ENV APP_PORT=48081 18:14:13 ---> Running in f96ae4591659 18:14:13 ---> 516ff1010469 18:14:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:14:13 ---> d6dcbda8f5ba 18:14:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:14:14 Removing intermediate container f96ae4591659 18:14:14 ---> 6d08501d92e1 18:14:14 Step 14/23 : EXPOSE $APP_PORT 18:14:14 Removing intermediate container 3a145cea3a96 18:14:14 ---> 26d5f9e6709f 18:14:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:14:14 ---> Running in bf4d758bc758 18:14:14 ---> Running in c5c5c9ab71c6 18:14:16 Removing intermediate container c5c5c9ab71c6 18:14:16 ---> e51c120a29dd 18:14:16 Step 15/23 : WORKDIR / 18:14:16 ---> c94a83e21b62 18:14:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:14:16 Removing intermediate container bf4d758bc758 18:14:16 ---> e97c64fb683d 18:14:16 Step 14/26 : ENV APP_PORT=48090 18:14:16 ---> Running in 8a08fd0b8a06 18:14:16 ---> fae4853073b7 18:14:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:14:16 ---> Running in 08f585f464e1 18:14:17 Removing intermediate container 8a08fd0b8a06 18:14:17 ---> c015ac87ac62 18:14:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:17 Removing intermediate container 08f585f464e1 18:14:17 ---> c8ed93765439 18:14:17 Step 15/26 : EXPOSE $APP_PORT 18:14:18 ---> Running in 08fc4f129bcf 18:14:18 ---> e3d2e3f85a6d 18:14:18 Step 19/23 : ENTRYPOINT ["/core-command"] 18:14:18 ---> 461bb4c52cef 18:14:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:14:18 ---> Running in be58e68fcada 18:14:18 ---> Running in 2bf10f61b1fe 18:14:18 ---> ef55af0f992b 18:14:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:14:19 Removing intermediate container 08fc4f129bcf 18:14:19 ---> 8d5ea1e6afa1 18:14:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:14:19 Removing intermediate container be58e68fcada 18:14:19 ---> ab28418385ab 18:14:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:19 Removing intermediate container 2bf10f61b1fe 18:14:19 ---> 891684832aa8 18:14:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:20 ---> Running in 2d437ad08d6e 18:14:20 ---> Running in f90db3d864d9 18:14:21 ---> 9ffb162994e7 18:14:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:14:21 Removing intermediate container 2d437ad08d6e 18:14:21 ---> bbb6abd3d59a 18:14:21 Step 21/23 : LABEL arch=arm64 18:14:21 Removing intermediate container f90db3d864d9 18:14:21 ---> 8cbbed8113f6 18:14:21 Step 20/22 : LABEL arch=arm64 18:14:21 ---> 7ef57118b938 18:14:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:14:21 ---> Running in 1fabd0ac8786 18:14:21 ---> Running in 7f8d4fbfab92 18:14:22 ---> 5c13ed540f53 18:14:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:14:22 ---> Running in 8fa38310b381 18:14:23 Removing intermediate container 7f8d4fbfab92 18:14:23 ---> 47c119c48500 18:14:23 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:14:23 Removing intermediate container 1fabd0ac8786 18:14:23 ---> b63db6b33576 18:14:23 Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:14:23 ---> cb092c2e2c59 18:14:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:14:24 ---> Running in 0fe5ad7b9ff4 18:14:24 ---> Running in d5047116b63a 18:14:24 Removing intermediate container 8fa38310b381 18:14:24 ---> 2ea6481e3d2e 18:14:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:24 ---> Running in 14f496718560 18:14:24 Removing intermediate container d5047116b63a 18:14:24 ---> 24df48b7d13d 18:14:24 Step 22/22 : LABEL version=0.0.0 18:14:25 Removing intermediate container 0fe5ad7b9ff4 18:14:25 ---> e36101977597 18:14:25 Step 23/23 : LABEL version=0.0.0 18:14:25 ---> Running in 1318be96e0c2 18:14:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:14:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:14:26 ---> 6245ac41739d 18:14:26 Step 3/31 : WORKDIR /edgex-go 18:14:26 ---> Using cache 18:14:26 ---> Running in 901b24cbc657 18:14:26 ---> aec42e8bf076 18:14:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:14:26 ---> Using cache 18:14:26 ---> 633301de8111 18:14:26 Step 5/31 : RUN apk add --update --no-cache make git 18:14:26 ---> b603b438db80 18:14:26 Step 19/26 : RUN apk --no-cache add py3-pip 18:14:26 Removing intermediate container 14f496718560 18:14:26 ---> d07764cff19d 18:14:26 Step 21/23 : LABEL arch=arm64 18:14:26 ---> Running in 3d47f2a1ce84 18:14:26 ---> Running in 89de2d82a4b9 18:14:26 ---> Running in a31bbe8a1dfa 18:14:26 Removing intermediate container 1318be96e0c2 18:14:26 ---> 7615eaebda45 18:14:26 18:14:26 Removing intermediate container 901b24cbc657 18:14:26 ---> 935a805f79fe 18:14:26 18:14:26  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:14:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:14:26 ---> eb4c02eedc1f 18:14:26 Step 3/31 : WORKDIR /edgex-go 18:14:26 ---> Using cache 18:14:26 ---> eb6426ca08c9 18:14:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:14:26 ---> Using cache 18:14:26 ---> e4666cf2bda1 18:14:26 Step 5/31 : RUN apk add --update --no-cache make git 18:14:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:14:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:14:26 ---> eb4c02eedc1f 18:14:26 Step 3/24 : WORKDIR /edgex-go 18:14:26 ---> Using cache 18:14:26 ---> eb6426ca08c9 18:14:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:14:26 ---> Using cache 18:14:26 ---> e4666cf2bda1 18:14:26 Step 5/24 : RUN apk add --update --no-cache make git 18:14:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:14:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:14:26 ---> eb4c02eedc1f 18:14:26 Step 3/26 : WORKDIR /edgex-go 18:14:26 ---> Using cache 18:14:26 ---> eb6426ca08c9 18:14:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:14:26 ---> Using cache 18:14:26 ---> e4666cf2bda1 18:14:26 Step 5/26 : RUN apk add --update --no-cache make bash git 18:14:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:14:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:14:26 ---> eb4c02eedc1f 18:14:26 Step 3/23 : WORKDIR /edgex-go 18:14:26 ---> Using cache 18:14:26 ---> eb6426ca08c9 18:14:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:14:26 ---> Using cache 18:14:26 ---> e4666cf2bda1 18:14:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:14:26 ---> Running in f8d7f828ef49 18:14:26 ---> Running in a6da3d973475 18:14:26 ---> Running in 60f6192e69a8 18:14:26 ---> Running in 8bae59d36eba 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:14:26 OK: 233 MiB in 51 packages 18:14:26 OK: 233 MiB in 51 packages 18:14:26 OK: 233 MiB in 51 packages 18:14:26 OK: 233 MiB in 51 packages 18:14:27 Successfully built 7615eaebda45 18:14:27 Removing intermediate container a31bbe8a1dfa 18:14:27 ---> a8c356ba9038 18:14:27 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:14:27 Successfully tagged docker-support-notifications-go-arm64:latest 18:14:27  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 18:14:27 ---> Running in dfd564efe47c 18:14:27 Successfully built 935a805f79fe 18:14:27 Successfully tagged docker-core-command-go-arm64:latest 18:14:27  Building docker-core-command-go ... done Building docker-support-scheduler-go 18:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:28 Removing intermediate container dfd564efe47c 18:14:28 ---> fdb722972cc2 18:14:28 Step 23/23 : LABEL version=0.0.0 18:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:28 ---> Running in d66f57bdfe61 18:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:28 Removing intermediate container 60f6192e69a8 18:14:28 ---> 4ada787b7fd5 18:14:28 Step 6/26 : COPY go.mod . 18:14:28 Removing intermediate container 8bae59d36eba 18:14:28 ---> 987740d49e53 18:14:28 Step 6/24 : COPY go.mod . 18:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:28 Removing intermediate container d66f57bdfe61 18:14:28 ---> b864efa7deba 18:14:28 18:14:28 Removing intermediate container f8d7f828ef49 18:14:28 ---> 49f35ed4ef84 18:14:28 Step 6/31 : COPY go.mod . 18:14:28 Removing intermediate container a6da3d973475 18:14:28 ---> ade3bc4de4df 18:14:28 Step 6/23 : COPY go.mod . 18:14:28 (1/33) Installing libbz2 (1.0.8-r1) 18:14:28 (2/33) Installing expat (2.2.9-r1) 18:14:28 (3/33) Installing libffi (3.3-r2) 18:14:28 (4/33) Installing gdbm (1.13-r1) 18:14:28 (5/33) Installing xz-libs (5.2.5-r0) 18:14:28 (6/33) Installing sqlite-libs (3.32.1-r0) 18:14:28 (7/33) Installing python3 (3.8.8-r0) 18:14:29 ---> 49c7ec985a15 18:14:29 Step 7/24 : RUN go mod download 18:14:29 Successfully built b864efa7deba 18:14:29 Successfully tagged docker-core-metadata-go-arm64:latest 18:14:29  Building docker-core-metadata-go ... done Building docker-core-data-go 18:14:29 ---> 11750700e3a9 18:14:29 Step 7/26 : RUN go mod download 18:14:29 ---> 3f1cfa8c9cdf 18:14:29 Step 7/31 : RUN go mod download 18:14:29 ---> Running in 4b8a42e0a953 18:14:29 ---> 612d8b5a49b5 18:14:29 Step 7/23 : RUN go mod download 18:14:29 ---> Running in 4444d5b8583c 18:14:29 ---> Running in 4a6910c91af9 18:14:29 ---> Running in 8a6fdb216cb3 18:14:29 OK: 217 MiB in 51 packages 18:14:30 (8/33) Installing py3-appdirs (1.4.4-r1) 18:14:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:14:30 (10/33) Installing py3-parsing (2.4.7-r0) 18:14:30 (11/33) Installing py3-six (1.15.0-r0) 18:14:30 (12/33) Installing py3-packaging (20.4-r0) 18:14:30 (13/33) Installing py3-setuptools (47.0.0-r0) 18:14:30 (14/33) Installing py3-chardet (3.0.4-r4) 18:14:30 (15/33) Installing py3-idna (2.9-r0) 18:14:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:14:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:14:30 (18/33) Installing py3-requests (2.23.0-r0) 18:14:31 (19/33) Installing py3-msgpack (1.0.0-r0) 18:14:31 (20/33) Installing py3-lockfile (0.12.2-r3) 18:14:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:14:31 (22/33) Installing py3-colorama (0.4.3-r0) 18:14:31 (23/33) Installing py3-distlib (0.3.0-r0) 18:14:31 (24/33) Installing py3-distro (1.5.0-r1) 18:14:31 (25/33) Installing py3-webencodings (0.5.1-r3) 18:14:31 (26/33) Installing py3-html5lib (1.0.1-r4) 18:14:31 (27/33) Installing py3-pytoml (0.1.21-r0) 18:14:31 (28/33) Installing py3-pep517 (0.8.2-r0) 18:14:31 (29/33) Installing py3-progress (1.5-r0) 18:14:31 (30/33) Installing py3-toml (0.10.1-r0) 18:14:31 (31/33) Installing py3-retrying (1.3.3-r0) 18:14:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:14:31 (33/33) Installing py3-pip (20.1.1-r0) 18:14:31 Executing busybox-1.31.1-r19.trigger 18:14:31 OK: 71 MiB in 55 packages 18:14:32 Removing intermediate container 3d47f2a1ce84 18:14:32 ---> 46ee3e42fd4b 18:14:32 Step 6/31 : COPY go.mod . 18:14:34 ---> 0285518712bd 18:14:34 Step 7/31 : RUN go mod download 18:14:35 ---> Running in d5a6f597ba3b 18:14:36 Removing intermediate container 4b8a42e0a953 18:14:36 ---> 88dbc6581944 18:14:36 Step 8/24 : COPY . . 18:14:36 Removing intermediate container 4444d5b8583c 18:14:36 ---> 69be97e233c8 18:14:36 Step 8/26 : COPY . . 18:14:36 Removing intermediate container 4a6910c91af9 18:14:36 ---> cd970f534c0c 18:14:36 Step 8/31 : COPY . . 18:14:36 Removing intermediate container 8a6fdb216cb3 18:14:36 ---> 07879a07d71d 18:14:36 Step 8/23 : COPY . . 18:14:40 Removing intermediate container d5a6f597ba3b 18:14:40 ---> 05e027763c5b 18:14:40 Step 8/31 : COPY . . 18:14:40 Removing intermediate container 89de2d82a4b9 18:14:40 ---> 73ecd9896908 18:14:40 Step 20/26 : RUN pip install docker-compose==1.23.2 18:14:42 ---> Running in 4a4549ec08a1 18:14:48 Collecting docker-compose==1.23.2 18:14:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:14:49 Collecting cached-property<2,>=1.2.0 18:14:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:14:49 Collecting docker<4.0,>=3.6.0 18:14:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:14:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:14:50 Collecting docopt<0.7,>=0.6.1 18:14:50 Downloading docopt-0.6.2.tar.gz (25 kB) 18:14:54 Collecting PyYAML<4,>=3.10 18:14:54 Downloading PyYAML-3.13.tar.gz (270 kB) 18:14:59 Collecting dockerpty<0.5,>=0.4.1 18:14:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:15:01 ---> 54d94e6cf4fe 18:15:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:15:01 Collecting jsonschema<3,>=2.5.1 18:15:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:15:02 ---> Running in 8ded16e1b481 18:15:03 Collecting websocket-client<1.0,>=0.32.0 18:15:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:15:03 Collecting texttable<0.10,>=0.9.0 18:15:03 Downloading texttable-0.9.1.tar.gz (11 kB) 18:15:03 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 18:15:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:15:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:15:05 ---> 6245ac41739d 18:15:05 Step 3/23 : WORKDIR /edgex-go 18:15:05 ---> Using cache 18:15:05 ---> aec42e8bf076 18:15:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:05 ---> Using cache 18:15:05 ---> 633301de8111 18:15:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:15:06 ---> Running in 4172bdd23d68 18:15:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:15:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:15:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:15:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:15:07 ---> 6245ac41739d 18:15:07 Step 3/22 : WORKDIR /edgex-go 18:15:07 ---> Using cache 18:15:07 ---> aec42e8bf076 18:15:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:07 ---> Using cache 18:15:07 ---> 633301de8111 18:15:07 Step 5/22 : RUN apk add --update --no-cache make git 18:15:07 ---> Using cache 18:15:07 ---> 46ee3e42fd4b 18:15:07 Step 6/22 : COPY go.mod . 18:15:07 ---> Using cache 18:15:07 ---> 0285518712bd 18:15:07 Step 7/22 : RUN go mod download 18:15:07 ---> Using cache 18:15:07 ---> 05e027763c5b 18:15:07 Step 8/22 : COPY . . 18:15:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:15:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:15:07 ---> 6245ac41739d 18:15:07 Step 3/24 : WORKDIR /edgex-go 18:15:07 ---> Using cache 18:15:07 ---> aec42e8bf076 18:15:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:07 ---> Using cache 18:15:07 ---> 633301de8111 18:15:07 Step 5/24 : RUN apk add --update --no-cache make git 18:15:07 ---> Using cache 18:15:07 ---> 46ee3e42fd4b 18:15:07 Step 6/24 : COPY go.mod . 18:15:07 ---> Using cache 18:15:07 ---> 0285518712bd 18:15:07 Step 7/24 : RUN go mod download 18:15:07 ---> Using cache 18:15:07 ---> 05e027763c5b 18:15:07 Step 8/24 : COPY . . 18:15:07 Collecting docker-pycreds>=0.4.0 18:15:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:15:07 ---> Using cache 18:15:08 ---> 54d94e6cf4fe 18:15:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:15:08 ---> Using cache 18:15:08 ---> 54d94e6cf4fe 18:15:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:08 ---> Running in 63653ff49127 18:15:08 ---> Running in 0fe10d79891f 18:15:08 Collecting idna<2.8,>=2.5 18:15:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:15:09 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) 18:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:10 Collecting urllib3<1.25,>=1.21.1 18:15:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:15:10 OK: 217 MiB in 51 packages 18:15:10 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) 18:15:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:15:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:15:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:15:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:15:11 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 18:15:11 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 18:15:11 Installing collected packages: cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, dockerpty, jsonschema, texttable, docker-compose 18:15:11 Attempting uninstall: idna 18:15:11 Found existing installation: idna 2.9 18:15:11 Uninstalling idna-2.9: 18:15:11 Removing intermediate container 4172bdd23d68 18:15:11 ---> 73cf6cec0a29 18:15:11 Step 6/23 : COPY go.mod . 18:15:11 Successfully uninstalled idna-2.9 18:15:12 Attempting uninstall: urllib3 18:15:12 Found existing installation: urllib3 1.25.9 18:15:12 Uninstalling urllib3-1.25.9: 18:15:12 ---> 9a81a56f449c 18:15:12 Step 7/23 : RUN go mod download 18:15:13 ---> Running in b4b0d3ea564d 18:15:13 Successfully uninstalled urllib3-1.25.9 18:15:14 Attempting uninstall: requests 18:15:14 Found existing installation: requests 2.23.0 18:15:14 Uninstalling requests-2.23.0: 18:15:14 Successfully uninstalled requests-2.23.0 18:15:16 Running setup.py install for docopt: started 18:15:18 Removing intermediate container b4b0d3ea564d 18:15:18 ---> b0842f765cdf 18:15:18 Step 8/23 : COPY . . 18:15:19 Running setup.py install for docopt: finished with status 'done' 18:15:19 Running setup.py install for PyYAML: started 18:15:23 Running setup.py install for PyYAML: finished with status 'done' 18:15:23 Running setup.py install for dockerpty: started 18:15:27 Running setup.py install for dockerpty: finished with status 'done' 18:15:27 Running setup.py install for texttable: started 18:15:31 Running setup.py install for texttable: finished with status 'done' 18:15:33 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 18:15:40 ---> 8e199d75849a 18:15:40 Step 9/23 : RUN make cmd/core-data/core-data 18:15:40 ---> Running in c2423f088606 18:15:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:15:42 Removing intermediate container 4a4549ec08a1 18:15:42 ---> 113536c0d8e6 18:15:42 Step 21/26 : RUN apk --no-cache add curl 18:15:42 ---> Running in a5b35893e884 18:15:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:15:45 (2/3) Installing libcurl (7.69.1-r3) 18:15:45 (3/3) Installing curl (7.69.1-r3) 18:15:45 Executing busybox-1.31.1-r19.trigger 18:15:45 OK: 72 MiB in 58 packages 18:15:48 Removing intermediate container a5b35893e884 18:15:48 ---> 89f24a234dae 18:15:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:15:48 ---> Running in a1eb3976beae 18:15:48 Removing intermediate container a1eb3976beae 18:15:48 ---> f6bcfd7323b4 18:15:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:48 ---> Running in d740d6058d2a 18:15:49 Removing intermediate container d740d6058d2a 18:15:49 ---> d24fc4f3e2f7 18:15:49 Step 24/26 : LABEL arch=arm64 18:15:49 ---> Running in 27de65437d00 18:15:50 Removing intermediate container 27de65437d00 18:15:50 ---> fa28e7428317 18:15:50 Step 25/26 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:15:50 ---> Running in 04a163f3fadd 18:15:51 Removing intermediate container 04a163f3fadd 18:15:51 ---> bde02260361c 18:15:51 Step 26/26 : LABEL version=0.0.0 18:15:51 ---> Running in 34d983c3c59e 18:15:51 Removing intermediate container 34d983c3c59e 18:15:51 ---> 13564144a177 18:15:51 18:15:52 Successfully built 13564144a177 18:15:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:16:04 ---> 95c00364592f 18:16:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:16:04 ---> be43d875a2d1 18:16:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:16:04 ---> Running in 1ab38781c5aa 18:16:04 ---> 3249526f8929 18:16:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:16:04 ---> Running in dcc6d0972626 18:16:04 ---> Running in 76481b6f64d6 18:16:05 ---> 0ba3b083e76a 18:16:05 Step 9/23 : RUN make cmd/core-data/core-data 18:16:05 ---> Running in 2b9e2820fc74 18:16:08 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 18:16:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:16:08 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 18:16:08 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 18:16:31  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:16:36 Removing intermediate container 8ded16e1b481 18:16:36 ---> 415952e11036 18:16:36 18:16:36 Step 10/31 : FROM alpine:3.12 18:16:36 ---> d10569e2745f 18:16:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:16:36 ---> Running in 01c8773cae13 18:16:36 Removing intermediate container 01c8773cae13 18:16:36 ---> f3114684825d 18:16:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:16:37 ---> Running in 6159112ce928 18:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:16:40 (1/2) Installing dumb-init (1.2.2-r1) 18:16:40 (2/2) Installing su-exec (0.2-r1) 18:16:40 Executing busybox-1.31.1-r19.trigger 18:16:40 OK: 5 MiB in 16 packages 18:16:42 Removing intermediate container 6159112ce928 18:16:42 ---> db885d7ac005 18:16:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:16:42 ---> Running in bd087edbdb15 18:16:43 Removing intermediate container bd087edbdb15 18:16:43 ---> 8462fbabc3e8 18:16:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:16:43 ---> Running in 8e3c0a6e41c0 18:16:44 Removing intermediate container 8e3c0a6e41c0 18:16:44 ---> a846fd0ceaaa 18:16:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:16:45 ---> Running in 15f4b6a58dd2 18:16:46 Removing intermediate container 63653ff49127 18:16:46 ---> 80cfa54d8f3f 18:16:46 18:16:46 Step 10/24 : FROM alpine:3.12 18:16:46 ---> d10569e2745f 18:16:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:16:46 ---> Running in 4851c2201aee 18:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:16:49 Removing intermediate container 15f4b6a58dd2 18:16:49 ---> 1d52a2c94eca 18:16:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:16:49 (1/5) Installing ca-certificates (20191127-r4) 18:16:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:16:49 (3/5) Installing libcurl (7.69.1-r3) 18:16:49 (4/5) Installing curl (7.69.1-r3) 18:16:49 (5/5) Installing dumb-init (1.2.2-r1) 18:16:49 ---> Running in 9008bb71efc2 18:16:49 Executing busybox-1.31.1-r19.trigger 18:16:49 Executing ca-certificates-20191127-r4.trigger 18:16:49 OK: 7 MiB in 19 packages 18:16:50 Removing intermediate container 9008bb71efc2 18:16:50 ---> f755efdf1e99 18:16:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:16:51 ---> 9fb1c83e3fc3 18:16:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:16:51 ---> Running in b45bedad1638 18:16:52 Removing intermediate container 4851c2201aee 18:16:52 ---> 8a78abb82e62 18:16:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:16:52 ---> Running in 8f269866d049 18:16:53 Removing intermediate container 8f269866d049 18:16:53 ---> aaa3a1703f42 18:16:53 Step 13/24 : WORKDIR / 18:16:54 ---> Running in d53caedf4055 18:16:55 Removing intermediate container d53caedf4055 18:16:55 ---> 61bc5f88b627 18:16:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:16:57 Removing intermediate container b45bedad1638 18:16:57 ---> dc47e97d2037 18:16:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:16:57 ---> afb69f4e6e3b 18:16:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:16:59 ---> 430d92a61f68 18:16:59 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:16:59 Removing intermediate container 0fe10d79891f 18:16:59 ---> 9fe43743a876 18:16:59 18:16:59 Step 10/22 : FROM alpine:3.12 18:16:59 ---> d10569e2745f 18:16:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:16:59 ---> Using cache 18:16:59 ---> be29e1c99fcc 18:16:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:16:59 ---> Using cache 18:16:59 ---> 98cd3ee89bc3 18:16:59 Step 13/22 : ENV APP_PORT=48085 18:16:59 ---> Running in d30231e1d2fc 18:16:59 ---> 4137e7248f94 18:16:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:17:00 Removing intermediate container d30231e1d2fc 18:17:00 ---> 887b93d66e95 18:17:00 Step 14/22 : EXPOSE $APP_PORT 18:17:00 ---> Running in 99c64b4cac89 18:17:01 ---> 33edaa135faa 18:17:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:17:01 ---> 8027cf4dddd0 18:17:01 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:17:01 Removing intermediate container 99c64b4cac89 18:17:01 ---> e7ca929fa4fd 18:17:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:03 ---> 2634cffbb9da 18:17:03 ---> 712b36a1e292 18:17:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:17:03 18:17:03 ---> bf38344d914a 18:17:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:17:04 ---> afef63251aab 18:17:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:17:04 ---> 04cfc5aa6401 18:17:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:17:04 ---> 6680373d3218 18:17:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:17:05 ---> 209bd9962532 18:17:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:17:05 ---> Running in f5d47251a8cd 18:17:05 ---> e3b718c11e0a 18:17:05 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/ 18:17:05 ---> f35f87dc7990 18:17:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:17:05 ---> Running in b44cef1b3164 18:17:05 ---> Running in a31e607c0ae8 18:17:06 Removing intermediate container f5d47251a8cd 18:17:06 ---> 376a9b5d2206 18:17:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:17:06 Removing intermediate container a31e607c0ae8 18:17:06 ---> 150e832201fa 18:17:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:17:07 ---> Running in 02e013a01d34 18:17:07 ---> a17f208ed1bc 18:17:07 Step 26/31 : RUN chmod +x /entrypoint.sh 18:17:07 Removing intermediate container 02e013a01d34 18:17:07 ---> 4b08e5701f5a 18:17:07 Step 20/22 : LABEL arch=arm64 18:17:08 ---> Running in 20a628848a82 18:17:08 ---> Running in c51cdd5f22d2 18:17:09 Removing intermediate container c51cdd5f22d2 18:17:09 ---> df7e69501f42 18:17:09 Step 21/22 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:09 Removing intermediate container b44cef1b3164 18:17:09 ---> 840524967362 18:17:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:17:09 ---> Running in 1e01ebb972ec 18:17:09 ---> Running in b91322341e85 18:17:10 Removing intermediate container 1e01ebb972ec 18:17:10 ---> 8acea23f0c11 18:17:10 Step 22/22 : LABEL version=0.0.0 18:17:10 Removing intermediate container b91322341e85 18:17:10 ---> 0cf01c64bf3e 18:17:10 Step 22/24 : LABEL arch=arm64 18:17:10 ---> Running in 5e150663b0d0 18:17:10 ---> Running in 0dcc8454c17e 18:17:10 Removing intermediate container 5e150663b0d0 18:17:10 ---> 9df8a3073361 18:17:10 18:17:11 Removing intermediate container 0dcc8454c17e 18:17:11 ---> 18e8cb9278b6 18:17:11 Step 23/24 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:11 Successfully built 9df8a3073361 18:17:11 Removing intermediate container 20a628848a82 18:17:11 ---> ed6f498b5f24 18:17:11 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:17:11 Successfully tagged docker-support-scheduler-go-arm64:latest 18:17:11  Building docker-support-scheduler-go ... done  ---> Running in c46d3fa618e9 18:17:12 ---> Running in b7ec6d73972f 18:17:12 Removing intermediate container c46d3fa618e9 18:17:12 ---> ed2a69984353 18:17:12 Step 24/24 : LABEL version=0.0.0 18:17:12 ---> Running in 7c00d0b2653d 18:17:12 Removing intermediate container b7ec6d73972f 18:17:12 ---> 8211421a0b84 18:17:12 Step 28/31 : CMD ["gate"] 18:17:12 ---> Running in 8aa17c09097f 18:17:12 Removing intermediate container 7c00d0b2653d 18:17:12 ---> 07f1cf1f24cd 18:17:12 18:17:13 Removing intermediate container dcc6d0972626 18:17:13 ---> f4d2aaf1a76a 18:17:13 18:17:13 Step 10/31 : FROM alpine:3.12 18:17:13 ---> 88dd2752d2ea 18:17:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:17:13 Removing intermediate container 1ab38781c5aa 18:17:13 ---> 4b531d22dfe1 18:17:13 18:17:13 Step 10/24 : FROM alpine:3.12 18:17:13 ---> 88dd2752d2ea 18:17:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:17:13 Removing intermediate container 76481b6f64d6 18:17:13 ---> 554f78fdabae 18:17:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:17:13 ---> Running in 3a92238c105a 18:17:13 ---> Running in 8970c7354a92 18:17:13 Successfully built 07f1cf1f24cd 18:17:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:17:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8aa17c09097f 18:17:13 ---> 722c05664a52 18:17:13 Step 29/31 : LABEL arch=arm64 18:17:13 ---> Running in 2de60e0ea1a7 18:17:13 ---> Running in 4a730feb5ee8 18:17:14 Removing intermediate container 4a730feb5ee8 18:17:14 ---> 27cac1035809 18:17:14 Step 30/31 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:14 Removing intermediate container 8970c7354a92 18:17:14 ---> 8e14988dd6e5 18:17:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:17:14 ---> Running in 17c5f7ca2d23 18:17:15 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 18:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:15 ---> Running in da1c9152ff04 18:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:15 (1/5) Installing ca-certificates (20191127-r4) 18:17:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:17:15 (3/5) Installing libcurl (7.69.1-r3) 18:17:15 (4/5) Installing curl (7.69.1-r3) 18:17:15 (5/5) Installing dumb-init (1.2.2-r1) 18:17:15 Executing busybox-1.31.1-r19.trigger 18:17:16 Removing intermediate container da1c9152ff04 18:17:16 ---> 316ec0e4e742 18:17:16 Step 31/31 : LABEL version=0.0.0 18:17:16 ---> Running in 4e898162945f 18:17:16 Removing intermediate container c2423f088606 18:17:16 ---> a72a596c4b12 18:17:16 18:17:16 Step 10/23 : FROM alpine:3.12 18:17:16 ---> d10569e2745f 18:17:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:17:16 ---> Running in 8a2e4a14ca24 18:17:16 Removing intermediate container 4e898162945f 18:17:16 ---> 80725635fb99 18:17:16 18:17:16 Executing ca-certificates-20191127-r4.trigger 18:17:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:16 OK: 7 MiB in 19 packages 18:17:17 Successfully built 80725635fb99 18:17:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:17:17  Building docker-security-bootstrapper-go ... done Removing intermediate container 8a2e4a14ca24 18:17:17 ---> 056d2174a325 18:17:17 Step 12/23 : ENV APP_PORT=48080 18:17:17 (1/2) Installing dumb-init (1.2.2-r1) 18:17:17 (2/2) Installing su-exec (0.2-r1) 18:17:17 Executing busybox-1.31.1-r19.trigger 18:17:17 OK: 6 MiB in 16 packages 18:17:17 ---> Running in cf4bb9705cd3 18:17:17 Removing intermediate container cf4bb9705cd3 18:17:17 ---> 3d66d0a77241 18:17:17 Step 13/23 : EXPOSE $APP_PORT 18:17:17 ---> Running in 01e579146bd7 18:17:18 Removing intermediate container 01e579146bd7 18:17:18 ---> 1c1b10760120 18:17:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:17:18 ---> Running in d48bd384999a 18:17:20 Removing intermediate container d48bd384999a 18:17:20 ---> 2b0379bd281c 18:17:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:17:20 ---> Running in 1f6e63e747d4 18:17:20 Removing intermediate container 2b9e2820fc74 18:17:20 ---> 2fdcd01b0413 18:17:20 18:17:20 Step 10/23 : FROM alpine:3.12 18:17:20 ---> 88dd2752d2ea 18:17:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:17:21 ---> Running in ad9ee75a19d2 18:17:21 Removing intermediate container 3a92238c105a 18:17:21 ---> a4a290ffe465 18:17:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:17:21 ---> Running in da880c5f0327 18:17:21 Removing intermediate container 17c5f7ca2d23 18:17:21 ---> 02f0886fca7b 18:17:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:17:21 Removing intermediate container ad9ee75a19d2 18:17:21 ---> 65b738c801f3 18:17:21 Step 12/23 : ENV APP_PORT=48080 18:17:21 Removing intermediate container 2de60e0ea1a7 18:17:21 ---> d2dc5a5a7153 18:17:21 18:17:21 Step 11/26 : FROM docker:20.10.0 18:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:17:22 ---> Running in 931c9c47a967 18:17:22 ---> Running in d00acffebfed 18:17:22 20.10.0: Pulling from library/docker 18:17:22 Removing intermediate container da880c5f0327 18:17:22 ---> bc8500e6005a 18:17:22 Step 13/24 : WORKDIR / 18:17:22 Removing intermediate container 931c9c47a967 18:17:22 ---> 48541efff43d 18:17:22 Step 13/23 : EXPOSE $APP_PORT 18:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:17:22 ---> Running in db6e8f2cfb2f 18:17:22 ---> Running in 6a68fcc19655 18:17:22 Removing intermediate container d00acffebfed 18:17:22 ---> e8e087b1401a 18:17:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:17:23 ---> Running in 1b5c18a7075e 18:17:23 (1/6) Installing dumb-init (1.2.2-r1) 18:17:23 (2/6) Installing libgcc (9.3.0-r2) 18:17:23 Removing intermediate container 6a68fcc19655 18:17:23 ---> 7004039f1e28 18:17:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:17:23 (3/6) Installing libsodium (1.0.18-r0) 18:17:23 (4/6) Installing libstdc++ (9.3.0-r2) 18:17:23 Removing intermediate container db6e8f2cfb2f 18:17:23 ---> c5400bc9fc1e 18:17: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 18:17:23 (5/6) Installing libzmq (4.3.3-r0) 18:17:24 ---> Running in c3a76a5f61ed 18:17:24 (6/6) Installing zeromq (4.3.3-r0) 18:17:24 Executing busybox-1.31.1-r19.trigger 18:17:24 OK: 8 MiB in 20 packages 18:17:24 Removing intermediate container 1b5c18a7075e 18:17:24 ---> cbcec173f897 18:17:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:17:24 ---> d55f1985003a 18:17:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:17:24 ---> Running in a8df75c178e2 18:17:25 Removing intermediate container 1f6e63e747d4 18:17:25 ---> 5cb87ad7ac6c 18:17:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:25 ---> 5749e10b154d 18:17:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:17:26 ---> 0c2af5755959 18:17:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:17:27 ---> 534ef68021a4 18:17:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:17:27 Removing intermediate container c3a76a5f61ed 18:17:27 ---> 706954610a8b 18:17:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:17:27 ---> Running in 9c6485df6858 18:17:27 ---> 13b9b055dbce 18:17:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:17:27 Removing intermediate container a8df75c178e2 18:17:27 ---> 9c4c8d9f0c59 18:17:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:17:28 ---> 20814e54d260 18:17:28 Step 19/23 : ENTRYPOINT ["/core-data"] 18:17:28 ---> Running in f5ec688c3af3 18:17:28 Removing intermediate container f5ec688c3af3 18:17:28 ---> db3966a66236 18:17:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:28 ---> Running in c848f36fd73b 18:17:28 ---> 0c02a26926bf 18:17:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:17:29 ---> Running in ef78fe3b9c00 18:17:29 Removing intermediate container ef78fe3b9c00 18:17:29 ---> eabd42f7181a 18:17:29 Step 21/23 : LABEL arch=arm64 18:17:29 ---> Running in c42ff58cfe57 18:17:29 Removing intermediate container c848f36fd73b 18:17:29 ---> 4bbdd412500f 18:17:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:17:29 Removing intermediate container c42ff58cfe57 18:17:29 ---> 0c19d68121f0 18:17:29 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:30 ---> Running in 4dc76ced22c9 18:17:30 Removing intermediate container 4dc76ced22c9 18:17:30 ---> 9f26f86bcd0d 18:17:30 Step 23/23 : LABEL version=0.0.0 18:17:30 ---> Running in b097f10ed87d 18:17:31 Removing intermediate container b097f10ed87d 18:17:31 ---> 976b16da835a 18:17:31 18:17:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:31 Successfully built 976b16da835a 18:17:31 Successfully tagged docker-core-data-go-arm64:latest 18:17:32  Building docker-core-data-go ... done  [Pipeline] } 18:17:32 $ docker stop --time=1 c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 18:17:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:32 ---> d3edcc4b22b6 18:17:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:17:32 ---> 3cebd3247494 18:17:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:17:32 (1/6) Installing dumb-init (1.2.2-r1) 18:17:33 (2/6) Installing libgcc (9.3.0-r2) 18:17:33 (3/6) Installing libsodium (1.0.18-r0) 18:17:33 (4/6) Installing libstdc++ (9.3.0-r2) 18:17:33 (5/6) Installing libzmq (4.3.3-r0) 18:17:33 ---> Running in 0f071057b873 18:17:33 (6/6) Installing zeromq (4.3.3-r0) 18:17:33 ---> 3f0fcbb85a41 18:17:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:17:33 Executing busybox-1.31.1-r19.trigger 18:17:33 OK: 8 MiB in 20 packages 18:17:33 ---> Running in ed5cac077bd0 18:17:34 $ docker rm -f c6612d517c54e1c8983e31cbe5bc3da07b2356ab134e60e7d64ef266feb5a512 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:35 + docker images 18:17:35 + grep docker 18:17:35 docker-core-data-go-arm64 latest 976b16da835a 4 seconds ago 21.3MB 18:17:35 docker-security-bootstrapper-go-arm64 latest 80725635fb99 19 seconds ago 17.8MB 18:17:35 docker-security-secretstore-setup-go-arm64 latest 07f1cf1f24cd 23 seconds ago 23.7MB 18:17:35 docker-support-scheduler-go-arm64 latest 9df8a3073361 25 seconds ago 16.3MB 18:17:35 docker-sys-mgmt-agent-go-arm64 latest 13564144a177 About a minute ago 300MB 18:17:35 docker-core-metadata-go-arm64 latest b864efa7deba 3 minutes ago 17.9MB 18:17:35 docker-support-notifications-go-arm64 latest 7615eaebda45 3 minutes ago 16.9MB 18:17:35 docker-core-command-go-arm64 latest 935a805f79fe 3 minutes ago 16.3MB 18:17:35 docker-security-proxy-setup-go-arm64 latest 046d936f0772 3 minutes ago 23.4MB 18:17:35 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] } 18:17:36 Removing intermediate container 9c6485df6858 18:17:36 ---> 32066524fc8e 18:17:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:17:36 ---> job-cost.sh 18:17:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C0BD 18:17:37 ---> e8828eb3b81f 18:17:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:17:37 Removing intermediate container 0f071057b873 18:17:37 ---> ba0c46a8ce63 18:17:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:38 Removing intermediate container ed5cac077bd0 18:17:38 ---> 68e5fbb24bff 18:17:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:17:38 ---> Running in 7da0d5db0fa5 18:17:38 ---> c98a6e70a8ea 18:17:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:17:39 ---> ae1a405e6429 18:17:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:17:39 Removing intermediate container 7da0d5db0fa5 18:17:39 ---> cc76c13009ff 18:17:39 Step 22/24 : LABEL arch=x86_64 18:17:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:17:39 Status: Downloaded newer image for docker:20.10.0 18:17:39 ---> aefe523efa57 18:17:39 Step 12/26 : RUN apk add --no-cache bash 18:17:39 ---> Running in 5912a3ab2525 18:17:40 ---> 87f427c49a0f 18:17:40 Step 19/23 : ENTRYPOINT ["/core-data"] 18:17:40 ---> Running in 76339c8666d4 18:17:40 ---> Running in 6652583bcf60 18:17:40 Removing intermediate container 5912a3ab2525 18:17:40 ---> 7dc09a771acc 18:17:40 Step 23/24 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:40 ---> aea5a1bd5706 18:17:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:17:41 ---> Running in 78a96c2163d4 18:17:41 Removing intermediate container 6652583bcf60 18:17:41 ---> b190007ed454 18:17:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:41 ---> Running in 14305cc03a6f 18:17:41 Removing intermediate container 78a96c2163d4 18:17:41 ---> 0a9d5866e359 18:17:41 Step 24/24 : LABEL version=0.0.0 18:17:41 ---> 97cb090fb3c4 18:17:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:17:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:41 ---> Running in 12f287ede710 18:17:42 (1/2) Installing readline (8.0.4-r0) 18:17:42 (2/2) Installing bash (5.0.17-r0) 18:17:42 Executing bash-5.0.17-r0.post-install 18:17:42 Executing busybox-1.31.1-r19.trigger 18:17:42 Removing intermediate container 14305cc03a6f 18:17:42 ---> 0f0cd45c0d6e 18:17:42 Step 21/23 : LABEL arch=x86_64 18:17:42 OK: 12 MiB in 22 packages 18:17:42 ---> Running in 26de6a6ac6a0 18:17:42 Removing intermediate container 12f287ede710 18:17:42 ---> fe9c854acb31 18:17:42 18:17:42 ---> e3c00023620b 18:17:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:17:43 Removing intermediate container 26de6a6ac6a0 18:17:43 ---> 3a2d21d81769 18:17:43 Step 22/23 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:43 ---> Running in 02121f44e408 18:17:44 Successfully built fe9c854acb31 18:17:44 ---> 347985aa21ba 18:17:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:17:44 Successfully tagged docker-security-secretstore-setup-go:latest 18:17:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76339c8666d4 18:17:44 ---> 1072f4d67469 18:17:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:17:44 Removing intermediate container 02121f44e408 18:17:44 ---> 6a9cabbfb090 18:17:44 Step 23/23 : LABEL version=0.0.0 18:17:44 ---> Running in 23cd233e1f25 18:17:44 ---> Running in 6aa48e9c1dbf 18:17:44 ---> Running in cd4e9a053f13 18:17:45 Removing intermediate container 23cd233e1f25 18:17:45 ---> 7a4fb8346a45 18:17:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:17:45 Removing intermediate container 6aa48e9c1dbf 18:17:45 ---> 45b9b8b0e9e5 18:17:45 Step 14/26 : ENV APP_PORT=48090 18:17:45 Removing intermediate container cd4e9a053f13 18:17:45 ---> 2b1ac01ce592 18:17:45 18:17:45 ---> Running in 0aec7c5d08fa 18:17:45 Successfully built 2b1ac01ce592 18:17:45 Successfully tagged docker-core-data-go:latest 18:17:45 ---> d3bd9b1ef79b 18:17:45 Step 26/31 : RUN chmod +x /entrypoint.sh 18:17:45  Building docker-core-data-go ... done Removing intermediate container 0aec7c5d08fa 18:17:45 ---> 2edeb843d8f2 18:17:45 Step 15/26 : EXPOSE $APP_PORT 18:17:46 ---> Running in 6d04bd9307b5 18:17:46 ---> Running in c4d13666bae5 18:17:46 Removing intermediate container c4d13666bae5 18:17:46 ---> d4b42a863cc7 18:17:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:17:47 ---> b22350f6046a 18:17:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:17:48 ---> c91e77f2d663 18:17:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:17:48 Removing intermediate container 6d04bd9307b5 18:17:48 ---> ea8f9259af89 18:17:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:17:48 ---> Running in 79ab1d6e35e3 18:17:49 ---> e3562ddc2092 18:17:49 Step 19/26 : RUN apk --no-cache add py3-pip 18:17:49 Removing intermediate container 79ab1d6e35e3 18:17:49 ---> e2efbf3b9f08 18:17:49 Step 28/31 : CMD ["gate"] 18:17:49 ---> Running in 1f4079b50952 18:17:49 ---> Running in 905f8ee29bad 18:17:50 Removing intermediate container 905f8ee29bad 18:17:50 ---> c1bb952cc149 18:17:50 Step 29/31 : LABEL arch=x86_64 18:17:50 ---> Running in 3783e7a4bdf1 18:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:50 Removing intermediate container 3783e7a4bdf1 18:17:50 ---> 7ad42184b2cf 18:17:50 Step 30/31 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:17:51 ---> Running in 720cccef2bcd 18:17:51 (1/33) Installing libbz2 (1.0.8-r1) 18:17:51 (2/33) Installing expat (2.2.9-r1) 18:17:51 (3/33) Installing libffi (3.3-r2) 18:17:51 (4/33) Installing gdbm (1.13-r1) 18:17:51 (5/33) Installing xz-libs (5.2.5-r0) 18:17:51 (6/33) Installing sqlite-libs (3.32.1-r0) 18:17:51 (7/33) Installing python3 (3.8.8-r0) 18:17:52 Removing intermediate container 720cccef2bcd 18:17:52 ---> 07b43e3ab728 18:17:52 Step 31/31 : LABEL version=0.0.0 18:17:54 ---> Running in c5e04448c8b5 18:17:54 (8/33) Installing py3-appdirs (1.4.4-r1) 18:17:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:17:54 (10/33) Installing py3-parsing (2.4.7-r0) 18:17:54 (11/33) Installing py3-six (1.15.0-r0) 18:17:54 (12/33) Installing py3-packaging (20.4-r0) 18:17:54 (13/33) Installing py3-setuptools (47.0.0-r0) 18:17:54 (14/33) Installing py3-chardet (3.0.4-r4) 18:17:54 (15/33) Installing py3-idna (2.9-r0) 18:17:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:17:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:17:55 (18/33) Installing py3-requests (2.23.0-r0) 18:17:55 (19/33) Installing py3-msgpack (1.0.0-r0) 18:17:55 (20/33) Installing py3-lockfile (0.12.2-r3) 18:17:55 Removing intermediate container c5e04448c8b5 18:17:55 ---> e34c2c356e53 18:17:55 18:17:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:17:55 (22/33) Installing py3-colorama (0.4.3-r0) 18:17:55 (23/33) Installing py3-distlib (0.3.0-r0) 18:17:55 (24/33) Installing py3-distro (1.5.0-r1) 18:17:55 (25/33) Installing py3-webencodings (0.5.1-r3) 18:17:55 (26/33) Installing py3-html5lib (1.0.1-r4) 18:17:55 (27/33) Installing py3-pytoml (0.1.21-r0) 18:17:55 (28/33) Installing py3-pep517 (0.8.2-r0) 18:17:55 (29/33) Installing py3-progress (1.5-r0) 18:17:55 (30/33) Installing py3-toml (0.10.1-r0) 18:17:55 (31/33) Installing py3-retrying (1.3.3-r0) 18:17:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:17:55 (33/33) Installing py3-pip (20.1.1-r0) 18:17:55 Successfully built e34c2c356e53 18:17:56 Successfully tagged docker-security-bootstrapper-go:latest 18:17:56  Building docker-security-bootstrapper-go ... done Executing busybox-1.31.1-r19.trigger 18:17:56 OK: 71 MiB in 55 packages 18:18:06 Removing intermediate container 1f4079b50952 18:18:06 ---> 1de1ee6fbaee 18:18:06 Step 20/26 : RUN pip install docker-compose==1.23.2 18:18:06 ---> Running in a909c8a19414 18:18:10 Collecting docker-compose==1.23.2 18:18:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:18:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:18:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:18:10 Collecting jsonschema<3,>=2.5.1 18:18:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:18:11 Collecting cached-property<2,>=1.2.0 18:18:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:18:11 Collecting PyYAML<4,>=3.10 18:18:11 Downloading PyYAML-3.13.tar.gz (270 kB) 18:18:13 Collecting docker<4.0,>=3.6.0 18:18:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:18:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:18:13 Collecting texttable<0.10,>=0.9.0 18:18:13 Downloading texttable-0.9.1.tar.gz (11 kB) 18:18:14 Collecting dockerpty<0.5,>=0.4.1 18:18:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:18:14 Collecting docopt<0.7,>=0.6.1 18:18:14 Downloading docopt-0.6.2.tar.gz (25 kB) 18:18:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:18:15 Collecting websocket-client<1.0,>=0.32.0 18:18:15 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:18:15 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) 18:18:15 Collecting idna<2.8,>=2.5 18:18:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:18:16 Collecting urllib3<1.25,>=1.21.1 18:18:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:18:16 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) 18:18:16 Collecting docker-pycreds>=0.4.0 18:18:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:18:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:18:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:18:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:18:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:18:16 Installing collected packages: idna, urllib3, requests, jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, docker, texttable, dockerpty, docopt, docker-compose 18:18:16 Attempting uninstall: idna 18:18:16 Found existing installation: idna 2.9 18:18:16 Uninstalling idna-2.9: 18:18:16 Successfully uninstalled idna-2.9 18:18:17 Attempting uninstall: urllib3 18:18:17 Found existing installation: urllib3 1.25.9 18:18:17 Uninstalling urllib3-1.25.9: 18:18:17 Successfully uninstalled urllib3-1.25.9 18:18:17 Attempting uninstall: requests 18:18:17 Found existing installation: requests 2.23.0 18:18:17 Uninstalling requests-2.23.0: 18:18:17 Successfully uninstalled requests-2.23.0 18:18:17 Running setup.py install for PyYAML: started 18:18:19 Running setup.py install for PyYAML: finished with status 'done' 18:18:19 Running setup.py install for texttable: started 18:18:20 Running setup.py install for texttable: finished with status 'done' 18:18:20 Running setup.py install for dockerpty: started 18:18:21 Running setup.py install for dockerpty: finished with status 'done' 18:18:21 Running setup.py install for docopt: started 18:18:22 Running setup.py install for docopt: finished with status 'done' 18:18:22 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 18:18:27 Removing intermediate container a909c8a19414 18:18:27 ---> f46957e5bb4e 18:18:27 Step 21/26 : RUN apk --no-cache add curl 18:18:27 ---> Running in 788d2884e8b6 18:18:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:18:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:18:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:18:28 (2/3) Installing libcurl (7.69.1-r3) 18:18:28 (3/3) Installing curl (7.69.1-r3) 18:18:28 Executing busybox-1.31.1-r19.trigger 18:18:28 OK: 72 MiB in 58 packages 18:18:31 Removing intermediate container 788d2884e8b6 18:18:31 ---> 9c0fff10ca11 18:18:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:18:31 ---> Running in f91ad4b2f19d 18:18:31 Removing intermediate container f91ad4b2f19d 18:18:31 ---> 0e54044ef1b2 18:18:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:31 ---> Running in b05938611f38 18:18:31 Removing intermediate container b05938611f38 18:18:31 ---> d6bb686ad395 18:18:31 Step 24/26 : LABEL arch=x86_64 18:18:32 ---> Running in f11ed57a8daa 18:18:32 Removing intermediate container f11ed57a8daa 18:18:32 ---> 85db7d2d9fbb 18:18:32 Step 25/26 : LABEL git_sha=2356c2543f09cd9d780fd1dc657c0892f78efc07 18:18:32 ---> Running in f94463f73b2a 18:18:32 Removing intermediate container f94463f73b2a 18:18:32 ---> 8831498cce02 18:18:32 Step 26/26 : LABEL version=0.0.0 18:18:33 ---> Running in e746a6fdbc1c 18:18:33 Removing intermediate container e746a6fdbc1c 18:18:33 ---> 6aebedbec52f 18:18:33 18:18:34 Successfully built 6aebedbec52f 18:18:34 Successfully tagged docker-sys-mgmt-agent-go:latest 18:18:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:18:35 $ docker stop --time=1 da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb 18:18:38 $ docker rm -f da05edd3756fb48f8d6f9ec0dc1edd1a2f4ac7f5e020574dbf87855207d1f7bb [Pipeline] // withDockerContainer [Pipeline] sh 18:18:39 + docker images 18:18:39 + grep docker 18:18:39 docker-sys-mgmt-agent-go latest 6aebedbec52f 6 seconds ago 313MB 18:18:39 docker-security-bootstrapper-go latest e34c2c356e53 45 seconds ago 18.8MB 18:18:39 docker-core-data-go latest 2b1ac01ce592 54 seconds ago 22.6MB 18:18:39 docker-security-secretstore-setup-go latest fe9c854acb31 57 seconds ago 24.9MB 18:18:39 docker-core-metadata-go latest 9a502594c61d 5 minutes ago 19.1MB 18:18:39 docker-core-command-go latest 8b4ba0f29070 5 minutes ago 17.3MB 18:18:39 docker-support-notifications-go latest fa5ad8f5425e 5 minutes ago 17.9MB 18:18:39 docker-security-proxy-setup-go latest b2b6c80e7126 5 minutes ago 24.7MB 18:18:39 docker-support-scheduler-go latest 81f7289776f7 5 minutes ago 17.3MB 18:18:39 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:18:56 Still waiting to schedule task 18:18:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:19:52 lf-activate-venv(): INFO: Adding /tmp/venv-C0BD/bin to PATH 18:19:52 INFO: No Stack... 18:19:52 INFO: Retrieving Pricing Info for: lf-standard-4 18:19:52 INFO: Archiving Costs [Pipeline] sh 18:19:52 + cut -d, -f6 18:19:52 + cat /w/workspace/edgex-go/13/archives/cost.csv [Pipeline] lock 18:19:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] 18:19:52 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] did not exist. Created. 18:19:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:19:53 + echo total: 0.20999999344348907 [Pipeline] stash 18:19:53 Stashed 1 file(s) [Pipeline] } 18:19:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:19:56 Running on prd-ubuntu18.04-docker-8c-8g-30901 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 18:19:56 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 18:19:58 using credential edgex-jenkins-ssh 18:19:58 Cloning the remote Git repository 18:19:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:19:59 > git init /w/workspace/edgex-go/13 # timeout=10 18:19:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:19:59 > git --version # timeout=10 18:19:59 > git --version # 'git version 2.17.1' 18:19:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:20:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:20:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:20:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:20:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:20:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:20:06 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 2356c2543f09cd9d780fd1dc657c0892f78efc07 18:20:06 Merge succeeded, producing 2356c2543f09cd9d780fd1dc657c0892f78efc07 18:20:06 Checking out Revision 2356c2543f09cd9d780fd1dc657c0892f78efc07 (PR-3223) 18:20:06 > git config core.sparsecheckout # timeout=10 18:20:06 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 18:20:06 > git remote # timeout=10 18:20:06 > git config --get remote.origin.url # timeout=10 18:20:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:20:06 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 18:20:06 > git rev-parse HEAD^{commit} # timeout=10 18:20:06 > git config core.sparsecheckout # timeout=10 18:20:06 > git checkout -f 2356c2543f09cd9d780fd1dc657c0892f78efc07 # timeout=10 18:20:10 Commit message: "build(snap): Add implementation for set up Consul ACL" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:20:11 + echo snap-build.sh 18:20:11 snap-build.sh 18:20:11 + SNAP_BASE_DIR=. 18:20:11 + '[' '!' -z /w/workspace/edgex-go/13 ']' 18:20:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 18:20:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 18:20:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 18:20:11 + cd /w/workspace/edgex-go/13 18:20:11 + sudo apt-get remove -qy --purge lxd lxd-client 18:20:11 Reading package lists... 18:20:12 Building dependency tree... 18:20:12 Reading state information... 18:20:12 The following packages were automatically installed and are no longer required: 18:20:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:20:12 uidmap xdelta3 18:20:12 Use 'sudo apt autoremove' to remove them. 18:20:12 The following packages will be REMOVED: 18:20:12 lxd* lxd-client* 18:20:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:20:13 After this operation, 31.7 MB disk space will be freed. 18:20:14 (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.) 18:20:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:20:16 Removing lxd dnsmasq configuration 18:20:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:20:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:20:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:20:18 (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.) 18:20:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:20:19 Processing triggers for systemd (237-3ubuntu10.42) ... 18:20:19 Processing triggers for ureadahead (0.100.0-21) ... 18:20:22 + sudo snap remove --purge lxd 18:20:22 snap "lxd" is not installed 18:20:22 + sudo groupadd --force --system lxd 18:20:22 ++ whoami 18:20:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:20:22 + newgrp - lxd 18:20:22 + sudo snap install lxd 18:20:35 2021-03-22T18:20:32Z INFO Waiting for automatic snapd restart... 18:20:53 lxd 4.12 from Canonical* installed 18:20:53 + sudo lxd init --auto 18:21:03 + sudo snap install --classic snapcraft 18:21:18 snapcraft 4.5.4 from Canonical* installed 18:21:18 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:21:18 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:21:18 % Total % Received % Xferd Average Speed Time Time Time Current 18:21:18 Dload Upload Total Spent Left Speed 18:21:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3603 0 --:--:-- --:--:-- --:--:-- 3603 18:21:18 28 3325k 28 938k 0 0 3352k 0 --:--:-- --:--:-- --:--:-- 3352k 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 89.6M 18:21:18 ./yq_linux_amd64 18:21:18 + sudo snapcraft prime --use-lxd 18:21:20 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:21:20 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: 18:21:20 - README.md 18:21:20 18:21:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:21:21 Launching a container. 18:21:39 Waiting for container to be ready 18:21:39 To start your first instance, try: lxc launch ubuntu:18.04 18:21:39 18:21:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:21:43 Waiting for network to be ready... 18:21:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:21:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 18:21:44 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:21:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 18:21:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:21:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:21:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 18:21:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 18:21:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 18:21:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 18:21:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:21:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:21:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:21:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:21:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:21:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:21:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:21:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:21:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:21:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 18:21:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 18:21:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:21:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:21:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 18:21:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 18:21:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 18:21:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 18:21:50 Fetched 24.1 MB in 6s (4084 kB/s) 18:21:52 Reading package lists... 18:21:52 Reading package lists... 18:21:52 Building dependency tree... 18:21:52 Reading state information... 18:21:53 The following additional packages will be installed: 18:21:53 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:21:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:21:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:21:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:21:53 Suggested packages: 18:21:53 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:21:53 Recommended packages: 18:21:53 gnupg libsasl2-modules 18:21:53 The following NEW packages will be installed: 18:21:53 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:21:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:21:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:21:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:21:53 The following packages will be upgraded: 18:21:53 gpg gpg-agent gpgconf libudev1 18:21:53 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:21:53 Need to get 3530 kB of archives. 18:21:53 After this operation, 13.3 MB of additional disk space will be used. 18:21:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:21:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:21:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:21:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:21:53 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 18:21:54 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 18:21:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:21:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:21:54 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:21:54 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:21:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:21:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:21:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:21:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:21:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:21:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:21:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:21:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:21:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:21:54 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:21:54 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:21:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:21:54 debconf: delaying package configuration, since apt-utils is not installed 18:21:54 Fetched 3530 kB in 1s (3114 kB/s) 18:21:54 (Reading database ... 12511 files and directories currently installed.) 18:21:54 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 18:21:54 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:21:54 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 18:21:55 Selecting previously unselected package udev. 18:21:55 (Reading database ... 12511 files and directories currently installed.) 18:21:55 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 18:21:55 Unpacking udev (237-3ubuntu10.45) ... 18:21:55 Selecting previously unselected package libfuse2:amd64. 18:21:55 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:21:55 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:21:55 Selecting previously unselected package fuse. 18:21:55 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:21:55 Unpacking fuse (2.9.7-1ubuntu1) ... 18:21:55 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:21:55 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:21:55 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:21:55 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:21:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:21:55 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:21:56 Selecting previously unselected package libksba8:amd64. 18:21:56 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:21:56 Unpacking libksba8:amd64 (1.3.5-2) ... 18:21:56 Selecting previously unselected package libroken18-heimdal:amd64. 18:21:56 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:21:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:21:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:21:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libwind0-heimdal:amd64. 18:21:56 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:21:56 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:21:56 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:21:56 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:56 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:21:56 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:21:56 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:57 Selecting previously unselected package libsasl2-modules-db:amd64. 18:21:57 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:21:57 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:21:57 Selecting previously unselected package libsasl2-2:amd64. 18:21:57 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:21:57 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:21:57 Selecting previously unselected package libldap-common. 18:21:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:21:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:21:57 Selecting previously unselected package libldap-2.4-2:amd64. 18:21:57 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:21:57 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:21:57 Selecting previously unselected package dirmngr. 18:21:57 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:21:57 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:21:57 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:21:57 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:21:57 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:21:57 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:21:57 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:21:58 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:21:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:58 Setting up libksba8:amd64 (1.3.5-2) ... 18:21:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:21:58 Setting up udev (237-3ubuntu10.45) ... 18:21:58 invoke-rc.d: policy-rc.d denied execution of start. 18:21:58 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:58 Processing triggers for systemd (237-3ubuntu10) ... 18:21:58 Setting up fuse (2.9.7-1ubuntu1) ... 18:21:58 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:21:58 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:58 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:58 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:58 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:21:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:21:59 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:21:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:22:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:22:00 settings in the [Install] section, and DefaultInstance for template units). 18:22:00 This means they are not meant to be enabled using systemctl. 18:22:00 Possible reasons for having this kind of units are: 18:22:00 1) A unit may be statically enabled by being symlinked from another unit's 18:22:00 .wants/ or .requires/ directory. 18:22:00 2) A unit's purpose may be to act as a helper for some other unit which has 18:22:00 a requirement dependency on it. 18:22:00 3) A unit may be started when needed via activation (socket, path, timer, 18:22:00 D-Bus, udev, scripted systemctl call, ...). 18:22:00 4) In case of template units, the unit is meant to be enabled with some 18:22:00 instance name specified. 18:22:00 Reading package lists... 18:22:00 Building dependency tree... 18:22:00 Reading state information... 18:22:01 The following additional packages will be installed: 18:22:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:22:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:22:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:22:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:22:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:22:01 Suggested packages: 18:22:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:22:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:22:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:22:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:22:01 systemd-container policykit-1 18:22:01 Recommended packages: 18:22:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:22:01 The following NEW packages will be installed: 18:22:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:22:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:22:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:22:01 multiarch-support openssh-client python3 python3-minimal python3.6 18:22:01 python3.6-minimal snapd squashfs-tools sudo 18:22:01 The following packages will be upgraded: 18:22:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:22:01 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:22:01 Need to get 35.2 MB of archives. 18:22:01 After this operation, 141 MB of additional disk space will be used. 18:22:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:22:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:22:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 18:22:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 18:22:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:22:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:22:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:22:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:22:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:22:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:22:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:22:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:22:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:22:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:22:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:22:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:22:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:22:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:22:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:22:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 18:22:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:22:02 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:22:02 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:22:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:22:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:22:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:22:02 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:22:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:22:02 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:22:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:22:02 debconf: delaying package configuration, since apt-utils is not installed 18:22:02 Fetched 35.2 MB in 1s (30.6 MB/s) 18:22:02 (Reading database ... 12757 files and directories currently installed.) 18:22:02 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 18:22:02 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:22:03 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 18:22:03 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:22:03 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 18:22:04 (Reading database ... 12757 files and directories currently installed.) 18:22:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:22:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:22:04 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:22:04 (Reading database ... 12757 files and directories currently installed.) 18:22:04 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:22:04 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:22:04 Setting up apt (1.6.12ubuntu0.2) ... 18:22:04 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:22:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:22:05 (Reading database ... 12764 files and directories currently installed.) 18:22:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:22:05 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:22:05 Selecting previously unselected package libpython3.6-minimal:amd64. 18:22:05 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:22:05 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:22:06 Selecting previously unselected package libexpat1:amd64. 18:22:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:22:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:22:06 Selecting previously unselected package python3.6-minimal. 18:22:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:22:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:22:06 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 18:22:07 Checking for services that may need to be restarted...done. 18:22:07 Checking for services that may need to be restarted...done. 18:22:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:22:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:22:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:22:07 Selecting previously unselected package python3-minimal. 18:22:07 (Reading database ... 13012 files and directories currently installed.) 18:22:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:22:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:22:07 Selecting previously unselected package mime-support. 18:22:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:22:07 Unpacking mime-support (3.60ubuntu1) ... 18:22:08 Selecting previously unselected package libmpdec2:amd64. 18:22:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:22:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:22:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:22:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:22:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:22:08 Selecting previously unselected package python3.6. 18:22:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:22:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:22:08 Selecting previously unselected package libpython3-stdlib:amd64. 18:22:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:22:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:22:08 Setting up python3-minimal (3.6.7-1~18.04) ... 18:22:09 Selecting previously unselected package python3. 18:22:09 (Reading database ... 13442 files and directories currently installed.) 18:22:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:22:09 Unpacking python3 (3.6.7-1~18.04) ... 18:22:09 Selecting previously unselected package multiarch-support. 18:22:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:22:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:22:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:22:09 Selecting previously unselected package liblzo2-2:amd64. 18:22:09 (Reading database ... 13479 files and directories currently installed.) 18:22:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:22:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:22:09 Selecting previously unselected package libbsd0:amd64. 18:22:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:22:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:22:09 Selecting previously unselected package sudo. 18:22:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:22:09 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:22:09 Selecting previously unselected package apparmor. 18:22:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:22:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:22:10 Selecting previously unselected package libedit2:amd64. 18:22:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:22:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:22:10 Selecting previously unselected package libkrb5support0:amd64. 18:22:10 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:22:10 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:22:10 Selecting previously unselected package libk5crypto3:amd64. 18:22:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:22:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:22:10 Selecting previously unselected package libkeyutils1:amd64. 18:22:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:22:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:22:10 Selecting previously unselected package libkrb5-3:amd64. 18:22:10 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:22:10 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:22:10 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:22:10 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:22:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:22:10 Selecting previously unselected package libssl1.0.0:amd64. 18:22:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:22:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:22:11 Selecting previously unselected package openssh-client. 18:22:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:22:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:22:11 Selecting previously unselected package squashfs-tools. 18:22:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:22:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:22:11 Selecting previously unselected package snapd. 18:22:11 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:22:11 Unpacking snapd (2.48.3+18.04) ... 18:22:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:22:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:22:14 Setting up mime-support (3.60ubuntu1) ... 18:22:14 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:22:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:22:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:22:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:22:14 Setting up systemd (237-3ubuntu10.45) ... 18:22:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:22:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:22:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:22:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:22:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:22:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:22:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:22:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:22:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:22:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:22:17 Setting up python3 (3.6.7-1~18.04) ... 18:22:17 running python rtupdate hooks for python3.6... 18:22:17 running python post-rtupdate hooks for python3.6... 18:22:17 Setting up apparmor (2.12-4ubuntu5.1) ... 18:22:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:22:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:22:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:22:19 Setting up snapd (2.48.3+18.04) ... 18:22:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:22:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:22:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:22:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:22:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:22:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:22:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:22:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:22:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:22:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:22:22 /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' 18:22:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:22:22 Processing triggers for systemd (237-3ubuntu10.45) ... 18:22:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:22:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:22:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:22:27 Reading package lists... 18:22:27 Reading package lists... 18:22:27 Building dependency tree... 18:22:27 Reading state information... 18:22:27 Calculating upgrade... 18:22:28 The following packages will be upgraded: 18:22:28 advancecomp base-files bash binutils binutils-common 18:22:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:22:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:22:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:22:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:22:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:22:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:22:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:22:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:22:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:22:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:22:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:22:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:22:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:22:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:22:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:22:28 Need to get 63.8 MB of archives. 18:22:28 After this operation, 5207 kB of additional disk space will be used. 18:22:28 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:22:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 18:22:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:22:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:22:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:22:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:22:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:22:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:22:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:22:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:22:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:22:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:22:29 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:22:29 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:22:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:22:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:22:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:22:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:22:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:22:29 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:22:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:22:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:22:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:22:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:22:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:22:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:22:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:22:29 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:22:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:22:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:22:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:22:29 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:22:29 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:22:29 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:22:29 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:22:29 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:22:29 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:22:29 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:22:29 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:22:29 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:22:29 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 18:22:29 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:22:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:22:29 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:22:29 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:22:29 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:22:29 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:22:29 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:22:29 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:22:29 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:22:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:22:29 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:22:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:22:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:22:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:22:29 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:22:29 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:22:29 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:22:29 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:22:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:22:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:22:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:22:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:22:29 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:22:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:22:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:22:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:22:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:22:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:22:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:22:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:22:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:22:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 18:22:29 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:22:29 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:22:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:22:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:22:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:22:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:22:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:22:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:22:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:22:30 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:22:30 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:22:30 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:22:30 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:22:30 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:22:30 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:22:30 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:22:30 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:22:30 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:22:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:22:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:22:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:22:31 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:22:31 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:22:31 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:22:31 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:22:31 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:22:31 debconf: delaying package configuration, since apt-utils is not installed 18:22:31 Fetched 63.8 MB in 3s (22.1 MB/s) 18:22:31 (Reading database ... 13912 files and directories currently installed.) 18:22:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:22:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:22:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:22:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:22:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 18:22:32 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 18:22:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:22:34 (Reading database ... 13911 files and directories currently installed.) 18:22:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:22:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:22:35 (Reading database ... 13911 files and directories currently installed.) 18:22:35 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:35 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:35 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:35 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:35 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:22:35 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:22:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:22:35 (Reading database ... 13911 files and directories currently installed.) 18:22:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:22:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:22:36 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:22:36 (Reading database ... 13911 files and directories currently installed.) 18:22:36 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:22:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:22:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:22:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:22:37 Setting up base-files (10.1ubuntu2.10) ... 18:22:37 Installing new version of config file /etc/issue ... 18:22:37 Installing new version of config file /etc/issue.net ... 18:22:37 Installing new version of config file /etc/lsb-release ... 18:22:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:22:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:22:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:22:37 Removing obsolete conffile /etc/default/motd-news ... 18:22:38 (Reading database ... 13912 files and directories currently installed.) 18:22:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:22:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:22:38 Setting up bash (4.4.18-2ubuntu1.2) ... 18:22:38 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 18:22:38 (Reading database ... 13912 files and directories currently installed.) 18:22:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:22:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:22:38 (Reading database ... 13912 files and directories currently installed.) 18:22:38 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:22:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:22:38 Setting up tar (1.29b-2ubuntu0.2) ... 18:22:38 (Reading database ... 13912 files and directories currently installed.) 18:22:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:22:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:22:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:22:39 (Reading database ... 13912 files and directories currently installed.) 18:22:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:22:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:22:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:22:39 (Reading database ... 13912 files and directories currently installed.) 18:22:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:22:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:22:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:22:40 (Reading database ... 13912 files and directories currently installed.) 18:22:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:22:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:22:40 Setting up grep (3.1-2build1) ... 18:22:40 (Reading database ... 13912 files and directories currently installed.) 18:22:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:22:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:22:40 Setting up login (1:4.5-1ubuntu2) ... 18:22:40 (Reading database ... 13912 files and directories currently installed.) 18:22:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:22:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:22:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:22:41 (Reading database ... 13912 files and directories currently installed.) 18:22:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:22:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:22:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:22:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:22:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:22:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:22:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:22:43 (Reading database ... 13912 files and directories currently installed.) 18:22:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:22:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:22:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:22:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:22:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:22:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:22:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:22:44 (Reading database ... 13912 files and directories currently installed.) 18:22:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:22:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:22:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:22:45 (Reading database ... 13912 files and directories currently installed.) 18:22:45 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:45 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:22:45 (Reading database ... 13912 files and directories currently installed.) 18:22:45 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:22:45 (Reading database ... 13912 files and directories currently installed.) 18:22:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:22:45 (Reading database ... 13912 files and directories currently installed.) 18:22:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:46 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:22:46 (Reading database ... 13912 files and directories currently installed.) 18:22:46 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:22:46 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:22:46 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:22:46 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:22:46 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:22:46 (Reading database ... 13912 files and directories currently installed.) 18:22:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:22:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:22:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:22:46 (Reading database ... 13912 files and directories currently installed.) 18:22:46 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:46 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:47 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:22:47 (Reading database ... 13912 files and directories currently installed.) 18:22:47 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:47 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:47 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:22:47 (Reading database ... 13912 files and directories currently installed.) 18:22:47 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:47 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:48 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:22:48 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:22:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:22:49 (Reading database ... 13912 files and directories currently installed.) 18:22:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:22:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:22:49 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:22:49 (Reading database ... 13912 files and directories currently installed.) 18:22:49 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:22:49 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:22:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:22:50 (Reading database ... 13914 files and directories currently installed.) 18:22:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:22:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:22:50 Setting up debconf (1.5.66ubuntu1) ... 18:22:51 (Reading database ... 13914 files and directories currently installed.) 18:22:51 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:22:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:22:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:22:51 (Reading database ... 13914 files and directories currently installed.) 18:22:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:22:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:22:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:22:51 (Reading database ... 13914 files and directories currently installed.) 18:22:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:22:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:22:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:22:51 (Reading database ... 13914 files and directories currently installed.) 18:22:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:22:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:22:52 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:22:52 (Reading database ... 13914 files and directories currently installed.) 18:22:52 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:22:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:22:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:22:52 (Reading database ... 13914 files and directories currently installed.) 18:22:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:22:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:22:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 18:22:52 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:22:53 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:22:53 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:22:53 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:22:53 (Reading database ... 13914 files and directories currently installed.) 18:22:53 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:22:53 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:22:53 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:22:53 (Reading database ... 13914 files and directories currently installed.) 18:22:53 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:22:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:22:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:22:54 (Reading database ... 13914 files and directories currently installed.) 18:22:54 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:22:54 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:22:54 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:22:54 (Reading database ... 13914 files and directories currently installed.) 18:22:54 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:22:54 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:22:54 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:22:55 (Reading database ... 13914 files and directories currently installed.) 18:22:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:22:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:22:55 Setting up passwd (1:4.5-1ubuntu2) ... 18:22:55 (Reading database ... 13914 files and directories currently installed.) 18:22:55 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:22:55 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:22:55 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:22:55 (Reading database ... 13914 files and directories currently installed.) 18:22:55 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:22:55 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:22:55 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:22:56 (Reading database ... 13914 files and directories currently installed.) 18:22:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:22:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:22:56 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:22:56 (Reading database ... 13914 files and directories currently installed.) 18:22:56 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:22:56 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:22:56 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:22:56 (Reading database ... 13914 files and directories currently installed.) 18:22:56 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:22:56 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:22:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:22:57 (Reading database ... 13914 files and directories currently installed.) 18:22:57 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:22:57 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:22:57 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:22:57 (Reading database ... 13914 files and directories currently installed.) 18:22:57 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:22:57 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:22:57 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:22:57 (Reading database ... 13915 files and directories currently installed.) 18:22:57 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:22:57 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:22:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:22:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:22:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:22:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:22:58 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:22:58 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:22:58 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:22:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:22:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:22:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:22:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:22:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:22:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:22:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:22:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:22:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:22:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:22:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:22:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:22:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:23:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:23:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:23:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:23:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:23:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:23:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:23:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:23:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:23:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:23:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:23:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:23:02 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:23:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:23:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:23:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:04 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:04 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:05 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:05 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:06 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:06 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:06 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:07 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:23:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:23:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:23:07 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:23:07 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:23:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:23:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:23:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:23:08 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:23:08 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:23:08 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:23:08 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:23:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:23:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:23:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:23:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:23:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:23:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:23:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:23:09 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:23:09 18:23:09 Current default time zone: 'Etc/UTC' 18:23:09 Local time is now: Mon Mar 22 18:23:09 UTC 2021. 18:23:09 Universal Time is now: Mon Mar 22 18:23:09 UTC 2021. 18:23:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:23:09 18:23:09 Setting up systemd-sysv (237-3ubuntu10.45) ... 18:23:09 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:09 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 18:23:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:23:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:23:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:23:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:23:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:23:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:23:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:23:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:23:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:23:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:10 Setting up patch (2.7.6-2ubuntu1.1) ... 18:23:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:23:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:23:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 18:23:10 Installing new version of config file /etc/ssl/openssl.cnf ... 18:23:10 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:23:10 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:23:10 Setting up ca-certificates (20210119~18.04.1) ... 18:23:12 Updating certificates in /etc/ssl/certs... 18:23:14 23 added, 27 removed; done. 18:23:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:23:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:23:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:23:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:23:14 Setting up pkgbinarymangler (138.18.04.1) ... 18:23:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:23:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up perl (5.26.1-6ubuntu0.5) ... 18:23:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:23:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:23:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:23:14 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:23:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:23:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:23:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:23:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:23:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:23:15 Processing triggers for systemd (237-3ubuntu10.45) ... 18:23:15 Processing triggers for mime-support (3.60ubuntu1) ... 18:23:15 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:23:15 Updating certificates in /etc/ssl/certs... 18:23:16 0 added, 0 removed; done. 18:23:16 Running hooks in /etc/ca-certificates/update.d... 18:23:16 done. 18:23:17 Reading package lists... 18:23:17 Building dependency tree... 18:23:17 Reading state information... 18:23:17 The following NEW packages will be installed: 18:23:17 apt-transport-https 18:23:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:23:17 Need to get 1696 B of archives. 18:23:17 After this operation, 153 kB of additional disk space will be used. 18:23:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:23:18 debconf: delaying package configuration, since apt-utils is not installed 18:23:18 Fetched 1696 B in 0s (8287 B/s) 18:23:18 Selecting previously unselected package apt-transport-https. 18:23:18 (Reading database ... 13920 files and directories currently installed.) 18:23:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:23:18 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:23:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:23:18 Waiting for network to be ready... 18:23:26 2021-03-22T18:23:23Z INFO Waiting for automatic snapd restart... 18:23:27 snapd 2.49 from Canonical* installed 18:23:28 "snapd" switched to the "latest/stable" channel 18:23:28 18:23:36 core18 20210128 from Canonical* installed 18:23:36 "core18" switched to the "latest/stable" channel 18:23:36 18:23:44 snapcraft 4.5.4 from Canonical* installed 18:23:44 "snapcraft" switched to the "latest/stable" channel 18:23:44 18:23:49 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: 18:23:49 - README.md 18:23:49 18:23:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:23:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:23:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:23:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:23:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:23:57 Reading package lists... 18:23:58 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 18:24:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:24:05 Reading package lists... 18:24:05 Building dependency tree... 18:24:05 Reading state information... 18:24:05 Suggested packages: 18:24:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:24:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:24:05 Recommended packages: 18:24:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:24:05 The following NEW packages will be installed: 18:24:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:24:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:24:05 pkg-config zip 18:24:05 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:24:05 Need to get 7657 kB of archives. 18:24:05 After this operation, 43.8 MB of additional disk space will be used. 18:24:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:24:05 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:24:06 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:24:06 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:24:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:24:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:24:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:24:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:24:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:24:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:24:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:24:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:24:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:24:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:24:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:24:06 debconf: delaying package configuration, since apt-utils is not installed 18:24:07 Fetched 7657 kB in 1s (6500 kB/s) 18:24:07 Selecting previously unselected package libglib2.0-0:amd64. 18:24:07 (Reading database ... 13924 files and directories currently installed.) 18:24:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:24:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:24:07 Selecting previously unselected package libpsl5:amd64. 18:24:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:24:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:24:07 Selecting previously unselected package libnghttp2-14:amd64. 18:24:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:24:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:24:07 Selecting previously unselected package librtmp1:amd64. 18:24:07 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:24:07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:24:07 Selecting previously unselected package libcurl3-gnutls:amd64. 18:24:07 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:24:07 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:24:07 Selecting previously unselected package liberror-perl. 18:24:07 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:24:07 Unpacking liberror-perl (0.17025-1) ... 18:24:07 Selecting previously unselected package git-man. 18:24:07 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:24:07 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:24:08 Selecting previously unselected package git. 18:24:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:24:08 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:24:09 Selecting previously unselected package libnorm1:amd64. 18:24:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:24:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:24:09 Selecting previously unselected package libpgm-5.2-0:amd64. 18:24:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:24:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:24:09 Selecting previously unselected package libsodium23:amd64. 18:24:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:24:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:24:09 Selecting previously unselected package libzmq5:amd64. 18:24:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:24:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:24:09 Selecting previously unselected package libzmq3-dev:amd64. 18:24:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:24:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:24:10 Selecting previously unselected package pkg-config. 18:24:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:24:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:24:10 Selecting previously unselected package zip. 18:24:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:24:10 Unpacking zip (3.0-11build1) ... 18:24:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:24:10 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:24:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:24:10 Setting up liberror-perl (0.17025-1) ... 18:24:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:24:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:24:10 No schema files found: doing nothing. 18:24:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:24:10 Setting up zip (3.0-11build1) ... 18:24:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:24:10 Setting up libsodium23:amd64 (1.0.16-2) ... 18:24:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:24:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:24:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:24:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:24:10 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:24:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:24:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:24:18 git set to automatically installed. 18:24:18 git-man set to automatically installed. 18:24:18 libcurl3-gnutls set to automatically installed. 18:24:18 liberror-perl set to automatically installed. 18:24:18 libglib2.0-0 set to automatically installed. 18:24:18 libnghttp2-14 set to automatically installed. 18:24:18 libnorm1 set to automatically installed. 18:24:18 libpgm-5.2-0 set to automatically installed. 18:24:18 libpsl5 set to automatically installed. 18:24:18 librtmp1 set to automatically installed. 18:24:18 libsodium23 set to automatically installed. 18:24:18 libzmq3-dev set to automatically installed. 18:24:18 libzmq5 set to automatically installed. 18:24:18 pkg-config set to automatically installed. 18:24:18 zip set to automatically installed. 18:24:20 snapd is not logged in, snap install commands will use sudo 18:24:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:24:54 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:24:54 snapd is not logged in, snap install commands will use sudo 18:24:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:24:59 snap "core18" has no updates available 18:25:00 Pulling go-build-helper 18:25:00 + snapcraftctl pull 18:25:02 'app-service-config' has dependencies that need to be staged: go-build-helper 18:25:02 Skipping pull go-build-helper (already ran) 18:25:02 Building go-build-helper 18:25:02 + snapcraftctl build 18:25:05 Staging go-build-helper 18:25:05 + snapcraftctl stage 18:25:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:25:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:25:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:25:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 18:25:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:25:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:25:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:25:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:25:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:25:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:25:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:25:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 18:25:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:25:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:25:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 18:25:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 18:25:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 18:25:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 18:25:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:25:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 18:25:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 18:25:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:25:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:25:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 18:25:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 18:25:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 18:25:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 18:25:23 Fetched 24.1 MB in 6s (3752 kB/s) 18:25:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:25:23 Fetched 224 kB in 0s (0 B/s) 18:25:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:25:23 Fetched 157 kB in 0s (0 B/s) 18:25:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:25:23 Fetched 221 kB in 0s (0 B/s) 18:25:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:25:23 Fetched 143 kB in 0s (0 B/s) 18:25:23 Pulling app-service-config 18:25:23 + snapcraftctl pull 18:25:23 Cloning into '/root/parts/app-service-config/src'... 18:25:23 Pulling config-common 18:25:23 + snapcraftctl pull 18:25:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:25:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:25:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:25:30 Fetched 0 B in 0s (0 B/s) 18:25:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:25:30 Fetched 0 B in 0s (0 B/s) 18:25:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:25:30 Fetched 0 B in 0s (0 B/s) 18:25:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:25:30 Fetched 0 B in 0s (0 B/s) 18:25:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:25:30 Fetched 0 B in 0s (0 B/s) 18:25:30 Pulling edgex-go 18:25:30 + snapcraftctl pull 18:25:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:25:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:25:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:25:57 Fetched 0 B in 0s (0 B/s) 18:25:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:25:57 Fetched 96.5 kB in 0s (0 B/s) 18:25:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:25:57 Fetched 279 kB in 0s (0 B/s) 18:25:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:25:57 Fetched 122 kB in 0s (0 B/s) 18:25:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:25:57 Fetched 77.8 kB in 0s (0 B/s) 18:25:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:25:57 Fetched 8848 B in 0s (0 B/s) 18:25:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:25:57 Fetched 47.8 kB in 0s (0 B/s) 18:25:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:25:57 Fetched 45.6 kB in 0s (0 B/s) 18:25:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:25:57 Fetched 15.0 kB in 0s (0 B/s) 18:25:57 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:25:57 Fetched 214 kB in 0s (0 B/s) 18:25:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:25:57 Fetched 154 kB in 0s (0 B/s) 18:25:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:25:57 Fetched 50.6 kB in 0s (0 B/s) 18:25:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:25:57 Fetched 14.8 kB in 0s (0 B/s) 18:25:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:25:57 Fetched 41.8 kB in 0s (0 B/s) 18:25:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:25:57 Fetched 499 kB in 0s (0 B/s) 18:25:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:25:57 Fetched 111 kB in 0s (0 B/s) 18:25:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:25:57 Fetched 240 kB in 0s (0 B/s) 18:25:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:25:57 Fetched 29.3 kB in 0s (0 B/s) 18:25:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:25:57 Fetched 85.5 kB in 0s (0 B/s) 18:25:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:25:57 Fetched 24.5 kB in 0s (0 B/s) 18:25:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:25:57 Fetched 49.2 kB in 0s (0 B/s) 18:25:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:25:57 Fetched 54.2 kB in 0s (0 B/s) 18:25:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:25:57 Fetched 30.8 kB in 0s (0 B/s) 18:25:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:25:57 Fetched 15.8 kB in 0s (0 B/s) 18:25:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:25:57 Fetched 85.9 kB in 0s (0 B/s) 18:25:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:25:57 Fetched 8720 B in 0s (0 B/s) 18:25:57 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:25:57 Fetched 137 kB in 0s (0 B/s) 18:25:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:25:57 Fetched 119 kB in 0s (0 B/s) 18:25:57 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:25:57 Fetched 109 kB in 0s (0 B/s) 18:25:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:25:57 Fetched 11.1 kB in 0s (0 B/s) 18:25:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:25:57 Fetched 645 kB in 0s (0 B/s) 18:25:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:25:57 Fetched 41.3 kB in 0s (0 B/s) 18:25:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:25:57 Fetched 17.9 kB in 0s (0 B/s) 18:25:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:25:57 Fetched 368 kB in 0s (0 B/s) 18:25:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:25:57 Fetched 187 kB in 0s (0 B/s) 18:25:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:25:57 Fetched 175 kB in 0s (0 B/s) 18:25:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:25:57 Fetched 206 kB in 0s (0 B/s) 18:25:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 18:25:57 Fetched 1301 kB in 0s (0 B/s) 18:25:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:25:57 Fetched 36.2 kB in 0s (0 B/s) 18:25:57 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:25:57 Fetched 159 kB in 0s (0 B/s) 18:25:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:25:57 Fetched 107 kB in 0s (0 B/s) 18:25:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:25:57 Fetched 48.7 kB in 0s (0 B/s) 18:25:57 Pulling static-packages 18:25:57 + snapcraftctl pull 18:25:58 Pulling version 18:25:58 + cd /root/project 18:25:58 + [ -f VERSION ] 18:25:58 + PROJECT_VERSION=local-dev 18:25:58 + git rev-parse --short HEAD 18:25:58 + GIT_REVISION=2356c254 18:25:58 + snapcraftctl set-version local-dev 18:26:00 Skipping build go-build-helper (already ran) 18:26:00 Building app-service-config 18:26:00 + make build 18:26:00 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:26:03 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 18:26:03 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 18:26:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 18:26:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 18:26:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 18:26:04 go: downloading github.com/hashicorp/consul/api v1.8.1 18:26:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:26:04 go: downloading github.com/google/uuid v1.2.0 18:26:04 go: downloading github.com/gorilla/mux v1.8.0 18:26:04 go: downloading github.com/hashicorp/serf v0.9.5 18:26:04 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:26:04 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:26:04 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:26:05 go: downloading github.com/fatih/color v1.9.0 18:26:05 go: downloading github.com/go-kit/kit v0.8.0 18:26:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:26:05 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 18:26:05 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 18:26:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:26:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:26:05 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:26:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:26:05 go: downloading github.com/mattn/go-colorable v0.1.6 18:26:05 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:26:05 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:26:05 go: downloading github.com/pebbe/zmq4 v1.2.5 18:26:05 go: downloading github.com/pelletier/go-toml v1.2.0 18:26:05 go: downloading github.com/leodido/go-urn v1.2.0 18:26:05 go: downloading github.com/BurntSushi/toml v0.3.1 18:26:05 go: downloading github.com/mattn/go-isatty v0.0.12 18:26:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:26:05 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:26:05 go: downloading github.com/go-playground/universal-translator v0.17.0 18:26:05 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:26:05 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:26:05 go: downloading github.com/go-playground/locales v0.13.0 18:26:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:26:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:26:05 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 18:26:06 go: downloading github.com/x448/float16 v0.8.4 18:26:06 go: downloading github.com/mitchellh/copystructure v1.0.0 18:26:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:26:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:26:21 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 18:26:21 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 18:26:21 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 18:26:21 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 18:26:23 Building config-common 18:26:23 + snapcraftctl build 18:26:27 Building edgex-go 18:26:28 + cd /root/parts/edgex-go/src 18:26:28 + make build 18:26:28 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 18:26:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 18:26:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:26:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 18:26:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 18:26:29 go: downloading github.com/imdario/mergo v0.3.12 18:26:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 18:26:29 go: downloading github.com/pkg/errors v0.8.1 18:26:29 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 18:26:29 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 18:26:29 go: downloading github.com/gorilla/websocket v1.4.2 18:26:36 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 18:26:36 go: downloading gopkg.in/yaml.v2 v2.4.0 18:26:44 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 18:26:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:26: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 18:26: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 18:26:49 go: downloading github.com/stretchr/testify v1.7.0 18:26:49 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:26:49 go: downloading github.com/davecgh/go-spew v1.1.1 18:26:49 go: downloading github.com/pmezard/go-difflib v1.0.0 18:26:52 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 18:26:52 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:26:52 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:26:54 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 18:26:56 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 18:26:56 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 18:26:59 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 18:27:00 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 18:27:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:27:03 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 18:27:03 go: downloading github.com/lib/pq v1.9.0 18:27:06 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:27:06 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:27:06 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:27:06 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:27:06 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:27:06 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:27:06 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:27:06 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:27:06 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:27:06 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:27:06 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:27:06 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:27:06 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:27:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:27:06 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:27:06 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:27:06 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:27:06 + 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 18:27:06 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:27:06 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:27:06 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:27:06 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:27:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:27:06 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:27:06 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:27:06 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:27:12 Building static-packages 18:27:12 + snapcraftctl build 18:27:15 Building version 18:27:15 + snapcraftctl build 18:27:18 Skipping stage go-build-helper (already ran) 18:27:18 Staging app-service-config 18:27:18 + snapcraftctl stage 18:27:20 Staging config-common 18:27:20 + snapcraftctl stage 18:27:22 Staging edgex-go 18:27:22 + snapcraftctl stage 18:27:23 Staging static-packages 18:27:23 + snapcraftctl stage 18:27:24 Staging version 18:27:24 + snapcraftctl stage 18:27:26 Priming go-build-helper 18:27:26 + snapcraftctl prime 18:27:28 Priming app-service-config 18:27:28 + snapcraftctl prime 18:27:30 Priming config-common 18:27:30 + snapcraftctl prime 18:27:31 Priming edgex-go 18:27:31 + snapcraftctl prime 18:27:33 Priming static-packages 18:27:33 + snapcraftctl prime 18:27:36 Priming version 18:27:36 + snapcraftctl prime 18:27:38 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 18:27:42 provisioning config files... 18:27:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config3078639546615421571tmp [Pipeline] { [Pipeline] sh 18:27:43 + set +x 18:27:43 + curl -s https://codecov.io/bash 18:27:43 + bash -s -- 18:27:43 18:27:43 _____ _ 18:27:43 / ____| | | 18:27:43 | | ___ __| | ___ ___ _____ __ 18:27:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:27:43 | |___| (_) | (_| | __/ (_| (_) \ V / 18:27:43 \_____\___/ \__,_|\___|\___\___/ \_/ 18:27:43 Bash-20210309-2b87ace 18:27:43 18:27:43 18:27:43 ==> git version 2.24.3 found 18:27:43 ==> 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 18:27:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:27:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:27:43 ==> Jenkins CI detected. 18:27:43 project root: . 18:27:43 --> token set from env 18:27:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:27:44 ==> Running gcov in . (disable via -X gcov) 18:27:44 ==> Python coveragepy not found 18:27:44 ==> Searching for coverage reports in: 18:27:44 + . 18:27:44 -> Found 1 reports 18:27:44 ==> Detecting git/mercurial file structure 18:27:44 ==> Reading reports 18:27:44 + ./coverage.out bytes=650607 18:27:44 ==> Appending adjustments 18:27:44 https://docs.codecov.io/docs/fixing-reports 18:27:51 + Found adjustments 18:27:51 ==> Gzipping contents 18:27:51 96K /tmp/codecov.JpMIuO.gz 18:27:51 ==> Uploading reports 18:27:51 url: https://codecov.io 18:27:51 query: branch=PR-3223&commit=2356c2543f09cd9d780fd1dc657c0892f78efc07&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3223%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3223&job=&cmd_args= 18:27:51 -> Pinging Codecov 18:27:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3223&commit=2356c2543f09cd9d780fd1dc657c0892f78efc07&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3223%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3223&job=&cmd_args= 18:27:51 -> Uploading to 18:27:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/2356c2543f09cd9d780fd1dc657c0892f78efc07/06081b33-848c-4d3c-ad6f-d632af7b3709.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T182751Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c389d2506e2812d1bf0fefc34f3c1234b0935b80b775a1c70013ac22e834c2d3 18:27:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:27:51 Dload Upload Total Spent Left Speed 18:27:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95039 0 0 100 95039 0 176k --:--:-- --:--:-- --:--:-- 176k 18:27:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2356c2543f09cd9d780fd1dc657c0892f78efc07 [Pipeline] } 18:27:52 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 18:27:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:27:55 ---> package-listing.sh 18:27:55 ++ facter osfamily 18:27:55 ++ tr '[:upper:]' '[:lower:]' 18:27:56 + OS_FAMILY=redhat 18:27:56 + workspace=/w/workspace/edgex-go/13 18:27:56 + START_PACKAGES=/tmp/packages_start.txt 18:27:56 + END_PACKAGES=/tmp/packages_end.txt 18:27:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:27:56 + PACKAGES=/tmp/packages_start.txt 18:27:56 + '[' /w/workspace/edgex-go/13 ']' 18:27:56 + PACKAGES=/tmp/packages_end.txt 18:27:56 + case "${OS_FAMILY}" in 18:27:56 + rpm -qa 18:27:56 + sort 18:28:02 + '[' -f /tmp/packages_start.txt ']' 18:28:02 + '[' -f /tmp/packages_end.txt ']' 18:28:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:28:02 + '[' /w/workspace/edgex-go/13 ']' 18:28:02 + mkdir -p /w/workspace/edgex-go/13/archives/ 18:28:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 18:28:02 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:28:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:05 18:28:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:28:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:06 alpine: Pulling from edgex-lftools-log-publisher 18:28:06 df20fa9351a1: Pulling fs layer 18:28:06 36b3adc4ff6f: Pulling fs layer 18:28:06 8ad3a11d3b57: Pulling fs layer 18:28:06 46f8f816bc3b: Pulling fs layer 18:28:06 93b61091891f: Pulling fs layer 18:28:06 93b9cdb0e59b: Pulling fs layer 18:28:06 5e14af77c1be: Pulling fs layer 18:28:06 01666e4c0597: Pulling fs layer 18:28:06 aa168da1d23b: Pulling fs layer 18:28:06 93b61091891f: Waiting 18:28:06 93b9cdb0e59b: Waiting 18:28:06 5e14af77c1be: Waiting 18:28:06 01666e4c0597: Waiting 18:28:06 aa168da1d23b: Waiting 18:28:06 46f8f816bc3b: Waiting 18:28:06 36b3adc4ff6f: Verifying Checksum 18:28:06 36b3adc4ff6f: Download complete 18:28:06 46f8f816bc3b: Verifying Checksum 18:28:06 46f8f816bc3b: Download complete 18:28:06 df20fa9351a1: Verifying Checksum 18:28:06 df20fa9351a1: Download complete 18:28:06 93b9cdb0e59b: Verifying Checksum 18:28:06 93b9cdb0e59b: Download complete 18:28:06 93b61091891f: Verifying Checksum 18:28:06 93b61091891f: Download complete 18:28:06 5e14af77c1be: Verifying Checksum 18:28:06 5e14af77c1be: Download complete 18:28:06 01666e4c0597: Verifying Checksum 18:28:06 01666e4c0597: Download complete 18:28:07 8ad3a11d3b57: Verifying Checksum 18:28:07 8ad3a11d3b57: Download complete 18:28:07 df20fa9351a1: Pull complete 18:28:07 36b3adc4ff6f: Pull complete 18:28:09 8ad3a11d3b57: Pull complete 18:28:10 46f8f816bc3b: Pull complete 18:28:10 aa168da1d23b: Verifying Checksum 18:28:10 aa168da1d23b: Download complete 18:28:11 93b61091891f: Pull complete 18:28:11 93b9cdb0e59b: Pull complete 18:28:12 5e14af77c1be: Pull complete 18:28:12 01666e4c0597: Pull complete 18:28:35 aa168da1d23b: Pull complete 18:28:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:28:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:28:35 prd-centos7-docker-4c-2g-30898 does not seem to be running inside a container 18:28:36 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:28:39 $ docker top 491810a583b63133c695e89281462ea094ef4c9ee8dbdaab3ca07910845d7702 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:40 + touch /tmp/pre-build-complete [Pipeline] sh 18:28:40 + mkdir -p /var/log/sa [Pipeline] sh 18:28:41 + ls /var/log/sa-host 18:28:41 + sadf -c /var/log/sa-host/sa22 18:28:41 file_magic: OK 18:28:41 HZ: Using current value: 100 18:28:41 file_header: OK 18:28:41 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 18:28:41 Statistics: 18:28:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:28:41 File successfully converted to sysstat format version 12.2.1 18:28:41 + sadf -c /var/log/sa-host/sa23 18:28:41 file_magic: OK 18:28:41 HZ: Using current value: 100 18:28:41 file_header: OK 18:28:41 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 18:28:41 Statistics: 18:28:41 Hnuu...uuuununununu... 18:28:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:42 provisioning config files... 18:28:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config5041982584370983051tmp [Pipeline] { [Pipeline] echo 18:28:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:28:43 ---> create-netrc.sh [Pipeline] } 18:28:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:28:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:28:44 ---> python-tools-install.sh [Pipeline] echo 18:28:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:28:45 ---> sudo-logs.sh 18:28:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:28:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:28:46 ---> job-cost.sh 18:28:46 lf-activate-venv: SKIPPING 18:28:46 DEBUG: total: 0.20999999344348907 18:28:46 INFO: Retrieving Stack Cost... 18:28:47 INFO: Retrieving Pricing Info for: v1-standard-2 18:28:47 INFO: Archiving Costs [Pipeline] echo 18:28:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:28:48 ---> logs-deploy.sh 18:28:48 lf-activate-venv: SKIPPING 18:28:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/13 18:28:48 INFO: archiving workspace using pattern(s): 18:28:51 Archives upload complete. 18:28:51 INFO: archiving logs to Nexus 18:28:54 ---> uname -a: 18:28:54 Linux prd-centos7-docker-4c-2g-30898.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:28:54 18:28:54 18:28:54 ---> lscpu: 18:28:54 Architecture: x86_64 18:28:54 CPU op-mode(s): 32-bit, 64-bit 18:28:54 Byte Order: Little Endian 18:28:54 Address sizes: 40 bits physical, 48 bits virtual 18:28:54 CPU(s): 4 18:28:54 On-line CPU(s) list: 0-3 18:28:54 Thread(s) per core: 1 18:28:54 Core(s) per socket: 1 18:28:54 Socket(s): 4 18:28:54 NUMA node(s): 1 18:28:54 Vendor ID: GenuineIntel 18:28:54 CPU family: 6 18:28:54 Model: 44 18:28:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:28:54 Stepping: 1 18:28:54 CPU MHz: 2933.438 18:28:54 BogoMIPS: 5866.87 18:28:54 Virtualization: VT-x 18:28:54 Hypervisor vendor: KVM 18:28:54 Virtualization type: full 18:28:54 L1d cache: 128 KiB 18:28:54 L1i cache: 128 KiB 18:28:54 L2 cache: 16 MiB 18:28:54 L3 cache: 64 MiB 18:28:54 NUMA node0 CPU(s): 0-3 18:28:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:28:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:28:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:28:54 Vulnerability Meltdown: Mitigation; PTI 18:28:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:28:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:28:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:28:54 Vulnerability Srbds: Not affected 18:28:54 Vulnerability Tsx async abort: Not affected 18:28:54 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 18:28:54 18:28:54 18:28:54 ---> nproc: 18:28:54 4 18:28:54 18:28:54 18:28:54 ---> df -h: 18:28:54 Filesystem Size Used Available Use% Mounted on 18:28:54 overlay 50.0G 12.2G 37.8G 24% / 18:28:54 tmpfs 64.0M 0 64.0M 0% /dev 18:28:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:28:54 shm 64.0M 0 64.0M 0% /dev/shm 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13 18:28:54 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13@tmp 18:28:54 18:28:54 18:28:54 ---> free -m: 18:28:54 total used free shared buff/cache available 18:28:54 Mem: 1837 832 311 0 693 939 18:28:54 Swap: 1023 72 951 18:28:54 18:28:54 18:28:54 ---> ip addr: 18:28:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:28:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:28:54 inet 127.0.0.1/8 scope host lo 18:28:54 valid_lft forever preferred_lft forever 18:28:54 inet6 ::1/128 scope host 18:28:54 valid_lft forever preferred_lft forever 18:28:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:28:54 link/ether fa:16:3e:3a:d2:57 brd ff:ff:ff:ff:ff:ff 18:28:54 inet 10.30.123.177/23 brd 10.30.123.255 scope global dynamic eth0 18:28:54 valid_lft 84474sec preferred_lft 84474sec 18:28:54 inet6 fe80::f816:3eff:fe3a:d257/64 scope link 18:28:54 valid_lft forever preferred_lft forever 18:28:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:28:54 link/ether 02:42:ea:b5:0d:6b brd ff:ff:ff:ff:ff:ff 18:28:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:28:54 valid_lft forever preferred_lft forever 18:28:54 inet6 fe80::42:eaff:feb5:d6b/64 scope link 18:28:54 valid_lft forever preferred_lft forever 18:28:54 18:28:54 18:28:54 ---> sar -b -r -n DEV: 18:28:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 18:28:54 18:28:54 17:56:33 LINUX RESTART (4 CPU) 18:28:54 18:28:54 17:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:28:54 17:58:01 161.50 104.62 56.87 0.00 7911.82 38707.73 0.00 18:28:54 17:59:01 58.99 13.06 45.93 0.00 4767.17 11012.60 0.00 18:28:54 18:00:01 141.45 63.85 77.60 0.00 5363.00 31866.41 0.00 18:28:54 18:01:02 229.29 50.93 178.36 0.00 2851.68 24863.83 0.00 18:28:54 18:02:01 95.69 65.09 30.60 0.00 1869.32 3188.16 0.00 18:28:54 18:03:01 77.72 26.40 51.32 0.00 1129.53 6376.01 0.00 18:28:54 18:04:01 38.67 3.67 35.00 0.00 78.92 3896.94 0.00 18:28:54 18:05:01 80.31 47.21 33.09 0.00 1704.31 1656.05 0.00 18:28:54 18:06:01 68.46 26.01 42.44 0.00 1750.43 4162.57 0.00 18:28:54 18:07:01 17.24 0.00 17.24 0.00 0.00 5231.80 0.00 18:28:54 18:08:02 119.66 23.33 96.33 0.00 6215.18 40568.83 0.00 18:28:54 18:09:09 780.22 636.27 143.95 0.00 74771.77 110518.72 0.00 18:28:54 18:10:05 1176.31 1016.57 159.74 0.00 65524.94 67359.34 0.00 18:28:54 18:11:07 1321.33 1181.34 140.00 0.00 75085.88 81590.13 0.00 18:28:54 18:12:03 282.86 205.77 77.09 0.00 10419.95 12536.61 0.00 18:28:54 18:13:01 208.77 87.18 121.59 0.00 7478.77 20245.11 0.00 18:28:54 18:14:07 403.20 245.61 157.59 0.00 57117.90 98126.93 0.00 18:28:54 18:15:08 1563.18 1420.80 142.38 0.00 66138.34 73651.79 0.00 18:28:54 18:16:02 1295.59 1166.65 128.93 0.00 62805.32 70970.35 0.00 18:28:54 18:17:02 164.47 110.25 54.22 0.00 10110.94 7854.54 0.00 18:28:54 18:18:01 210.38 20.20 190.19 0.00 2116.12 33215.22 0.00 18:28:54 18:19:01 66.51 15.98 50.53 0.00 2877.29 3443.70 0.00 18:28:54 18:20:01 2.43 0.67 1.76 0.00 6.79 33.63 0.00 18:28:54 18:21:02 139.95 132.69 7.26 0.00 1558.52 394.50 0.00 18:28:54 18:22:01 196.84 177.25 19.59 0.00 3095.26 690.70 0.00 18:28:54 18:23:01 0.65 0.00 0.65 0.00 0.00 150.12 0.00 18:28:54 18:24:01 3.48 3.11 0.37 0.00 187.01 5.54 0.00 18:28:54 18:25:01 0.45 0.22 0.23 0.00 2.26 2.31 0.00 18:28:54 18:26:01 0.23 0.05 0.18 0.00 0.93 2.01 0.00 18:28:54 18:27:01 1.70 1.57 0.13 0.00 61.67 2.13 0.00 18:28:54 18:28:01 67.40 65.85 1.55 0.00 5330.54 51.30 0.00 18:28:54 Average: 288.80 222.04 66.76 0.00 15661.35 24744.90 0.00 18:28:54 18:28:54 17:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:28:54 17:58:01 68580 0 547644 29.11 2620 1262700 1111508 37.93 484168 1131084 73132 18:28:54 17:59:01 72356 0 681840 36.24 2620 1124728 1423804 48.59 600572 1002136 20 18:28:54 18:00:01 119156 0 706268 37.54 2240 1053880 1625456 55.47 613844 907152 89988 18:28:54 18:01:02 324476 0 693068 36.84 1492 862508 1227896 41.91 439756 836400 52 18:28:54 18:02:01 200740 0 772420 41.05 1492 906892 1820220 62.12 588896 809276 42900 18:28:54 18:03:01 155860 0 796656 42.34 804 928224 1551820 52.96 677304 760908 23124 18:28:54 18:04:01 190120 0 866916 46.07 604 823904 1791780 61.15 726364 677940 32232 18:28:54 18:05:01 305108 0 775072 41.19 604 800760 1653400 56.43 594588 691040 84420 18:28:54 18:06:01 235192 0 830808 44.16 572 814972 1602192 54.68 656132 691716 26600 18:28:54 18:07:01 206572 0 754104 40.08 572 920296 1390504 47.46 606632 771104 9580 18:28:54 18:08:02 72948 0 744128 39.55 256 1064212 1280672 43.71 702436 830084 70556 18:28:54 18:09:09 581592 0 681372 36.21 0 618580 1374116 46.90 484104 604976 13868 18:28:54 18:10:05 80424 0 846920 45.01 0 954200 2355868 80.40 735720 849628 4024 18:28:54 18:11:07 70436 0 858168 45.61 0 952940 2341736 79.92 767812 813984 55156 18:28:54 18:12:03 379372 0 1043076 55.44 0 459096 3438548 117.35 616252 612552 15472 18:28:54 18:13:01 484024 0 715856 38.05 0 681664 1367312 46.66 412000 733868 108 18:28:54 18:14:07 64316 0 803040 42.68 0 1014188 2138140 72.97 756356 850604 58364 18:28:54 18:15:08 74656 0 792232 42.11 0 1014656 2212752 75.52 744348 844796 50480 18:28:54 18:16:02 323424 0 664588 35.32 0 893532 1429888 48.80 556600 774080 8 18:28:54 18:17:02 378136 0 820992 43.63 0 682416 2438204 83.21 593460 649480 73000 18:28:54 18:18:01 72952 0 723984 38.48 0 1084608 1553484 53.02 637116 916204 49492 18:28:54 18:19:01 108400 0 647768 34.43 0 1125376 1256020 42.87 575044 944392 20 18:28:54 18:20:01 112728 0 643436 34.20 0 1125380 1204176 41.10 572132 943772 16 18:28:54 18:21:02 93716 0 662216 35.20 0 1125612 1182752 40.37 600784 918640 0 18:28:54 18:22:01 76452 0 766716 40.75 0 1038376 1176440 40.15 591292 835368 4316 18:28:54 18:23:01 76608 0 766588 40.74 0 1038348 1176488 40.15 591624 835336 8 18:28:54 18:24:01 71236 0 766372 40.73 0 1043936 1176440 40.15 596752 835760 8 18:28:54 18:25:01 70932 0 766664 40.75 0 1043948 1176440 40.15 596760 835832 20 18:28:54 18:26:01 70932 0 766660 40.75 0 1043952 1176476 40.15 596772 835856 16 18:28:54 18:27:01 68908 0 767284 40.78 0 1045352 1176440 40.15 597604 836868 8 18:28:54 18:28:01 70416 0 794420 42.22 0 1016708 1212380 41.38 585152 846136 296 18:28:54 Average: 170347 0 757009 40.23 448 953740 1582044 53.99 609625 820225 25074 18:28:54 18:28:54 17:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:28:54 17:58:01 eth0 578.65 496.48 2780.20 71.30 0.00 0.00 0.00 0.00 18:28:54 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 17:59:01 eth0 970.02 1186.91 3579.09 133.12 0.00 0.00 0.00 0.00 18:28:54 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 17:59:01 vetha6fd43c 1026.29 767.18 93.23 2676.50 0.00 0.00 0.00 0.00 18:28:54 17:59:01 docker0 1026.29 767.05 79.20 2676.49 0.00 0.00 0.00 0.00 18:28:54 18:00:01 eth0 308.29 270.89 2835.97 46.56 0.00 0.00 0.00 0.00 18:28:54 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:00:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:01:02 vethc679395 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:01:02 eth0 204.07 161.61 849.03 21.63 0.00 0.00 0.00 0.00 18:28:54 18:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:01:02 docker0 144.50 180.42 10.17 829.30 0.00 0.00 0.00 0.00 18:28:54 18:02:01 veth08dc81d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:02:01 eth0 27.27 25.21 20.49 63.90 0.00 0.00 0.00 0.00 18:28:54 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:03:01 veth08dc81d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:03:01 eth0 14.69 11.15 11.54 6.33 0.00 0.00 0.00 0.00 18:28:54 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:04:01 veth08dc81d 1.98 1.98 0.16 0.17 0.00 0.00 0.00 0.00 18:28:54 18:04:01 eth0 25.52 19.24 18.32 10.15 0.00 0.00 0.00 0.00 18:28:54 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:04:01 docker0 1.98 1.98 0.13 0.17 0.00 0.00 0.00 0.00 18:28:54 18:05:01 veth08dc81d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:05:01 eth0 14.44 11.44 11.46 6.36 0.00 0.00 0.00 0.00 18:28:54 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:06:01 veth08dc81d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:06:01 eth0 28.04 25.70 14.39 76.75 0.00 0.00 0.00 0.00 18:28:54 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:07:01 veth08dc81d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:07:01 eth0 17.40 12.95 13.81 9.40 0.00 0.00 0.00 0.00 18:28:54 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:08:02 veth5a56aef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:08:02 eth0 172.91 140.30 1687.32 22.01 0.00 0.00 0.00 0.00 18:28:54 18:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:09:09 veth5a56aef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:09:09 eth0 10.54 11.66 2.73 47.15 0.00 0.00 0.00 0.00 18:28:54 18:09:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:09:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:10:05 veth5a56aef 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:10:05 eth0 48.16 25.99 175.03 9.19 0.00 0.00 0.00 0.00 18:28:54 18:10:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:10:05 docker0 12.03 29.00 0.64 159.60 0.00 0.00 0.00 0.00 18:28:54 18:11:07 veth5a56aef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:11:07 eth0 1.71 1.50 1.32 0.71 0.00 0.00 0.00 0.00 18:28:54 18:11:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:11:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:12:03 veth5a56aef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:12:03 veth42ac0cd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:12:03 eth0 6.32 4.95 4.95 2.74 0.00 0.00 0.00 0.00 18:28:54 18:12:03 vethda216df 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:13:01 veth5a56aef 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:13:01 eth0 46.93 29.10 226.39 8.37 0.00 0.00 0.00 0.00 18:28:54 18:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:28:54 18:13:01 docker0 1236.39 1034.14 93.85 3944.22 0.00 0.00 0.00 0.00 18:28:54 18:14:07 veth5a56aef 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:14:07 eth0 18.95 14.18 14.46 7.97 0.00 0.00 0.00 0.00 18:28:54 18:14:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:14:07 docker0 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:15:08 veth5a56aef 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:15:08 eth0 41.34 28.37 123.85 67.12 0.00 0.00 0.00 0.00 18:28:54 18:15:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:15:08 docker0 7.91 20.80 0.42 114.99 0.00 0.00 0.00 0.00 18:28:54 18:16:02 veth5a56aef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:16:02 eth0 2.55 1.92 1.35 10.18 0.00 0.00 0.00 0.00 18:28:54 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:17:02 vethc612973 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:17:02 vethf035fa0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:17:02 veth5a56aef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:17:02 vethba22108 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:18:01 veth5a56aef 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 18:28:54 18:18:01 eth0 2813.25 2680.19 14327.37 665.98 0.00 0.00 0.00 0.00 18:28:54 18:18:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:28:54 18:18:01 docker0 1241.72 1088.10 93.65 4452.63 0.00 0.00 0.00 0.00 18:28:54 18:19:01 eth0 45.23 33.32 76.02 70.42 0.00 0.00 0.00 0.00 18:28:54 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:19:01 docker0 5.07 7.70 0.55 53.99 0.00 0.00 0.00 0.00 18:28:54 18:20:01 eth0 1.25 0.45 0.74 0.19 0.00 0.00 0.00 0.00 18:28:54 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:21:02 eth0 0.10 0.05 0.01 0.03 0.00 0.00 0.00 0.00 18:28:54 18:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:22:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:28:54 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:23:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:28:54 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:24:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:25:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:28:54 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:26:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 18:28:54 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:28:01 eth0 15.27 12.22 14.60 7.27 0.00 0.00 0.00 0.00 18:28:54 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 Average: eth0 90.66 86.48 458.33 23.71 0.00 0.00 0.00 0.00 18:28:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:28:54 Average: docker0 39.76 34.95 3.00 143.73 0.00 0.00 0.00 0.00 18:28:54 18:28:54 18:28:54 ---> sar -P ALL: 18:28:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 18:28:54 18:28:54 17:56:33 LINUX RESTART (4 CPU) 18:28:54 18:28:54 17:57:01 CPU %user %nice %system %iowait %steal %idle 18:28:54 17:58:01 all 13.60 0.00 9.11 7.80 31.63 37.86 18:28:54 17:58:01 0 15.46 0.00 11.80 7.30 30.20 35.24 18:28:54 17:58:01 1 13.04 0.00 8.22 9.38 31.90 37.45 18:28:54 17:58:01 2 11.77 0.00 7.69 6.36 32.42 41.75 18:28:54 17:58:01 3 14.28 0.00 8.89 8.18 31.91 36.73 18:28:54 17:59:01 all 7.18 0.00 4.58 1.53 18.65 68.07 18:28:54 17:59:01 0 7.53 0.00 5.15 1.90 20.69 64.74 18:28:54 17:59:01 1 6.35 0.00 3.69 1.53 18.29 70.14 18:28:54 17:59:01 2 8.00 0.00 5.10 1.53 18.53 66.83 18:28:54 17:59:01 3 6.88 0.00 4.39 1.14 17.08 70.51 18:28:54 18:00:01 all 7.80 0.00 5.00 1.71 27.26 58.24 18:28:54 18:00:01 0 10.32 0.00 5.52 2.09 27.75 54.32 18:28:54 18:00:01 1 5.56 0.00 3.61 1.80 27.88 61.15 18:28:54 18:00:01 2 10.19 0.00 6.91 2.25 27.30 53.35 18:28:54 18:00:01 3 5.41 0.00 4.14 0.73 26.09 63.62 18:28:54 18:01:02 all 4.84 0.00 5.76 4.26 26.19 58.94 18:28:54 18:01:02 0 5.50 0.00 6.84 5.81 26.89 54.96 18:28:54 18:01:02 1 4.68 0.00 5.11 3.98 26.59 59.64 18:28:54 18:01:02 2 4.47 0.00 5.70 3.19 26.28 60.37 18:28:54 18:01:02 3 4.73 0.00 5.42 4.07 24.99 60.79 18:28:54 18:02:01 all 19.33 0.00 7.43 3.72 37.56 31.96 18:28:54 18:02:01 0 15.02 0.00 6.59 2.22 38.59 37.58 18:28:54 18:02:01 1 15.74 0.00 6.82 4.01 39.67 33.75 18:28:54 18:02:01 2 23.43 0.00 7.82 4.47 36.51 27.76 18:28:54 18:02:01 3 23.91 0.00 8.64 4.35 35.16 27.95 18:28:54 18:03:01 all 23.83 0.00 9.66 1.79 45.17 19.54 18:28:54 18:03:01 0 21.78 0.00 8.48 2.14 46.23 21.37 18:28:54 18:03:01 1 23.91 0.00 9.09 1.44 44.44 21.12 18:28:54 18:03:01 2 28.03 0.00 10.78 2.40 45.46 13.33 18:28:54 18:03:01 3 22.02 0.00 10.39 1.25 44.58 21.76 18:28:54 18:04:01 all 21.65 0.00 9.05 1.06 35.89 32.34 18:28:54 18:04:01 0 17.52 0.00 9.62 1.13 36.08 35.64 18:28:54 18:04:01 1 22.39 0.00 8.24 0.79 36.67 31.92 18:28:54 18:04:01 2 28.65 0.00 10.47 1.57 34.08 25.23 18:28:54 18:04:01 3 18.72 0.00 7.97 0.80 36.61 35.89 18:28:54 18:05:01 all 26.55 0.00 11.83 2.56 40.18 18.88 18:28:54 18:05:01 0 27.48 0.00 12.18 2.36 38.30 19.69 18:28:54 18:05:01 1 27.33 0.00 12.81 3.08 40.81 15.97 18:28:54 18:05:01 2 26.18 0.00 11.12 2.58 39.55 20.57 18:28:54 18:05:01 3 25.24 0.00 11.25 2.25 42.14 19.11 18:28:54 18:06:01 all 17.17 0.00 11.42 2.18 37.19 32.04 18:28:54 18:06:01 0 13.62 0.00 10.01 2.46 38.55 35.35 18:28:54 18:06:01 1 17.03 0.00 10.56 2.43 37.98 32.01 18:28:54 18:06:01 2 17.18 0.00 11.79 2.35 35.45 33.23 18:28:54 18:06:01 3 21.15 0.00 13.44 1.46 36.70 27.25 18:28:54 18:07:01 all 11.32 0.00 9.14 0.34 40.17 39.03 18:28:54 18:07:01 0 9.20 0.00 8.17 0.18 40.89 41.57 18:28:54 18:07:01 1 8.20 0.00 6.94 0.57 41.97 42.32 18:28:54 18:07:01 2 12.74 0.00 10.04 0.17 38.52 38.54 18:28:54 18:07:01 3 15.61 0.00 11.69 0.42 39.11 33.18 18:28:54 18:08:02 all 6.72 0.00 7.37 3.15 26.05 56.71 18:28:54 18:08:02 0 7.82 0.00 7.91 2.63 26.23 55.41 18:28:54 18:08:02 1 5.38 0.00 6.97 2.74 27.11 57.80 18:28:54 18:08:02 2 7.32 0.00 6.98 3.56 25.78 56.37 18:28:54 18:08:02 3 6.40 0.00 7.65 3.71 25.03 57.22 18:28:54 18:28:54 18:08:02 CPU %user %nice %system %iowait %steal %idle 18:28:54 18:09:09 all 9.69 0.00 8.18 14.98 40.12 27.03 18:28:54 18:09:09 0 9.36 0.00 7.50 16.25 41.17 25.72 18:28:54 18:09:09 1 8.83 0.00 7.58 13.95 40.10 29.54 18:28:54 18:09:09 2 10.68 0.00 9.30 14.96 40.23 24.83 18:28:54 18:09:09 3 9.91 0.00 8.36 14.76 38.95 28.02 18:28:54 18:10:05 all 4.27 0.00 9.06 31.18 29.99 25.50 18:28:54 18:10:05 0 4.48 0.00 9.54 34.54 30.36 21.08 18:28:54 18:10:05 1 4.01 0.00 8.69 28.55 29.95 28.79 18:28:54 18:10:05 2 4.85 0.00 9.65 30.39 28.28 26.84 18:28:54 18:10:05 3 3.78 0.00 8.39 31.29 31.32 25.23 18:28:54 18:11:07 all 7.60 0.00 5.98 28.54 39.39 18.50 18:28:54 18:11:07 0 6.45 0.00 5.44 25.19 39.60 23.33 18:28:54 18:11:07 1 7.91 0.00 6.26 30.51 39.61 15.71 18:28:54 18:11:07 2 8.12 0.00 5.38 29.08 39.10 18.32 18:28:54 18:11:07 3 7.97 0.00 6.85 29.45 39.23 16.49 18:28:54 18:12:03 all 33.33 0.00 9.84 12.36 36.00 8.47 18:28:54 18:12:03 0 33.53 0.00 9.39 10.63 35.34 11.10 18:28:54 18:12:03 1 35.94 0.00 11.06 13.82 33.43 5.75 18:28:54 18:12:03 2 32.80 0.00 8.60 12.69 36.50 9.41 18:28:54 18:12:03 3 31.10 0.00 10.35 12.31 38.72 7.52 18:28:54 18:13:01 all 35.05 0.00 11.08 7.82 32.28 13.76 18:28:54 18:13:01 0 34.91 0.00 9.99 7.38 32.69 15.03 18:28:54 18:13:01 1 38.79 0.00 11.53 8.70 31.37 9.61 18:28:54 18:13:01 2 34.43 0.00 11.26 7.28 30.39 16.64 18:28:54 18:13:01 3 32.34 0.00 11.58 8.02 34.67 13.38 18:28:54 18:14:07 all 7.62 0.00 7.81 10.78 41.38 32.41 18:28:54 18:14:07 0 7.27 0.00 6.81 9.31 42.22 34.38 18:28:54 18:14:07 1 8.00 0.00 7.29 9.65 41.20 33.86 18:28:54 18:14:07 2 7.15 0.00 8.38 12.28 41.10 31.08 18:28:54 18:14:07 3 8.08 0.00 8.82 11.95 40.96 30.20 18:28:54 18:15:08 all 4.58 0.00 6.87 30.85 29.72 27.98 18:28:54 18:15:08 0 4.42 0.00 6.52 31.47 30.20 27.39 18:28:54 18:15:08 1 4.64 0.00 7.31 31.53 30.01 26.50 18:28:54 18:15:08 2 4.72 0.00 6.89 30.47 28.85 29.08 18:28:54 18:15:08 3 4.53 0.00 6.78 29.92 29.84 28.92 18:28:54 18:16:02 all 7.54 0.00 4.81 23.21 38.92 25.52 18:28:54 18:16:02 0 6.76 0.00 4.61 23.01 39.09 26.54 18:28:54 18:16:02 1 7.11 0.00 4.82 21.68 39.09 27.30 18:28:54 18:16:02 2 8.26 0.00 5.01 23.28 38.21 25.24 18:28:54 18:16:02 3 8.08 0.00 4.79 24.89 39.29 22.96 18:28:54 18:17:02 all 48.27 0.00 12.39 3.72 30.56 5.06 18:28:54 18:17:02 0 50.75 0.00 11.67 3.07 28.90 5.61 18:28:54 18:17:02 1 49.46 0.00 13.59 4.25 28.23 4.47 18:28:54 18:17:02 2 48.02 0.00 12.01 3.98 31.22 4.76 18:28:54 18:17:02 3 44.70 0.00 12.20 3.51 34.14 5.45 18:28:54 18:18:01 all 9.44 0.00 10.12 8.65 32.15 39.64 18:28:54 18:18:01 0 10.45 0.00 9.66 9.97 33.04 36.88 18:28:54 18:18:01 1 9.31 0.00 9.44 7.24 31.77 42.25 18:28:54 18:18:01 2 9.09 0.00 11.28 9.68 31.13 38.82 18:28:54 18:18:01 3 8.94 0.00 10.11 7.77 32.65 40.52 18:28:54 18:19:01 all 4.39 0.00 3.38 2.95 12.89 76.39 18:28:54 18:19:01 0 7.88 0.00 4.14 2.85 13.09 72.05 18:28:54 18:19:01 1 3.62 0.00 3.80 4.97 12.90 74.71 18:28:54 18:19:01 2 2.18 0.00 2.26 1.76 13.72 80.08 18:28:54 18:19:01 3 4.02 0.00 3.37 2.23 11.80 78.58 18:28:54 18:28:54 18:19:01 CPU %user %nice %system %iowait %steal %idle 18:28:54 18:20:01 all 0.11 0.00 0.12 0.02 1.18 98.57 18:28:54 18:20:01 0 0.05 0.00 0.10 0.03 1.01 98.81 18:28:54 18:20:01 1 0.05 0.00 0.12 0.00 1.37 98.47 18:28:54 18:20:01 2 0.05 0.00 0.16 0.05 1.27 98.47 18:28:54 18:20:01 3 0.30 0.00 0.08 0.02 1.08 98.53 18:28:54 18:21:02 all 0.06 1.39 7.07 4.82 26.41 60.27 18:28:54 18:21:02 0 0.07 1.17 6.16 2.42 26.10 64.09 18:28:54 18:21:02 1 0.05 1.31 7.05 5.16 27.10 59.33 18:28:54 18:21:02 2 0.03 1.70 8.18 6.61 26.77 56.71 18:28:54 18:21:02 3 0.10 1.37 6.87 5.06 25.64 60.96 18:28:54 18:22:01 all 0.05 0.67 4.33 2.78 17.96 74.20 18:28:54 18:22:01 0 0.01 0.61 3.88 2.31 17.64 75.54 18:28:54 18:22:01 1 0.07 0.69 4.69 2.00 17.69 74.85 18:28:54 18:22:01 2 0.09 0.75 4.29 4.17 18.60 72.10 18:28:54 18:22:01 3 0.01 0.65 4.46 2.65 17.91 74.32 18:28:54 18:23:01 all 0.05 0.00 0.05 0.00 2.13 97.76 18:28:54 18:23:01 0 0.02 0.00 0.05 0.00 1.93 98.00 18:28:54 18:23:01 1 0.10 0.00 0.07 0.00 2.21 97.63 18:28:54 18:23:01 2 0.08 0.00 0.03 0.02 3.61 96.26 18:28:54 18:23:01 3 0.02 0.00 0.07 0.00 0.75 99.17 18:28:54 18:24:01 all 0.07 0.00 0.03 0.01 1.01 98.88 18:28:54 18:24:01 0 0.02 0.00 0.02 0.00 0.53 99.44 18:28:54 18:24:01 1 0.20 0.00 0.03 0.00 0.93 98.84 18:28:54 18:24:01 2 0.07 0.00 0.07 0.03 2.11 97.72 18:28:54 18:24:01 3 0.00 0.00 0.02 0.00 0.45 99.54 18:28:54 18:25:01 all 0.17 0.00 0.03 0.01 0.75 99.04 18:28:54 18:25:01 0 0.40 0.00 0.05 0.00 0.45 99.10 18:28:54 18:25:01 1 0.02 0.00 0.02 0.00 0.33 99.63 18:28:54 18:25:01 2 0.23 0.00 0.05 0.05 1.95 97.72 18:28:54 18:25:01 3 0.02 0.00 0.02 0.00 0.25 99.72 18:28:54 18:26:01 all 0.07 0.00 0.05 0.01 0.23 99.64 18:28:54 18:26:01 0 0.03 0.00 0.02 0.03 0.15 99.77 18:28:54 18:26:01 1 0.03 0.00 0.05 0.02 0.56 99.34 18:28:54 18:26:01 2 0.20 0.00 0.08 0.00 0.12 99.60 18:28:54 18:26:01 3 0.02 0.00 0.03 0.00 0.08 99.87 18:28:54 18:27:01 all 0.16 0.00 0.02 0.03 0.90 98.90 18:28:54 18:27:01 0 0.12 0.00 0.03 0.08 0.65 99.12 18:28:54 18:27:01 1 0.30 0.00 0.02 0.00 1.14 98.54 18:28:54 18:27:01 2 0.21 0.00 0.02 0.03 1.53 98.21 18:28:54 18:27:01 3 0.00 0.00 0.02 0.00 0.27 99.72 18:28:54 18:28:01 all 1.80 0.00 1.27 2.12 5.04 89.77 18:28:54 18:28:01 0 1.10 0.00 0.74 1.09 5.90 91.18 18:28:54 18:28:01 1 2.20 0.00 1.78 0.94 5.08 90.00 18:28:54 18:28:01 2 1.26 0.00 1.02 2.09 4.64 90.99 18:28:54 18:28:01 3 2.66 0.00 1.55 4.39 4.53 86.87 18:28:54 Average: all 10.17 0.08 6.20 7.17 25.62 50.76 18:28:54 Average: 0 10.03 0.06 6.08 6.99 25.97 50.88 18:28:54 Average: 1 9.96 0.07 5.99 7.12 25.77 51.09 18:28:54 Average: 2 10.63 0.09 6.37 7.33 25.32 50.26 18:28:54 Average: 3 10.07 0.07 6.37 7.25 25.43 50.80 18:28:54 18:28:54 18:28:54