Branch indexing 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 5c6281c33c47276eacdbb13638039abd0291140c+dd4b8fe188861d65d0d5afbafd149fd221a40ee4 (f08a11cb0f108f7f02df506cfefcf0facb1b6819) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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-27750 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c Merge succeeded, producing a761b7bc34fc8695db9772a9dd3aa523de0404ff Checking out Revision a761b7bc34fc8695db9772a9dd3aa523de0404ff (PR-3192) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # 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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a761b7bc34fc8695db9772a9dd3aa523de0404ff # timeout=10 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:57 ========================================================= 00:31:57 EdgeX Global Pipelines Version Info 00:31:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:01 ------------------- 00:32:01 stable info: 00:32:01 ------------------- 00:32:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:01 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 00:32:01 Message: update stable to v1.0.182 00:32:02 ------------------- 00:32:02 experimental info: 00:32:02 ------------------- 00:32:02 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:02 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 00:32:02 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a761b7bc34fc8695db9772a9dd3aa523de0404ff [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a761b7b [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:05 provisioning config files... 00:32:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config207672119080909345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:05 ---> docker-login.sh 00:32:05 nexus3.edgexfoundry.org:10001 00:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 nexus3.edgexfoundry.org:10002 00:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:09 Configure a credential helper to remove this warning. See 00:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:09 00:32:09 Login Succeeded 00:32:09 nexus3.edgexfoundry.org:10003 00:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:11 Configure a credential helper to remove this warning. See 00:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:11 00:32:11 Login Succeeded 00:32:11 nexus3.edgexfoundry.org:10004 00:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:11 Configure a credential helper to remove this warning. See 00:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:11 00:32:11 Login Succeeded 00:32:11 docker.io 00:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:12 Configure a credential helper to remove this warning. See 00:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:12 00:32:12 Login Succeeded 00:32:12 ---> docker-login.sh ends [Pipeline] } 00:32:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:13 ++ 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 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/core-command/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo core-command,cmd/core-command/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ cut -d/ -f2 00:32:13 ++ dirname cmd/core-data/Dockerfile 00:32:13 + echo core-data,cmd/core-data/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/core-metadata/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/support-notifications/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ cut -d/ -f2 00:32:13 ++ dirname cmd/support-scheduler/Dockerfile 00:32:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:13 + for file in '`ls cmd/**/Dockerfile`' 00:32:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:13 ++ cut -d/ -f2 00:32:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:13 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 00:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:14 00:32:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:15 latest: Pulling from edgex-devops/git-semver 00:32:15 31603596830f: Pulling fs layer 00:32:15 2a8b12db71e7: Pulling fs layer 00:32:15 6ca5941a6612: Pulling fs layer 00:32:15 ecc8261a40a4: Pulling fs layer 00:32:15 ecc8261a40a4: Waiting 00:32:15 2a8b12db71e7: Verifying Checksum 00:32:15 2a8b12db71e7: Download complete 00:32:16 31603596830f: Verifying Checksum 00:32:16 31603596830f: Download complete 00:32:16 ecc8261a40a4: Verifying Checksum 00:32:16 ecc8261a40a4: Download complete 00:32:16 6ca5941a6612: Verifying Checksum 00:32:16 6ca5941a6612: Download complete 00:32:17 31603596830f: Pull complete 00:32:17 2a8b12db71e7: Pull complete 00:32:20 6ca5941a6612: Pull complete 00:32:20 ecc8261a40a4: Pull complete 00:32:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:21 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 00:32:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:23 $ docker top cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:24 [ssh-agent] Looking for ssh-agent implementation... 00:32:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:25 $ docker exec cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent 00:32:26 SSH_AUTH_SOCK=/tmp/ssh-bJKzSlGxQ6Zr/agent.12 00:32:26 SSH_AGENT_PID=17 00:32:26 Running ssh-add (command line suppressed) 00:32:26 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1473573853902179985.key (/w/workspace/edgex-go/4@tmp/private_key_1473573853902179985.key) 00:32:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:27 + git tag --points-at HEAD [Pipeline] } 00:32:27 $ docker exec --env ******** --env ******** cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent -k 00:32:27 unset SSH_AUTH_SOCK; 00:32:27 unset SSH_AGENT_PID; 00:32:27 echo Agent pid 17 killed; 00:32:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:28 [ssh-agent] Looking for ssh-agent implementation... 00:32:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:28 $ docker exec cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent 00:32:28 SSH_AUTH_SOCK=/tmp/ssh-pNc3IFb6OItZ/agent.46 00:32:28 SSH_AGENT_PID=51 00:32:28 Running ssh-add (command line suppressed) 00:32:29 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8034848473972154867.key (/w/workspace/edgex-go/4@tmp/private_key_8034848473972154867.key) 00:32:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:30 + git semver init 00:32:30 # -> Open(): unable to determine branch for HEAD 00:32:30 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:32:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:32:30 # $SEMVER_REMOTE_NAME = origin 00:32:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:30 # $SEMVER_USER_NAME = edgex-jenkins 00:32:30 # $SEMVER_BRANCH = PR-3192 00:32:30 # $SEMVER_TEMP = /tmp/semver-160437247 00:32:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:30 # '/tmp/semver-160437247' -> '/w/workspace/edgex-go/4/.semver' 00:33:30 # -> Force: false 00:33:30 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:33:30 $ docker exec --env ******** --env ******** cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent -k 00:33:32 unset SSH_AUTH_SOCK; 00:33:32 unset SSH_AGENT_PID; 00:33:32 echo Agent pid 51 killed; 00:33:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:33 + git semver [Pipeline] } 00:33:33 $ docker stop --time=1 cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac 00:33:35 $ docker rm -f cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac [Pipeline] // withDockerContainer [Pipeline] sh 00:33:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:38 Stashed 1 file(s) [Pipeline] echo 00:33:38 [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 00:33:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:40 + sudo service docker restart 00:33:40 + true 00:33:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:43 ========================================================= 00:33:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:43 + 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 . 00:33:53 Still waiting to schedule task 00:33:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:54 Sending build context to Docker daemon 328.1MB 00:33:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:54 Step 2/6 : FROM ${BASE} 00:33:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:54 188c0c94c7c5: Pulling fs layer 00:33:54 0ef7d3d256c8: Pulling fs layer 00:33:54 de9db76c5a1d: Pulling fs layer 00:33:54 bca2f99d35d6: Pulling fs layer 00:33:54 93359f2a8cfa: Pulling fs layer 00:33:54 7c6f9722023f: Pulling fs layer 00:33:54 a35cf1a2eb13: Pulling fs layer 00:33:54 93359f2a8cfa: Waiting 00:33:54 7c6f9722023f: Waiting 00:33:54 a35cf1a2eb13: Waiting 00:33:54 bca2f99d35d6: Waiting 00:33:54 de9db76c5a1d: Verifying Checksum 00:33:54 de9db76c5a1d: Download complete 00:33:54 0ef7d3d256c8: Verifying Checksum 00:33:54 0ef7d3d256c8: Download complete 00:33:54 93359f2a8cfa: Verifying Checksum 00:33:54 93359f2a8cfa: Download complete 00:33:54 7c6f9722023f: Verifying Checksum 00:33:54 7c6f9722023f: Download complete 00:33:54 188c0c94c7c5: Download complete 00:33:55 188c0c94c7c5: Pull complete 00:33:56 0ef7d3d256c8: Pull complete 00:33:56 de9db76c5a1d: Pull complete 00:34:01 a35cf1a2eb13: Verifying Checksum 00:34:01 a35cf1a2eb13: Download complete 00:34:07 bca2f99d35d6: Verifying Checksum 00:34:07 bca2f99d35d6: Download complete 00:34:23 bca2f99d35d6: Pull complete 00:34:23 93359f2a8cfa: Pull complete 00:34:26 7c6f9722023f: Pull complete 00:34:33 a35cf1a2eb13: Pull complete 00:34:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:33 ---> a62c8e92a672 00:34:33 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 00:34:33 ---> Running in ebaad26b30a5 00:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:36 (1/12) Installing libmagic (5.38-r0) 00:34:36 (2/12) Installing file (5.38-r0) 00:34:37 (3/12) Installing libc-dev (0.7.2-r3) 00:34:37 (4/12) Installing g++ (9.3.0-r2) 00:34:43 (5/12) Installing fortify-headers (1.1-r0) 00:34:43 (6/12) Installing patch (2.7.6-r6) 00:34:43 (7/12) Installing build-base (0.5-r2) 00:34:43 (8/12) Installing libsodium (1.0.18-r0) 00:34:43 (9/12) Installing pkgconf (1.7.2-r0) 00:34:43 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:43 (11/12) Installing libzmq (4.3.3-r0) 00:34:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:44 Executing busybox-1.31.1-r19.trigger 00:34:44 OK: 233 MiB in 51 packages 00:34:51 Removing intermediate container ebaad26b30a5 00:34:51 ---> 5963b48e853a 00:34:51 Step 4/6 : WORKDIR /edgex-go 00:34:52 ---> Running in 26f6ea257471 00:34:53 Removing intermediate container 26f6ea257471 00:34:53 ---> c8715674a551 00:34:53 Step 5/6 : COPY go.mod . 00:34:54 ---> e5941d46797e 00:34:54 Step 6/6 : RUN go mod download 00:34:54 ---> Running in d8030d1cbe24 00:35:43 Removing intermediate container d8030d1cbe24 00:35:43 ---> 1e83f59c5e05 00:35:43 Successfully built 1e83f59c5e05 00:35:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:43 + docker inspect -f . ci-base-image-x86_64 00:35:44 . [Pipeline] withDockerContainer 00:35:44 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 00:35:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:47 $ docker top dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:51 + go version 00:35:51 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:51 $ docker stop --time=1 dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea 00:35:54 $ docker rm -f dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:56 + docker inspect -f . ci-base-image-x86_64 00:35:56 . [Pipeline] withDockerContainer 00:35:57 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 00:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:02 $ docker top 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:03 ========================================================= 00:36:03 [edgeXBuildGoParallel] Running Tests and Build... 00:36:03 ========================================================= [Pipeline] sh 00:36:04 + make test 00:36:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27756 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 00:36:43 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:36:48 using credential edgex-jenkins-ssh 00:36:48 Cloning the remote Git repository 00:36:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:48 > git init /w/workspace/edgex-go/4 # timeout=10 00:36:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:48 > git --version # timeout=10 00:36:48 > git --version # 'git version 2.17.1' 00:36:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:04 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c 00:37:05 Merge succeeded, producing ec5642183dd2629abdfff97817e0d71d4872ee6f 00:37:05 Checking out Revision ec5642183dd2629abdfff97817e0d71d4872ee6f (PR-3192) 00:37:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:04 > git config core.sparsecheckout # timeout=10 00:37:04 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 00:37:04 > git remote # timeout=10 00:37:04 > git config --get remote.origin.url # timeout=10 00:37:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:05 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 00:37:05 > git rev-parse HEAD^{commit} # timeout=10 00:37:05 > git config core.sparsecheckout # timeout=10 00:37:05 > git checkout -f ec5642183dd2629abdfff97817e0d71d4872ee6f # timeout=10 00:37:09 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 00:37:09 > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:12 + true 00:37:12 + sudo service docker restart 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:14 provisioning config files... 00:37:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1756483135060409212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:14 ---> docker-login.sh 00:37:14 nexus3.edgexfoundry.org:10001 00:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:15 Configure a credential helper to remove this warning. See 00:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:15 00:37:15 Login Succeeded 00:37:15 nexus3.edgexfoundry.org:10002 00:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:16 Configure a credential helper to remove this warning. See 00:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:16 00:37:16 Login Succeeded 00:37:16 nexus3.edgexfoundry.org:10003 00:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:16 Configure a credential helper to remove this warning. See 00:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:16 00:37:16 Login Succeeded 00:37:16 nexus3.edgexfoundry.org:10004 00:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:17 Configure a credential helper to remove this warning. See 00:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:17 00:37:17 Login Succeeded 00:37:17 docker.io 00:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:17 Configure a credential helper to remove this warning. See 00:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:17 00:37:17 Login Succeeded 00:37:17 ---> docker-login.sh ends [Pipeline] } 00:37:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:18 ========================================================= 00:37:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:18 + 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 . 00:37:21 Sending build context to Docker daemon 166.4MB 00:37:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:21 Step 2/6 : FROM ${BASE} 00:37:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:21 5f621e34cdf4: Pulling fs layer 00:37:21 a4357932f1b6: Pulling fs layer 00:37:21 18c013af1878: Pulling fs layer 00:37:21 00ac8860ef70: Pulling fs layer 00:37:21 63d7cb157983: Pulling fs layer 00:37:21 b116817d02f9: Pulling fs layer 00:37:21 745a02a5169b: Pulling fs layer 00:37:21 63d7cb157983: Waiting 00:37:21 b116817d02f9: Waiting 00:37:21 745a02a5169b: Waiting 00:37:21 00ac8860ef70: Waiting 00:37:21 18c013af1878: Download complete 00:37:21 a4357932f1b6: Verifying Checksum 00:37:21 a4357932f1b6: Download complete 00:37:21 63d7cb157983: Verifying Checksum 00:37:21 63d7cb157983: Download complete 00:37:21 b116817d02f9: Verifying Checksum 00:37:21 b116817d02f9: Download complete 00:37:21 5f621e34cdf4: Verifying Checksum 00:37:21 5f621e34cdf4: Download complete 00:37:21 5f621e34cdf4: Pull complete 00:37:22 a4357932f1b6: Pull complete 00:37:23 18c013af1878: Pull complete 00:37:24 745a02a5169b: Verifying Checksum 00:37:24 745a02a5169b: Download complete 00:37:24 00ac8860ef70: Verifying Checksum 00:37:24 00ac8860ef70: Download complete 00:37:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:37 00ac8860ef70: Pull complete 00:37:37 63d7cb157983: Pull complete 00:37:37 b116817d02f9: Pull complete 00:37:38 745a02a5169b: Pull complete 00:37:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:38 ---> b7e6874047d6 00:37:38 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 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:42 ---> Running in c623098fb40f 00:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:44 (1/12) Installing libmagic (5.38-r0) 00:37:44 (2/12) Installing file (5.38-r0) 00:37:45 (3/12) Installing libc-dev (0.7.2-r3) 00:37:45 (4/12) Installing g++ (9.3.0-r2) 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:50 (5/12) Installing fortify-headers (1.1-r0) 00:37:50 (6/12) Installing patch (2.7.6-r6) 00:37:50 (7/12) Installing build-base (0.5-r2) 00:37:50 (8/12) Installing libsodium (1.0.18-r0) 00:37:50 (9/12) Installing pkgconf (1.7.2-r0) 00:37:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:50 (11/12) Installing libzmq (4.3.3-r0) 00:37:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:50 Executing busybox-1.31.1-r19.trigger 00:37:50 OK: 217 MiB in 51 packages 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 1.398s coverage: 45.9% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements 00:37:54 Removing intermediate container c623098fb40f 00:37:54 ---> c352c2f17699 00:37:54 Step 4/6 : WORKDIR /edgex-go 00:37:54 ---> Running in e2127928d2ad 00:37:55 Removing intermediate container e2127928d2ad 00:37:55 ---> 53f0d0c31257 00:37:55 Step 5/6 : COPY go.mod . 00:37:55 ---> dc68852339bc 00:37:55 Step 6/6 : RUN go mod download 00:37:56 ---> Running in b08d4f80ef02 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.1% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.660s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.432s coverage: 65.8% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.462s coverage: 82.3% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.418s coverage: 28.6% of statements 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.610s coverage: 100.0% of statements 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 00:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:22 Removing intermediate container b08d4f80ef02 00:38:22 ---> 32866d6e3fb4 00:38:22 Successfully built 32866d6e3fb4 00:38:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:23 + docker inspect -f . ci-base-image-arm64 00:38:23 . [Pipeline] withDockerContainer 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.797s coverage: 92.8% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.097s coverage: 58.8% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.116s coverage: 45.5% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 79.5% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 00:38:23 prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container 00:38:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:25 $ docker top e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:26 + go version 00:38:26 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:26 $ docker stop --time=1 e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 00:38:28 $ docker rm -f e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:29 + docker inspect -f . ci-base-image-arm64 00:38:29 . [Pipeline] withDockerContainer 00:38:29 prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container 00:38:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:30 $ docker top ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:31 ========================================================= 00:38:31 [edgeXBuildGoParallel] Running Tests and Build... 00:38:31 ========================================================= [Pipeline] sh 00:38:31 + make test 00:38:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.185s coverage: 94.4% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.793s coverage: 92.9% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.112s coverage: 77.8% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.565s coverage: 87.2% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.216s coverage: 87.2% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.264s coverage: 84.6% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.182s coverage: 91.6% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.394s coverage: 62.4% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.204s coverage: 91.3% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.135s coverage: 100.0% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.154s coverage: 73.7% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.077s coverage: 68.9% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.582s coverage: 38.4% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.188s coverage: 89.5% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.996s coverage: 47.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 89.4% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.252s coverage: 29.1% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.133s coverage: 92.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.223s coverage: 0.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.206s coverage: 32.1% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.457s coverage: 100.0% of statements 00:39:05 GO111MODULE=on go vet ./... 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 45.9% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.266s coverage: 100.0% of statements 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.3% of statements 00:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.221s coverage: 28.6% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.216s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 00:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:29 gofmt -l . 00:40:29 [ "`gofmt -l .`" = "" ] 00:40:29 ./bin/test-go-mod-tidy.sh 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.272s coverage: 86.7% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:30 ./bin/test-attribution-txt.sh 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh 00:40:33 + ls -al . 00:40:33 total 712 00:40:33 drwxrwxr-x 10 1001 1001 4096 Feb 26 00:40 . 00:40:33 drwxr-xr-x 4 root root 28 Feb 26 00:36 .. 00:40:33 -rw-rw-r-- 1 1001 1001 11 Feb 26 00:31 .dockerignore 00:40:33 drwxrwxr-x 8 1001 1001 179 Feb 26 00:31 .git 00:40:33 drwxrwxr-x 3 1001 1001 125 Feb 26 00:31 .github 00:40:33 -rw-rw-r-- 1 1001 1001 818 Feb 26 00:31 .gitignore 00:40:33 drwx------ 3 1001 1001 60 Feb 26 00:33 .semver 00:40:33 -rw-rw-r-- 1 1001 1001 166 Feb 26 00:31 .sonarcloud.properties 00:40:33 -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:31 Attribution.txt 00:40:33 -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:31 CONTRIBUTING.md 00:40:33 -rw-rw-r-- 1 1001 1001 931 Feb 26 00:31 Dockerfile.build 00:40:33 -rw-rw-r-- 1 1001 1001 863 Feb 26 00:31 Jenkinsfile 00:40:33 -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:31 LICENSE 00:40:33 -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:31 Makefile 00:40:33 -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:31 README.md 00:40:33 -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:31 SECURITY.md 00:40:33 -rw-rw-r-- 1 1001 1001 5 Feb 26 00:33 VERSION 00:40:33 -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:31 ZMQWindows.md 00:40:33 drwxrwxr-x 2 1001 1001 117 Feb 26 00:31 bin 00:40:33 drwxrwxr-x 14 1001 1001 4096 Feb 26 00:31 cmd 00:40:33 -rw-r--r-- 1 root root 599431 Feb 26 00:39 coverage.out 00:40:33 -rw-r--r-- 1 root root 1055 Feb 26 00:40 go.mod 00:40:33 -rw-r--r-- 1 root root 21699 Feb 26 00:40 go.sum 00:40:33 drwxrwxr-x 8 1001 1001 127 Feb 26 00:31 internal 00:40:33 drwxrwxr-x 4 1001 1001 26 Feb 26 00:31 openapi 00:40:33 drwxrwxr-x 4 1001 1001 71 Feb 26 00:31 snap 00:40:33 -rw-rw-r-- 1 1001 1001 168 Feb 26 00:31 version.go [Pipeline] sh 00:40:35 + '[' -e coverage.out ] 00:40:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:36 Stashed 1 file(s) [Pipeline] sh 00:40:37 + make build 00:40:37 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 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.277s coverage: 92.8% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 45.5% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.096s coverage: 79.5% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.136s coverage: 96.3% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:40:48 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 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.114s coverage: 87.2% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.6% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.698s coverage: 68.9% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 38.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.473s coverage: 47.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.349s coverage: 89.4% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:16 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 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.171s coverage: 29.1% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 92.9% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:24 GO111MODULE=on go vet ./... 00:41:26 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 00:41:35 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 00:41:38 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 00:41:47 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 00:41: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 00:41:54 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 00:42: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 00:42:05 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 00:42: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 [Pipeline] } 00:42:19 $ docker stop --time=1 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 00:42:23 $ docker rm -f 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:27 00:42:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:42:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:28 latest: Pulling from edgex-devops/edgex-compose 00:42:28 cbdbe7a5bc2a: Pulling fs layer 00:42:28 ca9280d653b3: Pulling fs layer 00:42:28 7e9c9ca2126c: Pulling fs layer 00:42:29 cbdbe7a5bc2a: Verifying Checksum 00:42:29 cbdbe7a5bc2a: Download complete 00:42:31 cbdbe7a5bc2a: Pull complete 00:42:33 ca9280d653b3: Verifying Checksum 00:42:33 ca9280d653b3: Download complete 00:42:37 ca9280d653b3: Pull complete 00:42:38 7e9c9ca2126c: Verifying Checksum 00:42:38 7e9c9ca2126c: Download complete 00:42:46 gofmt -l . 00:42:46 [ "`gofmt -l .`" = "" ] 00:42:46 ./bin/test-go-mod-tidy.sh 00:42:46 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:46 + ls -al . 00:42:46 total 740 00:42:46 drwxrwxr-x 9 1001 1001 4096 Feb 26 00:42 . 00:42:46 drwxr-xr-x 4 root root 4096 Feb 26 00:38 .. 00:42:46 -rw-rw-r-- 1 1001 1001 11 Feb 26 00:37 .dockerignore 00:42:46 drwxrwxr-x 8 1001 1001 4096 Feb 26 00:37 .git 00:42:46 drwxrwxr-x 3 1001 1001 4096 Feb 26 00:37 .github 00:42:46 -rw-rw-r-- 1 1001 1001 818 Feb 26 00:37 .gitignore 00:42:46 -rw-rw-r-- 1 1001 1001 166 Feb 26 00:37 .sonarcloud.properties 00:42:46 -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:37 Attribution.txt 00:42:46 -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:37 CONTRIBUTING.md 00:42:46 -rw-rw-r-- 1 1001 1001 931 Feb 26 00:37 Dockerfile.build 00:42:46 -rw-rw-r-- 1 1001 1001 863 Feb 26 00:37 Jenkinsfile 00:42:46 -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:37 LICENSE 00:42:46 -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:37 Makefile 00:42:46 -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:37 README.md 00:42:46 -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:37 SECURITY.md 00:42:46 -rw-rw-r-- 1 1001 1001 5 Feb 26 00:33 VERSION 00:42:46 -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:37 ZMQWindows.md 00:42:46 drwxrwxr-x 2 1001 1001 4096 Feb 26 00:37 bin 00:42:46 drwxrwxr-x 14 1001 1001 4096 Feb 26 00:37 cmd 00:42:46 -rw-r--r-- 1 root root 599431 Feb 26 00:41 coverage.out 00:42:46 -rw-r--r-- 1 root root 1055 Feb 26 00:42 go.mod 00:42:46 -rw-r--r-- 1 root root 21699 Feb 26 00:42 go.sum 00:42:46 drwxrwxr-x 8 1001 1001 4096 Feb 26 00:37 internal 00:42:46 drwxrwxr-x 4 1001 1001 4096 Feb 26 00:37 openapi 00:42:46 drwxrwxr-x 4 1001 1001 4096 Feb 26 00:37 snap 00:42:46 -rw-rw-r-- 1 1001 1001 168 Feb 26 00:37 version.go [Pipeline] sh 00:42:47 + '[' -e coverage.out ] 00:42:47 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:47 Warning: overwriting stash ‘coverage-report’ 00:42:48 Stashed 1 file(s) [Pipeline] sh 00:42:49 + make build 00:42:49 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 00:42:57 7e9c9ca2126c: Pull complete 00:42:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:42:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:42:57 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 00:42:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:42:59 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 00:43:03 $ docker top c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:04 + docker-compose build --help 00:43:04 + grep parallel 00:43:06 --parallel Build images in parallel. [Pipeline] } 00:43:06 $ docker stop --time=1 c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 00:43:10 $ docker rm -f c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:11 . [Pipeline] withDockerContainer 00:43:12 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 00:43:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:43:13 $ docker top 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:17 Building docker-core-command-go ... 00:43:17 Building docker-core-data-go ... 00:43:17 Building docker-core-metadata-go ... 00:43:17 Building docker-security-bootstrapper-go ... 00:43:17 Building docker-security-proxy-setup-go ... 00:43:17 Building docker-security-secretstore-setup-go ... 00:43:17 Building docker-support-notifications-go ... 00:43:17 Building docker-support-scheduler-go ... 00:43:17 Building docker-sys-mgmt-agent-go ... 00:43:17 Building docker-support-scheduler-go 00:43:17 Building docker-core-command-go 00:43:18 Building docker-security-bootstrapper-go 00:43:18 Building docker-core-metadata-go 00:43:18 Building docker-support-notifications-go 00:43:26 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 00:43:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:33 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 00:43:34 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 00:43:40 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 00:43:44 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 00:43:48 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 00:43:52 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 00:43:55 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 00:44:00 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] } 00:44:06 $ docker stop --time=1 ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 00:44:09 $ docker rm -f ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:11 00:44:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:12 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:12 29e5d40040c1: Pulling fs layer 00:44:12 1ce36da41761: Pulling fs layer 00:44:12 25b303627fd3: Pulling fs layer 00:44:12 29e5d40040c1: Verifying Checksum 00:44:12 29e5d40040c1: Download complete 00:44:12 29e5d40040c1: Pull complete 00:44:12 1ce36da41761: Verifying Checksum 00:44:12 1ce36da41761: Download complete 00:44:13 1ce36da41761: Pull complete 00:44:14 25b303627fd3: Verifying Checksum 00:44:14 25b303627fd3: Download complete 00:44:24 25b303627fd3: Pull complete 00:44:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:24 prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container 00:44:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:28 $ docker top 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:29 + grep parallel 00:44:29 + docker-compose build --help 00:44:32 --parallel Build images in parallel. [Pipeline] } 00:44:32 $ docker stop --time=1 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 00:44:34 $ docker rm -f 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:35 . [Pipeline] withDockerContainer 00:44:35 prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container 00:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:37 $ docker top 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:38 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:42 Building docker-core-command-go ... 00:44:42 Building docker-core-data-go ... 00:44:42 Building docker-core-metadata-go ... 00:44:42 Building docker-security-bootstrapper-go ... 00:44:42 Building docker-security-proxy-setup-go ... 00:44:42 Building docker-security-secretstore-setup-go ... 00:44:42 Building docker-support-notifications-go ... 00:44:42 Building docker-support-scheduler-go ... 00:44:42 Building docker-sys-mgmt-agent-go ... 00:44:42 Building docker-security-bootstrapper-go 00:44:42 Building docker-core-command-go 00:44:42 Building docker-support-notifications-go 00:44:42 Building docker-support-scheduler-go 00:44:42 Building docker-core-metadata-go 00:44:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:42 ---> 1e83f59c5e05 00:44:42 Step 3/23 : WORKDIR /edgex-go 00:44:42 ---> 1e83f59c5e05 00:44:42 Step 3/22 : WORKDIR /edgex-go 00:44:42 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:42 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:44:42 ---> 1e83f59c5e05 00:44:42 Step 3/30 : WORKDIR /edgex-go 00:44:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:42 ---> 1e83f59c5e05 00:44:42 Step 3/23 : WORKDIR /edgex-go 00:44:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:42 ---> 1e83f59c5e05 00:44:42 Step 3/22 : WORKDIR /edgex-go 00:44:42 ---> Running in c52d5deec0cf 00:44:42 ---> Running in a3074920d6c3 00:44:42 ---> Running in 1ecf824c28eb 00:44:42 ---> Running in 751b5c5b7d33 00:44:42 ---> Running in dc2a2589332f 00:44:42 Removing intermediate container c52d5deec0cf 00:44:42 ---> 2f5c8dd2b9d2 00:44:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 Removing intermediate container 751b5c5b7d33 00:44:42 ---> bd7eeb4bad51 00:44:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 Removing intermediate container a3074920d6c3 00:44:42 ---> b78e512e34cc 00:44:42 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 Removing intermediate container 1ecf824c28eb 00:44:42 ---> 5d01f750d8f4 00:44:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 Removing intermediate container dc2a2589332f 00:44:42 ---> df26c20f0042 00:44:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:42 ---> Running in 8ac950778c2a 00:44:42 ---> Running in 54a03b899eb1 00:44:42 ---> Running in 7af0515a6144 00:44:42 ---> Running in 1a48e8fd80ab 00:44:42 ---> Running in 0e189bba9bf8 00:44:42 Removing intermediate container 54a03b899eb1 00:44:42 ---> ea4561967867 00:44:42 Step 5/23 : RUN apk add --update --no-cache make git 00:44:42 Removing intermediate container 7af0515a6144 00:44:42 ---> ba78a041ee93 00:44:42 Step 5/30 : RUN apk add --update --no-cache make git 00:44:42 ---> Running in 37ca0fd07385 00:44:42 Removing intermediate container 8ac950778c2a 00:44:42 ---> 8bedb3e47184 00:44:42 Step 5/22 : RUN apk add --update --no-cache make git 00:44:42 Removing intermediate container 1a48e8fd80ab 00:44:42 ---> b3dba5e614a6 00:44:42 Step 5/23 : RUN apk add --update --no-cache make git 00:44:42 ---> Running in e1e555c96513 00:44:42 ---> Running in e8a40b690689 00:44:42 Removing intermediate container 0e189bba9bf8 00:44:42 ---> d40e704a3b73 00:44:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:42 ---> Running in e23318d5dace 00:44:42 ---> Running in 9fa77b48f757 00:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:45 OK: 233 MiB in 51 packages 00:44:45 OK: 233 MiB in 51 packages 00:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:47 OK: 233 MiB in 51 packages 00:44:47 OK: 233 MiB in 51 packages 00:44:47 Removing intermediate container 37ca0fd07385 00:44:47 ---> 9f1cc6284791 00:44:47 Step 6/23 : COPY go.mod . 00:44:47 OK: 233 MiB in 51 packages 00:44:48 Removing intermediate container e1e555c96513 00:44:48 ---> d3a3315ce0b3 00:44:48 Step 6/30 : COPY go.mod . 00:44:48 ---> 1bd38d9b049a 00:44:48 Step 7/23 : RUN go mod download 00:44:48 ---> Running in 8b9557284a82 00:44:49 ---> b929ad00209f 00:44:49 Step 7/30 : RUN go mod download 00:44:49 Removing intermediate container 9fa77b48f757 00:44:49 ---> 7c30f028fc6c 00:44:49 Step 6/22 : COPY go.mod . 00:44:49 Removing intermediate container e8a40b690689 00:44:49 ---> 05cf97fbc6df 00:44:49 Step 6/22 : COPY go.mod . 00:44:49 ---> Running in da50b929caba 00:44:50 Removing intermediate container e23318d5dace 00:44:50 ---> 4938b0a0c1ce 00:44:50 Step 6/23 : COPY go.mod . 00:44:50 ---> 31b865763083 00:44:50 Step 7/22 : RUN go mod download 00:44:51 ---> Running in adc55c921998 00:44:51 ---> 0a1f0f4e5975 00:44:51 Step 7/22 : RUN go mod download 00:44:51 ---> 59887e0bddb7 00:44:51 Step 7/23 : RUN go mod download 00:44:52 ---> Running in 028d95c213fc 00:44:52 ---> Running in 139b17d7281e 00:45:01 Removing intermediate container 8b9557284a82 00:45:01 ---> d7d6dc72146a 00:45:01 Step 8/23 : COPY . . 00:45:01 Removing intermediate container 028d95c213fc 00:45:01 ---> dfaa1ed8b65b 00:45:01 Step 8/22 : COPY . . 00:45:01 Removing intermediate container adc55c921998 00:45:01 ---> 7ff76e917568 00:45:01 Step 8/22 : COPY . . 00:45:01 Removing intermediate container 139b17d7281e 00:45:01 ---> b9ee604c6675 00:45:01 Step 8/23 : COPY . . 00:45:01 Removing intermediate container da50b929caba 00:45:01 ---> 090e3b8c62b7 00:45:01 Step 8/30 : COPY . . 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 32866d6e3fb4 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 32866d6e3fb4 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 32866d6e3fb4 00:46:04 Step 3/22 : WORKDIR /edgex-go 00:46:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 32866d6e3fb4 00:46:04 Step 3/22 : WORKDIR /edgex-go 00:46:04 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> 32866d6e3fb4 00:46:04 Step 3/30 : WORKDIR /edgex-go 00:46:04 ---> Running in e485280f3338 00:46:04 ---> Running in 296b0b7efc8f 00:46:04 ---> Running in 9ede9e915d85 00:46:04 ---> Running in 74a95cbaaaf7 00:46:04 ---> Running in 5e26f5889e93 00:46:04 Removing intermediate container e485280f3338 00:46:04 ---> 83f41f90021d 00:46:04 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container 74a95cbaaaf7 00:46:04 Removing intermediate container 5e26f5889e93 00:46:04 ---> 03c4cb00f2d4 00:46:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 ---> cf07791b321b 00:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container 9ede9e915d85 00:46:04 ---> d078c2fca3b4 00:46:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 Removing intermediate container 296b0b7efc8f 00:46:04 ---> afabf4aaf5d7 00:46:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:04 ---> Running in e8dc20d21359 00:46:04 ---> Running in 036a6aff6856 00:46:04 ---> Running in 58676d2ba648 00:46:04 ---> Running in cab57fddd932 00:46:04 ---> Running in daa7da2c9729 00:46:04 Removing intermediate container e8dc20d21359 00:46:04 ---> 0c818ad1c22d 00:46:04 Step 5/30 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in 16e8c2890e93 00:46:04 Removing intermediate container 036a6aff6856 00:46:04 ---> 051fd7f8b9ee 00:46:04 Step 5/23 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in a19897727eee 00:46:04 Removing intermediate container daa7da2c9729 00:46:04 ---> 88a6696cb617 00:46:04 Step 5/23 : RUN apk add --update --no-cache make git 00:46:04 Removing intermediate container 58676d2ba648 00:46:04 ---> 96904ca9bd13 00:46:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:04 Removing intermediate container cab57fddd932 00:46:04 ---> 36788d34d4af 00:46:04 Step 5/22 : RUN apk add --update --no-cache make git 00:46:04 ---> Running in 20df3a5147a4 00:46:04 ---> Running in 070d5dfd3974 00:46:04 ---> Running in cf6b3fb1daa6 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 OK: 217 MiB in 51 packages 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:05 OK: 217 MiB in 51 packages 00:46:06 Removing intermediate container 16e8c2890e93 00:46:06 ---> 456bbdd70ab5 00:46:06 Step 6/30 : COPY go.mod . 00:46:06 OK: 217 MiB in 51 packages 00:46:06 Removing intermediate container a19897727eee 00:46:06 ---> 2da6ea700bb3 00:46:06 Step 6/23 : COPY go.mod . 00:46:06 OK: 217 MiB in 51 packages 00:46:06 ---> 3a7e2656b73d 00:46:06 Step 7/30 : RUN go mod download 00:46:07 ---> Running in c9f3cc342cfa 00:46:07 ---> 04e9749d56be 00:46:07 Step 7/23 : RUN go mod download 00:46:07 OK: 217 MiB in 51 packages 00:46:08 ---> Running in d67f5dc849c0 00:46:08 Removing intermediate container 070d5dfd3974 00:46:08 ---> 64604bd25cc2 00:46:08 Step 6/22 : COPY go.mod . 00:46:08 Removing intermediate container 20df3a5147a4 00:46:08 ---> 7432e252b38e 00:46:08 Step 6/23 : COPY go.mod . 00:46:09 ---> 93466d92a1f7 00:46:09 Step 7/22 : RUN go mod download 00:46:09 ---> Running in d9959132741c 00:46:09 Removing intermediate container cf6b3fb1daa6 00:46:09 ---> 7d40399d2e01 00:46:09 Step 6/22 : COPY go.mod . 00:46:09 ---> 9969709c6dae 00:46:09 Step 7/23 : RUN go mod download 00:46:10 ---> Running in 8a57339976d4 00:46:11 ---> cb3e66198bb7 00:46:11 Step 7/22 : RUN go mod download 00:46:11 ---> Running in b76311441dfc 00:46:11 Removing intermediate container c9f3cc342cfa 00:46:11 ---> 336a76c981ab 00:46:11 Step 8/30 : COPY . . 00:46:13 Removing intermediate container d67f5dc849c0 00:46:13 ---> ed9ae62439d3 00:46:13 Step 8/23 : COPY . . 00:46:14 Removing intermediate container d9959132741c 00:46:14 ---> 8741150f4a36 00:46:14 Step 8/22 : COPY . . 00:46:15 Removing intermediate container 8a57339976d4 00:46:15 ---> 21edd46a1608 00:46:15 Step 8/23 : COPY . . 00:46:17 Removing intermediate container b76311441dfc 00:46:17 ---> ae4d926bb52f 00:46:17 Step 8/22 : COPY . . 00:46:44 ---> e37270af372b 00:46:44 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:44 ---> 07efe54f810f 00:46:44 Step 9/23 : RUN make cmd/core-command/core-command 00:46:44 ---> 106720f8b4db 00:46:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:44 ---> 36874bec5a91 00:46:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:44 ---> 1b78858c1820 00:46:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:44 ---> Running in 5d9269cbd2b7 00:46:44 ---> Running in 422a76044c60 00:46:44 ---> Running in 4cd499da4e16 00:46:44 ---> Running in 2856775f9b79 00:46:44 ---> Running in bc1237cde5ba 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46: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 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:44 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 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:30 ---> 917b275dd8f8 00:47:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:30 ---> 7595bb9b8465 00:47:30 Step 9/23 : RUN make cmd/core-command/core-command 00:47:30 ---> 9eb8fea15332 00:47:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:30 ---> 02c25a9147b7 00:47:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:30 ---> d9096a923ece 00:47:30 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:30 ---> Running in 8f9c320453b7 00:47:30 ---> Running in c125713ab309 00:47:30 ---> Running in 1339dddbfa5d 00:47:30 ---> Running in 10181aaae9c5 00:47:30 ---> Running in b5c93bae8d41 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:30 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 00:47:30 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 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:30 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 00:48:35 Removing intermediate container 5d9269cbd2b7 00:48:35 ---> 378f288d3cc5 00:48:35 00:48:35 Step 10/30 : FROM alpine:3.12 00:48:35 3.12: Pulling from library/alpine 00:48:35 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:35 Status: Downloaded newer image for alpine:3.12 00:48:35 ---> d10569e2745f 00:48:35 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:35 ---> Running in c2454533ef01 00:48:35 Removing intermediate container c2454533ef01 00:48:35 ---> c3428d00e15c 00:48:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:35 ---> Running in cafd527c3fe9 00:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:35 (1/2) Installing dumb-init (1.2.2-r1) 00:48:35 (2/2) Installing su-exec (0.2-r1) 00:48:35 Executing busybox-1.31.1-r19.trigger 00:48:35 OK: 5 MiB in 16 packages 00:48:35 Removing intermediate container cafd527c3fe9 00:48:35 ---> f170c554fe50 00:48:35 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:48:35 ---> Running in 2fae23ae166d 00:48:35 Removing intermediate container 2fae23ae166d 00:48:35 ---> 72913c2af066 00:48:35 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:35 ---> Running in e2e9f1b76090 00:48:35 Removing intermediate container e2e9f1b76090 00:48:35 ---> a541defbb6ea 00:48:35 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:35 ---> Running in 865b20c1f441 00:48:35 Removing intermediate container 865b20c1f441 00:48:35 ---> a10bc13411e6 00:48:35 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:48:35 ---> Running in 205e282f803f 00:48:36 Removing intermediate container 205e282f803f 00:48:36 ---> 3883f16b26f6 00:48:36 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:38 ---> abf712422219 00:48:38 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:39 ---> Running in 3cd060cf71e5 00:48:41 Removing intermediate container 422a76044c60 00:48:41 ---> f674a8741d53 00:48:41 00:48:41 Step 10/23 : FROM alpine:3.12 00:48:41 ---> d10569e2745f 00:48:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:42 ---> Running in e7cbbcfc6789 00:48:42 Removing intermediate container 2856775f9b79 00:48:42 ---> 51add5a6da12 00:48:42 00:48:42 Step 10/22 : FROM alpine:3.12 00:48:42 ---> d10569e2745f 00:48:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:42 Removing intermediate container bc1237cde5ba 00:48:42 ---> 9f55a2020f4e 00:48:42 00:48:42 Step 10/22 : FROM alpine:3.12 00:48:42 ---> d10569e2745f 00:48:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:43 ---> Running in fc861a7f79e6 00:48:43 ---> Running in 497736220c60 00:48:43 Removing intermediate container 3cd060cf71e5 00:48:43 ---> 0f92b45a8463 00:48:43 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:45 ---> 8394ed38202d 00:48:45 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:45 (1/1) Installing dumb-init (1.2.2-r1) 00:48:45 Executing busybox-1.31.1-r19.trigger 00:48:45 OK: 5 MiB in 15 packages 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:46 (1/2) Installing ca-certificates (20191127-r4) 00:48:46 (2/2) Installing dumb-init (1.2.2-r1) 00:48:46 Executing busybox-1.31.1-r19.trigger 00:48:46 Executing ca-certificates-20191127-r4.trigger 00:48:46 (1/1) Installing dumb-init (1.2.2-r1) 00:48:46 Executing busybox-1.31.1-r19.trigger 00:48:46 OK: 5 MiB in 15 packages 00:48:46 OK: 6 MiB in 16 packages 00:48:48 Removing intermediate container e7cbbcfc6789 00:48:48 ---> dba58398fda7 00:48:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:48 ---> adf901f6c011 00:48:48 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:48 ---> Running in 73e5940c5dc4 00:48:48 Removing intermediate container 4cd499da4e16 00:48:48 ---> d51b038f112f 00:48:48 00:48:48 Step 10/23 : FROM alpine:3.12 00:48:48 ---> d10569e2745f 00:48:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:48 ---> Using cache 00:48:48 ---> dba58398fda7 00:48:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:49 ---> Running in 406d63f0b939 00:48:49 Removing intermediate container fc861a7f79e6 00:48:49 ---> 1e5f921f6529 00:48:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:49 Removing intermediate container 73e5940c5dc4 00:48:49 ---> ca999d1e5438 00:48:49 Step 13/23 : ENV APP_PORT=48082 00:48:49 ---> Running in a51bfc2a8fd6 00:48:49 ---> cb6a8c6cc32c 00:48:49 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:50 Removing intermediate container 497736220c60 00:48:50 ---> d4fd0ca328d6 00:48:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:50 ---> Running in f8039db94be1 00:48:50 Removing intermediate container 406d63f0b939 00:48:50 ---> cc2b2e316213 00:48:50 Step 13/23 : ENV APP_PORT=48081 00:48:50 ---> Running in 7d9071599408 00:48:50 Removing intermediate container a51bfc2a8fd6 00:48:50 ---> 71d37b5ed2db 00:48:50 Step 13/22 : ENV APP_PORT=48085 00:48:50 ---> Running in 8a0b306dae94 00:48:50 ---> Running in 213530e64655 00:48:50 Removing intermediate container f8039db94be1 00:48:50 ---> 5f21df38c52d 00:48:50 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:50 ---> 30f014e22039 00:48:50 Step 14/23 : EXPOSE $APP_PORT 00:48:50 Removing intermediate container 7d9071599408 00:48:50 ---> a7196b0817be 00:48:50 Step 13/22 : ENV APP_PORT=48060 00:48:51 ---> Running in 9a35c4b93adf 00:48:51 ---> Running in 0d891d1fa323 00:48:51 Removing intermediate container 8a0b306dae94 00:48:51 ---> 9a26bc2a5a63 00:48:51 Step 14/23 : EXPOSE $APP_PORT 00:48:51 ---> Running in d7eedc08785c 00:48:51 Removing intermediate container 213530e64655 00:48:51 ---> a8a24b8e93a4 00:48:51 Step 14/22 : EXPOSE $APP_PORT 00:48:51 ---> Running in 6020c98ebbc1 00:48:51 ---> Running in eefd0cb10fd7 00:48:52 Removing intermediate container 9a35c4b93adf 00:48:52 ---> c1feaa8e1d28 00:48:52 Step 15/23 : WORKDIR / 00:48:52 Removing intermediate container 0d891d1fa323 00:48:52 ---> 9138cd6fffbe 00:48:52 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:52 Removing intermediate container d7eedc08785c 00:48:52 ---> c7042571ce72 00:48:52 Step 14/22 : EXPOSE $APP_PORT 00:48:52 ---> Running in 07ee4e20ffd5 00:48:52 Removing intermediate container 6020c98ebbc1 00:48:52 ---> f1d9399e4c83 00:48:52 Step 15/23 : WORKDIR / 00:48:52 ---> Running in cab7fe8b8f18 00:48:52 Removing intermediate container eefd0cb10fd7 00:48:52 ---> 04cabbcd24f5 00:48:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:52 ---> Running in 9d836884e1f1 00:48:52 Removing intermediate container 07ee4e20ffd5 00:48:52 ---> 7d20154c580a 00:48:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:52 ---> 1185036589be 00:48:52 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:53 Removing intermediate container cab7fe8b8f18 00:48:53 ---> 5dc74df243be 00:48:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:53 Removing intermediate container 9d836884e1f1 00:48:53 ---> c24efaba6de1 00:48:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:53 ---> Running in 974fb1ae460d 00:48:53 ---> c5400626c4bd 00:48:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:53 ---> 0e6ea0de15aa 00:48:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:54 Removing intermediate container 1339dddbfa5d 00:48:54 ---> e2906259fd69 00:48:54 00:48:54 Step 10/30 : FROM alpine:3.12 00:48:54 3.12: Pulling from library/alpine 00:48:54 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:54 ---> fb92500addb4 00:48:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:54 ---> ad32163a149f 00:48:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:55 Status: Downloaded newer image for alpine:3.12 00:48:55 ---> 88dd2752d2ea 00:48:55 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:56 Removing intermediate container b5c93bae8d41 00:48:56 ---> 8cded45587fa 00:48:56 00:48:56 Step 10/22 : FROM alpine:3.12 00:48:56 Removing intermediate container 8f9c320453b7 00:48:56 ---> 60e4c94a46d4 00:48:56 00:48:56 Step 10/22 : FROM alpine:3.12 00:48:56 Removing intermediate container 10181aaae9c5 00:48:56 ---> a7c7d329b9c4 00:48:56 00:48:56 Step 10/23 : FROM alpine:3.12 00:48:56 ---> 88dd2752d2ea 00:48:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:56 ---> 88dd2752d2ea 00:48:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:56 ---> 88dd2752d2ea 00:48:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:56 ---> Running in 0314ffa2a043 00:48:56 ---> fc47b9dcb02f 00:48:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:56 ---> Running in f39eeae6da1e 00:48:56 ---> Running in dea2b153dcf0 00:48:56 Removing intermediate container c125713ab309 00:48:56 ---> 9fdaea5b8ada 00:48:56 00:48:56 Step 10/23 : FROM alpine:3.12 00:48:56 ---> 88dd2752d2ea 00:48:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:56 ---> Running in 21f12bf04db4 00:48:56 ---> a7c8324800fc 00:48:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:56 ---> 654340e6fd5a 00:48:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:56 ---> 51f421ceb490 00:48:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:56 ---> Running in 82c7ad68fcc4 00:48:56 Removing intermediate container 0314ffa2a043 00:48:56 ---> 8ab69c7a585b 00:48:56 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:57 ---> Running in 10f5c8e7ffdc 00:48:57 Removing intermediate container 974fb1ae460d 00:48:57 ---> a66addd8a4f3 00:48:57 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:57 ---> eb0f9febfec7 00:48:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:58 ---> 4e0130c34b78 00:48:58 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:58 ---> Running in f121d5deb185 00:48:58 ---> Running in 98e6808c562f 00:48:58 ---> Running in 3f504c2e74c9 00:48:58 ---> 8e1681816ab3 00:48:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:58 ---> 035bf78f2a27 00:48:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:58 ---> Running in ad4050d9cd96 00:48:58 ---> Running in 407d1781956c 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:59 Removing intermediate container 98e6808c562f 00:48:59 ---> 83915d111e48 00:48:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:59 Removing intermediate container f121d5deb185 00:48:59 ---> 1422601b9b71 00:48:59 Step 27/30 : CMD ["gate"] 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:59 (1/2) Installing ca-certificates (20191127-r4) 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:59 (2/2) Installing dumb-init (1.2.2-r1) 00:48:59 Executing busybox-1.31.1-r19.trigger 00:48:59 Executing ca-certificates-20191127-r4.trigger 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:59 (1/1) Installing dumb-init (1.2.2-r1) 00:48:59 ---> Running in bffd319c02b6 00:48:59 Removing intermediate container 3f504c2e74c9 00:48:59 ---> 80f6a768913e 00:48:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:59 ---> Running in 99a6936acad7 00:48:59 Removing intermediate container ad4050d9cd96 00:48:59 ---> 312202c061dc 00:48:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:59 Removing intermediate container 407d1781956c 00:48:59 ---> 981efdda828e 00:48:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:59 ---> Running in ee34ced1aa3f 00:48:59 Executing busybox-1.31.1-r19.trigger 00:48:59 OK: 6 MiB in 15 packages 00:48:59 OK: 6 MiB in 16 packages 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:59 (1/1) Installing dumb-init (1.2.2-r1) 00:49:00 ---> Running in 40fd1785f902 00:49:00 ---> Running in f8cf0f3827a2 00:49:00 Removing intermediate container bffd319c02b6 00:49:00 ---> 709fe535b3ed 00:49:00 Step 20/22 : LABEL arch=arm64 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:00 (1/1) Installing dumb-init (1.2.2-r1) 00:49:00 (1/2) Installing dumb-init (1.2.2-r1) 00:49:00 ---> Running in e91701009828 00:49:00 Removing intermediate container 99a6936acad7 00:49:00 ---> d6765bb56e6a 00:49:00 Step 28/30 : LABEL arch=arm64 00:49:00 Removing intermediate container ee34ced1aa3f 00:49:00 ---> 643e649f3891 00:49:00 Step 21/23 : LABEL arch=arm64 00:49:00 Removing intermediate container 40fd1785f902 00:49:00 ---> 1c92b12b994b 00:49:00 Step 21/23 : LABEL arch=arm64 00:49:00 Removing intermediate container f8cf0f3827a2 00:49:00 ---> 6e5b14e033a7 00:49:00 Step 20/22 : LABEL arch=arm64 00:49:00 ---> Running in f9c61a8be817 00:49:00 ---> Running in ad2a7a53b2e3 00:49:01 ---> Running in 9438489b4f32 00:49:01 ---> Running in 4542fb2e8144 00:49:01 Removing intermediate container e91701009828 00:49:01 ---> 093a466f60b4 00:49:01 Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 6 MiB in 15 packages 00:49:01 (2/2) Installing su-exec (0.2-r1) 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 6 MiB in 16 packages 00:49:01 OK: 6 MiB in 15 packages 00:49:01 ---> Running in 8bdd756408ba 00:49:01 Removing intermediate container f9c61a8be817 00:49:01 ---> eba71ee4fe39 00:49:01 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:01 Removing intermediate container 4542fb2e8144 00:49:01 ---> d450384e999d 00:49:01 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:01 Removing intermediate container ad2a7a53b2e3 00:49:01 ---> 3b3ddf6bf023 00:49:01 Step 29/30 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:01 ---> Running in 296d6273fe93 00:49:01 Removing intermediate container 9438489b4f32 00:49:01 ---> e1c06aa701ac 00:49:01 Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:01 Removing intermediate container 8bdd756408ba 00:49:01 ---> 11333209c9b4 00:49:01 Step 22/22 : LABEL version=0.0.0 00:49:01 ---> Running in c1b8c4993fcd 00:49:02 ---> Running in e90c40900264 00:49:02 ---> Running in 9f434876413c 00:49:02 ---> Running in e867784fae10 00:49:02 Removing intermediate container 296d6273fe93 00:49:02 ---> 764a999b86e9 00:49:02 Step 23/23 : LABEL version=0.0.0 00:49:02 Removing intermediate container c1b8c4993fcd 00:49:02 ---> 82db1f2f912c 00:49:02 Step 23/23 : LABEL version=0.0.0 00:49:02 ---> Running in e7c111691ad9 00:49:03 Removing intermediate container e90c40900264 00:49:03 ---> f8a23456c1ca 00:49:03 Step 22/22 : LABEL version=0.0.0 00:49:03 ---> Running in b33e9c56a924 00:49:03 Removing intermediate container e867784fae10 00:49:03 ---> 6029c9f3cb7f 00:49:03 Step 30/30 : LABEL version=0.0.0 00:49:03 Removing intermediate container 9f434876413c 00:49:03 ---> b51b6c4c2f44 00:49:03 00:49:03 ---> Running in fa0020436514 00:49:03 ---> Running in 9a956c196d16 00:49:03 Removing intermediate container e7c111691ad9 00:49:03 ---> 0b674bab82ba 00:49:03 00:49:03 Successfully built b51b6c4c2f44 00:49:03 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:03  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:49:03 Removing intermediate container b33e9c56a924 00:49:03 ---> ccf8f28ede5e 00:49:03 00:49:03 Successfully built 0b674bab82ba 00:49:04 Successfully tagged docker-core-command-go-arm64:latest 00:49:04 Removing intermediate container fa0020436514 00:49:04 ---> fb084d241b4a 00:49:04  Building docker-core-command-go ... done  00:49:04 Building docker-security-secretstore-setup-go 00:49:04 Successfully built ccf8f28ede5e 00:49:04 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:04  Building docker-core-metadata-go ... done Building docker-core-data-go 00:49:04 Removing intermediate container 9a956c196d16 00:49:04 ---> a369c78e79fb 00:49:04 00:49:04 Successfully built fb084d241b4a 00:49:04 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:04 Building docker-sys-mgmt-agent-go 00:49:04  Building docker-support-notifications-go ... done Successfully built a369c78e79fb 00:49:04 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:05 Removing intermediate container f39eeae6da1e 00:49:05 ---> 62fbbb879eaa 00:49:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:05 Removing intermediate container dea2b153dcf0 00:49:05 ---> 3cb5fbbbac4e 00:49:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:05 ---> Running in 80568ec6f93b 00:49:05 ---> Running in 7a655d98c4a6 00:49:05 Removing intermediate container 21f12bf04db4 00:49:05 ---> 885975c7d30c 00:49:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:06 ---> Running in 1defb10ec812 00:49:06 Removing intermediate container 10f5c8e7ffdc 00:49:06 ---> 8de322e28025 00:49:06 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:06 Removing intermediate container 82c7ad68fcc4 00:49:06 ---> 4821b7b10e54 00:49:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:07 Removing intermediate container 80568ec6f93b 00:49:07 ---> bc4c19e3e18e 00:49:07 Step 13/23 : ENV APP_PORT=48082 00:49:07 Removing intermediate container 7a655d98c4a6 00:49:07 ---> 3e11f854f2cc 00:49:07 Step 13/22 : ENV APP_PORT=48060 00:49:07 ---> Running in c2704699f9d2 00:49:07 ---> Running in b4786b55dc9d 00:49:07 ---> Running in 2d840b05bc0d 00:49:07 ---> Running in 21c25d5475eb 00:49:07 Removing intermediate container 1defb10ec812 00:49:07 ---> 4597cbe8a502 00:49:07 Step 13/22 : ENV APP_PORT=48085 00:49:07 ---> Running in 2f94178f28a8 00:49:07 Removing intermediate container c2704699f9d2 00:49:07 ---> e425293c3141 00:49:07 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:07 Removing intermediate container 2d840b05bc0d 00:49:07 ---> fd2dc7e59415 00:49:07 Step 14/23 : EXPOSE $APP_PORT 00:49:08 Removing intermediate container 21c25d5475eb 00:49:08 ---> e2387713f54c 00:49:08 Step 14/22 : EXPOSE $APP_PORT 00:49:08 Removing intermediate container b4786b55dc9d 00:49:08 ---> 1e139ef11df6 00:49:08 Step 13/23 : ENV APP_PORT=48081 00:49:08 ---> Running in 79f48058b1bc 00:49:08 ---> Running in 37db7c8b8fb9 00:49:08 ---> Running in 83d85ae7bf2d 00:49:08 ---> Running in 4bb015833abd 00:49:08 Removing intermediate container 2f94178f28a8 00:49:08 ---> f4dc86288c4a 00:49:08 Step 14/22 : EXPOSE $APP_PORT 00:49:08 ---> Running in 4c21b1e73577 00:49:08 Removing intermediate container 37db7c8b8fb9 00:49:08 ---> 29f18540a994 00:49:08 Step 15/23 : WORKDIR / 00:49:08 Removing intermediate container 79f48058b1bc 00:49:08 ---> a38f088aaea2 00:49:08 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:08 Removing intermediate container 83d85ae7bf2d 00:49:08 ---> 7c11680c13f1 00:49:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:09 ---> Running in 1ef879def27c 00:49:09 Removing intermediate container 4bb015833abd 00:49:09 ---> 65924120726f 00:49:09 Step 14/23 : EXPOSE $APP_PORT 00:49:09 ---> Running in a0bda7d4dce8 00:49:09 ---> Running in 0229a4735926 00:49:09 Removing intermediate container 4c21b1e73577 00:49:09 ---> 0793aff4dda6 00:49:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:10 Removing intermediate container 1ef879def27c 00:49:10 ---> 985ec832b239 00:49:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:10 ---> 80c628ead8f8 00:49:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:10 Removing intermediate container 0229a4735926 00:49:10 ---> 4e4ccfd2f3e6 00:49:10 Step 15/23 : WORKDIR / 00:49:11 ---> Running in 2569d454951f 00:49:11 ---> 50da0e184992 00:49:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:11 ---> 4a64b4cca5db 00:49:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:12 ---> d8f564c05d42 00:49:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:12 Removing intermediate container 2569d454951f 00:49:12 ---> 8ab42794efe5 00:49:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:12 Removing intermediate container a0bda7d4dce8 00:49:12 ---> b2b9d117c7cd 00:49:12 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:13 ---> Running in b45da044158c 00:49:13 ---> d9de3f87a241 00:49:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:13 ---> Running in 9b4b5af81a5c 00:49:13 ---> 6b8a980bacef 00:49:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:13 ---> d08cd9694218 00:49:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:13 ---> addaa2ce25a9 00:49:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:13 Removing intermediate container b45da044158c 00:49:13 ---> aee99a3dcd6c 00:49:13 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:13 Removing intermediate container 9b4b5af81a5c 00:49:13 ---> 3c79dd7fc393 00:49:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:14 ---> Running in af624707dd63 00:49:14 ---> b6b9febeddb1 00:49:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> 0b6de854e255 00:49:14 00:49:14 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:14 ---> 762d273bf2d5 00:49:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:15 ---> 896dcdbd658d 00:49:15 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:16 ---> Running in e81b6053d1a0 00:49:16 ---> Running in ddb0d8042f79 00:49:16 ---> Running in 18c0946fb402 00:49:16 Removing intermediate container af624707dd63 00:49:16 ---> a2c77d6b143f 00:49:16 Step 20/22 : LABEL arch=x86_64 00:49:16 ---> dabfe05125ca 00:49:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:16 ---> Running in 5eaa8958866a 00:49:16 ---> Running in 03b4c4775e87 00:49:16 Removing intermediate container e81b6053d1a0 00:49:16 ---> 3bcbb994b039 00:49:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:16 Removing intermediate container ddb0d8042f79 00:49:16 ---> c1fe3af40fca 00:49:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:17 ---> Running in f3bedfd93318 00:49:17 ---> Running in d4d18b3d7d18 00:49:17 Removing intermediate container 5eaa8958866a 00:49:17 ---> 42a725da3e6f 00:49:17 Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:17 ---> Running in 08f5ecc15abf 00:49:17 Removing intermediate container 03b4c4775e87 00:49:17 ---> d832aebe7295 00:49:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:17 ---> Running in 6306fd9dc113 00:49:17 Removing intermediate container f3bedfd93318 00:49:17 ---> fdf870035b28 00:49:17 Step 20/22 : LABEL arch=x86_64 00:49:17 Removing intermediate container d4d18b3d7d18 00:49:17 ---> de369a8e2b3c 00:49:17 Step 21/23 : LABEL arch=x86_64 00:49:17 ---> Running in b68a6a49b6a2 00:49:17 Removing intermediate container 08f5ecc15abf 00:49:17 ---> 2a1a7f09d2ba 00:49:17 Step 22/22 : LABEL version=0.0.0 00:49:17 ---> Running in 5e32eaf4fd6f 00:49:18 ---> Running in cd032297c899 00:49:18 Removing intermediate container 6306fd9dc113 00:49:18 ---> 79ccf977344b 00:49:18 Step 21/23 : LABEL arch=x86_64 00:49:18 Removing intermediate container b68a6a49b6a2 00:49:18 ---> 0652804dee19 00:49:18 Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:18 ---> Running in d4e66b91757c 00:49:18 ---> Running in cfbdc0d0cb81 00:49:18 Removing intermediate container 5e32eaf4fd6f 00:49:18 ---> 7e7a3e1a57ed 00:49:18 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:18 Removing intermediate container cd032297c899 00:49:18 ---> 42c4e97106fc 00:49:18 00:49:18 ---> Running in 4a8766815e3a 00:49:18 Removing intermediate container d4e66b91757c 00:49:18 ---> 8905f6f7b068 00:49:18 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:18 Removing intermediate container cfbdc0d0cb81 00:49:18 ---> 18ad4ad4dde0 00:49:18 Step 22/22 : LABEL version=0.0.0 00:49:18 Removing intermediate container 18c0946fb402 00:49:18 ---> 8cb7b0e6f415 00:49:18 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:18 ---> Running in 2e821428045a 00:49:18 ---> Running in d8cbc5820585 00:49:19 Removing intermediate container 4a8766815e3a 00:49:19 ---> b8ddbddf83a4 00:49:19 Step 23/23 : LABEL version=0.0.0 00:49:19 Successfully built 42c4e97106fc 00:49:19 Successfully tagged docker-support-notifications-go:latest 00:49:19  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:49:19 ---> Running in 51d8b7bad4fa 00:49:19 Removing intermediate container d8cbc5820585 00:49:19 ---> ac1d33a475c6 00:49:19 00:49:19 ---> 10794c715ecc 00:49:19 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:20 Removing intermediate container 2e821428045a 00:49:20 ---> 5f16ce46b38a 00:49:20 Step 23/23 : LABEL version=0.0.0 00:49:20 Successfully built ac1d33a475c6 00:49:20 Removing intermediate container 51d8b7bad4fa 00:49:20 ---> c7e8554a2541 00:49:20 00:49:20 Successfully tagged docker-support-scheduler-go:latest 00:49:20 Building docker-security-secretstore-setup-go 00:49:20  Building docker-support-scheduler-go ... done  ---> Running in 9e0d1409956e 00:49:20 Successfully built c7e8554a2541 00:49:20 Successfully tagged docker-core-command-go:latest 00:49:20 Building docker-core-data-go 00:49:21  Building docker-core-command-go ... done Removing intermediate container 9e0d1409956e 00:49:21 ---> 744f800fe72f 00:49:21 00:49:21 ---> 242bbc903361 00:49:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:21 Successfully built 744f800fe72f 00:49:21 Successfully tagged docker-core-metadata-go:latest 00:49:21  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:49:23 ---> 00a6dccb1852 00:49:23 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:28 ---> 9a7f06d17d7e 00:49:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:29 ---> Running in af29f89ad9ab 00:49:30 Removing intermediate container af29f89ad9ab 00:49:30 ---> c91fd2684d38 00:49:30 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:33 ---> 4f816d0009fa 00:49:33 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:36 ---> Running in e7285695b45c 00:49:42 Removing intermediate container e7285695b45c 00:49:42 ---> 602a3126e2d0 00:49:42 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:42 ---> Running in f4233a64dd8d 00:49:43 Removing intermediate container f4233a64dd8d 00:49:43 ---> d3402b3448d1 00:49:43 Step 27/30 : CMD ["gate"] 00:49:43 ---> Running in b2999d43ff7a 00:49:44 Removing intermediate container b2999d43ff7a 00:49:44 ---> f5942b9455c1 00:49:44 Step 28/30 : LABEL arch=x86_64 00:49:44 ---> Running in 55207b85f99e 00:49:45 Removing intermediate container 55207b85f99e 00:49:45 ---> 92b27bacf6b7 00:49:45 Step 29/30 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:49:46 ---> Running in 65abb3790161 00:49:47 Removing intermediate container 65abb3790161 00:49:47 ---> e6f54395ae76 00:49:47 Step 30/30 : LABEL version=0.0.0 00:49:48 ---> Running in 0f8c607c68bc 00:49:52 Removing intermediate container 0f8c607c68bc 00:49:52 ---> d800283b7b88 00:49:52 00:49:53 Successfully built d800283b7b88 00:49:53 Successfully tagged docker-security-bootstrapper-go:latest 00:50:01  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:01 ---> 32866d6e3fb4 00:50:01 Step 3/23 : WORKDIR /edgex-go 00:50:01 ---> Using cache 00:50:01 ---> d078c2fca3b4 00:50:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:01 ---> Using cache 00:50:01 ---> 88a6696cb617 00:50:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:01 ---> 32866d6e3fb4 00:50:01 Step 3/21 : WORKDIR /edgex-go 00:50:01 ---> Using cache 00:50:01 ---> d078c2fca3b4 00:50:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:01 ---> Using cache 00:50:01 ---> 88a6696cb617 00:50:01 Step 5/21 : RUN apk add --update --no-cache make git 00:50:01 ---> Using cache 00:50:01 ---> 7432e252b38e 00:50:01 Step 6/21 : COPY go.mod . 00:50:01 ---> Using cache 00:50:01 ---> 9969709c6dae 00:50:01 Step 7/21 : RUN go mod download 00:50:01 ---> Using cache 00:50:01 ---> 21edd46a1608 00:50:01 Step 8/21 : COPY . . 00:50:01 ---> Using cache 00:50:01 ---> 106720f8b4db 00:50:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:01 ---> 32866d6e3fb4 00:50:01 Step 3/26 : WORKDIR /edgex-go 00:50:01 ---> Using cache 00:50:01 ---> d078c2fca3b4 00:50:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:01 ---> Using cache 00:50:01 ---> 88a6696cb617 00:50:01 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:01 ---> 32866d6e3fb4 00:50:01 Step 3/24 : WORKDIR /edgex-go 00:50:01 ---> Using cache 00:50:01 ---> d078c2fca3b4 00:50:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:01 ---> Using cache 00:50:01 ---> 88a6696cb617 00:50:01 Step 5/24 : RUN apk add --update --no-cache make git 00:50:01 ---> Using cache 00:50:01 ---> 7432e252b38e 00:50:01 Step 6/24 : COPY go.mod . 00:50:01 ---> Using cache 00:50:01 ---> 9969709c6dae 00:50:01 Step 7/24 : RUN go mod download 00:50:01 ---> Using cache 00:50:01 ---> 21edd46a1608 00:50:01 Step 8/24 : COPY . . 00:50:01 ---> Using cache 00:50:01 ---> 106720f8b4db 00:50:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:04 ---> Running in 9e2188209779 00:50:04 ---> Running in b49e2c51a933 00:50:04 ---> Running in 9f3f3e9bdfa7 00:50:04 ---> Running in 6b9b4e7d6a74 00:50:06 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 00:50:06 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 00:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:08 OK: 217 MiB in 51 packages 00:50:08 OK: 217 MiB in 51 packages 00:50:10 Removing intermediate container 9f3f3e9bdfa7 00:50:10 ---> 7ce906bae6e3 00:50:10 Step 6/23 : COPY go.mod . 00:50:10 Removing intermediate container 6b9b4e7d6a74 00:50:10 ---> 400e08311fce 00:50:10 Step 6/26 : COPY go.mod . 00:50:12 ---> 145d7e5f08e2 00:50:12 Step 7/26 : RUN go mod download 00:50:12 ---> 170255eaeb01 00:50:12 Step 7/23 : RUN go mod download 00:50:12 ---> Running in 792477e5d096 00:50:12 ---> Running in 54df4182ecb4 00:50:17 Removing intermediate container 792477e5d096 00:50:17 ---> b259a9ec90a1 00:50:17 Step 8/26 : COPY . . 00:50:17 Removing intermediate container 54df4182ecb4 00:50:17 ---> 1e94f6459894 00:50:17 Step 8/23 : COPY . . 00:50:44  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:44 ---> 1e83f59c5e05 00:50:44 Step 3/24 : WORKDIR /edgex-go 00:50:44 ---> Using cache 00:50:44 ---> df26c20f0042 00:50:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Using cache 00:50:44 ---> d40e704a3b73 00:50:44 Step 5/24 : RUN apk add --update --no-cache make git 00:50:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:44 ---> 1e83f59c5e05 00:50:44 Step 3/21 : WORKDIR /edgex-go 00:50:44 ---> Using cache 00:50:44 ---> df26c20f0042 00:50:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Using cache 00:50:44 ---> d40e704a3b73 00:50:44 Step 5/21 : RUN apk add --update --no-cache make git 00:50:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:44 ---> 1e83f59c5e05 00:50:44 Step 3/26 : WORKDIR /edgex-go 00:50:44 ---> Using cache 00:50:44 ---> df26c20f0042 00:50:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Using cache 00:50:44 ---> d40e704a3b73 00:50:44 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:44 ---> 1e83f59c5e05 00:50:44 Step 3/23 : WORKDIR /edgex-go 00:50:44 ---> Using cache 00:50:44 ---> df26c20f0042 00:50:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Using cache 00:50:44 ---> d40e704a3b73 00:50:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:44 ---> Running in 845d08f9d594 00:50:44 ---> Running in 92295bc0d84a 00:50:44 ---> Running in e7babb5c1e23 00:50:44 ---> Running in 68cc3f5e28c6 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:49 OK: 233 MiB in 51 packages 00:50:49 OK: 233 MiB in 51 packages 00:50:49 OK: 233 MiB in 51 packages 00:50:49 OK: 233 MiB in 51 packages 00:50:50 ---> 439c19846e87 00:50:50 Step 9/23 : RUN make cmd/core-data/core-data 00:50:50 ---> 715ff0862737 00:50:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:50 ---> Running in ab7cf9228d83 00:50:50 ---> Running in f15c5ae8fd71 00:50:50 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 00:50:50 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 00:50:52 Removing intermediate container e7babb5c1e23 00:50:52 ---> 211b0a1cca7b 00:50:52 Step 6/21 : COPY go.mod . 00:50:52 Removing intermediate container 845d08f9d594 00:50:52 ---> 5e893206f9ab 00:50:52 Step 6/23 : COPY go.mod . 00:50:52 Removing intermediate container 68cc3f5e28c6 00:50:52 ---> bccca23cfe51 00:50:52 Step 6/26 : COPY go.mod . 00:50:52 Removing intermediate container 92295bc0d84a 00:50:52 ---> 8ea5e2fac424 00:50:52 Step 6/24 : COPY go.mod . 00:50:53 ---> c9e24d9b1c94 00:50:53 Step 7/23 : RUN go mod download 00:50:53 ---> 8815c5c4277d 00:50:53 Step 7/26 : RUN go mod download 00:50:53 ---> 512dc00c690d 00:50:53 Step 7/24 : RUN go mod download 00:50:53 ---> 040a482a5d95 00:50:53 Step 7/21 : RUN go mod download 00:50:53 ---> Running in 580c6cf96ed8 00:50:53 ---> Running in 8e3ac4b5d96a 00:50:53 ---> Running in cb067c89ffaa 00:50:53 ---> Running in 20c2a2dd1240 00:50: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 00:50:59 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 00:51:03 Removing intermediate container 580c6cf96ed8 00:51:03 ---> c968d364554a 00:51:03 Step 8/23 : COPY . . 00:51:04 Removing intermediate container cb067c89ffaa 00:51:04 ---> 64f7f42ec398 00:51:04 Step 8/21 : COPY . . 00:51:04 Removing intermediate container 20c2a2dd1240 00:51:04 ---> f0398b3b73ad 00:51:04 Step 8/26 : COPY . . 00:51:04 Removing intermediate container 8e3ac4b5d96a 00:51:04 ---> bd4a895749c4 00:51:04 Step 8/24 : COPY . . 00:51:18 Removing intermediate container b49e2c51a933 00:51:18 ---> 312c7003feba 00:51:18 00:51:18 Step 10/24 : FROM alpine:3.12 00:51:18 ---> d10569e2745f 00:51:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:18 Removing intermediate container 9e2188209779 00:51:18 ---> 217d4d7460a8 00:51:18 00:51:18 Step 10/21 : FROM alpine:3.12 00:51:18 ---> d10569e2745f 00:51:18 Step 11/21 : RUN apk add --update --no-cache curl 00:51:18 ---> Running in 8134e18aa4c3 00:51:18 ---> Running in 476c03d849e2 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:19 (1/5) Installing ca-certificates (20191127-r4) 00:51:19 (1/4) Installing ca-certificates (20191127-r4) 00:51:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:51:19 (3/5) Installing libcurl (7.69.1-r3) 00:51:19 (4/5) Installing curl (7.69.1-r3) 00:51:19 (5/5) Installing dumb-init (1.2.2-r1) 00:51:19 Executing busybox-1.31.1-r19.trigger 00:51:19 Executing ca-certificates-20191127-r4.trigger 00:51:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:19 (3/4) Installing libcurl (7.69.1-r3) 00:51:19 (4/4) Installing curl (7.69.1-r3) 00:51:19 Executing busybox-1.31.1-r19.trigger 00:51:19 Executing ca-certificates-20191127-r4.trigger 00:51:19 OK: 7 MiB in 19 packages 00:51:19 OK: 7 MiB in 18 packages 00:51:22 Removing intermediate container 8134e18aa4c3 00:51:22 ---> 2f402d3bd414 00:51:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:22 Removing intermediate container 476c03d849e2 00:51:22 ---> 549cbf65aa7e 00:51:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:22 ---> Running in 3bc940b232c8 00:51:23 ---> Running in 4537970d071a 00:51:23 Removing intermediate container 3bc940b232c8 00:51:23 ---> 303e11a1b0b3 00:51:23 Step 13/24 : WORKDIR / 00:51:23 ---> Running in 7fc8d01f5d4e 00:51:23 Removing intermediate container 4537970d071a 00:51:23 ---> 724884e29e2c 00:51:23 Step 13/21 : WORKDIR /edgex 00:51:24 ---> Running in fb8a224f4d09 00:51:24 Removing intermediate container 7fc8d01f5d4e 00:51:24 ---> b97bd3d127a4 00:51:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:25 Removing intermediate container fb8a224f4d09 00:51:25 ---> 545be79dc139 00:51:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:25 ---> 68fb02c79ce6 00:51:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:26 ---> e1de5491edec 00:51:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:27 ---> f2f1048a3e2f 00:51:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:28 ---> af3121889e3e 00:51:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:28 ---> 9ba69ab7d84c 00:51:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:30 ---> b7007db2864c 00:51:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:30 ---> 081e8743a4e6 00:51:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:31 ---> Running in 0055ea9e3d1f 00:51:32 Removing intermediate container 0055ea9e3d1f 00:51:32 ---> 9e4abc678135 00:51:32 Step 18/21 : CMD ["--init=true"] 00:51:32 ---> Running in cc03b06c0f28 00:51:32 ---> d37e279d6ef4 00:51:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:32 Removing intermediate container cc03b06c0f28 00:51:32 ---> d9b1607bbe81 00:51:32 Step 19/21 : LABEL arch=arm64 00:51:33 ---> Running in e996393251d2 00:51:33 ---> 7d47e4c7c27a 00:51: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/ 00:51:33 ---> Running in 3fc23e279ed1 00:51:34 Removing intermediate container e996393251d2 00:51:34 ---> b530dd66f42a 00:51:34 Step 20/21 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:51:34 ---> Running in 49baeb36778e 00:51:35 Removing intermediate container 49baeb36778e 00:51:35 ---> 0fc4b3102660 00:51:35 Step 21/21 : LABEL version=0.0.0 00:51:35 ---> Running in 1661f3b1410b 00:51:36 Removing intermediate container 1661f3b1410b 00:51:36 ---> cab380d12893 00:51:36 00:51:37 Successfully built cab380d12893 00:51:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:37  Building docker-security-proxy-setup-go ... done Removing intermediate container 3fc23e279ed1 00:51:37 ---> f3b0a843b10f 00:51:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:38 ---> Running in cfe185ed047d 00:51:38 Removing intermediate container cfe185ed047d 00:51:38 ---> e95aa7dd1961 00:51:38 Step 22/24 : LABEL arch=arm64 00:51:38 ---> Running in b08af8e4de1a 00:51:39 Removing intermediate container b08af8e4de1a 00:51:39 ---> e9d8b857b727 00:51:39 Step 23/24 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:51:39 ---> Running in e8ccaf1b89e6 00:51:40 Removing intermediate container e8ccaf1b89e6 00:51:40 ---> 969c307ad0ce 00:51:40 Step 24/24 : LABEL version=0.0.0 00:51:40 ---> Running in 99b0da4463b8 00:51:41 Removing intermediate container 99b0da4463b8 00:51:41 ---> a7f7d099261d 00:51:41 00:51:42 Successfully built a7f7d099261d 00:51:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab7cf9228d83 00:51:54 ---> ed724ce8cdcc 00:51:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:54 ---> Running in 2d96f8312749 00:51:55 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 00:51:58 Removing intermediate container 2d96f8312749 00:51:58 ---> 22eb0185176a 00:51:58 00:51:58 Step 11/26 : FROM docker:20.10.0 00:51:58 20.10.0: Pulling from library/docker 00:52:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:09 Status: Downloaded newer image for docker:20.10.0 00:52:09 ---> eeaf43b92773 00:52:09 Step 12/26 : RUN apk add --no-cache bash 00:52:09 Removing intermediate container f15c5ae8fd71 00:52:09 ---> addc65842094 00:52:09 00:52:09 Step 10/23 : FROM alpine:3.12 00:52:09 ---> d10569e2745f 00:52:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:09 ---> Running in 6424cb0ccce0 00:52:09 ---> Running in 62156703a7fd 00:52:09 Removing intermediate container 62156703a7fd 00:52:09 ---> 54f6595e56d3 00:52:09 Step 12/23 : ENV APP_PORT=48080 00:52:09 ---> Running in f73e2425a105 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 Removing intermediate container f73e2425a105 00:52:09 ---> fe2398e18d44 00:52:09 Step 13/23 : EXPOSE $APP_PORT 00:52:09 ---> Running in f1385dada2a6 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:09 Removing intermediate container f1385dada2a6 00:52:09 ---> 7049e6ee7743 00:52:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:09 (1/2) Installing readline (8.0.4-r0) 00:52:09 (2/2) Installing bash (5.0.17-r0) 00:52:09 ---> Running in 399d2a2442cf 00:52:09 Executing bash-5.0.17-r0.post-install 00:52:09 Executing busybox-1.31.1-r19.trigger 00:52:09 OK: 12 MiB in 22 packages 00:52:11 Removing intermediate container 6424cb0ccce0 00:52:11 ---> 7ab5ec05c8fd 00:52:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:11 ---> Running in 59298f0cd53e 00:52:12 Removing intermediate container 59298f0cd53e 00:52:12 ---> f97ad7bb7070 00:52:12 Step 14/26 : ENV APP_PORT=48090 00:52:12 Removing intermediate container 399d2a2442cf 00:52:12 ---> 6fa7f24aaf27 00:52:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:12 ---> Running in c0f4e8151dff 00:52:12 ---> Running in c322dc345543 00:52:13 Removing intermediate container c0f4e8151dff 00:52:13 ---> 0a8ead11a26a 00:52:13 Step 15/26 : EXPOSE $APP_PORT 00:52:13 ---> Running in cc2683c555d9 00:52:13 Removing intermediate container cc2683c555d9 00:52:13 ---> 36c7ab3dca00 00:52:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 ---> 2d4e11360b8b 00:52:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:15 (1/6) Installing dumb-init (1.2.2-r1) 00:52:15 (2/6) Installing libgcc (9.3.0-r2) 00:52:15 (3/6) Installing libsodium (1.0.18-r0) 00:52:15 ---> eb4b5a844719 00:52:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:15 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:15 (5/6) Installing libzmq (4.3.3-r0) 00:52:15 (6/6) Installing zeromq (4.3.3-r0) 00:52:15 Executing busybox-1.31.1-r19.trigger 00:52:15 OK: 8 MiB in 20 packages 00:52:16 ---> 0ade8179dc61 00:52:16 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:16 ---> Running in 4c8631368c05 00:52:17 Removing intermediate container c322dc345543 00:52:17 ---> 38df98342428 00:52:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:18 ---> dd79e93f03ba 00:52:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:18 (1/33) Installing libbz2 (1.0.8-r1) 00:52:18 (2/33) Installing expat (2.2.9-r1) 00:52:18 (3/33) Installing libffi (3.3-r2) 00:52:18 (4/33) Installing gdbm (1.13-r1) 00:52:18 (5/33) Installing xz-libs (5.2.5-r0) 00:52:18 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:18 (7/33) Installing python3 (3.8.5-r1) 00:52:20 ---> ebb8f4181a94 00:52:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:20 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:20 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:20 (11/33) Installing py3-six (1.15.0-r0) 00:52:20 (12/33) Installing py3-packaging (20.4-r0) 00:52:20 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:20 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:20 (15/33) Installing py3-idna (2.9-r0) 00:52:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:20 (18/33) Installing py3-requests (2.23.0-r0) 00:52:20 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:20 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:20 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:20 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:20 ---> f03c8aa0deda 00:52:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:20 (24/33) Installing py3-distro (1.5.0-r1) 00:52:20 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:20 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:20 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:20 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:21 (29/33) Installing py3-progress (1.5-r0) 00:52:21 (30/33) Installing py3-toml (0.10.1-r0) 00:52:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:21 (33/33) Installing py3-pip (20.1.1-r0) 00:52:21 ---> Running in d99ba87a4795 00:52:21 Executing busybox-1.31.1-r19.trigger 00:52:21 OK: 71 MiB in 55 packages 00:52:21 Removing intermediate container d99ba87a4795 00:52:21 ---> 3da813d1b1b8 00:52:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:21 ---> Running in 9dca7b38c5ad 00:52:22 Removing intermediate container 9dca7b38c5ad 00:52:22 ---> d1224bc3c792 00:52:22 Step 21/23 : LABEL arch=arm64 00:52:22 ---> Running in 6d738c5819c1 00:52:23 Removing intermediate container 6d738c5819c1 00:52:23 ---> 7c87c5885daf 00:52:23 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:52:23 ---> Running in e4b104801168 00:52:24 Removing intermediate container e4b104801168 00:52:24 ---> 435638ff4981 00:52:24 Step 23/23 : LABEL version=0.0.0 00:52:24 ---> Running in 6be770e55077 00:52:24 Removing intermediate container 6be770e55077 00:52:24 ---> aa1ab751dc0a 00:52:24 00:52:25 Successfully built aa1ab751dc0a 00:52:25 Successfully tagged docker-core-data-go-arm64:latest 00:52:27  Building docker-core-data-go ... done Removing intermediate container 4c8631368c05 00:52:27 ---> fc4380a18dcc 00:52:27 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:27 ---> Running in 1e9ffa965a38 00:52:31 Collecting docker-compose==1.23.2 00:52:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:32 Collecting websocket-client<1.0,>=0.32.0 00:52:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:33 Collecting dockerpty<0.5,>=0.4.1 00:52:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:34 Collecting docopt<0.7,>=0.6.1 00:52:34 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:37 Collecting cached-property<2,>=1.2.0 00:52:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:38 Collecting jsonschema<3,>=2.5.1 00:52:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:38 Collecting texttable<0.10,>=0.9.0 00:52:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:41 Collecting PyYAML<4,>=3.10 00:52:41 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:43 Collecting docker<4.0,>=3.6.0 00:52:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:43 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) 00:52:43 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) 00:52:44 Collecting idna<2.8,>=2.5 00:52:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:44 Collecting urllib3<1.25,>=1.21.1 00:52:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:45 Collecting docker-pycreds>=0.4.0 00:52:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:45 Installing collected packages: websocket-client, dockerpty, docopt, idna, urllib3, requests, cached-property, jsonschema, texttable, PyYAML, docker-pycreds, docker, docker-compose 00:52:46 Running setup.py install for dockerpty: started 00:52:48 Running setup.py install for dockerpty: finished with status 'done' 00:52:48 Running setup.py install for docopt: started 00:52:49 Running setup.py install for docopt: finished with status 'done' 00:52:49 Attempting uninstall: idna 00:52:49 Found existing installation: idna 2.9 00:52:49 Uninstalling idna-2.9: 00:52:49 Successfully uninstalled idna-2.9 00:52:50 Attempting uninstall: urllib3 00:52:50 Found existing installation: urllib3 1.25.9 00:52:50 Uninstalling urllib3-1.25.9: 00:52:50 Successfully uninstalled urllib3-1.25.9 00:52:50 Attempting uninstall: requests 00:52:50 Found existing installation: requests 2.23.0 00:52:50 Uninstalling requests-2.23.0: 00:52:50 Successfully uninstalled requests-2.23.0 00:52:51 Running setup.py install for texttable: started 00:52:53 Running setup.py install for texttable: finished with status 'done' 00:52:53 Running setup.py install for PyYAML: started 00:52:55 Running setup.py install for PyYAML: finished with status 'done' 00:52:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:00 Removing intermediate container 1e9ffa965a38 00:53:00 ---> 068c8ac1ff3f 00:53:00 Step 21/26 : RUN apk --no-cache add curl 00:53:00 ---> Running in 9366e1cf9584 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:02 (2/3) Installing libcurl (7.69.1-r3) 00:53:02 (3/3) Installing curl (7.69.1-r3) 00:53:02 Executing busybox-1.31.1-r19.trigger 00:53:02 OK: 71 MiB in 58 packages 00:53:03 Removing intermediate container 9366e1cf9584 00:53:03 ---> 9c58c14983e6 00:53:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:03 ---> Running in d12d7d7e4f20 00:53:04 Removing intermediate container d12d7d7e4f20 00:53:04 ---> 609a6f711ae6 00:53:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:04 ---> Running in e7f52ed57186 00:53:04 Removing intermediate container e7f52ed57186 00:53:04 ---> 4ecd9d84f467 00:53:04 Step 24/26 : LABEL arch=arm64 00:53:04 ---> Running in 18d723283f00 00:53:05 Removing intermediate container 18d723283f00 00:53:05 ---> 9df3c2027d34 00:53:05 Step 25/26 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:53:05 ---> Running in 46bf69e726c1 00:53:06 Removing intermediate container 46bf69e726c1 00:53:06 ---> 2707e349baa0 00:53:06 Step 26/26 : LABEL version=0.0.0 00:53:06 ---> Running in cc58796d9093 00:53:06 Removing intermediate container cc58796d9093 00:53:06 ---> c0aff39bc919 00:53:06 00:53:06 Successfully built c0aff39bc919 00:53:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:07 $ docker stop --time=1 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b 00:53:09 $ docker rm -f 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b [Pipeline] // withDockerContainer [Pipeline] sh 00:53:10 + + docker images 00:53:10 grep docker 00:53:10 docker-sys-mgmt-agent-go-arm64 latest c0aff39bc919 4 seconds ago 300MB 00:53:10 docker-core-data-go-arm64 latest aa1ab751dc0a 46 seconds ago 21.1MB 00:53:10 docker-security-secretstore-setup-go-arm64 latest a7f7d099261d About a minute ago 23.7MB 00:53:10 docker-security-proxy-setup-go-arm64 latest cab380d12893 About a minute ago 23.4MB 00:53:10 docker-core-command-go-arm64 latest 0b674bab82ba 4 minutes ago 16.2MB 00:53:10 docker-security-bootstrapper-go-arm64 latest a369c78e79fb 4 minutes ago 17.3MB 00:53:10 docker-core-metadata-go-arm64 latest ccf8f28ede5e 4 minutes ago 17.9MB 00:53:10 docker-support-notifications-go-arm64 latest fb084d241b4a 4 minutes ago 16.8MB 00:53:10 docker-support-scheduler-go-arm64 latest b51b6c4c2f44 4 minutes ago 16.3MB 00:53:10 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:11 ---> job-cost.sh 00:53:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nMDF 00:53:48 ---> b9bd1f365acf 00:53:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:53:48 ---> bf2c907e4066 00:53:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:53:48 ---> e90c66084317 00:53:48 Step 9/23 : RUN make cmd/core-data/core-data 00:53:48 ---> c3d75ea5ead1 00:53:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:53:48 ---> Running in e359b2aaafaf 00:53:48 ---> Running in fb9cec41fe4b 00:53:48 ---> Running in c3acc74d1b30 00:53:48 ---> Running in f750cce60244 00:53:48 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 00:53:48 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 00:53: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 00:53:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:54:47 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 00:54:58 Removing intermediate container fb9cec41fe4b 00:54:58 ---> a7fadd17eb2f 00:54:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:54:58 ---> Running in 6e68f8f23da6 00:55:03 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 00:55:04 Removing intermediate container c3acc74d1b30 00:55:04 ---> ccab638d861b 00:55:04 00:55:04 Step 10/21 : FROM alpine:3.12 00:55:04 ---> 88dd2752d2ea 00:55:04 Step 11/21 : RUN apk add --update --no-cache curl 00:55:06 Removing intermediate container f750cce60244 00:55:06 ---> 1c5cf270c8bf 00:55:06 00:55:06 Step 10/24 : FROM alpine:3.12 00:55:06 ---> 88dd2752d2ea 00:55:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:55:06 ---> Running in 09c359ca5fc8 00:55:06 ---> Running in 82c8ed6ac212 00:55:09 Removing intermediate container 6e68f8f23da6 00:55:09 ---> 218918ed3bee 00:55:09 00:55:09 Step 11/26 : FROM docker:20.10.0 00:55:10 20.10.0: Pulling from library/docker 00:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:11 Removing intermediate container e359b2aaafaf 00:55:11 ---> 403e41194104 00:55:11 00:55:11 Step 10/23 : FROM alpine:3.12 00:55:11 ---> 88dd2752d2ea 00:55:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:55:11 (1/5) Installing ca-certificates (20191127-r4) 00:55:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:55:11 (3/5) Installing libcurl (7.69.1-r3) 00:55:11 (1/4) Installing ca-certificates (20191127-r4) 00:55:11 (4/5) Installing curl (7.69.1-r3) 00:55:11 (5/5) Installing dumb-init (1.2.2-r1) 00:55:11 Executing busybox-1.31.1-r19.trigger 00:55:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:55:11 (3/4) Installing libcurl (7.69.1-r3) 00:55:11 (4/4) Installing curl (7.69.1-r3) 00:55:11 Executing busybox-1.31.1-r19.trigger 00:55:12 Executing ca-certificates-20191127-r4.trigger 00:55:12 Executing ca-certificates-20191127-r4.trigger 00:55:12 ---> Running in 8cc76a674da0 00:55:12 OK: 7 MiB in 19 packages 00:55:13 OK: 7 MiB in 18 packages 00:55:14 Removing intermediate container 8cc76a674da0 00:55:14 ---> 9dc19b542337 00:55:14 Step 12/23 : ENV APP_PORT=48080 00:55:15 ---> Running in 26fed779b7aa 00:55:16 Removing intermediate container 26fed779b7aa 00:55:16 ---> 3bc64d0029b0 00:55:16 Step 13/23 : EXPOSE $APP_PORT 00:55:17 ---> Running in dcfe2ec56326 00:55:19 Removing intermediate container 09c359ca5fc8 00:55:19 ---> c9e8ab224e8c 00:55:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:19 Removing intermediate container 82c8ed6ac212 00:55:19 ---> 9bd0fb3bf384 00:55:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:55:20 ---> Running in 0ae3b6334adb 00:55:20 Removing intermediate container dcfe2ec56326 00:55:20 ---> 1778caff5034 00:55:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:20 ---> Running in 1f755a147e65 00:55:20 ---> Running in b828e21375d4 00:55:21 Removing intermediate container 0ae3b6334adb 00:55:21 ---> 9a57b7a8bcf8 00:55:21 Step 13/21 : WORKDIR /edgex 00:55:21 Removing intermediate container 1f755a147e65 00:55:21 ---> 907e9a096d03 00:55:21 Step 13/24 : WORKDIR / 00:55:22 ---> Running in 41a73d5c775e 00:55:22 ---> Running in d748caf0c1d8 00:55:23 Removing intermediate container 41a73d5c775e 00:55:23 ---> 29e5643ebe95 00:55:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:55:24 Removing intermediate container d748caf0c1d8 00:55:24 ---> 77b343c1ea0c 00:55:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:55:26 ---> da8fa67b9a11 00:55:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:55:26 Removing intermediate container b828e21375d4 00:55:26 ---> bb577f5b8fbf 00:55:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:55:27 ---> 9331690d9aa0 00:55:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:55:27 ---> Running in dcd530e40457 00:55:27 ---> db27a5fd9848 00:55:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:28 ---> c4189388ce8e 00:55:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:30 ---> 9d85d615c86b 00:55:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:55:30 ---> 959714949cae 00:55:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:31 ---> Running in 46a5ce723a20 00:55:32 (1/6) Installing dumb-init (1.2.2-r1) 00:55:32 (2/6) Installing libgcc (9.3.0-r2) 00:55:32 Removing intermediate container 46a5ce723a20 00:55:32 ---> f28c83406ff2 00:55:32 Step 18/21 : CMD ["--init=true"] 00:55:32 (3/6) Installing libsodium (1.0.18-r0) 00:55:32 (4/6) Installing libstdc++ (9.3.0-r2) 00:55:32 (5/6) Installing libzmq (4.3.3-r0) 00:55:32 (6/6) Installing zeromq (4.3.3-r0) 00:55:33 Executing busybox-1.31.1-r19.trigger 00:55:33 OK: 8 MiB in 20 packages 00:55:33 ---> ad5e3c5526bb 00:55:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:55:33 ---> Running in f4b82c33b575 00:55:34 Removing intermediate container f4b82c33b575 00:55:34 ---> 08efaebf72fd 00:55:34 Step 19/21 : LABEL arch=x86_64 00:55:34 ---> Running in 26b40f27daf1 00:55:34 ---> 0d861a8fdfbf 00:55:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:55:34 Removing intermediate container dcd530e40457 00:55:34 ---> 91380d4248e4 00:55:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:35 Removing intermediate container 26b40f27daf1 00:55:35 ---> 6c3ec3c2f409 00:55:35 Step 20/21 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:55:35 ---> 502a369d421a 00:55:35 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/ 00:55:35 ---> 48578b6ad3e5 00:55:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:55:35 ---> Running in 330d65285f89 00:55:35 ---> Running in cbdb0a306e5f 00:55:36 Removing intermediate container 330d65285f89 00:55:36 ---> f7145847cb5d 00:55:36 Step 21/21 : LABEL version=0.0.0 00:55:36 ---> Running in c346f4a34f19 00:55:36 ---> dd8a48641da6 00:55:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:55:36 Removing intermediate container c346f4a34f19 00:55:36 ---> 53d722e6a580 00:55:36 00:55:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:55:37 Status: Downloaded newer image for docker:20.10.0 00:55:37 ---> aefe523efa57 00:55:37 Step 12/26 : RUN apk add --no-cache bash 00:55:37 ---> Running in a8d5a70c581f 00:55:37 ---> 64ceb9f12843 00:55:37 Step 19/23 : ENTRYPOINT ["/core-data"] 00:55:38 ---> Running in ed0ab90f1c20 00:55:38 Removing intermediate container cbdb0a306e5f 00:55:38 ---> 671a8a9e2596 00:55:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:55:38 Successfully built 53d722e6a580 00:55:38 Successfully tagged docker-security-proxy-setup-go:latest 00:55:38  Building docker-security-proxy-setup-go ... done  ---> Running in 987010406e4b 00:55:39 Removing intermediate container ed0ab90f1c20 00:55:39 ---> e5147225b263 00:55:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:41 ---> Running in 927be831ada3 00:55:41 Removing intermediate container 987010406e4b 00:55:41 ---> c9f15fc60ab8 00:55:41 Step 22/24 : LABEL arch=x86_64 00:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:41 ---> Running in 3a7204ccee8a 00:55:41 (1/2) Installing readline (8.0.4-r0) 00:55:41 (2/2) Installing bash (5.0.17-r0) 00:55:41 Executing bash-5.0.17-r0.post-install 00:55:41 Executing busybox-1.31.1-r19.trigger 00:55:41 OK: 12 MiB in 22 packages 00:55:41 Removing intermediate container 927be831ada3 00:55:41 ---> 2fb167775d9e 00:55:41 Step 21/23 : LABEL arch=x86_64 00:55:41 ---> Running in cb2fba213390 00:55:41 Removing intermediate container 3a7204ccee8a 00:55:41 ---> 7cb5da8167c0 00:55:41 Step 23/24 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:55:41 ---> Running in a677636ec804 00:55:42 Removing intermediate container cb2fba213390 00:55:42 ---> 84c256abd829 00:55:42 Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:55:42 Removing intermediate container a677636ec804 00:55:42 ---> 72e046f56285 00:55:42 Step 24/24 : LABEL version=0.0.0 00:55:43 ---> Running in bf0b4185b690 00:55:43 ---> Running in da716aa296ac 00:55:44 Removing intermediate container a8d5a70c581f 00:55:44 ---> bf1c70b92a13 00:55:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:55:44 Removing intermediate container bf0b4185b690 00:55:44 ---> 005a4ddce532 00:55:44 Step 23/23 : LABEL version=0.0.0 00:55:44 Removing intermediate container da716aa296ac 00:55:44 ---> 4992c2f2321d 00:55:44 00:55:44 ---> Running in e15b5cd97069 00:55:44 ---> Running in c661593cd3a3 00:55:45 Successfully built 4992c2f2321d 00:55:45 Successfully tagged docker-security-secretstore-setup-go:latest 00:55:45  Building docker-security-secretstore-setup-go ... done Removing intermediate container e15b5cd97069 00:55:45 ---> 963092f5e9b4 00:55:45 Step 14/26 : ENV APP_PORT=48090 00:55:45 Removing intermediate container c661593cd3a3 00:55:45 ---> cba60d1d168f 00:55:45 00:55:46 ---> Running in 725022f55642 00:55:46 Successfully built cba60d1d168f 00:55:47 Removing intermediate container 725022f55642 00:55:47 ---> 9f12b4f21f58 00:55:47 Step 15/26 : EXPOSE $APP_PORT 00:55:47 Successfully tagged docker-core-data-go:latest 00:55:47  Building docker-core-data-go ... done  ---> Running in d965ebbf88ed 00:55:48 Removing intermediate container d965ebbf88ed 00:55:48 ---> f28a1f67c4b4 00:55:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:55:50 ---> 98064e7d1a37 00:55:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:55:51 ---> 3148dd684e4c 00:55:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:55:53 ---> bd26476052f7 00:55:53 Step 19/26 : RUN apk --no-cache add py3-pip 00:55:53 ---> Running in 5545b6f5fd78 00:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:55 (1/33) Installing libbz2 (1.0.8-r1) 00:55:55 (2/33) Installing expat (2.2.9-r1) 00:55:55 (3/33) Installing libffi (3.3-r2) 00:55:55 (4/33) Installing gdbm (1.13-r1) 00:55:55 (5/33) Installing xz-libs (5.2.5-r0) 00:55:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:55:55 (7/33) Installing python3 (3.8.5-r1) 00:55:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:55:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:55:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:55:57 (11/33) Installing py3-six (1.15.0-r0) 00:55:57 (12/33) Installing py3-packaging (20.4-r0) 00:55:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:55:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:55:57 (15/33) Installing py3-idna (2.9-r0) 00:55:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:55:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:55:58 (18/33) Installing py3-requests (2.23.0-r0) 00:55:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:55:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:55:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:55:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:55:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:55:58 (24/33) Installing py3-distro (1.5.0-r1) 00:55:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:55:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:55:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:55:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:55:58 (29/33) Installing py3-progress (1.5-r0) 00:55:58 (30/33) Installing py3-toml (0.10.1-r0) 00:55:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:55:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:55:58 (33/33) Installing py3-pip (20.1.1-r0) 00:55:58 Executing busybox-1.31.1-r19.trigger 00:55:59 OK: 71 MiB in 55 packages 00:56:12 lf-activate-venv(): INFO: Adding /tmp/venv-nMDF/bin to PATH 00:56:12 INFO: No Stack... 00:56:12 INFO: Retrieving Pricing Info for: lf-standard-4 00:56:12 INFO: Archiving Costs [Pipeline] sh 00:56:12 + cat /w/workspace/edgex-go/4/archives/cost.csv 00:56:12 + cut -d, -f6 [Pipeline] lock 00:56:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] 00:56:12 Resource [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] did not exist. Created. 00:56:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:56:13 + echo total: 0.20999999344348907 [Pipeline] stash 00:56:13 Stashed 1 file(s) [Pipeline] } 00:56:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:56:15 Removing intermediate container 5545b6f5fd78 00:56:15 ---> 80d9dd7d9259 00:56:15 Step 20/26 : RUN pip install docker-compose==1.23.2 00:56:15 ---> Running in 40b70f26f406 00:56:16 Collecting docker-compose==1.23.2 00:56:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:56:18 Collecting cached-property<2,>=1.2.0 00:56:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:56:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:19 Collecting PyYAML<4,>=3.10 00:56:19 Downloading PyYAML-3.13.tar.gz (270 kB) 00:56:20 Collecting jsonschema<3,>=2.5.1 00:56:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:56:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:56:20 Collecting websocket-client<1.0,>=0.32.0 00:56:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:56:20 Collecting docopt<0.7,>=0.6.1 00:56:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:56:21 Collecting dockerpty<0.5,>=0.4.1 00:56:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:22 Collecting docker<4.0,>=3.6.0 00:56:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:22 Collecting texttable<0.10,>=0.9.0 00:56:22 Downloading texttable-0.9.1.tar.gz (11 kB) 00:56:23 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) 00:56:23 Collecting urllib3<1.25,>=1.21.1 00:56:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:56:23 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) 00:56:23 Collecting idna<2.8,>=2.5 00:56:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:56:24 Collecting docker-pycreds>=0.4.0 00:56:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:56:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:56:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:56:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:56:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:56:24 Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, jsonschema, websocket-client, docopt, dockerpty, docker-pycreds, docker, texttable, docker-compose 00:56:24 Attempting uninstall: urllib3 00:56:24 Found existing installation: urllib3 1.25.9 00:56:24 Uninstalling urllib3-1.25.9: 00:56:24 Successfully uninstalled urllib3-1.25.9 00:56:25 Attempting uninstall: idna 00:56:25 Found existing installation: idna 2.9 00:56:25 Uninstalling idna-2.9: 00:56:25 Successfully uninstalled idna-2.9 00:56:25 Attempting uninstall: requests 00:56:25 Found existing installation: requests 2.23.0 00:56:25 Uninstalling requests-2.23.0: 00:56:25 Successfully uninstalled requests-2.23.0 00:56:25 Running setup.py install for PyYAML: started 00:56:26 Running setup.py install for PyYAML: finished with status 'done' 00:56:26 Running setup.py install for docopt: started 00:56:27 Running setup.py install for docopt: finished with status 'done' 00:56:27 Running setup.py install for dockerpty: started 00:56:28 Running setup.py install for dockerpty: finished with status 'done' 00:56:28 Running setup.py install for texttable: started 00:56:29 Running setup.py install for texttable: finished with status 'done' 00:56:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:56:35 Removing intermediate container 40b70f26f406 00:56:35 ---> 05308477d0ab 00:56:35 Step 21/26 : RUN apk --no-cache add curl 00:56:35 ---> Running in 026e7234db10 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:56:37 (2/3) Installing libcurl (7.69.1-r3) 00:56:37 (3/3) Installing curl (7.69.1-r3) 00:56:37 Executing busybox-1.31.1-r19.trigger 00:56:37 OK: 72 MiB in 58 packages 00:56:38 Removing intermediate container 026e7234db10 00:56:38 ---> b5bd5b6b727e 00:56:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:38 ---> Running in 382d1ac3f9c6 00:56:39 Removing intermediate container 382d1ac3f9c6 00:56:39 ---> c52fa2991705 00:56:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:39 ---> Running in 362326ba4fa1 00:56:39 Removing intermediate container 362326ba4fa1 00:56:39 ---> f2292a9cfaae 00:56:39 Step 24/26 : LABEL arch=x86_64 00:56:39 ---> Running in 1d45f21a1806 00:56:40 Removing intermediate container 1d45f21a1806 00:56:40 ---> 4e08ed05f414 00:56:40 Step 25/26 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff 00:56:40 ---> Running in a8fe27769ac5 00:56:40 Removing intermediate container a8fe27769ac5 00:56:40 ---> 4099e1b0fef1 00:56:40 Step 26/26 : LABEL version=0.0.0 00:56:40 ---> Running in e09d1e4a4aa3 00:56:41 Removing intermediate container e09d1e4a4aa3 00:56:41 ---> e37ec09d1153 00:56:41 00:56:42 Successfully built e37ec09d1153 00:56:42 Successfully tagged docker-sys-mgmt-agent-go:latest 00:56:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:56:44 $ docker stop --time=1 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c 00:56:47 $ docker rm -f 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c [Pipeline] // withDockerContainer [Pipeline] sh 00:56:48 + docker images 00:56:48 + grep docker 00:56:51 docker-sys-mgmt-agent-go latest e37ec09d1153 10 seconds ago 313MB 00:56:51 docker-core-data-go latest cba60d1d168f About a minute ago 22.4MB 00:56:51 docker-security-secretstore-setup-go latest 4992c2f2321d About a minute ago 24.9MB 00:56:51 docker-security-proxy-setup-go latest 53d722e6a580 About a minute ago 24.7MB 00:56:51 docker-security-bootstrapper-go latest d800283b7b88 7 minutes ago 18.3MB 00:56:51 docker-core-metadata-go latest 744f800fe72f 7 minutes ago 19MB 00:56:51 docker-support-scheduler-go latest ac1d33a475c6 7 minutes ago 17.2MB 00:56:51 docker-core-command-go latest c7e8554a2541 7 minutes ago 17MB 00:56:51 docker-support-notifications-go latest 42c4e97106fc 7 minutes ago 17.8MB 00:56:51 docker 20.10.0 aefe523efa57 2 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 00:57:08 Still waiting to schedule task 00:57:08 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:57:55 Running on prd-ubuntu18.04-docker-8c-8g-27762 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 00:57:55 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:57:57 using credential edgex-jenkins-ssh 00:57:58 Cloning the remote Git repository 00:57:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:57:58 > git init /w/workspace/edgex-go/4 # timeout=10 00:57:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:58 > git --version # timeout=10 00:57:58 > git --version # 'git version 2.17.1' 00:57:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:04 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c 00:58:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:58:04 > git config core.sparsecheckout # timeout=10 00:58:04 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 00:58:04 Merge succeeded, producing 4976a986481d698df478de3982627239646fd245 00:58:04 Checking out Revision 4976a986481d698df478de3982627239646fd245 (PR-3192) 00:58:04 > git remote # timeout=10 00:58:04 > git config --get remote.origin.url # timeout=10 00:58:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:04 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 00:58:04 > git rev-parse HEAD^{commit} # timeout=10 00:58:04 > git config core.sparsecheckout # timeout=10 00:58:04 > git checkout -f 4976a986481d698df478de3982627239646fd245 # timeout=10 00:58:08 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 00:58:08 > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:58:09 + echo snap-build.sh 00:58:09 snap-build.sh 00:58:09 + SNAP_BASE_DIR=. 00:58:09 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:58:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:58:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:58:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:58:09 + cd /w/workspace/edgex-go/4 00:58:09 + sudo apt-get remove -qy --purge lxd lxd-client 00:58:09 Reading package lists... 00:58:09 Building dependency tree... 00:58:09 Reading state information... 00:58:09 The following packages were automatically installed and are no longer required: 00:58:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:58:09 uidmap xdelta3 00:58:09 Use 'sudo apt autoremove' to remove them. 00:58:09 The following packages will be REMOVED: 00:58:09 lxd* lxd-client* 00:58:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:58:10 After this operation, 31.7 MB disk space will be freed. 00:58:11 (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.) 00:58:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:12 Removing lxd dnsmasq configuration 00:58:12 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:58:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:58:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:58:13 (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.) 00:58:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:58:14 Processing triggers for ureadahead (0.100.0-21) ... 00:58:16 + sudo snap remove --purge lxd 00:58:16 snap "lxd" is not installed 00:58:16 + sudo groupadd --force --system lxd 00:58:16 ++ whoami 00:58:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:58:16 + newgrp - lxd 00:58:16 + sudo snap install lxd 00:58:24 2021-02-26T00:58:21Z INFO Waiting for automatic snapd restart... 00:58:39 lxd 4.11 from Canonical* installed 00:58:39 + sudo lxd init --auto 00:58:47 + sudo snap install --classic snapcraft 00:58:52 snapcraft 4.5.1 from Canonical* installed 00:58:52 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:58:52 + patch --verbose -p1 00:58:52 Hmm... Looks like a unified diff to me... 00:58:52 The text leading up to this was: 00:58:52 -------------------------- 00:58:52 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:58:52 |From: Tony Espy 00:58:52 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:58:52 |Subject: [PATCH] optimize snap build for pipeline CI check 00:58:52 | 00:58:52 |This patch is used by the EdgeX CI pipeline builds to 00:58:52 |optimize the snap CI check run for pull requests. When 00:58:52 |applied, it essentially strips out everything (apps and 00:58:52 |parts) from the snapcraft.yaml file except those required 00:58:52 |to build edgex-go, as the whole idea of the CI check is to 00:58:52 |catch changes to edgex-go that break the snap build. 00:58:52 | 00:58:52 |In general, anyone updating snapcraft.yaml will also need 00:58:52 |to update this patch file, otherwise it may fail to apply, 00:58:52 |resulting in a failed snap build CI check in the associated 00:58:52 |pull request. 00:58:52 | 00:58:52 |Note - in addition to applying this patch, the pipeline also 00:58:52 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:58:52 |need to build the finally binary .snap file (and it won't 00:58:52 |work with the patch applied). This further reduces the build 00:58:52 |time. 00:58:52 |--- 00:58:52 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:58:52 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:58:52 | 00:58:52 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:58:52 |index 1e537489..faf42425 100644 00:58:52 |--- a/snap/snapcraft.yaml 00:58:52 |+++ b/snap/snapcraft.yaml 00:58:52 -------------------------- 00:58:52 patching file snap/snapcraft.yaml 00:58:52 Using Plan A... 00:58:52 Hunk #1 succeeded at 73. 00:58:52 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:58:52 Hunk #3 succeeded at 217 (offset 3 lines). 00:58:52 Hunk #4 succeeded at 225 (offset 3 lines). 00:58:52 Hunk #5 succeeded at 232 (offset 3 lines). 00:58:52 Hunk #6 succeeded at 259 (offset 3 lines). 00:58:52 Hunk #7 succeeded at 293 (offset 3 lines). 00:58:52 Hunk #8 succeeded at 352 (offset 11 lines). 00:58:52 Hmm... Ignoring the trailing garbage. 00:58:52 done 00:58:52 + sudo snapcraft prime --use-lxd 00:58:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:58:53 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: 00:58:53 - README.md 00:58:53 - snapcraft.yaml.orig 00:58:53 00:58:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:58:54 Launching a container. 00:59:07 Waiting for container to be ready 00:59:07 To start your first instance, try: lxc launch ubuntu:18.04 00:59:07 00:59:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:59:10 Waiting for network to be ready... 00:59:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:59:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:59:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 00:59:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:59:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:59:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:59:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:59:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:59:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:59:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:59:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:59:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:59:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 00:59:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 00:59:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 00:59:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 00:59:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 00:59:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:59:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:59:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 00:59:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:59:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 00:59:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 00:59:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 00:59:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 00:59:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 00:59:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:59:16 Fetched 24.0 MB in 6s (4205 kB/s) 00:59:17 Reading package lists... 00:59:17 Reading package lists... 00:59:17 Building dependency tree... 00:59:17 Reading state information... 00:59:17 The following additional packages will be installed: 00:59:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:59:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:59:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:59:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:59:17 Suggested packages: 00:59:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:59:17 Recommended packages: 00:59:17 gnupg libsasl2-modules 00:59:17 The following NEW packages will be installed: 00:59:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:59:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:59:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:59:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:59:17 The following packages will be upgraded: 00:59:17 gpg gpg-agent gpgconf libudev1 00:59:18 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:59:18 Need to get 3530 kB of archives. 00:59:18 After this operation, 13.3 MB of additional disk space will be used. 00:59:18 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] 00:59:18 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] 00:59:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:59:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:59:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:59:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:59:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:59:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:59:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:59:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:59:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:59:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:59:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:59:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:59:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:59:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:59:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:59:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:59:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:59:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:59:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:59:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:59:19 debconf: delaying package configuration, since apt-utils is not installed 00:59:19 Fetched 3530 kB in 1s (3495 kB/s) 00:59:19 (Reading database ... 12511 files and directories currently installed.) 00:59:19 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:59:19 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:59:19 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:59:19 Selecting previously unselected package udev. 00:59:19 (Reading database ... 12511 files and directories currently installed.) 00:59:19 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:59:19 Unpacking udev (237-3ubuntu10.44) ... 00:59:19 Selecting previously unselected package libfuse2:amd64. 00:59:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:59:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:59:20 Selecting previously unselected package fuse. 00:59:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:59:20 Unpacking fuse (2.9.7-1ubuntu1) ... 00:59:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:20 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:20 Selecting previously unselected package libksba8:amd64. 00:59:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:59:20 Unpacking libksba8:amd64 (1.3.5-2) ... 00:59:20 Selecting previously unselected package libroken18-heimdal:amd64. 00:59:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:59:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:59:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:59:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libwind0-heimdal:amd64. 00:59:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:59:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:59:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:59:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:59:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:59:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:21 Selecting previously unselected package libsasl2-modules-db:amd64. 00:59:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:59:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:59:21 Selecting previously unselected package libsasl2-2:amd64. 00:59:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:59:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:59:21 Selecting previously unselected package libldap-common. 00:59:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:59:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:59:21 Selecting previously unselected package libldap-2.4-2:amd64. 00:59:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:59:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:59:22 Selecting previously unselected package dirmngr. 00:59:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:22 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:59:22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:59:22 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:59:22 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:59:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:59:22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:59:22 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:59:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:22 Setting up libksba8:amd64 (1.3.5-2) ... 00:59:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:22 Setting up udev (237-3ubuntu10.44) ... 00:59:22 invoke-rc.d: policy-rc.d denied execution of start. 00:59:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:22 Processing triggers for systemd (237-3ubuntu10) ... 00:59:22 Setting up fuse (2.9.7-1ubuntu1) ... 00:59:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:59:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:59:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:59:23 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:59:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:59:23 settings in the [Install] section, and DefaultInstance for template units). 00:59:23 This means they are not meant to be enabled using systemctl. 00:59:23 Possible reasons for having this kind of units are: 00:59:23 1) A unit may be statically enabled by being symlinked from another unit's 00:59:23 .wants/ or .requires/ directory. 00:59:23 2) A unit's purpose may be to act as a helper for some other unit which has 00:59:23 a requirement dependency on it. 00:59:23 3) A unit may be started when needed via activation (socket, path, timer, 00:59:23 D-Bus, udev, scripted systemctl call, ...). 00:59:23 4) In case of template units, the unit is meant to be enabled with some 00:59:23 instance name specified. 00:59:24 Reading package lists... 00:59:24 Building dependency tree... 00:59:24 Reading state information... 00:59:24 The following additional packages will be installed: 00:59:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:59:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:59:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:59:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:59:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:59:24 Suggested packages: 00:59:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:59:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:59:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:59:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:59:24 systemd-container policykit-1 00:59:24 Recommended packages: 00:59:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:59:24 The following NEW packages will be installed: 00:59:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:59:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:59:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:59:24 multiarch-support openssh-client python3 python3-minimal python3.6 00:59:24 python3.6-minimal snapd squashfs-tools sudo 00:59:24 The following packages will be upgraded: 00:59:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:59:24 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:59:24 Need to get 35.2 MB of archives. 00:59:24 After this operation, 141 MB of additional disk space will be used. 00:59:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:59:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:59:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:59:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:59:25 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:59:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:59:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:59:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:59:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:59:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:59:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:59:25 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:59:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:59:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:59:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:59:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:59:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:59:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:59:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:59:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:59:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:59:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:59:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:59:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:59:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:59:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:59:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:59:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:59:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:59:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:59:26 debconf: delaying package configuration, since apt-utils is not installed 00:59:26 Fetched 35.2 MB in 2s (15.7 MB/s) 00:59:27 (Reading database ... 12757 files and directories currently installed.) 00:59:27 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:59:27 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:59:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:59:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:59:28 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:59:28 (Reading database ... 12757 files and directories currently installed.) 00:59:28 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:59:28 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:59:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:59:28 (Reading database ... 12757 files and directories currently installed.) 00:59:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:59:28 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:59:28 Setting up apt (1.6.12ubuntu0.2) ... 00:59:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:59:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:59:29 (Reading database ... 12764 files and directories currently installed.) 00:59:29 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:59:29 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:59:29 Selecting previously unselected package libpython3.6-minimal:amd64. 00:59:29 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:29 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:29 Selecting previously unselected package libexpat1:amd64. 00:59:29 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:59:29 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:59:29 Selecting previously unselected package python3.6-minimal. 00:59:29 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:59:30 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:59:30 Checking for services that may need to be restarted...done. 00:59:30 Checking for services that may need to be restarted...done. 00:59:30 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:30 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:59:30 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:59:31 Selecting previously unselected package python3-minimal. 00:59:31 (Reading database ... 13012 files and directories currently installed.) 00:59:31 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:59:31 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:59:31 Selecting previously unselected package mime-support. 00:59:31 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:59:31 Unpacking mime-support (3.60ubuntu1) ... 00:59:31 Selecting previously unselected package libmpdec2:amd64. 00:59:31 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:59:31 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:59:31 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:59:31 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:31 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:31 Selecting previously unselected package python3.6. 00:59:31 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:59:31 Selecting previously unselected package libpython3-stdlib:amd64. 00:59:31 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:59:31 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:59:31 Setting up python3-minimal (3.6.7-1~18.04) ... 00:59:32 Selecting previously unselected package python3. 00:59:32 (Reading database ... 13442 files and directories currently installed.) 00:59:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:59:32 Unpacking python3 (3.6.7-1~18.04) ... 00:59:32 Selecting previously unselected package multiarch-support. 00:59:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:59:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:59:32 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:59:32 Selecting previously unselected package liblzo2-2:amd64. 00:59:32 (Reading database ... 13479 files and directories currently installed.) 00:59:32 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:59:32 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:59:32 Selecting previously unselected package libbsd0:amd64. 00:59:32 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:59:32 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:59:32 Selecting previously unselected package sudo. 00:59:32 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:59:32 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:59:32 Selecting previously unselected package apparmor. 00:59:32 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:59:32 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:59:32 Selecting previously unselected package libedit2:amd64. 00:59:32 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:59:32 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:59:32 Selecting previously unselected package libkrb5support0:amd64. 00:59:32 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:59:32 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:59:33 Selecting previously unselected package libk5crypto3:amd64. 00:59:33 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:59:33 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:59:33 Selecting previously unselected package libkeyutils1:amd64. 00:59:33 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:59:33 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:59:33 Selecting previously unselected package libkrb5-3:amd64. 00:59:33 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:59:33 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:59:33 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:59:33 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:59:33 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:59:33 Selecting previously unselected package libssl1.0.0:amd64. 00:59:33 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:59:33 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:59:33 Selecting previously unselected package openssh-client. 00:59:33 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:59:33 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:59:33 Selecting previously unselected package squashfs-tools. 00:59:33 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:59:33 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:59:33 Selecting previously unselected package snapd. 00:59:33 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:59:33 Unpacking snapd (2.48.3+18.04) ... 00:59:36 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:59:36 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:59:36 Setting up mime-support (3.60ubuntu1) ... 00:59:36 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:59:36 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:59:36 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:59:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:37 Setting up systemd (237-3ubuntu10.44) ... 00:59:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:59:37 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:59:37 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:59:37 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:59:37 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:37 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:59:37 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:59:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:59:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:59:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:59:38 Setting up python3 (3.6.7-1~18.04) ... 00:59:38 running python rtupdate hooks for python3.6... 00:59:38 running python post-rtupdate hooks for python3.6... 00:59:38 Setting up apparmor (2.12-4ubuntu5.1) ... 00:59:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:59:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:59:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:59:41 Setting up snapd (2.48.3+18.04) ... 00:59:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:59:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:59:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:59:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:59:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:59:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:59:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:59:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:59:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:59:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:59:43 /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' 00:59:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:43 Processing triggers for systemd (237-3ubuntu10.44) ... 00:59:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:46 Reading package lists... 00:59:46 Reading package lists... 00:59:46 Building dependency tree... 00:59:46 Reading state information... 00:59:46 Calculating upgrade... 00:59:47 The following packages will be upgraded: 00:59:47 advancecomp base-files bash binutils binutils-common 00:59:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:59:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:59:47 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:59:47 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:59:47 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:59:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:59:47 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:59:47 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:59:47 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:59:47 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:59:47 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:59:47 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:59:47 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:59:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:59:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:59:47 Need to get 63.8 MB of archives. 00:59:47 After this operation, 5201 kB of additional disk space will be used. 00:59:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 00:59:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:59:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:59:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:59:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:59:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:59:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:59:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:59:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:59:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:59:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:59:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:59:47 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:59:47 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:59:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:59:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:59:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:59:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:59:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:59:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:59:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:59:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:59:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:59:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:59:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:59:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:59:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:59:48 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:59:48 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:59:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:59:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:59:48 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:59:48 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:59:48 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:59:48 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:59:48 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:59:48 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:59:48 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:59:48 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] 00:59:48 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:59:48 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:59:48 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:59:48 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:59:48 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:59:48 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:59:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:59:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:59:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:59:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:59:48 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:59:48 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:59:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:59:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:59:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:59:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:59:48 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:59:48 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:59:48 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:59:48 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] 00:59:48 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:59:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:59:48 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:59:48 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:59:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:59:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:59:48 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:59:48 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:59:48 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:59:48 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:59:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:59:48 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:59:48 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:59:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:59:48 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:59:48 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:59:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:59:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:59:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:59:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:59:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:59:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:59:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:59:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:59:49 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:59:49 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:59:49 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:59:49 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:59:49 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:59:49 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:59:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:59:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:59:50 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:59:50 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:59:50 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:59:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:59:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:59:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:59:50 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:59:50 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:59:50 debconf: delaying package configuration, since apt-utils is not installed 00:59:50 Fetched 63.8 MB in 4s (17.5 MB/s) 00:59:51 (Reading database ... 13912 files and directories currently installed.) 00:59:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:59:51 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:59:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 00:59:52 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 00:59:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:54 (Reading database ... 13911 files and directories currently installed.) 00:59:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:59:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:59:54 (Reading database ... 13911 files and directories currently installed.) 00:59:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:54 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:54 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:54 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:54 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:54 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:54 (Reading database ... 13911 files and directories currently installed.) 00:59:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:59:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:55 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:59:55 (Reading database ... 13911 files and directories currently installed.) 00:59:55 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:59:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:59:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:59:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:59:56 Setting up base-files (10.1ubuntu2.10) ... 00:59:56 Installing new version of config file /etc/issue ... 00:59:56 Installing new version of config file /etc/issue.net ... 00:59:56 Installing new version of config file /etc/lsb-release ... 00:59:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:59:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:59:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:59:56 Removing obsolete conffile /etc/default/motd-news ... 00:59:56 (Reading database ... 13912 files and directories currently installed.) 00:59:56 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:59:56 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:59:57 Setting up bash (4.4.18-2ubuntu1.2) ... 00:59:57 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:59:57 (Reading database ... 13912 files and directories currently installed.) 00:59:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:59:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:59:57 (Reading database ... 13912 files and directories currently installed.) 00:59:57 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:59:57 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:59:57 Setting up tar (1.29b-2ubuntu0.2) ... 00:59:57 (Reading database ... 13912 files and directories currently installed.) 00:59:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:59:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:57 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:59:57 (Reading database ... 13912 files and directories currently installed.) 00:59:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:58 (Reading database ... 13912 files and directories currently installed.) 00:59:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:58 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:59:58 (Reading database ... 13912 files and directories currently installed.) 00:59:58 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:59:58 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:59:58 Setting up grep (3.1-2build1) ... 00:59:58 (Reading database ... 13912 files and directories currently installed.) 00:59:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:58 Setting up login (1:4.5-1ubuntu2) ... 00:59:58 (Reading database ... 13912 files and directories currently installed.) 00:59:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:59 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:59:59 (Reading database ... 13912 files and directories currently installed.) 00:59:59 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:59 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:00:00 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:00:00 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:00:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:00:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:00:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:00:00 (Reading database ... 13912 files and directories currently installed.) 01:00:00 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:00:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:00:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:00:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:00:02 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:00:02 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:00:02 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:00:02 (Reading database ... 13912 files and directories currently installed.) 01:00:02 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:00:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:00:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:00:02 (Reading database ... 13912 files and directories currently installed.) 01:00:02 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:02 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:00:02 (Reading database ... 13912 files and directories currently installed.) 01:00:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:00:03 (Reading database ... 13912 files and directories currently installed.) 01:00:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:03 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:03 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:00:03 (Reading database ... 13912 files and directories currently installed.) 01:00:03 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:03 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:00:03 (Reading database ... 13912 files and directories currently installed.) 01:00:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:00:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:00:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:00:03 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:00:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:00:03 (Reading database ... 13912 files and directories currently installed.) 01:00:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:00:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:00:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:00:04 (Reading database ... 13912 files and directories currently installed.) 01:00:04 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:04 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:04 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:00:04 (Reading database ... 13912 files and directories currently installed.) 01:00:04 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:04 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:04 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:00:04 (Reading database ... 13912 files and directories currently installed.) 01:00:04 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:04 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:00:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:00:05 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:00:05 (Reading database ... 13912 files and directories currently installed.) 01:00:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:00:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:00:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:00:06 (Reading database ... 13912 files and directories currently installed.) 01:00:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:00:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:00:06 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:00:06 (Reading database ... 13914 files and directories currently installed.) 01:00:06 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:00:06 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:00:06 Setting up debconf (1.5.66ubuntu1) ... 01:00:07 (Reading database ... 13914 files and directories currently installed.) 01:00:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:00:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:00:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:00:07 (Reading database ... 13914 files and directories currently installed.) 01:00:07 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:00:07 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:00:07 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:00:07 (Reading database ... 13914 files and directories currently installed.) 01:00:07 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:00:07 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:00:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:00:08 (Reading database ... 13914 files and directories currently installed.) 01:00:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:00:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:00:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:00:08 (Reading database ... 13914 files and directories currently installed.) 01:00:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:00:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:00:08 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:00:08 (Reading database ... 13914 files and directories currently installed.) 01:00:08 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:00:08 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:00:08 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:00:08 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:00:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:00:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:00:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:00:09 (Reading database ... 13914 files and directories currently installed.) 01:00:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:00:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:00:09 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:00:09 (Reading database ... 13914 files and directories currently installed.) 01:00:09 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:00:09 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:00:09 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:00:10 (Reading database ... 13914 files and directories currently installed.) 01:00:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:00:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:00:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:00:10 (Reading database ... 13914 files and directories currently installed.) 01:00:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:00:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:00:10 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:00:10 (Reading database ... 13914 files and directories currently installed.) 01:00:10 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:00:10 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:00:10 Setting up passwd (1:4.5-1ubuntu2) ... 01:00:11 (Reading database ... 13914 files and directories currently installed.) 01:00:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 01:00:11 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:00:11 Setting up gpgv (2.2.4-1ubuntu1.4) ... 01:00:11 (Reading database ... 13914 files and directories currently installed.) 01:00:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:00:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:00:11 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:00:11 (Reading database ... 13914 files and directories currently installed.) 01:00:11 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:00:11 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:00:11 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:00:11 (Reading database ... 13914 files and directories currently installed.) 01:00:11 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:00:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:00:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:00:12 (Reading database ... 13914 files and directories currently installed.) 01:00:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:00:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:00:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:00:12 (Reading database ... 13914 files and directories currently installed.) 01:00:12 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:00:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:00:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:00:13 (Reading database ... 13914 files and directories currently installed.) 01:00:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:00:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:00:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:00:13 (Reading database ... 13915 files and directories currently installed.) 01:00:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:00:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:00:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:00:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:00:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 01:00:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 01:00:13 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:00:14 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:00:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:00:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:00:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:00:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:00:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:00:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:00:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:00:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:00:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:00:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:00:14 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:00:14 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:00:14 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:00:14 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:00:14 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:00:14 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:00:15 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:00:15 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:00:15 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:00:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:00:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:00:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:00:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:00:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:00:16 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:00:16 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:00:16 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:00:16 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:00:16 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:22 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:00:22 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:00:22 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:00:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:00:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:00:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:00:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:00:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:00:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:00:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:00:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:00:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:00:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:00:23 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:00:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:00:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:00:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:00:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:00:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:00:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:00:24 01:00:24 Current default time zone: 'Etc/UTC' 01:00:24 Local time is now: Fri Feb 26 01:00:24 UTC 2021. 01:00:24 Universal Time is now: Fri Feb 26 01:00:24 UTC 2021. 01:00:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:00:24 01:00:24 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:00:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:24 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 01:00:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:00:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:00:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:00:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:00:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:00:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:00:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:00:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:00:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:00:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:25 Setting up patch (2.7.6-2ubuntu1.1) ... 01:00:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:00:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:00:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 01:00:25 Installing new version of config file /etc/ssl/openssl.cnf ... 01:00:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:00:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:00:25 Setting up ca-certificates (20210119~18.04.1) ... 01:00:26 Updating certificates in /etc/ssl/certs... 01:00:27 23 added, 27 removed; done. 01:00:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:00:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:00:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:00:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:00:27 Setting up pkgbinarymangler (138.18.04.1) ... 01:00:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:00:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up perl (5.26.1-6ubuntu0.5) ... 01:00:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:00:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:00:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:00:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:00:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:00:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:00:27 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:00:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:00:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:00:28 Processing triggers for systemd (237-3ubuntu10.44) ... 01:00:28 Processing triggers for mime-support (3.60ubuntu1) ... 01:00:28 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:00:28 Updating certificates in /etc/ssl/certs... 01:00:28 0 added, 0 removed; done. 01:00:28 Running hooks in /etc/ca-certificates/update.d... 01:00:28 done. 01:00:29 Reading package lists... 01:00:29 Building dependency tree... 01:00:29 Reading state information... 01:00:29 The following NEW packages will be installed: 01:00:29 apt-transport-https 01:00:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:00:30 Need to get 1696 B of archives. 01:00:30 After this operation, 153 kB of additional disk space will be used. 01:00:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:00:30 debconf: delaying package configuration, since apt-utils is not installed 01:00:30 Fetched 1696 B in 0s (8434 B/s) 01:00:30 Selecting previously unselected package apt-transport-https. 01:00:30 (Reading database ... 13920 files and directories currently installed.) 01:00:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:00:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:00:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:00:30 Waiting for network to be ready... 01:00:35 2021-02-26T01:00:34Z INFO Waiting for automatic snapd restart... 01:00:35 snapd 2.48.2.1 from Canonical* installed 01:00:36 "snapd" switched to the "latest/stable" channel 01:00:36 01:00:40 core18 20210128 from Canonical* installed 01:00:40 "core18" switched to the "latest/stable" channel 01:00:40 01:00:45 snapcraft 4.5.1 from Canonical* installed 01:00:45 "snapcraft" switched to the "latest/stable" channel 01:00:45 01:00:48 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: 01:00:48 - README.md 01:00:48 - snapcraft.yaml.orig 01:00:48 01:00:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:00:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:00:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:00:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:00:56 Reading package lists... 01:00:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 01:01:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:01:03 Reading package lists... 01:01:03 Building dependency tree... 01:01:03 Reading state information... 01:01:03 Suggested packages: 01:01:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:01:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:01:03 Recommended packages: 01:01:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:01:03 The following NEW packages will be installed: 01:01:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:01:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:01:03 pkg-config zip 01:01:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:01:03 Need to get 7655 kB of archives. 01:01:03 After this operation, 43.7 MB of additional disk space will be used. 01:01:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:01:03 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:01:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:01:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:01:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:01:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:01:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:01:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:01:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:01:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:01:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:01:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:01:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:01:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:01:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:01:04 debconf: delaying package configuration, since apt-utils is not installed 01:01:04 Fetched 7655 kB in 1s (7235 kB/s) 01:01:05 Selecting previously unselected package libglib2.0-0:amd64. 01:01:05 (Reading database ... 13924 files and directories currently installed.) 01:01:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:01:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:01:05 Selecting previously unselected package libpsl5:amd64. 01:01:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:01:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:01:05 Selecting previously unselected package libnghttp2-14:amd64. 01:01:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:01:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:01:05 Selecting previously unselected package librtmp1:amd64. 01:01:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:01:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:01:05 Selecting previously unselected package libcurl3-gnutls:amd64. 01:01:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:01:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:01:05 Selecting previously unselected package liberror-perl. 01:01:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:01:05 Unpacking liberror-perl (0.17025-1) ... 01:01:05 Selecting previously unselected package git-man. 01:01:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:01:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:01:05 Selecting previously unselected package git. 01:01:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:01:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:01:06 Selecting previously unselected package libnorm1:amd64. 01:01:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:01:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:01:07 Selecting previously unselected package libpgm-5.2-0:amd64. 01:01:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:01:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:01:07 Selecting previously unselected package libsodium23:amd64. 01:01:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:01:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:01:07 Selecting previously unselected package libzmq5:amd64. 01:01:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:01:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:01:07 Selecting previously unselected package libzmq3-dev:amd64. 01:01:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:01:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:01:07 Selecting previously unselected package pkg-config. 01:01:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:01:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:01:07 Selecting previously unselected package zip. 01:01:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:01:07 Unpacking zip (3.0-11build1) ... 01:01:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:01:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:01:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:01:07 Setting up liberror-perl (0.17025-1) ... 01:01:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:01:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:01:07 No schema files found: doing nothing. 01:01:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:01:07 Setting up zip (3.0-11build1) ... 01:01:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:01:07 Setting up libsodium23:amd64 (1.0.16-2) ... 01:01:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:01:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:01:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:01:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:01:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:01:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:01:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:01:14 git set to automatically installed. 01:01:14 git-man set to automatically installed. 01:01:14 libcurl3-gnutls set to automatically installed. 01:01:14 liberror-perl set to automatically installed. 01:01:14 libglib2.0-0 set to automatically installed. 01:01:14 libnghttp2-14 set to automatically installed. 01:01:14 libnorm1 set to automatically installed. 01:01:14 libpgm-5.2-0 set to automatically installed. 01:01:14 libpsl5 set to automatically installed. 01:01:14 librtmp1 set to automatically installed. 01:01:14 libsodium23 set to automatically installed. 01:01:14 libzmq3-dev set to automatically installed. 01:01:14 libzmq5 set to automatically installed. 01:01:14 pkg-config set to automatically installed. 01:01:14 zip set to automatically installed. 01:01:17 snapd is not logged in, snap install commands will use sudo 01:01:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:01:24 snap "core18" has no updates available 01:01:25 Pulling config-common 01:01:25 + snapcraftctl pull 01:01:26 Pulling go-build-helper 01:01:26 + snapcraftctl pull 01:01:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:01:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:01:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 01:01:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:01:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:01:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:01:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:01:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:01:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:01:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:01:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:01:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 01:01:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 01:01:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 01:01:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 01:01:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 01:01:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 01:01:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 01:01:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:01:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 01:01:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 01:01:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 01:01:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 01:01:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 01:01:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 01:01:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 01:01:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 01:01:52 Fetched 24.0 MB in 0s (0 B/s) 01:01:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:01:52 Fetched 96.5 kB in 0s (0 B/s) 01:01:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:01:52 Fetched 279 kB in 0s (0 B/s) 01:01:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:01:52 Fetched 122 kB in 0s (0 B/s) 01:01:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:01:52 Fetched 77.8 kB in 0s (0 B/s) 01:01:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:01:52 Fetched 8848 B in 0s (0 B/s) 01:01:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:01:52 Fetched 47.8 kB in 0s (0 B/s) 01:01:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:01:52 Fetched 45.6 kB in 0s (0 B/s) 01:01:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:01:52 Fetched 15.0 kB in 0s (0 B/s) 01:01:52 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:01:52 Fetched 214 kB in 0s (0 B/s) 01:01:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:01:52 Fetched 154 kB in 0s (0 B/s) 01:01:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:01:52 Fetched 50.6 kB in 0s (0 B/s) 01:01:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:01:52 Fetched 14.8 kB in 0s (0 B/s) 01:01:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:01:52 Fetched 41.8 kB in 0s (0 B/s) 01:01:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:01:52 Fetched 499 kB in 0s (0 B/s) 01:01:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:01:52 Fetched 111 kB in 0s (0 B/s) 01:01:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:01:52 Fetched 240 kB in 0s (0 B/s) 01:01:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:01:52 Fetched 29.3 kB in 0s (0 B/s) 01:01:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:01:52 Fetched 85.5 kB in 0s (0 B/s) 01:01:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:01:52 Fetched 24.5 kB in 0s (0 B/s) 01:01:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:01:52 Fetched 49.2 kB in 0s (0 B/s) 01:01:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:01:52 Fetched 54.2 kB in 0s (0 B/s) 01:01:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:01:52 Fetched 30.8 kB in 0s (0 B/s) 01:01:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:01:52 Fetched 15.8 kB in 0s (0 B/s) 01:01:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:01:52 Fetched 85.9 kB in 0s (0 B/s) 01:01:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:01:52 Fetched 8720 B in 0s (0 B/s) 01:01:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:01:52 Fetched 137 kB in 0s (0 B/s) 01:01:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:01:52 Fetched 119 kB in 0s (0 B/s) 01:01:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:01:52 Fetched 109 kB in 0s (0 B/s) 01:01:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:01:52 Fetched 11.1 kB in 0s (0 B/s) 01:01:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:01:52 Fetched 645 kB in 0s (0 B/s) 01:01:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:01:52 Fetched 41.3 kB in 0s (0 B/s) 01:01:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:01:52 Fetched 17.9 kB in 0s (0 B/s) 01:01:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:01:52 Fetched 368 kB in 0s (0 B/s) 01:01:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:01:52 Fetched 187 kB in 0s (0 B/s) 01:01:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:01:52 Fetched 175 kB in 0s (0 B/s) 01:01:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:01:52 Fetched 206 kB in 0s (0 B/s) 01:01:52 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 01:01:52 Fetched 1301 kB in 0s (0 B/s) 01:01:52 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:01:52 Fetched 36.2 kB in 0s (0 B/s) 01:01:52 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:01:52 Fetched 159 kB in 0s (0 B/s) 01:01:52 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:01:52 Fetched 107 kB in 0s (0 B/s) 01:01:52 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:01:52 Fetched 48.7 kB in 0s (0 B/s) 01:01:52 Pulling static-packages 01:01:52 + snapcraftctl pull 01:01:53 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:01:53 Skipping pull go-build-helper (already ran) 01:01:53 Skipping pull static-packages (already ran) 01:01:53 Building go-build-helper 01:01:53 + snapcraftctl build 01:01:57 Building static-packages 01:01:57 + snapcraftctl build 01:02:00 Staging go-build-helper 01:02:00 + snapcraftctl stage 01:02:01 Staging static-packages 01:02:01 + snapcraftctl stage 01:02:02 Pulling go115 01:02:02 + snapcraftctl pull 01:02:03 'edgex-go' has dependencies that need to be staged: go115 01:02:03 Skipping pull go115 (already ran) 01:02:03 Building go115 01:02:03 + dpkg --print-architecture 01:02:03 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 01:02:03 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 01:02:03 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 01:02:03 % Total % Received % Xferd Average Speed Time Time Time Current 01:02:03 Dload Upload Total Spent Left Speed 01:02:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1631k 0 0 3343k 0 0:00:35 --:--:-- 0:00:35 3336k 21 115M 21 24.4M 0 0 16.4M 0 0:00:07 0:00:01 0:00:06 16.4M 58 115M 58 67.9M 0 0 27.3M 0 0:00:04 0:00:02 0:00:02 27.2M 89 115M 89 103M 0 0 28.8M 0 0:00:04 0:00:03 0:00:01 28.8M 100 115M 100 115M 0 0 28.9M 0 0:00:03 0:00:03 --:--:-- 28.9M 01:02:07 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 01:02:07 + sha256sum -c sha256 01:02:07 + grep OK 01:02:08 go1.15.2.linux-amd64.tar.gz: OK 01:02:08 + mkdir -p /root/stage/go1.15 01:02:08 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 01:02:13 Staging go115 01:02:13 + snapcraftctl stage 01:02:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:02:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:02:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:02:18 Fetched 0 B in 0s (0 B/s) 01:02:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:02:18 Fetched 224 kB in 0s (0 B/s) 01:02:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:02:18 Fetched 157 kB in 0s (0 B/s) 01:02:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:02:18 Fetched 221 kB in 0s (0 B/s) 01:02:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:02:18 Fetched 143 kB in 0s (0 B/s) 01:02:18 Pulling edgex-go 01:02:18 + snapcraftctl pull 01:02:20 Pulling version 01:02:20 + cd /root/project 01:02:20 + [ -f VERSION ] 01:02:20 + PROJECT_VERSION=local-dev 01:02:20 + git rev-parse --short HEAD 01:02:20 + GIT_REVISION=4976a986 01:02:20 + snapcraftctl set-version local-dev 01:02:21 Building config-common 01:02:21 + snapcraftctl build 01:02:24 Skipping build go-build-helper (already ran) 01:02:24 Skipping build static-packages (already ran) 01:02:24 Skipping build go115 (already ran) 01:02:24 Building edgex-go 01:02:25 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 01:02:25 + cd /root/parts/edgex-go/src 01:02:25 + make build 01:02:25 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 01:02:27 go: downloading github.com/gorilla/mux v1.8.0 01:02:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.38 01:02:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 01:02:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 01:02:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:02:27 go: downloading github.com/google/uuid v1.2.0 01:02:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:02:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:02:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 01:02:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:02:27 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 01:02:27 go: downloading github.com/x448/float16 v0.8.4 01:02:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:02:27 go: downloading github.com/hashicorp/consul/api v1.8.1 01:02:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 01:02:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:02:27 go: downloading github.com/pelletier/go-toml v1.2.0 01:02:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:02:27 go: downloading github.com/go-kit/kit v0.8.0 01:02:27 go: downloading github.com/pkg/errors v0.8.1 01:02:27 go: downloading github.com/imdario/mergo v0.3.11 01:02:27 go: downloading github.com/pebbe/zmq4 v1.2.5 01:02:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:02:27 go: downloading github.com/BurntSushi/toml v0.3.1 01:02:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:02:27 go: downloading github.com/leodido/go-urn v1.2.0 01:02:27 go: downloading github.com/go-playground/universal-translator v0.17.0 01:02:27 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:02:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:02:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:02:27 go: downloading github.com/mitchellh/copystructure v1.0.0 01:02:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:02:27 go: downloading github.com/hashicorp/serf v0.9.5 01:02:27 go: downloading github.com/go-playground/locales v0.13.0 01:02:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:02:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:02:27 go: downloading github.com/mattn/go-isatty v0.0.12 01:02:27 go: downloading github.com/fatih/color v1.9.0 01:02:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:02:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:02:27 go: downloading github.com/mattn/go-colorable v0.1.6 01:02:27 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 01:02:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:02:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:02:38 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 01:02:38 go: downloading gopkg.in/yaml.v2 v2.4.0 01:02:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:02:43 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 01:02:45 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 01:02:45 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 01:02:45 go: downloading github.com/stretchr/testify v1.7.0 01:02:45 go: downloading github.com/davecgh/go-spew v1.1.1 01:02:45 go: downloading github.com/pmezard/go-difflib v1.0.0 01:02:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:02:47 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 01:02:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:02:47 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:02:48 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 01:02:49 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 01:02:49 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 01:02:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:02:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:02:52 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:02:53 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 01:02:53 go: downloading github.com/lib/pq v1.9.0 01:02:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:02:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:02:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:02:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:02:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:02:55 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:02:55 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:02:55 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:02:55 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:02:55 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:02:55 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:02:55 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:02:55 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:02:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:02:55 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:02:55 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:02:55 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:02:55 + 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 01:02:55 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:02:55 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:02:55 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:02:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:02:55 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:02:55 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:02:55 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:02:57 Building version 01:02:57 + snapcraftctl build 01:02:59 Staging config-common 01:02:59 + snapcraftctl stage 01:03:00 Skipping stage go-build-helper (already ran) 01:03:00 Skipping stage static-packages (already ran) 01:03:00 Skipping stage go115 (already ran) 01:03:00 Staging edgex-go 01:03:00 + snapcraftctl stage 01:03:02 Staging version 01:03:02 + snapcraftctl stage 01:03:03 Priming config-common 01:03:03 + snapcraftctl prime 01:03:03 Priming go-build-helper 01:03:03 + snapcraftctl prime 01:03:05 Priming static-packages 01:03:05 + snapcraftctl prime 01:03:07 Priming go115 01:03:07 + snapcraftctl prime 01:03:08 Priming edgex-go 01:03:08 + snapcraftctl prime 01:03:10 Priming version 01:03:10 + snapcraftctl prime 01:03:11 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 01:03:15 provisioning config files... 01:03:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2210868889697539173tmp [Pipeline] { [Pipeline] sh 01:03:17 + set +x 01:03:17 + curl -s https://codecov.io/bash 01:03:17 + bash -s -- 01:03:18 01:03:18 _____ _ 01:03:18 / ____| | | 01:03:18 | | ___ __| | ___ ___ _____ __ 01:03:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:03:18 | |___| (_) | (_| | __/ (_| (_) \ V / 01:03:18 \_____\___/ \__,_|\___|\___\___/ \_/ 01:03:18 Bash-20210129-7c25fce 01:03:18 01:03:18 01:03:18 ==> git version 2.24.3 found 01:03:18 ==> 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 01:03:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:03:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:03:18 ==> Jenkins CI detected. 01:03:18 project root: . 01:03:18 --> token set from env 01:03:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:03:18 ==> Running gcov in . (disable via -X gcov) 01:03:18 ==> Python coveragepy not found 01:03:18 ==> Searching for coverage reports in: 01:03:18 + . 01:03:18 -> Found 1 reports 01:03:18 ==> Detecting git/mercurial file structure 01:03:18 ==> Reading reports 01:03:19 + ./coverage.out bytes=599431 01:03:19 ==> Appending adjustments 01:03:19 https://docs.codecov.io/docs/fixing-reports 01:03:30 + Found adjustments 01:03:30 ==> Gzipping contents 01:03:30 88K /tmp/codecov.J8Qi7C.gz 01:03:30 ==> Uploading reports 01:03:30 url: https://codecov.io 01:03:30 query: branch=PR-3192&commit=a761b7bc34fc8695db9772a9dd3aa523de0404ff&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 01:03:30 -> Pinging Codecov 01:03:30 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3192&commit=a761b7bc34fc8695db9772a9dd3aa523de0404ff&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 01:03:30 -> Uploading to 01:03:30 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/a761b7bc34fc8695db9772a9dd3aa523de0404ff/30fd491d-8cf3-460d-b2cf-4484580d1bf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T010330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4e3aa2dcc1965cc5cf70fdfebb56618b4e202219787890a61728fa590694ee6 01:03:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:03:30 Dload Upload Total Spent Left Speed 01:03:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89479 0 0 100 89479 0 120k --:--:-- --:--:-- --:--:-- 120k 100 89479 0 0 100 89479 0 120k --:--:-- --:--:-- --:--:-- 120k 01:03:31 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a761b7bc34fc8695db9772a9dd3aa523de0404ff [Pipeline] } 01:03:31 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 01:03:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:03:37 ---> package-listing.sh 01:03:37 ++ facter osfamily 01:03:37 ++ tr '[:upper:]' '[:lower:]' 01:03:37 + OS_FAMILY=redhat 01:03:37 + workspace=/w/workspace/edgex-go/4 01:03:37 + START_PACKAGES=/tmp/packages_start.txt 01:03:37 + END_PACKAGES=/tmp/packages_end.txt 01:03:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:03:37 + PACKAGES=/tmp/packages_start.txt 01:03:37 + '[' /w/workspace/edgex-go/4 ']' 01:03:37 + PACKAGES=/tmp/packages_end.txt 01:03:37 + case "${OS_FAMILY}" in 01:03:37 + rpm -qa 01:03:37 + sort 01:03:48 + '[' -f /tmp/packages_start.txt ']' 01:03:48 + '[' -f /tmp/packages_end.txt ']' 01:03:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:03:48 + '[' /w/workspace/edgex-go/4 ']' 01:03:48 + mkdir -p /w/workspace/edgex-go/4/archives/ 01:03:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 01:03:48 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:03:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:51 01:03:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:53 alpine: Pulling from edgex-lftools-log-publisher 01:03:53 df20fa9351a1: Pulling fs layer 01:03:53 36b3adc4ff6f: Pulling fs layer 01:03:53 8ad3a11d3b57: Pulling fs layer 01:03:53 46f8f816bc3b: Pulling fs layer 01:03:53 93b61091891f: Pulling fs layer 01:03:53 93b9cdb0e59b: Pulling fs layer 01:03:53 5e14af77c1be: Pulling fs layer 01:03:53 01666e4c0597: Pulling fs layer 01:03:53 aa168da1d23b: Pulling fs layer 01:03:53 01666e4c0597: Waiting 01:03:53 aa168da1d23b: Waiting 01:03:53 93b9cdb0e59b: Waiting 01:03:53 5e14af77c1be: Waiting 01:03:53 46f8f816bc3b: Waiting 01:03:53 93b61091891f: Waiting 01:03:54 36b3adc4ff6f: Verifying Checksum 01:03:54 36b3adc4ff6f: Download complete 01:03:54 46f8f816bc3b: Verifying Checksum 01:03:54 46f8f816bc3b: Download complete 01:03:55 df20fa9351a1: Verifying Checksum 01:03:55 df20fa9351a1: Download complete 01:03:55 93b9cdb0e59b: Verifying Checksum 01:03:55 93b9cdb0e59b: Download complete 01:03:56 93b61091891f: Verifying Checksum 01:03:56 93b61091891f: Download complete 01:03:56 5e14af77c1be: Verifying Checksum 01:03:56 5e14af77c1be: Download complete 01:03:56 01666e4c0597: Verifying Checksum 01:03:56 01666e4c0597: Download complete 01:03:59 8ad3a11d3b57: Verifying Checksum 01:03:59 8ad3a11d3b57: Download complete 01:04:00 df20fa9351a1: Pull complete 01:04:02 36b3adc4ff6f: Pull complete 01:04:06 8ad3a11d3b57: Pull complete 01:04:07 46f8f816bc3b: Pull complete 01:04:11 93b61091891f: Pull complete 01:04:12 93b9cdb0e59b: Pull complete 01:04:12 5e14af77c1be: Pull complete 01:04:12 01666e4c0597: Pull complete 01:04:15 aa168da1d23b: Verifying Checksum 01:04:15 aa168da1d23b: Download complete 01:04:38 aa168da1d23b: Pull complete 01:04:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:04:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:04:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:04:40 prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container 01:04:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:04:44 $ docker top 880aae11f743c05f3c04d18c7388e722ba0269a15d14e4f1cae7bebb1aca354c -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:46 + touch /tmp/pre-build-complete [Pipeline] sh 01:04:48 + mkdir -p /var/log/sa [Pipeline] sh 01:04:49 + ls /var/log/sa-host 01:04:49 + sadf -c /var/log/sa-host/sa23 01:04:49 file_magic: OK 01:04:49 HZ: Using current value: 100 01:04:49 file_header: OK 01:04:49 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 01:04:49 Statistics: 01:04:49 Hnuu...uuuununununu... 01:04:49 File successfully converted to sysstat format version 12.2.1 01:04:49 + sadf -c /var/log/sa-host/sa26 01:04:49 file_magic: OK 01:04:49 HZ: Using current value: 100 01:04:49 file_header: OK 01:04:49 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 01:04:49 Statistics: 01:04:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:04:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:04:50 provisioning config files... 01:04:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6541622540027182395tmp [Pipeline] { [Pipeline] echo 01:04:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:04:55 ---> create-netrc.sh [Pipeline] } 01:04:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:04:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:04:56 ---> python-tools-install.sh [Pipeline] echo 01:04:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:04:57 ---> sudo-logs.sh 01:04:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:04:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:04:59 ---> job-cost.sh 01:04:59 lf-activate-venv: SKIPPING 01:04:59 DEBUG: total: 0.20999999344348907 01:04:59 INFO: Retrieving Stack Cost... 01:05:01 INFO: Retrieving Pricing Info for: v1-standard-2 01:05:02 INFO: Archiving Costs [Pipeline] echo 01:05:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:05:04 ---> logs-deploy.sh 01:05:04 lf-activate-venv: SKIPPING 01:05:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/4 01:05:04 INFO: archiving workspace using pattern(s): 01:05:08 Archives upload complete. 01:05:08 INFO: archiving logs to Nexus 01:05:09 ---> uname -a: 01:05:09 Linux prd-centos7-docker-4c-2g-27750.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:05:09 01:05:09 01:05:09 ---> lscpu: 01:05:09 Architecture: x86_64 01:05:09 CPU op-mode(s): 32-bit, 64-bit 01:05:09 Byte Order: Little Endian 01:05:09 Address sizes: 40 bits physical, 48 bits virtual 01:05:09 CPU(s): 4 01:05:09 On-line CPU(s) list: 0-3 01:05:09 Thread(s) per core: 1 01:05:09 Core(s) per socket: 1 01:05:09 Socket(s): 4 01:05:09 NUMA node(s): 1 01:05:09 Vendor ID: GenuineIntel 01:05:09 CPU family: 6 01:05:09 Model: 44 01:05:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:05:09 Stepping: 1 01:05:09 CPU MHz: 2933.438 01:05:09 BogoMIPS: 5866.87 01:05:09 Virtualization: VT-x 01:05:09 Hypervisor vendor: KVM 01:05:09 Virtualization type: full 01:05:09 L1d cache: 128 KiB 01:05:09 L1i cache: 128 KiB 01:05:09 L2 cache: 16 MiB 01:05:09 L3 cache: 64 MiB 01:05:09 NUMA node0 CPU(s): 0-3 01:05:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:05:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:05:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:05:09 Vulnerability Meltdown: Mitigation; PTI 01:05:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:05:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:05:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:05:09 Vulnerability Srbds: Not affected 01:05:09 Vulnerability Tsx async abort: Not affected 01:05:09 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 01:05:09 01:05:09 01:05:10 ---> nproc: 01:05:10 4 01:05:10 01:05:10 01:05:10 ---> df -h: 01:05:10 Filesystem Size Used Available Use% Mounted on 01:05:10 overlay 50.0G 12.6G 37.4G 25% / 01:05:10 tmpfs 64.0M 0 64.0M 0% /dev 01:05:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:05:10 shm 64.0M 0 64.0M 0% /dev/shm 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/4@tmp 01:05:10 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/4 01:05:10 01:05:10 01:05:10 ---> free -m: 01:05:10 total used free shared buff/cache available 01:05:10 Mem: 1837 709 140 0 986 1046 01:05:10 Swap: 1023 95 928 01:05:10 01:05:10 01:05:10 ---> ip addr: 01:05:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:05:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:05:10 inet 127.0.0.1/8 scope host lo 01:05:10 valid_lft forever preferred_lft forever 01:05:10 inet6 ::1/128 scope host 01:05:10 valid_lft forever preferred_lft forever 01:05:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:05:10 link/ether fa:16:3e:4a:67:24 brd ff:ff:ff:ff:ff:ff 01:05:10 inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 01:05:10 valid_lft 84297sec preferred_lft 84297sec 01:05:10 inet6 fe80::f816:3eff:fe4a:6724/64 scope link 01:05:10 valid_lft forever preferred_lft forever 01:05:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:05:10 link/ether 02:42:d8:5a:8d:18 brd ff:ff:ff:ff:ff:ff 01:05:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:05:10 valid_lft forever preferred_lft forever 01:05:10 inet6 fe80::42:d8ff:fe5a:8d18/64 scope link 01:05:10 valid_lft forever preferred_lft forever 01:05:10 01:05:10 01:05:10 ---> sar -b -r -n DEV: 01:05:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 01:05:10 01:05:10 00:29:51 LINUX RESTART (4 CPU) 01:05:10 01:05:10 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:05:10 00:32:01 35.92 6.92 29.00 0.00 753.19 7031.56 0.00 01:05:10 00:33:01 41.20 12.04 29.16 0.00 4612.64 4207.40 0.00 01:05:10 00:34:02 94.49 48.08 46.41 0.00 4349.68 22927.58 0.00 01:05:10 00:35:01 154.87 56.38 98.49 0.00 2404.19 24341.91 0.00 01:05:10 00:36:01 139.75 26.62 113.14 0.00 1320.49 13327.28 0.00 01:05:10 00:37:02 109.95 74.57 35.39 0.00 2294.95 3443.12 0.00 01:05:10 00:38:01 67.74 10.88 56.86 0.00 582.40 6447.14 0.00 01:05:10 00:39:02 29.49 4.37 25.11 0.00 102.31 2234.33 0.00 01:05:10 00:40:02 85.37 42.35 43.02 0.00 1523.58 4361.82 0.00 01:05:10 00:41:01 56.05 28.26 27.79 0.00 1875.40 1571.03 0.00 01:05:10 00:42:02 13.09 1.18 11.91 0.00 26.84 2455.45 0.00 01:05:10 00:43:01 68.03 6.71 61.32 0.00 498.41 18411.61 0.00 01:05:10 00:44:06 237.37 107.47 129.90 0.00 52460.86 101218.88 0.00 01:05:10 00:45:02 843.50 729.62 113.88 0.00 40193.92 41847.44 0.00 01:05:10 00:46:23 919.48 796.10 123.38 0.00 69672.00 74484.09 0.00 01:05:10 00:47:06 915.74 832.45 83.29 0.00 53904.32 57474.65 0.00 01:05:10 00:48:02 304.02 240.52 63.50 0.00 11678.64 13748.71 0.00 01:05:10 00:49:02 156.23 43.76 112.47 0.00 7305.62 21408.03 0.00 01:05:10 00:50:05 287.36 101.90 185.46 0.00 38999.23 84446.56 0.00 01:05:10 00:51:02 791.95 700.70 91.25 0.00 37780.57 42012.47 0.00 01:05:10 00:52:05 695.81 606.55 89.25 0.00 51974.54 54256.42 0.00 01:05:10 00:53:10 872.16 783.94 88.22 0.00 45841.93 51127.70 0.00 01:05:10 00:54:02 262.48 214.86 47.62 0.00 11396.07 10056.88 0.00 01:05:10 00:55:01 95.40 28.93 66.47 0.00 4410.62 14520.43 0.00 01:05:10 00:56:01 158.58 17.46 141.12 0.00 826.31 22784.35 0.00 01:05:10 00:57:02 75.19 20.92 54.27 0.00 3023.52 3837.49 0.00 01:05:10 00:58:01 4.62 0.00 4.62 0.00 0.00 164.08 0.00 01:05:10 00:59:01 0.27 0.00 0.27 0.00 0.00 3.10 0.00 01:05:10 01:00:01 0.45 0.23 0.22 0.00 9.98 2.41 0.00 01:05:10 01:01:01 0.32 0.08 0.23 0.00 1.86 1.86 0.00 01:05:10 01:02:01 1.80 1.46 0.34 0.00 179.96 5.03 0.00 01:05:10 01:03:01 0.37 0.05 0.32 0.00 1.87 3.20 0.00 01:05:10 01:04:01 82.03 79.19 2.83 0.00 7144.08 741.49 0.00 01:05:10 Average: 231.81 171.07 60.74 0.00 14318.28 22048.06 0.00 01:05:10 01:05:10 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:05:10 00:32:01 86876 0 539688 28.68 2620 1252360 1104028 37.68 487080 1106824 12532 01:05:10 00:33:01 84656 0 653348 34.72 2620 1140920 1457364 49.74 544220 1043172 70860 01:05:10 00:34:02 67524 0 612608 32.56 2596 1198816 1327976 45.32 679524 917476 25996 01:05:10 00:35:01 135768 0 704092 37.42 2048 1039636 1537292 52.47 572288 925236 1252 01:05:10 00:36:01 257972 0 770372 40.94 1492 851708 1999436 68.24 515896 834232 40 01:05:10 00:37:02 161096 0 763576 40.58 1492 955380 1662056 56.72 622620 818636 75288 01:05:10 00:38:01 85596 0 900480 47.86 708 894760 1681928 57.40 744556 766984 55004 01:05:10 00:39:02 193484 0 789388 41.95 656 898016 1727740 58.96 667176 734444 35200 01:05:10 00:40:02 234176 0 758416 40.31 656 888296 1537540 52.47 603860 754640 18872 01:05:10 00:41:01 225532 0 803940 42.73 584 851488 1498864 51.15 650004 715112 31388 01:05:10 00:42:02 156384 0 784700 41.71 584 939876 1429968 48.80 652944 780936 49160 01:05:10 00:43:01 109712 0 807108 42.90 476 964248 2127824 72.62 607684 872388 36 01:05:10 00:44:06 68936 0 825620 43.88 68 986920 2303348 78.61 693440 910236 46060 01:05:10 00:45:02 210424 0 836620 44.46 0 834500 2357176 80.45 607420 840780 37100 01:05:10 00:46:23 75776 0 846048 44.97 0 959720 2417324 82.50 674936 893140 43024 01:05:10 00:47:06 70928 0 835188 44.39 0 975428 2353928 80.34 754284 823876 79944 01:05:10 00:48:02 384128 0 1014580 53.92 0 482836 3399840 116.03 619156 606104 65716 01:05:10 00:49:02 475480 0 703720 37.40 0 702344 1390328 47.45 421052 726600 1312 01:05:10 00:50:05 76212 0 784096 41.67 0 1021236 2170268 74.07 675820 905872 33100 01:05:10 00:51:02 500904 0 644896 34.27 0 735744 1471192 50.21 421448 738992 28 01:05:10 00:52:05 78124 0 756228 40.19 0 1047192 2180164 74.41 661256 926608 70768 01:05:10 00:53:10 67828 0 748744 39.79 0 1064972 2177288 74.31 638528 951140 88652 01:05:10 00:54:02 187860 0 1070204 56.88 0 623480 3677408 125.50 771364 664012 33916 01:05:10 00:55:01 98412 0 951320 50.56 0 831812 2695756 92.00 869932 659536 39564 01:05:10 00:56:01 138484 0 663628 35.27 0 1079432 1472732 50.26 551168 926848 16 01:05:10 00:57:02 110536 0 616992 32.79 0 1154016 1252868 42.76 567844 944732 20 01:05:10 00:58:01 113204 0 614324 32.65 0 1154016 1235416 42.16 566988 944684 12 01:05:10 00:59:01 115908 0 611612 32.51 0 1154024 1204324 41.10 564976 944528 12 01:05:10 01:00:01 116096 0 611144 32.48 0 1154304 1204324 41.10 564984 944800 8 01:05:10 01:01:01 114568 0 612648 32.56 0 1154328 1207096 41.20 565720 944824 24 01:05:10 01:02:01 106768 0 615556 32.72 0 1159220 1204952 41.12 570932 947232 8 01:05:10 01:03:01 106828 0 615492 32.71 0 1159224 1204832 41.12 570844 947280 8 01:05:10 01:04:01 65204 0 686536 36.49 0 1129804 1715284 58.54 660704 892368 16440 01:05:10 Average: 153981 0 744028 39.54 503 983032 1799632 61.42 616383 859220 28223 01:05:10 01:05:10 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:05:10 00:32:01 eth0 613.70 444.88 3314.35 77.59 0.00 0.00 0.00 0.00 01:05:10 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:33:01 eth0 488.74 367.86 2521.71 76.70 0.00 0.00 0.00 0.00 01:05:10 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:33:01 veth85542b0 313.09 413.73 43.11 2182.89 0.00 0.00 0.00 0.00 01:05:10 00:33:01 docker0 313.09 413.60 38.83 2182.88 0.00 0.00 0.00 0.00 01:05:10 00:34:02 eth0 321.26 236.70 2624.64 28.04 0.00 0.00 0.00 0.00 01:05:10 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:34:02 docker0 54.63 94.95 6.88 462.91 0.00 0.00 0.00 0.00 01:05:10 00:35:01 eth0 177.94 115.68 1067.73 18.58 0.00 0.00 0.00 0.00 01:05:10 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:35:01 vethb73667e 19.76 24.71 1.96 22.85 0.00 0.00 0.00 0.00 01:05:10 00:35:01 docker0 52.03 95.77 3.58 389.50 0.00 0.00 0.00 0.00 01:05:10 00:36:01 eth0 122.80 64.88 491.64 71.21 0.00 0.00 0.00 0.00 01:05:10 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:36:01 vethb4be325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:36:01 docker0 38.94 95.13 3.31 473.53 0.00 0.00 0.00 0.00 01:05:10 00:37:02 eth0 13.07 8.26 12.19 5.58 0.00 0.00 0.00 0.00 01:05:10 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:37:02 vethb4be325 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:38:01 eth0 19.27 13.56 14.25 7.70 0.00 0.00 0.00 0.00 01:05:10 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:38:01 vethb4be325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:39:02 eth0 32.76 31.20 18.16 63.46 0.00 0.00 0.00 0.00 01:05:10 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:39:02 vethb4be325 1.85 1.85 0.15 0.15 0.00 0.00 0.00 0.00 01:05:10 00:39:02 docker0 1.85 1.85 0.12 0.15 0.00 0.00 0.00 0.00 01:05:10 00:40:02 eth0 8.46 6.27 6.48 3.55 0.00 0.00 0.00 0.00 01:05:10 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:40:02 vethb4be325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:41:01 eth0 17.21 12.17 14.35 7.73 0.00 0.00 0.00 0.00 01:05:10 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:41:01 vethb4be325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:42:02 eth0 20.30 14.83 15.60 8.46 0.00 0.00 0.00 0.00 01:05:10 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:42:02 vethb4be325 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:43:01 veth7ce5df6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:43:01 veth48740cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:43:01 eth0 186.74 165.58 1711.32 74.70 0.00 0.00 0.00 0.00 01:05:10 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:44:06 vethdf91b1c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:44:06 eth0 16.91 13.36 18.33 7.10 0.00 0.00 0.00 0.00 01:05:10 00:44:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:44:06 docker0 421.94 642.30 48.36 3215.27 0.00 0.00 0.00 0.00 01:05:10 00:45:02 vethdf91b1c 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:45:02 eth0 39.00 25.93 168.44 6.80 0.00 0.00 0.00 0.00 01:05:10 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:45:02 docker0 15.57 25.43 0.90 158.15 0.00 0.00 0.00 0.00 01:05:10 00:46:23 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:46:23 eth0 10.35 11.75 4.06 36.08 0.00 0.00 0.00 0.00 01:05:10 00:46:23 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:46:23 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:47:06 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:47:06 eth0 1.39 0.82 0.98 0.52 0.00 0.00 0.00 0.00 01:05:10 00:47:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:47:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:48:02 veth3904b65 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:48:02 veth0d63bc5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:48:02 veth5096a6b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:48:02 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:49:02 veth2595718 2.65 7.85 0.18 32.53 0.00 0.00 0.00 0.00 01:05:10 00:49:02 vethcde9a90 7.85 2.65 32.53 0.18 0.00 0.00 0.00 0.00 01:05:10 00:49:02 vethb1e6de2 3.45 6.58 0.23 29.89 0.00 0.00 0.00 0.00 01:05:10 00:49:02 vethdf91b1c 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:50:05 vethdf91b1c 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:50:05 eth0 2127.73 1550.05 11787.83 509.84 0.00 0.00 0.00 0.00 01:05:10 00:50:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:05:10 00:50:05 docker0 469.77 727.28 52.21 3654.76 0.00 0.00 0.00 0.00 01:05:10 00:51:02 vethdf91b1c 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:51:02 eth0 42.02 33.36 133.15 68.50 0.00 0.00 0.00 0.00 01:05:10 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:51:02 docker0 9.31 21.12 0.50 123.47 0.00 0.00 0.00 0.00 01:05:10 00:52:05 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:52:05 eth0 8.24 5.48 5.91 3.17 0.00 0.00 0.00 0.00 01:05:10 00:52:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:52:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:53:10 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:53:10 eth0 1.35 1.08 0.89 0.50 0.00 0.00 0.00 0.00 01:05:10 00:53:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:53:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:54:02 veth331bcf8 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:54:02 veth182b4e1 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:54:02 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:54:02 eth0 6.03 4.63 4.69 2.61 0.00 0.00 0.00 0.00 01:05:10 00:55:01 vethdf91b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:55:01 eth0 7.98 6.15 6.13 3.32 0.00 0.00 0.00 0.00 01:05:10 00:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:05:10 00:55:01 veth3691158 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:56:01 vethdf91b1c 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 01:05:10 00:56:01 eth0 254.14 174.12 1714.20 75.21 0.00 0.00 0.00 0.00 01:05:10 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:56:01 docker0 534.88 867.56 56.89 4390.47 0.00 0.00 0.00 0.00 01:05:10 00:57:02 eth0 39.34 27.95 78.06 12.12 0.00 0.00 0.00 0.00 01:05:10 00:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:57:02 docker0 7.03 12.01 0.65 56.47 0.00 0.00 0.00 0.00 01:05:10 00:58:01 eth0 1.04 0.47 0.69 0.19 0.00 0.00 0.00 0.00 01:05:10 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:59:01 eth0 0.15 0.10 0.01 0.04 0.00 0.00 0.00 0.00 01:05:10 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:00:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:05:10 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:02:01 eth0 0.25 0.24 0.14 0.07 0.00 0.00 0.00 0.00 01:05:10 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:03:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:05:10 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:04:01 eth0 90.01 71.26 580.15 59.83 0.00 0.00 0.00 0.00 01:05:10 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 Average: eth0 79.60 58.00 446.24 22.76 0.00 0.00 0.00 0.00 01:05:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:05:10 Average: docker0 16.48 26.75 1.75 135.26 0.00 0.00 0.00 0.00 01:05:10 01:05:10 01:05:10 ---> sar -P ALL: 01:05:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 01:05:10 01:05:10 00:29:51 LINUX RESTART (4 CPU) 01:05:10 01:05:10 00:31:02 CPU %user %nice %system %iowait %steal %idle 01:05:10 00:32:01 all 10.07 0.00 2.90 0.85 25.98 60.20 01:05:10 00:32:01 0 5.33 0.00 2.65 0.76 30.38 60.88 01:05:10 00:32:01 1 8.88 0.00 2.62 0.40 24.56 63.54 01:05:10 00:32:01 2 10.46 0.00 2.62 1.62 23.58 61.72 01:05:10 00:32:01 3 16.18 0.00 3.77 0.65 25.08 54.33 01:05:10 00:33:01 all 4.63 0.00 4.09 0.93 25.70 64.65 01:05:10 00:33:01 0 5.13 0.00 3.86 0.55 30.77 59.69 01:05:10 00:33:01 1 4.01 0.00 4.85 1.06 25.16 64.91 01:05:10 00:33:01 2 3.60 0.00 3.23 1.23 23.36 68.58 01:05:10 00:33:01 3 5.80 0.00 4.41 0.87 23.45 65.46 01:05:10 00:34:02 all 6.01 0.00 3.25 1.65 22.16 66.92 01:05:10 00:34:02 0 7.04 0.00 3.08 1.13 25.56 63.19 01:05:10 00:34:02 1 4.60 0.00 3.71 1.93 22.28 67.49 01:05:10 00:34:02 2 6.06 0.00 3.48 1.39 20.27 68.79 01:05:10 00:34:02 3 6.31 0.00 2.74 2.18 20.48 68.29 01:05:10 00:35:01 all 3.35 0.00 4.49 2.37 28.89 60.89 01:05:10 00:35:01 0 3.34 0.00 3.62 1.08 32.92 59.05 01:05:10 00:35:01 1 3.53 0.00 5.48 3.02 28.82 59.15 01:05:10 00:35:01 2 3.04 0.00 4.73 2.62 27.85 61.76 01:05:10 00:35:01 3 3.49 0.00 4.18 2.81 25.80 63.73 01:05:10 00:36:01 all 4.43 0.00 5.77 5.04 26.03 58.73 01:05:10 00:36:01 0 4.10 0.00 5.46 3.79 27.49 59.17 01:05:10 00:36:01 1 4.34 0.00 5.66 7.04 25.82 57.13 01:05:10 00:36:01 2 4.26 0.00 5.59 5.46 26.16 58.53 01:05:10 00:36:01 3 5.01 0.00 6.38 3.89 24.64 60.08 01:05:10 00:37:02 all 23.39 0.00 8.50 3.98 35.32 28.82 01:05:10 00:37:02 0 22.68 0.00 9.78 4.90 36.71 25.93 01:05:10 00:37:02 1 22.68 0.00 7.61 3.32 34.63 31.76 01:05:10 00:37:02 2 22.92 0.00 7.76 2.97 35.41 30.94 01:05:10 00:37:02 3 25.34 0.00 8.86 4.74 34.50 26.56 01:05:10 00:38:01 all 21.91 0.00 8.92 1.89 49.00 18.28 01:05:10 00:38:01 0 22.67 0.00 9.15 1.58 48.55 18.05 01:05:10 00:38:01 1 18.57 0.00 8.78 2.44 51.71 18.52 01:05:10 00:38:01 2 21.92 0.00 9.06 2.66 47.64 18.71 01:05:10 00:38:01 3 24.61 0.00 8.70 0.84 48.01 17.84 01:05:10 00:39:02 all 22.16 0.00 8.45 1.16 42.27 25.97 01:05:10 00:39:02 0 20.98 0.00 7.96 1.54 42.98 26.54 01:05:10 00:39:02 1 21.61 0.00 8.25 0.83 40.98 28.33 01:05:10 00:39:02 2 22.31 0.00 8.02 1.87 43.00 24.81 01:05:10 00:39:02 3 23.78 0.00 9.60 0.39 42.13 24.09 01:05:10 00:40:02 all 22.45 0.00 12.30 5.23 40.63 19.39 01:05:10 00:40:02 0 20.54 0.00 11.31 3.16 43.29 21.70 01:05:10 00:40:02 1 24.36 0.00 11.93 6.62 39.53 17.56 01:05:10 00:40:02 2 20.80 0.00 12.42 5.65 39.93 21.19 01:05:10 00:40:02 3 24.20 0.00 13.59 5.50 39.73 16.98 01:05:10 00:41:01 all 12.25 0.00 9.72 1.96 41.96 34.11 01:05:10 00:41:01 0 12.20 0.00 10.78 2.23 40.96 33.83 01:05:10 00:41:01 1 11.80 0.00 9.11 2.51 41.43 35.15 01:05:10 00:41:01 2 11.37 0.00 9.48 1.94 42.36 34.85 01:05:10 00:41:01 3 13.67 0.00 9.51 1.13 43.12 32.57 01:05:10 00:42:02 all 9.83 0.00 9.57 0.12 38.57 41.90 01:05:10 00:42:02 0 9.28 0.00 9.09 0.13 39.82 41.68 01:05:10 00:42:02 1 10.60 0.00 10.45 0.12 37.38 41.45 01:05:10 00:42:02 2 10.65 0.00 10.34 0.15 38.98 39.88 01:05:10 00:42:02 3 8.84 0.00 8.47 0.09 38.07 44.54 01:05:10 01:05:10 00:42:02 CPU %user %nice %system %iowait %steal %idle 01:05:10 00:43:01 all 4.75 0.00 6.06 0.76 34.12 54.31 01:05:10 00:43:01 0 4.04 0.00 5.13 0.39 35.79 54.65 01:05:10 00:43:01 1 5.20 0.00 6.62 1.57 33.34 53.28 01:05:10 00:43:01 2 4.59 0.00 5.78 0.78 34.01 54.83 01:05:10 00:43:01 3 5.19 0.00 6.73 0.30 33.28 54.49 01:05:10 00:44:06 all 7.74 0.00 10.48 13.68 34.30 33.79 01:05:10 00:44:06 0 6.90 0.00 9.93 13.52 35.36 34.28 01:05:10 00:44:06 1 7.99 0.00 9.94 13.56 33.96 34.55 01:05:10 00:44:06 2 8.53 0.00 10.50 13.08 33.99 33.90 01:05:10 00:44:06 3 7.58 0.00 11.59 14.55 33.86 32.42 01:05:10 00:45:02 all 8.60 0.00 10.29 22.40 29.82 28.89 01:05:10 00:45:02 0 9.39 0.00 9.41 24.17 30.46 26.58 01:05:10 00:45:02 1 7.62 0.00 10.67 22.62 29.20 29.89 01:05:10 00:45:02 2 8.50 0.00 10.02 21.72 29.36 30.39 01:05:10 00:45:02 3 8.88 0.00 11.08 21.06 30.28 28.71 01:05:10 00:46:23 all 3.00 0.00 5.79 40.99 32.31 17.91 01:05:10 00:46:23 0 2.79 0.00 5.71 43.88 33.10 14.51 01:05:10 00:46:23 1 3.12 0.00 6.07 42.33 31.86 16.62 01:05:10 00:46:23 2 3.24 0.00 5.73 41.76 31.63 17.64 01:05:10 00:46:23 3 2.84 0.00 5.65 36.10 32.63 22.78 01:05:10 00:47:06 all 5.84 0.00 4.91 29.82 40.64 18.78 01:05:10 00:47:06 0 5.83 0.00 4.64 28.58 40.85 20.09 01:05:10 00:47:06 1 5.60 0.00 5.57 26.26 40.93 21.64 01:05:10 00:47:06 2 6.44 0.00 4.54 35.87 40.52 12.62 01:05:10 00:47:06 3 5.49 0.00 4.87 28.64 40.26 20.73 01:05:10 00:48:02 all 31.83 0.00 9.60 18.02 27.36 13.20 01:05:10 00:48:02 0 27.75 0.00 8.46 17.91 31.22 14.66 01:05:10 00:48:02 1 32.37 0.00 10.06 17.96 26.73 12.88 01:05:10 00:48:02 2 32.91 0.00 9.86 17.93 25.80 13.49 01:05:10 00:48:02 3 34.20 0.00 9.99 18.27 25.75 11.80 01:05:10 00:49:02 all 35.40 0.00 10.41 8.96 33.40 11.82 01:05:10 00:49:02 0 32.73 0.00 10.53 8.46 36.57 11.72 01:05:10 00:49:02 1 36.42 0.00 10.97 8.84 31.53 12.24 01:05:10 00:49:02 2 38.68 0.00 10.75 9.17 29.81 11.59 01:05:10 00:49:02 3 33.64 0.00 9.34 9.41 35.88 11.73 01:05:10 00:50:05 all 6.77 0.00 9.49 15.49 39.61 28.64 01:05:10 00:50:05 0 6.77 0.00 8.92 14.41 39.90 30.01 01:05:10 00:50:05 1 6.41 0.00 9.56 16.69 39.64 27.69 01:05:10 00:50:05 2 6.45 0.00 10.04 16.33 38.68 28.51 01:05:10 00:50:05 3 7.50 0.00 9.47 14.49 40.23 28.31 01:05:10 00:51:02 all 7.15 0.00 7.97 14.16 38.11 32.60 01:05:10 00:51:02 0 7.65 0.00 7.35 13.28 38.99 32.73 01:05:10 00:51:02 1 6.65 0.00 8.51 18.20 37.31 29.33 01:05:10 00:51:02 2 6.86 0.00 7.55 14.55 38.02 33.02 01:05:10 00:51:02 3 7.45 0.00 8.50 10.64 38.11 35.31 01:05:10 00:52:05 all 0.85 0.00 4.21 34.64 36.22 24.08 01:05:10 00:52:05 0 0.66 0.00 3.79 35.57 37.06 22.92 01:05:10 00:52:05 1 1.00 0.00 3.75 37.87 37.14 20.23 01:05:10 00:52:05 2 0.79 0.00 4.40 35.97 35.39 23.45 01:05:10 00:52:05 3 0.94 0.00 4.88 29.25 35.29 29.64 01:05:10 00:53:10 all 5.57 0.00 4.22 28.49 35.38 26.35 01:05:10 00:53:10 0 5.36 0.00 4.08 30.53 36.90 23.13 01:05:10 00:53:10 1 5.12 0.00 4.10 29.44 34.87 26.47 01:05:10 00:53:10 2 6.53 0.00 4.54 34.17 34.43 20.34 01:05:10 00:53:10 3 5.27 0.00 4.16 19.88 35.30 35.38 01:05:10 01:05:10 00:53:10 CPU %user %nice %system %iowait %steal %idle 01:05:10 00:54:02 all 11.37 0.00 6.16 23.89 35.98 22.60 01:05:10 00:54:02 0 9.92 0.00 6.16 25.53 37.42 20.97 01:05:10 00:54:02 1 12.24 0.00 6.63 26.54 35.36 19.23 01:05:10 00:54:02 2 9.90 0.00 5.48 23.21 37.71 23.70 01:05:10 00:54:02 3 13.45 0.00 6.37 20.31 33.43 26.44 01:05:10 00:55:01 all 37.75 0.00 10.10 2.19 44.42 5.55 01:05:10 00:55:01 0 39.00 0.00 10.82 2.30 40.55 7.33 01:05:10 00:55:01 1 34.33 0.00 8.87 1.82 50.24 4.75 01:05:10 00:55:01 2 37.88 0.00 10.28 1.39 44.87 5.58 01:05:10 00:55:01 3 39.88 0.00 10.46 3.25 41.85 4.56 01:05:10 00:56:01 all 5.77 0.00 7.39 6.66 37.10 43.08 01:05:10 00:56:01 0 6.34 0.00 8.61 7.72 38.57 38.76 01:05:10 00:56:01 1 5.85 0.00 7.97 6.68 37.01 42.49 01:05:10 00:56:01 2 4.83 0.00 5.89 7.41 37.47 44.40 01:05:10 00:56:01 3 6.08 0.00 7.12 4.81 35.35 46.65 01:05:10 00:57:02 all 4.54 0.00 3.55 4.51 18.51 68.89 01:05:10 00:57:02 0 6.25 0.00 3.02 3.57 21.14 66.02 01:05:10 00:57:02 1 2.86 0.00 3.52 4.96 18.06 70.61 01:05:10 00:57:02 2 5.98 0.00 3.36 3.60 17.10 69.96 01:05:10 00:57:02 3 3.01 0.00 4.32 5.95 17.69 69.02 01:05:10 00:58:01 all 0.05 0.00 0.08 0.09 5.88 93.90 01:05:10 00:58:01 0 0.02 0.00 0.06 0.00 6.25 93.67 01:05:10 00:58:01 1 0.03 0.00 0.03 0.28 6.08 93.58 01:05:10 00:58:01 2 0.13 0.00 0.08 0.06 7.08 92.65 01:05:10 00:58:01 3 0.03 0.00 0.13 0.00 4.09 95.75 01:05:10 00:59:01 all 0.08 0.00 0.21 0.00 1.53 98.17 01:05:10 00:59:01 0 0.07 0.00 0.02 0.00 1.24 98.68 01:05:10 00:59:01 1 0.21 0.00 0.35 0.00 1.66 97.78 01:05:10 00:59:01 2 0.03 0.00 0.23 0.00 2.38 97.36 01:05:10 00:59:01 3 0.02 0.00 0.27 0.00 0.85 98.87 01:05:10 01:00:01 all 0.08 0.00 0.04 0.00 0.20 99.67 01:05:10 01:00:01 0 0.27 0.00 0.07 0.00 0.32 99.35 01:05:10 01:00:01 1 0.02 0.00 0.03 0.00 0.08 99.87 01:05:10 01:00:01 2 0.03 0.00 0.05 0.02 0.32 99.58 01:05:10 01:00:01 3 0.02 0.00 0.02 0.00 0.10 99.87 01:05:10 01:01:01 all 0.11 0.00 0.10 0.00 0.97 98.82 01:05:10 01:01:01 0 0.08 0.00 0.17 0.00 0.93 98.82 01:05:10 01:01:01 1 0.02 0.00 0.05 0.02 1.19 98.73 01:05:10 01:01:01 2 0.07 0.00 0.12 0.00 0.84 98.97 01:05:10 01:01:01 3 0.26 0.00 0.07 0.00 0.92 98.75 01:05:10 01:02:01 all 0.10 0.00 0.10 0.05 1.84 97.91 01:05:10 01:02:01 0 0.05 0.00 0.07 0.03 2.22 97.63 01:05:10 01:02:01 1 0.03 0.00 0.07 0.10 1.45 98.35 01:05:10 01:02:01 2 0.32 0.00 0.12 0.07 1.81 97.69 01:05:10 01:02:01 3 0.00 0.00 0.15 0.02 1.87 97.96 01:05:10 01:03:01 all 0.12 0.00 0.03 0.03 0.10 99.73 01:05:10 01:03:01 0 0.03 0.00 0.05 0.00 0.17 99.75 01:05:10 01:03:01 1 0.02 0.00 0.03 0.07 0.05 99.83 01:05:10 01:03:01 2 0.40 0.00 0.02 0.05 0.15 99.38 01:05:10 01:03:01 3 0.02 0.00 0.02 0.00 0.03 99.93 01:05:10 01:04:01 all 2.26 0.00 1.96 4.76 23.28 67.74 01:05:10 01:04:01 0 1.88 0.00 2.19 4.45 25.28 66.21 01:05:10 01:04:01 1 2.36 0.00 1.68 4.99 22.67 68.31 01:05:10 01:04:01 2 2.80 0.00 2.34 4.10 23.18 67.58 01:05:10 01:04:01 3 2.02 0.00 1.64 5.51 21.91 68.92 01:05:10 01:05:10 Average: CPU %user %nice %system %iowait %steal %idle 01:05:10 Average: all 9.13 0.00 5.76 9.39 28.26 47.46 01:05:10 Average: 0 8.73 0.00 5.59 9.41 29.60 46.67 01:05:10 Average: 1 8.89 0.00 5.84 9.88 28.13 47.26 01:05:10 Average: 2 9.25 0.00 5.68 9.80 27.80 47.47 01:05:10 Average: 3 9.68 0.00 5.92 8.45 27.49 48.45 01:05:10 01:05:10 01:05:10