Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+f0490a359bf291f637a24ac3a72a487d5e9880fa (7776d9daf37c6df09158753d8ba93faf8b2d17e7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25288 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing ad72fea3fceed8a04ec638e58c84fc6aeef660bf Checking out Revision ad72fea3fceed8a04ec638e58c84fc6aeef660bf (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:26 ========================================================= 00:31:26 EdgeX Global Pipelines Version Info 00:31:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:29 ------------------- 00:31:29 stable info: 00:31:29 ------------------- 00:31:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:29 Message: update stable to v1.0.179 00:31:30 ------------------- 00:31:30 experimental info: 00:31:30 ------------------- 00:31:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:30 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad72fea3fceed8a04ec638e58c84fc6aeef660bf [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad72fea [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:33 provisioning config files... 00:31:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4633404760547523166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:34 ---> docker-login.sh 00:31:34 nexus3.edgexfoundry.org:10001 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10002 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 nexus3.edgexfoundry.org:10003 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 nexus3.edgexfoundry.org:10004 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 docker.io 00:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:36 Configure a credential helper to remove this warning. See 00:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:36 00:31:36 Login Succeeded 00:31:36 ---> docker-login.sh ends [Pipeline] } 00:31:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:37 ++ 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:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-command/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-command,cmd/core-command/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-data/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-data,cmd/core-data/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/core-metadata/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ cut -d/ -f2 00:31:37 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/support-notifications/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ dirname cmd/support-scheduler/Dockerfile 00:31:37 ++ cut -d/ -f2 00:31:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:37 + for file in '`ls cmd/**/Dockerfile`' 00:31:37 ++ cut -d/ -f2 00:31:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:37 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:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:38 00:31:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:39 latest: Pulling from edgex-devops/git-semver 00:31:39 31603596830f: Pulling fs layer 00:31:39 2a8b12db71e7: Pulling fs layer 00:31:39 6ca5941a6612: Pulling fs layer 00:31:39 ecc8261a40a4: Pulling fs layer 00:31:39 ecc8261a40a4: Waiting 00:31:39 2a8b12db71e7: Download complete 00:31:39 31603596830f: Verifying Checksum 00:31:39 31603596830f: Download complete 00:31:40 6ca5941a6612: Verifying Checksum 00:31:40 6ca5941a6612: Download complete 00:31:40 ecc8261a40a4: Verifying Checksum 00:31:40 ecc8261a40a4: Download complete 00:31:40 31603596830f: Pull complete 00:31:40 2a8b12db71e7: Pull complete 00:31:42 6ca5941a6612: Pull complete 00:31:42 ecc8261a40a4: Pull complete 00:31:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:42 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:31:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:46 $ docker top dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:46 [ssh-agent] Looking for ssh-agent implementation... 00:31:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:47 $ docker exec dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent 00:31:47 SSH_AUTH_SOCK=/tmp/ssh-MlaR9XMPY5PC/agent.12 00:31:47 SSH_AGENT_PID=17 00:31:47 Running ssh-add (command line suppressed) 00:31:48 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4623488568676245326.key (/w/workspace/edgex-go/13@tmp/private_key_4623488568676245326.key) 00:31:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:48 + git tag --points-at HEAD [Pipeline] } 00:31:48 $ docker exec --env ******** --env ******** dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent -k 00:31:49 unset SSH_AUTH_SOCK; 00:31:49 unset SSH_AGENT_PID; 00:31:49 echo Agent pid 17 killed; 00:31:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:49 [ssh-agent] Looking for ssh-agent implementation... 00:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:49 $ docker exec dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent 00:31:50 SSH_AUTH_SOCK=/tmp/ssh-m6R9Rqy9c3UE/agent.46 00:31:50 SSH_AGENT_PID=52 00:31:50 Running ssh-add (command line suppressed) 00:31:50 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4218147831280778288.key (/w/workspace/edgex-go/13@tmp/private_key_4218147831280778288.key) 00:31:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:51 + git semver init 00:31:51 # -> Open(): unable to determine branch for HEAD 00:31:51 # $GIT_DIR = /w/workspace/edgex-go/13/.git 00:31:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 00:31:51 # $SEMVER_REMOTE_NAME = origin 00:31:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:51 # $SEMVER_USER_NAME = edgex-jenkins 00:31:51 # $SEMVER_BRANCH = PR-3113 00:31:51 # $SEMVER_TEMP = /tmp/semver-108644252 00:31:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:48 # '/tmp/semver-108644252' -> '/w/workspace/edgex-go/13/.semver' 00:32:48 # -> Force: false 00:32:48 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 00:32:48 $ docker exec --env ******** --env ******** dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee ssh-agent -k 00:32:49 unset SSH_AUTH_SOCK; 00:32:49 unset SSH_AGENT_PID; 00:32:49 echo Agent pid 52 killed; 00:32:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:50 + git semver [Pipeline] } 00:32:50 $ docker stop --time=1 dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee 00:32:52 $ docker rm -f dd7e0ad124184ae278fb6db6ddecef90916b25b4b2d81fee8e2b2d94a218d0ee [Pipeline] // withDockerContainer [Pipeline] sh 00:32:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:54 Stashed 1 file(s) [Pipeline] echo 00:32:54 [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:32:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:56 + sudo service docker restart 00:32:56 + true 00:32:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:57 ========================================================= 00:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:58 + 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:05 Sending build context to Docker daemon 327.6MB 00:33:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:05 Step 2/6 : FROM ${BASE} 00:33:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:05 188c0c94c7c5: Pulling fs layer 00:33:05 0ef7d3d256c8: Pulling fs layer 00:33:05 de9db76c5a1d: Pulling fs layer 00:33:05 bca2f99d35d6: Pulling fs layer 00:33:05 93359f2a8cfa: Pulling fs layer 00:33:05 7c6f9722023f: Pulling fs layer 00:33:05 a35cf1a2eb13: Pulling fs layer 00:33:05 7c6f9722023f: Waiting 00:33:05 a35cf1a2eb13: Waiting 00:33:05 bca2f99d35d6: Waiting 00:33:05 93359f2a8cfa: Waiting 00:33:05 de9db76c5a1d: Verifying Checksum 00:33:05 de9db76c5a1d: Download complete 00:33:05 0ef7d3d256c8: Verifying Checksum 00:33:05 0ef7d3d256c8: Download complete 00:33:05 93359f2a8cfa: Verifying Checksum 00:33:05 93359f2a8cfa: Download complete 00:33:05 7c6f9722023f: Verifying Checksum 00:33:05 7c6f9722023f: Download complete 00:33:05 188c0c94c7c5: Verifying Checksum 00:33:05 188c0c94c7c5: Download complete 00:33:06 188c0c94c7c5: Pull complete 00:33:07 0ef7d3d256c8: Pull complete 00:33:08 de9db76c5a1d: Pull complete 00:33:09 Still waiting to schedule task 00:33:09 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25284’ 00:33:11 a35cf1a2eb13: Verifying Checksum 00:33:11 a35cf1a2eb13: Download complete 00:33:12 bca2f99d35d6: Verifying Checksum 00:33:12 bca2f99d35d6: Download complete 00:33:25 bca2f99d35d6: Pull complete 00:33:25 93359f2a8cfa: Pull complete 00:33:25 7c6f9722023f: Pull complete 00:33:33 a35cf1a2eb13: Pull complete 00:33:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:33 ---> a62c8e92a672 00:33: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:33:33 ---> Running in b9d2fff78e17 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:36 (1/12) Installing libmagic (5.38-r0) 00:33:36 (2/12) Installing file (5.38-r0) 00:33:36 (3/12) Installing libc-dev (0.7.2-r3) 00:33:37 (4/12) Installing g++ (9.3.0-r2) 00:34:09 (5/12) Installing fortify-headers (1.1-r0) 00:34:09 (6/12) Installing patch (2.7.6-r6) 00:34:09 (7/12) Installing build-base (0.5-r2) 00:34:09 (8/12) Installing libsodium (1.0.18-r0) 00:34:09 (9/12) Installing pkgconf (1.7.2-r0) 00:34:09 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:09 (11/12) Installing libzmq (4.3.3-r0) 00:34:09 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:09 Executing busybox-1.31.1-r19.trigger 00:34:09 OK: 233 MiB in 51 packages 00:34:13 Removing intermediate container b9d2fff78e17 00:34:13 ---> 23a3263c8468 00:34:13 Step 4/6 : WORKDIR /edgex-go 00:34:13 ---> Running in a239b25f7ee7 00:34:13 Removing intermediate container a239b25f7ee7 00:34:13 ---> 32d94161ca44 00:34:13 Step 5/6 : COPY go.mod . 00:34:13 ---> e3a19ed24e90 00:34:13 Step 6/6 : RUN go mod download 00:34:13 ---> Running in db455793976a 00:34:46 Removing intermediate container db455793976a 00:34:46 ---> 39628cf02e60 00:34:46 Successfully built 39628cf02e60 00:34:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:47 + docker inspect -f . ci-base-image-x86_64 00:34:47 . [Pipeline] withDockerContainer 00:34:47 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:34:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:49 $ docker top 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:50 + go version 00:34:50 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:50 $ docker stop --time=1 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 00:34:51 $ docker rm -f 0bb0e854e56523064735e604a3dfa618aae39da1caedeb9b29a8562733454985 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:53 + docker inspect -f . ci-base-image-x86_64 00:34:53 . [Pipeline] withDockerContainer 00:34:54 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:34:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:56 $ docker top 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:57 ========================================================= 00:34:57 [edgeXBuildGoParallel] Running Tests and Build... 00:34:57 ========================================================= [Pipeline] sh 00:34:57 + make test 00:34:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:16 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25297 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:35:53 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 00:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:57 using credential edgex-jenkins-ssh 00:35:57 Cloning the remote Git repository 00:35:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:58 > git init /w/workspace/edgex-go/13 # timeout=10 00:35:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:58 > git --version # timeout=10 00:35:58 > git --version # 'git version 2.17.1' 00:35:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:23 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 00:36:24 Merge succeeded, producing faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 00:36:24 Checking out Revision faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 (PR-3113) 00:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 45.6% of statements 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.255s coverage: 100.0% of statements 00:36:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:23 > git config core.sparsecheckout # timeout=10 00:36:23 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 00:36:23 > git remote # timeout=10 00:36:23 > git config --get remote.origin.url # timeout=10 00:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:23 > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 00:36:24 > git rev-parse HEAD^{commit} # timeout=10 00:36:24 > git config core.sparsecheckout # timeout=10 00:36:24 > git checkout -f faebbfa082e8fd61b8f8939d2effb7acef5eb4c1 # timeout=10 00:36:28 Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" 00:36:28 > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.419s coverage: 27.1% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.172s coverage: 65.8% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:31 + sudo service+ docker restart 00:36:31 true 00:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.812s coverage: 82.3% of statements 00:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:33 provisioning config files... 00:36:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config721645974587932036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:33 ---> docker-login.sh 00:36:33 nexus3.edgexfoundry.org:10001 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 nexus3.edgexfoundry.org:10002 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 nexus3.edgexfoundry.org:10003 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 nexus3.edgexfoundry.org:10004 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 docker.io 00:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.806s coverage: 28.6% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.213s coverage: 100.0% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.271s coverage: 86.7% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.294s coverage: 97.5% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:37 Configure a credential helper to remove this warning. See 00:36:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:37 00:36:37 Login Succeeded 00:36:37 ---> docker-login.sh ends [Pipeline] } 00:36:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 00:36:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:38 ========================================================= 00:36:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:38 + 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:36:41 Sending build context to Docker daemon 166.2MB 00:36:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:41 Step 2/6 : FROM ${BASE} 00:36:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:41 5f621e34cdf4: Pulling fs layer 00:36:41 a4357932f1b6: Pulling fs layer 00:36:41 18c013af1878: Pulling fs layer 00:36:41 00ac8860ef70: Pulling fs layer 00:36:41 63d7cb157983: Pulling fs layer 00:36:41 b116817d02f9: Pulling fs layer 00:36:41 745a02a5169b: Pulling fs layer 00:36:41 00ac8860ef70: Waiting 00:36:41 63d7cb157983: Waiting 00:36:41 b116817d02f9: Waiting 00:36:41 745a02a5169b: Waiting 00:36:41 18c013af1878: Verifying Checksum 00:36:41 18c013af1878: Download complete 00:36:41 a4357932f1b6: Verifying Checksum 00:36:41 a4357932f1b6: Download complete 00:36:41 63d7cb157983: Download complete 00:36:41 b116817d02f9: Verifying Checksum 00:36:41 b116817d02f9: Download complete 00:36:41 5f621e34cdf4: Verifying Checksum 00:36:41 5f621e34cdf4: Download complete 00:36:42 5f621e34cdf4: Pull complete 00:36:42 a4357932f1b6: Pull complete 00:36:43 18c013af1878: Pull complete 00:36:43 745a02a5169b: Verifying Checksum 00:36:43 745a02a5169b: Download complete 00:36:44 00ac8860ef70: Verifying Checksum 00:36:44 00ac8860ef70: Download complete 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.259s coverage: 58.8% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.119s coverage: 0.1% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 45.5% of statements 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 00:36:55 00ac8860ef70: Pull complete 00:36:55 63d7cb157983: Pull complete 00:36:55 b116817d02f9: Pull complete 00:36:58 745a02a5169b: Pull complete 00:36:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:58 ---> b7e6874047d6 00:36:58 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:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.117s coverage: 94.4% of statements 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.174s coverage: 44.8% of statements 00:37:02 ---> Running in ba331062e920 00:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:05 (1/12) Installing libmagic (5.38-r0) 00:37:06 (2/12) Installing file (5.38-r0) 00:37:06 (3/12) Installing libc-dev (0.7.2-r3) 00:37:06 (4/12) Installing g++ (9.3.0-r2) 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.234s coverage: 92.9% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.294s coverage: 87.2% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 80.8% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.2% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.269s coverage: 63.5% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.108s coverage: 100.0% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.131s coverage: 73.7% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.151s coverage: 100.0% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.083s coverage: 68.9% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.252s coverage: 37.0% of statements 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.088s coverage: 84.0% of statements 00:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.192s coverage: 47.0% of statements 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:37:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 84.3% of statements 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:37:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.368s coverage: 29.1% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.132s coverage: 100.0% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.095s coverage: 100.0% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.098s coverage: 0.0% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.109s coverage: 100.0% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 32.1% of statements 00:37:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements 00:37:24 GO111MODULE=on go vet ./... 00:37:25 (5/12) Installing fortify-headers (1.1-r0) 00:37:25 (6/12) Installing patch (2.7.6-r6) 00:37:25 (7/12) Installing build-base (0.5-r2) 00:37:25 (8/12) Installing libsodium (1.0.18-r0) 00:37:25 (9/12) Installing pkgconf (1.7.2-r0) 00:37:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:25 (11/12) Installing libzmq (4.3.3-r0) 00:37:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:25 Executing busybox-1.31.1-r19.trigger 00:37:25 OK: 217 MiB in 51 packages 00:37:30 Removing intermediate container ba331062e920 00:37:30 ---> d52f78e2abad 00:37:30 Step 4/6 : WORKDIR /edgex-go 00:37:30 ---> Running in 821eccd6037b 00:37:30 Removing intermediate container 821eccd6037b 00:37:30 ---> fc9aa099b4a9 00:37:30 Step 5/6 : COPY go.mod . 00:37:30 ---> 34989438e530 00:37:30 Step 6/6 : RUN go mod download 00:37:30 ---> Running in 1f4af6c8a9de 00:37:57 Removing intermediate container 1f4af6c8a9de 00:37:57 ---> 9fdb1ae2ea79 00:37:57 Successfully built 9fdb1ae2ea79 00:37:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:57 + docker inspect -f . ci-base-image-arm64 00:37:57 . [Pipeline] withDockerContainer 00:37:57 prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container 00:37:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:59 $ docker top 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:00 + go version 00:38:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:00 $ docker stop --time=1 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 00:38:02 $ docker rm -f 8f1479d634ffa8209e5ad30fc4d95dd4c3a507e1cbca508aaff6c1b063e91cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:03 + docker inspect -f . ci-base-image-arm64 00:38:03 . [Pipeline] withDockerContainer 00:38:04 prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container 00:38:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:05 $ docker top c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:05 ========================================================= 00:38:05 [edgeXBuildGoParallel] Running Tests and Build... 00:38:05 ========================================================= [Pipeline] sh 00:38:06 + make test 00:38:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:34 gofmt -l . 00:38:34 [ "`gofmt -l .`" = "" ] 00:38:35 ./bin/test-go-mod-tidy.sh 00:38:37 ./bin/test-attribution-txt.sh [Pipeline] sh 00:38:40 + ls -al . 00:38:40 total 692 00:38:40 drwxrwxr-x 10 1001 1001 4096 Feb 6 00:38 . 00:38:40 drwxr-xr-x 4 root root 30 Feb 6 00:34 .. 00:38:40 -rw-rw-r-- 1 1001 1001 11 Feb 6 00:31 .dockerignore 00:38:40 drwxrwxr-x 8 1001 1001 179 Feb 6 00:31 .git 00:38:40 drwxrwxr-x 3 1001 1001 125 Feb 6 00:31 .github 00:38:40 -rw-rw-r-- 1 1001 1001 872 Feb 6 00:31 .gitignore 00:38:40 drwx------ 3 1001 1001 60 Feb 6 00:32 .semver 00:38:40 -rw-rw-r-- 1 1001 1001 166 Feb 6 00:31 .sonarcloud.properties 00:38:40 -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:31 Attribution.txt 00:38:40 -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:31 CONTRIBUTING.md 00:38:40 -rw-rw-r-- 1 1001 1001 931 Feb 6 00:31 Dockerfile.build 00:38:40 -rw-rw-r-- 1 1001 1001 863 Feb 6 00:31 Jenkinsfile 00:38:40 -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:31 LICENSE 00:38:40 -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:31 Makefile 00:38:40 -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:31 README.md 00:38:40 -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:31 SECURITY.md 00:38:40 -rw-rw-r-- 1 1001 1001 5 Feb 6 00:32 VERSION 00:38:40 -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:31 ZMQWindows.md 00:38:40 drwxrwxr-x 2 1001 1001 117 Feb 6 00:31 bin 00:38:40 drwxrwxr-x 15 1001 1001 4096 Feb 6 00:31 cmd 00:38:40 -rw-r--r-- 1 root root 587103 Feb 6 00:37 coverage.out 00:38:40 -rw-r--r-- 1 root root 1054 Feb 6 00:38 go.mod 00:38:40 -rw-r--r-- 1 root root 19290 Feb 6 00:38 go.sum 00:38:40 drwxrwxr-x 8 1001 1001 127 Feb 6 00:31 internal 00:38:40 drwxrwxr-x 4 1001 1001 26 Feb 6 00:31 openapi 00:38:40 drwxrwxr-x 4 1001 1001 71 Feb 6 00:31 snap 00:38:40 -rw-rw-r-- 1 1001 1001 168 Feb 6 00:31 version.go [Pipeline] sh 00:38:41 + '[' -e coverage.out ] 00:38:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:38:41 Stashed 1 file(s) [Pipeline] sh 00:38:42 + make build 00:38:42 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:38:51 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:39:10 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:39:11 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:39:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:33 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:39:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:42 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:39:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39: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:39:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } 00:39:48 $ docker stop --time=1 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 00:39:51 $ docker rm -f 6e16d959a049741eec4c2ae13329b2e4ae6143916615bb7ae1325af559a63ca5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:53 00:39:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:39:54 latest: Pulling from edgex-devops/edgex-compose 00:39:54 cbdbe7a5bc2a: Pulling fs layer 00:39:54 ca9280d653b3: Pulling fs layer 00:39:54 7e9c9ca2126c: Pulling fs layer 00:39:55 cbdbe7a5bc2a: Verifying Checksum 00:39:55 cbdbe7a5bc2a: Download complete 00:39:56 cbdbe7a5bc2a: Pull complete 00:39:56 ca9280d653b3: Verifying Checksum 00:39:56 ca9280d653b3: Download complete 00:39:59 7e9c9ca2126c: Verifying Checksum 00:39:59 7e9c9ca2126c: Download complete 00:39:59 ca9280d653b3: Pull complete 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.428s coverage: 45.6% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.617s coverage: 27.1% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 65.8% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:11 7e9c9ca2126c: Pull complete 00:40:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:40:12 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:40:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.720s coverage: 82.3% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:15 $ docker top d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:17 + docker-compose build --help 00:40:17 + grep parallel 00:40:18 --parallel Build images in parallel. [Pipeline] } 00:40:18 $ docker stop --time=1 d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.455s coverage: 28.6% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.128s coverage: 100.0% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:20 $ docker rm -f d76d9b628e36858ff4efc4bcef9ec26ed1792ee546c7904e96527d90c139dfb5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:21 . [Pipeline] withDockerContainer 00:40:21 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:40:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.399s coverage: 86.7% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:23 $ docker top 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:27 Building docker-core-command-go ... 00:40:27 Building docker-core-data-go ... 00:40:27 Building docker-core-metadata-go ... 00:40:27 Building docker-security-bootstrapper-go ... 00:40:27 Building docker-security-proxy-setup-go ... 00:40:27 Building docker-security-secretstore-setup-go ... 00:40:27 Building docker-support-notifications-go ... 00:40:27 Building docker-support-scheduler-go ... 00:40:27 Building docker-sys-mgmt-agent-go ... 00:40:27 Building docker-support-notifications-go 00:40:27 Building docker-support-scheduler-go 00:40:27 Building docker-security-secretstore-setup-go 00:40:27 Building docker-core-metadata-go 00:40:27 Building docker-security-proxy-setup-go 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.495s coverage: 92.8% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.153s coverage: 92.9% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.632s coverage: 63.5% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 68.9% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.438s coverage: 37.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.715s coverage: 84.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.523s coverage: 47.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.228s coverage: 84.3% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.320s coverage: 29.1% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.231s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 00:41:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:41:25 GO111MODULE=on go vet ./... 00:41:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:50 ---> 39628cf02e60 00:41:50 Step 3/22 : WORKDIR /edgex-go 00:41:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:50 ---> 39628cf02e60 00:41:50 Step 3/23 : WORKDIR /edgex-go 00:41:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:50 ---> 39628cf02e60 00:41:50 Step 3/24 : WORKDIR /edgex-go 00:41:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:50 ---> 39628cf02e60 00:41:50 Step 3/21 : WORKDIR /edgex-go 00:41:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:50 ---> 39628cf02e60 00:41:50 Step 3/22 : WORKDIR /edgex-go 00:41:50 ---> Running in 336357c0ba61 00:41:50 ---> Running in 0e39bcab53a7 00:41:50 ---> Running in 504e5f8c78a8 00:41:50 ---> Running in efd29cbb8e7f 00:41:50 ---> Running in a1b929c7219d 00:41:50 Removing intermediate container 504e5f8c78a8 00:41:50 ---> 21c945ce3961 00:41:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:50 Removing intermediate container a1b929c7219d 00:41:50 ---> 50dbf166b90b 00:41:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:50 Removing intermediate container 336357c0ba61 00:41:50 ---> 9a3bd6683b1b 00:41:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:50 ---> Running in e317ad16f1fa 00:41:50 Removing intermediate container 0e39bcab53a7 00:41:50 ---> fe7b8aa2ea6f 00:41:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:50 Removing intermediate container efd29cbb8e7f 00:41:50 ---> 17a4092804f1 00:41:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:50 ---> Running in 388e87caec4d 00:41:50 ---> Running in 412875d501c7 00:41:50 ---> Running in cb648d7ecf73 00:41:50 ---> Running in e2ae06e65a43 00:41:50 Removing intermediate container 388e87caec4d 00:41:50 ---> 8c283bc82f93 00:41:50 Step 5/24 : RUN apk add --update --no-cache make git 00:41:50 Removing intermediate container e2ae06e65a43 00:41:50 ---> 92093385a7fd 00:41:50 Step 5/22 : RUN apk add --update --no-cache make git 00:41:50 ---> Running in 3103c0a66c81 00:41:50 ---> Running in d1f0e5253876 00:41:50 Removing intermediate container cb648d7ecf73 00:41:50 ---> 109c9c3013ac 00:41:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:41:50 Removing intermediate container 412875d501c7 00:41:50 ---> 9892954c1138 00:41:50 Step 5/23 : RUN apk add --update --no-cache make git 00:41:50 Removing intermediate container e317ad16f1fa 00:41:50 ---> 5fb4057f85be 00:41:50 Step 5/21 : RUN apk add --update --no-cache make git 00:41:50 ---> Running in 5658892796d7 00:41:50 ---> Running in f2876435181f 00:41:50 ---> Running in 00f79e26ccde 00:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:52 OK: 233 MiB in 51 packages 00:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:52 OK: 233 MiB in 51 packages 00:41:52 OK: 233 MiB in 51 packages 00:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:53 OK: 233 MiB in 51 packages 00:41:53 OK: 233 MiB in 51 packages 00:41:54 Removing intermediate container 3103c0a66c81 00:41:54 ---> 19324981b76e 00:41:54 Step 6/24 : COPY go.mod . 00:41:54 Removing intermediate container d1f0e5253876 00:41:54 ---> fe2a6be2d1c6 00:41:54 Step 6/22 : COPY go.mod . 00:41:54 Removing intermediate container f2876435181f 00:41:54 ---> ea773ba4ebd8 00:41:54 Step 6/23 : COPY go.mod . 00:41:55 Removing intermediate container 00f79e26ccde 00:41:55 ---> 3fd07413d880 00:41:55 Step 6/21 : COPY go.mod . 00:41:55 ---> 645e78ece42d 00:41:55 Step 7/24 : RUN go mod download 00:41:55 ---> fec5e585ad91 00:41:55 Step 7/22 : RUN go mod download 00:41:55 ---> Running in 208827dbf7f1 00:41:55 ---> Running in 87f6539342a3 00:41:55 ---> fa6cb8c26784 00:41:55 Step 7/23 : RUN go mod download 00:41:55 ---> 96ef46a41db2 00:41:55 Step 7/21 : RUN go mod download 00:41:55 Removing intermediate container 5658892796d7 00:41:55 ---> 32335d718c6f 00:41:55 Step 6/22 : COPY go.mod . 00:41:56 ---> Running in ec766071274b 00:41:56 ---> Running in 4363afbf071f 00:41:57 ---> 799bd5646a28 00:41:57 Step 7/22 : RUN go mod download 00:41:57 ---> Running in 63078e865157 00:42:01 Removing intermediate container 87f6539342a3 00:42:01 ---> ecdbf5384f97 00:42:01 Step 8/22 : COPY . . 00:42:02 Removing intermediate container 4363afbf071f 00:42:02 ---> 6694cbfc77c9 00:42:02 Step 8/21 : COPY . . 00:42:02 Removing intermediate container 63078e865157 00:42:02 ---> ddaad98c5be0 00:42:02 Step 8/22 : COPY . . 00:42:02 Removing intermediate container 208827dbf7f1 00:42:02 ---> 8c620da41228 00:42:02 Step 8/24 : COPY . . 00:42:05 Removing intermediate container ec766071274b 00:42:05 ---> b171e488ed27 00:42:05 Step 8/23 : COPY . . 00:42:46 gofmt -l . 00:42:46 [ "`gofmt -l .`" = "" ] 00:42:46 ./bin/test-go-mod-tidy.sh 00:42:47 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:49 + ls -al . 00:42:49 total 720 00:42:49 drwxrwxr-x 9 1001 1001 4096 Feb 6 00:42 . 00:42:49 drwxr-xr-x 4 root root 4096 Feb 6 00:38 .. 00:42:49 -rw-rw-r-- 1 1001 1001 11 Feb 6 00:36 .dockerignore 00:42:49 drwxrwxr-x 8 1001 1001 4096 Feb 6 00:36 .git 00:42:49 drwxrwxr-x 3 1001 1001 4096 Feb 6 00:36 .github 00:42:49 -rw-rw-r-- 1 1001 1001 872 Feb 6 00:36 .gitignore 00:42:49 -rw-rw-r-- 1 1001 1001 166 Feb 6 00:36 .sonarcloud.properties 00:42:49 -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:36 Attribution.txt 00:42:49 -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:36 CONTRIBUTING.md 00:42:49 -rw-rw-r-- 1 1001 1001 931 Feb 6 00:36 Dockerfile.build 00:42:49 -rw-rw-r-- 1 1001 1001 863 Feb 6 00:36 Jenkinsfile 00:42:49 -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:36 LICENSE 00:42:49 -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:36 Makefile 00:42:49 -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:36 README.md 00:42:49 -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:36 SECURITY.md 00:42:49 -rw-rw-r-- 1 1001 1001 5 Feb 6 00:32 VERSION 00:42:49 -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:36 ZMQWindows.md 00:42:49 drwxrwxr-x 2 1001 1001 4096 Feb 6 00:36 bin 00:42:49 drwxrwxr-x 15 1001 1001 4096 Feb 6 00:36 cmd 00:42:49 -rw-r--r-- 1 root root 587103 Feb 6 00:41 coverage.out 00:42:49 -rw-r--r-- 1 root root 1054 Feb 6 00:42 go.mod 00:42:49 -rw-r--r-- 1 root root 19290 Feb 6 00:42 go.sum 00:42:49 drwxrwxr-x 8 1001 1001 4096 Feb 6 00:36 internal 00:42:49 drwxrwxr-x 4 1001 1001 4096 Feb 6 00:36 openapi 00:42:49 drwxrwxr-x 4 1001 1001 4096 Feb 6 00:36 snap 00:42:49 -rw-rw-r-- 1 1001 1001 168 Feb 6 00:36 version.go [Pipeline] sh 00:42:50 + '[' -e coverage.out ] 00:42:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:50 Warning: overwriting stash ‘coverage-report’ 00:42:51 Stashed 1 file(s) [Pipeline] sh 00:42:52 + make build 00:42:52 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:43:04 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:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:33 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:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:43 ---> 5aebaa8a9c3a 00:43:43 ---> cfe97b6958b4 00:43:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:43:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:43 ---> 3d94666aef6e 00:43:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:43:43 ---> 032fef9bb3f3 00:43:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:43:43 ---> 5de0ea4b94c0 00:43:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:43:43 ---> Running in 95e56541394a 00:43:43 ---> Running in 9ba898c43794 00:43:43 ---> Running in 9d06027b27a3 00:43:43 ---> Running in e2d49d6ea72d 00:43:43 ---> Running in 6a09773202d7 00:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43: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 00:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:43 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:43 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:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43: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:43: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:43:58 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:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:09 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:15 $ docker stop --time=1 c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb 00:44:17 $ docker rm -f c80b1ba85032e46ec837f2487b029c6d217378f262bbbad40ef5744eebd043eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:20 00:44:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:20 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:20 29e5d40040c1: Pulling fs layer 00:44:20 1ce36da41761: Pulling fs layer 00:44:20 25b303627fd3: Pulling fs layer 00:44:21 29e5d40040c1: Verifying Checksum 00:44:21 29e5d40040c1: Download complete 00:44:21 1ce36da41761: Verifying Checksum 00:44:21 1ce36da41761: Download complete 00:44:21 29e5d40040c1: Pull complete 00:44:23 1ce36da41761: Pull complete 00:44:23 25b303627fd3: Verifying Checksum 00:44:23 25b303627fd3: Download complete 00:44:32 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:44:33 25b303627fd3: Pull complete 00:44:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:33 prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container 00:44:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:34 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:36 $ docker top eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:38 + docker-compose build --help 00:44:38 + grep parallel 00:44:42 --parallel Build images in parallel. [Pipeline] } 00:44:42 $ docker stop --time=1 eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c 00:44:44 $ docker rm -f eb9922fe3ccafba292bce43cf2d64de1e456887ea83553e43f6a4701827a205c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:45 . [Pipeline] withDockerContainer 00:44:45 prd-ubuntu18.04-docker-arm64-4c-16g-25297 does not seem to be running inside a container 00:44:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:47 $ docker top a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:48 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:52 Building docker-core-command-go ... 00:44:52 Building docker-core-data-go ... 00:44:52 Building docker-core-metadata-go ... 00:44:52 Building docker-security-bootstrapper-go ... 00:44:52 Building docker-security-proxy-setup-go ... 00:44:52 Building docker-security-secretstore-setup-go ... 00:44:52 Building docker-support-notifications-go ... 00:44:52 Building docker-support-scheduler-go ... 00:44:52 Building docker-sys-mgmt-agent-go ... 00:44:52 Building docker-core-command-go 00:44:52 Building docker-security-proxy-setup-go 00:44:52 Building docker-sys-mgmt-agent-go 00:44:52 Building docker-security-secretstore-setup-go 00:44:52 Building docker-support-notifications-go 00:44:55 Removing intermediate container 9ba898c43794 00:44:55 ---> 6287aeba351d 00:44:55 00:44:55 Step 10/24 : FROM alpine:3.12 00:44:55 Removing intermediate container 95e56541394a 00:44:55 ---> 6911c2559e2b 00:44:55 00:44:55 Step 10/21 : FROM alpine:3.12 00:44:55 3.12: Pulling from library/alpine 00:44:55 3.12: Pulling from library/alpine 00:44:55 Removing intermediate container e2d49d6ea72d 00:44:55 ---> d9124c7749f9 00:44:55 00:44:55 Step 10/22 : FROM alpine:3.12 00:44:55 Removing intermediate container 6a09773202d7 00:44:55 ---> b266b8943535 00:44:55 00:44:55 Step 10/22 : FROM alpine:3.12 00:44:55 3.12: Pulling from library/alpine 00:44:55 3.12: Pulling from library/alpine 00:44:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:56 Status: Downloaded newer image for alpine:3.12 00:44:56 Status: Downloaded newer image for alpine:3.12 00:44:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:56 Status: Image is up to date for alpine:3.12 00:44:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:44:56 Status: Image is up to date for alpine:3.12 00:44:56 ---> 389fef711851 00:44:56 Step 11/21 : RUN apk add --update --no-cache curl 00:44:56 ---> 389fef711851 00:44:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:44:56 ---> 389fef711851 00:44:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:44:56 ---> 389fef711851 00:44:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:44:57 ---> Running in 84e06a3a6a58 00:44:57 ---> Running in b9f64f853dd8 00:44:57 ---> Running in 56c20bab890c 00:44:57 ---> Running in a9d4140d4053 00:44:58 Removing intermediate container 9d06027b27a3 00:44:58 ---> be98e907876d 00:44:58 00:44:58 Step 10/23 : FROM alpine:3.12 00:44:58 ---> 389fef711851 00:44:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:44:58 ---> Running in 61d928721b85 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:00 (1/4) Installing ca-certificates (20191127-r4) 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:00 (1/1) Installing dumb-init (1.2.2-r1) 00:45:00 Executing busybox-1.31.1-r19.trigger 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:00 OK: 6 MiB in 15 packages 00:45:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:00 (3/4) Installing libcurl (7.69.1-r3) 00:45:00 (4/4) Installing curl (7.69.1-r3) 00:45:01 Executing busybox-1.31.1-r19.trigger 00:45:01 Executing ca-certificates-20191127-r4.trigger 00:45:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:01 OK: 7 MiB in 18 packages 00:45:01 (1/1) Installing dumb-init (1.2.2-r1) 00:45:01 Executing busybox-1.31.1-r19.trigger 00:45:01 OK: 6 MiB in 15 packages 00:45:01 (1/5) Installing ca-certificates (20191127-r4) 00:45:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:01 (1/2) Installing ca-certificates (20191127-r4) 00:45:01 (3/5) Installing libcurl (7.69.1-r3) 00:45:01 (2/2) Installing dumb-init (1.2.2-r1) 00:45:01 Executing busybox-1.31.1-r19.trigger 00:45:01 (4/5) Installing curl (7.69.1-r3) 00:45:01 Executing ca-certificates-20191127-r4.trigger 00:45:01 (5/5) Installing dumb-init (1.2.2-r1) 00:45:01 Executing busybox-1.31.1-r19.trigger 00:45:01 Executing ca-certificates-20191127-r4.trigger 00:45:01 OK: 6 MiB in 16 packages 00:45:01 OK: 7 MiB in 19 packages 00:45:03 Removing intermediate container 56c20bab890c 00:45:03 ---> 8f63fb1166dc 00:45:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:45:04 ---> Running in b8f559f63fb1 00:45:04 Removing intermediate container 84e06a3a6a58 00:45:04 ---> e713bf3541be 00:45:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:04 Removing intermediate container 61d928721b85 00:45:04 ---> 98147da8972e 00:45:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:45:05 ---> Running in 3df234c1b89f 00:45:05 ---> Running in 1e4fd72de14c 00:45:05 Removing intermediate container b8f559f63fb1 00:45:05 ---> 8c9216d6337f 00:45:05 Step 13/22 : ENV APP_PORT=48085 00:45:06 Removing intermediate container b9f64f853dd8 00:45:06 ---> 3fc562b784f8 00:45:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:06 Removing intermediate container a9d4140d4053 00:45:06 ---> 8ca2f76d0b6f 00:45:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:45:06 ---> Running in 1de65e9410db 00:45:06 ---> Running in 7070ee9be072 00:45:06 ---> Running in 62e43e830113 00:45:06 Removing intermediate container 3df234c1b89f 00:45:06 ---> 12f93925feea 00:45:06 Step 13/21 : WORKDIR /edgex 00:45:07 Removing intermediate container 1e4fd72de14c 00:45:07 ---> bebbbdeab378 00:45:07 Step 13/23 : ENV APP_PORT=48081 00:45:07 ---> Running in d3decdfafd49 00:45:07 ---> Running in 7d135e8a948e 00:45:07 Removing intermediate container 1de65e9410db 00:45:07 ---> cb0b82551bca 00:45:07 Step 14/22 : EXPOSE $APP_PORT 00:45:07 Removing intermediate container 7070ee9be072 00:45:07 ---> 38ac79e3705d 00:45:07 Step 13/24 : WORKDIR / 00:45:07 Removing intermediate container 62e43e830113 00:45:07 ---> 3d73fa988bdf 00:45:07 Step 13/22 : ENV APP_PORT=48060 00:45:07 ---> Running in 675d50cff2a1 00:45:07 ---> Running in 24aaed285fc5 00:45:08 ---> Running in 0d1d92f08a04 00:45:08 Removing intermediate container 7d135e8a948e 00:45:08 ---> c84e8797b9c1 00:45:08 Step 14/23 : EXPOSE $APP_PORT 00:45:08 Removing intermediate container d3decdfafd49 00:45:08 ---> d43d37fc7fb6 00:45:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:45:08 Removing intermediate container 675d50cff2a1 00:45:08 ---> 7a7985f6374b 00:45:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:08 ---> Running in 2272d976d7c3 00:45:09 Removing intermediate container 0d1d92f08a04 00:45:09 ---> 94ce814d53cd 00:45:09 Step 14/22 : EXPOSE $APP_PORT 00:45:09 Removing intermediate container 24aaed285fc5 00:45:09 ---> 2148612710c4 00:45:09 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:45:10 ---> Running in 456ff2fad933 00:45:10 ---> f663937df0ec 00:45:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:45:10 ---> 95f337682382 00:45:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:45:10 Removing intermediate container 2272d976d7c3 00:45:10 ---> 048c93059786 00:45:10 Step 15/23 : WORKDIR / 00:45:11 ---> f1c4f79d9300 00:45:11 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:45:11 Removing intermediate container 456ff2fad933 00:45:11 ---> 31821ae14e70 00:45:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:12 ---> Running in dc70efc0fcdb 00:45:12 ---> 465eb0cb6c90 00:45:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:45:12 ---> 72c1e0ff6999 00:45:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:45:12 ---> 574aa9115f22 00:45:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:45:13 ---> b78e417f5e05 00:45:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:45:13 Removing intermediate container dc70efc0fcdb 00:45:13 ---> 8c806f7b8c74 00:45:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:13 ---> b64faeb74abd 00:45:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:45:13 ---> 3b7e06e9249d 00:45:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:45:14 ---> Running in adc95e8930eb 00:45:14 ---> c72e2b30d7b9 00:45:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:45:15 ---> 8fba09c37cda 00:45:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:45:15 ---> c20b4b66b842 00:45:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:45:15 ---> Running in 8f469ca75f03 00:45:15 ---> 2a6445648ffd 00:45:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:45:15 Removing intermediate container adc95e8930eb 00:45:15 ---> 39b6fbff88bf 00:45:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:17 ---> Running in 7d0e947d39f9 00:45:17 ---> c87691601236 00:45:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:45:17 Removing intermediate container 8f469ca75f03 00:45:17 ---> 662512b8a108 00:45:17 Step 18/21 : CMD ["--init=true"] 00:45:17 ---> a0923c047f3b 00:45:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:45:17 ---> Running in 6e3164600b91 00:45:17 ---> Running in da302129acf5 00:45:17 ---> a297844da191 00:45:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:45:18 Removing intermediate container 7d0e947d39f9 00:45:18 ---> 7e0cd4115b9c 00:45:18 Step 20/22 : LABEL arch=x86_64 00:45:18 ---> Running in dd349439806c 00:45:18 Removing intermediate container da302129acf5 00:45:18 ---> b96293ab7257 00:45:18 Step 19/21 : LABEL arch=x86_64 00:45:18 Removing intermediate container 6e3164600b91 00:45:18 ---> 699563a6b84d 00:45:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:18 ---> Running in 00ffb9ba20a2 00:45:19 ---> 9157e7f6ab3a 00:45:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:45:19 ---> Running in 8545ff6a19a1 00:45:19 ---> 9df74bb9b370 00:45:19 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:45:19 Removing intermediate container dd349439806c 00:45:19 ---> f3a8ca1f0b0e 00:45:19 Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:45:19 ---> Running in f866a9838947 00:45:19 ---> Running in e98d4653bec8 00:45:19 ---> Running in 7eb160a9ca8b 00:45:19 Removing intermediate container 00ffb9ba20a2 00:45:19 ---> 5e56c84c25eb 00:45:19 Step 20/21 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:45:19 Removing intermediate container 8545ff6a19a1 00:45:19 ---> a1b9f7725fef 00:45:19 Step 20/22 : LABEL arch=x86_64 00:45:20 Removing intermediate container f866a9838947 00:45:20 ---> e2fc4b0a6a2b 00:45:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:20 ---> Running in 3239c2fddef4 00:45:20 ---> Running in e935a8b37da0 00:45:20 ---> Running in 78f63f16c8e3 00:45:20 Removing intermediate container 7eb160a9ca8b 00:45:20 ---> 0532dd418300 00:45:20 Step 22/22 : LABEL version=0.0.0 00:45:20 ---> Running in 6f450be7ba42 00:45:20 Removing intermediate container 3239c2fddef4 00:45:20 ---> 82698882cab5 00:45:20 Step 21/21 : LABEL version=0.0.0 00:45:20 Removing intermediate container e935a8b37da0 00:45:20 ---> d5c96f9aefc4 00:45:20 Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:45:21 Removing intermediate container 78f63f16c8e3 00:45:21 ---> 800700efee2b 00:45:21 Step 21/23 : LABEL arch=x86_64 00:45:21 ---> Running in f5eceba5433f 00:45:21 ---> Running in 380ce32b7e0f 00:45:21 ---> Running in 8bb6e8624803 00:45:21 Removing intermediate container 6f450be7ba42 00:45:21 ---> f39610668499 00:45:21 00:45:22 Removing intermediate container f5eceba5433f 00:45:22 ---> e7165921262e 00:45:22 00:45:22 Removing intermediate container 380ce32b7e0f 00:45:22 ---> cd194c3bc391 00:45:22 Step 22/22 : LABEL version=0.0.0 00:45:22 Removing intermediate container 8bb6e8624803 00:45:22 ---> 55930ddb2c26 00:45:22 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:45:22 ---> Running in 5e73326365d0 00:45:22 ---> Running in e0f62dfcb419 00:45:22 Successfully built f39610668499 00:45:22 Successfully tagged docker-support-scheduler-go:latest 00:45:22 Building docker-sys-mgmt-agent-go 00:45:22  Building docker-support-scheduler-go ... done Successfully built e7165921262e 00:45:23 Successfully tagged docker-security-proxy-setup-go:latest 00:45:23 Building docker-core-command-go 00:45:23  Building docker-security-proxy-setup-go ... done Removing intermediate container e98d4653bec8 00:45:23 ---> 24ae93c1cf31 00:45:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:45:23 ---> Running in 93328c809e06 00:45:23 Removing intermediate container 5e73326365d0 00:45:23 ---> 44fe342678e1 00:45:23 00:45:23 Removing intermediate container e0f62dfcb419 00:45:23 ---> 07092dd598a6 00:45:23 Step 23/23 : LABEL version=0.0.0 00:45:23 Successfully built 44fe342678e1 00:45:23 ---> Running in 18924b483481 00:45:24 Successfully tagged docker-support-notifications-go:latest 00:45:24 Building docker-core-data-go 00:45:24  Building docker-support-notifications-go ... done Removing intermediate container 93328c809e06 00:45:24 ---> fa17404b1eca 00:45:24 Step 22/24 : LABEL arch=x86_64 00:45:24 ---> Running in 4098c34a99b2 00:45:24 Removing intermediate container 18924b483481 00:45:24 ---> 3934de5dda4b 00:45:24 00:45:25 Removing intermediate container 4098c34a99b2 00:45:25 ---> ee747e667362 00:45:25 Step 23/24 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:45:26 Successfully built 3934de5dda4b 00:45:26 Successfully tagged docker-core-metadata-go:latest 00:45:26  Building docker-core-metadata-go ... done  ---> Running in b68ef30c871f 00:45:26 Building docker-security-bootstrapper-go 00:45:27 Removing intermediate container b68ef30c871f 00:45:27 ---> 48fd56f075e6 00:45:27 Step 24/24 : LABEL version=0.0.0 00:45:30 ---> Running in 0a5d7dfa1d6b 00:45:33 Removing intermediate container 0a5d7dfa1d6b 00:45:33 ---> e536de0b591f 00:45:33 00:45:33 Successfully built e536de0b591f 00:45:34 Successfully tagged docker-security-secretstore-setup-go:latest 00:46:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:14 ---> 9fdb1ae2ea79 00:46:14 Step 3/21 : WORKDIR /edgex-go 00:46:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:14 ---> 9fdb1ae2ea79 00:46:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/22 : WORKDIR /edgex-go 00:46:14 00:46:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:14 ---> 9fdb1ae2ea79 00:46:14 Step 3/24 : WORKDIR /edgex-go 00:46:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:14 ---> 9fdb1ae2ea79 00:46:14 Step 3/26 : WORKDIR /edgex-go 00:46:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:14 ---> 9fdb1ae2ea79 00:46:14 Step 3/23 : WORKDIR /edgex-go 00:46:14 ---> Running in 2ad46715b98d 00:46:14 ---> Running in dd78f17b1232 00:46:14 ---> Running in b4ae0eebda7e 00:46:14 ---> Running in b347ed2643c0 00:46:14 ---> Running in 5a1cb5abe53e 00:46:14 Removing intermediate container 2ad46715b98d 00:46:14 ---> 9bd5f2826cc7 00:46:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 Removing intermediate container b4ae0eebda7e 00:46:14 ---> 4e87bef96641 00:46:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 Removing intermediate container dd78f17b1232 00:46:14 ---> edfc58de8634 00:46:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 Removing intermediate container b347ed2643c0 00:46:14 ---> df4937e888d3 00:46:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 Removing intermediate container 5a1cb5abe53e 00:46:14 ---> cc90636ed08e 00:46:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:14 ---> Running in ca7a86118d96 00:46:14 ---> Running in 4189db488196 00:46:14 ---> Running in f40967e3df5c 00:46:14 ---> Running in 0acb87fdc9c9 00:46:14 ---> Running in 7b471822b191 00:46:14 Removing intermediate container ca7a86118d96 00:46:14 ---> 6c6962908bf8 00:46:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:14 ---> Running in 2c9632e7cdea 00:46:14 Removing intermediate container 4189db488196 00:46:14 ---> c1fe7c438617 00:46:14 Step 5/23 : RUN apk add --update --no-cache make git 00:46:14 Removing intermediate container f40967e3df5c 00:46:14 ---> 47bf33d4cc3a 00:46:14 Step 5/24 : RUN apk add --update --no-cache make git 00:46:14 ---> Running in 43c8c81d4b60 00:46:14 Removing intermediate container 0acb87fdc9c9 00:46:14 ---> 7faac9c144ad 00:46:14 Step 5/21 : RUN apk add --update --no-cache make git 00:46:14 Removing intermediate container 7b471822b191 00:46:14 ---> dc1a7be1b39b 00:46:14 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:14 ---> Running in 1972164c5a3d 00:46:14 ---> Running in bc785e9ee32a 00:46:14 ---> Running in 6d72edb4cab7 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 OK: 217 MiB in 51 packages 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 OK: 217 MiB in 51 packages 00:46:15 OK: 217 MiB in 51 packages 00:46:15 Removing intermediate container 2c9632e7cdea 00:46:15 ---> 810d87741354 00:46:15 Step 6/22 : COPY go.mod . 00:46:16 OK: 217 MiB in 51 packages 00:46:17 OK: 217 MiB in 51 packages 00:46:17 Removing intermediate container 43c8c81d4b60 00:46:17 ---> b0fc5bea3c1e 00:46:17 Step 6/23 : COPY go.mod . 00:46:17 ---> ad09567ff395 00:46:17 Step 7/22 : RUN go mod download 00:46:17 ---> Running in aa0be852191e 00:46:17 Removing intermediate container 1972164c5a3d 00:46:17 ---> 6ddb31546dea 00:46:17 Step 6/24 : COPY go.mod . 00:46:18 Removing intermediate container bc785e9ee32a 00:46:18 ---> 3910470fc795 00:46:18 Step 6/26 : COPY go.mod . 00:46:18 ---> 6f1fb991cf7e 00:46:18 Step 7/23 : RUN go mod download 00:46:19 ---> b0c401bdbe5a 00:46:19 Step 7/24 : RUN go mod download 00:46:19 ---> Running in 6ec69fa2b953 00:46:19 ---> Running in 556b95368b16 00:46:19 Removing intermediate container 6d72edb4cab7 00:46:19 ---> b446caa4c059 00:46:19 Step 6/21 : COPY go.mod . 00:46:19 ---> ba7a4f22a6fc 00:46:19 Step 7/26 : RUN go mod download 00:46:20 ---> Running in 9c1acf2cd21e 00:46:21 ---> 15343da262c9 00:46:21 Step 7/21 : RUN go mod download 00:46:21 ---> Running in b8a7a95fa7f5 00:46:21 Removing intermediate container aa0be852191e 00:46:21 ---> 7903cd4dc784 00:46:21 Step 8/22 : COPY . . 00:46:25 Removing intermediate container 6ec69fa2b953 00:46:25 ---> 88888e519d66 00:46:25 Step 8/23 : COPY . . 00:46:25 Removing intermediate container 556b95368b16 00:46:25 ---> 6a0cbf2d7a87 00:46:25 Step 8/24 : COPY . . 00:46:25 Removing intermediate container 9c1acf2cd21e 00:46:25 ---> 314edfaebe43 00:46:25 Step 8/26 : COPY . . 00:46:26 Removing intermediate container b8a7a95fa7f5 00:46:26 ---> eead88533fcd 00:46:26 Step 8/21 : COPY . . 00:46:53 ---> 336b0a441621 00:46:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:53 ---> 5b66733c7618 00:46:53 Step 9/23 : RUN make cmd/core-command/core-command 00:46:53 ---> 9343ccffd713 00:46:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:53 ---> 415cc8729c12 00:46:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:53 ---> 8043ad96e6a7 00:46:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:53 ---> Running in 9e4f114d7fbb 00:46:53 ---> Running in 0e0eec379683 00:46:53 ---> Running in 15618b9b78a0 00:46:53 ---> Running in fd9fb5d8593f 00:46:53 ---> Running in 3a983fb47a3f 00:46:54 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:54 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:46:54 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:54 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:46:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:57  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 39628cf02e60 00:46:57 Step 3/23 : WORKDIR /edgex-go 00:46:57 ---> Using cache 00:46:57 ---> fe7b8aa2ea6f 00:46:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:57 ---> Using cache 00:46:57 ---> 109c9c3013ac 00:46:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 39628cf02e60 00:46:57 Step 3/31 : WORKDIR /edgex-go 00:46:57 ---> Using cache 00:46:57 ---> fe7b8aa2ea6f 00:46:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:57 ---> Using cache 00:46:57 ---> 109c9c3013ac 00:46:57 Step 5/31 : RUN apk add --update --no-cache make git 00:46:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 39628cf02e60 00:46:57 Step 3/23 : WORKDIR /edgex-go 00:46:57 ---> Using cache 00:46:57 ---> fe7b8aa2ea6f 00:46:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:57 ---> Using cache 00:46:57 ---> 109c9c3013ac 00:46:57 Step 5/23 : RUN apk add --update --no-cache make git 00:46:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 39628cf02e60 00:46:57 Step 3/26 : WORKDIR /edgex-go 00:46:57 ---> Using cache 00:46:57 ---> fe7b8aa2ea6f 00:46:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:57 ---> Using cache 00:46:57 ---> 109c9c3013ac 00:46:57 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:57 ---> Running in 1e3652dd7c1c 00:46:57 ---> Running in 2bad5942d8ce 00:46:57 ---> Running in fb7c4ddf4ab6 00:46:57 ---> Running in a8750b486c7e 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:58 OK: 233 MiB in 51 packages 00:46:58 OK: 233 MiB in 51 packages 00:46:58 OK: 233 MiB in 51 packages 00:46:58 OK: 233 MiB in 51 packages 00:47:00 Removing intermediate container a8750b486c7e 00:47:00 ---> fd057f4ae349 00:47:00 Step 6/26 : COPY go.mod . 00:47:00 Removing intermediate container 2bad5942d8ce 00:47:00 ---> ef3037573039 00:47:00 Step 6/31 : COPY go.mod . 00:47:01 Removing intermediate container fb7c4ddf4ab6 00:47:01 ---> 2fe8f201f76c 00:47:01 Step 6/23 : COPY go.mod . 00:47:01 Removing intermediate container 1e3652dd7c1c 00:47:01 ---> 71b48e80d04e 00:47:01 Step 6/23 : COPY go.mod . 00:47:02 ---> 0113668c5292 00:47:02 Step 7/26 : RUN go mod download 00:47:03 ---> 04ba319f4c15 00:47:03 Step 7/23 : RUN go mod download 00:47:03 ---> 6eeeed348c90 00:47:03 Step 7/23 : RUN go mod download 00:47:03 ---> fcc0bb809f68 00:47:03 Step 7/31 : RUN go mod download 00:47:03 ---> Running in 99f3c5f4fffa 00:47:03 ---> Running in 5fa0160255c6 00:47:03 ---> Running in 2ca28a915ee7 00:47:03 ---> Running in b391c217005c 00:47:09 Removing intermediate container 5fa0160255c6 00:47:09 ---> 4c38976de72a 00:47:09 Step 8/23 : COPY . . 00:47:09 Removing intermediate container 2ca28a915ee7 00:47:09 ---> 8bfb7a73c6e5 00:47:09 Step 8/31 : COPY . . 00:47:09 Removing intermediate container 99f3c5f4fffa 00:47:09 ---> 6cb9d20ba030 00:47:09 Step 8/26 : COPY . . 00:47:09 Removing intermediate container b391c217005c 00:47:09 ---> 361a14034e29 00:47:09 Step 8/23 : COPY . . 00:48:16 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:48:16 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:48:31 Removing intermediate container fd9fb5d8593f 00:48:31 ---> b726e6579b22 00:48:31 00:48:31 Step 10/24 : FROM alpine:3.12 00:48:31 3.12: Pulling from library/alpine 00:48:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:32 Status: Downloaded newer image for alpine:3.12 00:48:32 ---> afeebe901d6b 00:48:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:33 ---> Running in e403c47d4b09 00:48:34 Removing intermediate container 3a983fb47a3f 00:48:34 ---> 1485338703bd 00:48:34 00:48:34 Step 10/21 : FROM alpine:3.12 00:48:34 ---> afeebe901d6b 00:48:34 Step 11/21 : RUN apk add --update --no-cache curl 00:48:34 ---> Running in c40cdb962cd5 00:48:35 Removing intermediate container 15618b9b78a0 00:48:35 ---> 232b40554383 00:48:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:35 ---> Running in 9efa84ae72a5 00:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:36 (1/5) Installing ca-certificates (20191127-r4) 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:36 (3/5) Installing libcurl (7.69.1-r3) 00:48:36 (4/5) Installing curl (7.69.1-r3) 00:48:36 (5/5) Installing dumb-init (1.2.2-r1) 00:48:36 Executing busybox-1.31.1-r19.trigger 00:48:36 Executing ca-certificates-20191127-r4.trigger 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:37 OK: 7 MiB in 19 packages 00:48:37 (1/4) Installing ca-certificates (20191127-r4) 00:48:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:37 (3/4) Installing libcurl (7.69.1-r3) 00:48:37 (4/4) Installing curl (7.69.1-r3) 00:48:37 Executing busybox-1.31.1-r19.trigger 00:48:37 Executing ca-certificates-20191127-r4.trigger 00:48:37 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:48:37 OK: 7 MiB in 18 packages 00:48:41 Removing intermediate container e403c47d4b09 00:48:41 ---> 5612a69ad736 00:48:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:41 Removing intermediate container c40cdb962cd5 00:48:41 ---> ace249e74798 00:48:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:41 ---> Running in dbf89d06fd58 00:48:41 ---> Running in 670f11759f9d 00:48:42 Removing intermediate container 0e0eec379683 00:48:42 ---> 600059e32834 00:48:42 00:48:42 Step 10/23 : FROM alpine:3.12 00:48:42 ---> afeebe901d6b 00:48:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:42 Removing intermediate container dbf89d06fd58 00:48:42 ---> 5ac87e4e2042 00:48:42 Step 13/24 : WORKDIR / 00:48:42 ---> Running in 31d232eb1902 00:48:42 ---> Running in 56cbf27b130f 00:48:42 Removing intermediate container 670f11759f9d 00:48:42 ---> 8d6cafe74445 00:48:42 Step 13/21 : WORKDIR /edgex 00:48:42 Removing intermediate container 9efa84ae72a5 00:48:42 ---> 07b2ee11e786 00:48:42 00:48:42 Step 11/26 : FROM docker:20.10.0 00:48:43 20.10.0: Pulling from library/docker 00:48:43 ---> Running in 535db4d53517 00:48:43 Removing intermediate container 9e4f114d7fbb 00:48:43 ---> fb237f5f8ccb 00:48:43 00:48:43 Step 10/22 : FROM alpine:3.12 00:48:43 ---> afeebe901d6b 00:48:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:43 ---> Running in 027e6f1e98c2 00:48:43 Removing intermediate container 56cbf27b130f 00:48:43 ---> 28bb8897e69c 00:48:43 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:48:44 Removing intermediate container 535db4d53517 00:48:44 ---> 82438550c311 00:48:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 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 (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 ---> 2e70fc9b193d 00:48:45 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:48:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:45 ---> 488625ca04ff 00:48:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 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:47 Executing busybox-1.31.1-r19.trigger 00:48:47 Executing ca-certificates-20191127-r4.trigger 00:48:47 OK: 6 MiB in 16 packages 00:48:47 ---> fc49424cb29d 00:48:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:47 Removing intermediate container 31d232eb1902 00:48:47 ---> a566e78fbc94 00:48:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:47 ---> 363b8bdbb878 00:48:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:47 ---> Running in 7a59338bc96f 00:48:48 ---> 1034fa163b37 00:48:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:49 Removing intermediate container 7a59338bc96f 00:48:49 ---> d2d9eaa14a0f 00:48:49 Step 13/23 : ENV APP_PORT=48082 00:48:49 Removing intermediate container 027e6f1e98c2 00:48:49 ---> 0de96fdbc439 00:48:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:49 ---> Running in b6c56352d828 00:48:49 ---> cb0921b44932 00:48:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:50 ---> Running in 2feae55a679c 00:48:50 ---> Running in 314bc806a9af 00:48:50 ---> 78328d2ee96d 00:48:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:50 Removing intermediate container b6c56352d828 00:48:50 ---> 0d6c6da02b63 00:48:50 Step 14/23 : EXPOSE $APP_PORT 00:48:51 Removing intermediate container 2feae55a679c 00:48:51 ---> 9e17d3d64d8a 00:48:51 Step 13/22 : ENV APP_PORT=48060 00:48:51 ---> Running in fb5c42ad6f9c 00:48:51 ---> Running in 33897f71f375 00:48:51 Removing intermediate container 314bc806a9af 00:48:51 ---> d11b118c6864 00:48:51 Step 18/21 : CMD ["--init=true"] 00:48:52 Removing intermediate container fb5c42ad6f9c 00:48:52 ---> 12fee40371c0 00:48:52 Step 15/23 : WORKDIR / 00:48:52 ---> Running in cd114fd3096c 00:48:52 ---> Running in d0d5f7e29b90 00:48:53 Removing intermediate container 33897f71f375 00:48:53 ---> 955490b3bea9 00:48:53 Step 14/22 : EXPOSE $APP_PORT 00:48:53 ---> aa0355c0f688 00:48:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:53 Removing intermediate container cd114fd3096c 00:48:53 ---> 69b89494d421 00:48:53 Step 19/21 : LABEL arch=arm64 00:48:53 ---> Running in 206ec5b3599d 00:48:53 ---> 881d5b80607b 00:48:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:53 ---> f74481cfc20b 00:48:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:53 ---> Running in b48c0575147a 00:48:53 ---> Running in 0e4010610885 00:48:53 ---> 7a7d1d7e276b 00:48:53 Step 9/23 : RUN make cmd/core-data/core-data 00:48:53 ---> 1390cfd9e574 00:48:53 Step 9/23 : RUN make cmd/core-command/core-command 00:48:53 ---> Running in e6b6d56ee45f 00:48:53 ---> Running in 78890fe8929d 00:48: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 00:48:53 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:48:53 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:48:53 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:48:53 ---> Running in 73a34f453369 00:48:53 Removing intermediate container d0d5f7e29b90 00:48:53 ---> 7f60d519b6c0 00:48:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:54 ---> 8dad3938f30c 00:48:54 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:48:54 Removing intermediate container 206ec5b3599d 00:48:54 ---> fa1467f220f2 00:48:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:54 Removing intermediate container 73a34f453369 00:48:54 ---> 26a67bea6057 00:48:54 Step 20/21 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:48:54 ---> Running in 2c96c790bbf0 00:48:55 ---> Running in 1c8bbfddcf31 00:48:55 ---> 2ff80c6fd9d4 00:48:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:55 ---> 05fed70ffa2f 00:48:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:55 Removing intermediate container 1c8bbfddcf31 00:48:55 ---> 2c2ed6141dcc 00:48:55 Step 21/21 : LABEL version=0.0.0 00:48:56 ---> Running in ef09e5f088c0 00:48:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:56 Status: Downloaded newer image for docker:20.10.0 00:48:56 ---> eeaf43b92773 00:48:56 Step 12/26 : RUN apk add --no-cache bash 00:48:57 ---> Running in 263055f66a7c 00:48:57 Removing intermediate container ef09e5f088c0 00:48:57 ---> 2caa36e468a6 00:48:57 00:48:57 ---> 02c6fee2bcf4 00:48:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:57 ---> 8d02509d7ee4 00:48:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:57 Successfully built 2caa36e468a6 00:48:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:57  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 00:48:58 Removing intermediate container 2c96c790bbf0 00:48:58 ---> 53e41f961147 00:48:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:58 ---> 7046a9cb05e5 00:48:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:58 ---> Running in 7bbaf25e3e41 00:48:58 ---> c2ffea84aef6 00:48:58 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:58 ---> Running in 058567d9b2f9 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 ---> Running in db395433a127 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:59 Removing intermediate container 7bbaf25e3e41 00:48:59 ---> 648772c7aeb2 00:48:59 Step 22/24 : LABEL arch=arm64 00:49:00 (1/2) Installing readline (8.0.4-r0) 00:49:00 (2/2) Installing bash (5.0.17-r0) 00:49:00 Executing bash-5.0.17-r0.post-install 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 OK: 12 MiB in 22 packages 00:49:00 Removing intermediate container db395433a127 00:49:00 ---> 66d2235754b8 00:49:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:00 Removing intermediate container 058567d9b2f9 00:49:00 ---> 57e714c04c16 00:49:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:01 ---> Running in edcf4df4cd92 00:49:01 ---> Running in 5cb6b5138669 00:49:01 ---> Running in c57df73f3608 00:49:02 Removing intermediate container edcf4df4cd92 00:49:02 ---> fa0701260e73 00:49:02 Step 23/24 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:49:02 Removing intermediate container 5cb6b5138669 00:49:02 ---> a0e3da73c456 00:49:02 Step 21/23 : LABEL arch=arm64 00:49:02 ---> Running in 3c00ad792086 00:49:02 Removing intermediate container c57df73f3608 00:49:02 ---> 7162b55a53ec 00:49:02 Step 20/22 : LABEL arch=arm64 00:49:03 ---> Running in 6c574b722bae 00:49:03 Removing intermediate container 263055f66a7c 00:49:03 ---> d9a29f9b2ca4 00:49:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:03 ---> Running in 866e01e67ab4 00:49:04 ---> Running in c3881851c644 00:49:04 Removing intermediate container 3c00ad792086 00:49:04 ---> 601626c38bbc 00:49:04 Step 24/24 : LABEL version=0.0.0 00:49:04 Removing intermediate container 6c574b722bae 00:49:04 ---> 142bdbc9492b 00:49:04 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:49:04 ---> Running in 36fdfdeaa457 00:49:04 ---> Running in 0807ad3211a8 00:49:04 Removing intermediate container 866e01e67ab4 00:49:04 ---> 71291a0f904c 00:49:04 Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:49:04 ---> Running in c0f5f291a0ba 00:49:04 Removing intermediate container c3881851c644 00:49:04 ---> 17ce1cd007e8 00:49:04 Step 14/26 : ENV APP_PORT=48090 00:49:04 Removing intermediate container 36fdfdeaa457 00:49:04 ---> 7d16e7f914ad 00:49:04 00:49:05 ---> Running in 1e0e6c38fc38 00:49:05 Removing intermediate container 0807ad3211a8 00:49:05 ---> e43a44673fbe 00:49:05 Step 23/23 : LABEL version=0.0.0 00:49:05 Removing intermediate container c0f5f291a0ba 00:49:05 ---> 05c52f5757e5 00:49:05 Step 22/22 : LABEL version=0.0.0 00:49:05 Successfully built 7d16e7f914ad 00:49:05 ---> Running in adb6b55e0d41 00:49:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:05  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:49:05 ---> Running in 00fab903ad63 00:49:06 Removing intermediate container 1e0e6c38fc38 00:49:06 ---> 160da7964895 00:49:06 Step 15/26 : EXPOSE $APP_PORT 00:49:06 ---> Running in 0cc96a7c17e8 00:49:06 Removing intermediate container 00fab903ad63 00:49:06 ---> 2291f4dbcd7c 00:49:06 00:49:06 Removing intermediate container adb6b55e0d41 00:49:06 ---> c3a9c250a9ec 00:49:06 00:49:06 Removing intermediate container 0cc96a7c17e8 00:49:06 ---> e2431c7f2722 00:49:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:07 Successfully built c3a9c250a9ec 00:49:07 Successfully built 2291f4dbcd7c 00:49:07 Successfully tagged docker-core-command-go-arm64:latest 00:49:07  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 00:49:07 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:07  Building docker-support-notifications-go ... done Building docker-core-data-go 00:49:08 ---> 71389cada4bf 00:49:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:09 ---> 971688aa5e0d 00:49:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:10 ---> e165ac00516b 00:49:10 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:11 ---> Running in 789e26ea1393 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:13 (1/33) Installing libbz2 (1.0.8-r1) 00:49:13 (2/33) Installing expat (2.2.9-r1) 00:49:13 (3/33) Installing libffi (3.3-r2) 00:49:13 (4/33) Installing gdbm (1.13-r1) 00:49:13 (5/33) Installing xz-libs (5.2.5-r0) 00:49:13 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:13 (7/33) Installing python3 (3.8.5-r0) 00:49:15 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:15 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:15 (11/33) Installing py3-six (1.15.0-r0) 00:49:15 (12/33) Installing py3-packaging (20.4-r0) 00:49:15 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:15 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:15 (15/33) Installing py3-idna (2.9-r0) 00:49:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:15 (18/33) Installing py3-requests (2.23.0-r0) 00:49:15 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:15 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:15 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:15 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:15 (24/33) Installing py3-distro (1.5.0-r1) 00:49:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:15 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:15 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:15 (29/33) Installing py3-progress (1.5-r0) 00:49:15 (30/33) Installing py3-toml (0.10.1-r0) 00:49:15 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:15 (33/33) Installing py3-pip (20.1.1-r0) 00:49:16 Executing busybox-1.31.1-r19.trigger 00:49:16 OK: 71 MiB in 55 packages 00:49:28 Removing intermediate container 789e26ea1393 00:49:28 ---> ef2a89e1cc7d 00:49:28 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:28 ---> Running in 68690ece28d3 00:49:35 Collecting docker-compose==1.23.2 00:49:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:36 Collecting PyYAML<4,>=3.10 00:49:36 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:49:41 Collecting websocket-client<1.0,>=0.32.0 00:49:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:41 ---> 9fdb1ae2ea79 00:49:41 Step 3/23 : WORKDIR /edgex-go 00:49:41 ---> Using cache 00:49:41 ---> df4937e888d3 00:49:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:41 ---> Using cache 00:49:41 ---> dc1a7be1b39b 00:49:41 Step 5/23 : RUN apk add --update --no-cache make git 00:49:42 Collecting dockerpty<0.5,>=0.4.1 00:49:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:44 ---> Running in 91faa0b5931f 00:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:46 Collecting docopt<0.7,>=0.6.1 00:49:46 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:48 OK: 217 MiB in 51 packages 00:49:50 Collecting jsonschema<3,>=2.5.1 00:49:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:50 Removing intermediate container 0e4010610885 00:49:50 ---> 037c65567fb7 00:49:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:50 ---> Running in 327fcd032e2f 00:49:51 Collecting docker<4.0,>=3.6.0 00:49:51 Removing intermediate container 91faa0b5931f 00:49:51 ---> 81233ac39b30 00:49:51 Step 6/23 : COPY go.mod . 00:49:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:52 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:49:52 Collecting texttable<0.10,>=0.9.0 00:49:52 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:52 ---> bfd18241e5a2 00:49:52 Step 7/23 : RUN go mod download 00:49:53 ---> Running in f94785c27e9a 00:49:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:53 ---> 9fdb1ae2ea79 00:49:53 Step 3/22 : WORKDIR /edgex-go 00:49:53 ---> Using cache 00:49:53 ---> df4937e888d3 00:49:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:53 ---> Using cache 00:49:53 ---> dc1a7be1b39b 00:49:53 Step 5/22 : RUN apk add --update --no-cache make git 00:49:53 ---> Using cache 00:49:53 ---> 81233ac39b30 00:49:53 Step 6/22 : COPY go.mod . 00:49:53 ---> Using cache 00:49:53 ---> bfd18241e5a2 00:49:53 Step 7/22 : RUN go mod download 00:49:53 ---> Running in bbf888e9fe93 00:49:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:55 ---> 9fdb1ae2ea79 00:49:55 Step 3/23 : WORKDIR /edgex-go 00:49:55 ---> Using cache 00:49:55 ---> df4937e888d3 00:49:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:55 ---> Using cache 00:49:55 ---> dc1a7be1b39b 00:49:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:55 Removing intermediate container e6b6d56ee45f 00:49:55 ---> 8eada15a0435 00:49:55 00:49:55 Step 10/23 : FROM alpine:3.12 00:49:55 ---> 389fef711851 00:49:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:55 ---> Using cache 00:49:55 ---> 98147da8972e 00:49:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:55 ---> Using cache 00:49:55 ---> bebbbdeab378 00:49:55 Step 13/23 : ENV APP_PORT=48082 00:49:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:55 ---> 9fdb1ae2ea79 00:49:55 Step 3/31 : WORKDIR /edgex-go 00:49:55 ---> Using cache 00:49:55 ---> df4937e888d3 00:49:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:55 ---> Using cache 00:49:55 ---> dc1a7be1b39b 00:49:55 Step 5/31 : RUN apk add --update --no-cache make git 00:49:55 ---> Using cache 00:49:55 ---> 81233ac39b30 00:49:55 Step 6/31 : COPY go.mod . 00:49:55 ---> Using cache 00:49:55 ---> bfd18241e5a2 00:49:55 Step 7/31 : RUN go mod download 00:49:55 Collecting cached-property<2,>=1.2.0 00:49:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:56 ---> Running in 4c7ff54d1560 00:49:56 ---> Running in 9b467e78bac2 00:49:57 ---> Running in fe25696bcde0 00:49:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:58 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:49:58 Removing intermediate container fe25696bcde0 00:49:58 ---> e9a162f0fc6c 00:49:58 Step 14/23 : EXPOSE $APP_PORT 00:49:58 Removing intermediate container b48c0575147a 00:49:58 ---> 4026b71f8b2d 00:49:58 00:49:58 Step 10/31 : FROM alpine:3.12 00:49:58 ---> 389fef711851 00:49:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:58 Removing intermediate container 327fcd032e2f 00:49:58 ---> e3840dfe5786 00:49:58 00:49:58 Step 11/26 : FROM docker:20.10.0 00:49:59 Collecting docker-pycreds>=0.4.0 00:49:59 Removing intermediate container f94785c27e9a 00:49:59 ---> 878b09fb62dc 00:49:59 Step 8/23 : COPY . . 00:49:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:59 Removing intermediate container bbf888e9fe93 00:49:59 ---> 82f62d5af616 00:49:59 Step 8/22 : COPY . . 00:49:59 20.10.0: Pulling from library/docker 00:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:59 Removing intermediate container 78890fe8929d 00:49:59 ---> db53656fb9ed 00:49:59 00:49:59 Step 10/23 : FROM alpine:3.12 00:49:59 ---> 389fef711851 00:49:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:59 ---> Running in 60bad80b44d0 00:49:59 ---> Running in 25642affa113 00:49:59 ---> Running in e475ec4c2bfa 00:50:00 Removing intermediate container 25642affa113 00:50:00 ---> ebf5639d99e4 00:50:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:00 Removing intermediate container 60bad80b44d0 00:50:00 ---> d5169060d39c 00:50:00 Step 15/23 : WORKDIR / 00:50:00 Collecting urllib3<1.25,>=1.21.1 00:50:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:00 OK: 217 MiB in 51 packages 00:50:00 ---> Running in 6d9a3e65f871 00:50:00 Removing intermediate container e475ec4c2bfa 00:50:00 ---> 3582980471fa 00:50:00 Step 12/23 : ENV APP_PORT=48080 00:50:00 ---> Running in ede4e8740348 00:50:01 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:50:01 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:50:01 Removing intermediate container 4c7ff54d1560 00:50:01 ---> 72894c5e6b64 00:50:01 Step 8/31 : COPY . . 00:50:01 ---> Running in d2d31b3b9a6b 00:50:01 Collecting idna<2.8,>=2.5 00:50:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:02 Removing intermediate container ede4e8740348 00:50:02 ---> ad8e872f30aa 00:50:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:02 Removing intermediate container d2d31b3b9a6b 00:50:02 ---> fa91da8434be 00:50:02 Step 13/23 : EXPOSE $APP_PORT 00:50:02 Installing collected packages: PyYAML, websocket-client, dockerpty, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docker-compose 00:50:02 Running setup.py install for PyYAML: started 00:50:02 ---> Running in 9273c56117ef 00:50:03 ---> 120736a62fda 00:50:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:03 Removing intermediate container 9b467e78bac2 00:50:03 ---> 5414992fbd5e 00:50:03 Step 6/23 : COPY go.mod . 00:50:04 Removing intermediate container 9273c56117ef 00:50:04 ---> c186e64a8eca 00:50:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:04 ---> Running in 2222dc081672 00:50:04 (1/2) Installing dumb-init (1.2.2-r1) 00:50:04 (2/2) Installing su-exec (0.2-r1) 00:50:05 Executing busybox-1.31.1-r19.trigger 00:50:05 OK: 6 MiB in 16 packages 00:50:05 ---> 48579ddb9ed0 00:50:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:05 Running setup.py install for PyYAML: finished with status 'done' 00:50:06 ---> f9c5fc048762 00:50:06 Step 7/23 : RUN go mod download 00:50:06 Running setup.py install for dockerpty: started 00:50:07 ---> Running in 1788fc15c492 00:50:08 ---> 0e975bfe22c4 00:50:08 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:08 Removing intermediate container 6d9a3e65f871 00:50:08 ---> fe906aa99f6a 00:50:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:08 ---> Running in a336ff3cf971 00:50:08 ---> Running in dcfc027650a5 00:50:09 Removing intermediate container 2222dc081672 00:50:09 ---> 69d60595cde5 00:50:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:09 ---> Running in 48108eb46be7 00:50:09 Running setup.py install for dockerpty: finished with status 'done' 00:50:09 Running setup.py install for docopt: started 00:50:09 Removing intermediate container a336ff3cf971 00:50:09 ---> 76bc5419f954 00:50:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:09 Removing intermediate container dcfc027650a5 00:50:09 ---> 826b0d6e5d00 00:50:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:10 ---> Running in 5701a3ad9373 00:50:10 ---> Running in 7158a6096ada 00:50:11 Removing intermediate container 5701a3ad9373 00:50:11 ---> 98abb003490c 00:50:11 Step 21/23 : LABEL arch=x86_64 00:50:11 Removing intermediate container 7158a6096ada 00:50:11 ---> e96b92007a63 00:50:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:11 ---> Running in 2b1fe220d27b 00:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:12 Running setup.py install for docopt: finished with status 'done' 00:50:12 Removing intermediate container 1788fc15c492 00:50:12 ---> be1ab6cf126c 00:50:12 Step 8/23 : COPY . . 00:50:12 ---> Running in 28979962193e 00:50:12 Removing intermediate container 2b1fe220d27b 00:50:12 ---> 1f0376cab23a 00:50:12 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:12 ---> Running in 9a4c331640da 00:50:12 Attempting uninstall: urllib3 00:50:12 Found existing installation: urllib3 1.25.9 00:50:12 Uninstalling urllib3-1.25.9: 00:50:13 (1/6) Installing dumb-init (1.2.2-r1) 00:50:13 Successfully uninstalled urllib3-1.25.9 00:50:13 (2/6) Installing libgcc (9.3.0-r2) 00:50:13 (3/6) Installing libsodium (1.0.18-r0) 00:50:13 Removing intermediate container 9a4c331640da 00:50:13 ---> 076140c624e9 00:50:13 Step 23/23 : LABEL version=0.0.0 00:50:13 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:13 ---> Running in fba1f581e1dd 00:50:13 (5/6) Installing libzmq (4.3.3-r0) 00:50:14 Attempting uninstall: idna 00:50:14 Found existing installation: idna 2.9 00:50:14 Uninstalling idna-2.9: 00:50:14 Successfully uninstalled idna-2.9 00:50:14 (6/6) Installing zeromq (4.3.3-r0) 00:50:14 Executing busybox-1.31.1-r19.trigger 00:50:14 OK: 8 MiB in 20 packages 00:50:14 Attempting uninstall: requests 00:50:14 Found existing installation: requests 2.23.0 00:50:14 Uninstalling requests-2.23.0: 00:50:15 Successfully uninstalled requests-2.23.0 00:50:15 Removing intermediate container fba1f581e1dd 00:50:15 ---> 9035515a964f 00:50:15 00:50:15 Running setup.py install for texttable: started 00:50:18 Running setup.py install for texttable: finished with status 'done' 00:50:19 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:50:19 Successfully built 9035515a964f 00:50:20 Successfully tagged docker-core-command-go:latest 00:50:20  Building docker-core-command-go ... done Removing intermediate container 48108eb46be7 00:50:20 ---> a45cedea6fa7 00:50:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:20 Removing intermediate container 28979962193e 00:50:20 ---> 7152d14e59cd 00:50:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:21 ---> Running in f89c842d956d 00:50:22 ---> e08c6a442d9d 00:50:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:23 Removing intermediate container f89c842d956d 00:50:23 ---> e7d6c950d555 00:50:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:23 Status: Downloaded newer image for docker:20.10.0 00:50:23 ---> aefe523efa57 00:50:23 Step 12/26 : RUN apk add --no-cache bash 00:50:23 ---> Running in 3a2247b9f8a2 00:50:26 ---> 50278c7aaaea 00:50:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:26 ---> Running in cbdc24a5ca58 00:50:26 ---> ed1df92356cd 00:50:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:27 (1/2) Installing readline (8.0.4-r0) 00:50:27 (2/2) Installing bash (5.0.17-r0) 00:50:27 Executing bash-5.0.17-r0.post-install 00:50:27 Executing busybox-1.31.1-r19.trigger 00:50:27 OK: 12 MiB in 22 packages 00:50:27 ---> 926aa48eabfa 00:50:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:27 ---> 7f9057c5940d 00:50:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:50:27 ---> 1f353a59257a 00:50:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:28 ---> ee9821fdb621 00:50:28 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:28 ---> Running in 2cf9ef411446 00:50:28 ---> Running in 6c26ef38d4dc 00:50:28 ---> Running in 2def4221d74f 00:50:28 ---> Running in 1354935e25b2 00:50:28 Removing intermediate container 2cf9ef411446 00:50:28 ---> f5ef9d92467f 00:50:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:29 ---> Running in 2127a4e32490 00:50:29 Removing intermediate container 3a2247b9f8a2 00:50:29 ---> da5aefe779e0 00:50:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:29 Removing intermediate container 68690ece28d3 00:50:29 ---> 00bcd83ad67f 00:50:29 Step 21/26 : RUN apk --no-cache add curl 00:50:29 ---> Running in 33cce3665680 00:50:30 ---> Running in fab28e6518dc 00:50: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:50:30 Removing intermediate container 2127a4e32490 00:50:30 ---> 932deb2e3ed4 00:50:30 Step 21/23 : LABEL arch=x86_64 00:50: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:50: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:50:30 ---> Running in edc05ece7b1c 00:50:30 Removing intermediate container cbdc24a5ca58 00:50:30 ---> e1dbffa6fb78 00:50:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:31 Removing intermediate container fab28e6518dc 00:50:31 ---> 6a46441b3d99 00:50:31 Step 14/26 : ENV APP_PORT=48090 00:50:31 Removing intermediate container edc05ece7b1c 00:50:31 ---> 771134020239 00:50:31 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:50:31 ---> Running in 9b33aedf79c5 00:50:31 ---> Running in 76e959ab40f7 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:32 ---> adfc2f4e6421 00:50:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:33 Removing intermediate container 9b33aedf79c5 00:50:33 ---> a4ca8cb4c3cf 00:50:33 Step 15/26 : EXPOSE $APP_PORT 00:50:33 Removing intermediate container 76e959ab40f7 00:50:33 ---> 12bcd817bfdc 00:50:33 Step 23/23 : LABEL version=0.0.0 00:50:33 ---> Running in deff71dc402d 00:50:33 ---> Running in 39623fb4d0b6 00:50:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:33 (2/3) Installing libcurl (7.69.1-r3) 00:50:33 (3/3) Installing curl (7.69.1-r3) 00:50:33 Executing busybox-1.31.1-r19.trigger 00:50:33 OK: 71 MiB in 58 packages 00:50:33 Removing intermediate container deff71dc402d 00:50:33 ---> aaafc4072c72 00:50:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:34 Removing intermediate container 39623fb4d0b6 00:50:34 ---> d082467c34e0 00:50:34 00:50:34 ---> 7d2496060933 00:50:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:34 Successfully built d082467c34e0 00:50:34 Successfully tagged docker-core-data-go:latest 00:50:35  Building docker-core-data-go ... done  ---> 47c2ddd72a67 00:50:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:50:35 ---> 097ce213b23a 00:50:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:35 ---> 9fabaf3577da 00:50:35 Step 9/23 : RUN make cmd/core-data/core-data 00:50:35 ---> deb7e7aa3e55 00:50:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:35 ---> Running in 77faff2680bb 00:50:35 Removing intermediate container 33cce3665680 00:50:35 ---> 7f209658944b 00:50:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:36 ---> 62bdce5cee1b 00:50:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:36 ---> Running in 50834c722ae2 00:50:36 ---> 3cdc3639a069 00:50:36 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:36 ---> c5f7ecd79363 00:50:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:36 ---> Running in 3aeaa3db4877 00:50:36 Removing intermediate container 50834c722ae2 00:50:36 ---> 9d615ca4e082 00:50:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:37 ---> Running in 0341d34d2187 00:50:37 ---> Running in 219d7d0af86f 00:50: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:50:38 Removing intermediate container 0341d34d2187 00:50:38 ---> 64667c29e34d 00:50:38 Step 24/26 : LABEL arch=arm64 00:50:38 ---> Running in fe7ae35e5b18 00:50:38 Removing intermediate container 219d7d0af86f 00:50:38 ---> c7396ae54c31 00:50:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:39 Removing intermediate container fe7ae35e5b18 00:50:39 ---> 9ecbb4cdc03d 00:50:39 Step 25/26 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:50:39 ---> Running in 0bd513d56ff4 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:39 (1/33) Installing libbz2 (1.0.8-r1) 00:50:39 (2/33) Installing expat (2.2.9-r1) 00:50:39 (3/33) Installing libffi (3.3-r2) 00:50:39 (4/33) Installing gdbm (1.13-r1) 00:50:39 Removing intermediate container 0bd513d56ff4 00:50:39 ---> c1bc91f5b0bd 00:50:39 Step 26/26 : LABEL version=0.0.0 00:50:39 ---> Running in 87add674ad21 00:50:39 ---> 83a84288096f 00:50:39 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:39 (5/33) Installing xz-libs (5.2.5-r0) 00:50:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:39 (7/33) Installing python3 (3.8.5-r0) 00:50:40 Removing intermediate container 87add674ad21 00:50:40 ---> 4f8f1c35bc39 00:50:40 00:50:41 Successfully built 4f8f1c35bc39 00:50:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:41 ---> Running in e1613ca28d72 00:50:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:43 (11/33) Installing py3-six (1.15.0-r0) 00:50:43 (12/33) Installing py3-packaging (20.4-r0) 00:50:44 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:44 (15/33) Installing py3-idna (2.9-r0) 00:50:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:45 (18/33) Installing py3-requests (2.23.0-r0) 00:50:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:45 (24/33) Installing py3-distro (1.5.0-r1) 00:50:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:46 (29/33) Installing py3-progress (1.5-r0) 00:50:46 (30/33) Installing py3-toml (0.10.1-r0) 00:50:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:47 (33/33) Installing py3-pip (20.1.1-r0) 00:50:50 Executing busybox-1.31.1-r19.trigger 00:50:50 OK: 71 MiB in 55 packages 00:50:51 Removing intermediate container e1613ca28d72 00:50:51 ---> 0b605bbda23f 00:50:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:52 ---> Running in a0d72a112813 00:50:53 Removing intermediate container a0d72a112813 00:50:53 ---> c07aa2048051 00:50:53 Step 28/31 : CMD ["gate"] 00:50:55 ---> Running in 296af0fcc917 00:50:57 Removing intermediate container 296af0fcc917 00:50:57 ---> 489f3bd50a30 00:50:57 Step 29/31 : LABEL arch=x86_64 00:50:58 ---> Running in c68045017d11 00:50:58 Removing intermediate container 3aeaa3db4877 00:50:58 ---> de0bfbbb3d71 00:50:58 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:59 ---> Running in f6442d3fd2e1 00:50:59 Removing intermediate container c68045017d11 00:50:59 ---> 3a7444944027 00:50:59 Step 30/31 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:51:00 ---> Running in 994aeb9dfdc4 00:51:00 Removing intermediate container 994aeb9dfdc4 00:51:00 ---> 0c8d10c7ae76 00:51:00 Step 31/31 : LABEL version=0.0.0 00:51:00 ---> Running in f738c74d515d 00:51:01 Removing intermediate container f738c74d515d 00:51:01 ---> e3e8ce4c0306 00:51:01 00:51:01 Successfully built e3e8ce4c0306 00:51:01 Successfully tagged docker-security-bootstrapper-go:latest 00:51:02  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 00:51:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:02 Collecting dockerpty<0.5,>=0.4.1 00:51:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:04 Collecting jsonschema<3,>=2.5.1 00:51:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:04 Collecting docker<4.0,>=3.6.0 00:51:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:04 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:51:04 Collecting docopt<0.7,>=0.6.1 00:51:04 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:05 Collecting websocket-client<1.0,>=0.32.0 00:51:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:06 Collecting texttable<0.10,>=0.9.0 00:51:06 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:07 Collecting cached-property<2,>=1.2.0 00:51:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:08 Collecting PyYAML<4,>=3.10 00:51:08 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:09 Collecting docker-pycreds>=0.4.0 00:51:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:09 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:09 Collecting idna<2.8,>=2.5 00:51:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:09 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:51:09 Collecting urllib3<1.25,>=1.21.1 00:51:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:10 Installing collected packages: dockerpty, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, cached-property, PyYAML, docker-compose 00:51:10 Running setup.py install for dockerpty: started 00:51:11 Running setup.py install for dockerpty: finished with status 'done' 00:51:11 Attempting uninstall: idna 00:51:11 Found existing installation: idna 2.9 00:51:11 Uninstalling idna-2.9: 00:51:11 Successfully uninstalled idna-2.9 00:51:12 Attempting uninstall: urllib3 00:51:12 Found existing installation: urllib3 1.25.9 00:51:12 Uninstalling urllib3-1.25.9: 00:51:12 Successfully uninstalled urllib3-1.25.9 00:51:12 Attempting uninstall: requests 00:51:12 Found existing installation: requests 2.23.0 00:51:12 Uninstalling requests-2.23.0: 00:51:12 Successfully uninstalled requests-2.23.0 00:51:13 Running setup.py install for docopt: started 00:51:14 Running setup.py install for docopt: finished with status 'done' 00:51:14 Running setup.py install for texttable: started 00:51:15 Running setup.py install for texttable: finished with status 'done' 00:51:15 Running setup.py install for PyYAML: started 00:51:16 Running setup.py install for PyYAML: finished with status 'done' 00:51:17 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:51:21 Removing intermediate container f6442d3fd2e1 00:51:21 ---> 4840dea851fe 00:51:21 Step 21/26 : RUN apk --no-cache add curl 00:51:21 ---> Running in 0dde133de5d7 00:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:22 (2/3) Installing libcurl (7.69.1-r3) 00:51:22 (3/3) Installing curl (7.69.1-r3) 00:51:22 Executing busybox-1.31.1-r19.trigger 00:51:22 OK: 72 MiB in 58 packages 00:51:23 Removing intermediate container 0dde133de5d7 00:51:23 ---> 9da506da4f39 00:51:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:23 ---> Running in 9443f98e5568 00:51:24 Removing intermediate container 9443f98e5568 00:51:24 ---> 157a94acb2c3 00:51:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:24 ---> Running in 9b36a81268f6 00:51:24 Removing intermediate container 9b36a81268f6 00:51:24 ---> c6c4414ee401 00:51:24 Step 24/26 : LABEL arch=x86_64 00:51:24 ---> Running in dfbc55d25bc8 00:51:24 Removing intermediate container dfbc55d25bc8 00:51:24 ---> 6bb6c852d6af 00:51:24 Step 25/26 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:51:25 ---> Running in 5a3e1cb000a3 00:51:25 Removing intermediate container 5a3e1cb000a3 00:51:25 ---> f6b8f661c745 00:51:25 Step 26/26 : LABEL version=0.0.0 00:51:25 ---> Running in d7caae7fc7d0 00:51:25 Removing intermediate container d7caae7fc7d0 00:51:25 ---> 6a84990b70b0 00:51:25 00:51:26 Successfully built 6a84990b70b0 00:51:26 Successfully tagged docker-sys-mgmt-agent-go:latest 00:51:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:27 $ docker stop --time=1 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a 00:51:29 $ docker rm -f 3cb1eb2388200e4a42455fab4ef357a158286741da4f7fcf72c9bdd645956c4a [Pipeline] // withDockerContainer [Pipeline] sh 00:51:30 + docker images 00:51:30 + grep docker 00:51:31 docker-sys-mgmt-agent-go latest 6a84990b70b0 5 seconds ago 313MB 00:51:31 docker-security-bootstrapper-go latest e3e8ce4c0306 30 seconds ago 23.8MB 00:51:31 docker-core-data-go latest d082467c34e0 57 seconds ago 22.3MB 00:51:31 docker-core-command-go latest 9035515a964f About a minute ago 16.9MB 00:51:31 docker-security-secretstore-setup-go latest e536de0b591f 5 minutes ago 24.6MB 00:51:31 docker-core-metadata-go latest 3934de5dda4b 6 minutes ago 18.8MB 00:51:31 docker-support-notifications-go latest 44fe342678e1 6 minutes ago 17.6MB 00:51:31 docker-security-proxy-setup-go latest e7165921262e 6 minutes ago 24.4MB 00:51:31 docker-support-scheduler-go latest f39610668499 6 minutes ago 17MB 00:51:31 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:51:46 Still waiting to schedule task 00:51:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:51:49  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:52:16 Removing intermediate container 1354935e25b2 00:52:16 ---> 72d79ecc6f40 00:52:16 00:52:16 Step 10/31 : FROM alpine:3.12 00:52:16 ---> afeebe901d6b 00:52:16 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:16 ---> Running in e695ccebd38c 00:52:16 Removing intermediate container 2def4221d74f 00:52:16 ---> 5c54e3410ac8 00:52:16 00:52:16 Step 10/22 : FROM alpine:3.12 00:52:16 ---> afeebe901d6b 00:52:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:16 ---> Using cache 00:52:16 ---> a566e78fbc94 00:52:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:16 ---> Using cache 00:52:16 ---> d2d9eaa14a0f 00:52:16 Step 13/22 : ENV APP_PORT=48085 00:52:16 ---> Running in c0ecbc8a3760 00:52:16 Removing intermediate container e695ccebd38c 00:52:16 ---> bb1c8f3d52c6 00:52:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:52:16 ---> Running in 49db2ca8aadb 00:52:16 Removing intermediate container c0ecbc8a3760 00:52:16 ---> 1458e6c4dd2b 00:52:16 Step 14/22 : EXPOSE $APP_PORT 00:52:16 ---> Running in 7895d83d38d4 00:52:16 Removing intermediate container 7895d83d38d4 00:52:16 ---> bc9549044452 00:52:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:16 ---> c489a84a321a 00:52:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:17 (1/2) Installing dumb-init (1.2.2-r1) 00:52:17 (2/2) Installing su-exec (0.2-r1) 00:52:17 Executing busybox-1.31.1-r19.trigger 00:52:17 OK: 5 MiB in 16 packages 00:52:18 ---> d56e0074d427 00:52:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:19 Removing intermediate container 49db2ca8aadb 00:52:19 ---> 677107bc402c 00:52:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:52:19 ---> Running in e36dc058762b 00:52:19 ---> 71c9d527b055 00:52:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:19 ---> Running in 55ce76e8404d 00:52:20 Removing intermediate container e36dc058762b 00:52:20 ---> 9ae2aa5f865e 00:52:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:20 ---> Running in 86ac3a6cd25e 00:52:20 Removing intermediate container 55ce76e8404d 00:52:20 ---> 4e4947125338 00:52:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:21 ---> Running in 0e466e317a12 00:52:21 Removing intermediate container 86ac3a6cd25e 00:52:21 ---> 11ea6711ee4b 00:52:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:21 ---> Running in 9dd43a9fba87 00:52:22 Removing intermediate container 0e466e317a12 00:52:22 ---> 6e04f2e8001c 00:52:22 Step 20/22 : LABEL arch=arm64 00:52:22 ---> Running in 4854af21b6e2 00:52:23 Removing intermediate container 4854af21b6e2 00:52:23 ---> aa2fb060126a 00:52:23 Step 21/22 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:52:23 ---> Running in 0b7e9190bcbe 00:52:23 Removing intermediate container 6c26ef38d4dc 00:52:23 ---> a9d10c49fd3f 00:52:23 00:52:23 Step 10/23 : FROM alpine:3.12 00:52:23 ---> afeebe901d6b 00:52:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:23 ---> Using cache 00:52:23 ---> a566e78fbc94 00:52:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:23 ---> Using cache 00:52:23 ---> d2d9eaa14a0f 00:52:23 Step 13/23 : ENV APP_PORT=48081 00:52:24 ---> Running in 1e751698d676 00:52:24 Removing intermediate container 0b7e9190bcbe 00:52:24 ---> 507a1c4e17d9 00:52:24 Step 22/22 : LABEL version=0.0.0 00:52:25 ---> Running in 018e5d303c2e 00:52:25 Removing intermediate container 1e751698d676 00:52:25 ---> 22ff39fb2ba0 00:52:25 Step 14/23 : EXPOSE $APP_PORT 00:52:25 ---> Running in 2e76581b6291 00:52:25 Removing intermediate container 9dd43a9fba87 00:52:25 ---> 2215b3cdc469 00:52:25 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:52:25 ---> Running in 35f92bd3beb8 00:52:25 Removing intermediate container 018e5d303c2e 00:52:25 ---> 16b60cc3e425 00:52:25 00:52:25 Removing intermediate container 2e76581b6291 00:52:25 ---> 1e78900d62be 00:52:25 Step 15/23 : WORKDIR / 00:52:26 ---> Running in 46e1b78740a7 00:52:26 Removing intermediate container 35f92bd3beb8 00:52:26 ---> 5bd4ce52c117 00:52:26 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:26 Successfully built 16b60cc3e425 00:52:26 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:26  Building docker-support-scheduler-go ... done Removing intermediate container 46e1b78740a7 00:52:26 ---> 39556ff4b88e 00:52:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:27 ---> 3f4d922e4943 00:52:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:27 ---> Running in 0decab0cb83e 00:52:27 ---> 4ef86d04c98c 00:52:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:29 ---> cc22e1bb0cb2 00:52:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:31 ---> 5f702ff35096 00:52:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:31 ---> Running in a03360cdea31 00:52:31 Removing intermediate container 77faff2680bb 00:52:31 ---> 3c1a6f9b43f9 00:52:31 00:52:31 Step 10/23 : FROM alpine:3.12 00:52:31 ---> afeebe901d6b 00:52:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:31 Removing intermediate container 0decab0cb83e 00:52:31 ---> 284e2f8d1c56 00:52:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:31 ---> Running in e85f466d49ac 00:52:31 Removing intermediate container a03360cdea31 00:52:31 ---> e6b7ee904eaf 00:52:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:31 ---> Running in 8d443d04f7a7 00:52:31 Removing intermediate container e85f466d49ac 00:52:31 ---> 99e28550d7d0 00:52:31 Step 12/23 : ENV APP_PORT=48080 00:52:32 ---> Running in 6c0a5c9b65e9 00:52:32 Removing intermediate container 8d443d04f7a7 00:52:32 ---> 95673a2d949a 00:52:32 Step 21/23 : LABEL arch=arm64 00:52:32 ---> c886a8ca3c5f 00:52:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:32 ---> Running in 8c71e9f15567 00:52:32 Removing intermediate container 6c0a5c9b65e9 00:52:32 ---> a06852258ed8 00:52:32 Step 13/23 : EXPOSE $APP_PORT 00:52:32 ---> Running in bd26080e72ae 00:52:33 Removing intermediate container 8c71e9f15567 00:52:33 ---> b6cfec235ebf 00:52:33 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:52:33 ---> Running in 4bbe7ae9f5d4 00:52:33 Removing intermediate container bd26080e72ae 00:52:33 ---> 87ea0009f441 00:52:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:33 ---> 2cf5e03dd5bd 00:52:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:33 ---> Running in 01052350bb66 00:52:33 Removing intermediate container 4bbe7ae9f5d4 00:52:33 ---> def6b1368680 00:52:33 Step 23/23 : LABEL version=0.0.0 00:52:33 ---> Running in 1fca625f048e 00:52:34 ---> 97e0d4b6ec73 00:52:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:34 Removing intermediate container 1fca625f048e 00:52:34 ---> 9b8119dd4651 00:52:34 00:52:35 Successfully built 9b8119dd4651 00:52:35 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:36  Building docker-core-metadata-go ... done  ---> 870ddc1ca40d 00:52:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:36 Removing intermediate container 01052350bb66 00:52:36 ---> f1f5fbe951f2 00:52:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:36 ---> Running in 2395f8282812 00:52:36 ---> ba4c9d6cb826 00:52:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:37 ---> Running in 3866eb8abf2c 00:52:37 Removing intermediate container 3866eb8abf2c 00:52:37 ---> faebcf376a19 00:52:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:38 ---> 2d69dc227cd5 00:52:38 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:39 ---> Running in 30cb9ee54af5 00:52:39 (1/6) Installing dumb-init (1.2.2-r1) 00:52:39 (2/6) Installing libgcc (9.3.0-r2) 00:52:39 (3/6) Installing libsodium (1.0.18-r0) 00:52:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:40 (5/6) Installing libzmq (4.3.3-r0) 00:52:40 (6/6) Installing zeromq (4.3.3-r0) 00:52:40 Executing busybox-1.31.1-r19.trigger 00:52:40 OK: 8 MiB in 20 packages 00:52:41 Removing intermediate container 30cb9ee54af5 00:52:41 ---> 54db09e13366 00:52:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:41 ---> Running in 526e3a28b64d 00:52:42 Removing intermediate container 2395f8282812 00:52:42 ---> 4b31f60a4bd1 00:52:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:42 Removing intermediate container 526e3a28b64d 00:52:42 ---> 7fad9648b236 00:52:42 Step 28/31 : CMD ["gate"] 00:52:42 ---> Running in 3c89b100aed9 00:52:42 ---> 0f6f481d094d 00:52:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:43 Running on prd-ubuntu18.04-docker-8c-8g-25306 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:52:43 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 00:52:43 Removing intermediate container 3c89b100aed9 00:52:43 ---> c89c08f4f78e 00:52:43 Step 29/31 : LABEL arch=arm64 00:52:43 ---> Running in 21f7dc467bb6 00:52:44 Removing intermediate container 21f7dc467bb6 00:52:44 ---> c256b16be72c 00:52:44 Step 30/31 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:52:44 ---> fa720080a455 00:52:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:45 ---> Running in d5d20ed7516c 00:52:45 using credential edgex-jenkins-ssh 00:52:45 ---> 896c69255d85 00:52:45 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:45 Removing intermediate container d5d20ed7516c 00:52:45 ---> a5cc474328ab 00:52:45 Step 31/31 : LABEL version=0.0.0 00:52:45 Cloning the remote Git repository 00:52:45 ---> Running in 7f3f9a344794 00:52:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:52:45 > git init /w/workspace/edgex-go/13 # timeout=10 00:52:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:52:45 > git --version # timeout=10 00:52:45 > git --version # 'git version 2.17.1' 00:52:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:45 ---> Running in 0dadf647ea6c 00:52:45 Removing intermediate container 7f3f9a344794 00:52:45 ---> 295ea95f81e1 00:52:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:46 ---> Running in bd278d6bf983 00:52:46 Removing intermediate container 0dadf647ea6c 00:52:46 ---> 2c0a233d79f9 00:52:46 00:52:46 Successfully built 2c0a233d79f9 00:52:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:47  Building docker-security-bootstrapper-go ... done Removing intermediate container bd278d6bf983 00:52:47 ---> 9ee86f11d793 00:52:47 Step 21/23 : LABEL arch=arm64 00:52:47 ---> Running in bc95d45d9568 00:52:47 Removing intermediate container bc95d45d9568 00:52:47 ---> e99be0b676d9 00:52:47 Step 22/23 : LABEL git_sha=ad72fea3fceed8a04ec638e58c84fc6aeef660bf 00:52:47 ---> Running in 485b3f858dcb 00:52:48 Removing intermediate container 485b3f858dcb 00:52:48 ---> f94375c74071 00:52:48 Step 23/23 : LABEL version=0.0.0 00:52:48 ---> Running in 51aeaf3ded94 00:52:48 Removing intermediate container 51aeaf3ded94 00:52:48 ---> 62f1110a1df2 00:52:48 00:52:49 Successfully built 62f1110a1df2 00:52:49 Successfully tagged docker-core-data-go-arm64:latest 00:52:49  Building docker-core-data-go ... done  [Pipeline] } 00:52:49 $ docker stop --time=1 a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 00:52:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:52:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:52:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:52:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:52:50 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 00:52:50 Merge succeeded, producing 59d6ecc8586e07d74ca6efef54946f8d1e4656ae 00:52:50 Checking out Revision 59d6ecc8586e07d74ca6efef54946f8d1e4656ae (PR-3113) 00:52:51 $ docker rm -f a4298e4ab751e3ffeceb3ff77879f296cce5d874cb74fb2649356a0381855c07 00:52:50 > git config core.sparsecheckout # timeout=10 00:52:50 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 00:52:50 > git remote # timeout=10 00:52:50 > git config --get remote.origin.url # timeout=10 00:52:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:50 > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 00:52:50 > git rev-parse HEAD^{commit} # timeout=10 00:52:50 > git config core.sparsecheckout # timeout=10 00:52:50 > git checkout -f 59d6ecc8586e07d74ca6efef54946f8d1e4656ae # timeout=10 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:52 + docker images 00:52:52 + grep docker 00:52:52 docker-core-data-go-arm64 latest 62f1110a1df2 4 seconds ago 21MB 00:52:52 docker-security-bootstrapper-go-arm64 latest 2c0a233d79f9 6 seconds ago 22.6MB 00:52:52 docker-core-metadata-go-arm64 latest 9b8119dd4651 18 seconds ago 17.8MB 00:52:52 docker-support-scheduler-go-arm64 latest 16b60cc3e425 27 seconds ago 16.1MB 00:52:52 docker-sys-mgmt-agent-go-arm64 latest 4f8f1c35bc39 2 minutes ago 300MB 00:52:52 docker-core-command-go-arm64 latest c3a9c250a9ec 3 minutes ago 16MB 00:52:52 docker-support-notifications-go-arm64 latest 2291f4dbcd7c 3 minutes ago 16.7MB 00:52:52 docker-security-secretstore-setup-go-arm64 latest 7d16e7f914ad 3 minutes ago 23.4MB 00:52:52 docker-security-proxy-setup-go-arm64 latest 2caa36e468a6 3 minutes ago 23.2MB 00:52:52 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:52:54 Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" 00:52:54 > git rev-list --no-walk fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:52:55 + echo snap-build.sh 00:52:55 snap-build.sh 00:52:55 + SNAP_BASE_DIR=. 00:52:55 + '[' '!' -z /w/workspace/edgex-go/13 ']' 00:52:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 00:52:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 00:52:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 00:52:55 + cd /w/workspace/edgex-go/13 00:52:55 + sudo apt-get remove -qy --purge lxd lxd-client 00:52:55 Reading package lists... 00:52:55 Building dependency tree... 00:52:55 Reading state information... 00:52:56 The following packages were automatically installed and are no longer required: 00:52:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:52:56 uidmap xdelta3 00:52:56 Use 'sudo apt autoremove' to remove them. 00:52:56 The following packages will be REMOVED: 00:52:56 lxd* lxd-client* 00:52:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:52:56 After this operation, 31.7 MB disk space will be freed. 00:52:57 (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:52:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:52:57 Removing lxd dnsmasq configuration 00:52:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:52:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:52:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:52:59 (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:52:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:53:00 Processing triggers for systemd (237-3ubuntu10.42) ... 00:53:00 Processing triggers for ureadahead (0.100.0-21) ... 00:53:02 + sudo snap remove --purge lxd 00:53:02 snap "lxd" is not installed 00:53:02 + sudo groupadd --force --system lxd 00:53:02 ++ whoami 00:53:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:53:02 + newgrp - lxd 00:53:02 + sudo snap install lxd 00:53:10 2021-02-06T00:53:07Z INFO Waiting for automatic snapd restart... 00:53:25 lxd 4.10 from Canonical* installed 00:53:25 + sudo lxd init --auto 00:53:31 + sudo snap install --classic snapcraft 00:53:38 snapcraft 4.4.4 from Canonical* installed 00:53:38 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:53:38 + patch --verbose -p1 00:53:38 Hmm... Looks like a unified diff to me... 00:53:38 The text leading up to this was: 00:53:38 -------------------------- 00:53:38 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:53:38 |From: Tony Espy 00:53:38 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:53:38 |Subject: [PATCH] optimize snap build for pipeline CI check 00:53:38 | 00:53:38 |This patch is used by the EdgeX CI pipeline builds to 00:53:38 |optimize the snap CI check run for pull requests. When 00:53:38 |applied, it essentially strips out everything (apps and 00:53:38 |parts) from the snapcraft.yaml file except those required 00:53:38 |to build edgex-go, as the whole idea of the CI check is to 00:53:38 |catch changes to edgex-go that break the snap build. 00:53:38 | 00:53:38 |In general, anyone updating snapcraft.yaml will also need 00:53:38 |to update this patch file, otherwise it may fail to apply, 00:53:38 |resulting in a failed snap build CI check in the associated 00:53:38 |pull request. 00:53:38 | 00:53:38 |Note - in addition to applying this patch, the pipeline also 00:53:38 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:53:38 |need to build the finally binary .snap file (and it won't 00:53:38 |work with the patch applied). This further reduces the build 00:53:38 |time. 00:53:38 |--- 00:53:38 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:53:38 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:53:38 | 00:53:38 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:53:38 |index 1e537489..faf42425 100644 00:53:38 |--- a/snap/snapcraft.yaml 00:53:38 |+++ b/snap/snapcraft.yaml 00:53:38 -------------------------- 00:53:38 patching file snap/snapcraft.yaml 00:53:38 Using Plan A... 00:53:38 Hunk #1 succeeded at 73. 00:53:38 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:53:38 Hunk #3 succeeded at 214 (offset -1 lines). 00:53:38 Hunk #4 succeeded at 222 (offset -1 lines). 00:53:38 Hunk #5 succeeded at 229 (offset -1 lines). 00:53:38 Hunk #6 succeeded at 256 (offset -1 lines). 00:53:38 Hunk #7 succeeded at 290 (offset -1 lines). 00:53:38 Hunk #8 succeeded at 342. 00:53:38 Hmm... Ignoring the trailing garbage. 00:53:38 done 00:53:38 + sudo snapcraft prime --use-lxd 00:53:39 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:53:39 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:53:39 - README.md 00:53:39 - snapcraft.yaml.orig 00:53:39 00:53:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:53:39 Launching a container. 00:53:52 Waiting for container to be ready 00:53:52 To start your first instance, try: lxc launch ubuntu:18.04 00:53:52 00:53:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:53:55 Waiting for network to be ready... 00:53:55 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:53:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:53:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:53:56 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:53:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:53:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:53:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:53:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:53:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:53:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:53:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:53:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:53:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:53:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:53:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:53:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:53:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:53:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:53:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:53:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:53:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:53:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:53:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:53:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:53:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:53:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:53:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:53:59 Fetched 23.9 MB in 4s (5622 kB/s) 00:54:00 Reading package lists... 00:54:00 Reading package lists... 00:54:00 Building dependency tree... 00:54:00 Reading state information... 00:54:00 The following additional packages will be installed: 00:54:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:54:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:54:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:54:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:54:00 Suggested packages: 00:54:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:54:00 Recommended packages: 00:54:00 gnupg libsasl2-modules 00:54:00 The following NEW packages will be installed: 00:54:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:54:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:54:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:54:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:54:00 The following packages will be upgraded: 00:54:00 gpg gpg-agent gpgconf libudev1 00:54:01 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:54:01 Need to get 3533 kB of archives. 00:54:01 After this operation, 13.3 MB of additional disk space will be used. 00:54:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:54:01 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:54:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:54:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:54:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:54:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:54:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:54:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:54:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:54:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:54:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:54:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:54:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:54:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:54:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:54:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:54:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:54:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:54:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:54:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:54:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:54:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:54:02 debconf: delaying package configuration, since apt-utils is not installed 00:54:02 Fetched 3533 kB in 1s (3515 kB/s) 00:54:02 (Reading database ... 12511 files and directories currently installed.) 00:54:02 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:54:02 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:54:02 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:54:02 Selecting previously unselected package udev. 00:54:02 (Reading database ... 12511 files and directories currently installed.) 00:54:02 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:54:02 Unpacking udev (237-3ubuntu10.44) ... 00:54:02 Selecting previously unselected package libfuse2:amd64. 00:54:02 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:54:02 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:54:02 Selecting previously unselected package fuse. 00:54:02 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:54:02 Unpacking fuse (2.9.7-1ubuntu1) ... 00:54:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:54:02 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:54:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:54:02 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:54:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:54:03 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:54:03 Selecting previously unselected package libksba8:amd64. 00:54:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:54:03 Unpacking libksba8:amd64 (1.3.5-2) ... 00:54:03 Selecting previously unselected package libroken18-heimdal:amd64. 00:54:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:54:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:54:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:54:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libwind0-heimdal:amd64. 00:54:03 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:54:03 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:54:03 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:54:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:54:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:54:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:04 Selecting previously unselected package libsasl2-modules-db:amd64. 00:54:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:54:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:54:04 Selecting previously unselected package libsasl2-2:amd64. 00:54:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:54:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:54:04 Selecting previously unselected package libldap-common. 00:54:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:54:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:54:04 Selecting previously unselected package libldap-2.4-2:amd64. 00:54:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:54:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:54:04 Selecting previously unselected package dirmngr. 00:54:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:54:04 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:54:04 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:54:04 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:54:04 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:54:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:54:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:54:04 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:54:04 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:04 Setting up libksba8:amd64 (1.3.5-2) ... 00:54:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:54:04 Setting up udev (237-3ubuntu10.44) ... 00:54:05 invoke-rc.d: policy-rc.d denied execution of start. 00:54:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Processing triggers for systemd (237-3ubuntu10) ... 00:54:05 Setting up fuse (2.9.7-1ubuntu1) ... 00:54:05 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:54:05 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:54:05 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:54:05 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:54:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:54:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:54:06 settings in the [Install] section, and DefaultInstance for template units). 00:54:06 This means they are not meant to be enabled using systemctl. 00:54:06 Possible reasons for having this kind of units are: 00:54:06 1) A unit may be statically enabled by being symlinked from another unit's 00:54:06 .wants/ or .requires/ directory. 00:54:06 2) A unit's purpose may be to act as a helper for some other unit which has 00:54:06 a requirement dependency on it. 00:54:06 3) A unit may be started when needed via activation (socket, path, timer, 00:54:06 D-Bus, udev, scripted systemctl call, ...). 00:54:06 4) In case of template units, the unit is meant to be enabled with some 00:54:06 instance name specified. 00:54:06 Reading package lists... 00:54:06 Building dependency tree... 00:54:06 Reading state information... 00:54:06 The following additional packages will be installed: 00:54:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:54:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:54:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:54:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:54:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:54:06 Suggested packages: 00:54:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:54:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:54:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:54:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:54:06 systemd-container policykit-1 00:54:06 Recommended packages: 00:54:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:54:06 The following NEW packages will be installed: 00:54:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:54:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:54:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:54:06 multiarch-support openssh-client python3 python3-minimal python3.6 00:54:06 python3.6-minimal snapd squashfs-tools sudo 00:54:06 The following packages will be upgraded: 00:54:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:54:07 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:54:07 Need to get 35.2 MB of archives. 00:54:07 After this operation, 141 MB of additional disk space will be used. 00:54:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:54:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:54:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:54:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:54:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:54:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:54:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:54:07 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:54:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:54:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:54:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:54:07 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:54:07 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:54:07 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:54:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:54:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:54:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:54:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:54:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:54:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:54:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:54:08 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:54:08 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:54:08 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:54:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:54:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:54:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:54:08 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:54:08 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:54:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:54:09 debconf: delaying package configuration, since apt-utils is not installed 00:54:09 Fetched 35.2 MB in 2s (15.8 MB/s) 00:54:09 (Reading database ... 12757 files and directories currently installed.) 00:54:09 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:54:09 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:54:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:54:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:54:10 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:54:10 (Reading database ... 12757 files and directories currently installed.) 00:54:10 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:54:10 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:54:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:54:10 (Reading database ... 12757 files and directories currently installed.) 00:54:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:54:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:54:11 Setting up apt (1.6.12ubuntu0.2) ... 00:54:11 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:54:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:54:11 (Reading database ... 12764 files and directories currently installed.) 00:54:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:54:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:54:11 Selecting previously unselected package libpython3.6-minimal:amd64. 00:54:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:54:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:54:11 Selecting previously unselected package libexpat1:amd64. 00:54:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:54:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:54:12 Selecting previously unselected package python3.6-minimal. 00:54:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:54:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:54:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:54:12 Checking for services that may need to be restarted...done. 00:54:12 Checking for services that may need to be restarted...done. 00:54:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:54:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:54:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:54:12 Selecting previously unselected package python3-minimal. 00:54:12 (Reading database ... 13012 files and directories currently installed.) 00:54:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:54:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:54:13 Selecting previously unselected package mime-support. 00:54:13 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:54:13 Unpacking mime-support (3.60ubuntu1) ... 00:54:13 Selecting previously unselected package libmpdec2:amd64. 00:54:13 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:54:13 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:54:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:54:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:54:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:54:13 Selecting previously unselected package python3.6. 00:54:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:54:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:54:13 Selecting previously unselected package libpython3-stdlib:amd64. 00:54:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:54:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:54:13 Setting up python3-minimal (3.6.7-1~18.04) ... 00:54:14 Selecting previously unselected package python3. 00:54:14 (Reading database ... 13442 files and directories currently installed.) 00:54:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:54:14 Unpacking python3 (3.6.7-1~18.04) ... 00:54:14 Selecting previously unselected package multiarch-support. 00:54:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:54:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:54:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:54:14 Selecting previously unselected package liblzo2-2:amd64. 00:54:14 (Reading database ... 13479 files and directories currently installed.) 00:54:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:54:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:54:14 Selecting previously unselected package libbsd0:amd64. 00:54:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:54:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:54:14 Selecting previously unselected package sudo. 00:54:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:54:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:54:14 Selecting previously unselected package apparmor. 00:54:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:54:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:54:14 Selecting previously unselected package libedit2:amd64. 00:54:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:54:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:54:15 Selecting previously unselected package libkrb5support0:amd64. 00:54:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:54:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:54:15 Selecting previously unselected package libk5crypto3:amd64. 00:54:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:54:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:54:15 Selecting previously unselected package libkeyutils1:amd64. 00:54:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:54:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:54:15 Selecting previously unselected package libkrb5-3:amd64. 00:54:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:54:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:54:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:54:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:54:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:54:15 Selecting previously unselected package libssl1.0.0:amd64. 00:54:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:54:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:54:15 Selecting previously unselected package openssh-client. 00:54:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:54:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:54:16 Selecting previously unselected package squashfs-tools. 00:54:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:54:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:54:16 Selecting previously unselected package snapd. 00:54:16 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:54:16 Unpacking snapd (2.48+18.04) ... 00:54:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:54:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:54:18 Setting up mime-support (3.60ubuntu1) ... 00:54:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:54:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:54:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:54:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:54:18 Setting up systemd (237-3ubuntu10.44) ... 00:54:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:54:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:54:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:54:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:54:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:54:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:54:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:54:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:54:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:54:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:54:20 Setting up python3 (3.6.7-1~18.04) ... 00:54:20 running python rtupdate hooks for python3.6... 00:54:20 running python post-rtupdate hooks for python3.6... 00:54:20 Setting up apparmor (2.12-4ubuntu5.1) ... 00:54:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:54:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:54:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:54:22 Setting up snapd (2.48+18.04) ... 00:54:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:54:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:54:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:54:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:54:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:54:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:54:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:54:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:54:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:54:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:54:24 /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:54:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:54:24 Processing triggers for systemd (237-3ubuntu10.44) ... 00:54:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:54:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:54:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:54:26 Reading package lists... 00:54:26 Reading package lists... 00:54:27 Building dependency tree... 00:54:27 Reading state information... 00:54:27 Calculating upgrade... 00:54:27 The following packages will be upgraded: 00:54:27 advancecomp base-files bash binutils binutils-common 00:54:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:54:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:54:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:54:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:54:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:54:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:54:27 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:54:27 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:54:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:54:27 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:54:27 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:54:27 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:54:27 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:54:27 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:54:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:54:27 Need to get 63.8 MB of archives. 00:54:27 After this operation, 5188 kB of additional disk space will be used. 00:54:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:54:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:54:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:54:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:54:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:54:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:54:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:54:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:54:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:54:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:54:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:54:27 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:54:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:54:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:54:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:54:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:54:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:54:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:54:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:54:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:54:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:54:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:54:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:54:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:54:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:54:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:54:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:54:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:54:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:54:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:54:27 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:54:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:54:27 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:54:27 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:54:27 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:54:27 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:54:27 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:54:27 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:54:27 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:54:27 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:54:27 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:54:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:54:27 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:54:27 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:54:27 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:54:27 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:54:27 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:54:27 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:54:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:54:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:54:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:54:27 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:54:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:54:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:54:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:54:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:54:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:54:28 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:54:28 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:54:28 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:54:28 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:54:28 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:54:28 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:54:28 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:54:28 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:54:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:54:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:54:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:54:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:54:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:54:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:54:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:54:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:54:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:54:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:54:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:54:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:54:29 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:54:29 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:54:29 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:54:29 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:54:29 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:54:29 Get:83 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:54:29 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:54:29 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:54:29 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:54:29 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:54:29 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:54:29 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:54:29 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:54:29 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:54:29 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:54:29 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:54:29 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:54:29 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:54:29 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:54:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:54:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:54:29 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:54:29 debconf: delaying package configuration, since apt-utils is not installed 00:54:29 Fetched 63.8 MB in 2s (31.4 MB/s) 00:54:29 (Reading database ... 13912 files and directories currently installed.) 00:54:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:54:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:54:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:54:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:54:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:54:30 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:54:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:54:32 (Reading database ... 13911 files and directories currently installed.) 00:54:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:54:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:54:32 (Reading database ... 13911 files and directories currently installed.) 00:54:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:54:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:54:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:54:32 (Reading database ... 13911 files and directories currently installed.) 00:54:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:54:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:54:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:54:33 (Reading database ... 13911 files and directories currently installed.) 00:54:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:54:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:54:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:54:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:54:34 Setting up base-files (10.1ubuntu2.10) ... 00:54:34 Installing new version of config file /etc/issue ... 00:54:34 Installing new version of config file /etc/issue.net ... 00:54:34 Installing new version of config file /etc/lsb-release ... 00:54:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:54:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:54:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:54:34 Removing obsolete conffile /etc/default/motd-news ... 00:54:34 (Reading database ... 13912 files and directories currently installed.) 00:54:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:54:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:54:35 Setting up bash (4.4.18-2ubuntu1.2) ... 00:54:35 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:54:35 (Reading database ... 13912 files and directories currently installed.) 00:54:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:54:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:54:35 (Reading database ... 13912 files and directories currently installed.) 00:54:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:54:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:54:35 Setting up tar (1.29b-2ubuntu0.2) ... 00:54:35 (Reading database ... 13912 files and directories currently installed.) 00:54:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:54:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:54:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:54:36 (Reading database ... 13912 files and directories currently installed.) 00:54:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:54:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:54:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:54:36 (Reading database ... 13912 files and directories currently installed.) 00:54:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:54:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:54:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:54:36 (Reading database ... 13912 files and directories currently installed.) 00:54:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:54:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:54:37 Setting up grep (3.1-2build1) ... 00:54:37 (Reading database ... 13912 files and directories currently installed.) 00:54:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:54:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:54:37 Setting up login (1:4.5-1ubuntu2) ... 00:54:37 (Reading database ... 13912 files and directories currently installed.) 00:54:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:54:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:54:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:54:37 (Reading database ... 13912 files and directories currently installed.) 00:54:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:54:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:54:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:54:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:54:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:54:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:54:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:54:39 (Reading database ... 13912 files and directories currently installed.) 00:54:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:54:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:54:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:54:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:54:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:54:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:54:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:54:40 (Reading database ... 13912 files and directories currently installed.) 00:54:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:54:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:54:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:54:41 (Reading database ... 13912 files and directories currently installed.) 00:54:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:54:41 (Reading database ... 13912 files and directories currently installed.) 00:54:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:54:41 (Reading database ... 13912 files and directories currently installed.) 00:54:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:54:41 (Reading database ... 13912 files and directories currently installed.) 00:54:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:54:42 (Reading database ... 13912 files and directories currently installed.) 00:54:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:54:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:54:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:54:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:54:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:54:42 (Reading database ... 13912 files and directories currently installed.) 00:54:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:54:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:54:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:54:42 (Reading database ... 13912 files and directories currently installed.) 00:54:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:54:43 (Reading database ... 13912 files and directories currently installed.) 00:54:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:54:43 (Reading database ... 13912 files and directories currently installed.) 00:54:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:54:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:54:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:54:44 (Reading database ... 13912 files and directories currently installed.) 00:54:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:54:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:54:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:54:44 (Reading database ... 13912 files and directories currently installed.) 00:54:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:54:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:54:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:54:45 (Reading database ... 13914 files and directories currently installed.) 00:54:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:54:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:54:45 Setting up debconf (1.5.66ubuntu1) ... 00:54:45 (Reading database ... 13914 files and directories currently installed.) 00:54:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:54:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:54:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:54:46 (Reading database ... 13914 files and directories currently installed.) 00:54:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:54:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:54:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:54:46 (Reading database ... 13914 files and directories currently installed.) 00:54:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:54:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:54:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:54:46 (Reading database ... 13914 files and directories currently installed.) 00:54:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:54:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:54:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:54:46 (Reading database ... 13914 files and directories currently installed.) 00:54:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:54:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:54:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:54:47 (Reading database ... 13914 files and directories currently installed.) 00:54:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:54:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:54:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:54:47 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:54:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:54:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:54:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:54:47 (Reading database ... 13914 files and directories currently installed.) 00:54:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:54:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:54:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:54:48 (Reading database ... 13914 files and directories currently installed.) 00:54:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:54:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:54:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:54:48 (Reading database ... 13914 files and directories currently installed.) 00:54:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:54:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:54:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:54:48 (Reading database ... 13914 files and directories currently installed.) 00:54:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:54:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:54:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:54:48 (Reading database ... 13914 files and directories currently installed.) 00:54:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:54:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:54:49 Setting up passwd (1:4.5-1ubuntu2) ... 00:54:49 (Reading database ... 13914 files and directories currently installed.) 00:54:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:54:49 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:54:49 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:54:49 (Reading database ... 13914 files and directories currently installed.) 00:54:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:54:49 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:54:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:54:49 (Reading database ... 13914 files and directories currently installed.) 00:54:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:54:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:54:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:54:49 (Reading database ... 13914 files and directories currently installed.) 00:54:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:54:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:54:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:54:50 (Reading database ... 13914 files and directories currently installed.) 00:54:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:54:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:54:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:54:50 (Reading database ... 13914 files and directories currently installed.) 00:54:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:54:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:54:50 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:54:50 (Reading database ... 13914 files and directories currently installed.) 00:54:50 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:54:50 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:54:50 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:54:50 (Reading database ... 13915 files and directories currently installed.) 00:54:50 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:54:50 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:54:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:54:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:54:51 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:54:51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:54:51 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:54:51 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:54:51 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:54:51 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:54:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:54:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:54:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:54:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:54:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:54:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:54:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:54:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:54:52 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:54:52 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:54:52 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:54:52 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:54:52 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:54:52 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:54:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:54:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:54:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:54:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:54:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:54:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:54:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:54:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:54:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:54:54 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:54:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:54:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:54:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:58 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:54:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:54:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:54:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:54:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:54:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:54:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:54:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:54:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:54:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:54:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:54:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:54:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:54:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:54:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:55:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:55:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:55:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:55:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:55:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:55:00 00:55:00 Current default time zone: 'Etc/UTC' 00:55:00 Local time is now: Sat Feb 6 00:55:00 UTC 2021. 00:55:00 Universal Time is now: Sat Feb 6 00:55:00 UTC 2021. 00:55:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:55:00 00:55:00 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:55:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:55:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:55:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:55:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:55:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:55:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:55:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:55:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:55:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:55:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:55:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:00 Setting up patch (2.7.6-2ubuntu1.1) ... 00:55:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:55:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:55:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:55:01 Installing new version of config file /etc/ssl/openssl.cnf ... 00:55:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:55:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:55:01 Setting up ca-certificates (20210119~18.04.1) ... 00:55:03 Updating certificates in /etc/ssl/certs... 00:55:03 23 added, 27 removed; done. 00:55:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:55:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:55:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:55:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:55:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:55:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up perl (5.26.1-6ubuntu0.5) ... 00:55:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:55:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:55:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:55:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:55:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:55:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:55:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:55:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:55:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:55:04 Processing triggers for systemd (237-3ubuntu10.44) ... 00:55:04 Processing triggers for mime-support (3.60ubuntu1) ... 00:55:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:55:04 Updating certificates in /etc/ssl/certs... 00:55:05 0 added, 0 removed; done. 00:55:05 Running hooks in /etc/ca-certificates/update.d... 00:55:05 done. 00:55:05 Reading package lists... 00:55:05 Building dependency tree... 00:55:05 Reading state information... 00:55:06 The following NEW packages will be installed: 00:55:06 apt-transport-https 00:55:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:55:06 Need to get 1696 B of archives. 00:55:06 After this operation, 153 kB of additional disk space will be used. 00:55:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:55:06 debconf: delaying package configuration, since apt-utils is not installed 00:55:06 Fetched 1696 B in 0s (9404 B/s) 00:55:06 Selecting previously unselected package apt-transport-https. 00:55:06 (Reading database ... 13920 files and directories currently installed.) 00:55:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:55:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:55:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:55:06 Waiting for network to be ready... 00:55:11 2021-02-06T00:55:09Z INFO Waiting for automatic snapd restart... 00:55:12 snapd 2.48.2 from Canonical* installed 00:55:13 "snapd" switched to the "latest/stable" channel 00:55:13 00:55:16 core18 20201210 from Canonical* installed 00:55:16 "core18" switched to the "latest/stable" channel 00:55:16 00:55:19 snapcraft 4.4.4 from Canonical* installed 00:55:19 "snapcraft" switched to the "latest/stable" channel 00:55:19 00:55:22 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:55:22 - README.md 00:55:22 - snapcraft.yaml.orig 00:55:22 00:55:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:55:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:55:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:55:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:55:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:55:30 Reading package lists... 00:55:30 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 00:55:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:55:36 Reading package lists... 00:55:36 Building dependency tree... 00:55:36 Reading state information... 00:55:36 Suggested packages: 00:55:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:55:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:55:36 Recommended packages: 00:55:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:55:36 The following NEW packages will be installed: 00:55:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:55:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:55:36 pkg-config zip 00:55:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:55:36 Need to get 7655 kB of archives. 00:55:36 After this operation, 43.7 MB of additional disk space will be used. 00:55:36 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:55:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:55:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:55:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:55:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:55:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:55:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:55:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:55:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:55:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:55:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:55:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:55:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:55:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:55:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:55:38 debconf: delaying package configuration, since apt-utils is not installed 00:55:38 Fetched 7655 kB in 1s (7073 kB/s) 00:55:38 Selecting previously unselected package libglib2.0-0:amd64. 00:55:38 (Reading database ... 13924 files and directories currently installed.) 00:55:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:55:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:55:38 Selecting previously unselected package libpsl5:amd64. 00:55:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:55:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:55:38 Selecting previously unselected package libnghttp2-14:amd64. 00:55:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:55:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:55:38 Selecting previously unselected package librtmp1:amd64. 00:55:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:55:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:55:38 Selecting previously unselected package libcurl3-gnutls:amd64. 00:55:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:55:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:55:38 Selecting previously unselected package liberror-perl. 00:55:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:55:38 Unpacking liberror-perl (0.17025-1) ... 00:55:38 Selecting previously unselected package git-man. 00:55:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:55:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:55:38 Selecting previously unselected package git. 00:55:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:55:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:55:39 Selecting previously unselected package libnorm1:amd64. 00:55:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:55:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:55:39 Selecting previously unselected package libpgm-5.2-0:amd64. 00:55:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:55:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:55:40 Selecting previously unselected package libsodium23:amd64. 00:55:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:55:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:55:40 Selecting previously unselected package libzmq5:amd64. 00:55:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:55:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:55:40 Selecting previously unselected package libzmq3-dev:amd64. 00:55:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:55:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:55:40 Selecting previously unselected package pkg-config. 00:55:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:55:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:55:40 Selecting previously unselected package zip. 00:55:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:55:40 Unpacking zip (3.0-11build1) ... 00:55:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:55:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:55:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:55:40 Setting up liberror-perl (0.17025-1) ... 00:55:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:55:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:55:40 No schema files found: doing nothing. 00:55:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:55:40 Setting up zip (3.0-11build1) ... 00:55:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:55:40 Setting up libsodium23:amd64 (1.0.16-2) ... 00:55:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:55:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:55:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:55:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:55:41 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:55:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:55:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:55:47 git set to automatically installed. 00:55:47 git-man set to automatically installed. 00:55:47 libcurl3-gnutls set to automatically installed. 00:55:47 liberror-perl set to automatically installed. 00:55:47 libglib2.0-0 set to automatically installed. 00:55:47 libnghttp2-14 set to automatically installed. 00:55:47 libnorm1 set to automatically installed. 00:55:47 libpgm-5.2-0 set to automatically installed. 00:55:47 libpsl5 set to automatically installed. 00:55:47 librtmp1 set to automatically installed. 00:55:47 libsodium23 set to automatically installed. 00:55:47 libzmq3-dev set to automatically installed. 00:55:47 libzmq5 set to automatically installed. 00:55:47 pkg-config set to automatically installed. 00:55:47 zip set to automatically installed. 00:55:49 snapd is not logged in, snap install commands will use sudo 00:55:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:55:56 snap "core18" has no updates available 00:55:56 Pulling config-common 00:55:57 Pulling go-build-helper 00:56:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:56:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:56:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:56:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:56:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:56:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:56:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:56:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:56:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:56:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:56:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:56:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:56:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:56:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:56:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:56:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:56:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:56:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:56:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:56:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:56:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:56:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:56:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:56:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:56:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:56:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:56:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:56:19 Fetched 23.9 MB in 0s (0 B/s) 00:56:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:56:19 Fetched 96.5 kB in 0s (0 B/s) 00:56:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:56:19 Fetched 279 kB in 0s (0 B/s) 00:56:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:56:19 Fetched 122 kB in 0s (0 B/s) 00:56:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:56:19 Fetched 77.8 kB in 0s (0 B/s) 00:56:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:56:19 Fetched 8848 B in 0s (0 B/s) 00:56:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:56:19 Fetched 47.8 kB in 0s (0 B/s) 00:56:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:56:19 Fetched 45.6 kB in 0s (0 B/s) 00:56:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:56:19 Fetched 15.0 kB in 0s (0 B/s) 00:56:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:56:19 Fetched 214 kB in 0s (0 B/s) 00:56:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:56:19 Fetched 155 kB in 0s (0 B/s) 00:56:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:56:19 Fetched 50.6 kB in 0s (0 B/s) 00:56:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:56:19 Fetched 14.8 kB in 0s (0 B/s) 00:56:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:56:19 Fetched 41.8 kB in 0s (0 B/s) 00:56:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:56:19 Fetched 499 kB in 0s (0 B/s) 00:56:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:56:19 Fetched 111 kB in 0s (0 B/s) 00:56:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:56:19 Fetched 240 kB in 0s (0 B/s) 00:56:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:56:19 Fetched 29.3 kB in 0s (0 B/s) 00:56:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:56:19 Fetched 85.5 kB in 0s (0 B/s) 00:56:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:56:19 Fetched 24.5 kB in 0s (0 B/s) 00:56:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:56:19 Fetched 49.2 kB in 0s (0 B/s) 00:56:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:56:19 Fetched 54.2 kB in 0s (0 B/s) 00:56:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:56:19 Fetched 30.8 kB in 0s (0 B/s) 00:56:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:56:19 Fetched 17.0 kB in 0s (0 B/s) 00:56:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:56:19 Fetched 85.9 kB in 0s (0 B/s) 00:56:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:56:19 Fetched 8720 B in 0s (0 B/s) 00:56:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:56:19 Fetched 137 kB in 0s (0 B/s) 00:56:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:56:19 Fetched 119 kB in 0s (0 B/s) 00:56:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:56:19 Fetched 109 kB in 0s (0 B/s) 00:56:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:56:19 Fetched 11.1 kB in 0s (0 B/s) 00:56:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:56:19 Fetched 645 kB in 0s (0 B/s) 00:56:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:56:19 Fetched 41.3 kB in 0s (0 B/s) 00:56:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:56:19 Fetched 17.9 kB in 0s (0 B/s) 00:56:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:56:19 Fetched 368 kB in 0s (0 B/s) 00:56:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:56:19 Fetched 187 kB in 0s (0 B/s) 00:56:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:56:19 Fetched 175 kB in 0s (0 B/s) 00:56:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:56:22 Fetched 206 kB in 0s (0 B/s) 00:56:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:56:22 Fetched 1301 kB in 0s (0 B/s) 00:56:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:56:22 Fetched 36.2 kB in 0s (0 B/s) 00:56:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:56:22 Fetched 159 kB in 0s (0 B/s) 00:56:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:56:22 Fetched 107 kB in 0s (0 B/s) 00:56:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:56:22 Fetched 48.7 kB in 0s (0 B/s) 00:56:22 Pulling static-packages 00:56:23 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:56:23 Skipping pull go-build-helper (already ran) 00:56:23 Skipping pull static-packages (already ran) 00:56:23 Building go-build-helper 00:56:27 Building static-packages 00:56:28 Staging go-build-helper 00:56:29 Staging static-packages 00:56:30 Pulling go115 00:56:31 'edgex-go' has dependencies that need to be staged: go115 00:56:31 Skipping pull go115 (already ran) 00:56:31 Building go115 00:56:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:56:31 Dload Upload Total Spent Left Speed 00:56:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.9M 0 0 26.2M 0 0:00:04 --:--:-- 0:00:04 26.2M 47 115M 47 55.3M 0 0 35.3M 0 0:00:03 0:00:01 0:00:02 35.3M 85 115M 85 99.1M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 39.6M 0 0:00:02 0:00:02 --:--:-- 39.5M 00:56:34 go1.15.2.linux-amd64.tar.gz: OK 00:56:39 Staging go115 00:56:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:56:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:56:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:56:44 Fetched 0 B in 0s (0 B/s) 00:56:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:56:44 Fetched 224 kB in 0s (0 B/s) 00:56:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:56:44 Fetched 157 kB in 0s (0 B/s) 00:56:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:56:44 Fetched 221 kB in 0s (0 B/s) 00:56:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:56:44 Fetched 143 kB in 0s (0 B/s) 00:56:44 Pulling edgex-go 00:56:44 Pulling version 00:56:45 Building config-common 00:56:47 Skipping build go-build-helper (already ran) 00:56:47 Skipping build static-packages (already ran) 00:56:47 Skipping build go115 (already ran) 00:56:47 Building edgex-go 00:56: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:56:48 go: downloading github.com/gorilla/mux v1.8.0 00:56:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:56:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:56:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 00:56:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:56:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:56:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:56:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:56:49 go: downloading github.com/google/uuid v1.2.0 00:56:49 go: downloading github.com/imdario/mergo v0.3.11 00:56:49 go: downloading github.com/pebbe/zmq4 v1.2.2 00:56:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:56:49 go: downloading github.com/pkg/errors v0.8.1 00:56:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:56:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:56:49 go: downloading github.com/BurntSushi/toml v0.3.1 00:56:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:56:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:56:49 go: downloading github.com/x448/float16 v0.8.4 00:56:49 go: downloading github.com/go-kit/kit v0.8.0 00:56:49 go: downloading github.com/pelletier/go-toml v1.2.0 00:56:49 go: downloading github.com/hashicorp/consul/api v1.1.0 00:56:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:56:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:56:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:56:49 go: downloading github.com/leodido/go-urn v1.2.0 00:56:49 go: downloading github.com/go-playground/universal-translator v0.17.0 00:56:49 go: downloading github.com/mitchellh/copystructure v1.0.0 00:56:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:56:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:56:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:56:49 go: downloading github.com/hashicorp/serf v0.8.2 00:56:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:56:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:56:49 go: downloading github.com/go-playground/locales v0.13.0 00:56:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:56:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:56:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:56:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:56:56 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:56:56 go: downloading gopkg.in/yaml.v2 v2.4.0 00:57:00 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:57:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:57:02 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:57:02 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:57:02 go: downloading github.com/stretchr/testify v1.7.0 00:57:02 go: downloading github.com/davecgh/go-spew v1.1.1 00:57:02 go: downloading github.com/pmezard/go-difflib v1.0.0 00:57:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:57:04 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:57:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:57:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:57:05 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:57:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:57:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:57:07 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:57:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:57:09 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:57:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:57:10 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:57:10 go: downloading github.com/lib/pq v1.9.0 00:57:12 Building version 00:57:14 Staging config-common 00:57:15 Skipping stage go-build-helper (already ran) 00:57:15 Skipping stage static-packages (already ran) 00:57:15 Skipping stage go115 (already ran) 00:57:15 Staging edgex-go 00:57:16 Staging version 00:57:17 Priming config-common 00:57:18 Priming go-build-helper 00:57:19 Priming static-packages 00:57:21 Priming go115 00:57:22 Priming edgex-go 00:57:23 Priming version 00:57:24 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 00:57:28 provisioning config files... 00:57:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config4624256160420600702tmp [Pipeline] { [Pipeline] sh 00:57:29 + set +x 00:57:29 + curl -s https://codecov.io/bash 00:57:29 + bash -s -- 00:57:29 00:57:29 _____ _ 00:57:29 / ____| | | 00:57:29 | | ___ __| | ___ ___ _____ __ 00:57:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:57:29 | |___| (_) | (_| | __/ (_| (_) \ V / 00:57:29 \_____\___/ \__,_|\___|\___\___/ \_/ 00:57:29 Bash-20210129-7c25fce 00:57:29 00:57:29 00:57:29 ==> git version 2.24.3 found 00:57:29 ==> 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 00:57:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:57:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:57:29 ==> Jenkins CI detected. 00:57:29 project root: . 00:57:29 --> token set from env 00:57:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:57:29 ==> Running gcov in . (disable via -X gcov) 00:57:29 ==> Python coveragepy not found 00:57:29 ==> Searching for coverage reports in: 00:57:29 + . 00:57:29 -> Found 1 reports 00:57:29 ==> Detecting git/mercurial file structure 00:57:29 ==> Reading reports 00:57:29 + ./coverage.out bytes=587103 00:57:29 ==> Appending adjustments 00:57:29 https://docs.codecov.io/docs/fixing-reports 00:57:35 + Found adjustments 00:57:35 ==> Gzipping contents 00:57:35 88K /tmp/codecov.wgBiPv.gz 00:57:35 ==> Uploading reports 00:57:35 url: https://codecov.io 00:57:35 query: branch=PR-3113&commit=ad72fea3fceed8a04ec638e58c84fc6aeef660bf&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:57:35 -> Pinging Codecov 00:57:35 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=ad72fea3fceed8a04ec638e58c84fc6aeef660bf&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:57:36 -> Uploading to 00:57:36 https://storage.googleapis.com/codecov/v4/raw/2021-02-06/00271124DB129430A58F1EEE437C3FCB/ad72fea3fceed8a04ec638e58c84fc6aeef660bf/313e6646-27d1-48b9-b225-e77797a056e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210206T005735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=427ff30a3cc09650e721e9da790077b4ca168d7ca175e146b4d43e8c242e068f 00:57:36 % Total % Received % Xferd Average Speed Time Time Time Current 00:57:36 Dload Upload Total Spent Left Speed 00:57:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88296 0 0 100 88296 0 151k --:--:-- --:--:-- --:--:-- 151k 00:57:36 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ad72fea3fceed8a04ec638e58c84fc6aeef660bf [Pipeline] } 00:57:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:57:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:57:40 ---> package-listing.sh 00:57:40 ++ facter osfamily 00:57:40 ++ tr '[:upper:]' '[:lower:]' 00:57:40 + OS_FAMILY=redhat 00:57:40 + workspace=/w/workspace/edgex-go/13 00:57:40 + START_PACKAGES=/tmp/packages_start.txt 00:57:40 + END_PACKAGES=/tmp/packages_end.txt 00:57:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:57:40 + PACKAGES=/tmp/packages_start.txt 00:57:40 + '[' /w/workspace/edgex-go/13 ']' 00:57:40 + PACKAGES=/tmp/packages_end.txt 00:57:40 + case "${OS_FAMILY}" in 00:57:40 + rpm -qa 00:57:40 + sort 00:57:47 + '[' -f /tmp/packages_start.txt ']' 00:57:47 + '[' -f /tmp/packages_end.txt ']' 00:57:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:57:47 + '[' /w/workspace/edgex-go/13 ']' 00:57:47 + mkdir -p /w/workspace/edgex-go/13/archives/ 00:57:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 00:57:47 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:57:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:57:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:48 00:57:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:49 alpine: Pulling from edgex-lftools-log-publisher 00:57:49 df20fa9351a1: Pulling fs layer 00:57:49 36b3adc4ff6f: Pulling fs layer 00:57:49 8ad3a11d3b57: Pulling fs layer 00:57:49 46f8f816bc3b: Pulling fs layer 00:57:49 93b61091891f: Pulling fs layer 00:57:49 93b9cdb0e59b: Pulling fs layer 00:57:49 5e14af77c1be: Pulling fs layer 00:57:49 01666e4c0597: Pulling fs layer 00:57:49 aa168da1d23b: Pulling fs layer 00:57:49 46f8f816bc3b: Waiting 00:57:49 93b61091891f: Waiting 00:57:49 93b9cdb0e59b: Waiting 00:57:49 5e14af77c1be: Waiting 00:57:49 01666e4c0597: Waiting 00:57:49 aa168da1d23b: Waiting 00:57:49 36b3adc4ff6f: Download complete 00:57:49 46f8f816bc3b: Verifying Checksum 00:57:49 46f8f816bc3b: Download complete 00:57:49 df20fa9351a1: Verifying Checksum 00:57:49 df20fa9351a1: Download complete 00:57:49 93b9cdb0e59b: Verifying Checksum 00:57:49 93b9cdb0e59b: Download complete 00:57:49 5e14af77c1be: Download complete 00:57:49 93b61091891f: Verifying Checksum 00:57:49 93b61091891f: Download complete 00:57:49 01666e4c0597: Verifying Checksum 00:57:49 01666e4c0597: Download complete 00:57:50 df20fa9351a1: Pull complete 00:57:50 8ad3a11d3b57: Verifying Checksum 00:57:50 8ad3a11d3b57: Download complete 00:57:50 36b3adc4ff6f: Pull complete 00:57:52 8ad3a11d3b57: Pull complete 00:57:52 46f8f816bc3b: Pull complete 00:57:53 aa168da1d23b: Verifying Checksum 00:57:53 aa168da1d23b: Download complete 00:57:54 93b61091891f: Pull complete 00:57:54 93b9cdb0e59b: Pull complete 00:57:54 5e14af77c1be: Pull complete 00:57:55 01666e4c0597: Pull complete 00:58:14 aa168da1d23b: Pull complete 00:58:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:58:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:58:14 prd-centos7-docker-4c-2g-25288 does not seem to be running inside a container 00:58:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:58:19 $ docker top a6549c8822943f442e9911bfa5ed6572b81007094a6e3fe97c4a11d159362f63 -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:20 + touch /tmp/pre-build-complete [Pipeline] sh 00:58:21 + mkdir -p /var/log/sa [Pipeline] sh 00:58:21 + ls /var/log/sa-host 00:58:21 + sadf -c /var/log/sa-host/sa06 00:58:21 file_magic: OK 00:58:21 HZ: Using current value: 100 00:58:21 file_header: OK 00:58:21 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 00:58:21 Statistics: 00:58:21 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... 00:58:21 File successfully converted to sysstat format version 12.2.1 00:58:21 + sadf -c /var/log/sa-host/sa23 00:58:21 file_magic: OK 00:58:21 HZ: Using current value: 100 00:58:21 file_header: OK 00:58:21 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 00:58:21 Statistics: 00:58:21 Hnuu...uuuununununu... 00:58:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:58:22 provisioning config files... 00:58:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config2553507991989418460tmp [Pipeline] { [Pipeline] echo 00:58:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:58:23 ---> create-netrc.sh [Pipeline] } 00:58:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:58:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:58:23 ---> python-tools-install.sh [Pipeline] echo 00:58:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:58:24 ---> sudo-logs.sh 00:58:24 Archiving 'sudo' log.. [Pipeline] echo 00:58:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:58:24 ---> job-cost.sh 00:58:25 lf-activate-venv: SKIPPING 00:58:25 INFO: No Stack... 00:58:26 INFO: Retrieving Pricing Info for: v1-standard-2 00:58:27 INFO: Archiving Costs [Pipeline] echo 00:58:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:58:27 ---> logs-deploy.sh 00:58:27 lf-activate-venv: SKIPPING 00:58:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/13 00:58:27 INFO: archiving workspace using pattern(s): 00:58:31 Archives upload complete. 00:58:31 INFO: archiving logs to Nexus 00:58:32 ---> uname -a: 00:58:32 Linux prd-centos7-docker-4c-2g-25288.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:58:32 00:58:32 00:58:32 ---> lscpu: 00:58:32 Architecture: x86_64 00:58:32 CPU op-mode(s): 32-bit, 64-bit 00:58:32 Byte Order: Little Endian 00:58:32 Address sizes: 40 bits physical, 48 bits virtual 00:58:32 CPU(s): 4 00:58:32 On-line CPU(s) list: 0-3 00:58:32 Thread(s) per core: 1 00:58:32 Core(s) per socket: 1 00:58:32 Socket(s): 4 00:58:32 NUMA node(s): 1 00:58:32 Vendor ID: GenuineIntel 00:58:32 CPU family: 6 00:58:32 Model: 44 00:58:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:58:32 Stepping: 1 00:58:32 CPU MHz: 2933.438 00:58:32 BogoMIPS: 5866.87 00:58:32 Virtualization: VT-x 00:58:32 Hypervisor vendor: KVM 00:58:32 Virtualization type: full 00:58:32 L1d cache: 128 KiB 00:58:32 L1i cache: 128 KiB 00:58:32 L2 cache: 16 MiB 00:58:32 L3 cache: 64 MiB 00:58:32 NUMA node0 CPU(s): 0-3 00:58:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:58:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:58:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:58:32 Vulnerability Meltdown: Mitigation; PTI 00:58:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:58:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:58:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:58:32 Vulnerability Srbds: Not affected 00:58:32 Vulnerability Tsx async abort: Not affected 00:58:32 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 00:58:32 00:58:32 00:58:32 ---> nproc: 00:58:32 4 00:58:32 00:58:32 00:58:32 ---> df -h: 00:58:32 Filesystem Size Used Available Use% Mounted on 00:58:32 overlay 50.0G 13.0G 37.0G 26% / 00:58:32 tmpfs 64.0M 0 64.0M 0% /dev 00:58:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:58:32 shm 64.0M 0 64.0M 0% /dev/shm 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13 00:58:32 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/13@tmp 00:58:32 00:58:32 00:58:32 ---> free -m: 00:58:32 total used free shared buff/cache available 00:58:32 Mem: 1837 668 298 0 870 1088 00:58:32 Swap: 1023 95 928 00:58:32 00:58:32 00:58:32 ---> ip addr: 00:58:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:58:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:58:32 inet 127.0.0.1/8 scope host lo 00:58:32 valid_lft forever preferred_lft forever 00:58:32 inet6 ::1/128 scope host 00:58:32 valid_lft forever preferred_lft forever 00:58:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:58:32 link/ether fa:16:3e:40:e9:8c brd ff:ff:ff:ff:ff:ff 00:58:32 inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 00:58:32 valid_lft 84684sec preferred_lft 84684sec 00:58:32 inet6 fe80::f816:3eff:fe40:e98c/64 scope link 00:58:32 valid_lft forever preferred_lft forever 00:58:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:58:32 link/ether 02:42:73:f2:a5:dc brd ff:ff:ff:ff:ff:ff 00:58:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:58:32 valid_lft forever preferred_lft forever 00:58:32 inet6 fe80::42:73ff:fef2:a5dc/64 scope link 00:58:32 valid_lft forever preferred_lft forever 00:58:32 00:58:32 00:58:32 ---> sar -b -r -n DEV: 00:58:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 00:58:32 00:58:32 00:29:42 LINUX RESTART (4 CPU) 00:58:32 00:58:32 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:58:32 00:32:01 58.96 13.72 45.24 0.00 4802.53 7772.75 0.00 00:58:32 00:33:01 77.36 54.80 22.56 0.00 4721.01 12560.11 0.00 00:58:32 00:34:01 134.34 42.18 92.16 0.00 1766.20 31775.74 0.00 00:58:32 00:35:02 181.39 58.85 122.53 0.00 2468.51 17380.56 0.00 00:58:32 00:36:01 87.98 32.76 55.21 0.00 1475.41 5880.78 0.00 00:58:32 00:37:02 52.15 15.69 36.46 0.00 660.40 5298.12 0.00 00:58:32 00:38:01 69.60 34.54 35.06 0.00 1529.37 2177.38 0.00 00:58:32 00:39:01 75.19 28.66 46.52 0.00 1973.91 4296.85 0.00 00:58:32 00:40:01 34.03 8.19 25.84 0.00 388.30 11385.93 0.00 00:58:32 00:41:04 224.65 81.55 143.10 0.00 29244.44 87705.51 0.00 00:58:32 00:42:02 876.85 719.68 157.17 0.00 65936.30 70803.65 0.00 00:58:32 00:43:05 1774.57 1621.57 153.00 0.00 94651.06 101131.68 0.00 00:58:32 00:44:03 907.26 800.91 106.36 0.00 44130.75 49238.97 0.00 00:58:32 00:45:01 149.73 47.09 102.64 0.00 4716.36 20341.94 0.00 00:58:32 00:46:04 242.05 82.73 159.32 0.00 30186.96 74333.04 0.00 00:58:32 00:47:02 824.42 731.83 92.59 0.00 46401.80 51376.00 0.00 00:58:32 00:48:08 1297.30 1184.09 113.21 0.00 63284.20 67153.12 0.00 00:58:32 00:49:02 991.53 891.48 100.06 0.00 49181.22 52832.97 0.00 00:58:32 00:50:01 175.49 60.64 114.85 0.00 7977.10 20715.54 0.00 00:58:32 00:51:01 164.14 14.54 149.60 0.00 1046.33 22842.32 0.00 00:58:32 00:52:01 55.33 21.73 33.60 0.00 3017.87 1212.38 0.00 00:58:32 00:53:01 1.68 0.35 1.33 0.00 4.39 19.41 0.00 00:58:32 00:54:01 0.85 0.67 0.18 0.00 10.78 2.01 0.00 00:58:32 00:55:02 0.42 0.15 0.27 0.00 2.13 3.11 0.00 00:58:32 00:56:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 00:58:32 00:57:01 0.33 0.02 0.32 0.00 0.13 3.38 0.00 00:58:32 00:58:01 125.42 79.91 45.51 0.00 6561.78 9689.03 0.00 00:58:32 Average: 319.87 247.16 72.71 0.00 17401.96 27256.05 0.00 00:58:32 00:58:32 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:58:32 00:32:01 75080 0 664844 35.34 2620 1139000 1376580 46.98 519740 1080436 48700 00:58:32 00:33:01 121916 0 646972 34.39 2620 1110036 1505976 51.40 625444 928412 108660 00:58:32 00:34:01 80708 0 693452 36.86 2180 1105204 1462228 49.90 569340 988500 53836 00:58:32 00:35:02 293096 0 692788 36.82 1492 894168 1370860 46.79 468648 842016 48 00:58:32 00:36:01 268048 0 760392 40.41 1356 851748 1674304 57.14 579056 756004 45580 00:58:32 00:37:02 171260 0 771756 41.02 776 937752 1825292 62.29 667736 754956 51152 00:58:32 00:38:01 232492 0 772488 41.06 732 875832 1540788 52.58 616156 744088 72200 00:58:32 00:39:01 230460 0 773308 41.10 632 877144 1666384 56.87 641244 715964 48064 00:58:32 00:40:01 136948 0 732832 38.95 632 1011132 1584908 54.09 603788 863840 51664 00:58:32 00:41:04 72220 0 807336 42.91 96 1001892 2319716 79.17 715396 873244 89988 00:58:32 00:42:02 340872 0 708468 37.65 4 832200 1726256 58.91 575880 745844 8 00:58:32 00:43:05 70824 0 815272 43.33 4 995444 2315672 79.03 755932 818676 47588 00:58:32 00:44:03 338368 0 1013572 53.87 4 529600 4007360 136.76 654896 620452 29028 00:58:32 00:45:01 375276 0 723356 38.44 4 782908 1751144 59.76 525740 722772 3640 00:58:32 00:46:04 69000 0 753588 40.05 4 1058952 2193156 74.85 715032 864960 53860 00:58:32 00:47:02 539204 0 597280 31.74 4 745056 1368736 46.71 450872 678076 36 00:58:32 00:48:08 78572 0 730716 38.84 4 1072252 2173420 74.18 770916 805628 92100 00:58:32 00:49:02 75592 0 1062224 56.45 4 743724 3795128 129.52 845448 700372 10352 00:58:32 00:50:01 428384 0 642832 34.17 4 810324 1688984 57.64 507924 702924 9144 00:58:32 00:51:01 167740 0 665308 35.36 4 1048492 1574932 53.75 602760 844128 36 00:58:32 00:52:01 147900 0 591872 31.46 4 1141768 1308344 44.65 584308 890076 8 00:58:32 00:53:01 158480 0 581284 30.89 4 1141776 1173172 40.04 577052 889568 8 00:58:32 00:54:01 158112 0 581644 30.91 4 1141784 1173256 40.04 577504 889892 8 00:58:32 00:55:02 158836 0 580916 30.87 4 1141788 1173004 40.03 576736 889944 8 00:58:32 00:56:01 159208 0 580532 30.85 4 1141800 1173088 40.04 576812 889960 8 00:58:32 00:57:01 159304 0 580428 30.85 4 1141808 1173088 40.04 576964 889960 8 00:58:32 00:58:01 70832 0 668912 35.55 4 1141796 1648280 56.25 709544 825904 68172 00:58:32 Average: 191805 0 710903 37.78 489 978347 1768298 60.35 614477 822837 32737 00:58:32 00:58:32 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:58:32 00:32:01 veth09486d8 207.96 165.16 23.78 829.44 0.00 0.00 0.00 0.00 00:58:32 00:32:01 eth0 566.61 545.44 3204.50 83.21 0.00 0.00 0.00 0.00 00:58:32 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:32:01 docker0 207.96 165.03 20.94 829.43 0.00 0.00 0.00 0.00 00:58:32 00:33:01 eth0 508.46 652.53 1854.14 64.94 0.00 0.00 0.00 0.00 00:58:32 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:33:01 docker0 639.81 477.63 48.45 1833.27 0.00 0.00 0.00 0.00 00:58:32 00:34:01 veth7253cc4 44.21 57.45 2.97 284.28 0.00 0.00 0.00 0.00 00:58:32 00:34:01 eth0 355.88 291.79 3108.66 50.77 0.00 0.00 0.00 0.00 00:58:32 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:34:01 docker0 44.21 57.32 2.37 284.26 0.00 0.00 0.00 0.00 00:58:32 00:35:02 vethcdac7af 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:35:02 eth0 176.24 111.26 569.38 51.85 0.00 0.00 0.00 0.00 00:58:32 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:35:02 docker0 86.99 142.64 6.40 542.31 0.00 0.00 0.00 0.00 00:58:32 00:36:01 vethcdac7af 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:36:01 eth0 13.44 7.79 9.07 4.92 0.00 0.00 0.00 0.00 00:58:32 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:37:02 vethcdac7af 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 00:58:32 00:37:02 eth0 31.96 24.97 20.52 40.20 0.00 0.00 0.00 0.00 00:58:32 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:37:02 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 00:58:32 00:38:01 vethcdac7af 1.42 1.42 0.11 0.11 0.00 0.00 0.00 0.00 00:58:32 00:38:01 eth0 16.53 12.96 12.19 6.87 0.00 0.00 0.00 0.00 00:58:32 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:38:01 docker0 1.42 1.42 0.09 0.11 0.00 0.00 0.00 0.00 00:58:32 00:39:01 vethcdac7af 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:39:01 eth0 22.02 18.24 14.11 41.70 0.00 0.00 0.00 0.00 00:58:32 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:40:01 eth0 189.43 146.24 1687.25 47.97 0.00 0.00 0.00 0.00 00:58:32 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:41:04 veth9fa235d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:41:04 eth0 24.89 20.02 24.06 29.40 0.00 0.00 0.00 0.00 00:58:32 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:41:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:42:02 veth9fa235d 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:42:02 eth0 38.35 19.32 160.56 5.61 0.00 0.00 0.00 0.00 00:58:32 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:42:02 docker0 10.89 26.87 0.57 151.78 0.00 0.00 0.00 0.00 00:58:32 00:43:05 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:43:05 eth0 8.33 6.26 6.38 3.53 0.00 0.00 0.00 0.00 00:58:32 00:43:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:43:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:44:03 veth1912181 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:44:03 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:44:03 eth0 11.59 11.97 4.76 34.34 0.00 0.00 0.00 0.00 00:58:32 00:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:45:01 veth10990a1 3.47 6.47 0.23 33.41 0.00 0.00 0.00 0.00 00:58:32 00:45:01 veth9fa235d 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:45:01 veth5140807 2.92 6.30 0.20 30.77 0.00 0.00 0.00 0.00 00:58:32 00:45:01 eth0 55.04 33.70 231.83 7.46 0.00 0.00 0.00 0.00 00:58:32 00:46:04 veth9fa235d 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:46:04 eth0 35.34 27.19 25.64 38.99 0.00 0.00 0.00 0.00 00:58:32 00:46:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:58:32 00:46:04 docker0 965.52 865.04 76.34 3641.90 0.00 0.00 0.00 0.00 00:58:32 00:47:02 veth9fa235d 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:47:02 eth0 24.14 17.88 125.71 3.23 0.00 0.00 0.00 0.00 00:58:32 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:47:02 docker0 13.89 18.89 0.76 121.56 0.00 0.00 0.00 0.00 00:58:32 00:48:08 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:48:08 eth0 15.10 13.06 7.28 28.76 0.00 0.00 0.00 0.00 00:58:32 00:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:48:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:49:02 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:49:02 veth6b37ac7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:49:02 veth3b61e85 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:49:02 eth0 4.77 3.44 3.66 2.00 0.00 0.00 0.00 0.00 00:58:32 00:50:01 vethdf542e9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:50:01 veth9fa235d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:50:01 vethae646b3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:50:01 eth0 66.18 49.09 637.62 8.88 0.00 0.00 0.00 0.00 00:58:32 00:51:01 veth9fa235d 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:58:32 00:51:01 veth6a46d23 0.28 0.32 0.04 0.44 0.00 0.00 0.00 0.00 00:58:32 00:51:01 eth0 171.24 117.02 1049.97 74.42 0.00 0.00 0.00 0.00 00:58:32 00:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:58:32 00:52:01 eth0 43.25 30.85 79.26 35.99 0.00 0.00 0.00 0.00 00:58:32 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:52:01 docker0 1069.20 1012.28 83.62 4407.46 0.00 0.00 0.00 0.00 00:58:32 00:53:01 eth0 1.18 0.28 0.35 0.20 0.00 0.00 0.00 0.00 00:58:32 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:54:01 eth0 0.68 0.23 0.30 0.20 0.00 0.00 0.00 0.00 00:58:32 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:55:02 eth0 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 00:58:32 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:56:01 eth0 0.20 0.14 0.09 0.08 0.00 0.00 0.00 0.00 00:58:32 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:57:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 00:58:32 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:58:01 eth0 211.36 184.48 2172.45 58.02 0.00 0.00 0.00 0.00 00:58:32 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 Average: eth0 96.26 87.15 556.73 27.02 0.00 0.00 0.00 0.00 00:58:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:32 Average: docker0 39.66 37.55 3.10 163.48 0.00 0.00 0.00 0.00 00:58:32 00:58:32 00:58:32 ---> sar -P ALL: 00:58:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 00:58:32 00:58:32 00:29:42 LINUX RESTART (4 CPU) 00:58:32 00:58:32 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:58:32 00:32:01 all 5.99 0.00 3.68 1.06 16.55 72.73 00:58:32 00:32:01 0 4.13 0.00 3.13 0.70 18.43 73.61 00:58:32 00:32:01 1 6.57 0.00 4.00 1.15 16.18 72.10 00:58:32 00:32:01 2 5.98 0.00 3.05 0.20 15.54 75.23 00:58:32 00:32:01 3 7.31 0.00 4.55 2.23 15.99 69.92 00:58:32 00:33:01 all 6.15 0.00 2.50 0.88 14.38 76.08 00:58:32 00:33:01 0 6.62 0.00 2.73 1.14 15.49 74.02 00:58:32 00:33:01 1 6.36 0.00 1.98 0.87 15.38 75.41 00:58:32 00:33:01 2 6.99 0.00 2.82 0.22 12.26 77.71 00:58:32 00:33:01 3 4.69 0.00 2.51 1.30 14.33 77.17 00:58:32 00:34:01 all 3.43 0.00 3.00 0.95 18.99 73.63 00:58:32 00:34:01 0 3.93 0.00 3.18 0.71 20.72 71.46 00:58:32 00:34:01 1 2.73 0.00 2.88 0.74 18.82 74.84 00:58:32 00:34:01 2 3.73 0.00 2.80 0.92 17.62 74.93 00:58:32 00:34:01 3 3.35 0.00 3.14 1.41 18.85 73.25 00:58:32 00:35:02 all 4.45 0.00 5.31 5.32 17.13 67.79 00:58:32 00:35:02 0 4.05 0.00 5.04 4.44 18.53 67.94 00:58:32 00:35:02 1 4.11 0.00 4.66 5.19 15.97 70.07 00:58:32 00:35:02 2 5.26 0.00 6.70 6.86 16.24 64.95 00:58:32 00:35:02 3 4.40 0.00 4.88 4.85 17.74 68.13 00:58:32 00:36:01 all 33.06 0.00 10.40 2.38 31.72 22.44 00:58:32 00:36:01 0 36.77 0.00 11.19 2.36 32.97 16.70 00:58:32 00:36:01 1 33.58 0.00 10.35 2.32 29.53 24.22 00:58:32 00:36:01 2 31.41 0.00 9.85 2.86 33.20 22.69 00:58:32 00:36:01 3 30.71 0.00 10.28 1.95 31.24 25.82 00:58:32 00:37:02 all 25.28 0.00 9.22 1.48 37.75 26.27 00:58:32 00:37:02 0 31.70 0.00 11.39 0.81 35.87 20.23 00:58:32 00:37:02 1 25.84 0.00 8.11 2.16 37.18 26.71 00:58:32 00:37:02 2 22.32 0.00 8.65 1.64 38.32 29.08 00:58:32 00:37:02 3 21.91 0.00 8.93 1.27 39.45 28.44 00:58:32 00:38:01 all 26.22 0.00 11.04 3.47 39.35 19.92 00:58:32 00:38:01 0 35.00 0.00 14.69 3.34 36.56 10.40 00:58:32 00:38:01 1 27.42 0.00 10.43 3.04 37.58 21.53 00:58:32 00:38:01 2 19.93 0.00 9.21 4.32 42.26 24.28 00:58:32 00:38:01 3 23.84 0.00 10.32 3.13 40.50 22.22 00:58:32 00:39:01 all 19.42 0.00 10.07 2.34 37.35 30.82 00:58:32 00:39:01 0 22.63 0.00 12.13 3.07 37.96 24.21 00:58:32 00:39:01 1 18.76 0.00 8.84 2.14 37.70 32.56 00:58:32 00:39:01 2 18.48 0.00 10.49 1.89 36.30 32.84 00:58:32 00:39:01 3 17.93 0.00 8.95 2.30 37.42 33.39 00:58:32 00:40:01 all 11.18 0.00 7.58 0.42 30.22 50.60 00:58:32 00:40:01 0 11.30 0.00 7.86 0.23 31.27 49.34 00:58:32 00:40:01 1 10.86 0.00 6.84 0.65 31.44 50.20 00:58:32 00:40:01 2 12.10 0.00 8.26 0.70 29.56 49.38 00:58:32 00:40:01 3 10.48 0.00 7.36 0.08 28.60 53.48 00:58:32 00:41:04 all 5.90 0.00 7.42 12.05 34.86 39.77 00:58:32 00:41:04 0 4.34 0.00 7.12 11.04 34.99 42.51 00:58:32 00:41:04 1 7.81 0.00 8.08 11.94 35.58 36.59 00:58:32 00:41:04 2 5.17 0.00 6.66 11.86 34.77 41.53 00:58:32 00:41:04 3 6.32 0.00 7.84 13.40 34.08 38.36 00:58:32 00:42:02 all 11.43 0.00 11.84 11.07 36.69 28.98 00:58:32 00:42:02 0 11.75 0.00 11.45 12.71 36.32 27.78 00:58:32 00:42:02 1 10.91 0.00 12.03 10.04 37.30 29.73 00:58:32 00:42:02 2 10.86 0.00 11.82 10.50 37.12 29.69 00:58:32 00:42:02 3 12.21 0.00 12.06 11.03 35.99 28.70 00:58:32 00:58:32 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:58:32 00:43:05 all 4.58 0.00 7.09 33.47 35.65 19.21 00:58:32 00:43:05 0 4.56 0.00 7.43 35.17 35.78 17.06 00:58:32 00:43:05 1 4.05 0.00 6.41 31.83 34.84 22.87 00:58:32 00:43:05 2 5.30 0.00 7.62 34.24 35.72 17.12 00:58:32 00:43:05 3 4.42 0.00 6.91 32.69 36.26 19.72 00:58:32 00:44:03 all 22.69 0.00 9.47 16.87 34.20 16.77 00:58:32 00:44:03 0 21.85 0.00 9.91 16.95 34.92 16.37 00:58:32 00:44:03 1 22.57 0.00 9.18 18.00 33.75 16.50 00:58:32 00:44:03 2 23.24 0.00 9.30 17.11 33.98 16.37 00:58:32 00:44:03 3 23.12 0.00 9.48 15.44 34.11 17.85 00:58:32 00:45:01 all 47.45 0.00 11.67 4.24 26.29 10.35 00:58:32 00:45:01 0 47.62 0.00 12.12 3.93 26.09 10.24 00:58:32 00:45:01 1 47.13 0.00 10.02 4.52 27.67 10.65 00:58:32 00:45:01 2 46.89 0.00 12.81 3.16 25.74 11.40 00:58:32 00:45:01 3 48.18 0.00 11.71 5.34 25.65 9.12 00:58:32 00:46:04 all 5.35 0.00 6.82 15.64 43.17 29.03 00:58:32 00:46:04 0 5.22 0.00 6.98 16.49 43.93 27.39 00:58:32 00:46:04 1 5.23 0.00 6.46 15.14 42.60 30.57 00:58:32 00:46:04 2 5.61 0.00 7.49 15.30 42.61 29.00 00:58:32 00:46:04 3 5.35 0.00 6.36 15.64 43.55 29.10 00:58:32 00:47:02 all 6.56 0.00 5.87 10.23 43.69 33.66 00:58:32 00:47:02 0 6.39 0.00 6.20 11.56 44.37 31.49 00:58:32 00:47:02 1 6.44 0.00 5.31 9.21 43.05 35.99 00:58:32 00:47:02 2 7.19 0.00 6.15 8.94 43.28 34.44 00:58:32 00:47:02 3 6.21 0.00 5.81 11.20 44.04 32.73 00:58:32 00:48:08 all 2.93 0.00 5.06 35.83 31.92 24.26 00:58:32 00:48:08 0 2.62 0.00 4.39 29.10 32.49 31.39 00:58:32 00:48:08 1 3.03 0.00 5.40 38.47 31.59 21.51 00:58:32 00:48:08 2 2.86 0.00 5.14 35.64 31.68 24.68 00:58:32 00:48:08 3 3.24 0.00 5.34 40.31 31.88 19.24 00:58:32 00:49:02 all 10.27 0.00 6.87 21.33 36.67 24.88 00:58:32 00:49:02 0 9.75 0.00 6.26 20.56 36.47 26.96 00:58:32 00:49:02 1 9.84 0.00 6.60 22.23 36.66 24.67 00:58:32 00:49:02 2 11.45 0.00 7.75 22.36 35.78 22.66 00:58:32 00:49:02 3 10.05 0.00 6.87 20.17 37.74 25.16 00:58:32 00:50:01 all 44.46 0.00 11.34 4.73 29.50 9.97 00:58:32 00:50:01 0 46.20 0.00 11.47 4.17 28.65 9.50 00:58:32 00:50:01 1 43.56 0.00 12.26 3.14 29.19 11.86 00:58:32 00:50:01 2 46.44 0.00 11.17 6.54 28.69 7.16 00:58:32 00:50:01 3 41.70 0.00 10.49 5.07 31.40 11.34 00:58:32 00:51:01 all 4.43 0.00 6.53 6.14 38.51 44.38 00:58:32 00:51:01 0 4.74 0.00 6.40 6.40 39.49 42.98 00:58:32 00:51:01 1 4.80 0.00 6.23 5.48 38.02 45.47 00:58:32 00:51:01 2 3.77 0.00 6.85 5.65 39.27 44.46 00:58:32 00:51:01 3 4.39 0.00 6.66 7.04 37.29 44.62 00:58:32 00:52:01 all 4.14 0.00 2.06 2.06 6.81 84.92 00:58:32 00:52:01 0 3.93 0.00 1.95 1.74 7.81 84.58 00:58:32 00:52:01 1 2.19 0.00 2.03 1.88 6.93 86.97 00:58:32 00:52:01 2 5.52 0.00 2.22 3.15 6.48 82.63 00:58:32 00:52:01 3 4.96 0.00 2.07 1.47 6.02 85.49 00:58:32 00:53:01 all 0.07 0.00 0.05 0.02 0.94 98.91 00:58:32 00:53:01 0 0.03 0.00 0.03 0.03 1.52 98.38 00:58:32 00:53:01 1 0.03 0.00 0.03 0.02 0.86 99.05 00:58:32 00:53:01 2 0.22 0.00 0.07 0.03 0.62 99.07 00:58:32 00:53:01 3 0.02 0.00 0.07 0.02 0.78 99.12 00:58:32 00:58:32 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:58:32 00:54:01 all 0.09 0.00 0.24 0.02 1.43 98.22 00:58:32 00:54:01 0 0.02 0.00 0.30 0.00 1.26 98.43 00:58:32 00:54:01 1 0.10 0.00 0.33 0.10 1.13 98.34 00:58:32 00:54:01 2 0.08 0.00 0.30 0.00 1.36 98.26 00:58:32 00:54:01 3 0.16 0.00 0.03 0.00 1.96 97.85 00:58:32 00:55:02 all 0.10 0.00 0.04 0.01 0.39 99.46 00:58:32 00:55:02 0 0.02 0.00 0.05 0.00 0.33 99.60 00:58:32 00:55:02 1 0.32 0.00 0.03 0.03 0.57 99.05 00:58:32 00:55:02 2 0.03 0.00 0.03 0.00 0.32 99.62 00:58:32 00:55:02 3 0.02 0.00 0.03 0.02 0.35 99.58 00:58:32 00:56:01 all 0.10 0.00 0.10 0.00 0.62 99.18 00:58:32 00:56:01 0 0.02 0.00 0.07 0.00 0.51 99.41 00:58:32 00:56:01 1 0.29 0.00 0.10 0.00 0.61 99.00 00:58:32 00:56:01 2 0.03 0.00 0.12 0.00 0.42 99.43 00:58:32 00:56:01 3 0.07 0.00 0.10 0.00 0.93 98.90 00:58:32 00:57:01 all 0.08 0.00 0.02 0.00 0.33 99.56 00:58:32 00:57:01 0 0.00 0.00 0.03 0.00 0.30 99.67 00:58:32 00:57:01 1 0.25 0.00 0.02 0.00 0.35 99.38 00:58:32 00:57:01 2 0.07 0.00 0.03 0.00 0.53 99.37 00:58:32 00:57:01 3 0.02 0.00 0.02 0.00 0.15 99.82 00:58:32 00:58:01 all 3.64 0.00 3.12 2.59 7.80 82.85 00:58:32 00:58:01 0 2.90 0.00 2.63 0.80 7.79 85.87 00:58:32 00:58:01 1 4.04 0.00 3.20 4.28 7.65 80.83 00:58:32 00:58:01 2 3.13 0.00 3.07 1.48 7.82 84.50 00:58:32 00:58:01 3 4.51 0.00 3.57 3.83 7.94 80.15 00:58:32 Average: all 10.62 0.00 5.74 7.67 24.36 51.61 00:58:32 Average: 0 10.99 0.00 5.93 7.44 24.61 51.02 00:58:32 Average: 1 10.60 0.00 5.51 7.66 24.23 51.99 00:58:32 Average: 2 10.51 0.00 5.84 7.64 24.19 51.82 00:58:32 Average: 3 10.36 0.00 5.69 7.94 24.41 51.60 00:58:32 00:58:32 00:58:32