Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43b882124282ec1afd2baf8b324d969a4719e16c+2372a215bf83b5aca75052ece39a841bb32f320e (27bb792038be010f30cb45dbc22a41009887670f) 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-24152 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c Merge succeeded, producing 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 Checking out Revision 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 # timeout=10 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 7f05382e1b612f5b5631b22f027035a888692348 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:26 ========================================================= 00:30:26 EdgeX Global Pipelines Version Info 00:30:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:27 ------------------- 00:30:27 stable info: 00:30:27 ------------------- 00:30:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:27 Message: update stable to v1.0.179 00:30:28 ------------------- 00:30:28 experimental info: 00:30:28 ------------------- 00:30:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 679f73b [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:31 provisioning config files... 00:30:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config1213178164744625006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:32 ---> docker-login.sh 00:30:32 nexus3.edgexfoundry.org:10001 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:32 Configure a credential helper to remove this warning. See 00:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:32 00:30:32 Login Succeeded 00:30:32 nexus3.edgexfoundry.org:10002 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:32 Configure a credential helper to remove this warning. See 00:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:32 00:30:32 Login Succeeded 00:30:32 nexus3.edgexfoundry.org:10003 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:32 Configure a credential helper to remove this warning. See 00:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:32 00:30:32 Login Succeeded 00:30:32 nexus3.edgexfoundry.org:10004 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:32 Configure a credential helper to remove this warning. See 00:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:32 00:30:32 Login Succeeded 00:30:32 docker.io 00:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:33 Configure a credential helper to remove this warning. See 00:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:33 00:30:33 Login Succeeded 00:30:33 ---> docker-login.sh ends [Pipeline] } 00:30:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:33 ++ 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:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/core-command/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo core-command,cmd/core-command/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/core-data/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo core-data,cmd/core-data/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/core-metadata/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/support-notifications/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/support-scheduler/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:33 + for file in '`ls cmd/**/Dockerfile`' 00:30:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:33 ++ cut -d/ -f2 00:30:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:33 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:30:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:35 00:30:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:35 latest: Pulling from edgex-devops/git-semver 00:30:35 31603596830f: Pulling fs layer 00:30:35 2a8b12db71e7: Pulling fs layer 00:30:35 6ca5941a6612: Pulling fs layer 00:30:35 ecc8261a40a4: Pulling fs layer 00:30:35 ecc8261a40a4: Waiting 00:30:35 2a8b12db71e7: Download complete 00:30:36 31603596830f: Verifying Checksum 00:30:36 31603596830f: Download complete 00:30:36 ecc8261a40a4: Verifying Checksum 00:30:36 ecc8261a40a4: Download complete 00:30:36 31603596830f: Pull complete 00:30:36 6ca5941a6612: Verifying Checksum 00:30:36 6ca5941a6612: Download complete 00:30:36 2a8b12db71e7: Pull complete 00:30:37 6ca5941a6612: Pull complete 00:30:37 ecc8261a40a4: Pull complete 00:30:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:37 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:30:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:40 $ docker top d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:40 [ssh-agent] Looking for ssh-agent implementation... 00:30:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:40 $ docker exec d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 ssh-agent 00:30:40 SSH_AUTH_SOCK=/tmp/ssh-nPRhhVnPWjZy/agent.11 00:30:40 SSH_AGENT_PID=16 00:30:40 Running ssh-add (command line suppressed) 00:30:41 Identity added: /w/workspace/edgex-go/11@tmp/private_key_8893913399304456084.key (/w/workspace/edgex-go/11@tmp/private_key_8893913399304456084.key) 00:30:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:41 + git tag --points-at HEAD [Pipeline] } 00:30:41 $ docker exec --env ******** --env ******** d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 ssh-agent -k 00:30:41 unset SSH_AUTH_SOCK; 00:30:41 unset SSH_AGENT_PID; 00:30:41 echo Agent pid 16 killed; 00:30:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:41 [ssh-agent] Looking for ssh-agent implementation... 00:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:42 $ docker exec d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 ssh-agent 00:30:42 SSH_AUTH_SOCK=/tmp/ssh-xmOWHZVrbW9L/agent.44 00:30:42 SSH_AGENT_PID=49 00:30:42 Running ssh-add (command line suppressed) 00:30:42 Identity added: /w/workspace/edgex-go/11@tmp/private_key_6496470162265777945.key (/w/workspace/edgex-go/11@tmp/private_key_6496470162265777945.key) 00:30:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:42 + git semver init 00:30:42 # -> Open(): unable to determine branch for HEAD 00:30:42 # $GIT_DIR = /w/workspace/edgex-go/11/.git 00:30:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 00:30:42 # $SEMVER_REMOTE_NAME = origin 00:30:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:42 # $SEMVER_USER_NAME = edgex-jenkins 00:30:42 # $SEMVER_BRANCH = PR-3075 00:30:42 # $SEMVER_TEMP = /tmp/semver-772474770 00:30:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:04 # '/tmp/semver-772474770' -> '/w/workspace/edgex-go/11/.semver' 00:31:04 # -> Force: false 00:31:04 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 00:31:05 $ docker exec --env ******** --env ******** d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 ssh-agent -k 00:31:05 unset SSH_AUTH_SOCK; 00:31:05 unset SSH_AGENT_PID; 00:31:05 echo Agent pid 49 killed; 00:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:05 + git semver [Pipeline] } 00:31:05 $ docker stop --time=1 d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 00:31:07 $ docker rm -f d3a9968d116a49dcd0d6358f088c8b7eea9e63010db5840afc63d7debf53c2d9 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:08 Stashed 1 file(s) [Pipeline] echo 00:31:08 [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:31:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:10 + sudo service docker restart 00:31:10 + true 00:31:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:10 ========================================================= 00:31:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:11 + 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:31:14 Sending build context to Docker daemon 327.3MB 00:31:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:14 Step 2/6 : FROM ${BASE} 00:31:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:14 188c0c94c7c5: Pulling fs layer 00:31:14 0ef7d3d256c8: Pulling fs layer 00:31:14 de9db76c5a1d: Pulling fs layer 00:31:14 bca2f99d35d6: Pulling fs layer 00:31:14 93359f2a8cfa: Pulling fs layer 00:31:14 7c6f9722023f: Pulling fs layer 00:31:14 a35cf1a2eb13: Pulling fs layer 00:31:14 93359f2a8cfa: Waiting 00:31:14 bca2f99d35d6: Waiting 00:31:14 7c6f9722023f: Waiting 00:31:14 a35cf1a2eb13: Waiting 00:31:14 de9db76c5a1d: Verifying Checksum 00:31:14 de9db76c5a1d: Download complete 00:31:14 0ef7d3d256c8: Verifying Checksum 00:31:14 0ef7d3d256c8: Download complete 00:31:14 93359f2a8cfa: Verifying Checksum 00:31:14 93359f2a8cfa: Download complete 00:31:14 7c6f9722023f: Verifying Checksum 00:31:14 7c6f9722023f: Download complete 00:31:14 188c0c94c7c5: Verifying Checksum 00:31:14 188c0c94c7c5: Download complete 00:31:14 188c0c94c7c5: Pull complete 00:31:14 0ef7d3d256c8: Pull complete 00:31:15 de9db76c5a1d: Pull complete 00:31:16 a35cf1a2eb13: Verifying Checksum 00:31:16 a35cf1a2eb13: Download complete 00:31:16 bca2f99d35d6: Verifying Checksum 00:31:16 bca2f99d35d6: Download complete 00:31:22 bca2f99d35d6: Pull complete 00:31:22 93359f2a8cfa: Pull complete 00:31:22 7c6f9722023f: Pull complete 00:31:23 Still waiting to schedule task 00:31:23 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24149’ 00:31:26 a35cf1a2eb13: Pull complete 00:31:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:26 ---> a62c8e92a672 00:31:26 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:31:26 ---> Running in ab2727a66a75 00:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:28 (1/12) Installing libmagic (5.38-r0) 00:31:29 (2/12) Installing file (5.38-r0) 00:31:29 (3/12) Installing libc-dev (0.7.2-r3) 00:31:29 (4/12) Installing g++ (9.3.0-r2) 00:31:39 (5/12) Installing fortify-headers (1.1-r0) 00:31:39 (6/12) Installing patch (2.7.6-r6) 00:31:39 (7/12) Installing build-base (0.5-r2) 00:31:39 (8/12) Installing libsodium (1.0.18-r0) 00:31:39 (9/12) Installing pkgconf (1.7.2-r0) 00:31:39 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:39 (11/12) Installing libzmq (4.3.3-r0) 00:31:39 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:39 Executing busybox-1.31.1-r19.trigger 00:31:39 OK: 233 MiB in 51 packages 00:31:42 Removing intermediate container ab2727a66a75 00:31:42 ---> 76e569f19b44 00:31:42 Step 4/6 : WORKDIR /edgex-go 00:31:42 ---> Running in 246cc2361f43 00:31:42 Removing intermediate container 246cc2361f43 00:31:42 ---> 716ad11b172b 00:31:42 Step 5/6 : COPY go.mod . 00:31:42 ---> 8f943a772ea8 00:31:42 Step 6/6 : RUN go mod download 00:31:42 ---> Running in f891028e198c 00:32:04 Removing intermediate container f891028e198c 00:32:04 ---> 54ad72b9af38 00:32:04 Successfully built 54ad72b9af38 00:32:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:04 + docker inspect -f . ci-base-image-x86_64 00:32:04 . [Pipeline] withDockerContainer 00:32:04 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:32:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:05 $ docker top 09065b32c1e5e8e33ec86ca6be46a7bc6d10bd2b6ad1ee555815504dfb9101a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:06 + go version 00:32:06 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:06 $ docker stop --time=1 09065b32c1e5e8e33ec86ca6be46a7bc6d10bd2b6ad1ee555815504dfb9101a2 00:32:08 $ docker rm -f 09065b32c1e5e8e33ec86ca6be46a7bc6d10bd2b6ad1ee555815504dfb9101a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:08 + docker inspect -f . ci-base-image-x86_64 00:32:08 . [Pipeline] withDockerContainer 00:32:08 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:32:08 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:09 $ docker top 5d3fe8f686130e0281104549f348c6f6dfd108c9efc0d93a25a97284864712b6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:09 ========================================================= 00:32:09 [edgeXBuildGoParallel] Running Tests and Build... 00:32:09 ========================================================= [Pipeline] sh 00:32:10 + make test 00:32:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:18 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.0% of statements 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:32:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 00:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 65.8% of statements 00:32:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 00:32:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 92.8% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.048s coverage: 94.4% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.054s coverage: 92.9% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 63.5% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 68.9% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.074s coverage: 37.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.245s coverage: 84.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 00:33:17 GO111MODULE=on go vet ./... 00:33:44 gofmt -l . 00:33:44 [ "`gofmt -l .`" = "" ] 00:33:44 ./bin/test-go-mod-tidy.sh 00:33:44 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:44 + ls -al . 00:33:44 total 680 00:33:44 drwxrwxr-x 10 1001 1001 4096 Jan 31 00:33 . 00:33:44 drwxr-xr-x 4 root root 30 Jan 31 00:32 .. 00:33:44 -rw-rw-r-- 1 1001 1001 11 Jan 31 00:30 .dockerignore 00:33:44 drwxrwxr-x 8 1001 1001 179 Jan 31 00:30 .git 00:33:44 drwxrwxr-x 3 1001 1001 125 Jan 31 00:30 .github 00:33:44 -rw-rw-r-- 1 1001 1001 872 Jan 31 00:30 .gitignore 00:33:44 drwx------ 3 1001 1001 60 Jan 31 00:31 .semver 00:33:44 -rw-rw-r-- 1 1001 1001 166 Jan 31 00:30 .sonarcloud.properties 00:33:44 -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:30 Attribution.txt 00:33:44 -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:30 CONTRIBUTING.md 00:33:44 -rw-rw-r-- 1 1001 1001 931 Jan 31 00:30 Dockerfile.build 00:33:44 -rw-rw-r-- 1 1001 1001 863 Jan 31 00:30 Jenkinsfile 00:33:44 -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:30 LICENSE 00:33:44 -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:30 Makefile 00:33:44 -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:30 README.md 00:33:44 -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:30 SECURITY.md 00:33:44 -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION 00:33:44 -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:30 ZMQWindows.md 00:33:44 drwxrwxr-x 2 1001 1001 117 Jan 31 00:30 bin 00:33:44 drwxrwxr-x 15 1001 1001 4096 Jan 31 00:30 cmd 00:33:44 -rw-r--r-- 1 root root 574984 Jan 31 00:33 coverage.out 00:33:44 -rw-r--r-- 1 root root 1054 Jan 31 00:33 go.mod 00:33:44 -rw-r--r-- 1 root root 19399 Jan 31 00:33 go.sum 00:33:44 drwxrwxr-x 8 1001 1001 127 Jan 31 00:30 internal 00:33:44 drwxrwxr-x 4 1001 1001 26 Jan 31 00:30 openapi 00:33:44 drwxrwxr-x 4 1001 1001 71 Jan 31 00:30 snap 00:33:44 -rw-rw-r-- 1 1001 1001 168 Jan 31 00:30 version.go [Pipeline] sh 00:33:44 + '[' -e coverage.out ] 00:33:44 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:45 Stashed 1 file(s) [Pipeline] sh 00:33:45 + make build 00:33:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:49 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:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:33:58 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:33:59 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:33:59 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:34:01 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:34:02 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:34:03 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:34:04 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:34:05 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:34: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:34:07 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:34:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24155 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:34:08 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [Pipeline] } 00:34:09 $ docker stop --time=1 5d3fe8f686130e0281104549f348c6f6dfd108c9efc0d93a25a97284864712b6 00:34:10 $ docker rm -f 5d3fe8f686130e0281104549f348c6f6dfd108c9efc0d93a25a97284864712b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:34:13 using credential edgex-jenkins-ssh 00:34:13 Cloning the remote Git repository 00:34:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] isUnix [Pipeline] sh 00:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:14 00:34:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:15 latest: Pulling from edgex-devops/edgex-compose 00:34:15 cbdbe7a5bc2a: Pulling fs layer 00:34:15 ca9280d653b3: Pulling fs layer 00:34:15 7e9c9ca2126c: Pulling fs layer 00:34:14 > git init /w/workspace/edgex-go/11 # timeout=10 00:34:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:14 > git --version # timeout=10 00:34:14 > git --version # 'git version 2.17.1' 00:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:15 cbdbe7a5bc2a: Verifying Checksum 00:34:15 cbdbe7a5bc2a: Download complete 00:34:16 cbdbe7a5bc2a: Pull complete 00:34:16 ca9280d653b3: Verifying Checksum 00:34:16 ca9280d653b3: Download complete 00:34:17 7e9c9ca2126c: Download complete 00:34:17 ca9280d653b3: Pull complete 00:34:22 7e9c9ca2126c: Pull complete 00:34:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:22 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:34:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:25 $ docker top b058898d2939d6aefa0cf24b6ded9abaaa8073e90fff825a6c81fe0ea45db638 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:26 + docker-compose build --help 00:34:26 + grep parallel 00:34:27 --parallel Build images in parallel. [Pipeline] } 00:34:27 $ docker stop --time=1 b058898d2939d6aefa0cf24b6ded9abaaa8073e90fff825a6c81fe0ea45db638 00:34:28 $ docker rm -f b058898d2939d6aefa0cf24b6ded9abaaa8073e90fff825a6c81fe0ea45db638 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:29 . [Pipeline] withDockerContainer 00:34:29 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:34:29 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:34:29 $ docker top de150b0c77f7cd189e7b5fb560e3162c0bf2786cef7d25c25f57b912affabc99 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:30 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:31 Building docker-core-command-go ... 00:34:31 Building docker-core-data-go ... 00:34:31 Building docker-core-metadata-go ... 00:34:31 Building docker-security-bootstrapper-go ... 00:34:31 Building docker-security-proxy-setup-go ... 00:34:31 Building docker-security-secretstore-setup-go ... 00:34:31 Building docker-support-notifications-go ... 00:34:31 Building docker-support-scheduler-go ... 00:34:31 Building docker-sys-mgmt-agent-go ... 00:34:31 Building docker-sys-mgmt-agent-go 00:34:31 Building docker-core-data-go 00:34:31 Building docker-support-scheduler-go 00:34:31 Building docker-support-notifications-go 00:34:31 Building docker-security-bootstrapper-go 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:38 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 00:34:38 Merge succeeded, producing 5c931ff0bfa8b178b52d6abfc1a89785dce455fe 00:34:38 Checking out Revision 5c931ff0bfa8b178b52d6abfc1a89785dce455fe (PR-3075) 00:34:38 > git config core.sparsecheckout # timeout=10 00:34:38 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 00:34:38 > git remote # timeout=10 00:34:38 > git config --get remote.origin.url # timeout=10 00:34:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:38 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 00:34:38 > git rev-parse HEAD^{commit} # timeout=10 00:34:38 > git config core.sparsecheckout # timeout=10 00:34:38 > git checkout -f 5c931ff0bfa8b178b52d6abfc1a89785dce455fe # timeout=10 00:34:43 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 00:34:43 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:43 > git rev-list --no-walk 7f05382e1b612f5b5631b22f027035a888692348 # timeout=10 00:34:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:45 + sudo service docker restart 00:34:45 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:47 provisioning config files... 00:34:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config2181870702331074362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:48 ---> docker-login.sh 00:34:48 nexus3.edgexfoundry.org:10001 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 nexus3.edgexfoundry.org:10002 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 nexus3.edgexfoundry.org:10003 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 nexus3.edgexfoundry.org:10004 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:51 Configure a credential helper to remove this warning. See 00:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:51 00:34:51 Login Succeeded 00:34:51 docker.io 00:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:51 Configure a credential helper to remove this warning. See 00:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:51 00:34:51 Login Succeeded 00:34:51 ---> docker-login.sh ends [Pipeline] } 00:34:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:52 ========================================================= 00:34:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:52 + 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:34:55 Sending build context to Docker daemon 166MB 00:34:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:55 Step 2/6 : FROM ${BASE} 00:34:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:55 5f621e34cdf4: Pulling fs layer 00:34:55 a4357932f1b6: Pulling fs layer 00:34:55 18c013af1878: Pulling fs layer 00:34:55 00ac8860ef70: Pulling fs layer 00:34:55 63d7cb157983: Pulling fs layer 00:34:55 b116817d02f9: Pulling fs layer 00:34:55 745a02a5169b: Pulling fs layer 00:34:55 b116817d02f9: Waiting 00:34:55 00ac8860ef70: Waiting 00:34:55 745a02a5169b: Waiting 00:34:55 63d7cb157983: Waiting 00:34:55 18c013af1878: Download complete 00:34:55 a4357932f1b6: Verifying Checksum 00:34:55 a4357932f1b6: Download complete 00:34:55 63d7cb157983: Download complete 00:34:55 b116817d02f9: Verifying Checksum 00:34:55 b116817d02f9: Download complete 00:34:55 5f621e34cdf4: Verifying Checksum 00:34:55 5f621e34cdf4: Download complete 00:34:56 5f621e34cdf4: Pull complete 00:34:56 a4357932f1b6: Pull complete 00:34:57 18c013af1878: Pull complete 00:34:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:34:58 ---> 54ad72b9af38 00:34:58 Step 3/26 : WORKDIR /edgex-go 00:34:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:58 ---> 54ad72b9af38 00:34:58 Step 3/22 : WORKDIR /edgex-go 00:34:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:34:58 ---> 54ad72b9af38 00:34:58 Step 3/31 : WORKDIR /edgex-go 00:34:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:58 ---> 54ad72b9af38 00:34:58 Step 3/22 : WORKDIR /edgex-go 00:34:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:34:58 ---> 54ad72b9af38 00:34:58 Step 3/23 : WORKDIR /edgex-go 00:34:58 745a02a5169b: Verifying Checksum 00:34:59 ---> Running in 86e1267bf777 00:34:59 ---> Running in added7a1ff16 00:34:59 ---> Running in e38fef8af80e 00:34:59 ---> Running in 0fac40e8babf 00:34:59 ---> Running in 8ccee5f3e506 00:34:59 Removing intermediate container 86e1267bf777 00:34:59 ---> 4c6b0ca8ef36 00:34:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:59 Removing intermediate container e38fef8af80e 00:34:59 ---> 11c30cf1769a 00:34:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:59 Removing intermediate container 0fac40e8babf 00:34:59 ---> 8b6ff0222dcb 00:34:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:59 Removing intermediate container added7a1ff16 00:34:59 ---> 09ee8b6f786f 00:34:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:59 Removing intermediate container 8ccee5f3e506 00:34:59 ---> ccc0312e61fa 00:34:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:59 ---> Running in fb78095a12e9 00:34:59 ---> Running in 1f023dbff736 00:34:59 ---> Running in 99b4fa2e11ed 00:34:59 ---> Running in f31931f26ce0 00:34:59 ---> Running in 4ff5473209b7 00:34:59 00ac8860ef70: Verifying Checksum 00:34:59 00ac8860ef70: Download complete 00:35:01 Removing intermediate container fb78095a12e9 00:35:01 ---> 8f288424d206 00:35:01 Step 5/22 : RUN apk add --update --no-cache make git 00:35:01 Removing intermediate container 99b4fa2e11ed 00:35:01 ---> 8f203d8fcd2e 00:35:01 Step 5/31 : RUN apk add --update --no-cache make git 00:35:01 Removing intermediate container f31931f26ce0 00:35:01 ---> 515fc8685169 00:35:01 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:01 Removing intermediate container 1f023dbff736 00:35:01 ---> d62afdc06e31 00:35:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:35:01 ---> Running in 9aa38de85000 00:35:01 Removing intermediate container 4ff5473209b7 00:35:01 ---> a0ce7e7f97b9 00:35:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:01 ---> Running in cbe1b4974ef2 00:35:01 ---> Running in 6f1a0f1a5614 00:35:01 ---> Running in a9ab78369caa 00:35:02 ---> Running in 0bf17d6d9959 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:04 OK: 233 MiB in 51 packages 00:35:04 OK: 233 MiB in 51 packages 00:35:04 OK: 233 MiB in 51 packages 00:35:04 OK: 233 MiB in 51 packages 00:35:04 OK: 233 MiB in 51 packages 00:35:04 Removing intermediate container 9aa38de85000 00:35:04 ---> 0f012f124110 00:35:04 Step 6/31 : COPY go.mod . 00:35:04 Removing intermediate container cbe1b4974ef2 00:35:04 ---> 06e94286750f 00:35:04 Step 6/22 : COPY go.mod . 00:35:05 Removing intermediate container 6f1a0f1a5614 00:35:05 ---> cd80d24f30b0 00:35:05 Step 6/26 : COPY go.mod . 00:35:05 ---> 7f8a9cd0ae81 00:35:05 Step 7/31 : RUN go mod download 00:35:05 ---> bb3258fd9beb 00:35:05 Step 7/22 : RUN go mod download 00:35:05 ---> Running in 1a6acc95abea 00:35:05 ---> Running in 974c6017a47f 00:35:05 Removing intermediate container 0bf17d6d9959 00:35:05 ---> a5bc5a295737 00:35:05 Step 6/22 : COPY go.mod . 00:35:05 Removing intermediate container a9ab78369caa 00:35:05 ---> a58f3c52c9f8 00:35:05 Step 6/23 : COPY go.mod . 00:35:05 ---> 2bd914b5f1bf 00:35:05 Step 7/26 : RUN go mod download 00:35:05 ---> Running in e8cdf31524fa 00:35:06 ---> b5ac5c8b241d 00:35:06 Step 7/22 : RUN go mod download 00:35:06 ---> accb3c59102e 00:35:06 Step 7/23 : RUN go mod download 00:35:06 ---> Running in 1bcb84cb150b 00:35:06 ---> Running in 95bba41df54a 00:35:07 Removing intermediate container 1a6acc95abea 00:35:07 ---> 1c0441847dbc 00:35:07 Step 8/31 : COPY . . 00:35:08 Removing intermediate container 974c6017a47f 00:35:08 ---> 8277a88ed625 00:35:08 Step 8/22 : COPY . . 00:35:10 00ac8860ef70: Pull complete 00:35:10 63d7cb157983: Pull complete 00:35:10 b116817d02f9: Pull complete 00:35:13 Removing intermediate container e8cdf31524fa 00:35:13 ---> bc3c280ea1a0 00:35:13 Step 8/26 : COPY . . 00:35:14 745a02a5169b: Pull complete 00:35:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:14 ---> b7e6874047d6 00:35:14 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:35:15 Removing intermediate container 1bcb84cb150b 00:35:15 ---> f4580ade3f5c 00:35:15 Step 8/23 : COPY . . 00:35:17 ---> Running in bfedd30c12a4 00:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:19 (1/12) Installing libmagic (5.38-r0) 00:35:19 Removing intermediate container 95bba41df54a 00:35:19 ---> 92c48b003e5b 00:35:19 Step 8/22 : COPY . . 00:35:19 (2/12) Installing file (5.38-r0) 00:35:19 (3/12) Installing libc-dev (0.7.2-r3) 00:35:20 (4/12) Installing g++ (9.3.0-r2) 00:35:23 (5/12) Installing fortify-headers (1.1-r0) 00:35:23 (6/12) Installing patch (2.7.6-r6) 00:35:23 (7/12) Installing build-base (0.5-r2) 00:35:23 (8/12) Installing libsodium (1.0.18-r0) 00:35:23 (9/12) Installing pkgconf (1.7.2-r0) 00:35:23 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:23 (11/12) Installing libzmq (4.3.3-r0) 00:35:23 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:24 Executing busybox-1.31.1-r19.trigger 00:35:24 OK: 217 MiB in 51 packages 00:35:28 Removing intermediate container bfedd30c12a4 00:35:28 ---> 77a285a61cf0 00:35:28 Step 4/6 : WORKDIR /edgex-go 00:35:28 ---> Running in 7428f46f1968 00:35:28 Removing intermediate container 7428f46f1968 00:35:28 ---> 55c4357e1cd1 00:35:28 Step 5/6 : COPY go.mod . 00:35:29 ---> d1d6fa3154a8 00:35:29 Step 6/6 : RUN go mod download 00:35:29 ---> Running in 2751feecf603 00:35:52 ---> 892378675250 00:35:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:35:52 ---> f96baf31ade9 00:35:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:35:52 ---> Running in 0be7dce15cfd 00:35:52 ---> Running in d498f72ec026 00:35:52 ---> 0d6493514d0f 00:35:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:35:52 ---> 121651464fb8 00:35:52 Step 9/23 : RUN make cmd/core-data/core-data 00:35:52 ---> 41accfbb11f4 00:35:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:35:52 ---> Running in 2f1fd3d57461 00:35:52 ---> Running in 82155859cb99 00:35:52 ---> Running in 535b126d9c46 00:35:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:52 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:35:52 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:35:52 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:35: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:35:56 Removing intermediate container 2751feecf603 00:35:56 ---> 59d462bf556e 00:35:56 Successfully built 59d462bf556e 00:35:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:56 + docker inspect -f . ci-base-image-arm64 00:35:56 . [Pipeline] withDockerContainer 00:35:56 prd-ubuntu18.04-docker-arm64-4c-16g-24155 does not seem to be running inside a container 00:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:35:58 $ docker top 110b2384ee83b3d0c6d49f04aee289c8dc5f95703d61f26a698cc4565c9f6cdc -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:59 + go version 00:35:59 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:59 $ docker stop --time=1 110b2384ee83b3d0c6d49f04aee289c8dc5f95703d61f26a698cc4565c9f6cdc 00:36:01 $ docker rm -f 110b2384ee83b3d0c6d49f04aee289c8dc5f95703d61f26a698cc4565c9f6cdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:02 + docker inspect -f . ci-base-image-arm64 00:36:02 . [Pipeline] withDockerContainer 00:36:02 prd-ubuntu18.04-docker-arm64-4c-16g-24155 does not seem to be running inside a container 00:36:02 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:36:04 $ docker top d1bbf5bc220d519d6b58c425ea31cfbd8bb256688e103668a8ea56616bd023c6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:04 ========================================================= 00:36:04 [edgeXBuildGoParallel] Running Tests and Build... 00:36:04 ========================================================= [Pipeline] sh 00:36:05 + make test 00:36:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:19 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:36:26 Removing intermediate container 2f1fd3d57461 00:36:26 ---> e644163364b8 00:36:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:26 Removing intermediate container 82155859cb99 00:36:26 ---> 347f6dacf04a 00:36:26 00:36:26 Step 10/22 : FROM alpine:3.12 00:36:26 ---> Running in 9951c857acd3 00:36:26 3.12: Pulling from library/alpine 00:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:26 Status: Downloaded newer image for alpine:3.12 00:36:26 ---> 389fef711851 00:36:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:36:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:30 ---> Running in 248f25af6524 00:36:30 Removing intermediate container 0be7dce15cfd 00:36:30 ---> cc751a6708f6 00:36:30 00:36:30 Step 10/22 : FROM alpine:3.12 00:36:30 ---> 389fef711851 00:36:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:36:31 Removing intermediate container d498f72ec026 00:36:31 ---> 8c650b9be7f2 00:36:31 00:36:31 Step 10/31 : FROM alpine:3.12 00:36:31 ---> 389fef711851 00:36:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:36:31 ---> Running in 764d8c049e9a 00:36:31 ---> Running in 714b7a0fcda5 00:36:32 Removing intermediate container 714b7a0fcda5 00:36:32 ---> 4df3de1fa768 00:36:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:36:32 Removing intermediate container 9951c857acd3 00:36:32 ---> aaba92d85f10 00:36:32 00:36:32 Step 11/26 : FROM docker:20.10.0 00:36:32 20.10.0: Pulling from library/docker 00:36:32 ---> Running in 8058f2ca0d1b 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 (1/2) Installing ca-certificates (20191127-r4) 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 (2/2) Installing dumb-init (1.2.2-r1) 00:36:32 Executing busybox-1.31.1-r19.trigger 00:36:32 Executing ca-certificates-20191127-r4.trigger 00:36:32 (1/1) Installing dumb-init (1.2.2-r1) 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 Executing busybox-1.31.1-r19.trigger 00:36:32 OK: 6 MiB in 15 packages 00:36:32 OK: 6 MiB in 16 packages 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 (1/2) Installing dumb-init (1.2.2-r1) 00:36:33 (2/2) Installing su-exec (0.2-r1) 00:36:33 Executing busybox-1.31.1-r19.trigger 00:36:33 OK: 6 MiB in 16 packages 00:36:36 Removing intermediate container 535b126d9c46 00:36:36 ---> a72b84c7728f 00:36:36 00:36:36 Step 10/23 : FROM alpine:3.12 00:36:36 ---> 389fef711851 00:36:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:37 Removing intermediate container 764d8c049e9a 00:36:37 ---> bd2a888356f4 00:36:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:37 ---> Running in 8627ee180424 00:36:37 ---> Running in 418f4b2da38d 00:36:37 Removing intermediate container 8058f2ca0d1b 00:36:37 ---> 6178b110714b 00:36:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:36:37 Removing intermediate container 248f25af6524 00:36:37 ---> 73c5f0e3dfae 00:36:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:36:37 ---> Running in b7f6814e64df 00:36:37 ---> Running in 2106608ef4bd 00:36:37 Removing intermediate container 418f4b2da38d 00:36:37 ---> 54f77e505da5 00:36:37 Step 12/23 : ENV APP_PORT=48080 00:36:37 Removing intermediate container 8627ee180424 00:36:37 ---> 20d7268d21e0 00:36:37 Step 13/22 : ENV APP_PORT=48085 00:36:37 Removing intermediate container b7f6814e64df 00:36:37 ---> 27a21704b95e 00:36:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:36:38 ---> Running in 118fac6fe246 00:36:39 ---> Running in 9dfad114d7e6 00:36:39 Removing intermediate container 2106608ef4bd 00:36:39 ---> f4c683d528f3 00:36:39 Step 13/22 : ENV APP_PORT=48060 00:36:39 ---> Running in 54d4a18ae8f6 00:36:40 ---> Running in 5a2761c1da7f 00:36:40 Removing intermediate container 9dfad114d7e6 00:36:40 ---> fd16e0daeb72 00:36:40 Step 14/22 : EXPOSE $APP_PORT 00:36:40 Removing intermediate container 118fac6fe246 00:36:40 ---> 41fbab8478d0 00:36:40 Step 13/23 : EXPOSE $APP_PORT 00:36:40 Removing intermediate container 54d4a18ae8f6 00:36:40 ---> 66a0b5710cd4 00:36:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:36:40 ---> Running in e51f777da608 00:36:40 ---> Running in 281118e68b72 00:36:40 Removing intermediate container 5a2761c1da7f 00:36:40 ---> ed131161384f 00:36:40 Step 14/22 : EXPOSE $APP_PORT 00:36:40 ---> Running in a643e49c06ae 00:36:40 ---> Running in 579f2612d83f 00:36:40 Removing intermediate container e51f777da608 00:36:40 ---> 17055bf6725e 00:36:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:40 Removing intermediate container 281118e68b72 00:36:40 ---> 4a988d8cbda6 00:36:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:36:40 Status: Downloaded newer image for docker:20.10.0 00:36:40 ---> aefe523efa57 00:36:40 Step 12/26 : RUN apk add --no-cache bash 00:36:41 ---> Running in 18d1b66ae22c 00:36:41 Removing intermediate container 579f2612d83f 00:36:41 ---> b31cbcea0f3a 00:36:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:41 ---> f846214492fc 00:36:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:41 ---> Running in 579e0b6460d3 00:36:41 ---> f14f54994f0d 00:36:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:42 ---> 68931ea3e34a 00:36:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:42 ---> 261458772f2c 00:36:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:42 ---> 9bb6eb528e52 00:36:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:42 Removing intermediate container a643e49c06ae 00:36:42 ---> a57244926815 00:36:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:42 ---> Running in 585afe0f371e 00:36:42 (1/2) Installing readline (8.0.4-r0) 00:36:42 (2/2) Installing bash (5.0.17-r0) 00:36:42 ---> Running in ad552baeeb6e 00:36:42 Executing bash-5.0.17-r0.post-install 00:36:42 Executing busybox-1.31.1-r19.trigger 00:36:42 OK: 12 MiB in 22 packages 00:36:42 ---> 17b8f7b15533 00:36:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:36:43 ---> Running in efc5c825d87f 00:36:43 Removing intermediate container 585afe0f371e 00:36:43 ---> 04b2c77f93cf 00:36:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:43 Removing intermediate container ad552baeeb6e 00:36:43 ---> 5d60761e5348 00:36:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:36:43 Removing intermediate container 18d1b66ae22c 00:36:43 ---> 7eddbd1b6c31 00:36:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:36:43 ---> Running in 11bb1aee800d 00:36:43 Removing intermediate container efc5c825d87f 00:36:43 ---> 7f84549df5bb 00:36:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:43 ---> Running in ca2c887b5115 00:36:43 ---> Running in 2db6d5f99337 00:36:43 Removing intermediate container 579e0b6460d3 00:36:43 ---> ac6b1c9dc839 00:36:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:36:43 ---> 1132b348d59e 00:36:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:36:44 Removing intermediate container 11bb1aee800d 00:36:44 ---> dd28972c0cae 00:36:44 Step 20/22 : LABEL arch=x86_64 00:36:44 ---> Running in 7cbf23c2ef16 00:36:44 ---> Running in b6d4598630ce 00:36:44 Removing intermediate container 2db6d5f99337 00:36:44 ---> 131b6a652bf7 00:36:44 Step 20/22 : LABEL arch=x86_64 00:36:44 ---> Running in a1fccb3a6023 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 ---> Running in 60391ba8334d 00:36:44 Removing intermediate container 7cbf23c2ef16 00:36:44 ---> d6c565b62c44 00:36:44 Step 14/26 : ENV APP_PORT=48090 00:36:44 Removing intermediate container a1fccb3a6023 00:36:44 ---> 4a846fd499ee 00:36:44 Step 21/22 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:36:44 ---> Running in 70490f0ea66d 00:36:44 ---> Running in b027b9b702a4 00:36:44 Removing intermediate container 60391ba8334d 00:36:44 ---> 3d1183c6e05e 00:36:44 Step 21/22 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:36:44 ---> Running in 06e05c3a733d 00:36:45 Removing intermediate container 70490f0ea66d 00:36:45 ---> 8c982b464cd5 00:36:45 Step 15/26 : EXPOSE $APP_PORT 00:36:45 Removing intermediate container b027b9b702a4 00:36:45 ---> 3b57f0d801ec 00:36:45 Step 22/22 : LABEL version=0.0.0 00:36:45 ---> Running in 7b8da632cafb 00:36:45 ---> Running in 6f0919dd5d7b 00:36:45 Removing intermediate container 06e05c3a733d 00:36:45 ---> 773cbd7effb5 00:36:45 Step 22/22 : LABEL version=0.0.0 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 ---> Running in 91dac811b43d 00:36:45 Removing intermediate container 7b8da632cafb 00:36:45 ---> 09eae0973420 00:36:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:36:45 Removing intermediate container 6f0919dd5d7b 00:36:45 ---> b8f9b25ee4e0 00:36:45 00:36:46 Removing intermediate container 91dac811b43d 00:36:46 ---> 2a5f9c797edf 00:36:46 00:36:46 Successfully built b8f9b25ee4e0 00:36:46 Removing intermediate container b6d4598630ce 00:36:46 ---> 6569ad09a77e 00:36:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:46 Successfully tagged docker-support-scheduler-go:latest 00:36:46 Building docker-core-command-go 00:36:46  Building docker-support-scheduler-go ... done  ---> 5279d0365a9b 00:36:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:36:46 Successfully built 2a5f9c797edf 00:36:46 Successfully tagged docker-support-notifications-go:latest 00:36:46  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:36:46 ---> 78e5d8ce4b09 00:36:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:36:46 (1/6) Installing dumb-init (1.2.2-r1) 00:36:46 ---> 35e7b2a1bc51 00:36:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:36:46 (2/6) Installing libgcc (9.3.0-r2) 00:36:46 (3/6) Installing libsodium (1.0.18-r0) 00:36:46 (4/6) Installing libstdc++ (9.3.0-r2) 00:36:47 ---> 80da85c369d1 00:36:47 Step 19/26 : RUN apk --no-cache add py3-pip 00:36:47 ---> 29994995faed 00:36:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:36:47 (5/6) Installing libzmq (4.3.3-r0) 00:36:48 (6/6) Installing zeromq (4.3.3-r0) 00:36:48 Executing busybox-1.31.1-r19.trigger 00:36:48 OK: 8 MiB in 20 packages 00:36:50 ---> Running in 4a082e8825f9 00:36:54 ---> cef5132e937a 00:36:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 (1/33) Installing libbz2 (1.0.8-r1) 00:36:56 (2/33) Installing expat (2.2.9-r1) 00:36:56 (3/33) Installing libffi (3.3-r2) 00:36:56 (4/33) Installing gdbm (1.13-r1) 00:36:57 (5/33) Installing xz-libs (5.2.5-r0) 00:36:57 (6/33) Installing sqlite-libs (3.32.1-r0) 00:36:57 (7/33) Installing python3 (3.8.5-r0) 00:37:03 Removing intermediate container ca2c887b5115 00:37:03 ---> 9d07b1353736 00:37:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:03 ---> 4b7a926f8f7f 00:37:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:03 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:03 (11/33) Installing py3-six (1.15.0-r0) 00:37:04 (12/33) Installing py3-packaging (20.4-r0) 00:37:05 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:05 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:05 (15/33) Installing py3-idna (2.9-r0) 00:37:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:05 ---> 54ad72b9af38 00:37:05 Step 3/24 : WORKDIR /edgex-go 00:37:05 ---> Using cache 00:37:05 ---> ccc0312e61fa 00:37:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:05 ---> Using cache 00:37:05 ---> a0ce7e7f97b9 00:37:05 Step 5/24 : RUN apk add --update --no-cache make git 00:37:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:05 ---> 54ad72b9af38 00:37:05 Step 3/23 : WORKDIR /edgex-go 00:37:05 ---> Using cache 00:37:05 ---> ccc0312e61fa 00:37:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:05 ---> Using cache 00:37:05 ---> a0ce7e7f97b9 00:37:05 Step 5/23 : RUN apk add --update --no-cache make git 00:37:07 (18/33) Installing py3-requests (2.23.0-r0) 00:37:07 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:07 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:07 ---> 4635733c0d5a 00:37:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:07 ---> 94e75380c8b5 00:37:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:37:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:07 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:07 ---> Running in 2720b5baa789 00:37:07 ---> Running in 98ab5a4c778d 00:37:07 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:07 (24/33) Installing py3-distro (1.5.0-r1) 00:37:07 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:07 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:09 (29/33) Installing py3-progress (1.5-r0) 00:37:09 ---> Running in e39bbcca6918 00:37:09 (30/33) Installing py3-toml (0.10.1-r0) 00:37:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:09 (33/33) Installing py3-pip (20.1.1-r0) 00:37:09 ---> 50082abb819c 00:37:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:09 Executing busybox-1.31.1-r19.trigger 00:37:10 OK: 71 MiB in 55 packages 00:37:10 Removing intermediate container e39bbcca6918 00:37:10 ---> f836561c8da8 00:37:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:10 ---> 4bb4c9e8d802 00:37:10 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:10 ---> Running in 9305545d701d 00:37:10 ---> 835986f81ea4 00:37:10 Step 26/31 : RUN chmod +x /entrypoint.sh 00:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:10 ---> Running in a12b82741a6f 00:37:10 Removing intermediate container 9305545d701d 00:37:10 ---> 95bad0e03322 00:37:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:11 ---> Running in 392405238fb6 00:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:11 Removing intermediate container 392405238fb6 00:37:11 ---> 9a15c072e180 00:37:11 Step 21/23 : LABEL arch=x86_64 00:37:11 OK: 233 MiB in 51 packages 00:37:12 ---> Running in 80e65f990986 00:37:13 OK: 233 MiB in 51 packages 00:37:14 Removing intermediate container 80e65f990986 00:37:14 ---> 742b54d786a2 00:37:14 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:37:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:16 ---> Running in b368b6638ae2 00:37:16 Removing intermediate container a12b82741a6f 00:37:16 ---> 7d7c6025a60d 00:37:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:37:16 Removing intermediate container 98ab5a4c778d 00:37:16 ---> a1710bbefda2 00:37:16 Step 6/23 : COPY go.mod . 00:37:17 Removing intermediate container 4a082e8825f9 00:37:17 ---> b0a4b631328a 00:37:17 Step 20/26 : RUN pip install docker-compose==1.23.2 00:37:17 ---> Running in 0c5cd6d43bc4 00:37:17 Removing intermediate container 2720b5baa789 00:37:17 ---> a53a138352a6 00:37:17 Step 6/24 : COPY go.mod . 00:37:17 Removing intermediate container b368b6638ae2 00:37:17 ---> feb8d2c7a9ca 00:37:17 Step 23/23 : LABEL version=0.0.0 00:37:17 ---> Running in 387c4e93ecd6 00:37:17 ---> a0a906a94e2e 00:37:17 Step 7/23 : RUN go mod download 00:37:17 ---> Running in e804afcd3292 00:37:17 ---> Running in 0f8f4a9c010a 00:37:17 ---> c150837f34a5 00:37:17 Step 7/24 : RUN go mod download 00:37:17 Removing intermediate container 0c5cd6d43bc4 00:37:17 ---> c4bf08e7dbb3 00:37:17 Step 28/31 : CMD ["gate"] 00:37:17 ---> Running in 47b790de0fbe 00:37:18 ---> Running in 851d95073df8 00:37:18 Removing intermediate container e804afcd3292 00:37:18 ---> 0a389e3e6359 00:37:18 00:37:18 Successfully built 0a389e3e6359 00:37:18 Successfully tagged docker-core-data-go:latest 00:37:18 Building docker-security-proxy-setup-go 00:37:18  Building docker-core-data-go ... done Removing intermediate container 851d95073df8 00:37:18 ---> 0e6bffc526f2 00:37:18 Step 29/31 : LABEL arch=x86_64 00:37:18 ---> Running in 04f8867f23f8 00:37:19 Removing intermediate container 04f8867f23f8 00:37:19 ---> efb2d02cc529 00:37:19 Step 30/31 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:37:19 Collecting docker-compose==1.23.2 00:37:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:21 ---> Running in 0cdbd3dbee9f 00:37:21 Collecting cached-property<2,>=1.2.0 00:37:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:37:22 Collecting PyYAML<4,>=3.10 00:37:22 Downloading PyYAML-3.13.tar.gz (270 kB) 00:37:22 Removing intermediate container 0cdbd3dbee9f 00:37:22 ---> ce49085a9a8e 00:37:22 Step 31/31 : LABEL version=0.0.0 00:37:24 Collecting jsonschema<3,>=2.5.1 00:37:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:37:24 Removing intermediate container 0f8f4a9c010a 00:37:24 ---> a1f6fd3d85a2 00:37:24 Step 8/23 : COPY . . 00:37:25 ---> Running in f21c9fc56663 00:37:25 Collecting docker<4.0,>=3.6.0 00:37:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:37:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:26 Collecting dockerpty<0.5,>=0.4.1 00:37:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:37:27 Removing intermediate container 47b790de0fbe 00:37:27 ---> 34eabbac12b0 00:37:27 Step 8/24 : COPY . . 00:37:29 Collecting websocket-client<1.0,>=0.32.0 00:37:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:37:31 Removing intermediate container f21c9fc56663 00:37:31 ---> 63d703bd58d5 00:37:31 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:37:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:37:32 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:37:32 Successfully built 63d703bd58d5 00:37:33 Collecting docopt<0.7,>=0.6.1 00:37:33 Downloading docopt-0.6.2.tar.gz (25 kB) 00:37:34 Successfully tagged docker-security-bootstrapper-go:latest 00:37:34  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:37:36 Collecting texttable<0.10,>=0.9.0 00:37:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:37:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:36 ---> 54ad72b9af38 00:37:36 Step 3/21 : WORKDIR /edgex-go 00:37:36 ---> Using cache 00:37:36 ---> ccc0312e61fa 00:37:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 ---> Using cache 00:37:36 ---> a0ce7e7f97b9 00:37:36 Step 5/21 : RUN apk add --update --no-cache make git 00:37:36 ---> Using cache 00:37:36 ---> a53a138352a6 00:37:36 Step 6/21 : COPY go.mod . 00:37:36 ---> Using cache 00:37:36 ---> c150837f34a5 00:37:36 Step 7/21 : RUN go mod download 00:37:36 ---> Using cache 00:37:36 ---> 34eabbac12b0 00:37:36 Step 8/21 : COPY . . 00:37:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:41 Collecting docker-pycreds>=0.4.0 00:37:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:37:43 Collecting idna<2.8,>=2.5 00:37:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:37:45 Collecting urllib3<1.25,>=1.21.1 00:37:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:37:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.364s coverage: 46.0% of statements 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:37:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.140s coverage: 100.0% of statements 00:37:47 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:37:47 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:37:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:37:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:37:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:37:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:37:47 Installing collected packages: cached-property, PyYAML, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docopt, texttable, docker-compose 00:37:48 Running setup.py install for PyYAML: started 00:37:52 Running setup.py install for PyYAML: finished with status 'done' 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.478s coverage: 27.1% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:55 Attempting uninstall: idna 00:37:55 Found existing installation: idna 2.9 00:37:55 Uninstalling idna-2.9: 00:37:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.3% of statements 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:56 Successfully uninstalled idna-2.9 00:37:58 Attempting uninstall: urllib3 00:37:58 Found existing installation: urllib3 1.25.9 00:37:58 Uninstalling urllib3-1.25.9: 00:37:59 Successfully uninstalled urllib3-1.25.9 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.126s coverage: 28.6% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.388s coverage: 86.7% of statements 00:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:02 ---> 54ad72b9af38 00:38:02 Step 3/23 : WORKDIR /edgex-go 00:38:02 ---> Using cache 00:38:02 ---> ccc0312e61fa 00:38:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:02 ---> Using cache 00:38:02 ---> a0ce7e7f97b9 00:38:02 Step 5/23 : RUN apk add --update --no-cache make git 00:38:02 ---> Using cache 00:38:02 ---> a53a138352a6 00:38:02 Step 6/23 : COPY go.mod . 00:38:02 ---> Using cache 00:38:02 ---> c150837f34a5 00:38:02 Step 7/23 : RUN go mod download 00:38:02 ---> Using cache 00:38:02 ---> 34eabbac12b0 00:38:02 Step 8/23 : COPY . . 00:38:02 Attempting uninstall: requests 00:38:02 Found existing installation: requests 2.23.0 00:38:02 Uninstalling requests-2.23.0: 00:38:02 Successfully uninstalled requests-2.23.0 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:07 Running setup.py install for dockerpty: started 00:38:09 ---> 46c71bcfb225 00:38:09 Step 9/23 : RUN make cmd/core-command/core-command 00:38:11 Running setup.py install for dockerpty: finished with status 'done' 00:38:11 Running setup.py install for docopt: started 00:38:12 Running setup.py install for docopt: finished with status 'done' 00:38:12 Running setup.py install for texttable: started 00:38:12 Running setup.py install for texttable: finished with status 'done' 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.142s coverage: 92.8% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 45.5% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements 00:38:13 ---> 5abb4dd96b86 00:38:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:13 ---> dd68372c7d9a 00:38:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:13 ---> Running in 53fce56519e0 00:38:14 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:38:14 ---> Running in c05c9ddac368 00:38:14 ---> Running in e088e6f908b3 00:38:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:17 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:38:17 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:38:21 Removing intermediate container 387c4e93ecd6 00:38:21 ---> 7f2932f9c60f 00:38:21 Step 21/26 : RUN apk --no-cache add curl 00:38:21 ---> Running in 644fa101dcdd 00:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:24 (2/3) Installing libcurl (7.69.1-r3) 00:38:24 (3/3) Installing curl (7.69.1-r3) 00:38:24 Executing busybox-1.31.1-r19.trigger 00:38:25 OK: 72 MiB in 58 packages 00:38:25 ---> df601f75c9b4 00:38:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:25 ---> Running in 34016162af6a 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 00:38:26 Removing intermediate container 644fa101dcdd 00:38:26 ---> 8d33d4901444 00:38:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:26 ---> Running in 0c4646139e13 00:38:26 Removing intermediate container 0c4646139e13 00:38:26 ---> 8ee100ccb625 00:38:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:26 ---> Running in 297cee62b58d 00:38:26 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:38:26 Removing intermediate container 297cee62b58d 00:38:26 ---> 1109ce6b721f 00:38:26 Step 24/26 : LABEL arch=x86_64 00:38:27 ---> Running in e62dbb7f5edc 00:38:27 Removing intermediate container e62dbb7f5edc 00:38:27 ---> d4160eaf98e2 00:38:27 Step 25/26 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:38:27 ---> Running in 97e09c9e1bc6 00:38:27 Removing intermediate container 97e09c9e1bc6 00:38:27 ---> 9d064d3961f8 00:38:27 Step 26/26 : LABEL version=0.0.0 00:38:27 ---> Running in 145eea7a6324 00:38:28 Removing intermediate container 145eea7a6324 00:38:28 ---> 7477516179cc 00:38:28 00:38:28 Successfully built 7477516179cc 00:38:28 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:36  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/secrets-config ./cmd/secrets-config 00:38:36 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:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.109s coverage: 87.2% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.602s coverage: 63.5% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.791s coverage: 68.9% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.306s coverage: 37.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.655s coverage: 84.0% of statements 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.113s coverage: 100.0% of statements 00:38:46 Removing intermediate container e088e6f908b3 00:38:46 ---> 71151ec2fc56 00:38:46 00:38:46 Step 10/24 : FROM alpine:3.12 00:38:46 ---> 389fef711851 00:38:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:46 Removing intermediate container c05c9ddac368 00:38:46 ---> f92c0cf92144 00:38:46 00:38:46 Step 10/21 : FROM alpine:3.12 00:38:46 ---> 389fef711851 00:38:46 Step 11/21 : RUN apk add --update --no-cache curl 00:38:46 Removing intermediate container 53fce56519e0 00:38:46 ---> 92fc3ddf08ec 00:38:46 00:38:46 Step 10/23 : FROM alpine:3.12 00:38:46 ---> 389fef711851 00:38:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:46 ---> Using cache 00:38:46 ---> bd2a888356f4 00:38:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:46 ---> Using cache 00:38:46 ---> 20d7268d21e0 00:38:46 Step 13/23 : ENV APP_PORT=48082 00:38:46 ---> Running in d56d24d7bcbc 00:38:46 ---> Running in 1b6f8e3897c5 00:38:46 ---> Running in c48cbd29ebdd 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:46 Removing intermediate container 1b6f8e3897c5 00:38:46 ---> 5964ce04f89a 00:38:46 Step 14/23 : EXPOSE $APP_PORT 00:38:46 ---> Running in 1f82835050bf 00:38:47 Removing intermediate container 1f82835050bf 00:38:47 ---> d8032e81f199 00:38:47 Step 15/23 : WORKDIR / 00:38:47 ---> Running in 1edf04632d56 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:47 Removing intermediate container 1edf04632d56 00:38:47 ---> 9a9f3e163d5b 00:38:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:47 ---> 46d4bcfff07d 00:38:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:48 ---> 8985e02afc56 00:38:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:48 (1/5) Installing ca-certificates (20191127-r4) 00:38:48 (1/4) Installing ca-certificates (20191127-r4) 00:38:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:48 (3/5) Installing libcurl (7.69.1-r3) 00:38:48 (3/4) Installing libcurl (7.69.1-r3) 00:38:48 (4/5) Installing curl (7.69.1-r3) 00:38:48 (5/5) Installing dumb-init (1.2.2-r1) 00:38:48 (4/4) Installing curl (7.69.1-r3) 00:38:48 Executing busybox-1.31.1-r19.trigger 00:38:48 Executing busybox-1.31.1-r19.trigger 00:38:48 Executing ca-certificates-20191127-r4.trigger 00:38:48 Executing ca-certificates-20191127-r4.trigger 00:38:48 OK: 7 MiB in 18 packages 00:38:48 OK: 7 MiB in 19 packages 00:38:52 ---> 05a65bf6538c 00:38:52 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:52 ---> Running in 83b0a2a8af39 00:38:52 Removing intermediate container 34016162af6a 00:38:52 ---> 0e86a3f77fd4 00:38:52 00:38:52 Step 10/23 : FROM alpine:3.12 00:38:52 ---> 389fef711851 00:38:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:52 ---> Using cache 00:38:52 ---> bd2a888356f4 00:38:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:52 ---> Using cache 00:38:52 ---> 20d7268d21e0 00:38:52 Step 13/23 : ENV APP_PORT=48081 00:38:52 ---> Running in 3476d577512b 00:38:52 Removing intermediate container 83b0a2a8af39 00:38:52 ---> 3d731c7ce304 00:38:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:53 Removing intermediate container d56d24d7bcbc 00:38:53 ---> 64703e50a147 00:38:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:53 ---> Running in 3c4cb80a772f 00:38:53 Removing intermediate container 3476d577512b 00:38:53 ---> a71be3243841 00:38:53 Step 14/23 : EXPOSE $APP_PORT 00:38:53 Removing intermediate container c48cbd29ebdd 00:38:53 ---> a63ce92f1cfc 00:38:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.978s coverage: 29.1% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:38:53 ---> Running in 7be806298b01 00:38:53 ---> Running in 71df0a6bb21f 00:38:53 ---> Running in fbc8e26168ff 00:38:53 Removing intermediate container 3c4cb80a772f 00:38:53 ---> b8389e4ffac4 00:38:53 Step 21/23 : LABEL arch=x86_64 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:38:53 Removing intermediate container 7be806298b01 00:38:53 ---> 4d57ecb23ba8 00:38:53 Step 13/24 : WORKDIR / 00:38:53 ---> Running in 136b70337cb2 00:38:53 ---> Running in 4b57c185a971 00:38:53 Removing intermediate container fbc8e26168ff 00:38:53 ---> 3bd2fad66949 00:38:53 Step 15/23 : WORKDIR / 00:38:54 Removing intermediate container 71df0a6bb21f 00:38:54 ---> f79e004f297b 00:38:54 Step 13/21 : WORKDIR /edgex 00:38:54 ---> Running in e53ce64a92bd 00:38:54 ---> Running in d8b6df80a3c0 00:38:54 Removing intermediate container 136b70337cb2 00:38:54 ---> b44a2c8f3d86 00:38:54 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:38:54 Removing intermediate container 4b57c185a971 00:38:54 ---> 6201973a8a83 00:38:54 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:38:54 ---> Running in 70d514dc1858 00:38:54 Removing intermediate container e53ce64a92bd 00:38:54 ---> 0a5d0639fc67 00:38:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:54 Removing intermediate container d8b6df80a3c0 00:38:54 ---> 8754c5d9f810 00:38:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:54 ---> 3e4a619c15a3 00:38:54 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:38:54 Removing intermediate container 70d514dc1858 00:38:54 ---> 44ed1cfcc569 00:38:54 Step 23/23 : LABEL version=0.0.0 00:38:55 ---> Running in d8b6a96456e3 00:38:55 ---> fcef1b803cc8 00:38:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:55 ---> 982b716da0a0 00:38:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:55 ---> 408c11591dab 00:38:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:55 Removing intermediate container d8b6a96456e3 00:38:55 ---> 69663f413ae8 00:38:55 00:38:55 GO111MODULE=on go vet ./... 00:38:56 Successfully built 69663f413ae8 00:38:56 Successfully tagged docker-core-command-go:latest 00:38:56  Building docker-core-command-go ... done  ---> 95276e00b439 00:38:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:56 ---> 791b66becaf9 00:38:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:56 ---> 90b96837c5bd 00:38:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:56 ---> d44949775aa5 00:38:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:56 ---> Running in 4d7b88efadba 00:38:56 ---> 74afa9774859 00:38:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:56 ---> b8867fb67fed 00:38:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:57 ---> Running in a5511b717d6b 00:38:57 Removing intermediate container 4d7b88efadba 00:38:57 ---> 9140ca33d328 00:38:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:57 ---> Running in 7955d3c47330 00:38:57 Removing intermediate container a5511b717d6b 00:38:57 ---> 5541b6228315 00:38:57 Step 18/21 : CMD ["--init=true"] 00:38:57 ---> Running in 8126fac147f1 00:38:57 ---> f0caa05f3574 00:38:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:57 Removing intermediate container 7955d3c47330 00:38:57 ---> 2dce3b9258b1 00:38:57 Step 21/23 : LABEL arch=x86_64 00:38:57 ---> Running in 5f2be70d9c9e 00:38:57 Removing intermediate container 8126fac147f1 00:38:57 ---> ecf63201fe10 00:38:57 Step 19/21 : LABEL arch=x86_64 00:38:58 ---> 967b9a06ab83 00:38:58 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:38:58 ---> Running in 434bf7696972 00:38:58 Removing intermediate container 5f2be70d9c9e 00:38:58 ---> 6afb57db3066 00:38:58 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:38:58 ---> Running in 0318cd0d526d 00:38:58 ---> Running in c23b50f74761 00:38:58 Removing intermediate container 434bf7696972 00:38:58 ---> 7160612ca04e 00:38:58 Step 20/21 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:38:58 ---> Running in e807b3924dba 00:38:58 Removing intermediate container c23b50f74761 00:38:58 ---> 5a6f7c9feba4 00:38:58 Step 23/23 : LABEL version=0.0.0 00:38:58 ---> Running in dbe3daad3bbe 00:38:58 Removing intermediate container e807b3924dba 00:38:58 ---> 4b42c577edb2 00:38:58 Step 21/21 : LABEL version=0.0.0 00:38:58 ---> Running in 220f6bddcd69 00:38:58 Removing intermediate container dbe3daad3bbe 00:38:58 ---> b0f6b3f10ca3 00:38:58 00:38:58 Successfully built b0f6b3f10ca3 00:38:59 Successfully tagged docker-core-metadata-go:latest 00:38:59  Building docker-core-metadata-go ... done Removing intermediate container 220f6bddcd69 00:38:59 ---> 3014e072b14f 00:38:59 00:38:59 Successfully built 3014e072b14f 00:38:59 Successfully tagged docker-security-proxy-setup-go:latest 00:38:59  Building docker-security-proxy-setup-go ... done Removing intermediate container 0318cd0d526d 00:38:59 ---> 1ba4db02da89 00:38:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:59 ---> Running in 9b35a4c531b8 00:38:59 Removing intermediate container 9b35a4c531b8 00:38:59 ---> 78f6175ed989 00:38:59 Step 22/24 : LABEL arch=x86_64 00:38:59 ---> Running in 1e2eea41fe7f 00:39:00 Removing intermediate container 1e2eea41fe7f 00:39:00 ---> 16690a736edd 00:39:00 Step 23/24 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:39:00 ---> Running in d49b57adec22 00:39:00 Removing intermediate container d49b57adec22 00:39:00 ---> 5be39a6b86fa 00:39:00 Step 24/24 : LABEL version=0.0.0 00:39:00 ---> Running in 4ef55ac2d9f5 00:39:00 Removing intermediate container 4ef55ac2d9f5 00:39:00 ---> 1a9acb3f223c 00:39:00 00:39:00 Successfully built 1a9acb3f223c 00:39:00 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:01  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:39:01 $ docker stop --time=1 de150b0c77f7cd189e7b5fb560e3162c0bf2786cef7d25c25f57b912affabc99 00:39:02 $ docker rm -f de150b0c77f7cd189e7b5fb560e3162c0bf2786cef7d25c25f57b912affabc99 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:03 + docker images 00:39:03 + grep docker 00:39:03 docker-security-secretstore-setup-go latest 1a9acb3f223c 3 seconds ago 24.6MB 00:39:03 docker-security-proxy-setup-go latest 3014e072b14f 5 seconds ago 24.4MB 00:39:03 docker-core-metadata-go latest b0f6b3f10ca3 5 seconds ago 18.8MB 00:39:03 docker-core-command-go latest 69663f413ae8 8 seconds ago 16.9MB 00:39:03 docker-sys-mgmt-agent-go latest 7477516179cc 36 seconds ago 313MB 00:39:03 docker-security-bootstrapper-go latest 63d703bd58d5 About a minute ago 23.8MB 00:39:03 docker-core-data-go latest 0a389e3e6359 About a minute ago 22.3MB 00:39:03 docker-support-notifications-go latest 2a5f9c797edf 2 minutes ago 16.9MB 00:39:03 docker-support-scheduler-go latest b8f9b25ee4e0 2 minutes ago 17MB 00:39:03 docker 20.10.0 aefe523efa57 7 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:39:19 Still waiting to schedule task 00:39:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:17 gofmt -l . 00:40:17 [ "`gofmt -l .`" = "" ] 00:40:17 ./bin/test-go-mod-tidy.sh 00:40:17 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:17 + ls -al . 00:40:17 total 708 00:40:17 drwxrwxr-x 9 1001 1001 4096 Jan 31 00:40 . 00:40:17 drwxr-xr-x 4 root root 4096 Jan 31 00:36 .. 00:40:17 -rw-rw-r-- 1 1001 1001 11 Jan 31 00:34 .dockerignore 00:40:17 drwxrwxr-x 8 1001 1001 4096 Jan 31 00:34 .git 00:40:17 drwxrwxr-x 3 1001 1001 4096 Jan 31 00:34 .github 00:40:17 -rw-rw-r-- 1 1001 1001 872 Jan 31 00:34 .gitignore 00:40:17 -rw-rw-r-- 1 1001 1001 166 Jan 31 00:34 .sonarcloud.properties 00:40:17 -rw-rw-r-- 1 1001 1001 7859 Jan 31 00:34 Attribution.txt 00:40:17 -rw-rw-r-- 1 1001 1001 3804 Jan 31 00:34 CONTRIBUTING.md 00:40:17 -rw-rw-r-- 1 1001 1001 931 Jan 31 00:34 Dockerfile.build 00:40:17 -rw-rw-r-- 1 1001 1001 863 Jan 31 00:34 Jenkinsfile 00:40:17 -rw-rw-r-- 1 1001 1001 10775 Jan 31 00:34 LICENSE 00:40:17 -rw-rw-r-- 1 1001 1001 6001 Jan 31 00:34 Makefile 00:40:17 -rw-rw-r-- 1 1001 1001 6524 Jan 31 00:34 README.md 00:40:17 -rw-rw-r-- 1 1001 1001 6755 Jan 31 00:34 SECURITY.md 00:40:17 -rw-rw-r-- 1 1001 1001 5 Jan 31 00:31 VERSION 00:40:17 -rw-rw-r-- 1 1001 1001 4131 Jan 31 00:34 ZMQWindows.md 00:40:17 drwxrwxr-x 2 1001 1001 4096 Jan 31 00:34 bin 00:40:17 drwxrwxr-x 15 1001 1001 4096 Jan 31 00:34 cmd 00:40:17 -rw-r--r-- 1 root root 574984 Jan 31 00:38 coverage.out 00:40:17 -rw-r--r-- 1 root root 1054 Jan 31 00:40 go.mod 00:40:17 -rw-r--r-- 1 root root 19399 Jan 31 00:40 go.sum 00:40:17 drwxrwxr-x 8 1001 1001 4096 Jan 31 00:34 internal 00:40:17 drwxrwxr-x 4 1001 1001 4096 Jan 31 00:34 openapi 00:40:17 drwxrwxr-x 4 1001 1001 4096 Jan 31 00:34 snap 00:40:17 -rw-rw-r-- 1 1001 1001 168 Jan 31 00:34 version.go [Pipeline] sh 00:40:18 + '[' -e coverage.out ] 00:40:18 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:18 Warning: overwriting stash ‘coverage-report’ 00:40:19 Stashed 1 file(s) [Pipeline] sh 00:40:20 Running on prd-ubuntu18.04-docker-8c-8g-24159 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:40:20 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:40:20 + make build 00:40:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:23 using credential edgex-jenkins-ssh 00:40:23 Cloning the remote Git repository 00:40:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:23 > git init /w/workspace/edgex-go/11 # timeout=10 00:40:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:23 > git --version # timeout=10 00:40:23 > git --version # 'git version 2.17.1' 00:40:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40: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:40:48 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 00:40:48 Merge succeeded, producing e4413dc210f9cba5fd5b883f1fa54ad11377ca8f 00:40:48 Checking out Revision e4413dc210f9cba5fd5b883f1fa54ad11377ca8f (PR-3075) 00:40:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:48 > git config core.sparsecheckout # timeout=10 00:40:48 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 00:40:48 > git remote # timeout=10 00:40:48 > git config --get remote.origin.url # timeout=10 00:40:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:48 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 00:40:48 > git rev-parse HEAD^{commit} # timeout=10 00:40:48 > git config core.sparsecheckout # timeout=10 00:40:48 > git checkout -f e4413dc210f9cba5fd5b883f1fa54ad11377ca8f # timeout=10 00:40:52 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 00:40:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40: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:40:53 + echo snap-build.sh 00:40:53 snap-build.sh 00:40:53 + SNAP_BASE_DIR=. 00:40:53 + '[' '!' -z /w/workspace/edgex-go/11 ']' 00:40:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 00:40:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 00:40:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 00:40:53 + cd /w/workspace/edgex-go/11 00:40:53 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:53 Reading package lists... 00:40:53 Building dependency tree... 00:40:53 Reading state information... 00:40:53 The following packages were automatically installed and are no longer required: 00:40:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:53 uidmap xdelta3 00:40:53 Use 'sudo apt autoremove' to remove them. 00:40:53 The following packages will be REMOVED: 00:40:53 lxd* lxd-client* 00:40:52 > git rev-list --no-walk 7f05382e1b612f5b5631b22f027035a888692348 # timeout=10 00:40:54 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:54 After this operation, 31.7 MB disk space will be freed. 00:40:55 (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:40:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:56 Removing lxd dnsmasq configuration 00:40:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:58 (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:40:58 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:40:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:59 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:00 Processing triggers for ureadahead (0.100.0-21) ... 00:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:02 + sudo snap remove --purge lxd 00:41:02 snap "lxd" is not installed 00:41:02 + sudo groupadd --force --system lxd 00:41:02 ++ whoami 00:41:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:02 + newgrp - lxd 00:41:02 + sudo snap install lxd 00:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:12 2021-01-31T00:41:10Z INFO Waiting for automatic snapd restart... 00:41:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:17 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:41:20 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:41:25 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:41:28 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:41:30 lxd 4.10 from Canonical* installed 00:41:30 + sudo lxd init --auto 00:41:31 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:41:37 + sudo snap install --classic snapcraft [Pipeline] } 00:41:38 $ docker stop --time=1 d1bbf5bc220d519d6b58c425ea31cfbd8bb256688e103668a8ea56616bd023c6 00:41:41 $ docker rm -f d1bbf5bc220d519d6b58c425ea31cfbd8bb256688e103668a8ea56616bd023c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:43 00:41:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:43 snapcraft 4.4.4 from Canonical* installed 00:41:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:43 + patch --verbose -p1 00:41:43 Hmm... Looks like a unified diff to me... 00:41:43 The text leading up to this was: 00:41:43 -------------------------- 00:41:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:43 |From: Tony Espy 00:41:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:43 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:43 | 00:41:43 |This patch is used by the EdgeX CI pipeline builds to 00:41:43 |optimize the snap CI check run for pull requests. When 00:41:43 |applied, it essentially strips out everything (apps and 00:41:43 |parts) from the snapcraft.yaml file except those required 00:41:43 |to build edgex-go, as the whole idea of the CI check is to 00:41:43 |catch changes to edgex-go that break the snap build. 00:41:43 | 00:41:43 |In general, anyone updating snapcraft.yaml will also need 00:41:43 |to update this patch file, otherwise it may fail to apply, 00:41:43 |resulting in a failed snap build CI check in the associated 00:41:43 |pull request. 00:41:43 | 00:41:43 |Note - in addition to applying this patch, the pipeline also 00:41:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:43 |need to build the finally binary .snap file (and it won't 00:41:43 |work with the patch applied). This further reduces the build 00:41:43 |time. 00:41:43 |--- 00:41:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:43 | 00:41:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:43 |index 1e537489..faf42425 100644 00:41:43 |--- a/snap/snapcraft.yaml 00:41:43 |+++ b/snap/snapcraft.yaml 00:41:43 -------------------------- 00:41:43 patching file snap/snapcraft.yaml 00:41:43 Using Plan A... 00:41:43 Hunk #1 succeeded at 73. 00:41:43 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:41:43 Hunk #3 succeeded at 214 (offset -1 lines). 00:41:43 Hunk #4 succeeded at 222 (offset -1 lines). 00:41:43 Hunk #5 succeeded at 229 (offset -1 lines). 00:41:43 Hunk #6 succeeded at 256 (offset -1 lines). 00:41:43 Hunk #7 succeeded at 290 (offset -1 lines). 00:41:43 Hunk #8 succeeded at 342. 00:41:43 Hmm... Ignoring the trailing garbage. 00:41:43 done 00:41:43 + sudo snapcraft prime --use-lxd 00:41:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:43 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:43 29e5d40040c1: Pulling fs layer 00:41:43 1ce36da41761: Pulling fs layer 00:41:43 25b303627fd3: Pulling fs layer 00:41:44 29e5d40040c1: Verifying Checksum 00:41:44 29e5d40040c1: Download complete 00:41:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:44 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:41:44 - README.md 00:41:44 - snapcraft.yaml.orig 00:41:44 00:41:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:44 1ce36da41761: Verifying Checksum 00:41:44 1ce36da41761: Download complete 00:41:44 29e5d40040c1: Pull complete 00:41:45 Launching a container. 00:41:46 1ce36da41761: Pull complete 00:41:47 25b303627fd3: Verifying Checksum 00:41:47 25b303627fd3: Download complete 00:41:57 25b303627fd3: Pull complete 00:41:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:57 prd-ubuntu18.04-docker-arm64-4c-16g-24155 does not seem to be running inside a container 00:41:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:42:00 $ docker top 6d3b02692ef27611c2febfebb36f0e33dc356d2e7afaf5dc13ed543e0e97e8bc -eo pid,comm 00:42:00 Waiting for container to be ready 00:42:00 To start your first instance, try: lxc launch ubuntu:18.04 00:42:00 [Pipeline] { [Pipeline] sh 00:42:01 + docker-compose build --help 00:42:01 + grep parallel 00:42:05 --parallel Build images in parallel. [Pipeline] } 00:42:05 $ docker stop --time=1 6d3b02692ef27611c2febfebb36f0e33dc356d2e7afaf5dc13ed543e0e97e8bc 00:42:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:05 Waiting for network to be ready... 00:42:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:42:06 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:42:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:42:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:42:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:42:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:42:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:42:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:42:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:07 $ docker rm -f 6d3b02692ef27611c2febfebb36f0e33dc356d2e7afaf5dc13ed543e0e97e8bc 00:42:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] // withDockerContainer 00:42:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:42:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:42:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:42:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:42:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:42:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:42:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:42:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:42:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:09 . [Pipeline] withDockerContainer 00:42:09 prd-ubuntu18.04-docker-arm64-4c-16g-24155 does not seem to be running inside a container 00:42:09 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:42:10 $ docker top 9c1a568838475f0e16ce60a3f68a521522f87c21a746f8d3d73474dd2a31dcaa -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:11 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:12 Fetched 23.9 MB in 6s (3826 kB/s) 00:42:14 Reading package lists... 00:42:14 Reading package lists... 00:42:14 Building dependency tree... 00:42:14 Reading state information... 00:42:15 Building docker-core-command-go ... 00:42:15 Building docker-core-data-go ... 00:42:15 Building docker-core-metadata-go ... 00:42:15 Building docker-security-bootstrapper-go ... 00:42:15 Building docker-security-proxy-setup-go ... 00:42:15 Building docker-security-secretstore-setup-go ... 00:42:15 Building docker-support-notifications-go ... 00:42:15 Building docker-support-scheduler-go ... 00:42:15 Building docker-sys-mgmt-agent-go ... 00:42:15 Building docker-support-notifications-go 00:42:15 Building docker-core-metadata-go 00:42:15 Building docker-security-secretstore-setup-go 00:42:15 Building docker-security-proxy-setup-go 00:42:15 Building docker-security-bootstrapper-go 00:42:15 The following additional packages will be installed: 00:42:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:15 Suggested packages: 00:42:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:15 Recommended packages: 00:42:15 gnupg libsasl2-modules 00:42:15 The following NEW packages will be installed: 00:42:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:15 The following packages will be upgraded: 00:42:15 gpg gpg-agent gpgconf libudev1 00:42:15 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:15 Need to get 3533 kB of archives. 00:42:15 After this operation, 13.3 MB of additional disk space will be used. 00:42:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:42:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:15 Get:4 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:42:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:42:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:42:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:42:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:42:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:16 debconf: delaying package configuration, since apt-utils is not installed 00:42:16 Fetched 3533 kB in 1s (3193 kB/s) 00:42:16 (Reading database ... 12511 files and directories currently installed.) 00:42:16 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:42:16 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:16 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:42:16 Selecting previously unselected package udev. 00:42:16 (Reading database ... 12511 files and directories currently installed.) 00:42:16 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:42:16 Unpacking udev (237-3ubuntu10.44) ... 00:42:17 Selecting previously unselected package libfuse2:amd64. 00:42:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:17 Selecting previously unselected package fuse. 00:42:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:17 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:17 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:17 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:17 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:18 Selecting previously unselected package libksba8:amd64. 00:42:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:18 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:18 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:18 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:19 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:19 Selecting previously unselected package libsasl2-2:amd64. 00:42:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:19 Selecting previously unselected package libldap-common. 00:42:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:42:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:19 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:42:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:42:19 Selecting previously unselected package dirmngr. 00:42:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:19 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:19 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:20 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:20 Setting up udev (237-3ubuntu10.44) ... 00:42:20 invoke-rc.d: policy-rc.d denied execution of start. 00:42:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Processing triggers for systemd (237-3ubuntu10) ... 00:42:21 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:42:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:42:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:42:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:22 settings in the [Install] section, and DefaultInstance for template units). 00:42:22 This means they are not meant to be enabled using systemctl. 00:42:22 Possible reasons for having this kind of units are: 00:42:22 1) A unit may be statically enabled by being symlinked from another unit's 00:42:22 .wants/ or .requires/ directory. 00:42:22 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:22 a requirement dependency on it. 00:42:22 3) A unit may be started when needed via activation (socket, path, timer, 00:42:22 D-Bus, udev, scripted systemctl call, ...). 00:42:22 4) In case of template units, the unit is meant to be enabled with some 00:42:22 instance name specified. 00:42:22 Reading package lists... 00:42:22 Building dependency tree... 00:42:22 Reading state information... 00:42:23 The following additional packages will be installed: 00:42:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:23 Suggested packages: 00:42:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:23 systemd-container policykit-1 00:42:23 Recommended packages: 00:42:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:23 The following NEW packages will be installed: 00:42:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:23 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:23 python3.6-minimal snapd squashfs-tools sudo 00:42:23 The following packages will be upgraded: 00:42:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:23 Need to get 35.2 MB of archives. 00:42:23 After this operation, 141 MB of additional disk space will be used. 00:42:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:42:23 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:42:23 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:42:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:23 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:42:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:42:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:42:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:42:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:42:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:42:26 debconf: delaying package configuration, since apt-utils is not installed 00:42:26 Fetched 35.2 MB in 3s (12.2 MB/s) 00:42:26 (Reading database ... 12757 files and directories currently installed.) 00:42:26 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:42:26 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:42:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:27 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:42:27 (Reading database ... 12757 files and directories currently installed.) 00:42:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:42:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:42:28 (Reading database ... 12757 files and directories currently installed.) 00:42:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:42:28 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:30 Setting up apt (1.6.12ubuntu0.2) ... 00:42:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:30 (Reading database ... 12764 files and directories currently installed.) 00:42:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:42:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:31 Selecting previously unselected package libexpat1:amd64. 00:42:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:42:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:31 Selecting previously unselected package python3.6-minimal. 00:42:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:31 Checking for services that may need to be restarted...done. 00:42:31 Checking for services that may need to be restarted...done. 00:42:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:32 Selecting previously unselected package python3-minimal. 00:42:32 (Reading database ... 13012 files and directories currently installed.) 00:42:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:42:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:42:32 Selecting previously unselected package mime-support. 00:42:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:42:32 Unpacking mime-support (3.60ubuntu1) ... 00:42:32 Selecting previously unselected package libmpdec2:amd64. 00:42:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:42:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:42:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:33 Selecting previously unselected package python3.6. 00:42:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:33 Selecting previously unselected package libpython3-stdlib:amd64. 00:42:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:42:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:33 Setting up python3-minimal (3.6.7-1~18.04) ... 00:42:33 Selecting previously unselected package python3. 00:42:33 (Reading database ... 13442 files and directories currently installed.) 00:42:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:42:33 Unpacking python3 (3.6.7-1~18.04) ... 00:42:33 Selecting previously unselected package multiarch-support. 00:42:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:42:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:42:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:42:34 Selecting previously unselected package liblzo2-2:amd64. 00:42:34 (Reading database ... 13479 files and directories currently installed.) 00:42:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:42:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:42:34 Selecting previously unselected package libbsd0:amd64. 00:42:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:42:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:34 Selecting previously unselected package sudo. 00:42:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:42:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:42:34 Selecting previously unselected package apparmor. 00:42:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:42:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:42:34 Selecting previously unselected package libedit2:amd64. 00:42:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:42:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:42:35 Selecting previously unselected package libkrb5support0:amd64. 00:42:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:42:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:35 Selecting previously unselected package libk5crypto3:amd64. 00:42:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:42:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:35 Selecting previously unselected package libkeyutils1:amd64. 00:42:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:42:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:35 Selecting previously unselected package libkrb5-3:amd64. 00:42:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:42:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:42:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:42:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:35 Selecting previously unselected package libssl1.0.0:amd64. 00:42:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:42:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:36 Selecting previously unselected package openssh-client. 00:42:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:42:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:36 Selecting previously unselected package squashfs-tools. 00:42:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:36 Selecting previously unselected package snapd. 00:42:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:42:36 Unpacking snapd (2.48+18.04) ... 00:42:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:39 Setting up mime-support (3.60ubuntu1) ... 00:42:39 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:42:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:39 Setting up systemd (237-3ubuntu10.44) ... 00:42:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:42:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:42 Setting up python3 (3.6.7-1~18.04) ... 00:42:42 running python rtupdate hooks for python3.6... 00:42:42 running python post-rtupdate hooks for python3.6... 00:42:42 Setting up apparmor (2.12-4ubuntu5.1) ... 00:42:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:44 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:44 Setting up snapd (2.48+18.04) ... 00:42:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:42:47 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:47 /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:42:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:47 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:49 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:49 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:51 Reading package lists... 00:42:51 Reading package lists... 00:42:51 Building dependency tree... 00:42:51 Reading state information... 00:42:52 Calculating upgrade... 00:42:52 The following packages will be upgraded: 00:42:52 advancecomp base-files bash binutils binutils-common 00:42:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:52 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:42:52 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:42:52 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:42:52 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:42:52 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:42:52 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:42:52 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:42:52 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:42:52 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:42:52 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:42:52 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:42:52 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:42:52 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:52 Need to get 63.8 MB of archives. 00:42:52 After this operation, 5205 kB of additional disk space will be used. 00:42:52 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:42:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:53 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:53 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:42:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:53 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:53 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:53 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:53 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:53 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:42:53 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:42:53 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:53 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:53 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:53 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:42:53 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:53 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:53 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:53 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:53 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:53 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:53 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:53 Get:58 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:42:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:53 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:53 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:53 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:53 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:53 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:53 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:54 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:54 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:54 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:54 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:54 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:42:54 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:54 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:54 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:54 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:42:54 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:54 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:54 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:42:54 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:54 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:54 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:54 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:54 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:54 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:54 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:55 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:55 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:56 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:56 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:56 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:56 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:56 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:56 debconf: delaying package configuration, since apt-utils is not installed 00:42:56 Fetched 63.8 MB in 4s (16.1 MB/s) 00:42:56 (Reading database ... 13912 files and directories currently installed.) 00:42:56 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:42:57 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:42:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:59 (Reading database ... 13911 files and directories currently installed.) 00:42:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:00 (Reading database ... 13911 files and directories currently installed.) 00:43:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:01 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:01 (Reading database ... 13911 files and directories currently installed.) 00:43:01 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:02 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:02 (Reading database ... 13911 files and directories currently installed.) 00:43:02 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:02 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:02 Setting up base-files (10.1ubuntu2.10) ... 00:43:02 Installing new version of config file /etc/issue ... 00:43:02 Installing new version of config file /etc/issue.net ... 00:43:02 Installing new version of config file /etc/lsb-release ... 00:43:03 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:03 Removing obsolete conffile /etc/default/motd-news ... 00:43:03 (Reading database ... 13912 files and directories currently installed.) 00:43:03 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:03 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:03 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:03 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:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:04 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:04 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:04 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:04 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:04 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:05 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:05 (Reading database ... 13912 files and directories currently installed.) 00:43:05 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:05 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:05 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:05 (Reading database ... 13912 files and directories currently installed.) 00:43:05 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:05 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:06 (Reading database ... 13912 files and directories currently installed.) 00:43:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:06 Setting up grep (3.1-2build1) ... 00:43:06 (Reading database ... 13912 files and directories currently installed.) 00:43:06 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:06 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:06 Setting up login (1:4.5-1ubuntu2) ... 00:43:06 (Reading database ... 13912 files and directories currently installed.) 00:43:06 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:06 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:07 (Reading database ... 13912 files and directories currently installed.) 00:43:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:10 (Reading database ... 13912 files and directories currently installed.) 00:43:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:10 (Reading database ... 13912 files and directories currently installed.) 00:43:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:11 (Reading database ... 13912 files and directories currently installed.) 00:43:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:11 (Reading database ... 13912 files and directories currently installed.) 00:43:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:12 (Reading database ... 13912 files and directories currently installed.) 00:43:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:12 (Reading database ... 13912 files and directories currently installed.) 00:43:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:12 (Reading database ... 13912 files and directories currently installed.) 00:43:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:13 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:13 (Reading database ... 13912 files and directories currently installed.) 00:43:13 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:13 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:13 (Reading database ... 13912 files and directories currently installed.) 00:43:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:13 (Reading database ... 13912 files and directories currently installed.) 00:43:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:15 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:15 (Reading database ... 13912 files and directories currently installed.) 00:43:15 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:15 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:15 (Reading database ... 13912 files and directories currently installed.) 00:43:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:15 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:16 (Reading database ... 13914 files and directories currently installed.) 00:43:16 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:16 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:16 Setting up debconf (1.5.66ubuntu1) ... 00:43:16 (Reading database ... 13914 files and directories currently installed.) 00:43:16 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:43:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:16 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:43:17 (Reading database ... 13914 files and directories currently installed.) 00:43:17 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:43:17 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:17 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:43:17 (Reading database ... 13914 files and directories currently installed.) 00:43:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:17 (Reading database ... 13914 files and directories currently installed.) 00:43:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:18 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:18 (Reading database ... 13914 files and directories currently installed.) 00:43:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:18 (Reading database ... 13914 files and directories currently installed.) 00:43:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:43:19 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:19 (Reading database ... 13914 files and directories currently installed.) 00:43:19 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:19 (Reading database ... 13914 files and directories currently installed.) 00:43:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:20 (Reading database ... 13914 files and directories currently installed.) 00:43:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:21 (Reading database ... 13914 files and directories currently installed.) 00:43:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:21 (Reading database ... 13914 files and directories currently installed.) 00:43:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:21 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:22 (Reading database ... 13914 files and directories currently installed.) 00:43:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:22 (Reading database ... 13914 files and directories currently installed.) 00:43:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:23 (Reading database ... 13914 files and directories currently installed.) 00:43:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:23 (Reading database ... 13914 files and directories currently installed.) 00:43:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:23 (Reading database ... 13914 files and directories currently installed.) 00:43:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:24 (Reading database ... 13914 files and directories currently installed.) 00:43:24 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:24 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:24 (Reading database ... 13914 files and directories currently installed.) 00:43:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:24 (Reading database ... 13915 files and directories currently installed.) 00:43:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:25 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:43:25 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:43:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:26 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:26 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:26 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:29 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:29 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:29 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:29 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:29 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:29 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:29 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:29 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:29 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:31 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:32 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:32 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:33 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:33 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:33 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:33 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:34 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:34 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:34 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:34 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:34 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:34 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:35 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:35 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:35 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:35 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:35 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:35 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:35 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:35 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:35 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:35 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:35 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:35 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:35 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:35 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:35 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:36 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:43:36 00:43:36 Current default time zone: 'Etc/UTC' 00:43:36 Local time is now: Sun Jan 31 00:43:36 UTC 2021. 00:43:36 Universal Time is now: Sun Jan 31 00:43:36 UTC 2021. 00:43:36 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:36 00:43:36 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:43:36 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:36 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:43:36 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:36 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:36 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:36 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:36 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:36 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:36 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:36 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:36 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:36 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:36 ---> 59d462bf556e 00:43:36 Step 3/23 : WORKDIR /edgex-go 00:43:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:36 ---> 59d462bf556e 00:43:36 Step 3/21 : WORKDIR /edgex-go 00:43:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:43:36 ---> 59d462bf556e 00:43:36 Step 3/31 : WORKDIR /edgex-go 00:43:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:36 ---> 59d462bf556e 00:43:36 Step 3/24 : WORKDIR /edgex-go 00:43:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:36 ---> 59d462bf556e 00:43:36 Step 3/22 : WORKDIR /edgex-go 00:43:36 ---> Running in 7a10060e166f 00:43:36 ---> Running in 305c07b974d3 00:43:36 ---> Running in 708e978ed1eb 00:43:36 ---> Running in 444a723674ba 00:43:36 ---> Running in 8296a5b4c1b7 00:43:36 Removing intermediate container 708e978ed1eb 00:43:36 ---> 08c52b0032c2 00:43:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:36 Removing intermediate container 305c07b974d3 00:43:36 ---> 290b391a44e7 00:43:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:36 Removing intermediate container 7a10060e166f 00:43:36 ---> b2fba1d7d59a 00:43:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:36 Removing intermediate container 444a723674ba 00:43:36 ---> 021eb418eb74 00:43:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:36 Removing intermediate container 8296a5b4c1b7 00:43:36 ---> 81f66335ce96 00:43:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:36 ---> Running in 164a1ffb0077 00:43:36 ---> Running in 6fad4c5a3683 00:43:36 ---> Running in 15a7916ba71e 00:43:36 ---> Running in 784abe9614f0 00:43:36 ---> Running in 547c2ec4fcd6 00:43:36 Removing intermediate container 6fad4c5a3683 00:43:36 ---> eec3a53cea17 00:43:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:36 Removing intermediate container 164a1ffb0077 00:43:36 ---> 4e3f20dc951a 00:43:36 Step 5/31 : RUN apk add --update --no-cache make git 00:43:36 ---> Running in 738273614dc8 00:43:36 ---> Running in cdfa94e66bf2 00:43:36 Removing intermediate container 547c2ec4fcd6 00:43:36 ---> d18e3a6398df 00:43:36 Step 5/21 : RUN apk add --update --no-cache make git 00:43:36 Removing intermediate container 784abe9614f0 00:43:36 ---> d47fffaf3e93 00:43:36 Step 5/23 : RUN apk add --update --no-cache make git 00:43:36 Removing intermediate container 15a7916ba71e 00:43:36 ---> ad097189b37d 00:43:36 Step 5/24 : RUN apk add --update --no-cache make git 00:43:36 ---> Running in f710d793c926 00:43:36 ---> Running in ca9f046f7dc3 00:43:36 ---> Running in 0737915ee100 00:43:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:37 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:37 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:37 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:37 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:37 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:37 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:37 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:37 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 Updating certificates in /etc/ssl/certs... 00:43:40 22 added, 17 removed; done. 00:43:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:40 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:40 Setting up perl (5.26.1-6ubuntu0.5) ... 00:43:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:43:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:40 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:43:41 OK: 217 MiB in 51 packages 00:43:41 OK: 217 MiB in 51 packages 00:43:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:43:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:41 OK: 217 MiB in 51 packages 00:43:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:41 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:41 Processing triggers for mime-support (3.60ubuntu1) ... 00:43:41 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:43:41 Updating certificates in /etc/ssl/certs... 00:43:41 OK: 217 MiB in 51 packages 00:43:42 OK: 217 MiB in 51 packages 00:43:42 0 added, 0 removed; done. 00:43:42 Running hooks in /etc/ca-certificates/update.d... 00:43:42 done. 00:43:42 Removing intermediate container cdfa94e66bf2 00:43:42 ---> 25194450104a 00:43:42 Step 6/22 : COPY go.mod . 00:43:42 Removing intermediate container ca9f046f7dc3 00:43:42 ---> 54d1ea47c9e9 00:43:42 Step 6/21 : COPY go.mod . 00:43:43 Reading package lists... 00:43:43 Building dependency tree... 00:43:43 Reading state information... 00:43:43 Removing intermediate container 0737915ee100 00:43:43 ---> 61150e77439c 00:43:43 Step 6/24 : COPY go.mod . 00:43:43 ---> 97ba0dd14a44 00:43:43 Step 7/22 : RUN go mod download 00:43:43 The following NEW packages will be installed: 00:43:43 apt-transport-https 00:43:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:43:43 Need to get 1696 B of archives. 00:43:43 After this operation, 153 kB of additional disk space will be used. 00:43:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:43:43 ---> Running in 272bc18c1aa4 00:43:43 Removing intermediate container f710d793c926 00:43:43 ---> a0d92e78d25c 00:43:43 Step 6/23 : COPY go.mod . 00:43:43 debconf: delaying package configuration, since apt-utils is not installed 00:43:43 Fetched 1696 B in 0s (37.3 kB/s) 00:43:43 Selecting previously unselected package apt-transport-https. 00:43:43 (Reading database ... 13929 files and directories currently installed.) 00:43:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:43:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:43:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:43:44 ---> 9b93ed0d98d6 00:43:44 Step 7/21 : RUN go mod download 00:43:44 Removing intermediate container 738273614dc8 00:43:44 ---> ab8fd0db19ec 00:43:44 Step 6/31 : COPY go.mod . 00:43:44 ---> Running in 87cd63d074c2 00:43:44 ---> 0fe4284a2a21 00:43:44 Step 7/24 : RUN go mod download 00:43:44 Waiting for network to be ready... 00:43:44 ---> Running in f8a6bfbdf847 00:43:44 ---> e6694ebcca7a 00:43:44 Step 7/23 : RUN go mod download 00:43:45 ---> Running in 7d0136068cf3 00:43:45 ---> d63f97726662 00:43:45 Step 7/31 : RUN go mod download 00:43:45 ---> Running in fc2217a55e26 00:43:48 Removing intermediate container 272bc18c1aa4 00:43:48 ---> 67ab524ba861 00:43:48 Step 8/22 : COPY . . 00:43:48 Removing intermediate container 87cd63d074c2 00:43:48 ---> 724d713878fd 00:43:48 Step 8/21 : COPY . . 00:43:49 Removing intermediate container f8a6bfbdf847 00:43:49 ---> e0dfe8bfa633 00:43:49 Step 8/24 : COPY . . 00:43:50 Removing intermediate container 7d0136068cf3 00:43:50 ---> 02f855afdc3e 00:43:50 Step 8/23 : COPY . . 00:43:50 Removing intermediate container fc2217a55e26 00:43:50 ---> 70cf76778abf 00:43:50 Step 8/31 : COPY . . 00:43:52 2021-01-31T00:43:49Z INFO Waiting for automatic snapd restart... 00:43:53 snapd 2.48.2 from Canonical* installed 00:43:54 "snapd" switched to the "latest/stable" channel 00:43:54 00:43:59 core18 20201210 from Canonical* installed 00:43:59 "core18" switched to the "latest/stable" channel 00:43:59 00:44:06 snapcraft 4.4.4 from Canonical* installed 00:44:06 "snapcraft" switched to the "latest/stable" channel 00:44:06 00:44:10 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:44:10 - README.md 00:44:10 - snapcraft.yaml.orig 00:44:10 00:44:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:17 ---> d1d9e13edceb 00:44:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:17 ---> 57d52f10b48e 00:44:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:17 ---> ba9e114c49ea 00:44:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:44:17 ---> 4b509bc7ce53 00:44:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:17 ---> be43445d16f1 00:44:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:17 ---> Running in a24b4b0858b3 00:44:17 ---> Running in 7ac12d83b804 00:44:17 ---> Running in 16f1385f2054 00:44:17 ---> Running in 0a735c4cd05e 00:44:17 ---> Running in fe900f9ee960 00:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:17 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:44:17 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:17 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:44:17 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:44:19 Reading package lists... 00:44:19 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:44:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:26 Reading package lists... 00:44:26 Building dependency tree... 00:44:26 Reading state information... 00:44:26 Suggested packages: 00:44:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:26 Recommended packages: 00:44:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:26 The following NEW packages will be installed: 00:44:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:26 pkg-config zip 00:44:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:26 Need to get 7655 kB of archives. 00:44:26 After this operation, 43.7 MB of additional disk space will be used. 00:44:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:26 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:27 debconf: delaying package configuration, since apt-utils is not installed 00:44:27 Fetched 7655 kB in 1s (9927 kB/s) 00:44:27 Selecting previously unselected package libglib2.0-0:amd64. 00:44:27 (Reading database ... 13933 files and directories currently installed.) 00:44:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:27 Selecting previously unselected package libpsl5:amd64. 00:44:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:27 Selecting previously unselected package libnghttp2-14:amd64. 00:44:27 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:27 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:27 Selecting previously unselected package librtmp1:amd64. 00:44:27 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:27 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:27 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:27 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:27 Selecting previously unselected package liberror-perl. 00:44:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:27 Unpacking liberror-perl (0.17025-1) ... 00:44:28 Selecting previously unselected package git-man. 00:44:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:28 Selecting previously unselected package git. 00:44:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:29 Selecting previously unselected package libnorm1:amd64. 00:44:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:29 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:29 Selecting previously unselected package libsodium23:amd64. 00:44:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:29 Selecting previously unselected package libzmq5:amd64. 00:44:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:29 Selecting previously unselected package libzmq3-dev:amd64. 00:44:29 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:29 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:29 Selecting previously unselected package pkg-config. 00:44:29 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:29 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:29 Selecting previously unselected package zip. 00:44:29 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:29 Unpacking zip (3.0-11build1) ... 00:44:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:30 Setting up liberror-perl (0.17025-1) ... 00:44:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:30 No schema files found: doing nothing. 00:44:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:30 Setting up zip (3.0-11build1) ... 00:44:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:30 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:37 git set to automatically installed. 00:44:37 git-man set to automatically installed. 00:44:37 libcurl3-gnutls set to automatically installed. 00:44:37 liberror-perl set to automatically installed. 00:44:37 libglib2.0-0 set to automatically installed. 00:44:37 libnghttp2-14 set to automatically installed. 00:44:37 libnorm1 set to automatically installed. 00:44:37 libpgm-5.2-0 set to automatically installed. 00:44:37 libpsl5 set to automatically installed. 00:44:37 librtmp1 set to automatically installed. 00:44:37 libsodium23 set to automatically installed. 00:44:37 libzmq3-dev set to automatically installed. 00:44:37 libzmq5 set to automatically installed. 00:44:37 pkg-config set to automatically installed. 00:44:37 zip set to automatically installed. 00:44:40 snapd is not logged in, snap install commands will use sudo 00:44:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:46 snap "core18" has no updates available 00:44:47 Pulling config-common 00:44:49 Pulling go-build-helper 00:45:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:45:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:45:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:45:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:45:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:45:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:45:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:45:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:45:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:45:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:45:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:45:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:45:15 Fetched 23.9 MB in 0s (0 B/s) 00:45:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:15 Fetched 96.5 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:15 Fetched 279 kB in 0s (0 B/s) 00:45:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:15 Fetched 122 kB in 0s (0 B/s) 00:45:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:15 Fetched 77.8 kB in 0s (0 B/s) 00:45:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:15 Fetched 8848 B in 0s (0 B/s) 00:45:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:15 Fetched 47.8 kB in 0s (0 B/s) 00:45:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:15 Fetched 45.6 kB in 0s (0 B/s) 00:45:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:15 Fetched 15.0 kB in 0s (0 B/s) 00:45:15 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:15 Fetched 214 kB in 0s (0 B/s) 00:45:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:45:15 Fetched 155 kB in 0s (0 B/s) 00:45:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:15 Fetched 50.6 kB in 0s (0 B/s) 00:45:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:15 Fetched 14.8 kB in 0s (0 B/s) 00:45:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:15 Fetched 41.8 kB in 0s (0 B/s) 00:45:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:15 Fetched 499 kB in 0s (0 B/s) 00:45:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:15 Fetched 111 kB in 0s (0 B/s) 00:45:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:15 Fetched 240 kB in 0s (0 B/s) 00:45:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:15 Fetched 29.3 kB in 0s (0 B/s) 00:45:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:15 Fetched 85.5 kB in 0s (0 B/s) 00:45:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:15 Fetched 24.5 kB in 0s (0 B/s) 00:45:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:15 Fetched 49.2 kB in 0s (0 B/s) 00:45:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:15 Fetched 54.2 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:15 Fetched 30.8 kB in 0s (0 B/s) 00:45:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:45:15 Fetched 17.0 kB in 0s (0 B/s) 00:45:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:15 Fetched 85.9 kB in 0s (0 B/s) 00:45:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:15 Fetched 8720 B in 0s (0 B/s) 00:45:15 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:15 Fetched 137 kB in 0s (0 B/s) 00:45:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:15 Fetched 119 kB in 0s (0 B/s) 00:45:15 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:15 Fetched 109 kB in 0s (0 B/s) 00:45:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:15 Fetched 11.1 kB in 0s (0 B/s) 00:45:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:15 Fetched 645 kB in 0s (0 B/s) 00:45:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:15 Fetched 41.3 kB in 0s (0 B/s) 00:45:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:15 Fetched 17.9 kB in 0s (0 B/s) 00:45:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:15 Fetched 368 kB in 0s (0 B/s) 00:45:15 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:15 Fetched 187 kB in 0s (0 B/s) 00:45:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:15 Fetched 175 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:18 Fetched 206 kB in 0s (0 B/s) 00:45:18 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:18 Fetched 1301 kB in 0s (0 B/s) 00:45:18 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:18 Fetched 36.2 kB in 0s (0 B/s) 00:45:18 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:18 Fetched 159 kB in 0s (0 B/s) 00:45:18 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:18 Fetched 107 kB in 0s (0 B/s) 00:45:18 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:18 Fetched 48.7 kB in 0s (0 B/s) 00:45:18 Pulling static-packages 00:45:19 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:45:19 Skipping pull go-build-helper (already ran) 00:45:19 Skipping pull static-packages (already ran) 00:45:19 Building go-build-helper 00:45:25 Building static-packages 00:45:27 Staging go-build-helper 00:45:28 Staging static-packages 00:45:29 Pulling go115 00:45:30 'edgex-go' has dependencies that need to be staged: go115 00:45:30 Skipping pull go115 (already ran) 00:45:30 Building go115 00:45:30 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:30 Dload Upload Total Spent Left Speed 00:45:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 61690 0 0:32:43 --:--:-- 0:32:43 61149 32 115M 32 37.2M 0 0 33.2M 0 0:00:03 0:00:01 0:00:02 33.2M 66 115M 66 77.0M 0 0 36.2M 0 0:00:03 0:00:02 0:00:01 36.2M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 00:45:34 go1.15.2.linux-amd64.tar.gz: OK 00:45:39 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:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:39 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:45:40 Staging go115 00:45:46 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:46 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:46 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:46 Fetched 0 B in 0s (0 B/s) 00:45:46 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:46 Fetched 224 kB in 0s (0 B/s) 00:45:46 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:46 Fetched 157 kB in 0s (0 B/s) 00:45:46 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:46 Fetched 221 kB in 0s (0 B/s) 00:45:46 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:46 Fetched 143 kB in 0s (0 B/s) 00:45:46 Pulling edgex-go 00:45:48 Pulling version 00:45:49 Building config-common 00:45:52 Removing intermediate container 0a735c4cd05e 00:45:52 ---> b1249cf9dce5 00:45:52 00:45:52 Step 10/24 : FROM alpine:3.12 00:45:52 3.12: Pulling from library/alpine 00:45:52 Skipping build go-build-helper (already ran) 00:45:52 Skipping build static-packages (already ran) 00:45:52 Skipping build go115 (already ran) 00:45:52 Removing intermediate container a24b4b0858b3 00:45:52 ---> a520d0210aa1 00:45:52 00:45:52 Step 10/22 : FROM alpine:3.12 00:45:52 3.12: Pulling from library/alpine 00:45:52 Building edgex-go 00:45: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:45:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:53 Status: Downloaded newer image for alpine:3.12 00:45:53 ---> afeebe901d6b 00:45:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:45:53 Status: Image is up to date for alpine:3.12 00:45:53 ---> afeebe901d6b 00:45:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:53 Removing intermediate container 7ac12d83b804 00:45:53 ---> d36725063095 00:45:53 00:45:53 Step 10/21 : FROM alpine:3.12 00:45:53 ---> afeebe901d6b 00:45:53 Step 11/21 : RUN apk add --update --no-cache curl 00:45:54 ---> Running in b231e48fe486 00:45:54 ---> Running in d1b5691e9c0d 00:45:54 ---> Running in c9346694846d 00:45:55 go: downloading github.com/gorilla/mux v1.8.0 00:45:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 00:45:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 00:45:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:45:55 go: downloading github.com/google/uuid v1.2.0 00:45:55 go: downloading github.com/imdario/mergo v0.3.11 00:45:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:45:55 go: downloading github.com/pkg/errors v0.8.1 00:45:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:45:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:55 go: downloading github.com/x448/float16 v0.8.4 00:45:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:45:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:55 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:55 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:55 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:55 go: downloading github.com/go-kit/kit v0.8.0 00:45:55 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:55 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:55 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:55 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:55 go: downloading github.com/leodido/go-urn v1.2.0 00:45:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:55 go: downloading github.com/hashicorp/serf v0.8.2 00:45:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:55 go: downloading github.com/go-playground/locales v0.13.0 00:45:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:58 (1/4) Installing ca-certificates (20191127-r4) 00:45:58 (1/5) Installing ca-certificates (20191127-r4) 00:45:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:58 (3/4) Installing libcurl (7.69.1-r3) 00:45:58 (4/4) Installing curl (7.69.1-r3) 00:45:58 Executing busybox-1.31.1-r19.trigger 00:45:58 (1/2) Installing ca-certificates (20191127-r4) 00:45:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:58 (3/5) Installing libcurl (7.69.1-r3) 00:45:58 Executing ca-certificates-20191127-r4.trigger 00:45:58 (4/5) Installing curl (7.69.1-r3) 00:45:58 (5/5) Installing dumb-init (1.2.2-r1) 00:45:58 Executing busybox-1.31.1-r19.trigger 00:45:58 (2/2) Installing dumb-init (1.2.2-r1) 00:45:58 Executing ca-certificates-20191127-r4.trigger 00:45:58 Executing busybox-1.31.1-r19.trigger 00:45:58 Executing ca-certificates-20191127-r4.trigger 00:45:58 OK: 7 MiB in 19 packages 00:45:58 OK: 7 MiB in 18 packages 00:45:58 OK: 6 MiB in 16 packages 00:45:59 Removing intermediate container fe900f9ee960 00:45:59 ---> e60bd4867bd6 00:45:59 00:45:59 Step 10/31 : FROM alpine:3.12 00:45:59 ---> afeebe901d6b 00:45:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:00 ---> Running in 6ce9ceedd781 00:46:01 Removing intermediate container 6ce9ceedd781 00:46:01 ---> bbbb28f87831 00:46:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:46:01 Removing intermediate container c9346694846d 00:46:01 ---> 630e62a75629 00:46:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:01 Removing intermediate container b231e48fe486 00:46:01 Removing intermediate container d1b5691e9c0d 00:46:01 ---> c606f772777d 00:46:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:46:01 ---> 61e2b650f2e9 00:46:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:01 ---> Running in eb89bf4dcc8d 00:46:01 ---> Running in b2c76c6c223a 00:46:02 ---> Running in 433ab8e137ef 00:46:02 ---> Running in 9e981f5ea9a0 00:46:02 Removing intermediate container b2c76c6c223a 00:46:02 ---> 00e3d1189a21 00:46:02 Step 13/21 : WORKDIR /edgex 00:46:03 ---> Running in bacb0baf019f 00:46:03 Removing intermediate container 9e981f5ea9a0 00:46:03 ---> b1fa29b49b30 00:46:03 Step 13/24 : WORKDIR / 00:46:03 Removing intermediate container 433ab8e137ef 00:46:03 ---> 8466d63d187f 00:46:03 Step 13/22 : ENV APP_PORT=48060 00:46:03 ---> Running in 98033dd32098 00:46:03 ---> Running in 967a5c4ecc80 00:46:03 Removing intermediate container bacb0baf019f 00:46:03 ---> c477337402a2 00:46:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 Removing intermediate container 967a5c4ecc80 00:46:04 ---> b0dc415e74a7 00:46:04 Step 14/22 : EXPOSE $APP_PORT 00:46:04 Removing intermediate container 98033dd32098 00:46:04 ---> d62e8b0f6386 00:46:04 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:46:04 ---> Running in 09ea8c49f0e4 00:46:05 ---> 7e27ac5c04c1 00:46:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:05 (1/2) Installing dumb-init (1.2.2-r1) 00:46:05 (2/2) Installing su-exec (0.2-r1) 00:46:05 Executing busybox-1.31.1-r19.trigger 00:46:05 OK: 5 MiB in 16 packages 00:46:05 Removing intermediate container 09ea8c49f0e4 00:46:05 ---> 40777d2607ce 00:46:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:05 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:46:05 ---> 5696b4ea0ca1 00:46:05 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:46:07 ---> 23d559edf8b4 00:46:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:07 ---> 06407350bdbf 00:46:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:07 Removing intermediate container eb89bf4dcc8d 00:46:07 ---> c2c9d1ae1757 00:46:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:46:08 ---> 569d588e5aab 00:46:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:08 ---> Running in effdf842ed57 00:46:09 ---> 30d617f76042 00:46:09 ---> 33408b5f209d 00:46:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:09 Removing intermediate container effdf842ed57 00:46:09 ---> 1fbfea83393c 00:46:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:46:09 ---> Running in 7dde51f7c50f 00:46:09 ---> cab0c2cdc5b1 00:46:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:09 Removing intermediate container 16f1385f2054 00:46:09 ---> 75c9dd0795b0 00:46:09 00:46:09 Step 10/23 : FROM alpine:3.12 00:46:09 ---> afeebe901d6b 00:46:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:10 ---> Running in e1b68ca3a8c4 00:46:10 ---> Running in c9346f7fb575 00:46: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:46:10 Removing intermediate container 7dde51f7c50f 00:46:10 ---> 16910cb03b1d 00:46:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:46:10 ---> 0681ed4992d1 00:46:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:46:10 ---> Running in daf6878d0e38 00:46:10 ---> Running in 4d8f9cfe2803 00:46:10 Removing intermediate container e1b68ca3a8c4 00:46:10 ---> 9027d878a6e2 00:46:10 Step 18/21 : CMD ["--init=true"] 00:46:10 ---> 5c0e642feb58 00:46:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:11 ---> Running in 31b3407e1d53 00:46:11 Removing intermediate container 4d8f9cfe2803 00:46:11 ---> 2eadcb139b91 00:46:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:11 ---> Running in ba42ada5bd43 00:46: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:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:12 Removing intermediate container 31b3407e1d53 00:46:12 ---> 4e3e197a1969 00:46:12 Step 19/21 : LABEL arch=arm64 00:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:12 Removing intermediate container ba42ada5bd43 00:46:12 ---> dc193ed2c6f4 00:46:12 Step 20/22 : LABEL arch=arm64 00:46:12 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:46:12 ---> Running in 3e70271fc98b 00:46:12 ---> Running in 75aa06ff2a65 00:46:12 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:12 go: downloading github.com/stretchr/testify v1.7.0 00:46:12 ---> 8237dfb0a86f 00:46:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:12 (1/1) Installing dumb-init (1.2.2-r1) 00:46:12 Executing busybox-1.31.1-r19.trigger 00:46:12 OK: 5 MiB in 15 packages 00:46:12 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:12 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:13 Removing intermediate container 3e70271fc98b 00:46:13 ---> b19bb3ee87fb 00:46:13 Step 20/21 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:46:13 ---> Running in 660539d81524 00:46:13 Removing intermediate container 75aa06ff2a65 00:46:13 ---> a7244e0cd3eb 00:46:13 Step 21/22 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:46:14 ---> Running in f969c0ebb83a 00:46:14 Removing intermediate container daf6878d0e38 00:46:14 ---> 15dc909d8cc3 00:46:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:46:14 ---> cf130df7df78 00:46:14 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:46:14 ---> Running in 89e54d6bfd14 00:46:14 ---> Running in 1af5e7204dd7 00:46:14 Removing intermediate container 660539d81524 00:46:14 ---> 716f7cb33506 00:46:14 Step 21/21 : LABEL version=0.0.0 00:46:14 ---> Running in 2bd666381b68 00:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:14 Removing intermediate container c9346f7fb575 00:46:14 ---> b5f407eae5a2 00:46:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:14 Removing intermediate container f969c0ebb83a 00:46:14 ---> 080a469e38c9 00:46:14 Step 22/22 : LABEL version=0.0.0 00:46:15 ---> Running in eed2b41452bf 00:46:15 ---> Running in 9aedf9b0964c 00:46:15 Removing intermediate container 89e54d6bfd14 00:46:15 ---> f20f65913b3f 00:46:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:46:15 Removing intermediate container 2bd666381b68 00:46:15 ---> 2312f2f19fb1 00:46:15 00:46:15 Removing intermediate container 9aedf9b0964c 00:46:15 ---> 0285ce231b08 00:46:15 00:46:15 Removing intermediate container eed2b41452bf 00:46:15 ---> 7a6db38f6262 00:46:15 Step 13/23 : ENV APP_PORT=48081 00:46:16 Successfully built 2312f2f19fb1 00:46:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:16  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:46:16 ---> Running in 27c1f2ac57f0 00:46:16 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:17 Successfully built 0285ce231b08 00:46:17 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:17  Building docker-support-notifications-go ... done Building docker-core-command-go 00:46:17 ---> 17d7d5b3289a 00:46:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:46:17 ---> Running in 553c1c96053f 00:46:17 Removing intermediate container 27c1f2ac57f0 00:46:17 ---> 63ff33cbc22a 00:46:17 Step 14/23 : EXPOSE $APP_PORT 00:46:17 ---> Running in 8da02135df04 00:46:17 Removing intermediate container 1af5e7204dd7 00:46:17 ---> 4d1306209c27 00:46:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:17 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:46:17 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:17 ---> Running in b8a23564a2fd 00:46:17 Removing intermediate container 8da02135df04 00:46:17 ---> 0deac0e47b78 00:46:17 Step 15/23 : WORKDIR / 00:46:18 ---> Running in f519616064ab 00:46:18 Removing intermediate container b8a23564a2fd 00:46:18 ---> 201a138f158e 00:46:18 Step 22/24 : LABEL arch=arm64 00:46:18 ---> Running in 3a6124d4d736 00:46:18 Removing intermediate container f519616064ab 00:46:18 ---> e55d5c5d9b8c 00:46:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:19 Removing intermediate container 3a6124d4d736 00:46:19 ---> bbf1b8713da7 00:46:19 Step 23/24 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:46:19 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:46:20 ---> Running in 2e773afff3f9 00:46:20 Removing intermediate container 553c1c96053f 00:46:20 ---> 6f9f73f7e33b 00:46:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:20 ---> b847699c8304 00:46:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:20 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:46:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:21 Removing intermediate container 2e773afff3f9 00:46:21 ---> ae83ed7034bd 00:46:21 Step 24/24 : LABEL version=0.0.0 00:46:21 ---> Running in e1fe5a59a92a 00:46:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:21 ---> 8d77e51b70c8 00:46:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:46:22 go: downloading github.com/lib/pq v1.9.0 00:46:22 Removing intermediate container e1fe5a59a92a 00:46:22 ---> 6552a6caff6a 00:46:22 00:46:22 ---> ac144364518a 00:46:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:22 Successfully built 6552a6caff6a 00:46:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:22 Building docker-core-data-go 00:46:23  Building docker-security-secretstore-setup-go ... done  ---> 08e0693bd430 00:46:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:46:23 ---> 6664245424d7 00:46:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:46:23 ---> Running in d0a4cce5a8fc 00:46:23 ---> 7f7705f04f5a 00:46:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:46:24 Removing intermediate container d0a4cce5a8fc 00:46:24 ---> f2fc5a59054c 00:46:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:24 ---> Running in f8325a11e8c5 00:46:25 ---> 70f223d11f7b 00:46:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:46:25 Building version 00:46:25 Removing intermediate container f8325a11e8c5 00:46:25 ---> ac00061890f2 00:46:25 Step 21/23 : LABEL arch=arm64 00:46:25 ---> Running in b734a53f821f 00:46:26 ---> 9165ad049d86 00:46:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:46:26 Removing intermediate container b734a53f821f 00:46:26 ---> 7daf951ce38d 00:46:26 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:46:26 ---> Running in 5e79603cb8d9 00:46:27 ---> Running in 2a7d15ed3247 00:46:27 Removing intermediate container 5e79603cb8d9 00:46:27 ---> 9a97d37a51e8 00:46:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:46:27 Removing intermediate container 2a7d15ed3247 00:46:27 ---> df3db4b27e2e 00:46:27 Step 23/23 : LABEL version=0.0.0 00:46:27 ---> Running in a88d22874a02 00:46:28 Staging config-common 00:46:28 ---> 89633d9c9ee6 00:46:28 Step 26/31 : RUN chmod +x /entrypoint.sh 00:46:28 ---> Running in b2a98473c0ce 00:46:28 Removing intermediate container a88d22874a02 00:46:28 ---> ac0043c10763 00:46:28 00:46:29 Successfully built ac0043c10763 00:46:29 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:29 Building docker-support-scheduler-go 00:46:29 Skipping stage go-build-helper (already ran) 00:46:29 Skipping stage static-packages (already ran) 00:46:29 Skipping stage go115 (already ran) 00:46:29 Staging edgex-go 00:46:30 Staging version 00:46:31  Building docker-core-metadata-go ... done Removing intermediate container b2a98473c0ce 00:46:31 ---> 4458ecfe7ce1 00:46:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:46:31 ---> Running in 09040dd63960 00:46:31 Priming config-common 00:46:31 Removing intermediate container 09040dd63960 00:46:31 ---> 96698666c6ec 00:46:31 Step 28/31 : CMD ["gate"] 00:46:32 ---> Running in 5a01ce17c79f 00:46:32 Priming go-build-helper 00:46:32 Removing intermediate container 5a01ce17c79f 00:46:32 ---> ee1526760ee0 00:46:32 Step 29/31 : LABEL arch=arm64 00:46:33 ---> Running in 67a66743361e 00:46:34 Removing intermediate container 67a66743361e 00:46:34 ---> da1840c8e72a 00:46:34 Step 30/31 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:46:34 Priming static-packages 00:46:34 ---> Running in dca72bd5a61f 00:46:34 Removing intermediate container dca72bd5a61f 00:46:34 ---> 191e56f17167 00:46:34 Step 31/31 : LABEL version=0.0.0 00:46:35 ---> Running in 32c7d5078fc7 00:46:36 Removing intermediate container 32c7d5078fc7 00:46:36 ---> c5babdd5ce66 00:46:36 00:46:36 Priming go115 00:46:36 Successfully built c5babdd5ce66 00:46:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:46:37 Priming edgex-go 00:46:39 Priming version 00:46:40 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] } 00:47:09  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 59d462bf556e 00:47:09 Step 3/23 : WORKDIR /edgex-go 00:47:09 ---> Using cache 00:47:09 ---> 021eb418eb74 00:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Using cache 00:47:09 ---> d47fffaf3e93 00:47:09 Step 5/23 : RUN apk add --update --no-cache make git 00:47:09 ---> Using cache 00:47:09 ---> a0d92e78d25c 00:47:09 Step 6/23 : COPY go.mod . 00:47:09 ---> Using cache 00:47:09 ---> e6694ebcca7a 00:47:09 Step 7/23 : RUN go mod download 00:47:09 ---> Using cache 00:47:09 ---> 02f855afdc3e 00:47:09 Step 8/23 : COPY . . 00:47:09 ---> Using cache 00:47:09 ---> ba9e114c49ea 00:47:09 Step 9/23 : RUN make cmd/core-command/core-command 00:47:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 59d462bf556e 00:47:09 Step 3/26 : WORKDIR /edgex-go 00:47:09 ---> Using cache 00:47:09 ---> 021eb418eb74 00:47:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Using cache 00:47:09 ---> d47fffaf3e93 00:47:09 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:13 ---> 59d462bf556e 00:47:13 Step 3/23 : WORKDIR /edgex-go 00:47:13 ---> Using cache 00:47:13 ---> 021eb418eb74 00:47:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:13 ---> Using cache 00:47:13 ---> d47fffaf3e93 00:47:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:13 ---> Running in 9137be656634 00:47:13 ---> Running in 4f6161bf0b4f 00:47:13 ---> Running in e9b8e9b76b1c 00:47:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:14 ---> 59d462bf556e 00:47:14 Step 3/22 : WORKDIR /edgex-go 00:47:14 ---> Using cache 00:47:14 ---> 021eb418eb74 00:47:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:14 ---> Using cache 00:47:14 ---> d47fffaf3e93 00:47:14 Step 5/22 : RUN apk add --update --no-cache make git 00:47:14 ---> Using cache 00:47:14 ---> a0d92e78d25c 00:47:14 Step 6/22 : COPY go.mod . 00:47:14 ---> Using cache 00:47:14 ---> e6694ebcca7a 00:47:14 Step 7/22 : RUN go mod download 00:47:14 ---> Using cache 00:47:14 ---> 02f855afdc3e 00:47:14 Step 8/22 : COPY . . 00:47:14 ---> Using cache 00:47:14 ---> ba9e114c49ea 00:47:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:15 ---> Running in 5626e5334952 00:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:17 OK: 217 MiB in 51 packages 00:47:17 OK: 217 MiB in 51 packages 00:47:19 Removing intermediate container 9137be656634 00:47:19 ---> 9f2add20ca73 00:47:19 Step 6/23 : COPY go.mod . 00:47:19 Removing intermediate container 4f6161bf0b4f 00:47:19 ---> 976d794e9145 00:47:19 Step 6/26 : COPY go.mod . 00:47:20 ---> 4c802f14ed27 00:47:20 Step 7/23 : RUN go mod download 00:47:21 ---> b015986d3284 00:47:21 Step 7/26 : RUN go mod download 00:47:21 ---> Running in 1ee53032780e 00:47:21 ---> Running in 2b019d3611cf 00:47:26 Removing intermediate container 2b019d3611cf 00:47:26 ---> 0f97248532c4 00:47:26 Step 8/26 : COPY . . 00:47:26 Removing intermediate container 1ee53032780e 00:47:26 ---> aff47f4dc093 00:47:26 Step 8/23 : COPY . . 00:47:59 ---> efd13521a03d 00:47:59 Step 9/23 : RUN make cmd/core-data/core-data 00:47:59 ---> 747c75a7ea4b 00:47:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:59 ---> Running in d7158c154fde 00:47:59 ---> Running in 1d9c041e1f8c 00:47:59 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:47:59 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:38 Removing intermediate container e9b8e9b76b1c 00:48:38 ---> 2b277622cdc6 00:48:38 00:48:38 Step 10/23 : FROM alpine:3.12 00:48:38 ---> afeebe901d6b 00:48:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:38 ---> Using cache 00:48:38 ---> b5f407eae5a2 00:48:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:38 ---> Using cache 00:48:38 ---> 7a6db38f6262 00:48:38 Step 13/23 : ENV APP_PORT=48082 00:48:38 ---> Running in 54b5d69b824d 00:48:38 Removing intermediate container 54b5d69b824d 00:48:38 ---> 799b36e0900a 00:48:38 Step 14/23 : EXPOSE $APP_PORT 00:48:38 ---> Running in 6d010aaa626b 00:48:38 Removing intermediate container 6d010aaa626b 00:48:38 ---> 1a0fa9cbe4a6 00:48:38 Step 15/23 : WORKDIR / 00:48:38 ---> Running in a67e475a8713 00:48:38 Removing intermediate container 5626e5334952 00:48:38 ---> 8aa951dabb7a 00:48:38 00:48:38 Step 10/22 : FROM alpine:3.12 00:48:38 ---> afeebe901d6b 00:48:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:38 ---> Using cache 00:48:38 ---> b5f407eae5a2 00:48:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:38 ---> Using cache 00:48:38 ---> 7a6db38f6262 00:48:38 Step 13/22 : ENV APP_PORT=48085 00:48:38 ---> Running in 55b0454c9710 00:48:38 Removing intermediate container a67e475a8713 00:48:38 ---> d183ede5c521 00:48:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:38 Removing intermediate container 55b0454c9710 00:48:38 ---> 24e10567f9bb 00:48:38 Step 14/22 : EXPOSE $APP_PORT 00:48:38 ---> Running in 9158b8b06498 00:48:39 ---> 1229d7c0ff85 00:48:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:39 Removing intermediate container 9158b8b06498 00:48:39 ---> 61a18303eaf3 00:48:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:41 ---> 9d67c9bee60f 00:48:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:41 ---> 3fdc99edb799 00:48:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:42 ---> 65e5821faaa8 00:48:42 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:43 ---> Running in 2c32a22f7e78 00:48:43 ---> 67b694af5a66 00:48:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:44 Removing intermediate container 2c32a22f7e78 00:48:44 ---> 83da98b6dae6 00:48:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:44 ---> Running in 0a6589c02188 00:48:44 ---> f6624168bad2 00:48:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:44 ---> Running in 14593cfb5025 00:48:44 Removing intermediate container 0a6589c02188 00:48:44 ---> 25539cb35ad3 00:48:44 Step 21/23 : LABEL arch=arm64 00:48:45 ---> Running in c4040b8cb08f 00:48:45 Removing intermediate container 14593cfb5025 00:48:45 ---> 9305a0259924 00:48:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:45 ---> Running in 476f0a8ddffc 00:48:45 Removing intermediate container c4040b8cb08f 00:48:45 ---> 5af109748db7 00:48:45 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:48:46 ---> Running in 7cb60c10a1c6 00:48:46 Removing intermediate container 476f0a8ddffc 00:48:46 ---> ddc00873eaaa 00:48:46 Step 20/22 : LABEL arch=arm64 00:48:46 ---> Running in 399c9ae371b6 00:48:46 Removing intermediate container 7cb60c10a1c6 00:48:46 ---> 4a59da10cf4f 00:48:46 Step 23/23 : LABEL version=0.0.0 00:48:47 ---> Running in ab020684f0d0 00:48:47 Removing intermediate container 399c9ae371b6 00:48:47 ---> 087b1a43f429 00:48:47 Step 21/22 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:48:47 ---> Running in 05287815bf97 00:48:48 Removing intermediate container ab020684f0d0 00:48:48 ---> 093f1c94f351 00:48:48 00:48:48 Removing intermediate container 05287815bf97 00:48:48 ---> 270cd5db9301 00:48:48 Step 22/22 : LABEL version=0.0.0 00:48:48 Successfully built 093f1c94f351 00:48:49 Successfully tagged docker-core-command-go-arm64:latest 00:48:49  Building docker-core-command-go ... done  ---> Running in e06bb9a7ddd0 00:48:49 Removing intermediate container e06bb9a7ddd0 00:48:49 ---> 9796e160cdc7 00:48:49 00:48:50 Successfully built 9796e160cdc7 00:48:50 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:05  Building docker-support-scheduler-go ... done Removing intermediate container 1d9c041e1f8c 00:49:05 ---> d981f3657514 00:49:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:05 ---> Running in d89fc4b00ba9 00:49:06 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:09 Removing intermediate container d89fc4b00ba9 00:49:09 ---> 7c2bbf163726 00:49:09 00:49:09 Step 11/26 : FROM docker:20.10.0 00:49:09 20.10.0: Pulling from library/docker 00:49:19 Removing intermediate container d7158c154fde 00:49:19 ---> 95748ac044d5 00:49:19 00:49:19 Step 10/23 : FROM alpine:3.12 00:49:19 ---> afeebe901d6b 00:49:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:19 ---> Running in dd802e3b3bda 00:49:19 Status: Downloaded newer image for docker:20.10.0 00:49:19 ---> eeaf43b92773 00:49:19 Step 12/26 : RUN apk add --no-cache bash 00:49:19 ---> Running in 12c7f1a01e4a 00:49:19 Removing intermediate container dd802e3b3bda 00:49:19 ---> 9ad48d644f0e 00:49:19 Step 12/23 : ENV APP_PORT=48080 00:49:19 ---> Running in 1d9a2797764d 00:49:19 Removing intermediate container 1d9a2797764d 00:49:19 ---> 3794141cb0fb 00:49:19 Step 13/23 : EXPOSE $APP_PORT 00:49:19 ---> Running in ff51d0debd8c 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 Removing intermediate container ff51d0debd8c 00:49:20 ---> 2adada48983c 00:49:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:20 ---> Running in 3d812b0a2a39 00:49:20 (1/2) Installing readline (8.0.4-r0) 00:49:20 (2/2) Installing bash (5.0.17-r0) 00:49:20 Executing bash-5.0.17-r0.post-install 00:49:20 Executing busybox-1.31.1-r19.trigger 00:49:20 OK: 12 MiB in 22 packages 00:49:22 Removing intermediate container 12c7f1a01e4a 00:49:22 ---> bc226f78f6a5 00:49:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:22 ---> Running in 7d9a32cb2346 00:49:22 Removing intermediate container 3d812b0a2a39 00:49:22 ---> b16be2b86f01 00:49:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:22 ---> Running in cfedd05488db 00:49:23 Removing intermediate container 7d9a32cb2346 00:49:23 ---> 4e86f4c169b5 00:49:23 Step 14/26 : ENV APP_PORT=48090 00:49:23 ---> Running in aabe922da731 00:49:24 Removing intermediate container aabe922da731 00:49:24 ---> 306bb01a99d9 00:49:24 Step 15/26 : EXPOSE $APP_PORT 00:49:24 ---> Running in 16c4bac563f6 00:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 Removing intermediate container 16c4bac563f6 00:49:24 ---> 9a136257aa38 00:49:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 ---> 726b1892c730 00:49:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:25 (1/6) Installing dumb-init (1.2.2-r1) 00:49:26 (2/6) Installing libgcc (9.3.0-r2) 00:49:26 (3/6) Installing libsodium (1.0.18-r0) 00:49:26 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:26 (5/6) Installing libzmq (4.3.3-r0) 00:49:26 ---> 42f2c37f19a3 00:49:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:26 (6/6) Installing zeromq (4.3.3-r0) 00:49:26 Executing busybox-1.31.1-r19.trigger 00:49:26 OK: 8 MiB in 20 packages 00:49:27 ---> 7008a940dd30 00:49:27 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:27 ---> Running in 8adf3187dc9c 00:49:28 Removing intermediate container cfedd05488db 00:49:28 ---> 7d2a14b0d361 00:49:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:28 ---> 7c1cf1f0f598 00:49:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:29 (1/33) Installing libbz2 (1.0.8-r1) 00:49:29 (2/33) Installing expat (2.2.9-r1) 00:49:29 (3/33) Installing libffi (3.3-r2) 00:49:29 (4/33) Installing gdbm (1.13-r1) 00:49:29 (5/33) Installing xz-libs (5.2.5-r0) 00:49:29 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:29 (7/33) Installing python3 (3.8.5-r0) 00:49:30 ---> 01143a9eb508 00:49:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:31 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:31 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:31 ---> 8c43533d27dc 00:49:31 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:31 (11/33) Installing py3-six (1.15.0-r0) 00:49:31 (12/33) Installing py3-packaging (20.4-r0) 00:49:31 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:31 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:31 ---> Running in 6e5607414af3 00:49:31 (15/33) Installing py3-idna (2.9-r0) 00:49:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:31 (18/33) Installing py3-requests (2.23.0-r0) 00:49:31 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:31 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:32 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:32 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:32 (24/33) Installing py3-distro (1.5.0-r1) 00:49:32 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:32 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:32 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:32 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:32 (29/33) Installing py3-progress (1.5-r0) 00:49:32 (30/33) Installing py3-toml (0.10.1-r0) 00:49:32 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:32 (33/33) Installing py3-pip (20.1.1-r0) 00:49:32 Removing intermediate container 6e5607414af3 00:49:32 ---> 730858fe68b4 00:49:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:32 Executing busybox-1.31.1-r19.trigger 00:49:32 OK: 71 MiB in 55 packages 00:49:32 ---> Running in 229c53265362 00:49:32 Removing intermediate container 229c53265362 00:49:32 ---> f2bbcdd374c5 00:49:32 Step 21/23 : LABEL arch=arm64 00:49:33 ---> Running in 281a96245da9 00:49:33 Removing intermediate container 281a96245da9 00:49:33 ---> 6ffd02ffeb64 00:49:33 Step 22/23 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:49:34 ---> Running in 0ced257bd038 00:49:34 Removing intermediate container 0ced257bd038 00:49:34 ---> b177b90b68f9 00:49:34 Step 23/23 : LABEL version=0.0.0 00:49:34 ---> Running in 428265b82d46 00:49:35 Removing intermediate container 428265b82d46 00:49:35 ---> 7bb2d5265264 00:49:35 00:49:35 Successfully built 7bb2d5265264 00:49:36 Successfully tagged docker-core-data-go-arm64:latest 00:49:38  Building docker-core-data-go ... done Removing intermediate container 8adf3187dc9c 00:49:38 ---> 990c91c7afe5 00:49:38 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:38 ---> Running in ce8d76f72daa 00:49:42 Collecting docker-compose==1.23.2 00:49:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:43 Collecting websocket-client<1.0,>=0.32.0 00:49:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:44 Collecting dockerpty<0.5,>=0.4.1 00:49:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:46 Collecting jsonschema<3,>=2.5.1 00:49:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:46 Collecting cached-property<2,>=1.2.0 00:49:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:47 Collecting docker<4.0,>=3.6.0 00:49:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:47 Collecting docopt<0.7,>=0.6.1 00:49:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:49 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:49 Collecting texttable<0.10,>=0.9.0 00:49:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:53 Collecting PyYAML<4,>=3.10 00:49:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:56 Collecting docker-pycreds>=0.4.0 00:49:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:56 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:49:56 Collecting idna<2.8,>=2.5 00:49:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:57 Collecting urllib3<1.25,>=1.21.1 00:49:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:57 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:49:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:58 Installing collected packages: websocket-client, dockerpty, jsonschema, cached-property, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, PyYAML, docker-compose 00:49:58 Running setup.py install for dockerpty: started 00:50:00 Running setup.py install for dockerpty: finished with status 'done' 00:50:01 Attempting uninstall: idna 00:50:01 Found existing installation: idna 2.9 00:50:01 Uninstalling idna-2.9: 00:50:01 Successfully uninstalled idna-2.9 00:50:01 Attempting uninstall: urllib3 00:50:01 Found existing installation: urllib3 1.25.9 00:50:01 Uninstalling urllib3-1.25.9: 00:50:01 Successfully uninstalled urllib3-1.25.9 00:50:02 Attempting uninstall: requests 00:50:02 Found existing installation: requests 2.23.0 00:50:02 Uninstalling requests-2.23.0: 00:50:02 Successfully uninstalled requests-2.23.0 00:50:03 Running setup.py install for docopt: started 00:50:05 Running setup.py install for docopt: finished with status 'done' 00:50:05 Running setup.py install for texttable: started 00:50:06 Running setup.py install for texttable: finished with status 'done' 00:50:06 Running setup.py install for PyYAML: started 00:50:09 Running setup.py install for PyYAML: finished with status 'done' 00:50:10 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:13 Removing intermediate container ce8d76f72daa 00:50:13 ---> ff47493cd068 00:50:13 Step 21/26 : RUN apk --no-cache add curl 00:50:13 ---> Running in 3271ae9a5331 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:15 (2/3) Installing libcurl (7.69.1-r3) 00:50:15 (3/3) Installing curl (7.69.1-r3) 00:50:15 Executing busybox-1.31.1-r19.trigger 00:50:15 OK: 71 MiB in 58 packages 00:50:16 Removing intermediate container 3271ae9a5331 00:50:16 ---> 8d2503c3f20e 00:50:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:17 ---> Running in 64b2997022b1 00:50:17 Removing intermediate container 64b2997022b1 00:50:17 ---> 1f7acd4575a1 00:50:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:17 ---> Running in f1996899d4fc 00:50:17 Removing intermediate container f1996899d4fc 00:50:17 ---> 4e3d9d759d41 00:50:17 Step 24/26 : LABEL arch=arm64 00:50:18 ---> Running in 5cc1b194346d 00:50:18 Removing intermediate container 5cc1b194346d 00:50:18 ---> f0f106778e13 00:50:18 Step 25/26 : LABEL git_sha=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 00:50:18 ---> Running in f38b7b025f01 00:50:18 Removing intermediate container f38b7b025f01 00:50:18 ---> 0e8c215d3db4 00:50:18 Step 26/26 : LABEL version=0.0.0 00:50:19 ---> Running in 0f6540eb39f3 00:50:19 Removing intermediate container 0f6540eb39f3 00:50:19 ---> cbcf39fdc002 00:50:19 00:50:20 Successfully built cbcf39fdc002 00:50:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:20 $ docker stop --time=1 9c1a568838475f0e16ce60a3f68a521522f87c21a746f8d3d73474dd2a31dcaa 00:50:22 $ docker rm -f 9c1a568838475f0e16ce60a3f68a521522f87c21a746f8d3d73474dd2a31dcaa [Pipeline] // withDockerContainer [Pipeline] sh 00:50:23 + + dockergrep images docker 00:50:23 00:50:23 docker-sys-mgmt-agent-go-arm64 latest cbcf39fdc002 4 seconds ago 300MB 00:50:23 docker-core-data-go-arm64 latest 7bb2d5265264 48 seconds ago 21MB 00:50:23 docker-support-scheduler-go-arm64 latest 9796e160cdc7 About a minute ago 16.1MB 00:50:23 docker-core-command-go-arm64 latest 093f1c94f351 About a minute ago 16MB 00:50:23 docker-security-bootstrapper-go-arm64 latest c5babdd5ce66 3 minutes ago 22.6MB 00:50:23 docker-core-metadata-go-arm64 latest ac0043c10763 3 minutes ago 17.7MB 00:50:23 docker-security-secretstore-setup-go-arm64 latest 6552a6caff6a 4 minutes ago 23.4MB 00:50:23 docker-security-proxy-setup-go-arm64 latest 2312f2f19fb1 4 minutes ago 23.2MB 00:50:23 docker-support-notifications-go-arm64 latest 0285ce231b08 4 minutes ago 16MB 00:50:23 docker 20.10.0 eeaf43b92773 7 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:50:25 provisioning config files... 00:50:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config8356549323268399679tmp [Pipeline] { [Pipeline] sh 00:50:25 + set +x 00:50:25 + curl -s https://codecov.io/bash 00:50:25 + bash -s -- 00:50:26 00:50:26 _____ _ 00:50:26 / ____| | | 00:50:26 | | ___ __| | ___ ___ _____ __ 00:50:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:26 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:26 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:26 Bash-20210129-7c25fce 00:50:26 00:50:26 00:50:26 ==> git version 2.24.3 found 00:50:26 ==> 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:50:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:26 ==> Jenkins CI detected. 00:50:26 project root: . 00:50:26 --> token set from env 00:50:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:26 ==> Running gcov in . (disable via -X gcov) 00:50:26 ==> Python coveragepy not found 00:50:26 ==> Searching for coverage reports in: 00:50:26 + . 00:50:26 -> Found 1 reports 00:50:26 ==> Detecting git/mercurial file structure 00:50:26 ==> Reading reports 00:50:26 + ./coverage.out bytes=574984 00:50:26 ==> Appending adjustments 00:50:26 https://docs.codecov.io/docs/fixing-reports 00:50:29 + Found adjustments 00:50:29 ==> Gzipping contents 00:50:29 88K /tmp/codecov.8uDtnC.gz 00:50:29 ==> Uploading reports 00:50:29 url: https://codecov.io 00:50:29 query: branch=PR-3075&commit=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:50:29 -> Pinging Codecov 00:50:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=679f73bd6af4e72ca1fc87a1f59679e9fc5177d6&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:50:29 -> Uploading to 00:50:29 https://storage.googleapis.com/codecov/v4/raw/2021-01-31/00271124DB129430A58F1EEE437C3FCB/679f73bd6af4e72ca1fc87a1f59679e9fc5177d6/6d94937c-c98e-4ed5-9c9f-cc358a64c865.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210131T005029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57e506d1e61b71b5165d585fb2b11106e15f96a26e09b01f71180f4bb12310ce 00:50:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:29 Dload Upload Total Spent Left Speed 00:50:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87043 0 0 100 87043 0 153k --:--:-- --:--:-- --:--:-- 153k 00:50:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/679f73bd6af4e72ca1fc87a1f59679e9fc5177d6 [Pipeline] } 00:50:30 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:50:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:33 ---> package-listing.sh 00:50:33 ++ tr '[:upper:]' '[:lower:]' 00:50:33 ++ facter osfamily 00:50:33 + OS_FAMILY=redhat 00:50:33 + workspace=/w/workspace/edgex-go/11 00:50:33 + START_PACKAGES=/tmp/packages_start.txt 00:50:33 + END_PACKAGES=/tmp/packages_end.txt 00:50:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:33 + PACKAGES=/tmp/packages_start.txt 00:50:33 + '[' /w/workspace/edgex-go/11 ']' 00:50:33 + PACKAGES=/tmp/packages_end.txt 00:50:33 + case "${OS_FAMILY}" in 00:50:33 + rpm -qa 00:50:33 + sort 00:50:38 + '[' -f /tmp/packages_start.txt ']' 00:50:38 + '[' -f /tmp/packages_end.txt ']' 00:50:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:38 + '[' /w/workspace/edgex-go/11 ']' 00:50:38 + mkdir -p /w/workspace/edgex-go/11/archives/ 00:50:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 00:50:38 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:39 00:50:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:39 alpine: Pulling from edgex-lftools-log-publisher 00:50:39 df20fa9351a1: Pulling fs layer 00:50:39 36b3adc4ff6f: Pulling fs layer 00:50:39 8ad3a11d3b57: Pulling fs layer 00:50:39 46f8f816bc3b: Pulling fs layer 00:50:39 93b61091891f: Pulling fs layer 00:50:39 93b9cdb0e59b: Pulling fs layer 00:50:39 5e14af77c1be: Pulling fs layer 00:50:39 01666e4c0597: Pulling fs layer 00:50:39 aa168da1d23b: Pulling fs layer 00:50:39 93b9cdb0e59b: Waiting 00:50:39 5e14af77c1be: Waiting 00:50:39 46f8f816bc3b: Waiting 00:50:39 93b61091891f: Waiting 00:50:39 aa168da1d23b: Waiting 00:50:39 36b3adc4ff6f: Verifying Checksum 00:50:39 36b3adc4ff6f: Download complete 00:50:39 46f8f816bc3b: Verifying Checksum 00:50:39 46f8f816bc3b: Download complete 00:50:39 df20fa9351a1: Verifying Checksum 00:50:39 93b9cdb0e59b: Verifying Checksum 00:50:39 93b9cdb0e59b: Download complete 00:50:40 93b61091891f: Verifying Checksum 00:50:40 93b61091891f: Download complete 00:50:40 5e14af77c1be: Verifying Checksum 00:50:40 5e14af77c1be: Download complete 00:50:40 01666e4c0597: Verifying Checksum 00:50:40 01666e4c0597: Download complete 00:50:40 8ad3a11d3b57: Verifying Checksum 00:50:40 8ad3a11d3b57: Download complete 00:50:40 df20fa9351a1: Pull complete 00:50:40 36b3adc4ff6f: Pull complete 00:50:40 8ad3a11d3b57: Pull complete 00:50:41 46f8f816bc3b: Pull complete 00:50:42 aa168da1d23b: Verifying Checksum 00:50:42 aa168da1d23b: Download complete 00:50:42 93b61091891f: Pull complete 00:50:42 93b9cdb0e59b: Pull complete 00:50:42 5e14af77c1be: Pull complete 00:50:42 01666e4c0597: Pull complete 00:50:51 aa168da1d23b: Pull complete 00:50:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:51 prd-centos7-docker-4c-2g-24152 does not seem to be running inside a container 00:50:51 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:56 $ docker top 2be957e1f3eda6445b3dc9b46ec5cb81e4af68cd861d680920c9b560e8fe3b43 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:59 + mkdir -p /var/log/sa [Pipeline] sh 00:50:59 + ls /var/log/sa-host 00:50:59 + sadf -c /var/log/sa-host/sa23 00:50:59 file_magic: OK 00:50:59 HZ: Using current value: 100 00:50:59 file_header: OK 00:50:59 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:50:59 Statistics: 00:50:59 Hnuu...uuuununununu... 00:50:59 File successfully converted to sysstat format version 12.2.1 00:50:59 + sadf -c /var/log/sa-host/sa31 00:50:59 file_magic: OK 00:50:59 HZ: Using current value: 100 00:50:59 file_header: OK 00:50:59 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:50:59 Statistics: 00:50:59 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... 00:50:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:59 provisioning config files... 00:51:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config312876318734826805tmp [Pipeline] { [Pipeline] echo 00:51:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:00 ---> create-netrc.sh [Pipeline] } 00:51:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:00 ---> python-tools-install.sh [Pipeline] echo 00:51:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:01 ---> sudo-logs.sh 00:51:01 Archiving 'sudo' log.. [Pipeline] echo 00:51:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:01 ---> job-cost.sh 00:51:01 lf-activate-venv: SKIPPING 00:51:01 INFO: No Stack... 00:51:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:03 INFO: Archiving Costs [Pipeline] echo 00:51:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:03 ---> logs-deploy.sh 00:51:03 lf-activate-venv: SKIPPING 00:51:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/11 00:51:03 INFO: archiving workspace using pattern(s): 00:51:04 Archives upload complete. 00:51:04 INFO: archiving logs to Nexus 00:51:05 ---> uname -a: 00:51:05 Linux prd-centos7-docker-4c-2g-24152.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:51:05 00:51:05 00:51:05 ---> lscpu: 00:51:05 Architecture: x86_64 00:51:05 CPU op-mode(s): 32-bit, 64-bit 00:51:05 Byte Order: Little Endian 00:51:05 Address sizes: 40 bits physical, 48 bits virtual 00:51:05 CPU(s): 4 00:51:05 On-line CPU(s) list: 0-3 00:51:05 Thread(s) per core: 1 00:51:05 Core(s) per socket: 1 00:51:05 Socket(s): 4 00:51:05 NUMA node(s): 1 00:51:05 Vendor ID: GenuineIntel 00:51:05 CPU family: 6 00:51:05 Model: 44 00:51:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:05 Stepping: 1 00:51:05 CPU MHz: 2933.442 00:51:05 BogoMIPS: 5866.88 00:51:05 Virtualization: VT-x 00:51:05 Hypervisor vendor: KVM 00:51:05 Virtualization type: full 00:51:05 L1d cache: 128 KiB 00:51:05 L1i cache: 128 KiB 00:51:05 L2 cache: 16 MiB 00:51:05 L3 cache: 64 MiB 00:51:05 NUMA node0 CPU(s): 0-3 00:51:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:05 Vulnerability Meltdown: Mitigation; PTI 00:51:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:05 Vulnerability Srbds: Not affected 00:51:05 Vulnerability Tsx async abort: Not affected 00:51:05 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:51:05 00:51:05 00:51:05 ---> nproc: 00:51:05 4 00:51:05 00:51:05 00:51:05 ---> df -h: 00:51:05 Filesystem Size Used Available Use% Mounted on 00:51:05 overlay 50.0G 12.6G 37.4G 25% / 00:51:05 tmpfs 64.0M 0 64.0M 0% /dev 00:51:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:05 shm 64.0M 0 64.0M 0% /dev/shm 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/11 00:51:05 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/11@tmp 00:51:05 00:51:05 00:51:05 ---> free -m: 00:51:05 total used free shared buff/cache available 00:51:05 Mem: 1837 700 131 0 1005 1051 00:51:05 Swap: 1023 77 946 00:51:05 00:51:05 00:51:05 ---> ip addr: 00:51:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:05 inet 127.0.0.1/8 scope host lo 00:51:05 valid_lft forever preferred_lft forever 00:51:05 inet6 ::1/128 scope host 00:51:05 valid_lft forever preferred_lft forever 00:51:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:05 link/ether fa:16:3e:85:00:ba brd ff:ff:ff:ff:ff:ff 00:51:05 inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 00:51:05 valid_lft 85122sec preferred_lft 85122sec 00:51:05 inet6 fe80::f816:3eff:fe85:ba/64 scope link 00:51:05 valid_lft forever preferred_lft forever 00:51:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:05 link/ether 02:42:92:5d:06:02 brd ff:ff:ff:ff:ff:ff 00:51:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:05 valid_lft forever preferred_lft forever 00:51:05 inet6 fe80::42:92ff:fe5d:602/64 scope link 00:51:05 valid_lft forever preferred_lft forever 00:51:05 00:51:05 00:51:05 ---> sar -b -r -n DEV: 00:51:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/31/21 _x86_64_ (4 CPU) 00:51:05 00:51:05 00:29:36 LINUX RESTART (4 CPU) 00:51:05 00:51:05 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:05 00:31:03 99.78 37.12 62.66 0.00 7825.09 18411.41 0.00 00:51:05 00:32:01 300.64 99.40 201.24 0.00 7212.39 54101.03 0.00 00:51:05 00:33:01 191.98 97.27 94.71 0.00 3451.49 10316.56 0.00 00:51:05 00:34:01 139.71 61.39 78.32 0.00 3320.68 10017.80 0.00 00:51:05 00:35:01 1033.03 768.81 264.23 0.00 92980.85 168522.50 0.00 00:51:05 00:36:02 2641.16 2309.62 331.54 0.00 143327.41 154310.88 0.00 00:51:05 00:37:01 673.66 397.25 276.41 0.00 50212.89 89973.88 0.00 00:51:05 00:38:02 2710.91 2343.68 367.23 0.00 146291.67 162452.18 0.00 00:51:05 00:39:01 1008.47 735.74 272.73 0.00 45343.44 60448.34 0.00 00:51:05 00:40:01 13.94 5.81 8.13 0.00 99.38 267.39 0.00 00:51:05 00:41:01 0.28 0.10 0.18 0.00 0.93 2.15 0.00 00:51:05 00:42:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 00:51:05 00:43:01 0.33 0.08 0.25 0.00 1.20 2.93 0.00 00:51:05 00:44:01 0.23 0.00 0.23 0.00 0.00 1.93 0.00 00:51:05 00:45:01 1.98 1.72 0.27 0.00 56.89 3.16 0.00 00:51:05 00:46:01 0.93 0.17 0.77 0.00 1.87 15.31 0.00 00:51:05 00:47:02 0.30 0.02 0.28 0.00 0.13 3.40 0.00 00:51:05 00:48:01 0.32 0.03 0.29 0.00 0.27 4.03 0.00 00:51:05 00:49:01 0.30 0.02 0.28 0.00 0.13 3.28 0.00 00:51:05 00:50:01 0.25 0.02 0.23 0.00 0.13 2.70 0.00 00:51:05 Average: 443.04 345.06 97.98 0.00 25145.39 36533.14 0.00 00:51:05 00:51:05 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:05 00:31:03 293528 0 591928 31.46 2596 993492 1221308 41.68 535188 848012 42380 00:51:05 00:32:01 120268 0 710024 37.74 1492 1049760 1339612 45.72 628436 843992 8 00:51:05 00:33:01 160268 0 810132 43.06 772 910372 1875176 64.00 712332 725552 65440 00:51:05 00:34:01 214348 0 767856 40.81 648 898692 1442412 49.23 646284 732416 51716 00:51:05 00:35:01 415844 0 670832 35.65 0 794868 1351080 46.11 528172 725332 0 00:51:05 00:36:02 245592 0 1080264 57.41 0 555688 4307464 147.01 717136 647756 29220 00:51:05 00:37:01 79308 0 759384 40.36 0 1042852 1859388 63.46 723636 834248 15396 00:51:05 00:38:02 96780 0 814320 43.28 0 970444 2278584 77.76 667616 883924 88728 00:51:05 00:39:01 432288 0 658912 35.02 0 790344 1501584 51.25 479008 717580 12 00:51:05 00:40:01 467620 0 621420 33.03 0 792504 1180188 40.28 472916 696432 12 00:51:05 00:41:01 467988 0 621044 33.01 0 792512 1176124 40.14 473084 695948 8 00:51:05 00:42:01 469200 0 619832 32.94 0 792512 1169896 39.93 472452 695800 8 00:51:05 00:43:01 468644 0 620380 32.97 0 792520 1170040 39.93 473360 695836 12 00:51:05 00:44:01 469568 0 619456 32.92 0 792520 1169896 39.93 472464 695836 12 00:51:05 00:45:01 467980 0 619960 32.95 0 793604 1169896 39.93 473308 696076 16 00:51:05 00:46:01 466956 0 620980 33.00 0 793608 1169980 39.93 473760 696100 8 00:51:05 00:47:02 467568 0 620364 32.97 0 793612 1169896 39.93 473320 696116 8 00:51:05 00:48:01 467692 0 620232 32.96 0 793620 1169896 39.93 473448 696120 8 00:51:05 00:49:01 467980 0 619932 32.95 0 793632 1169896 39.93 473332 696128 20 00:51:05 00:50:01 467956 0 619936 32.95 0 793652 1169896 39.93 473384 696136 12 00:51:05 Average: 360369 0 684359 36.37 275 836540 1503111 51.30 542132 730767 14651 00:51:05 00:51:05 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:05 00:31:03 eth0 1852.31 1770.27 6375.42 229.33 0.00 0.00 0.00 0.00 00:51:05 00:31:03 vetha533836 860.85 656.54 81.89 2668.96 0.00 0.00 0.00 0.00 00:51:05 00:31:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:31:03 docker0 860.85 656.41 70.12 2668.95 0.00 0.00 0.00 0.00 00:51:05 00:32:01 eth0 517.06 432.50 3801.00 45.11 0.00 0.00 0.00 0.00 00:51:05 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:32:01 docker0 150.68 194.23 11.09 858.44 0.00 0.00 0.00 0.00 00:51:05 00:33:01 eth0 47.13 31.54 36.70 72.53 0.00 0.00 0.00 0.00 00:51:05 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:33:01 vetha02a168 0.33 0.47 0.03 0.04 0.00 0.00 0.00 0.00 00:51:05 00:33:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 00:51:05 00:34:01 eth0 24.29 13.34 19.18 10.15 0.00 0.00 0.00 0.00 00:51:05 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:34:01 vetha02a168 1.52 1.52 0.12 0.12 0.00 0.00 0.00 0.00 00:51:05 00:34:01 docker0 1.52 1.52 0.10 0.12 0.00 0.00 0.00 0.00 00:51:05 00:35:01 vethf0d90c6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:35:01 eth0 225.03 192.44 1698.80 74.53 0.00 0.00 0.00 0.00 00:51:05 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:35:01 veth8b81897 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:36:02 vethe3b2faf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:36:02 vethf0d90c6 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:36:02 vethe1bc5d3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:36:02 eth0 42.07 22.99 163.71 10.37 0.00 0.00 0.00 0.00 00:51:05 00:37:01 vethf0d90c6 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:37:01 eth0 239.36 180.12 1736.30 85.36 0.00 0.00 0.00 0.00 00:51:05 00:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:05 00:37:01 vethda89f27 11.95 28.39 0.79 257.25 0.00 0.00 0.00 0.00 00:51:05 00:38:02 vethcf0244d 4.72 4.83 0.56 20.09 0.00 0.00 0.00 0.00 00:51:05 00:38:02 vethf0d90c6 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:38:02 eth0 68.20 39.23 164.43 20.77 0.00 0.00 0.00 0.00 00:51:05 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:39:01 vethf0d90c6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:51:05 00:39:01 eth0 86.96 61.15 149.82 80.60 0.00 0.00 0.00 0.00 00:51:05 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:39:01 docker0 1095.26 984.44 86.45 4389.11 0.00 0.00 0.00 0.00 00:51:05 00:40:01 eth0 4.31 2.28 3.19 1.14 0.00 0.00 0.00 0.00 00:51:05 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:41:01 eth0 1.17 0.63 0.67 0.46 0.00 0.00 0.00 0.00 00:51:05 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:42:01 eth0 0.57 0.02 0.06 0.00 0.00 0.00 0.00 0.00 00:51:05 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:43:01 eth0 1.85 0.88 0.85 0.57 0.00 0.00 0.00 0.00 00:51:05 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:44:01 eth0 0.22 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:51:05 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:05 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:46:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 00:51:05 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:47:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:05 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:48:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:51:05 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:05 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:50:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 Average: eth0 155.14 137.08 703.05 31.51 0.00 0.00 0.00 0.00 00:51:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:05 Average: docker0 54.06 48.59 4.27 216.63 0.00 0.00 0.00 0.00 00:51:05 00:51:05 00:51:05 ---> sar -P ALL: 00:51:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/31/21 _x86_64_ (4 CPU) 00:51:05 00:51:05 00:29:36 LINUX RESTART (4 CPU) 00:51:05 00:51:05 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:05 00:31:03 all 20.70 0.00 6.27 2.20 0.06 70.77 00:51:05 00:31:03 0 20.60 0.00 9.66 1.81 0.07 67.86 00:51:05 00:31:03 1 20.16 0.00 4.66 3.81 0.05 71.32 00:51:05 00:31:03 2 20.36 0.00 5.94 1.58 0.07 72.05 00:51:05 00:31:03 3 21.67 0.00 4.82 1.61 0.05 71.84 00:51:05 00:32:01 all 11.04 0.00 7.29 5.45 0.04 76.17 00:51:05 00:32:01 0 11.31 0.00 7.30 6.73 0.04 74.63 00:51:05 00:32:01 1 10.66 0.00 7.51 6.03 0.04 75.77 00:51:05 00:32:01 2 11.22 0.00 7.67 4.99 0.05 76.07 00:51:05 00:32:01 3 10.97 0.00 6.70 4.06 0.04 78.23 00:51:05 00:33:01 all 49.52 0.00 10.08 4.84 0.03 35.52 00:51:05 00:33:01 0 51.63 0.00 9.87 4.89 0.03 33.57 00:51:05 00:33:01 1 47.19 0.00 10.19 4.64 0.03 37.95 00:51:05 00:33:01 2 49.36 0.00 10.46 4.54 0.03 35.60 00:51:05 00:33:01 3 49.89 0.00 9.80 5.30 0.03 34.98 00:51:05 00:34:01 all 43.25 0.00 10.51 3.60 0.04 42.60 00:51:05 00:34:01 0 42.64 0.00 10.12 1.30 0.03 45.91 00:51:05 00:34:01 1 43.98 0.00 10.59 5.66 0.05 39.71 00:51:05 00:34:01 2 42.98 0.00 11.01 4.33 0.03 41.65 00:51:05 00:34:01 3 43.41 0.00 10.33 3.09 0.05 43.12 00:51:05 00:35:01 all 22.92 0.00 17.56 7.50 0.06 51.95 00:51:05 00:35:01 0 23.55 0.00 16.81 7.46 0.07 52.11 00:51:05 00:35:01 1 23.43 0.00 17.62 6.56 0.07 52.32 00:51:05 00:35:01 2 22.69 0.00 17.48 7.26 0.07 52.50 00:51:05 00:35:01 3 22.00 0.00 18.34 8.73 0.05 50.88 00:51:05 00:36:02 all 26.72 0.00 18.87 31.08 0.07 23.26 00:51:05 00:36:02 0 26.71 0.00 18.07 32.81 0.10 22.30 00:51:05 00:36:02 1 26.24 0.00 19.24 30.55 0.09 23.89 00:51:05 00:36:02 2 27.20 0.00 18.73 29.60 0.05 24.42 00:51:05 00:36:02 3 26.71 0.00 19.43 31.36 0.05 22.44 00:51:05 00:37:01 all 42.93 0.00 13.86 21.62 0.05 21.54 00:51:05 00:37:01 0 42.35 0.00 13.27 22.78 0.03 21.57 00:51:05 00:37:01 1 41.77 0.00 14.68 18.41 0.04 25.11 00:51:05 00:37:01 2 44.15 0.00 14.37 21.49 0.07 19.92 00:51:05 00:37:01 3 43.44 0.00 13.13 23.79 0.07 19.57 00:51:05 00:38:02 all 17.11 0.00 16.43 36.88 0.07 29.50 00:51:05 00:38:02 0 15.94 0.00 15.12 34.13 0.10 34.71 00:51:05 00:38:02 1 16.93 0.00 17.40 35.06 0.09 30.52 00:51:05 00:38:02 2 17.53 0.00 16.93 40.64 0.05 24.85 00:51:05 00:38:02 3 18.06 0.00 16.27 37.72 0.05 27.90 00:51:05 00:39:01 all 42.48 0.00 13.61 19.15 0.03 24.72 00:51:05 00:39:01 0 42.70 0.00 13.27 14.49 0.05 29.48 00:51:05 00:39:01 1 41.38 0.00 14.65 19.28 0.04 24.65 00:51:05 00:39:01 2 43.05 0.00 13.10 18.74 0.03 25.07 00:51:05 00:39:01 3 42.79 0.00 13.41 24.16 0.02 19.63 00:51:05 00:40:01 all 0.27 0.00 0.15 0.25 0.00 99.32 00:51:05 00:40:01 0 0.12 0.00 0.22 0.33 0.00 99.33 00:51:05 00:40:01 1 0.13 0.00 0.10 0.15 0.00 99.62 00:51:05 00:40:01 2 0.15 0.00 0.12 0.08 0.00 99.65 00:51:05 00:40:01 3 0.68 0.00 0.17 0.45 0.02 98.68 00:51:05 00:41:01 all 0.17 0.00 0.02 0.00 0.00 99.80 00:51:05 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:05 00:41:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:51:05 00:41:01 2 0.08 0.00 0.02 0.00 0.00 99.90 00:51:05 00:41:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:51:05 00:51:05 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:51:05 00:42:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:51:05 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:42:01 1 0.02 0.00 0.05 0.00 0.02 99.92 00:51:05 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:51:05 00:42:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:51:05 00:43:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:05 00:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:51:05 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:05 00:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:05 00:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:51:05 00:44:01 all 0.17 0.00 0.10 0.00 0.00 99.73 00:51:05 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:44:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:51:05 00:44:01 2 0.08 0.00 0.15 0.00 0.00 99.77 00:51:05 00:44:01 3 0.55 0.00 0.15 0.00 0.00 99.30 00:51:05 00:45:01 all 0.14 0.00 0.04 0.02 0.00 99.80 00:51:05 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:05 00:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:51:05 00:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:45:01 3 0.48 0.00 0.07 0.08 0.00 99.37 00:51:05 00:46:01 all 0.17 0.00 0.02 0.00 0.00 99.80 00:51:05 00:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:05 00:46:01 1 0.08 0.00 0.02 0.02 0.00 99.88 00:51:05 00:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:51:05 00:46:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:51:05 00:47:02 all 0.14 0.00 0.02 0.00 0.00 99.84 00:51:05 00:47:02 0 0.00 0.00 0.02 0.00 0.00 99.98 00:51:05 00:47:02 1 0.02 0.00 0.02 0.00 0.00 99.97 00:51:05 00:47:02 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:47:02 3 0.52 0.00 0.02 0.00 0.00 99.47 00:51:05 00:48:01 all 0.15 0.00 0.01 0.00 0.00 99.83 00:51:05 00:48:01 0 0.03 0.00 0.02 0.02 0.00 99.93 00:51:05 00:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:05 00:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:51:05 00:48:01 3 0.51 0.00 0.02 0.00 0.00 99.47 00:51:05 00:49:01 all 0.13 0.00 0.02 0.00 0.00 99.84 00:51:05 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:51:05 00:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:51:05 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:49:01 3 0.50 0.00 0.02 0.02 0.02 99.45 00:51:05 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:05 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:05 00:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:05 00:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:51:05 00:50:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:51:05 Average: all 13.66 0.00 5.64 6.50 0.02 74.18 00:51:05 Average: 0 13.64 0.00 5.60 6.23 0.03 74.50 00:51:05 Average: 1 13.33 0.00 5.73 6.38 0.02 74.54 00:51:05 Average: 2 13.74 0.00 5.71 6.55 0.02 73.98 00:51:05 Average: 3 13.94 0.00 5.51 6.83 0.02 73.70 00:51:05 00:51:05 00:51:05