Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+310fcf068b6662a9a98c00381981ed5406e42392 (cd2d8db10b1417dfe2297f3381ba9a1f95aabb7b) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-19288 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca Checking out Revision 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:26 ========================================================= 00:31:26 EdgeX Global Pipelines Version Info 00:31:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 00:31:27 ------------------- 00:31:27 stable info: 00:31:27 ------------------- 00:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:27 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:27 Message: update stable to v1.0.173 00:31:28 ------------------- 00:31:28 experimental info: 00:31:28 ------------------- 00:31:28 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:28 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:28 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo 00:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf8c5a [Pipeline] echo 00:31:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:33 provisioning config files... 00:31:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3577051879369658018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:33 ---> docker-login.sh 00:31:33 nexus3.edgexfoundry.org:10001 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10002 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10003 00:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:34 Configure a credential helper to remove this warning. See 00:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:34 00:31:34 Login Succeeded 00:31:34 nexus3.edgexfoundry.org:10004 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 docker.io 00:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:35 Configure a credential helper to remove this warning. See 00:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:35 00:31:35 Login Succeeded 00:31:35 ---> docker-login.sh ends [Pipeline] } 00:31:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:36 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/core-command/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo core-command,cmd/core-command/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/core-data/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo core-data,cmd/core-data/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/core-metadata/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/support-notifications/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/support-scheduler/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:36 + for file in '`ls cmd/**/Dockerfile`' 00:31:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:36 ++ cut -d/ -f2 00:31:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:36 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:37 00:31:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:37 latest: Pulling from edgex-devops/git-semver 00:31:37 31603596830f: Pulling fs layer 00:31:37 2a8b12db71e7: Pulling fs layer 00:31:37 6ca5941a6612: Pulling fs layer 00:31:37 ecc8261a40a4: Pulling fs layer 00:31:37 ecc8261a40a4: Waiting 00:31:37 2a8b12db71e7: Verifying Checksum 00:31:37 2a8b12db71e7: Download complete 00:31:37 31603596830f: Verifying Checksum 00:31:37 31603596830f: Download complete 00:31:37 6ca5941a6612: Verifying Checksum 00:31:37 6ca5941a6612: Download complete 00:31:37 ecc8261a40a4: Verifying Checksum 00:31:37 ecc8261a40a4: Download complete 00:31:37 31603596830f: Pull complete 00:31:38 2a8b12db71e7: Pull complete 00:31:39 6ca5941a6612: Pull complete 00:31:39 ecc8261a40a4: Pull complete 00:31:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:39 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:42 $ docker top ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:42 [ssh-agent] Looking for ssh-agent implementation... 00:31:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:42 $ docker exec ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent 00:31:42 SSH_AUTH_SOCK=/tmp/ssh-S6u4GGyTbVqK/agent.12 00:31:42 SSH_AGENT_PID=17 00:31:42 Running ssh-add (command line suppressed) 00:31:43 Identity added: /w/workspace/edgex-go/19@tmp/private_key_4887684326685889495.key (/w/workspace/edgex-go/19@tmp/private_key_4887684326685889495.key) 00:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:43 + git tag --points-at HEAD [Pipeline] } 00:31:43 $ docker exec --env ******** --env ******** ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent -k 00:31:43 unset SSH_AUTH_SOCK; 00:31:43 unset SSH_AGENT_PID; 00:31:43 echo Agent pid 17 killed; 00:31:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:43 [ssh-agent] Looking for ssh-agent implementation... 00:31:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:44 $ docker exec ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent 00:31:44 SSH_AUTH_SOCK=/tmp/ssh-Zpl5wcVAXZJf/agent.46 00:31:44 SSH_AGENT_PID=51 00:31:44 Running ssh-add (command line suppressed) 00:31:44 Identity added: /w/workspace/edgex-go/19@tmp/private_key_8389172908034233123.key (/w/workspace/edgex-go/19@tmp/private_key_8389172908034233123.key) 00:31:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:44 + git semver init 00:31:44 # -> Open(): unable to determine branch for HEAD 00:31:44 # $GIT_DIR = /w/workspace/edgex-go/19/.git 00:31:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 00:31:44 # $SEMVER_REMOTE_NAME = origin 00:31:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:44 # $SEMVER_USER_NAME = edgex-jenkins 00:31:44 # $SEMVER_BRANCH = PR-2924 00:31:44 # $SEMVER_TEMP = /tmp/semver-804153974 00:31:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:52 # '/tmp/semver-804153974' -> '/w/workspace/edgex-go/19/.semver' 00:32:52 # -> Force: false 00:32:52 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 00:32:52 $ docker exec --env ******** --env ******** ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent -k 00:32:52 unset SSH_AUTH_SOCK; 00:32:52 unset SSH_AGENT_PID; 00:32:52 echo Agent pid 51 killed; 00:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:53 + git semver [Pipeline] } 00:32:53 $ docker stop --time=1 ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf 00:32:55 $ docker rm -f ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf [Pipeline] // withDockerContainer [Pipeline] sh 00:32:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:56 Stashed 1 file(s) [Pipeline] echo 00:32:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:58 + sudo service docker restart 00:32:58 + true 00:32:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:58 ========================================================= 00:32:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:03 Sending build context to Docker daemon 326.4MB 00:33:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:03 Step 2/6 : FROM ${BASE} 00:33:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:03 188c0c94c7c5: Pulling fs layer 00:33:03 0ef7d3d256c8: Pulling fs layer 00:33:03 de9db76c5a1d: Pulling fs layer 00:33:03 bca2f99d35d6: Pulling fs layer 00:33:03 93359f2a8cfa: Pulling fs layer 00:33:03 7c6f9722023f: Pulling fs layer 00:33:03 a35cf1a2eb13: Pulling fs layer 00:33:03 bca2f99d35d6: Waiting 00:33:03 93359f2a8cfa: Waiting 00:33:03 7c6f9722023f: Waiting 00:33:03 a35cf1a2eb13: Waiting 00:33:03 de9db76c5a1d: Download complete 00:33:03 0ef7d3d256c8: Download complete 00:33:03 93359f2a8cfa: Download complete 00:33:03 7c6f9722023f: Download complete 00:33:03 188c0c94c7c5: Verifying Checksum 00:33:03 188c0c94c7c5: Download complete 00:33:03 188c0c94c7c5: Pull complete 00:33:04 0ef7d3d256c8: Pull complete 00:33:04 de9db76c5a1d: Pull complete 00:33:05 a35cf1a2eb13: Verifying Checksum 00:33:05 a35cf1a2eb13: Download complete 00:33:05 bca2f99d35d6: Download complete 00:33:12 Still waiting to schedule task 00:33:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:12 bca2f99d35d6: Pull complete 00:33:12 93359f2a8cfa: Pull complete 00:33:12 7c6f9722023f: Pull complete 00:33:16 a35cf1a2eb13: Pull complete 00:33:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:16 ---> a62c8e92a672 00:33:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:16 ---> Running in 3cd24040138c 00:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:20 (1/12) Installing libmagic (5.38-r0) 00:33:20 (2/12) Installing file (5.38-r0) 00:33:20 (3/12) Installing libc-dev (0.7.2-r3) 00:33:20 (4/12) Installing g++ (9.3.0-r2) 00:33:25 (5/12) Installing fortify-headers (1.1-r0) 00:33:25 (6/12) Installing patch (2.7.6-r6) 00:33:25 (7/12) Installing build-base (0.5-r2) 00:33:25 (8/12) Installing libsodium (1.0.18-r0) 00:33:25 (9/12) Installing pkgconf (1.7.2-r0) 00:33:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:25 (11/12) Installing libzmq (4.3.3-r0) 00:33:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:25 Executing busybox-1.31.1-r19.trigger 00:33:25 OK: 233 MiB in 51 packages 00:33:29 Removing intermediate container 3cd24040138c 00:33:29 ---> fa41a582c759 00:33:29 Step 4/6 : WORKDIR /edgex-go 00:33:29 ---> Running in 1a1c799ebc31 00:33:29 Removing intermediate container 1a1c799ebc31 00:33:29 ---> 6dd7b982cd10 00:33:29 Step 5/6 : COPY go.mod . 00:33:29 ---> f90c5aa71842 00:33:29 Step 6/6 : RUN go mod download 00:33:30 ---> Running in 2826b1f2e1e7 00:33:52 Removing intermediate container 2826b1f2e1e7 00:33:52 ---> 2bacd52e6969 00:33:52 Successfully built 2bacd52e6969 00:33:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:52 + docker inspect -f . ci-base-image-x86_64 00:33:52 . [Pipeline] withDockerContainer 00:33:52 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:33:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:53 $ docker top 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:54 + go version 00:33:54 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:54 $ docker stop --time=1 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d 00:33:55 $ docker rm -f 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:56 + docker inspect -f . ci-base-image-x86_64 00:33:56 . [Pipeline] withDockerContainer 00:33:56 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:33:56 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:57 $ docker top e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:57 ========================================================= 00:33:57 [edgeXBuildGoParallel] Running Tests and Build... 00:33:57 ========================================================= [Pipeline] sh 00:33:58 + make test 00:33:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 77.1% of statements 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.462s coverage: 82.4% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.311s coverage: 93.8% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements 00:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements 00:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 84.2% of statements 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.4% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.265s coverage: 63.5% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.486s coverage: 68.9% of statements 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 37.0% of statements 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.410s coverage: 84.0% of statements 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.058s coverage: 100.0% of statements 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.1% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.949s coverage: 29.1% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.041s coverage: 32.1% of statements 00:34:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:34:59 GO111MODULE=on go vet ./... 00:35:32 gofmt -l . 00:35:32 [ "`gofmt -l .`" = "" ] 00:35:32 ./bin/test-go-mod-tidy.sh 00:35:32 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:32 + ls -al . 00:35:32 total 636 00:35:32 drwxrwxr-x 10 1001 1001 4096 Jan 10 00:35 . 00:35:32 drwxr-xr-x 4 root root 30 Jan 10 00:33 .. 00:35:32 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:31 .dockerignore 00:35:32 drwxrwxr-x 8 1001 1001 179 Jan 10 00:31 .git 00:35:32 drwxrwxr-x 3 1001 1001 125 Jan 10 00:31 .github 00:35:32 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:31 .gitignore 00:35:32 drwx------ 3 1001 1001 47 Jan 10 00:32 .semver 00:35:32 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:31 .sonarcloud.properties 00:35:32 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:31 CONTRIBUTING.md 00:35:32 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:31 Dockerfile.build 00:35:32 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:31 Jenkinsfile 00:35:32 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:31 LICENSE 00:35:32 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:31 Makefile 00:35:32 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:31 README.md 00:35:32 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:31 SECURITY.md 00:35:32 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION 00:35:32 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:31 ZMQWindows.md 00:35:32 drwxrwxr-x 2 1001 1001 117 Jan 10 00:31 bin 00:35:32 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:31 cmd 00:35:32 -rw-r--r-- 1 root root 536793 Jan 10 00:34 coverage.out 00:35:32 -rw-r--r-- 1 root root 979 Jan 10 00:35 go.mod 00:35:32 -rw-r--r-- 1 root root 19019 Jan 10 00:35 go.sum 00:35:32 drwxrwxr-x 8 1001 1001 127 Jan 10 00:31 internal 00:35:32 drwxrwxr-x 4 1001 1001 26 Jan 10 00:31 openapi 00:35:32 drwxrwxr-x 4 1001 1001 71 Jan 10 00:31 snap 00:35:32 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:31 version.go [Pipeline] sh 00:35:32 + '[' -e coverage.out ] 00:35:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:32 Stashed 1 file(s) [Pipeline] sh 00:35:33 + make build 00:35:33 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:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19296 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:35:42 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 00:35:46 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:35:47 using credential edgex-jenkins-ssh 00:35:47 Cloning the remote Git repository 00:35:48 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:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:47 > git init /w/workspace/edgex-go/19 # timeout=10 00:35:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:47 > git --version # timeout=10 00:35:48 > git --version # 'git version 2.17.1' 00:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:49 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:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00: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:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:56 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:35:57 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:35:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:36:00 $ docker stop --time=1 e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 00:36:02 $ docker rm -f e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:04 00:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:04 latest: Pulling from edgex-devops/edgex-compose 00:36:04 cbdbe7a5bc2a: Pulling fs layer 00:36:04 ca9280d653b3: Pulling fs layer 00:36:04 7e9c9ca2126c: Pulling fs layer 00:36:04 cbdbe7a5bc2a: Download complete 00:36:04 ca9280d653b3: Verifying Checksum 00:36:04 ca9280d653b3: Download complete 00:36:04 cbdbe7a5bc2a: Pull complete 00:36:06 ca9280d653b3: Pull complete 00:36:06 7e9c9ca2126c: Download complete 00:36:13 7e9c9ca2126c: Pull complete 00:36:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:13 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:36:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:16 $ docker top f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:17 + grep parallel 00:36:17 + docker-compose build --help 00:36:18 --parallel Build images in parallel. [Pipeline] } 00:36:18 $ docker stop --time=1 f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 00:36:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:19 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c 00:36:19 $ docker rm -f f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 00:36:19 Merge succeeded, producing 769620cb725adbb59d28662ffa78690362b57496 00:36:19 Checking out Revision 769620cb725adbb59d28662ffa78690362b57496 (PR-2924) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:20 . [Pipeline] withDockerContainer 00:36:20 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:36:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:19 > git config core.sparsecheckout # timeout=10 00:36:19 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 00:36:19 > git remote # timeout=10 00:36:19 > git config --get remote.origin.url # timeout=10 00:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:19 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:36:19 > git rev-parse HEAD^{commit} # timeout=10 00:36:19 > git config core.sparsecheckout # timeout=10 00:36:19 > git checkout -f 769620cb725adbb59d28662ffa78690362b57496 # timeout=10 00:36:21 $ docker top 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:22 Building docker-core-command-go ... 00:36:22 Building docker-core-data-go ... 00:36:22 Building docker-core-metadata-go ... 00:36:22 Building docker-security-bootstrap-redis-go ... 00:36:22 Building docker-security-proxy-setup-go ... 00:36:22 Building docker-security-secretstore-setup-go ... 00:36:22 Building docker-support-notifications-go ... 00:36:22 Building docker-support-scheduler-go ... 00:36:22 Building docker-sys-mgmt-agent-go ... 00:36:22 Building docker-support-notifications-go 00:36:22 Building docker-core-command-go 00:36:22 Building docker-core-data-go 00:36:22 Building docker-support-scheduler-go 00:36:22 Building docker-security-bootstrap-redis-go 00:36:24 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:36:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:26 + sudo service docker restart 00:36:26 + true 00:36:24 > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:28 provisioning config files... 00:36:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2329032564435113319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:29 ---> docker-login.sh 00:36:29 nexus3.edgexfoundry.org:10001 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10002 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 nexus3.edgexfoundry.org:10003 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 nexus3.edgexfoundry.org:10004 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:32 Configure a credential helper to remove this warning. See 00:36:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:32 00:36:32 Login Succeeded 00:36:32 docker.io 00:36:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:33 Configure a credential helper to remove this warning. See 00:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:33 00:36:33 Login Succeeded 00:36:33 ---> docker-login.sh ends [Pipeline] } 00:36:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:33 ========================================================= 00:36:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:35 Sending build context to Docker daemon 165.5MB 00:36:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:35 Step 2/6 : FROM ${BASE} 00:36:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:35 5f621e34cdf4: Pulling fs layer 00:36:35 a4357932f1b6: Pulling fs layer 00:36:35 18c013af1878: Pulling fs layer 00:36:35 00ac8860ef70: Pulling fs layer 00:36:35 63d7cb157983: Pulling fs layer 00:36:35 b116817d02f9: Pulling fs layer 00:36:35 745a02a5169b: Pulling fs layer 00:36:35 00ac8860ef70: Waiting 00:36:35 63d7cb157983: Waiting 00:36:35 b116817d02f9: Waiting 00:36:35 745a02a5169b: Waiting 00:36:36 18c013af1878: Verifying Checksum 00:36:36 18c013af1878: Download complete 00:36:36 a4357932f1b6: Verifying Checksum 00:36:36 a4357932f1b6: Download complete 00:36:36 63d7cb157983: Download complete 00:36:36 b116817d02f9: Verifying Checksum 00:36:36 b116817d02f9: Download complete 00:36:36 5f621e34cdf4: Download complete 00:36:36 5f621e34cdf4: Pull complete 00:36:37 a4357932f1b6: Pull complete 00:36:37 18c013af1878: Pull complete 00:36:38 745a02a5169b: Verifying Checksum 00:36:38 745a02a5169b: Download complete 00:36:39 00ac8860ef70: Verifying Checksum 00:36:39 00ac8860ef70: Download complete 00:36:49 00ac8860ef70: Pull complete 00:36:49 63d7cb157983: Pull complete 00:36:49 b116817d02f9: Pull complete 00:36:52 745a02a5169b: Pull complete 00:36:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:52 ---> b7e6874047d6 00:36:52 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:36:56 ---> Running in a1863f63dd0a 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:01 (1/12) Installing libmagic (5.38-r0) 00:37:01 (2/12) Installing file (5.38-r0) 00:37:01 (3/12) Installing libc-dev (0.7.2-r3) 00:37:01 (4/12) Installing g++ (9.3.0-r2) 00:37:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 2bacd52e6969 00:37:02 00:37:02 Step 3/23 : WORKDIR /edgex-go 00:37:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:02 ---> 2bacd52e6969 00:37:02 Step 3/22 : WORKDIR /edgex-go 00:37:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:02 ---> 2bacd52e6969 00:37:02 Step 3/21 : WORKDIR /edgex-go 00:37:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:02 ---> 2bacd52e6969 00:37:02 Step 3/22 : WORKDIR /edgex-go 00:37:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:02 ---> 2bacd52e6969 00:37:02 Step 3/24 : WORKDIR /edgex-go 00:37:02 ---> Running in b04fe65b5712 00:37:02 ---> Running in 6ce00fc9d700 00:37:02 ---> Running in 751db711816f 00:37:02 ---> Running in 14a25710262c 00:37:02 ---> Running in 93d3e9d52a8f 00:37:02 Removing intermediate container b04fe65b5712 00:37:02 ---> 53162b84406f 00:37:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:02 Removing intermediate container 751db711816f 00:37:02 ---> 160f06d82806 00:37:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:02 Removing intermediate container 93d3e9d52a8f 00:37:02 ---> b86c0275723e 00:37:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:02 Removing intermediate container 14a25710262c 00:37:02 ---> 335e03e286b4 00:37:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:02 Removing intermediate container 6ce00fc9d700 00:37:02 ---> 131ce8806c66 00:37:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:02 ---> Running in 67ebea9a8eca 00:37:02 ---> Running in b28983c9dd1c 00:37:02 ---> Running in 1adb026d0c1b 00:37:02 ---> Running in c84763a55b80 00:37:02 ---> Running in 13c94067ba3e 00:37:02 Removing intermediate container b28983c9dd1c 00:37:02 ---> 4a3d5d09c3e8 00:37:02 Step 5/21 : RUN apk add --update --no-cache make git 00:37:02 Removing intermediate container 1adb026d0c1b 00:37:02 ---> 1e20702124a1 00:37:02 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:02 Removing intermediate container 13c94067ba3e 00:37:02 ---> a9b7b8fc1fc6 00:37:02 Step 5/22 : RUN apk add --update --no-cache make git 00:37:02 ---> Running in c4cebdce4ca0 00:37:02 ---> Running in 604608dd892d 00:37:02 ---> Running in bd0600f39b48 00:37:02 Removing intermediate container 67ebea9a8eca 00:37:02 ---> 46d93f02f1f7 00:37:02 Step 5/22 : RUN apk add --update --no-cache make git 00:37:02 Removing intermediate container c84763a55b80 00:37:02 ---> 152fbd6b6e69 00:37:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:02 ---> Running in 1ee1efb5fb36 00:37:02 ---> Running in 9dc899547f47 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:06 OK: 233 MiB in 51 packages 00:37:07 OK: 233 MiB in 51 packages 00:37:07 Removing intermediate container c4cebdce4ca0 00:37:07 ---> 0bfa292e5ed5 00:37:07 Step 6/21 : COPY go.mod . 00:37:07 ---> e0278d32e150 00:37:07 Step 7/21 : RUN go mod download 00:37:07 ---> Running in 126ab4f76fe4 00:37:07 Removing intermediate container 1ee1efb5fb36 00:37:07 ---> 6b9d5372a3a9 00:37:07 Step 6/22 : COPY go.mod . 00:37:08 ---> 3cd517090772 00:37:08 Step 7/22 : RUN go mod download 00:37:08 OK: 233 MiB in 51 packages 00:37:08 ---> Running in ea5027ee1e24 00:37:08 OK: 233 MiB in 51 packages 00:37:09 OK: 233 MiB in 51 packages 00:37:09 Removing intermediate container 9dc899547f47 00:37:09 ---> 625ffb046376 00:37:09 Step 6/23 : COPY go.mod . 00:37:09 Removing intermediate container 604608dd892d 00:37:09 ---> 4d92ccfce8dc 00:37:09 Step 6/24 : COPY go.mod . 00:37:09 Removing intermediate container bd0600f39b48 00:37:09 ---> 129a1d565fab 00:37:09 Step 6/22 : COPY go.mod . 00:37:09 ---> d0dab4b31c1f 00:37:09 Step 7/23 : RUN go mod download 00:37:09 ---> 852caa323842 00:37:09 Step 7/24 : RUN go mod download 00:37:10 ---> Running in 10011b8afa3e 00:37:10 ---> Running in 96e15d2e08c1 00:37:10 ---> a01d45429d98 00:37:10 Step 7/22 : RUN go mod download 00:37:10 ---> Running in 3e02f27b094f 00:37:10 Removing intermediate container 126ab4f76fe4 00:37:10 ---> a8af11dad618 00:37:10 Step 8/21 : COPY . . 00:37:11 Removing intermediate container ea5027ee1e24 00:37:11 ---> c2db1b27d337 00:37:11 Step 8/22 : COPY . . 00:37:18 Removing intermediate container 96e15d2e08c1 00:37:18 ---> d81b2bdcbfd9 00:37:18 Step 8/24 : COPY . . 00:37:18 Removing intermediate container 10011b8afa3e 00:37:18 ---> cc3613888ba0 00:37:18 Step 8/23 : COPY . . 00:37:18 Removing intermediate container 3e02f27b094f 00:37:18 ---> 7ae5f71dcb1b 00:37:18 Step 8/22 : COPY . . 00:37:34 (5/12) Installing fortify-headers (1.1-r0) 00:37:34 (6/12) Installing patch (2.7.6-r6) 00:37:34 (7/12) Installing build-base (0.5-r2) 00:37:34 (8/12) Installing libsodium (1.0.18-r0) 00:37:34 (9/12) Installing pkgconf (1.7.2-r0) 00:37:34 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:34 (11/12) Installing libzmq (4.3.3-r0) 00:37:34 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:34 Executing busybox-1.31.1-r19.trigger 00:37:34 OK: 217 MiB in 51 packages 00:37:38 Removing intermediate container a1863f63dd0a 00:37:38 ---> c395b222d863 00:37:38 Step 4/6 : WORKDIR /edgex-go 00:37:38 ---> Running in 7eed45b81b0b 00:37:39 Removing intermediate container 7eed45b81b0b 00:37:39 ---> f3685adb18b8 00:37:39 Step 5/6 : COPY go.mod . 00:37:39 ---> bad8461e187a 00:37:39 Step 6/6 : RUN go mod download 00:37:39 ---> Running in a70fa257e4a3 00:37:57 ---> 9bdd49ee7173 00:37:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:57 ---> 8378236cd140 00:37:57 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:57 ---> Running in 87358cd38a62 00:37:57 ---> Running in 3fe04162f544 00:37:57 ---> a40c4a2aa6c3 00:37:57 Step 9/22 : RUN make cmd/core-command/core-command 00:37:57 ---> 20e2762fe1f8 00:37:57 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:57 ---> 2994fd62b01f 00:37:57 Step 9/23 : RUN make cmd/core-data/core-data 00:37:57 ---> Running in 876398bff21a 00:37:57 ---> Running in e6c58b1fae82 00:37:57 ---> Running in 504ca35dad64 00:37:57 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:37:57 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:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37: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:37:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38:06 Removing intermediate container a70fa257e4a3 00:38:06 ---> 08acab48d12e 00:38:06 Successfully built 08acab48d12e 00:38:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:07 + docker inspect -f . ci-base-image-arm64 00:38:07 . [Pipeline] withDockerContainer 00:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 00:38:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:09 $ docker top 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:10 + go version 00:38:10 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:10 $ docker stop --time=1 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca 00:38:12 $ docker rm -f 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:13 + docker inspect -f . ci-base-image-arm64 00:38:13 . [Pipeline] withDockerContainer 00:38:13 prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 00:38:13 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:15 $ docker top 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:15 ========================================================= 00:38:15 [edgeXBuildGoParallel] Running Tests and Build... 00:38:15 ========================================================= [Pipeline] sh 00:38:16 + make test 00:38:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:43 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:44 Removing intermediate container 3fe04162f544 00:38:44 ---> 455910d9c982 00:38:44 00:38:44 Step 10/22 : FROM alpine:3.12 00:38:44 3.12: Pulling from library/alpine 00:38:44 Removing intermediate container 876398bff21a 00:38:44 ---> e296589d77dd 00:38:44 00:38:44 Step 10/24 : FROM scratch 00:38:44 ---> 00:38:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:44 Status: Downloaded newer image for alpine:3.12 00:38:44 ---> 389fef711851 00:38:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:44 ---> Running in c9ef0d57a968 00:38:44 ---> Running in 8f7c40353b3b 00:38:44 Removing intermediate container 87358cd38a62 00:38:44 ---> 2f60eec3ddae 00:38:44 00:38:44 Step 10/21 : FROM scratch 00:38:44 ---> 00:38:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:44 Removing intermediate container e6c58b1fae82 00:38:44 ---> 648d02aa0439 00:38:44 00:38:44 Step 10/22 : FROM scratch 00:38:44 ---> 00:38:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:44 ---> Running in 083494e813e4 00:38:44 ---> Running in 8aca1e52bc4e 00:38:44 Removing intermediate container c9ef0d57a968 00:38:44 ---> 66f9d3529a9e 00:38:44 Step 12/24 : ENV APP_PORT=48060 00:38:44 ---> Running in 9bd3184b66b1 00:38:44 Removing intermediate container 083494e813e4 00:38:44 ---> 7645883e7048 00:38:44 Step 12/21 : ENV APP_PORT=48085 00:38:44 ---> Running in be714e7a5993 00:38:44 Removing intermediate container 8aca1e52bc4e 00:38:44 ---> f84b14a3462f 00:38:44 Step 12/22 : ENV APP_PORT=48082 00:38:44 Removing intermediate container 9bd3184b66b1 00:38:44 ---> 4dcf8148f8ef 00:38:44 Step 13/24 : EXPOSE $APP_PORT 00:38:44 ---> Running in 8d20c777dfd0 00:38:44 ---> Running in ec3af6cb756c 00:38:44 Removing intermediate container be714e7a5993 00:38:44 ---> c2385c85745f 00:38:44 Step 13/21 : EXPOSE $APP_PORT 00:38:44 ---> Running in 098b10928318 00:38:44 Removing intermediate container 8d20c777dfd0 00:38:44 ---> 9bb9885afcd4 00:38:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:44 Removing intermediate container ec3af6cb756c 00:38:44 ---> 73ea57189f31 00:38:44 Step 13/22 : EXPOSE $APP_PORT 00:38:44 ---> Running in 504a6fd036e1 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:44 Removing intermediate container 098b10928318 00:38:44 ---> 8becc1c141a0 00:38:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:38:44 (1/5) Installing ca-certificates (20191127-r4) 00:38:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:44 (3/5) Installing libcurl (7.69.1-r3) 00:38:44 (4/5) Installing curl (7.69.1-r3) 00:38:44 (5/5) Installing dumb-init (1.2.2-r1) 00:38:44 Executing busybox-1.31.1-r19.trigger 00:38:44 Executing ca-certificates-20191127-r4.trigger 00:38:44 OK: 7 MiB in 19 packages 00:38:45 Removing intermediate container 504a6fd036e1 00:38:45 ---> 043a50bac88f 00:38:45 Step 14/22 : WORKDIR / 00:38:45 ---> 71de152c29ac 00:38:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:45 ---> 176fcd5df4d3 00:38:45 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:45 ---> Running in 030697a9fcd5 00:38:46 Removing intermediate container 030697a9fcd5 00:38:46 ---> c1fbe39179f2 00:38:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:38:46 Removing intermediate container 8f7c40353b3b 00:38:46 ---> 282831bf6d51 00:38:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:38:47 ---> fb1cdcfaf9f6 00:38:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:47 ---> d28e1b216033 00:38:47 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:47 ---> Running in 693ac1bf830d 00:38:47 ---> ad0993f8be4d 00:38:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:48 Removing intermediate container 693ac1bf830d 00:38:48 ---> fda3ce258edb 00:38:48 Step 13/22 : WORKDIR / 00:38:49 ---> 63f964a96ab2 00:38:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:50 ---> Running in 1a7bf5f53a26 00:38:50 ---> Running in 2a4e097652bf 00:38:50 ---> 8b109b137c44 00:38:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:38:50 ---> 87e9fb2055e0 00:38:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:50 Removing intermediate container 504ca35dad64 00:38:50 ---> 05d268176564 00:38:50 00:38:50 Step 10/23 : FROM alpine:3.12 00:38:50 ---> 389fef711851 00:38:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:50 ---> Running in caf67b6f1d75 00:38:50 Removing intermediate container 1a7bf5f53a26 00:38:50 ---> 9f20838f588f 00:38:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:51 Removing intermediate container 2a4e097652bf 00:38:51 ---> b2c9e9486047 00:38:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:38:51 ---> Running in 443f278b5b88 00:38:51 ---> cafe7f1fadd0 00:38:51 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:51 ---> cbbc49ca0fbe 00:38:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:51 Removing intermediate container caf67b6f1d75 00:38:51 ---> da7bd50006c9 00:38:51 Step 12/23 : ENV APP_PORT=48080 00:38:51 ---> Running in 2b0420f68379 00:38:51 ---> Running in 337c5d734ac6 00:38:51 Removing intermediate container 443f278b5b88 00:38:51 ---> 68291961a073 00:38:51 Step 19/21 : LABEL arch=x86_64 00:38:51 ---> 7dd9e5fc4099 00:38:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:38:51 ---> Running in b2dfaedca6e3 00:38:51 Removing intermediate container 2b0420f68379 00:38:51 ---> ff4d267a23a0 00:38:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:51 Removing intermediate container 337c5d734ac6 00:38:51 ---> 64a9022d073f 00:38:51 Step 13/23 : EXPOSE $APP_PORT 00:38:52 ---> Running in 218420be738d 00:38:52 ---> Running in 189415f4d4ec 00:38:52 Removing intermediate container b2dfaedca6e3 00:38:52 ---> 84ea66b0412c 00:38:52 Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:38:52 ---> b8970cd008d0 00:38:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:52 ---> Running in 2c6d3aeddc78 00:38:52 ---> 5388f571e6fc 00:38:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:38:52 Removing intermediate container 218420be738d 00:38:52 ---> e84d13d8740a 00:38:52 Step 20/22 : LABEL arch=x86_64 00:38:52 Removing intermediate container 189415f4d4ec 00:38:52 ---> b7118e5de9f4 00:38:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:52 ---> Running in db7a86620bc1 00:38:52 ---> Running in 98fa34f4d865 00:38:53 ---> a4fc59397ba6 00:38:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:53 Removing intermediate container 2c6d3aeddc78 00:38:53 ---> 14315c6ff417 00:38:53 Step 21/21 : LABEL version=0.0.0 00:38:53 ---> Running in 80e1853cb40c 00:38:53 ---> Running in 9151276a376a 00:38:54 Removing intermediate container db7a86620bc1 00:38:54 ---> 2ad36d0fda15 00:38:54 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:38:54 ---> 53e33efc4479 00:38:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:54 ---> Running in 6eaf5a81f790 00:38:54 Removing intermediate container 80e1853cb40c 00:38:54 ---> 94ca78649738 00:38:54 00:38:54 Removing intermediate container 9151276a376a 00:38:54 ---> 0d8fcc34f616 00:38:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:54 Removing intermediate container 6eaf5a81f790 00:38:54 ---> 93bd52dc8cd3 00:38:54 Step 22/22 : LABEL version=0.0.0 00:38:54 ---> 0855327d713e 00:38:54 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:54 ---> Running in 4dd1790646ba 00:38:54 ---> Running in ee0122234b28 00:38:54 Successfully built 94ca78649738 00:38:54 Successfully tagged docker-support-scheduler-go:latest 00:38:54 Building docker-security-proxy-setup-go 00:38:54  Building docker-support-scheduler-go ... done  ---> Running in 7696c3af037d 00:38:54 Removing intermediate container 4dd1790646ba 00:38:54 ---> a078be136321 00:38:54 Step 22/24 : LABEL arch=x86_64 00:38:54 Removing intermediate container ee0122234b28 00:38:54 ---> 693e02ebbaaa 00:38:54 00:38:54 Successfully built 693e02ebbaaa 00:38:55 ---> Running in b8cf6079bb58 00:38:55 Successfully tagged docker-core-command-go:latest 00:38:55  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:38:55 Removing intermediate container b8cf6079bb58 00:38:55 ---> ea7ee65beb7a 00:38:55 Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:38:55 Removing intermediate container 98fa34f4d865 00:38:55 ---> c48729f95382 00:38:55 Step 15/23 : RUN apk add --update --no-cache zeromq 00:38:56 ---> Running in fd6a199425c7 00:38:56 ---> Running in ad2a8d2f6fe5 00:38:57 Removing intermediate container fd6a199425c7 00:38:57 ---> 88f4a6f2a771 00:38:57 Step 24/24 : LABEL version=0.0.0 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 ---> Running in 4d0dea0d934d 00:38:59 Removing intermediate container 7696c3af037d 00:38:59 ---> 81558e061757 00:38:59 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:59 ---> Running in 94ca7a0a4a3d 00:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:00 Removing intermediate container 4d0dea0d934d 00:39:00 ---> 25bdcdbf88d3 00:39:00 00:39:01 Successfully built 25bdcdbf88d3 00:39:01 (1/5) Installing libgcc (9.3.0-r2) 00:39:01 Successfully tagged docker-support-notifications-go:latest 00:39:01 Building docker-core-metadata-go 00:39:01  Building docker-support-notifications-go ... done (2/5) Installing libsodium (1.0.18-r0) 00:39:01 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:01 Removing intermediate container 94ca7a0a4a3d 00:39:01 ---> 383cd837ce86 00:39:01 Step 20/22 : LABEL arch=x86_64 00:39:02 ---> Running in 1fe3b6acf804 00:39:02 (4/5) Installing libzmq (4.3.3-r0) 00:39:02 (5/5) Installing zeromq (4.3.3-r0) 00:39:02 Executing busybox-1.31.1-r19.trigger 00:39:02 OK: 8 MiB in 19 packages 00:39:02 Removing intermediate container 1fe3b6acf804 00:39:02 ---> ac7132ac3ae4 00:39:02 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:39:03 ---> Running in 5f5ac132c950 00:39:04 Removing intermediate container 5f5ac132c950 00:39:04 ---> 87b6bbb20c25 00:39:04 Step 22/22 : LABEL version=0.0.0 00:39:07 ---> Running in 8ff118eedd7f 00:39:07 Removing intermediate container ad2a8d2f6fe5 00:39:07 ---> ecd896cc94d7 00:39:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:07 Removing intermediate container 8ff118eedd7f 00:39:07 ---> a1886fdb458d 00:39:07 00:39:07 ---> a33f6c505e51 00:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:07 Successfully built a1886fdb458d 00:39:08 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:08 Building docker-sys-mgmt-agent-go 00:39:10  Building docker-security-bootstrap-redis-go ... done  ---> fccd7cb5db3c 00:39:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:11 ---> 00c251838581 00:39:11 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:12 ---> Running in e5b686f4ff89 00:39:12 Removing intermediate container e5b686f4ff89 00:39:12 ---> a8d2945ed6e0 00:39:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:13 ---> Running in 16ee227aa6bb 00:39:14 Removing intermediate container 16ee227aa6bb 00:39:14 ---> ce7c0793c1da 00:39:14 Step 21/23 : LABEL arch=x86_64 00:39:15 ---> Running in c2fa8215f942 00:39:15 Removing intermediate container c2fa8215f942 00:39:15 ---> 3eff50300dc6 00:39:15 Step 22/23 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:39:16 ---> Running in 5ffb7a8cac6f 00:39:17 Removing intermediate container 5ffb7a8cac6f 00:39:17 ---> 1747dbd436c0 00:39:17 Step 23/23 : LABEL version=0.0.0 00:39:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:18 ---> 2bacd52e6969 00:39:18 Step 3/24 : WORKDIR /edgex-go 00:39:18 ---> Using cache 00:39:18 ---> 131ce8806c66 00:39:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:18 ---> Using cache 00:39:18 ---> a9b7b8fc1fc6 00:39:18 Step 5/24 : RUN apk add --update --no-cache make git 00:39:18 ---> Using cache 00:39:18 ---> 129a1d565fab 00:39:18 Step 6/24 : COPY go.mod . 00:39:18 ---> Using cache 00:39:18 ---> a01d45429d98 00:39:18 Step 7/24 : RUN go mod download 00:39:18 ---> Using cache 00:39:18 ---> 7ae5f71dcb1b 00:39:18 Step 8/24 : COPY . . 00:39:18 ---> Using cache 00:39:18 ---> a40c4a2aa6c3 00:39:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:18 ---> 2bacd52e6969 00:39:18 Step 3/21 : WORKDIR /edgex-go 00:39:18 ---> Using cache 00:39:18 ---> 131ce8806c66 00:39:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:18 ---> Using cache 00:39:18 ---> a9b7b8fc1fc6 00:39:18 Step 5/21 : RUN apk add --update --no-cache make git 00:39:18 ---> Using cache 00:39:18 ---> 129a1d565fab 00:39:18 Step 6/21 : COPY go.mod . 00:39:18 ---> Using cache 00:39:18 ---> a01d45429d98 00:39:18 Step 7/21 : RUN go mod download 00:39:18 ---> Using cache 00:39:18 ---> 7ae5f71dcb1b 00:39:18 Step 8/21 : COPY . . 00:39:18 ---> Using cache 00:39:18 ---> a40c4a2aa6c3 00:39:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:19 ---> Running in 12586fc09458 00:39:19 ---> Running in 8601c23c589b 00:39:19 ---> Running in 188191f935fd 00:39:20 Removing intermediate container 12586fc09458 00:39:20 ---> c0b2a0c9c121 00:39:20 00:39:20 Successfully built c0b2a0c9c121 00:39:21 Successfully tagged docker-core-data-go:latest 00:39:23  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:25 ---> 2bacd52e6969 00:39:25 Step 3/22 : WORKDIR /edgex-go 00:39:25 ---> Using cache 00:39:25 ---> 131ce8806c66 00:39:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:25 ---> Using cache 00:39:25 ---> a9b7b8fc1fc6 00:39:25 Step 5/22 : RUN apk add --update --no-cache make git 00:39:25 ---> Using cache 00:39:25 ---> 129a1d565fab 00:39:25 Step 6/22 : COPY go.mod . 00:39:25 ---> Using cache 00:39:25 ---> a01d45429d98 00:39:25 Step 7/22 : RUN go mod download 00:39:25 ---> Using cache 00:39:25 ---> 7ae5f71dcb1b 00:39:25 Step 8/22 : COPY . . 00:39:25 ---> Using cache 00:39:25 ---> a40c4a2aa6c3 00:39:25 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:26 ---> Running in 0ec795315230 00:39:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:39:35 ---> 2bacd52e6969 00:39:35 Step 3/26 : WORKDIR /edgex-go 00:39:35 ---> Using cache 00:39:35 ---> 131ce8806c66 00:39:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:35 ---> Using cache 00:39:35 ---> a9b7b8fc1fc6 00:39:35 Step 5/26 : RUN apk add --update --no-cache make bash git 00:39:35 ---> Running in 3920e2e3e62b 00:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 OK: 233 MiB in 51 packages 00:39:39 Removing intermediate container 3920e2e3e62b 00:39:39 ---> 054f25477e7f 00:39:39 Step 6/26 : COPY go.mod . 00:39:39 ---> c0f0aaa49df6 00:39:39 Step 7/26 : RUN go mod download 00:39:39 ---> Running in c28229a48431 00:39:44 Removing intermediate container c28229a48431 00:39:44 ---> a7d4ec1d7706 00:39:44 Step 8/26 : COPY . . 00:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.6% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:09 Removing intermediate container 8601c23c589b 00:40:09 ---> 7c8530828844 00:40:09 00:40:09 Step 10/21 : FROM alpine:3.12 00:40:09 ---> 389fef711851 00:40:09 Step 11/21 : RUN apk add --update --no-cache curl 00:40:09 Removing intermediate container 188191f935fd 00:40:09 ---> efc5d1046007 00:40:09 00:40:09 Step 10/24 : FROM alpine:3.12 00:40:09 ---> 389fef711851 00:40:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:09 ---> Using cache 00:40:09 ---> 282831bf6d51 00:40:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:09 ---> Running in 5132de5cfa1e 00:40:09 ---> Running in 2054058de21e 00:40:09 Removing intermediate container 0ec795315230 00:40:09 ---> 2eec15b384aa 00:40:09 00:40:09 Step 10/22 : FROM scratch 00:40:09 ---> 00:40:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:09 ---> 4f61917f86ab 00:40:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:09 ---> Running in 519c562f7ce0 00:40:09 ---> Using cache 00:40:09 ---> f84b14a3462f 00:40:09 Step 12/22 : ENV APP_PORT=48081 00:40:09 Removing intermediate container 5132de5cfa1e 00:40:09 ---> 083eec917528 00:40:09 Step 13/24 : WORKDIR / 00:40:09 ---> Running in 49265997d428 00:40:09 ---> Running in 3ec3e19cdccf 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:09 Removing intermediate container 49265997d428 00:40:09 ---> 4a2ed19ced49 00:40:09 Step 13/22 : EXPOSE $APP_PORT 00:40:09 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:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:09 ---> Running in 2cee15c05524 00:40:09 Removing intermediate container 3ec3e19cdccf 00:40:09 ---> 61a6a7a6e702 00:40:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:09 (1/4) Installing ca-certificates (20191127-r4) 00:40:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:09 (3/4) Installing libcurl (7.69.1-r3) 00:40:09 (4/4) Installing curl (7.69.1-r3) 00:40:09 Executing busybox-1.31.1-r19.trigger 00:40:09 Executing ca-certificates-20191127-r4.trigger 00:40:09 OK: 7 MiB in 18 packages 00:40:09 Removing intermediate container 2cee15c05524 00:40:09 ---> 838f9a87ddd0 00:40:09 Step 14/22 : WORKDIR / 00:40:09 ---> Running in 05553a764c83 00:40:09 ---> 0c6e206c2451 00:40:09 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:40:09 Removing intermediate container 05553a764c83 00:40:09 ---> 91378f76062a 00:40:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:09 ---> a92d712600ce 00:40:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:09 ---> 8a2cb949569d 00:40:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:09 Removing intermediate container 2054058de21e 00:40:09 ---> 537353a87dd7 00:40:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:10 ---> Running in 1ce66e15de7e 00:40:10 ---> ec6fac45ecdd 00:40:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:10 Removing intermediate container 1ce66e15de7e 00:40:10 ---> 67310ac2b571 00:40:10 Step 13/21 : WORKDIR /edgex 00:40:10 ---> Running in 7ef710ccce4c 00:40:10 ---> 3ee626e36366 00:40:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:12 Removing intermediate container 7ef710ccce4c 00:40:12 ---> 16f65b5a59a8 00:40:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:12 ---> fde478b8d543 00:40:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:12 ---> dc98b8d32022 00:40:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:12 ---> Running in 50622c33600b 00:40:12 ---> e1625ac72844 00:40:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:12 Removing intermediate container 50622c33600b 00:40:12 ---> 5988e1fd3227 00:40:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 ---> Running in ae4076c5c0b4 00:40:13 ---> f41713f756a8 00:40:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:13 Removing intermediate container ae4076c5c0b4 00:40:13 ---> aafff61965a6 00:40:13 Step 20/22 : LABEL arch=x86_64 00:40:13 ---> c2ec9bfea408 00:40:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:13 ---> Running in 07742c342740 00:40:13 ---> aa0ba2f6ec8c 00:40:13 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:40:13 ---> Running in 90f693ebceb6 00:40:13 Removing intermediate container 07742c342740 00:40:13 ---> 5c9f7a0efb98 00:40:13 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:40:14 ---> Running in 2a78d838e98d 00:40:14 ---> ef6d8ff8a27d 00:40:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:14 ---> Running in 4897fb5fe6fd 00:40:14 Removing intermediate container 2a78d838e98d 00:40:14 ---> f2054a5e32a0 00:40:14 Step 22/22 : LABEL version=0.0.0 00:40:14 ---> Running in 699b91266410 00:40:14 Removing intermediate container 4897fb5fe6fd 00:40:14 ---> eda470095c6b 00:40:14 Step 18/21 : CMD ["--init=true"] 00:40:14 ---> Running in ef67146fc452 00:40:15 Removing intermediate container 699b91266410 00:40:15 ---> 358e3eb3976e 00:40:15 00:40:15 Removing intermediate container ef67146fc452 00:40:15 ---> 56a9a7906f4c 00:40:15 Step 19/21 : LABEL arch=x86_64 00:40:15 Successfully built 358e3eb3976e 00:40:15 Successfully tagged docker-core-metadata-go:latest 00:40:15  Building docker-core-metadata-go ... done  ---> Running in c69836a9476c 00:40:15 Removing intermediate container c69836a9476c 00:40:15 ---> 12bfc3607e98 00:40:15 Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:40:15 Removing intermediate container 90f693ebceb6 00:40:15 ---> 002e645ac0b8 00:40:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:15 ---> Running in 078ae6bbba70 00:40:15 ---> Running in d37c175bf2cd 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.700s coverage: 77.8% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.423s coverage: 82.4% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:16 Removing intermediate container 078ae6bbba70 00:40:16 ---> c75cbddd5114 00:40:16 Step 21/21 : LABEL version=0.0.0 00:40:16 Removing intermediate container d37c175bf2cd 00:40:16 ---> d2a08a371b29 00:40:16 Step 22/24 : LABEL arch=x86_64 00:40:16 ---> Running in c92a6dfa9c59 00:40:16 ---> Running in 0da1359c10b1 00:40:16 Removing intermediate container c92a6dfa9c59 00:40:16 ---> 774116417a27 00:40:16 00:40:17 Successfully built 774116417a27 00:40:17 Successfully tagged docker-security-proxy-setup-go:latest 00:40:17  Building docker-security-proxy-setup-go ... done Removing intermediate container 0da1359c10b1 00:40:17 ---> a62227a6a28f 00:40:17 Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:40:17 ---> Running in 4c02330ebc8c 00:40:18 Removing intermediate container 4c02330ebc8c 00:40:18 ---> af4580a00905 00:40:18 Step 24/24 : LABEL version=0.0.0 00:40:18 ---> Running in bf822d7103e9 00:40:18 Removing intermediate container bf822d7103e9 00:40:18 ---> 539347e72acd 00:40:18 00:40:18 Successfully built 539347e72acd 00:40:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:21  Building docker-security-secretstore-setup-go ... done Removing intermediate container 519c562f7ce0 00:40:21 ---> 4c6b14b12947 00:40:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:21 ---> Running in f28c3a8a84b4 00:40:22 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:40:23 Removing intermediate container f28c3a8a84b4 00:40:23 ---> 97d92de42dbe 00:40:23 00:40:23 Step 11/26 : FROM docker:20.10.0 00:40:23 20.10.0: Pulling from library/docker 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.354s coverage: 28.6% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.355s coverage: 86.7% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:29 Status: Downloaded newer image for docker:20.10.0 00:40:29 ---> aefe523efa57 00:40:29 Step 12/26 : RUN apk add --no-cache bash 00:40:29 ---> Running in f62bb5f1e9e1 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:30 (1/2) Installing readline (8.0.4-r0) 00:40:30 (2/2) Installing bash (5.0.17-r0) 00:40:30 Executing bash-5.0.17-r0.post-install 00:40:30 Executing busybox-1.31.1-r19.trigger 00:40:30 OK: 12 MiB in 22 packages 00:40:31 Removing intermediate container f62bb5f1e9e1 00:40:31 ---> a16c2c7a2299 00:40:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:31 ---> Running in 671be22a1d29 00:40:31 Removing intermediate container 671be22a1d29 00:40:31 ---> 26ef040dfe94 00:40:31 Step 14/26 : ENV APP_PORT=48090 00:40:31 ---> Running in 3e56643a1a74 00:40:31 Removing intermediate container 3e56643a1a74 00:40:31 ---> 0ac2530cb3cf 00:40:31 Step 15/26 : EXPOSE $APP_PORT 00:40:31 ---> Running in fdae3890460d 00:40:31 Removing intermediate container fdae3890460d 00:40:31 ---> df8c0f4e7bb8 00:40:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:32 ---> af577a53f903 00:40:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:32 ---> f3353105e158 00:40:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:32 ---> 39bbaf0b0a4b 00:40:32 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:32 ---> Running in d96a4bc0d280 00:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:33 (1/33) Installing libbz2 (1.0.8-r1) 00:40:33 (2/33) Installing expat (2.2.9-r1) 00:40:33 (3/33) Installing libffi (3.3-r2) 00:40:33 (4/33) Installing gdbm (1.13-r1) 00:40:33 (5/33) Installing xz-libs (5.2.5-r0) 00:40:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:33 (7/33) Installing python3 (3.8.5-r0) 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.207s coverage: 93.8% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 00:40:34 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:35 (11/33) Installing py3-six (1.15.0-r0) 00:40:35 (12/33) Installing py3-packaging (20.4-r0) 00:40:35 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:35 (15/33) Installing py3-idna (2.9-r0) 00:40:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:35 (18/33) Installing py3-requests (2.23.0-r0) 00:40:35 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:35 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:35 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:35 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:35 (24/33) Installing py3-distro (1.5.0-r1) 00:40:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.178s coverage: 87.2% of statements 00:40:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:35 (29/33) Installing py3-progress (1.5-r0) 00:40:35 (30/33) Installing py3-toml (0.10.1-r0) 00:40:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:35 (33/33) Installing py3-pip (20.1.1-r0) 00:40:35 Executing busybox-1.31.1-r19.trigger 00:40:35 OK: 71 MiB in 55 packages 00:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.760s coverage: 63.5% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 00:40:45 Removing intermediate container d96a4bc0d280 00:40:45 ---> 6fc81fe38d90 00:40:45 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:45 ---> Running in eb158be4c1ef 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.944s coverage: 68.9% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:46 Collecting docker-compose==1.23.2 00:40:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:46 Collecting docker<4.0,>=3.6.0 00:40:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:47 Collecting dockerpty<0.5,>=0.4.1 00:40:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:47 Collecting jsonschema<3,>=2.5.1 00:40:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:47 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:40:47 Collecting cached-property<2,>=1.2.0 00:40:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:47 Collecting docopt<0.7,>=0.6.1 00:40:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:48 Collecting PyYAML<4,>=3.10 00:40:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 37.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.650s coverage: 84.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 00:40:49 Collecting texttable<0.10,>=0.9.0 00:40:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:50 Collecting websocket-client<1.0,>=0.32.0 00:40:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:50 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:40:50 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:40:50 Collecting urllib3<1.25,>=1.21.1 00:40:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:50 Collecting idna<2.8,>=2.5 00:40:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:50 Collecting docker-pycreds>=0.4.0 00:40:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:50 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, PyYAML, texttable, docker-compose 00:40:50 Attempting uninstall: urllib3 00:40:50 Found existing installation: urllib3 1.25.9 00:40:50 Uninstalling urllib3-1.25.9: 00:40:50 Successfully uninstalled urllib3-1.25.9 00:40:51 Attempting uninstall: idna 00:40:51 Found existing installation: idna 2.9 00:40:51 Uninstalling idna-2.9: 00:40:51 Successfully uninstalled idna-2.9 00:40:51 Attempting uninstall: requests 00:40:51 Found existing installation: requests 2.23.0 00:40:51 Uninstalling requests-2.23.0: 00:40:51 Successfully uninstalled requests-2.23.0 00:40:52 Running setup.py install for dockerpty: started 00:40:52 Running setup.py install for dockerpty: finished with status 'done' 00:40:52 Running setup.py install for docopt: started 00:40:53 Running setup.py install for docopt: finished with status 'done' 00:40:53 Running setup.py install for PyYAML: started 00:40:53 Running setup.py install for PyYAML: finished with status 'done' 00:40:53 Running setup.py install for texttable: started 00:40:53 Running setup.py install for texttable: finished with status 'done' 00:40:54 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:40:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.397s coverage: 47.1% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 00:40:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:57 Removing intermediate container eb158be4c1ef 00:40:57 ---> 2777bbde70c6 00:40:57 Step 21/26 : RUN apk --no-cache add curl 00:40:57 ---> Running in fd2d66341122 00:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:58 (2/3) Installing libcurl (7.69.1-r3) 00:40:58 (3/3) Installing curl (7.69.1-r3) 00:40:58 Executing busybox-1.31.1-r19.trigger 00:40:58 OK: 72 MiB in 58 packages 00:40:58 Removing intermediate container fd2d66341122 00:40:58 ---> 5b549f544f09 00:40:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:58 ---> Running in 22d07fa7f44f 00:40:58 Removing intermediate container 22d07fa7f44f 00:40:58 ---> e2afb3183edd 00:40:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:58 ---> Running in 3c50a1b8a8f9 00:40:58 Removing intermediate container 3c50a1b8a8f9 00:40:58 ---> afda835db55d 00:40:58 Step 24/26 : LABEL arch=x86_64 00:40:59 ---> Running in 7c0cc7ce7d55 00:40:59 Removing intermediate container 7c0cc7ce7d55 00:40:59 ---> ad8526c0787e 00:40:59 Step 25/26 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:40:59 ---> Running in 3b7f52b1b1b3 00:40:59 Removing intermediate container 3b7f52b1b1b3 00:40:59 ---> 030a1bf8abe7 00:40:59 Step 26/26 : LABEL version=0.0.0 00:40:59 ---> Running in d0a4b225a370 00:40:59 Removing intermediate container d0a4b225a370 00:40:59 ---> c900bd839b2f 00:40:59 00:40:59 Successfully built c900bd839b2f 00:40:59 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:00 $ docker stop --time=1 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e 00:41:01 $ docker rm -f 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e [Pipeline] // withDockerContainer [Pipeline] sh 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.653s coverage: 29.1% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.100s coverage: 100.0% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:02 + docker images 00:41:02 + grep docker 00:41:02 docker-sys-mgmt-agent-go latest c900bd839b2f 3 seconds ago 313MB 00:41:02 docker-security-secretstore-setup-go latest 539347e72acd 44 seconds ago 24.6MB 00:41:02 docker-security-proxy-setup-go latest 774116417a27 46 seconds ago 24.4MB 00:41:02 docker-core-metadata-go latest 358e3eb3976e 48 seconds ago 13MB 00:41:02 docker-core-data-go latest c0b2a0c9c121 About a minute ago 22.3MB 00:41:02 docker-security-bootstrap-redis-go latest a1886fdb458d About a minute ago 15.8MB 00:41:02 docker-support-notifications-go latest 25bdcdbf88d3 2 minutes ago 12MB 00:41:02 docker-support-scheduler-go latest 94ca78649738 2 minutes ago 10.7MB 00:41:02 docker-core-command-go latest 693e02ebbaaa 2 minutes ago 10.6MB 00:41:02 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 00:41:02 GO111MODULE=on go vet ./... [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:41:18 Still waiting to schedule task 00:41:18 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19302’ 00:42:24 gofmt -l . 00:42:24 [ "`gofmt -l .`" = "" ] 00:42:24 ./bin/test-go-mod-tidy.sh 00:42:24 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:25 + ls -al . 00:42:25 total 664 00:42:25 drwxrwxr-x 9 1001 1001 4096 Jan 10 00:42 . 00:42:25 drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. 00:42:25 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore 00:42:25 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 .git 00:42:25 drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github 00:42:25 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:36 .gitignore 00:42:25 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties 00:42:25 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md 00:42:25 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:36 Dockerfile.build 00:42:25 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile 00:42:25 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE 00:42:25 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:36 Makefile 00:42:25 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:36 README.md 00:42:25 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:36 SECURITY.md 00:42:25 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION 00:42:25 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md 00:42:25 drwxrwxr-x 2 1001 1001 4096 Jan 10 00:36 bin 00:42:25 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:36 cmd 00:42:25 -rw-r--r-- 1 root root 536793 Jan 10 00:41 coverage.out 00:42:25 -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod 00:42:25 -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum 00:42:25 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal 00:42:25 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi 00:42:25 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 snap 00:42:25 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh 00:42:26 + '[' -e coverage.out ] 00:42:26 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:26 Warning: overwriting stash ‘coverage-report’ 00:42:27 Stashed 1 file(s) [Pipeline] sh 00:42:28 + make build 00:42:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:29 Running on prd-ubuntu18.04-docker-8c-8g-19304 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:42:29 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 00:42:31 using credential edgex-jenkins-ssh 00:42:31 Cloning the remote Git repository 00:42:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:31 > git init /w/workspace/edgex-go/19 # timeout=10 00:42:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:31 > git --version # timeout=10 00:42:31 > git --version # 'git version 2.17.1' 00:42:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:29 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c 00:43:29 Merge succeeded, producing e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d 00:43:29 Checking out Revision e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d (PR-2924) 00:43:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:29 > git config core.sparsecheckout # timeout=10 00:43:29 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 00:43:29 > git remote # timeout=10 00:43:29 > git config --get remote.origin.url # timeout=10 00:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:29 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:43:29 > git rev-parse HEAD^{commit} # timeout=10 00:43:29 > git config core.sparsecheckout # timeout=10 00:43:29 > git checkout -f e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d # timeout=10 00:43:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:33 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:43:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:34 + echo snap-build.sh 00:43:34 snap-build.sh 00:43:34 + SNAP_BASE_DIR=. 00:43:34 + '[' '!' -z /w/workspace/edgex-go/19 ']' 00:43:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 00:43:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 00:43:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 00:43:34 + cd /w/workspace/edgex-go/19 00:43:34 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:34 Reading package lists... 00:43:34 Building dependency tree... 00:43:34 Reading state information... 00:43:35 The following packages were automatically installed and are no longer required: 00:43:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:35 uidmap xdelta3 00:43:35 Use 'sudo apt autoremove' to remove them. 00:43:35 The following packages will be REMOVED: 00:43:35 lxd* lxd-client* 00:43:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:35 After this operation, 31.7 MB disk space will be freed. 00:43:33 > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 00:43:36 (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:43:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:37 Removing lxd dnsmasq configuration 00:43:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:38 (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:43:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:39 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:39 Processing triggers for ureadahead (0.100.0-21) ... 00:43:41 + sudo snap remove --purge lxd 00:43:41 snap "lxd" is not installed 00:43:41 + sudo groupadd --force --system lxd 00:43:41 ++ whoami 00:43:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:41 + newgrp - lxd 00:43:41 + sudo snap install lxd 00:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:45 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:43:49 2021-01-10T00:43:47Z INFO Waiting for automatic snapd restart... 00:43:50 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 [Pipeline] } 00:43:54 $ docker stop --time=1 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 00:43:57 $ docker rm -f 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:59 00:43:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:59 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:59 29e5d40040c1: Pulling fs layer 00:43:59 1ce36da41761: Pulling fs layer 00:43:59 25b303627fd3: Pulling fs layer 00:43:59 29e5d40040c1: Verifying Checksum 00:43:59 29e5d40040c1: Download complete 00:43:59 1ce36da41761: Verifying Checksum 00:43:59 1ce36da41761: Download complete 00:44:00 29e5d40040c1: Pull complete 00:44:01 1ce36da41761: Pull complete 00:44:01 lxd 4.9 from Canonical* installed 00:44:01 + sudo lxd init --auto 00:44:02 25b303627fd3: Verifying Checksum 00:44:02 25b303627fd3: Download complete 00:44:10 + sudo snap install --classic snapcraft 00:44:12 25b303627fd3: Pull complete 00:44:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:12 prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 00:44:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:16 $ docker top c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:17 + docker-compose+ buildgrep --help parallel 00:44:17 00:44:20 snapcraft 4.4.4 from Canonical* installed 00:44:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:20 + patch --verbose -p1 00:44:20 Hmm... Looks like a unified diff to me... 00:44:20 The text leading up to this was: 00:44:20 -------------------------- 00:44:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:20 |From: Tony Espy 00:44:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:20 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:20 | 00:44:20 |This patch is used by the EdgeX CI pipeline builds to 00:44:20 |optimize the snap CI check run for pull requests. When 00:44:20 |applied, it essentially strips out everything (apps and 00:44:20 |parts) from the snapcraft.yaml file except those required 00:44:20 |to build edgex-go, as the whole idea of the CI check is to 00:44:20 |catch changes to edgex-go that break the snap build. 00:44:20 | 00:44:20 |In general, anyone updating snapcraft.yaml will also need 00:44:20 |to update this patch file, otherwise it may fail to apply, 00:44:20 |resulting in a failed snap build CI check in the associated 00:44:20 |pull request. 00:44:20 | 00:44:20 |Note - in addition to applying this patch, the pipeline also 00:44:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:20 |need to build the finally binary .snap file (and it won't 00:44:20 |work with the patch applied). This further reduces the build 00:44:20 |time. 00:44:20 |--- 00:44:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:20 | 00:44:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:20 |index 1e537489..faf42425 100644 00:44:20 |--- a/snap/snapcraft.yaml 00:44:20 |+++ b/snap/snapcraft.yaml 00:44:20 -------------------------- 00:44:20 patching file snap/snapcraft.yaml 00:44:20 Using Plan A... 00:44:20 Hunk #1 succeeded at 73. 00:44:20 Hunk #2 succeeded at 202 with fuzz 1. 00:44:20 Hunk #3 succeeded at 214. 00:44:20 Hunk #4 succeeded at 222. 00:44:20 Hunk #5 succeeded at 229. 00:44:20 Hunk #6 succeeded at 256. 00:44:20 Hunk #7 succeeded at 290. 00:44:20 Hunk #8 succeeded at 341. 00:44:20 Hmm... Ignoring the trailing garbage. 00:44:20 done 00:44:20 + sudo snapcraft prime --use-lxd 00:44:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:21 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:21 - README.md 00:44:21 - snapcraft.yaml.orig 00:44:21 00:44:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:21 Launching a container. 00:44:22 --parallel Build images in parallel. [Pipeline] } 00:44:23 $ docker stop --time=1 c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d 00:44:25 $ docker rm -f c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:25 . [Pipeline] withDockerContainer 00:44:26 prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 00:44:26 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:27 $ docker top 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:34 Building docker-core-command-go ... 00:44:34 Building docker-core-data-go ... 00:44:34 Building docker-core-metadata-go ... 00:44:34 Building docker-security-bootstrap-redis-go ... 00:44:34 Building docker-security-proxy-setup-go ... 00:44:34 Building docker-security-secretstore-setup-go ... 00:44:34 Building docker-support-notifications-go ... 00:44:34 Building docker-support-scheduler-go ... 00:44:34 Building docker-sys-mgmt-agent-go ... 00:44:34 Building docker-core-metadata-go 00:44:34 Building docker-support-notifications-go 00:44:34 Building docker-security-secretstore-setup-go 00:44:34 Building docker-security-proxy-setup-go 00:44:34 Building docker-core-command-go 00:44:36 Waiting for container to be ready 00:44:36 To start your first instance, try: lxc launch ubuntu:18.04 00:44:36 00:44:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:44:38 Waiting for network to be ready... 00:44:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:44:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:44:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:44:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:44:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:44:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:44:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:44:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:44:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 00:44:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:44:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:44:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:44:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:44:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:44:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:44:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:44:43 Fetched 23.7 MB in 4s (5871 kB/s) 00:44:44 Reading package lists... 00:44:44 Reading package lists... 00:44:44 Building dependency tree... 00:44:44 Reading state information... 00:44:44 The following additional packages will be installed: 00:44:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:44 Suggested packages: 00:44:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:44 Recommended packages: 00:44:44 gnupg libsasl2-modules 00:44:44 The following NEW packages will be installed: 00:44:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:44 The following packages will be upgraded: 00:44:44 gpg gpg-agent gpgconf libudev1 00:44:44 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:44:44 Need to get 3532 kB of archives. 00:44:44 After this operation, 13.3 MB of additional disk space will be used. 00:44:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:44:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:44:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:44:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:44:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:44:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:44:45 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:44:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:44:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:44:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:44:45 debconf: delaying package configuration, since apt-utils is not installed 00:44:45 Fetched 3532 kB in 1s (2982 kB/s) 00:44:45 (Reading database ... 12511 files and directories currently installed.) 00:44:45 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:44:45 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:45 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:44:45 Selecting previously unselected package udev. 00:44:45 (Reading database ... 12511 files and directories currently installed.) 00:44:45 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:44:46 Unpacking udev (237-3ubuntu10.43) ... 00:44:46 Selecting previously unselected package libfuse2:amd64. 00:44:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:46 Selecting previously unselected package fuse. 00:44:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:46 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:46 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:46 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:46 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:46 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:46 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:46 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:46 Selecting previously unselected package libksba8:amd64. 00:44:46 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:46 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:47 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:47 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:47 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:47 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:47 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:47 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:47 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:48 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:48 Selecting previously unselected package libsasl2-2:amd64. 00:44:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:48 Selecting previously unselected package libldap-common. 00:44:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:44:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:48 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:44:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:48 Selecting previously unselected package dirmngr. 00:44:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:44:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:48 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:48 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:48 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:48 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:44:48 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:49 Setting up udev (237-3ubuntu10.43) ... 00:44:49 invoke-rc.d: policy-rc.d denied execution of start. 00:44:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Processing triggers for systemd (237-3ubuntu10) ... 00:44:49 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:49 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:49 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:49 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:50 settings in the [Install] section, and DefaultInstance for template units). 00:44:50 This means they are not meant to be enabled using systemctl. 00:44:50 Possible reasons for having this kind of units are: 00:44:50 1) A unit may be statically enabled by being symlinked from another unit's 00:44:50 .wants/ or .requires/ directory. 00:44:50 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:50 a requirement dependency on it. 00:44:50 3) A unit may be started when needed via activation (socket, path, timer, 00:44:50 D-Bus, udev, scripted systemctl call, ...). 00:44:50 4) In case of template units, the unit is meant to be enabled with some 00:44:50 instance name specified. 00:44:50 Reading package lists... 00:44:50 Building dependency tree... 00:44:50 Reading state information... 00:44:50 The following additional packages will be installed: 00:44:50 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:50 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:50 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:50 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:50 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:50 Suggested packages: 00:44:50 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:50 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:50 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:50 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:50 systemd-container policykit-1 00:44:50 Recommended packages: 00:44:50 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:50 The following NEW packages will be installed: 00:44:50 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:50 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:50 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:50 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:50 python3.6-minimal snapd squashfs-tools sudo 00:44:50 The following packages will be upgraded: 00:44:50 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:50 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:44:50 Need to get 35.2 MB of archives. 00:44:50 After this operation, 141 MB of additional disk space will be used. 00:44:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:44:51 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:44:51 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:44:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:51 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:44:51 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:44:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:44:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:44:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:44:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:44:52 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:44:52 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:52 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:44:53 debconf: delaying package configuration, since apt-utils is not installed 00:44:53 Fetched 35.2 MB in 2s (14.9 MB/s) 00:44:53 (Reading database ... 12757 files and directories currently installed.) 00:44:53 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:44:53 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:44:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:44:54 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:44:54 (Reading database ... 12757 files and directories currently installed.) 00:44:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:54 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:54 (Reading database ... 12757 files and directories currently installed.) 00:44:54 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:54 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:55 Setting up apt (1.6.12ubuntu0.2) ... 00:44:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:55 (Reading database ... 12764 files and directories currently installed.) 00:44:55 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:55 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:55 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:55 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:55 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:55 Selecting previously unselected package libexpat1:amd64. 00:44:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:56 Selecting previously unselected package python3.6-minimal. 00:44:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:56 Checking for services that may need to be restarted...done. 00:44:56 Checking for services that may need to be restarted...done. 00:44:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Selecting previously unselected package python3-minimal. 00:44:57 (Reading database ... 13012 files and directories currently installed.) 00:44:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:57 Selecting previously unselected package mime-support. 00:44:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:57 Unpacking mime-support (3.60ubuntu1) ... 00:44:57 Selecting previously unselected package libmpdec2:amd64. 00:44:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Selecting previously unselected package python3.6. 00:44:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:57 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:58 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:58 Selecting previously unselected package python3. 00:44:58 (Reading database ... 13442 files and directories currently installed.) 00:44:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:58 Unpacking python3 (3.6.7-1~18.04) ... 00:44:58 Selecting previously unselected package multiarch-support. 00:44:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:58 Selecting previously unselected package liblzo2-2:amd64. 00:44:58 (Reading database ... 13479 files and directories currently installed.) 00:44:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:58 Selecting previously unselected package libbsd0:amd64. 00:44:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:58 Selecting previously unselected package sudo. 00:44:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:44:58 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:44:58 Selecting previously unselected package apparmor. 00:44:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44:59 Selecting previously unselected package libedit2:amd64. 00:44:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:59 Selecting previously unselected package libkrb5support0:amd64. 00:44:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:59 Selecting previously unselected package libk5crypto3:amd64. 00:44:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:59 Selecting previously unselected package libkeyutils1:amd64. 00:44:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:59 Selecting previously unselected package libkrb5-3:amd64. 00:44:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:59 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:59 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:59 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:59 Selecting previously unselected package libssl1.0.0:amd64. 00:44:59 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:59 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:59 Selecting previously unselected package openssh-client. 00:44:59 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:59 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:59 Selecting previously unselected package squashfs-tools. 00:44:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:59 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:59 Selecting previously unselected package snapd. 00:44:59 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:00 Unpacking snapd (2.48+18.04) ... 00:45:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:02 Setting up mime-support (3.60ubuntu1) ... 00:45:02 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:02 Setting up systemd (237-3ubuntu10.43) ... 00:45:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:03 Setting up python3 (3.6.7-1~18.04) ... 00:45:03 running python rtupdate hooks for python3.6... 00:45:03 running python post-rtupdate hooks for python3.6... 00:45:04 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:06 Setting up snapd (2.48+18.04) ... 00:45:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:07 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:08 /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:45:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:08 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:10 Reading package lists... 00:45:10 Reading package lists... 00:45:11 Building dependency tree... 00:45:11 Reading state information... 00:45:11 Calculating upgrade... 00:45:11 The following packages will be upgraded: 00:45:11 advancecomp base-files bash binutils binutils-common 00:45:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:11 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:11 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:11 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:11 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:11 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:45:11 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:45:11 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:45:11 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:45:11 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:45:11 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:45:11 ubuntu-keyring util-linux 00:45:11 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:11 Need to get 63.7 MB of archives. 00:45:11 After this operation, 5203 kB of additional disk space will be used. 00:45:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:45:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:11 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:11 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:11 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:11 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:11 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:11 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:11 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:11 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:11 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:11 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:11 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:11 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:11 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:11 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:11 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:11 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:11 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:45:11 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:11 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:11 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:11 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:11 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:11 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:45:11 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:11 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:11 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:11 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:11 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:11 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:11 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:11 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:11 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:11 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:12 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:12 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:12 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:12 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:12 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:12 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:12 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:12 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:12 Get:81 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:45:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:12 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:12 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:13 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:13 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:13 Get:91 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:45:13 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:13 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:13 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:13 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:13 debconf: delaying package configuration, since apt-utils is not installed 00:45:13 Fetched 63.7 MB in 2s (32.3 MB/s) 00:45:13 (Reading database ... 13912 files and directories currently installed.) 00:45:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:45:14 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:45:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:16 (Reading database ... 13911 files and directories currently installed.) 00:45:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:16 (Reading database ... 13911 files and directories currently installed.) 00:45:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:16 (Reading database ... 13911 files and directories currently installed.) 00:45:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:17 (Reading database ... 13911 files and directories currently installed.) 00:45:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:18 Setting up base-files (10.1ubuntu2.10) ... 00:45:18 Installing new version of config file /etc/issue ... 00:45:18 Installing new version of config file /etc/issue.net ... 00:45:18 Installing new version of config file /etc/lsb-release ... 00:45:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:18 Removing obsolete conffile /etc/default/motd-news ... 00:45:18 (Reading database ... 13912 files and directories currently installed.) 00:45:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:18 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:18 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:45:19 (Reading database ... 13912 files and directories currently installed.) 00:45:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:19 (Reading database ... 13912 files and directories currently installed.) 00:45:19 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:19 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:19 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:19 (Reading database ... 13912 files and directories currently installed.) 00:45:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:19 (Reading database ... 13912 files and directories currently installed.) 00:45:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:20 Setting up grep (3.1-2build1) ... 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:20 Setting up login (1:4.5-1ubuntu2) ... 00:45:20 (Reading database ... 13912 files and directories currently installed.) 00:45:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:21 (Reading database ... 13912 files and directories currently installed.) 00:45:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:22 (Reading database ... 13912 files and directories currently installed.) 00:45:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:24 (Reading database ... 13912 files and directories currently installed.) 00:45:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:25 (Reading database ... 13912 files and directories currently installed.) 00:45:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:25 (Reading database ... 13912 files and directories currently installed.) 00:45:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:25 (Reading database ... 13912 files and directories currently installed.) 00:45:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:25 (Reading database ... 13912 files and directories currently installed.) 00:45:25 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:45:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:45:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:26 (Reading database ... 13912 files and directories currently installed.) 00:45:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:45:27 (Reading database ... 13912 files and directories currently installed.) 00:45:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:27 (Reading database ... 13914 files and directories currently installed.) 00:45:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:27 Setting up debconf (1.5.66ubuntu1) ... 00:45:28 (Reading database ... 13914 files and directories currently installed.) 00:45:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:28 (Reading database ... 13914 files and directories currently installed.) 00:45:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:29 (Reading database ... 13914 files and directories currently installed.) 00:45:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:45:30 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:30 (Reading database ... 13914 files and directories currently installed.) 00:45:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:31 (Reading database ... 13914 files and directories currently installed.) 00:45:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:32 (Reading database ... 13914 files and directories currently installed.) 00:45:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:32 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:32 (Reading database ... 13914 files and directories currently installed.) 00:45:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:32 (Reading database ... 13914 files and directories currently installed.) 00:45:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:45:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:45:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:33 (Reading database ... 13914 files and directories currently installed.) 00:45:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:34 (Reading database ... 13914 files and directories currently installed.) 00:45:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:34 (Reading database ... 13915 files and directories currently installed.) 00:45:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:45:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:45:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:45:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:36 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:45:36 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:45:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 08acab48d12e 00:45:42 Step 3/24 : WORKDIR /edgex-go 00:45:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 08acab48d12e 00:45:42 Step 3/21 : WORKDIR /edgex-go 00:45:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 08acab48d12e 00:45:42 Step 3/22 : WORKDIR /edgex-go 00:45:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 08acab48d12e 00:45:42 Step 3/24 : WORKDIR /edgex-go 00:45:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:42 ---> 08acab48d12e 00:45:42 Step 3/22 : WORKDIR /edgex-go 00:45:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:45:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:45:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:45:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:45:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:45:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:45:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:45:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:45:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:45:43 00:45:43 Current default time zone: 'Etc/UTC' 00:45:43 Local time is now: Sun Jan 10 00:45:43 UTC 2021. 00:45:43 Universal Time is now: Sun Jan 10 00:45:43 UTC 2021. 00:45:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:45:43 00:45:44 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:45:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:44 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:45:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:45:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:45:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:45:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:44 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:45 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:45:45 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:47 Updating certificates in /etc/ssl/certs... 00:45:47 ---> Running in f28469b5347c 00:45:47 ---> Running in 66ccb67f0334 00:45:47 ---> Running in 81218484d950 00:45:47 ---> Running in 928359a4227d 00:45:47 ---> Running in 59a80a29a1cc 00:45:48 22 added, 17 removed; done. 00:45:48 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:45:48 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:48 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:48 Removing intermediate container f28469b5347c 00:45:48 ---> a4b3da0946e1 00:45:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:48 Removing intermediate container 928359a4227d 00:45:48 ---> 69d5212641f1 00:45:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:48 Removing intermediate container 66ccb67f0334 00:45:48 ---> 009754f628d0 00:45:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:48 Removing intermediate container 81218484d950 00:45:48 ---> f0255d9c01d7 00:45:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:48 Removing intermediate container 59a80a29a1cc 00:45:48 ---> 86010418a1e3 00:45:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:48 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:48 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:48 ---> Running in 3df426193f78 00:45:48 ---> Running in 997fb17847ee 00:45:48 ---> Running in b1a41bc2973c 00:45:48 ---> Running in 7b97571d73b3 00:45:48 ---> Running in 10cdbffd5ca9 00:45:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:48 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:48 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:48 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:45:48 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:49 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:49 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:49 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:49 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:49 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:49 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:45:49 Updating certificates in /etc/ssl/certs... 00:45:50 0 added, 0 removed; done. 00:45:50 Running hooks in /etc/ca-certificates/update.d... 00:45:50 done. 00:45:50 Reading package lists... 00:45:50 Building dependency tree... 00:45:50 Reading state information... 00:45:50 The following NEW packages will be installed: 00:45:50 apt-transport-https 00:45:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:50 Need to get 1696 B of archives. 00:45:50 After this operation, 153 kB of additional disk space will be used. 00:45:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:51 debconf: delaying package configuration, since apt-utils is not installed 00:45:51 Fetched 1696 B in 0s (9370 B/s) 00:45:51 Selecting previously unselected package apt-transport-https. 00:45:51 (Reading database ... 13929 files and directories currently installed.) 00:45:51 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:51 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:51 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:51 Waiting for network to be ready... 00:45:53 Removing intermediate container b1a41bc2973c 00:45:53 ---> ed035ef853aa 00:45:53 Step 5/24 : RUN apk add --update --no-cache make git 00:45:53 Removing intermediate container 3df426193f78 00:45:53 ---> 8663e0fb61fd 00:45:53 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:53 Removing intermediate container 997fb17847ee 00:45:53 ---> ae4437cbbe9d 00:45:53 Step 5/21 : RUN apk add --update --no-cache make git 00:45:53 ---> Running in 69ed7027ddaf 00:45:53 ---> Running in 44ed638907de 00:45:53 Removing intermediate container 7b97571d73b3 00:45:53 ---> 998ae3322a9c 00:45:53 Step 5/22 : RUN apk add --update --no-cache make git 00:45:53 ---> Running in 96e4d3ab8e9c 00:45:53 Removing intermediate container 10cdbffd5ca9 00:45:53 ---> 88ae5ce747dc 00:45:53 Step 5/22 : RUN apk add --update --no-cache make git 00:45:54 ---> Running in 6a889101c6b0 00:45:54 ---> Running in 992b8edca336 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 2021-01-10T00:45:54Z INFO Waiting for automatic snapd restart... 00:45:56 snapd 2.48.2 from Canonical* installed 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:57 "snapd" switched to the "latest/stable" channel 00:45:57 00:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:59 OK: 217 MiB in 51 packages 00:45:59 OK: 217 MiB in 51 packages 00:45:59 OK: 217 MiB in 51 packages 00:45:59 OK: 217 MiB in 51 packages 00:46:00 core18 20201210 from Canonical* installed 00:46:00 "core18" switched to the "latest/stable" channel 00:46:00 00:46:01 Removing intermediate container 96e4d3ab8e9c 00:46:01 ---> 6b3887a4d0e1 00:46:01 Step 6/21 : COPY go.mod . 00:46:01 Removing intermediate container 69ed7027ddaf 00:46:01 ---> 9a385c672dfd 00:46:01 Step 6/24 : COPY go.mod . 00:46:01 OK: 217 MiB in 51 packages 00:46:01 Removing intermediate container 44ed638907de 00:46:01 ---> 57881615e5bd 00:46:01 Step 6/24 : COPY go.mod . 00:46:01 Removing intermediate container 6a889101c6b0 00:46:01 ---> 7c27e4b4b681 00:46:01 Step 6/22 : COPY go.mod . 00:46:02 ---> 702d8a47031b 00:46:02 Step 7/21 : RUN go mod download 00:46:02 ---> Running in 1a409a2bc835 00:46:02 ---> 5f08992574f3 00:46:02 Step 7/24 : RUN go mod download 00:46:02 ---> 21ccc672112f 00:46:02 Step 7/24 : RUN go mod download 00:46:03 ---> Running in b744e4bcd3ca 00:46:03 ---> Running in 36cdd893d08c 00:46:03 ---> 436860995fc5 00:46:03 Step 7/22 : RUN go mod download 00:46:03 Removing intermediate container 992b8edca336 00:46:03 ---> 0af1315a8138 00:46:03 Step 6/22 : COPY go.mod . 00:46:03 ---> Running in ccfc0df64668 00:46:03 snapcraft 4.4.4 from Canonical* installed 00:46:03 "snapcraft" switched to the "latest/stable" channel 00:46:03 00:46:04 ---> 4458a4fd9c95 00:46:04 Step 7/22 : RUN go mod download 00:46:04 ---> Running in 9064afbf578a 00:46:06 Removing intermediate container 1a409a2bc835 00:46:06 ---> b5a51c018bbd 00:46:06 Step 8/21 : COPY . . 00:46:07 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:46:07 - README.md 00:46:07 - snapcraft.yaml.orig 00:46:07 00:46:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:07 Removing intermediate container b744e4bcd3ca 00:46:07 ---> 4e1ac2b8bef6 00:46:07 Step 8/24 : COPY . . 00:46:08 Removing intermediate container ccfc0df64668 00:46:08 Removing intermediate container 36cdd893d08c 00:46:08 ---> ee76565262f6 00:46:08 Step 8/22 : COPY . . 00:46:08 ---> 08125b04fabb 00:46:08 Step 8/24 : COPY . . 00:46:09 Removing intermediate container 9064afbf578a 00:46:09 ---> 4ff486859ea4 00:46:09 Step 8/22 : COPY . . 00:46:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:14 Reading package lists... 00:46:15 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:46:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:21 Reading package lists... 00:46:21 Building dependency tree... 00:46:21 Reading state information... 00:46:21 Suggested packages: 00:46:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:21 Recommended packages: 00:46:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:21 The following NEW packages will be installed: 00:46:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:21 pkg-config zip 00:46:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:21 Need to get 7655 kB of archives. 00:46:21 After this operation, 43.7 MB of additional disk space will be used. 00:46:21 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:46:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:21 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:46:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:46:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:46:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:22 debconf: delaying package configuration, since apt-utils is not installed 00:46:22 Fetched 7655 kB in 1s (6066 kB/s) 00:46:22 Selecting previously unselected package libglib2.0-0:amd64. 00:46:22 (Reading database ... 13933 files and directories currently installed.) 00:46:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:46:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:22 Selecting previously unselected package libpsl5:amd64. 00:46:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:23 Selecting previously unselected package libnghttp2-14:amd64. 00:46:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:23 Selecting previously unselected package librtmp1:amd64. 00:46:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:23 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:46:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:23 Selecting previously unselected package liberror-perl. 00:46:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:23 Unpacking liberror-perl (0.17025-1) ... 00:46:23 Selecting previously unselected package git-man. 00:46:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:23 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:23 Selecting previously unselected package git. 00:46:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:24 Selecting previously unselected package libnorm1:amd64. 00:46:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:24 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:24 Selecting previously unselected package libsodium23:amd64. 00:46:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:24 Selecting previously unselected package libzmq5:amd64. 00:46:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:24 Selecting previously unselected package libzmq3-dev:amd64. 00:46:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:25 Selecting previously unselected package pkg-config. 00:46:25 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:25 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:25 Selecting previously unselected package zip. 00:46:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:25 Unpacking zip (3.0-11build1) ... 00:46:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:25 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:25 Setting up liberror-perl (0.17025-1) ... 00:46:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:25 No schema files found: doing nothing. 00:46:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:25 Setting up zip (3.0-11build1) ... 00:46:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:25 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:32 git set to automatically installed. 00:46:32 git-man set to automatically installed. 00:46:32 libcurl3-gnutls set to automatically installed. 00:46:32 liberror-perl set to automatically installed. 00:46:32 libglib2.0-0 set to automatically installed. 00:46:32 libnghttp2-14 set to automatically installed. 00:46:32 libnorm1 set to automatically installed. 00:46:32 libpgm-5.2-0 set to automatically installed. 00:46:32 libpsl5 set to automatically installed. 00:46:32 librtmp1 set to automatically installed. 00:46:32 libsodium23 set to automatically installed. 00:46:32 libzmq3-dev set to automatically installed. 00:46:32 libzmq5 set to automatically installed. 00:46:32 pkg-config set to automatically installed. 00:46:32 zip set to automatically installed. 00:46:33 snapd is not logged in, snap install commands will use sudo 00:46:36 ---> 298345391056 00:46:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:46:36 ---> ee37c110aaf3 00:46:36 Step 9/22 : RUN make cmd/core-command/core-command 00:46:36 ---> 77f9ba7afeb5 00:46:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:36 ---> b7027e8979a3 00:46:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:46:36 ---> f7d99d3cce53 00:46:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:36 ---> Running in ee1b97cdc84e 00:46:36 ---> Running in 225e3cb7e745 00:46:36 ---> Running in 1c1c57486969 00:46:36 ---> Running in 690ce7725106 00:46:36 ---> Running in a63562b17de5 00:46:36 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:37 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:37 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:37 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:37 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:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:40 snap "core18" has no updates available 00:46:40 Pulling config-common 00:46:41 Pulling go-build-helper 00:47:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:08 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:47:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:47:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:47:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:47:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:47:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:47:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:47:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:47:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 00:47:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:47:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:47:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:47:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:47:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:47:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:47:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:47:08 Fetched 23.7 MB in 0s (0 B/s) 00:47:08 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:08 Fetched 96.5 kB in 0s (0 B/s) 00:47:08 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:08 Fetched 279 kB in 0s (0 B/s) 00:47:08 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:08 Fetched 122 kB in 0s (0 B/s) 00:47:08 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:08 Fetched 77.8 kB in 0s (0 B/s) 00:47:08 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:08 Fetched 8848 B in 0s (0 B/s) 00:47:08 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:08 Fetched 47.8 kB in 0s (0 B/s) 00:47:08 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:08 Fetched 45.6 kB in 0s (0 B/s) 00:47:08 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:47:08 Fetched 15.0 kB in 0s (0 B/s) 00:47:08 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:08 Fetched 214 kB in 0s (0 B/s) 00:47:08 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:08 Fetched 155 kB in 0s (0 B/s) 00:47:08 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:08 Fetched 50.6 kB in 0s (0 B/s) 00:47:08 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:08 Fetched 14.8 kB in 0s (0 B/s) 00:47:08 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:08 Fetched 41.8 kB in 0s (0 B/s) 00:47:08 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:08 Fetched 499 kB in 0s (0 B/s) 00:47:08 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:08 Fetched 111 kB in 0s (0 B/s) 00:47:08 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:08 Fetched 240 kB in 0s (0 B/s) 00:47:08 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:08 Fetched 29.3 kB in 0s (0 B/s) 00:47:08 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:08 Fetched 85.5 kB in 0s (0 B/s) 00:47:08 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:08 Fetched 24.5 kB in 0s (0 B/s) 00:47:08 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:47:08 Fetched 49.2 kB in 0s (0 B/s) 00:47:08 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:08 Fetched 54.2 kB in 0s (0 B/s) 00:47:08 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:08 Fetched 30.8 kB in 0s (0 B/s) 00:47:08 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:08 Fetched 17.0 kB in 0s (0 B/s) 00:47:08 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:08 Fetched 85.9 kB in 0s (0 B/s) 00:47:08 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:08 Fetched 8720 B in 0s (0 B/s) 00:47:08 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:08 Fetched 137 kB in 0s (0 B/s) 00:47:08 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:08 Fetched 119 kB in 0s (0 B/s) 00:47:08 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:08 Fetched 109 kB in 0s (0 B/s) 00:47:08 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:08 Fetched 11.1 kB in 0s (0 B/s) 00:47:08 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:08 Fetched 645 kB in 0s (0 B/s) 00:47:08 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:08 Fetched 41.3 kB in 0s (0 B/s) 00:47:08 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:08 Fetched 17.9 kB in 0s (0 B/s) 00:47:08 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:08 Fetched 368 kB in 0s (0 B/s) 00:47:08 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:47:08 Fetched 187 kB in 0s (0 B/s) 00:47:08 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:08 Fetched 175 kB in 0s (0 B/s) 00:47:08 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:08 Fetched 206 kB in 0s (0 B/s) 00:47:08 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:08 Fetched 1301 kB in 0s (0 B/s) 00:47:08 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:08 Fetched 36.2 kB in 0s (0 B/s) 00:47:08 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:08 Fetched 159 kB in 0s (0 B/s) 00:47:08 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:08 Fetched 107 kB in 0s (0 B/s) 00:47:08 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:08 Fetched 48.7 kB in 0s (0 B/s) 00:47:08 Pulling static-packages 00:47:08 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:47:08 Skipping pull go-build-helper (already ran) 00:47:08 Skipping pull static-packages (already ran) 00:47:08 Building go-build-helper 00:47:12 Building static-packages 00:47:14 Staging go-build-helper 00:47:15 Staging static-packages 00:47:16 Pulling go115 00:47:16 'edgex-go' has dependencies that need to be staged: go115 00:47:16 Skipping pull go115 (already ran) 00:47:16 Building go115 00:47:16 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:16 Dload Upload Total Spent Left Speed 00:47:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.4M 0 0 28.5M 0 0:00:04 --:--:-- 0:00:04 28.5M 53 115M 53 62.0M 0 0 32.4M 0 0:00:03 0:00:01 0:00:02 32.4M 86 115M 86 100M 0 0 34.6M 0 0:00:03 0:00:02 0:00:01 34.6M 100 115M 100 115M 0 0 34.8M 0 0:00:03 0:00:03 --:--:-- 34.8M 00:47:20 go1.15.2.linux-amd64.tar.gz: OK 00:47:25 Staging go115 00:47:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:30 Fetched 0 B in 0s (0 B/s) 00:47:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:30 Fetched 224 kB in 0s (0 B/s) 00:47:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:30 Fetched 157 kB in 0s (0 B/s) 00:47:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:30 Fetched 221 kB in 0s (0 B/s) 00:47:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:30 Fetched 143 kB in 0s (0 B/s) 00:47:30 Pulling edgex-go 00:47:30 Pulling version 00:47:31 Building config-common 00:47:33 Skipping build go-build-helper (already ran) 00:47:33 Skipping build static-packages (already ran) 00:47:33 Skipping build go115 (already ran) 00:47:33 Building edgex-go 00:47:33 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:34 go: downloading github.com/gorilla/mux v1.8.0 00:47:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:47:34 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:47:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 00:47:34 go: downloading github.com/google/uuid v1.1.4 00:47:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:34 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:47:34 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:34 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:34 go: downloading github.com/pkg/errors v0.8.1 00:47:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:34 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:34 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:47:34 go: downloading github.com/go-kit/kit v0.8.0 00:47:34 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:34 go: downloading github.com/x448/float16 v0.8.4 00:47:34 go: downloading github.com/imdario/mergo v0.3.11 00:47:34 go: downloading github.com/pebbe/zmq4 v1.2.2 00:47:34 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:34 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:34 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:34 go: downloading github.com/leodido/go-urn v1.2.0 00:47:34 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:34 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:34 go: downloading github.com/go-playground/locales v0.13.0 00:47:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:35 go: downloading github.com/hashicorp/serf v0.8.2 00:47:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:45 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:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:47 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:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:48 go: downloading github.com/stretchr/testify v1.6.1 00:47:48 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:48 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:49 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:49 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:52 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:47:52 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:53 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:47:54 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:47:54 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:47:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:57 Building version 00:47:58 Staging config-common 00:47:59 Skipping stage go-build-helper (already ran) 00:47:59 Skipping stage static-packages (already ran) 00:47:59 Skipping stage go115 (already ran) 00:47:59 Staging edgex-go 00:48:00 Staging version 00:48:01 Priming config-common 00:48:02 Priming go-build-helper 00:48:03 Priming static-packages 00:48:06 Priming go115 00:48:06 Priming edgex-go 00:48:08 Priming version 00:48:09 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:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:32 Removing intermediate container 1c1c57486969 00:48:32 ---> 07f72e4fb3cc 00:48:32 00:48:32 Step 10/24 : FROM alpine:3.12 00:48:32 3.12: Pulling from library/alpine 00:48:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:35 Status: Downloaded newer image for alpine:3.12 00:48:35 ---> afeebe901d6b 00:48:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:35 Removing intermediate container 225e3cb7e745 00:48:35 ---> ab09ad364399 00:48:35 00:48:35 Step 10/21 : FROM alpine:3.12 00:48:35 ---> afeebe901d6b 00:48:35 Step 11/21 : RUN apk add --update --no-cache curl 00:48:36 ---> Running in 4a4f326467f8 00:48:36 ---> Running in 6e5f5094fcca 00:48:37 Removing intermediate container a63562b17de5 00:48:37 Removing intermediate container 690ce7725106 00:48:37 ---> 02d6ba261afb 00:48:37 ---> 5ef0b2704906 00:48:37 00:48:37 00:48:37 Step 10/22 : FROM scratchStep 10/24 : FROM scratch 00:48:37 00:48:37 ---> 00:48:37 ---> 00:48:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:37 00:48:37 ---> Running in 9fdc8bd6fd8b 00:48:37 ---> Running in 795cf96a3847 00:48:38 Removing intermediate container 9fdc8bd6fd8b 00:48:38 ---> 90999cc042d3 00:48:38 Step 12/22 : ENV APP_PORT=48082 00:48:38 Removing intermediate container 795cf96a3847 00:48:38 ---> 0125578db47f 00:48:38 Step 12/24 : ENV APP_PORT=48060 00:48:38 ---> Running in 89170a501c1d 00:48:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:38 ---> Running in 53f7484c35a7 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:39 Removing intermediate container 89170a501c1d 00:48:39 ---> 0dc1e976b4dc 00:48:39 Step 13/22 : EXPOSE $APP_PORT 00:48:39 Removing intermediate container 53f7484c35a7 00:48:39 ---> df33e012bad0 00:48:40 Step 13/24 : EXPOSE $APP_PORT 00:48:40 ---> Running in 7948f687bf8d 00:48:40 (1/5) Installing ca-certificates (20191127-r4) 00:48:40 ---> Running in e283a4f926d7 00:48:40 (1/4) Installing ca-certificates (20191127-r4) 00:48:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:40 (3/5) Installing libcurl (7.69.1-r3) 00:48:40 (4/5) Installing curl (7.69.1-r3) 00:48:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:40 (5/5) Installing dumb-init (1.2.2-r1) 00:48:40 (3/4) Installing libcurl (7.69.1-r3) 00:48:40 Executing busybox-1.31.1-r19.trigger 00:48:40 Executing ca-certificates-20191127-r4.trigger 00:48:40 (4/4) Installing curl (7.69.1-r3) 00:48:40 Executing busybox-1.31.1-r19.trigger 00:48:40 Executing ca-certificates-20191127-r4.trigger 00:48:40 OK: 7 MiB in 19 packages 00:48:40 OK: 7 MiB in 18 packages 00:48:41 Removing intermediate container e283a4f926d7 00:48:41 ---> 79750cc48599 00:48:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:41 Removing intermediate container 7948f687bf8d 00:48:41 ---> 8bd6ab27e665 00:48:41 Step 14/22 : WORKDIR / 00:48:41 ---> Running in fcc02842d1ca 00:48:42 Removing intermediate container fcc02842d1ca 00:48:42 ---> 52004142b892 00:48:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:48:42 ---> 1658a797490b 00:48:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:44 Removing intermediate container 4a4f326467f8 00:48:44 ---> af9d204a390a 00:48:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:44 Removing intermediate container 6e5f5094fcca 00:48:44 ---> 05cc75f5cb86 00:48:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:44 ---> aeaf1c5bd539 00:48:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:44 ---> Running in 0d0d303d1c29 00:48:44 ---> Running in 72ae59e3f028 00:48:44 ---> ba46f6a60049 00:48:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:45 Removing intermediate container 0d0d303d1c29 00:48:45 ---> 68727c2031ea 00:48:45 Step 13/24 : WORKDIR / 00:48:47 Removing intermediate container 72ae59e3f028 00:48:47 ---> 971aed36fb26 00:48:47 Step 13/21 : WORKDIR /edgex 00:48:47 ---> Running in 15b0c6774bea 00:48:47 ---> 7191fed9f071 00:48:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:47 ---> Running in f52af39411be 00:48:47 ---> d069c533ccc2 00:48:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:48:47 Removing intermediate container 15b0c6774bea 00:48:47 ---> fb58c0a078a9 00:48:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:47 Removing intermediate container f52af39411be 00:48:47 ---> 5caabfc56964 00:48:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:48 ---> 0b7acc498a49 00:48:48 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:48 ---> Running in 7c30e259b637 00:48:48 ---> 0224574fba60 00:48:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:48 ---> 8750bae3ccba 00:48:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:48 ---> a62a0fa576be 00:48:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:49 Removing intermediate container 7c30e259b637 00:48:49 ---> 089ce454769f 00:48:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:49 ---> Running in e9334f609b38 00:48:49 Removing intermediate container ee1b97cdc84e 00:48:49 ---> cb04661ef8d2 00:48:49 00:48:49 Step 10/22 : FROM scratch 00:48:49 ---> 00:48:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:49 ---> Using cache 00:48:49 ---> 90999cc042d3 00:48:49 Step 12/22 : ENV APP_PORT=48081 00:48:50 ---> 75c13e27b716 00:48:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:50 ---> Running in e17a55ba0d00 00:48:50 Removing intermediate container e9334f609b38 00:48:50 ---> 6cd366310afd 00:48:50 Step 20/22 : LABEL arch=arm64 00:48:50 ---> 7d371c0c397e 00:48:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:50 ---> 47cb663f8650 00:48:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:50 ---> Running in 7ac61e675f37 00:48:50 Removing intermediate container e17a55ba0d00 00:48:50 ---> 89668385d5f0 00:48:50 Step 13/22 : EXPOSE $APP_PORT 00:48:51 ---> Running in b41e9657a7d1 00:48:51 ---> 55beb192eea5 00:48:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:51 Removing intermediate container 7ac61e675f37 00:48:51 ---> aad3501362a7 00:48:51 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:48:52 ---> 657193823f9f 00:48:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:52 Removing intermediate container b41e9657a7d1 00:48:52 ---> d678321cce09 00:48:52 Step 14/22 : WORKDIR / 00:48:52 ---> Running in e98f74f49e03 00:48:52 ---> Running in 358d61aff201 00:48:52 ---> Running in b00e1e03cb70 00:48:52 ---> c735df30aa12 00:48:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:52 ---> 5b0bf84924c1 00:48:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:52 ---> Running in 2e793a63999b 00:48:53 Removing intermediate container e98f74f49e03 00:48:53 ---> bc1c6bca1f92 00:48:53 Step 22/22 : LABEL version=0.0.0 00:48:53 Removing intermediate container b00e1e03cb70 00:48:53 ---> 1c46d2178a74 00:48:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:48:53 Removing intermediate container 358d61aff201 00:48:53 ---> 144fa5cc121e 00:48:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:53 ---> Running in a95c2df9f9a3 00:48:53 ---> Running in 4faff6d19f6e 00:48:53 Removing intermediate container 2e793a63999b 00:48:53 ---> 23b41de8ebbf 00:48:53 Step 18/21 : CMD ["--init=true"] 00:48:53 ---> Running in e041913c3ccf 00:48:54 Removing intermediate container a95c2df9f9a3 00:48:54 ---> b43423b90539 00:48:54 00:48:54 ---> 5f4d9f946ca4 00:48:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:54 ---> 62cc3b7b8cf8 00:48:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:54 Successfully built b43423b90539 00:48:54 Removing intermediate container 4faff6d19f6e 00:48:54 ---> ade6c4e6a7f4 00:48:54 Step 22/24 : LABEL arch=arm64 00:48:54 Successfully tagged docker-core-command-go-arm64:latest 00:48:54  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:48:55 ---> Running in 6b3efd892285 00:48:55 Removing intermediate container e041913c3ccf 00:48:55 ---> d9085efabc6f 00:48:55 Step 19/21 : LABEL arch=arm64 00:48:55 ---> Running in cb0da2e3eb89 00:48:56 Removing intermediate container 6b3efd892285 00:48:56 ---> 6e8e53e95fe0 00:48:56 Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:48:56 ---> 8253e2c28b11 00:48:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:48:56 ---> Running in 61a11fd0c7f1 00:48:56 ---> Running in ec077cd7e566 00:48:57 Removing intermediate container cb0da2e3eb89 00:48:57 ---> d9637c7cbe62 00:48:57 Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca ---> 87dc75f1edc6 00:48:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:57 00:48:58 ---> Running in 98e3c1afbdf7 00:48:58 Removing intermediate container 61a11fd0c7f1 00:48:58 ---> 44203d66c387 00:48:58 Step 24/24 : LABEL version=0.0.0 00:48:58 ---> 8ce56199260d 00:48:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:48:59 ---> Running in 864029e04336 00:48:59 ---> Running in e714c4cdb498 00:48:59 Removing intermediate container 98e3c1afbdf7 00:48:59 ---> 65bd3b21cb96 00:48:59 Step 21/21 : LABEL version=0.0.0 00:48:59 ---> Running in 605b2acb7e30 00:49:00 Removing intermediate container e714c4cdb498 00:49:00 ---> 466b1ebdfbd8 00:49:00 Removing intermediate container 864029e04336 00:49:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 0052b41a97ab 00:49:00 00:49:00 00:49:00 Successfully built 0052b41a97ab 00:49:00 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:00  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:49:01 ---> Running in b3c833b25a94 00:49:01 Removing intermediate container 605b2acb7e30 00:49:01 ---> 123cac7ea924 00:49:01 00:49:01 Removing intermediate container ec077cd7e566 00:49:01 ---> 801428d451e6 00:49:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:01 Successfully built 123cac7ea924 00:49:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:01  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:49:01 ---> Running in 92f5b36cad0e 00:49:01 Removing intermediate container b3c833b25a94 00:49:01 ---> e53912bb7a1e 00:49:01 Step 20/22 : LABEL arch=arm64 00:49:02 ---> Running in a8a4750f7a36 00:49:02 Removing intermediate container 92f5b36cad0e 00:49:02 ---> 80dec62a006e 00:49:02 Step 22/24 : LABEL arch=arm64 00:49:02 ---> Running in 8bc66a06ee18 00:49:02 Removing intermediate container a8a4750f7a36 00:49:02 ---> 5743a9706f63 00:49:02 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:49:03 ---> Running in f7fec96af5c2 00:49:03 Removing intermediate container 8bc66a06ee18 00:49:03 ---> f6a99e1946ed 00:49:03 Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:49:03 ---> Running in 5d484828cd0f 00:49:03 Removing intermediate container f7fec96af5c2 00:49:03 ---> 989c6808ad2a 00:49:03 Step 22/22 : LABEL version=0.0.0 00:49:04 ---> Running in 1db7da7265a6 00:49:04 Removing intermediate container 5d484828cd0f 00:49:04 ---> eb605ac021a4 00:49:04 Step 24/24 : LABEL version=0.0.0 00:49:05 Removing intermediate container 1db7da7265a6 00:49:05 ---> 0b8c4fce2b8a 00:49:05 00:49:05 ---> Running in f718c63c2d4a 00:49:05 Successfully built 0b8c4fce2b8a 00:49:05 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:05  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 00:49:05 Removing intermediate container f718c63c2d4a 00:49:05 ---> 1cb1b9d5981c 00:49:05 00:49:06 Successfully built 1cb1b9d5981c 00:49:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:45  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:45 ---> 08acab48d12e 00:49:45 Step 3/26 : WORKDIR /edgex-go 00:49:45 ---> Using cache 00:49:45 ---> 86010418a1e3 00:49:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:45 ---> Using cache 00:49:45 ---> 88ae5ce747dc 00:49:45 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:47 ---> Running in ff34e0609a21 00:49:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:50 ---> 08acab48d12e 00:49:50 Step 3/23 : WORKDIR /edgex-go 00:49:50 ---> Using cache 00:49:50 ---> 86010418a1e3 00:49:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:50 ---> Using cache 00:49:50 ---> 88ae5ce747dc 00:49:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:51 ---> 08acab48d12e 00:49:51 Step 3/21 : WORKDIR /edgex-go 00:49:51 ---> Using cache 00:49:51 ---> 86010418a1e3 00:49:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:51 ---> Using cache 00:49:51 ---> 88ae5ce747dc 00:49:51 Step 5/21 : RUN apk add --update --no-cache make git 00:49:51 ---> Using cache 00:49:51 ---> 0af1315a8138 00:49:51 Step 6/21 : COPY go.mod . 00:49:51 ---> Using cache 00:49:51 ---> 4458a4fd9c95 00:49:51 Step 7/21 : RUN go mod download 00:49:51 ---> Using cache 00:49:51 ---> 4ff486859ea4 00:49:51 Step 8/21 : COPY . . 00:49:51 ---> Using cache 00:49:51 ---> ee37c110aaf3 00:49:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:51 ---> 08acab48d12e 00:49:51 Step 3/22 : WORKDIR /edgex-go 00:49:51 ---> Using cache 00:49:51 ---> 86010418a1e3 00:49:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:51 ---> Using cache 00:49:51 ---> 88ae5ce747dc 00:49:51 Step 5/22 : RUN apk add --update --no-cache make git 00:49:51 ---> Using cache 00:49:51 ---> 0af1315a8138 00:49:51 Step 6/22 : COPY go.mod . 00:49:51 ---> Using cache 00:49:51 ---> 4458a4fd9c95 00:49:51 Step 7/22 : RUN go mod download 00:49:51 ---> Using cache 00:49:51 ---> 4ff486859ea4 00:49:51 Step 8/22 : COPY . . 00:49:51 ---> Using cache 00:49:51 ---> ee37c110aaf3 00:49:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:49:52 ---> Running in 1c38d087ce07 00:49:52 ---> Running in 1cab7ad371fe 00:49:52 ---> Running in c7be8cb8bc7f 00:49:52 OK: 217 MiB in 51 packages 00:49:53 Removing intermediate container ff34e0609a21 00:49:53 ---> f0e984688248 00:49:53 Step 6/26 : COPY go.mod . 00:49:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:54 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:49:55 ---> 1d49458aadf5 00:49:55 Step 7/26 : RUN go mod download 00:49:55 ---> Running in 6378b089295b 00:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:57 OK: 217 MiB in 51 packages 00:49:59 Removing intermediate container 1c38d087ce07 00:49:59 ---> 9985aeeb5a4d 00:49:59 Step 6/23 : COPY go.mod . 00:49:59 Removing intermediate container 6378b089295b 00:49:59 ---> 6339b0d28292 00:49:59 Step 8/26 : COPY . . 00:50:01 ---> 6fa8d64ed9c3 00:50:01 Step 7/23 : RUN go mod download 00:50:01 ---> Running in 09265ef84639 00:50:10 Removing intermediate container 09265ef84639 00:50:10 ---> 10f462be6737 00:50:10 Step 8/23 : COPY . . 00:50:28 ---> 90462347511a 00:50:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:28 ---> Running in 1daf92e031e6 00:50:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:35 ---> 80f49785d53d 00:50:35 Step 9/23 : RUN make cmd/core-data/core-data 00:50:35 ---> Running in 2860b62e5b8d 00:50:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:16 Removing intermediate container c7be8cb8bc7f 00:51:16 ---> bcaa079790f4 00:51:16 00:51:16 Step 10/22 : FROM alpine:3.12 00:51:16 ---> afeebe901d6b 00:51:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:16 ---> Using cache 00:51:16 ---> 05cc75f5cb86 00:51:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:51:16 ---> Running in e340210305a3 00:51:16 Removing intermediate container e340210305a3 00:51:16 ---> 09dc301d0225 00:51:16 Step 13/22 : WORKDIR / 00:51:16 ---> Running in c9453d7011ab 00:51:17 Removing intermediate container c9453d7011ab 00:51:17 ---> 18a2122feaaf 00:51:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:51:19 ---> 25ac362522ce 00:51:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:51:20 Removing intermediate container 1cab7ad371fe 00:51:20 ---> 243b6f637d72 00:51:20 00:51:20 Step 10/21 : FROM scratch 00:51:20 ---> 00:51:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:20 ---> Using cache 00:51:20 ---> 90999cc042d3 00:51:20 Step 12/21 : ENV APP_PORT=48085 00:51:21 ---> Running in ad020716fc20 00:51:22 ---> 5b7cba50f5a7 00:51:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:51:22 Removing intermediate container ad020716fc20 00:51:22 ---> e45935d1dafc 00:51:22 Step 13/21 : EXPOSE $APP_PORT 00:51:22 ---> Running in 547d2d618e47 00:51:23 Removing intermediate container 547d2d618e47 00:51:23 ---> fab7d7eea39a 00:51:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:51:23 ---> 84f1b35e956c 00:51:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:51:24 ---> 119993810f43 00:51:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:24 ---> b17de41c3d40 00:51:24 Step 18/22 : RUN chmod +x entrypoint.sh 00:51:25 ---> Running in 5ac2b7af7255 00:51:27 ---> f39c2b4bbfc9 00:51:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:28 ---> 591f4342ec1f 00:51:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:51:29 ---> Running in 86aa030192b8 00:51:30 Removing intermediate container 5ac2b7af7255 00:51:30 ---> 907f1a60bf49 00:51:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:51:30 Removing intermediate container 86aa030192b8 00:51:30 ---> 705214f2483f 00:51:30 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:30 ---> Running in 8a7e6d888920 00:51:30 ---> Running in df299c765f02 00:51:30 Removing intermediate container 8a7e6d888920 00:51:30 ---> f411d16bef4a 00:51:30 Step 20/22 : LABEL arch=arm64 00:51:31 Removing intermediate container df299c765f02 00:51:31 ---> 86e6936c01fe 00:51:31 Step 19/21 : LABEL arch=arm64 00:51:31 ---> Running in be72db106b84 00:51:31 ---> Running in 9a1d850c3745 00:51:32 Removing intermediate container be72db106b84 00:51:32 ---> 303d301fea5c 00:51:32 Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:51:32 Removing intermediate container 9a1d850c3745 00:51:32 ---> c6095338153c 00:51:32 Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:51:32 ---> Running in ef02b4571a4b 00:51:32 ---> Running in 6c9767cf1880 00:51:33 Removing intermediate container ef02b4571a4b 00:51:33 ---> 0eb9ee9ac596 00:51:33 Step 22/22 : LABEL version=0.0.0 00:51:33 Removing intermediate container 6c9767cf1880 00:51:33 ---> a58e3b530a15 00:51:33 Step 21/21 : LABEL version=0.0.0 00:51:33 ---> Running in 62dd27f2d6b4 00:51:33 ---> Running in 85ab52647466 00:51:34 Removing intermediate container 62dd27f2d6b4 00:51:34 ---> 76db3d010185 00:51:34 00:51:34 Removing intermediate container 85ab52647466 00:51:34 ---> f2a3004ab913 00:51:34 00:51:35 Successfully built 76db3d010185 00:51:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:51:35  Building docker-security-bootstrap-redis-go ... done Successfully built f2a3004ab913 00:51:35 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:50  Building docker-support-scheduler-go ... done Removing intermediate container 1daf92e031e6 00:51:50 ---> 1785251dae4d 00:51:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:50 ---> Running in 2fdb1151f231 00:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:54 Removing intermediate container 2fdb1151f231 00:51:54 ---> 925e1abe1ff4 00:51:54 00:51:54 Step 11/26 : FROM docker:20.10.0 00:51:54 20.10.0: Pulling from library/docker 00:52:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:04 Status: Downloaded newer image for docker:20.10.0 00:52:04 ---> eeaf43b92773 00:52:04 Step 12/26 : RUN apk add --no-cache bash 00:52:04 ---> Running in a71deb8599cc 00:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:05 (1/2) Installing readline (8.0.4-r0) 00:52:05 (2/2) Installing bash (5.0.17-r0) 00:52:05 Executing bash-5.0.17-r0.post-install 00:52:05 Executing busybox-1.31.1-r19.trigger 00:52:05 OK: 12 MiB in 22 packages 00:52:05 Removing intermediate container 2860b62e5b8d 00:52:05 ---> 79134aa1e17c 00:52:05 00:52:05 Step 10/23 : FROM alpine:3.12 00:52:05 ---> afeebe901d6b 00:52:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:05 ---> Running in 191bd1f3a157 00:52:06 Removing intermediate container 191bd1f3a157 00:52:06 ---> a2e5ea2efa88 00:52:06 Step 12/23 : ENV APP_PORT=48080 00:52:06 Removing intermediate container a71deb8599cc 00:52:06 ---> 470aa8230fb2 00:52:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:06 ---> Running in 14144df6f9c3 00:52:06 ---> Running in 15df98ec7811 00:52:07 Removing intermediate container 14144df6f9c3 00:52:07 ---> 185df9d89566 00:52:07 Step 13/23 : EXPOSE $APP_PORT 00:52:07 Removing intermediate container 15df98ec7811 00:52:07 ---> 8cdf187d6b24 00:52:07 Step 14/26 : ENV APP_PORT=48090 00:52:07 ---> Running in eb9fd4352205 00:52:07 ---> Running in dc2ebdad9a16 00:52:08 Removing intermediate container dc2ebdad9a16 00:52:08 ---> 6124412f98db 00:52:08 Step 15/26 : EXPOSE $APP_PORT 00:52:08 Removing intermediate container eb9fd4352205 00:52:08 ---> ca46222c7371 00:52:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:08 ---> Running in b9b547b018de 00:52:08 ---> Running in dced715559e9 00:52:08 Removing intermediate container b9b547b018de 00:52:08 ---> fc396ff9d7e3 00:52:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:10 ---> b8bb01850253 00:52:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:10 Removing intermediate container dced715559e9 00:52:10 ---> 04aaeefa4d14 00:52:10 Step 15/23 : RUN apk add --update --no-cache zeromq 00:52:10 ---> Running in 178faa85df0a 00:52:10 ---> 9215acee77ce 00:52:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:11 ---> 21029264e052 00:52:11 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:12 ---> Running in 69f3846d43ee 00:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 (1/5) Installing libgcc (9.3.0-r2) 00:52:14 (2/5) Installing libsodium (1.0.18-r0) 00:52:14 (1/33) Installing libbz2 (1.0.8-r1) 00:52:14 (2/33) Installing expat (2.2.9-r1) 00:52:14 (3/33) Installing libffi (3.3-r2) 00:52:14 (4/33) Installing gdbm (1.13-r1) 00:52:14 (5/33) Installing xz-libs (5.2.5-r0) 00:52:14 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:14 (7/33) Installing python3 (3.8.5-r0) 00:52:14 (3/5) Installing libstdc++ (9.3.0-r2) 00:52:14 (4/5) Installing libzmq (4.3.3-r0) 00:52:14 (5/5) Installing zeromq (4.3.3-r0) 00:52:14 Executing busybox-1.31.1-r19.trigger 00:52:14 OK: 8 MiB in 19 packages 00:52:16 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:16 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:16 (11/33) Installing py3-six (1.15.0-r0) 00:52:16 (12/33) Installing py3-packaging (20.4-r0) 00:52:16 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:16 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:16 (15/33) Installing py3-idna (2.9-r0) 00:52:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:16 (18/33) Installing py3-requests (2.23.0-r0) 00:52:16 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:16 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:16 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:16 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:16 Removing intermediate container 178faa85df0a 00:52:16 ---> d84411c98f9d 00:52:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:52:16 (24/33) Installing py3-distro (1.5.0-r1) 00:52:16 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:16 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:16 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:16 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:16 (29/33) Installing py3-progress (1.5-r0) 00:52:16 (30/33) Installing py3-toml (0.10.1-r0) 00:52:16 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:16 (33/33) Installing py3-pip (20.1.1-r0) 00:52:17 Executing busybox-1.31.1-r19.trigger 00:52:17 OK: 71 MiB in 55 packages 00:52:17 ---> d7b13f3b75cc 00:52:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:19 ---> c092efc1baa1 00:52:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:20 ---> fd845e4f73a2 00:52:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:20 ---> Running in d404ee6b3519 00:52:21 Removing intermediate container d404ee6b3519 00:52:21 ---> 521804fb48f4 00:52:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:21 ---> Running in 5aa7e3a5fadd 00:52:22 Removing intermediate container 5aa7e3a5fadd 00:52:22 ---> 2adc806d1726 00:52:22 Step 21/23 : LABEL arch=arm64 00:52:22 ---> Running in a4c0065516fe 00:52:22 Removing intermediate container a4c0065516fe 00:52:22 ---> b2601ca742c6 00:52:22 Step 22/23 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:52:23 ---> Running in 063edf9ff813 00:52:23 Removing intermediate container 69f3846d43ee 00:52:23 ---> e589201c78aa 00:52:23 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:23 ---> Running in 428f13115c7a 00:52:23 Removing intermediate container 063edf9ff813 00:52:23 ---> 45bb3628a6a5 00:52:23 Step 23/23 : LABEL version=0.0.0 00:52:24 ---> Running in 49e862be8223 00:52:24 Removing intermediate container 49e862be8223 00:52:24 ---> b3e5cf929668 00:52:24 00:52:24 Successfully built b3e5cf929668 00:52:24 Successfully tagged docker-core-data-go-arm64:latest 00:52:30  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:52:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:31 Collecting jsonschema<3,>=2.5.1 00:52:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:31 Collecting cached-property<2,>=1.2.0 00:52:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:32 Collecting docker<4.0,>=3.6.0 00:52:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:35 Collecting texttable<0.10,>=0.9.0 00:52:35 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:37 Collecting docopt<0.7,>=0.6.1 00:52:37 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:40 Collecting dockerpty<0.5,>=0.4.1 00:52:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:42 Collecting PyYAML<4,>=3.10 00:52:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:47 Collecting websocket-client<1.0,>=0.32.0 00:52:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:47 Collecting docker-pycreds>=0.4.0 00:52:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52: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:52: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:52:48 Collecting idna<2.8,>=2.5 00:52:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:48 Collecting urllib3<1.25,>=1.21.1 00:52:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:50 Installing collected packages: jsonschema, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, docopt, dockerpty, PyYAML, docker-compose 00:52:50 Attempting uninstall: idna 00:52:50 Found existing installation: idna 2.9 00:52:50 Uninstalling idna-2.9: 00:52:51 Successfully uninstalled idna-2.9 00:52:51 Attempting uninstall: urllib3 00:52:51 Found existing installation: urllib3 1.25.9 00:52:51 Uninstalling urllib3-1.25.9: 00:52:51 Successfully uninstalled urllib3-1.25.9 00:52:52 Attempting uninstall: requests 00:52:52 Found existing installation: requests 2.23.0 00:52:52 Uninstalling requests-2.23.0: 00:52:52 Successfully uninstalled requests-2.23.0 00:52:54 Running setup.py install for texttable: started 00:52:56 Running setup.py install for texttable: finished with status 'done' 00:52:56 Running setup.py install for docopt: started 00:52:59 Running setup.py install for docopt: finished with status 'done' 00:52:59 Running setup.py install for dockerpty: started 00:53:01 Running setup.py install for dockerpty: finished with status 'done' 00:53:01 Running setup.py install for PyYAML: started 00:53:04 Running setup.py install for PyYAML: finished with status 'done' 00:53:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:09 Removing intermediate container 428f13115c7a 00:53:09 ---> cc1d02d6648e 00:53:09 Step 21/26 : RUN apk --no-cache add curl 00:53:09 ---> Running in 1239fd51bbf1 00:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:11 (2/3) Installing libcurl (7.69.1-r3) 00:53:11 (3/3) Installing curl (7.69.1-r3) 00:53:11 Executing busybox-1.31.1-r19.trigger 00:53:11 OK: 71 MiB in 58 packages 00:53:13 Removing intermediate container 1239fd51bbf1 00:53:13 ---> 60eaef2eb074 00:53:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:13 ---> Running in 037626a0fafc 00:53:13 Removing intermediate container 037626a0fafc 00:53:13 ---> 35ef0b7fac78 00:53:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:13 ---> Running in 3e8baec8b29d 00:53:14 Removing intermediate container 3e8baec8b29d 00:53:14 ---> 8577a3020846 00:53:14 Step 24/26 : LABEL arch=arm64 00:53:14 ---> Running in cf429dc3300e 00:53:14 Removing intermediate container cf429dc3300e 00:53:14 ---> 65ba50e30503 00:53:14 Step 25/26 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca 00:53:14 ---> Running in 749e1454413f 00:53:15 Removing intermediate container 749e1454413f 00:53:15 ---> aaf3d95bbed2 00:53:15 Step 26/26 : LABEL version=0.0.0 00:53:15 ---> Running in bdd99b756e1d 00:53:15 Removing intermediate container bdd99b756e1d 00:53:15 ---> 2632d7b79e0e 00:53:15 00:53:16 Successfully built 2632d7b79e0e 00:53:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:16 $ docker stop --time=1 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 00:53:18 $ docker rm -f 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:19 + grep docker 00:53:19 + docker images 00:53:19 docker-sys-mgmt-agent-go-arm64 latest 2632d7b79e0e 4 seconds ago 300MB 00:53:19 docker-core-data-go-arm64 latest b3e5cf929668 55 seconds ago 21MB 00:53:19 docker-security-bootstrap-redis-go-arm64 latest 76db3d010185 About a minute ago 15.1MB 00:53:19 docker-support-scheduler-go-arm64 latest f2a3004ab913 About a minute ago 10MB 00:53:19 docker-security-secretstore-setup-go-arm64 latest 1cb1b9d5981c 4 minutes ago 23.4MB 00:53:19 docker-core-metadata-go-arm64 latest 0b8c4fce2b8a 4 minutes ago 12.2MB 00:53:19 docker-security-proxy-setup-go-arm64 latest 123cac7ea924 4 minutes ago 23.2MB 00:53:19 docker-support-notifications-go-arm64 latest 0052b41a97ab 4 minutes ago 11.4MB 00:53:19 docker-core-command-go-arm64 latest b43423b90539 4 minutes ago 9.98MB 00:53:19 docker 20.10.0 eeaf43b92773 4 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:53:22 provisioning config files... 00:53:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config7757186556458311302tmp [Pipeline] { [Pipeline] sh 00:53:22 + set +x 00:53:22 + curl -s https://codecov.io/bash 00:53:22 + bash -s -- 00:53:23 00:53:23 _____ _ 00:53:23 / ____| | | 00:53:23 | | ___ __| | ___ ___ _____ __ 00:53:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:23 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:23 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:23 Bash-20201231-23d4836 00:53:23 00:53:23 00:53:23 ==> git version 2.24.3 found 00:53:23 ==> 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:53:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:23 ==> Jenkins CI detected. 00:53:23 project root: . 00:53:23 --> token set from env 00:53:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:23 ==> Running gcov in . (disable via -X gcov) 00:53:23 ==> Python coveragepy not found 00:53:23 ==> Searching for coverage reports in: 00:53:23 + . 00:53:23 -> Found 1 reports 00:53:23 ==> Detecting git/mercurial file structure 00:53:23 ==> Reading reports 00:53:23 + ./coverage.out bytes=536793 00:53:23 ==> Appending adjustments 00:53:23 https://docs.codecov.io/docs/fixing-reports 00:53:26 + Found adjustments 00:53:26 ==> Gzipping contents 00:53:26 80K /tmp/codecov.AZvhaT.gz 00:53:26 ==> Uploading reports 00:53:26 url: https://codecov.io 00:53:26 query: branch=PR-2924&commit=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:53:26 -> Pinging Codecov 00:53:26 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:53:27 -> Uploading to 00:53:27 https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/7bf8c5ae6410052ec21eabf579ae336e2e2e99ca/cf68fad1-171d-4b85-aed8-b2f90673b8f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T005326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59e5c11037c0f8bfd42e9cde0fb0f0244cb0b8f330bce26b18e2f41ea5efbfda 00:53:27 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:27 Dload Upload Total Spent Left Speed 00:53:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81757 0 0 100 81757 0 132k --:--:-- --:--:-- --:--:-- 132k 00:53:27 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [Pipeline] } 00:53:27 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:53:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:30 ---> package-listing.sh 00:53:30 ++ facter osfamily 00:53:30 ++ tr '[:upper:]' '[:lower:]' 00:53:30 + OS_FAMILY=redhat 00:53:30 + workspace=/w/workspace/edgex-go/19 00:53:30 + START_PACKAGES=/tmp/packages_start.txt 00:53:30 + END_PACKAGES=/tmp/packages_end.txt 00:53:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:30 + PACKAGES=/tmp/packages_start.txt 00:53:30 + '[' /w/workspace/edgex-go/19 ']' 00:53:30 + PACKAGES=/tmp/packages_end.txt 00:53:30 + case "${OS_FAMILY}" in 00:53:30 + rpm -qa 00:53:30 + sort 00:53:35 + '[' -f /tmp/packages_start.txt ']' 00:53:35 + '[' -f /tmp/packages_end.txt ']' 00:53:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:35 + '[' /w/workspace/edgex-go/19 ']' 00:53:35 + mkdir -p /w/workspace/edgex-go/19/archives/ 00:53:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 00:53:35 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:36 00:53:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:36 alpine: Pulling from edgex-lftools-log-publisher 00:53:36 df20fa9351a1: Pulling fs layer 00:53:36 36b3adc4ff6f: Pulling fs layer 00:53:36 8ad3a11d3b57: Pulling fs layer 00:53:36 46f8f816bc3b: Pulling fs layer 00:53:36 93b61091891f: Pulling fs layer 00:53:36 93b9cdb0e59b: Pulling fs layer 00:53:36 5e14af77c1be: Pulling fs layer 00:53:36 01666e4c0597: Pulling fs layer 00:53:36 aa168da1d23b: Pulling fs layer 00:53:36 93b9cdb0e59b: Waiting 00:53:36 5e14af77c1be: Waiting 00:53:36 01666e4c0597: Waiting 00:53:36 46f8f816bc3b: Waiting 00:53:36 aa168da1d23b: Waiting 00:53:36 36b3adc4ff6f: Download complete 00:53:36 46f8f816bc3b: Download complete 00:53:37 df20fa9351a1: Verifying Checksum 00:53:37 df20fa9351a1: Download complete 00:53:37 93b9cdb0e59b: Verifying Checksum 00:53:37 93b9cdb0e59b: Download complete 00:53:37 93b61091891f: Verifying Checksum 00:53:37 93b61091891f: Download complete 00:53:37 5e14af77c1be: Verifying Checksum 00:53:37 5e14af77c1be: Download complete 00:53:37 01666e4c0597: Verifying Checksum 00:53:37 01666e4c0597: Download complete 00:53:37 df20fa9351a1: Pull complete 00:53:37 8ad3a11d3b57: Verifying Checksum 00:53:37 8ad3a11d3b57: Download complete 00:53:37 36b3adc4ff6f: Pull complete 00:53:39 aa168da1d23b: Verifying Checksum 00:53:39 aa168da1d23b: Download complete 00:53:39 8ad3a11d3b57: Pull complete 00:53:39 46f8f816bc3b: Pull complete 00:53:40 93b61091891f: Pull complete 00:53:40 93b9cdb0e59b: Pull complete 00:53:40 5e14af77c1be: Pull complete 00:53:40 01666e4c0597: Pull complete 00:53:48 aa168da1d23b: Pull complete 00:53:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:48 prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container 00:53:48 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:57 $ docker top 1ef8845b4befc6a4aac2e72befc542a769c94a015ea18b4cde4d4a750ad971c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:58 + mkdir -p /var/log/sa [Pipeline] sh 00:53:58 + ls /var/log/sa-host 00:53:58 + sadf -c /var/log/sa-host/sa10 00:53:58 file_magic: OK 00:53:58 HZ: Using current value: 100 00:53:58 file_header: OK 00:53:58 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:53:58 Statistics: 00:53:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:58 File successfully converted to sysstat format version 12.2.1 00:53:58 + sadf -c /var/log/sa-host/sa23 00:53:58 file_magic: OK 00:53:58 HZ: Using current value: 100 00:53:58 file_header: OK 00:53:58 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:53:58 Statistics: 00:53:58 Hnuu...uuuununununu... 00:53:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:59 provisioning config files... 00:53:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config88163357439327872tmp [Pipeline] { [Pipeline] echo 00:53:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:59 ---> create-netrc.sh [Pipeline] } 00:53:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:59 ---> python-tools-install.sh [Pipeline] echo 00:53:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> sudo-logs.sh 00:54:00 Archiving 'sudo' log.. [Pipeline] echo 00:54:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> job-cost.sh 00:54:00 lf-activate-venv: SKIPPING 00:54:00 INFO: No Stack... 00:54:01 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:01 INFO: Archiving Costs [Pipeline] echo 00:54:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:02 ---> logs-deploy.sh 00:54:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/19 00:54:02 INFO: archiving workspace using pattern(s): 00:54:03 Archives upload complete. 00:54:03 INFO: archiving logs to Nexus 00:54:04 ---> uname -a: 00:54:04 Linux prd-centos7-docker-4c-2g-19288.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:54:04 00:54:04 00:54:04 ---> lscpu: 00:54:04 Architecture: x86_64 00:54:04 CPU op-mode(s): 32-bit, 64-bit 00:54:04 Byte Order: Little Endian 00:54:04 Address sizes: 40 bits physical, 48 bits virtual 00:54:04 CPU(s): 4 00:54:04 On-line CPU(s) list: 0-3 00:54:04 Thread(s) per core: 1 00:54:04 Core(s) per socket: 1 00:54:04 Socket(s): 4 00:54:04 NUMA node(s): 1 00:54:04 Vendor ID: GenuineIntel 00:54:04 CPU family: 6 00:54:04 Model: 44 00:54:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:04 Stepping: 1 00:54:04 CPU MHz: 2933.442 00:54:04 BogoMIPS: 5866.88 00:54:04 Virtualization: VT-x 00:54:04 Hypervisor vendor: KVM 00:54:04 Virtualization type: full 00:54:04 L1d cache: 128 KiB 00:54:04 L1i cache: 128 KiB 00:54:04 L2 cache: 16 MiB 00:54:04 L3 cache: 64 MiB 00:54:04 NUMA node0 CPU(s): 0-3 00:54:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:04 Vulnerability Meltdown: Mitigation; PTI 00:54:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:04 Vulnerability Srbds: Not affected 00:54:04 Vulnerability Tsx async abort: Not affected 00:54:04 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:54:04 00:54:04 00:54:04 ---> nproc: 00:54:04 4 00:54:04 00:54:04 00:54:04 ---> df -h: 00:54:04 Filesystem Size Used Available Use% Mounted on 00:54:04 overlay 50.0G 11.2G 38.8G 22% / 00:54:04 tmpfs 64.0M 0 64.0M 0% /dev 00:54:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:04 shm 64.0M 0 64.0M 0% /dev/shm 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/19 00:54:04 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/19@tmp 00:54:04 00:54:04 00:54:04 ---> free -m: 00:54:04 total used free shared buff/cache available 00:54:04 Mem: 1837 717 142 0 976 1036 00:54:04 Swap: 1023 38 985 00:54:04 00:54:04 00:54:04 ---> ip addr: 00:54:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:04 inet 127.0.0.1/8 scope host lo 00:54:04 valid_lft forever preferred_lft forever 00:54:04 inet6 ::1/128 scope host 00:54:04 valid_lft forever preferred_lft forever 00:54:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:04 link/ether fa:16:3e:32:8d:00 brd ff:ff:ff:ff:ff:ff 00:54:04 inet 10.30.122.167/23 brd 10.30.123.255 scope global dynamic eth0 00:54:04 valid_lft 84981sec preferred_lft 84981sec 00:54:04 inet6 fe80::f816:3eff:fe32:8d00/64 scope link 00:54:04 valid_lft forever preferred_lft forever 00:54:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:04 link/ether 02:42:a0:65:67:7b brd ff:ff:ff:ff:ff:ff 00:54:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:04 valid_lft forever preferred_lft forever 00:54:04 inet6 fe80::42:a0ff:fe65:677b/64 scope link 00:54:04 valid_lft forever preferred_lft forever 00:54:04 00:54:04 00:54:04 ---> sar -b -r -n DEV: 00:54:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:54:04 00:54:04 00:30:12 LINUX RESTART (4 CPU) 00:54:04 00:54:04 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:04 00:32:01 54.72 11.38 43.34 0.00 4663.19 8298.90 0.00 00:54:04 00:33:01 91.68 67.06 24.62 0.00 5018.67 14900.27 0.00 00:54:04 00:34:01 293.57 107.03 186.53 0.00 4658.86 46544.43 0.00 00:54:04 00:35:01 145.25 47.79 97.46 0.00 2068.06 10533.57 0.00 00:54:04 00:36:01 106.99 45.90 61.09 0.00 2893.77 8726.52 0.00 00:54:04 00:37:02 974.30 720.50 253.80 0.00 91380.76 161890.66 0.00 00:54:04 00:38:01 2802.24 2499.07 303.17 0.00 138790.84 149501.08 0.00 00:54:04 00:39:01 334.98 115.57 219.41 0.00 26522.17 54697.26 0.00 00:54:04 00:40:02 2025.58 1735.88 289.70 0.00 108339.48 124543.27 0.00 00:54:04 00:41:01 254.19 62.14 192.05 0.00 6213.13 31185.20 0.00 00:54:04 00:42:02 6.11 0.73 5.38 0.00 34.77 164.77 0.00 00:54:04 00:43:01 0.20 0.00 0.20 0.00 0.00 2.22 0.00 00:54:04 00:44:01 0.30 0.02 0.28 0.00 0.53 3.51 0.00 00:54:04 00:45:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 00:54:04 00:46:01 1.72 1.52 0.20 0.00 50.36 2.45 0.00 00:54:04 00:47:01 0.85 0.02 0.83 0.00 0.53 15.57 0.00 00:54:04 00:48:01 0.27 0.02 0.25 0.00 1.07 2.56 0.00 00:54:04 00:49:01 0.27 0.02 0.25 0.00 0.53 3.11 0.00 00:54:04 00:50:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 00:54:04 00:51:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 00:54:04 00:52:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 00:54:04 00:53:01 0.22 0.02 0.20 0.00 1.07 1.88 0.00 00:54:04 Average: 322.82 246.37 76.45 0.00 17791.11 27831.43 0.00 00:54:04 00:54:04 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:04 00:32:01 70984 0 635896 33.80 2620 1172044 1317852 44.98 516488 1088568 36152 00:54:04 00:33:01 77480 0 628332 33.39 2620 1173112 1484064 50.65 673300 923436 72264 00:54:04 00:34:01 176136 0 766376 40.73 1460 937572 1426308 48.68 589020 839760 3784 00:54:04 00:35:01 340284 0 740952 39.38 868 799440 1663876 56.79 535012 721640 40720 00:54:04 00:36:01 170696 0 719336 38.23 772 990740 1296140 44.24 621520 801084 55996 00:54:04 00:37:02 440796 0 654328 34.78 0 786420 1382336 47.18 519876 711548 0 00:54:04 00:38:01 137664 0 1144196 60.81 0 599684 4440796 151.56 891256 584280 8924 00:54:04 00:39:01 116780 0 711896 37.84 0 1052868 1485392 50.69 708024 810744 420 00:54:04 00:40:02 78888 0 729772 38.79 0 1072884 1762784 60.16 695808 874636 77352 00:54:04 00:41:01 161580 0 641640 34.10 0 1078324 1220196 41.64 496400 980808 20 00:54:04 00:42:02 167000 0 635524 33.78 0 1079020 1199736 40.95 513412 961008 20 00:54:04 00:43:01 167484 0 635028 33.75 0 1079032 1197668 40.87 513260 960952 12 00:54:04 00:44:01 167600 0 634920 33.74 0 1079024 1197676 40.87 513452 960952 8 00:54:04 00:45:01 168380 0 634136 33.70 0 1079028 1188412 40.56 512420 960944 8 00:54:04 00:46:01 166716 0 634952 33.75 0 1079876 1188512 40.56 512980 961744 32 00:54:04 00:47:01 167068 0 634532 33.72 0 1079944 1188416 40.56 512484 961760 28 00:54:04 00:48:01 166908 0 634776 33.74 0 1079860 1188500 40.56 512912 961744 16 00:54:04 00:49:01 167028 0 634636 33.73 0 1079880 1188408 40.56 512608 961776 12 00:54:04 00:50:01 166780 0 634856 33.74 0 1079908 1188416 40.56 512488 961792 8 00:54:04 00:51:01 166536 0 635092 33.75 0 1079916 1188500 40.56 512832 961792 16 00:54:04 00:52:01 166928 0 634692 33.73 0 1079924 1188416 40.56 512624 961792 16 00:54:04 00:53:01 167052 0 634588 33.73 0 1079904 1188416 40.56 512748 961792 12 00:54:04 Average: 171671 0 681384 36.21 379 1028109 1444128 49.29 563678 903389 13446 00:54:04 00:54:04 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:04 00:32:01 vethcb6d2ea 286.74 204.55 26.88 636.00 0.00 0.00 0.00 0.00 00:54:04 00:32:01 eth0 787.43 752.30 2962.58 79.02 0.00 0.00 0.00 0.00 00:54:04 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:32:01 docker0 286.74 204.41 22.96 635.99 0.00 0.00 0.00 0.00 00:54:04 00:33:01 eth0 666.46 884.96 2070.57 103.80 0.00 0.00 0.00 0.00 00:54:04 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:33:01 docker0 863.27 630.88 61.77 2050.13 0.00 0.00 0.00 0.00 00:54:04 00:34:01 veth647371c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:04 00:34:01 eth0 537.35 431.39 3673.56 44.84 0.00 0.00 0.00 0.00 00:54:04 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:34:01 docker0 148.57 188.58 10.95 827.77 0.00 0.00 0.00 0.00 00:54:04 00:35:01 veth647371c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:35:01 eth0 44.77 28.90 25.77 67.41 0.00 0.00 0.00 0.00 00:54:04 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:36:01 veth647371c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:36:01 eth0 29.52 14.55 23.00 11.90 0.00 0.00 0.00 0.00 00:54:04 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:37:02 veth49ad8dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:04 00:37:02 eth0 220.85 167.75 1690.36 76.65 0.00 0.00 0.00 0.00 00:54:04 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:38:01 veth49ad8dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:54:04 00:38:01 veth3d67c32 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:04 00:38:01 eth0 51.35 30.50 164.51 9.74 0.00 0.00 0.00 0.00 00:54:04 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:39:01 veth49ad8dc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:39:01 vethc47ca6c 1.79 5.01 0.12 29.76 0.00 0.00 0.00 0.00 00:54:04 00:39:01 eth0 45.84 31.55 130.11 56.66 0.00 0.00 0.00 0.00 00:54:04 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:40:02 veth49ad8dc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:40:02 eth0 44.49 21.57 72.84 15.67 0.00 0.00 0.00 0.00 00:54:04 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:40:02 docker0 1304.35 1056.04 95.53 3716.12 0.00 0.00 0.00 0.00 00:54:04 00:41:01 eth0 259.44 192.20 1715.81 90.20 0.00 0.00 0.00 0.00 00:54:04 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:41:01 docker0 43.81 72.30 2.67 445.13 0.00 0.00 0.00 0.00 00:54:04 00:42:02 eth0 3.51 1.88 2.90 1.06 0.00 0.00 0.00 0.00 00:54:04 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:43:01 eth0 2.20 0.73 0.80 0.47 0.00 0.00 0.00 0.00 00:54:04 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:44:01 eth0 1.92 0.67 0.78 0.55 0.00 0.00 0.00 0.00 00:54:04 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:45:01 eth0 0.30 0.08 0.03 0.01 0.00 0.00 0.00 0.00 00:54:04 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:46:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:54:04 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:47:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:04 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:48:01 eth0 0.95 0.23 0.32 0.19 0.00 0.00 0.00 0.00 00:54:04 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:49:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:04 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:04 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:51:01 eth0 0.35 0.17 0.14 0.07 0.00 0.00 0.00 0.00 00:54:04 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:52:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:54:04 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:53:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:04 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 Average: eth0 122.19 115.97 567.97 25.35 0.00 0.00 0.00 0.00 00:54:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:04 Average: docker0 62.14 51.97 4.53 191.43 0.00 0.00 0.00 0.00 00:54:04 00:54:04 00:54:04 ---> sar -P ALL: 00:54:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:54:04 00:54:04 00:30:12 LINUX RESTART (4 CPU) 00:54:04 00:54:04 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:54:04 00:32:01 all 6.93 0.00 3.77 1.30 0.55 87.44 00:54:04 00:32:01 0 5.38 0.00 4.11 2.46 0.54 87.51 00:54:04 00:32:01 1 7.51 0.00 3.60 2.12 0.53 86.25 00:54:04 00:32:01 2 8.62 0.00 4.26 0.21 0.58 86.33 00:54:04 00:32:01 3 6.20 0.00 3.14 0.43 0.55 89.68 00:54:04 00:33:01 all 9.27 0.00 4.02 0.59 0.18 85.94 00:54:04 00:33:01 0 8.21 0.00 5.29 0.17 0.15 86.17 00:54:04 00:33:01 1 8.68 0.00 3.18 0.31 0.22 87.62 00:54:04 00:33:01 2 11.49 0.00 4.44 1.33 0.19 82.56 00:54:04 00:33:01 3 8.70 0.00 3.18 0.54 0.15 87.42 00:54:04 00:34:01 all 13.08 0.00 10.67 4.60 0.32 71.33 00:54:04 00:34:01 0 12.58 0.00 10.82 4.51 0.40 71.69 00:54:04 00:34:01 1 13.85 0.00 10.37 5.25 0.17 70.36 00:54:04 00:34:01 2 13.48 0.00 10.81 5.40 0.34 69.97 00:54:04 00:34:01 3 12.41 0.00 10.68 3.24 0.38 73.29 00:54:04 00:35:01 all 62.57 0.00 14.92 5.12 0.65 16.74 00:54:04 00:35:01 0 59.71 0.00 14.49 4.79 0.78 20.23 00:54:04 00:35:01 1 63.58 0.00 15.06 4.40 0.60 16.36 00:54:04 00:35:01 2 64.22 0.00 14.37 5.63 0.58 15.20 00:54:04 00:35:01 3 62.75 0.00 15.77 5.68 0.62 15.19 00:54:04 00:36:01 all 47.04 0.00 14.39 2.80 1.47 34.30 00:54:04 00:36:01 0 47.06 0.00 14.34 4.20 1.48 32.93 00:54:04 00:36:01 1 44.89 0.00 14.00 1.74 1.53 37.84 00:54:04 00:36:01 2 49.26 0.00 14.93 2.87 1.35 31.59 00:54:04 00:36:01 3 46.95 0.00 14.27 2.39 1.54 34.85 00:54:04 00:37:02 all 23.18 0.00 25.89 6.37 2.38 42.18 00:54:04 00:37:02 0 23.70 0.00 25.04 6.41 2.45 42.40 00:54:04 00:37:02 1 22.68 0.00 25.32 8.31 2.73 40.96 00:54:04 00:37:02 2 22.79 0.00 26.82 5.18 2.10 43.10 00:54:04 00:37:02 3 23.55 0.00 26.39 5.54 2.25 42.26 00:54:04 00:38:01 all 23.62 0.00 29.87 20.82 4.04 21.65 00:54:04 00:38:01 0 23.74 0.00 29.89 21.08 3.98 21.30 00:54:04 00:38:01 1 22.55 0.00 27.72 21.57 4.49 23.66 00:54:04 00:38:01 2 23.66 0.00 30.34 20.81 3.99 21.19 00:54:04 00:38:01 3 24.55 0.00 31.59 19.77 3.70 20.39 00:54:04 00:39:01 all 58.47 0.00 18.29 10.18 2.09 10.97 00:54:04 00:39:01 0 57.84 0.00 18.98 7.12 1.79 14.27 00:54:04 00:39:01 1 59.48 0.00 16.83 10.25 2.01 11.43 00:54:04 00:39:01 2 58.21 0.00 18.83 13.02 2.09 7.86 00:54:04 00:39:01 3 58.34 0.00 18.52 10.32 2.49 10.34 00:54:04 00:40:02 all 49.41 0.00 27.68 10.16 2.13 10.62 00:54:04 00:40:02 0 49.42 0.00 27.34 9.00 1.87 12.36 00:54:04 00:40:02 1 48.92 0.00 27.50 10.86 2.40 10.31 00:54:04 00:40:02 2 49.82 0.00 28.36 10.35 2.05 9.41 00:54:04 00:40:02 3 49.49 0.00 27.51 10.42 2.19 10.39 00:54:04 00:41:01 all 20.48 0.00 12.17 8.26 0.40 58.69 00:54:04 00:41:01 0 20.67 0.00 12.80 8.59 0.40 57.54 00:54:04 00:41:01 1 23.34 0.00 12.79 8.02 0.33 55.52 00:54:04 00:41:01 2 19.91 0.00 11.07 8.91 0.45 59.65 00:54:04 00:41:01 3 17.98 0.00 12.02 7.50 0.42 62.08 00:54:04 00:42:02 all 0.18 0.00 0.14 0.01 0.00 99.67 00:54:04 00:42:02 0 0.15 0.00 0.08 0.02 0.00 99.75 00:54:04 00:42:02 1 0.33 0.00 0.13 0.00 0.00 99.53 00:54:04 00:42:02 2 0.13 0.00 0.17 0.02 0.00 99.68 00:54:04 00:42:02 3 0.08 0.00 0.17 0.00 0.02 99.73 00:54:04 00:54:04 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:54:04 00:43:01 all 0.04 0.00 0.04 0.00 0.00 99.92 00:54:04 00:43:01 0 0.05 0.00 0.07 0.00 0.00 99.88 00:54:04 00:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:04 00:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:44:01 all 0.09 0.00 0.09 0.00 0.00 99.82 00:54:04 00:44:01 0 0.03 0.00 0.13 0.00 0.00 99.83 00:54:04 00:44:01 1 0.28 0.00 0.10 0.00 0.00 99.62 00:54:04 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:44:01 3 0.02 0.00 0.10 0.00 0.00 99.88 00:54:04 00:45:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:04 00:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:54:04 00:45:01 1 0.53 0.00 0.02 0.00 0.02 99.43 00:54:04 00:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:04 00:46:01 all 0.19 0.00 0.14 0.02 0.00 99.64 00:54:04 00:46:01 0 0.08 0.00 0.10 0.00 0.00 99.82 00:54:04 00:46:01 1 0.25 0.00 0.12 0.02 0.00 99.62 00:54:04 00:46:01 2 0.37 0.00 0.15 0.00 0.00 99.48 00:54:04 00:46:01 3 0.07 0.00 0.20 0.08 0.00 99.65 00:54:04 00:47:01 all 0.10 0.00 0.04 0.00 0.00 99.86 00:54:04 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:04 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:04 00:47:01 2 0.32 0.00 0.08 0.00 0.00 99.60 00:54:04 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:48:01 all 0.05 0.00 0.03 0.00 0.00 99.91 00:54:04 00:48:01 0 0.10 0.00 0.05 0.00 0.00 99.85 00:54:04 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:04 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:54:04 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:54:04 00:49:01 all 0.11 0.00 0.03 0.00 0.00 99.85 00:54:04 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:04 00:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:04 00:49:01 2 0.37 0.00 0.05 0.00 0.00 99.58 00:54:04 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:04 00:50:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:54:04 00:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:04 00:50:01 2 0.50 0.00 0.00 0.00 0.00 99.50 00:54:04 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:54:04 00:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:54:04 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:04 00:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:04 00:51:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:54:04 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:52:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:04 00:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:54:04 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:04 00:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:04 00:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:54:04 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:04 00:53:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:54:04 00:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:54:04 00:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:04 00:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:54:04 00:54:04 Average: CPU %user %nice %system %iowait %steal %idle 00:54:04 Average: all 13.94 0.00 7.14 3.08 0.62 75.21 00:54:04 Average: 0 13.66 0.00 7.21 3.00 0.61 75.53 00:54:04 Average: 1 14.05 0.00 6.94 3.21 0.66 75.14 00:54:04 Average: 2 14.35 0.00 7.26 3.23 0.60 74.55 00:54:04 Average: 3 13.72 0.00 7.18 2.87 0.63 75.60 00:54:04 00:54:04 00:54:04