Pull request #3387 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fcb463379cb20344b4af5188c99e81291b015a70+b2496097c2e37da8ddba342dd762aae92f769114 (535f6eb23ed43da419e9d01ae2534f780bbeec5a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-1165’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1167’ is offline Running on prd-centos7-docker-4c-2g-1169 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 > 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/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:16:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:16:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:16:22 ========================================================= 15:16:22 EdgeX Global Pipelines Version Info 15:16:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 684a4512dcf9735722c740319c53f3e961411c3c # timeout=10 15:16:26 ------------------- 15:16:26 stable info: 15:16:26 ------------------- 15:16:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:16:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:16:26 Message: update stable to v1.0.186 15:16:27 ------------------- 15:16:27 experimental info: 15:16:27 ------------------- 15:16:27 Commited By: **** collab-it+edgex@linuxfoundation.org 15:16:27 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:16:27 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:16:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3387 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3387 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3387 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcb463379cb20344b4af5188c99e81291b015a70 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcb4633 [Pipeline] echo 15:16:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:16:28 provisioning config files... 15:16:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2177635397270586000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:16:29 ---> docker-login.sh 15:16:29 nexus3.edgexfoundry.org:10001 15:16:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:30 Configure a credential helper to remove this warning. See 15:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:30 15:16:30 Login Succeeded 15:16:30 nexus3.edgexfoundry.org:10002 15:16:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:31 Configure a credential helper to remove this warning. See 15:16:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:31 15:16:31 Login Succeeded 15:16:31 nexus3.edgexfoundry.org:10003 15:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:32 Configure a credential helper to remove this warning. See 15:16:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:32 15:16:32 Login Succeeded 15:16:32 nexus3.edgexfoundry.org:10004 15:16:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:33 Configure a credential helper to remove this warning. See 15:16:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:33 15:16:33 Login Succeeded 15:16:33 docker.io 15:16:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:34 Configure a credential helper to remove this warning. See 15:16:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:34 15:16:34 Login Succeeded 15:16:34 ---> docker-login.sh ends [Pipeline] } 15:16:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:16:34 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/core-command/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo core-command,cmd/core-command/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ cut -d/ -f2 15:16:34 ++ dirname cmd/core-data/Dockerfile 15:16:34 + echo core-data,cmd/core-data/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/core-metadata/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo core-metadata,cmd/core-metadata/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/security-bootstrapper/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/security-proxy-setup/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/support-notifications/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo support-notifications,cmd/support-notifications/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ cut -d/ -f2 15:16:34 ++ dirname cmd/support-scheduler/Dockerfile 15:16:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:16:34 + for file in '`ls cmd/**/Dockerfile`' 15:16:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:16:34 ++ cut -d/ -f2 15:16:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:16:34 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:35 15:16:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:16:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:36 latest: Pulling from edgex-devops/git-semver 15:16:36 31603596830f: Pulling fs layer 15:16:36 2a8b12db71e7: Pulling fs layer 15:16:36 6ca5941a6612: Pulling fs layer 15:16:36 ecc8261a40a4: Pulling fs layer 15:16:36 ecc8261a40a4: Waiting 15:16:36 2a8b12db71e7: Verifying Checksum 15:16:36 2a8b12db71e7: Download complete 15:16:36 31603596830f: Verifying Checksum 15:16:36 31603596830f: Download complete 15:16:37 ecc8261a40a4: Verifying Checksum 15:16:37 ecc8261a40a4: Download complete 15:16:37 6ca5941a6612: Verifying Checksum 15:16:37 6ca5941a6612: Download complete 15:16:37 31603596830f: Pull complete 15:16:38 2a8b12db71e7: Pull complete 15:16:41 6ca5941a6612: Pull complete 15:16:41 ecc8261a40a4: Pull complete 15:16:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:16:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:16:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:16:41 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:16:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:16:45 $ docker top 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:16:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:45 [ssh-agent] Looking for ssh-agent implementation... 15:16:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:46 $ docker exec 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent 15:16:47 SSH_AUTH_SOCK=/tmp/ssh-W1fC9IRmiQ2v/agent.12 15:16:47 SSH_AGENT_PID=17 15:16:47 Running ssh-add (command line suppressed) 15:16:48 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2631979279009835654.key (/w/workspace/edgex-go/3@tmp/private_key_2631979279009835654.key) 15:16:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:49 + git tag --points-at HEAD [Pipeline] } 15:16:49 $ docker exec --env ******** --env ******** 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent -k 15:16:49 unset SSH_AUTH_SOCK; 15:16:49 unset SSH_AGENT_PID; 15:16:49 echo Agent pid 17 killed; 15:16:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:16:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:49 [ssh-agent] Looking for ssh-agent implementation... 15:16:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:50 $ docker exec 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent 15:16:50 SSH_AUTH_SOCK=/tmp/ssh-MyAzRWl8eEXu/agent.47 15:16:50 SSH_AGENT_PID=53 15:16:50 Running ssh-add (command line suppressed) 15:16:51 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7825409219878283969.key (/w/workspace/edgex-go/3@tmp/private_key_7825409219878283969.key) 15:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:51 + git semver init 15:16:51 # -> Open(): unable to determine branch for HEAD 15:16:51 # $GIT_DIR = /w/workspace/edgex-go/3/.git 15:16:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 15:16:51 # $SEMVER_REMOTE_NAME = origin 15:16:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:16:51 # $SEMVER_USER_NAME = edgex-jenkins 15:16:51 # $SEMVER_BRANCH = PR-3387 15:16:51 # $SEMVER_TEMP = /tmp/semver-730387251 15:16:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:17:39 # '/tmp/semver-730387251' -> '/w/workspace/edgex-go/3/.semver' 15:17:42 # -> Force: false 15:17:42 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 15:17:42 $ docker exec --env ******** --env ******** 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent -k 15:17:43 unset SSH_AUTH_SOCK; 15:17:43 unset SSH_AGENT_PID; 15:17:43 echo Agent pid 53 killed; 15:17:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:17:44 + git semver [Pipeline] } 15:17:44 $ docker stop --time=1 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee 15:17:47 $ docker rm -f 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee [Pipeline] // withDockerContainer [Pipeline] sh 15:17:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:17:50 Stashed 1 file(s) [Pipeline] echo 15:17:50 [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 15:17:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:17:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:17:52 + sudo service docker restart 15:17:52 + true 15:17:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:17:54 ========================================================= 15:17:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:17:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:17:54 + 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 . 15:18:05 Still waiting to schedule task 15:18:05 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1171’ 15:18:11 Sending build context to Docker daemon 329.6MB 15:18:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:18:11 Step 2/6 : FROM ${BASE} 15:18:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:18:11 188c0c94c7c5: Pulling fs layer 15:18:11 0ef7d3d256c8: Pulling fs layer 15:18:11 de9db76c5a1d: Pulling fs layer 15:18:11 bca2f99d35d6: Pulling fs layer 15:18:11 93359f2a8cfa: Pulling fs layer 15:18:11 7c6f9722023f: Pulling fs layer 15:18:11 a35cf1a2eb13: Pulling fs layer 15:18:11 bca2f99d35d6: Waiting 15:18:11 93359f2a8cfa: Waiting 15:18:11 7c6f9722023f: Waiting 15:18:11 a35cf1a2eb13: Waiting 15:18:11 de9db76c5a1d: Verifying Checksum 15:18:11 de9db76c5a1d: Download complete 15:18:11 0ef7d3d256c8: Verifying Checksum 15:18:11 0ef7d3d256c8: Download complete 15:18:11 93359f2a8cfa: Verifying Checksum 15:18:11 93359f2a8cfa: Download complete 15:18:11 7c6f9722023f: Verifying Checksum 15:18:11 7c6f9722023f: Download complete 15:18:11 188c0c94c7c5: Verifying Checksum 15:18:11 188c0c94c7c5: Download complete 15:18:14 188c0c94c7c5: Pull complete 15:18:14 0ef7d3d256c8: Pull complete 15:18:15 de9db76c5a1d: Pull complete 15:18:17 a35cf1a2eb13: Verifying Checksum 15:18:17 a35cf1a2eb13: Download complete 15:18:20 bca2f99d35d6: Verifying Checksum 15:18:20 bca2f99d35d6: Download complete 15:18:39 bca2f99d35d6: Pull complete 15:18:39 93359f2a8cfa: Pull complete 15:18:39 7c6f9722023f: Pull complete 15:18:50 a35cf1a2eb13: Pull complete 15:18:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:18:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:18:50 ---> a62c8e92a672 15:18:50 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 15:18:50 ---> Running in a1034cfa4518 15:18:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:18:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:18:53 (1/12) Installing libmagic (5.38-r0) 15:18:54 (2/12) Installing file (5.38-r0) 15:18:54 (3/12) Installing libc-dev (0.7.2-r3) 15:18:54 (4/12) Installing g++ (9.3.0-r2) 15:18:58 (5/12) Installing fortify-headers (1.1-r0) 15:18:58 (6/12) Installing patch (2.7.6-r6) 15:18:58 (7/12) Installing build-base (0.5-r2) 15:18:58 (8/12) Installing libsodium (1.0.18-r0) 15:18:58 (9/12) Installing pkgconf (1.7.2-r0) 15:18:58 (10/12) Installing libsodium-dev (1.0.18-r0) 15:18:58 (11/12) Installing libzmq (4.3.3-r0) 15:18:59 (12/12) Installing zeromq-dev (4.3.3-r0) 15:18:59 Executing busybox-1.31.1-r19.trigger 15:18:59 OK: 233 MiB in 51 packages 15:19:04 Removing intermediate container a1034cfa4518 15:19:04 ---> 372333f82ebf 15:19:04 Step 4/6 : WORKDIR /edgex-go 15:19:04 ---> Running in 32b1701a9d9e 15:19:04 Removing intermediate container 32b1701a9d9e 15:19:04 ---> 89552f12132a 15:19:04 Step 5/6 : COPY go.mod . 15:19:06 ---> e02e7ff83779 15:19:06 Step 6/6 : RUN go mod download 15:19:06 ---> Running in e3c0ecff8e84 15:19:54 Removing intermediate container e3c0ecff8e84 15:19:54 ---> f6a3fa198c3b 15:19:54 Successfully built f6a3fa198c3b 15:19:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:19:54 + docker inspect -f . ci-base-image-x86_64 15:19:55 . [Pipeline] withDockerContainer 15:19:55 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:19:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:19:57 $ docker top 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:58 + go version 15:19:58 go version go1.15.5 linux/amd64 [Pipeline] } 15:19:58 $ docker stop --time=1 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae 15:20:01 $ docker rm -f 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:01 + docker inspect -f . ci-base-image-x86_64 15:20:02 . [Pipeline] withDockerContainer 15:20:02 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:20:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:20:05 $ docker top 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e -eo pid,comm [Pipeline] { [Pipeline] echo 15:20:06 ========================================================= 15:20:06 [edgeXBuildGoParallel] Running Tests and Build... 15:20:06 ========================================================= [Pipeline] sh 15:20:07 + make test 15:20:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:20:30 ? github.com/edgexfoundry/edgex-go [no test files] 15:21:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:21:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1180 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws 15:21:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:21:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:21:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:21:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:21:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:21:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:21:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:21:34 using credential edgex-jenkins-ssh 15:21:34 Cloning the remote Git repository 15:21:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:21:34 > git init /w/workspace/edgex-go/3 # timeout=10 15:21:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:21:34 > git --version # timeout=10 15:21:34 > git --version # 'git version 2.17.1' 15:21:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.477s coverage: 45.9% of statements 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements 15:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements 15:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.462s coverage: 27.1% of statements 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.122s coverage: 100.0% of statements 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.109s coverage: 100.0% of statements 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.356s coverage: 71.3% of statements 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:21:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:21:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 82.9% of statements 15:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:21:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.177s coverage: 78.9% of statements 15:21:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:21:57 Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 15:21:58 Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 15:21:58 Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) 15:21:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:21:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:21:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:21:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:21:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:21:57 > git config core.sparsecheckout # timeout=10 15:21:57 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 15:21:58 > git remote # timeout=10 15:21:58 > git config --get remote.origin.url # timeout=10 15:21:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:21:58 > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 15:21:58 > git rev-parse HEAD^{commit} # timeout=10 15:21:58 > git config core.sparsecheckout # timeout=10 15:21:58 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 15:22:02 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.324s coverage: 28.6% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.728s coverage: 86.7% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.559s coverage: 97.5% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:22:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:22:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:22:05 + + sudo servicetrue docker 15:22:05 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:22:07 provisioning config files... 15:22:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config533709341666770758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:08 ---> docker-login.sh 15:22:08 nexus3.edgexfoundry.org:10001 15:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:09 Configure a credential helper to remove this warning. See 15:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:09 15:22:09 Login Succeeded 15:22:09 nexus3.edgexfoundry.org:10002 15:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:10 Configure a credential helper to remove this warning. See 15:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:10 15:22:10 Login Succeeded 15:22:10 nexus3.edgexfoundry.org:10003 15:22:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:10 Configure a credential helper to remove this warning. See 15:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:10 15:22:10 Login Succeeded 15:22:10 nexus3.edgexfoundry.org:10004 15:22:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:10 Configure a credential helper to remove this warning. See 15:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:10 15:22:10 Login Succeeded 15:22:11 docker.io 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.654s coverage: 93.0% of statements 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.431s coverage: 0.9% of statements 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:22:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.482s coverage: 79.5% of statements 15:22:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:11 Configure a credential helper to remove this warning. See 15:22:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:11 15:22:11 Login Succeeded 15:22:11 ---> docker-login.sh ends [Pipeline] } 15:22:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:22:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.189s coverage: 94.1% of statements [Pipeline] echo 15:22:12 ========================================================= 15:22:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:22:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:22:12 + 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 . 15:22:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements 15:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 15:22:15 Sending build context to Docker daemon 167.4MB 15:22:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:22:15 Step 2/6 : FROM ${BASE} 15:22:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:22:15 5f621e34cdf4: Pulling fs layer 15:22:15 a4357932f1b6: Pulling fs layer 15:22:15 18c013af1878: Pulling fs layer 15:22:15 00ac8860ef70: Pulling fs layer 15:22:15 63d7cb157983: Pulling fs layer 15:22:15 b116817d02f9: Pulling fs layer 15:22:15 745a02a5169b: Pulling fs layer 15:22:15 00ac8860ef70: Waiting 15:22:15 63d7cb157983: Waiting 15:22:15 b116817d02f9: Waiting 15:22:15 745a02a5169b: Waiting 15:22:15 18c013af1878: Verifying Checksum 15:22:15 18c013af1878: Download complete 15:22:15 a4357932f1b6: Download complete 15:22:15 63d7cb157983: Verifying Checksum 15:22:15 63d7cb157983: Download complete 15:22:15 b116817d02f9: Verifying Checksum 15:22:15 b116817d02f9: Download complete 15:22:15 5f621e34cdf4: Verifying Checksum 15:22:15 5f621e34cdf4: Download complete 15:22:15 5f621e34cdf4: Pull complete 15:22:16 a4357932f1b6: Pull complete 15:22:16 18c013af1878: Pull complete 15:22:17 745a02a5169b: Verifying Checksum 15:22:17 745a02a5169b: Download complete 15:22:18 00ac8860ef70: Verifying Checksum 15:22:18 00ac8860ef70: Download complete 15:22:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.352s coverage: 94.4% of statements 15:22:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements 15:22:28 00ac8860ef70: Pull complete 15:22:28 63d7cb157983: Pull complete 15:22:28 b116817d02f9: Pull complete 15:22:32 745a02a5169b: Pull complete 15:22:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:22:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:22:32 ---> b7e6874047d6 15:22:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:22:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.573s coverage: 81.9% of statements 15:22:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:22:36 ---> Running in 366a3f8dc6df 15:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:22:38 (1/12) Installing libmagic (5.38-r0) 15:22:38 (2/12) Installing file (5.38-r0) 15:22:39 (3/12) Installing libc-dev (0.7.2-r3) 15:22:39 (4/12) Installing g++ (9.3.0-r2) 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.440s coverage: 92.9% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 77.8% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.284s coverage: 87.2% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 75.5% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.200s coverage: 80.8% of statements 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.361s coverage: 87.2% of statements 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.460s coverage: 84.6% of statements 15:22:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.371s coverage: 91.6% of statements 15:22:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.410s coverage: 64.4% of statements 15:22:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:22:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.227s coverage: 100.0% of statements 15:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 91.3% of statements 15:22:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.120s coverage: 100.0% of statements 15:22:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.164s coverage: 73.7% of statements 15:22:44 (5/12) Installing fortify-headers (1.1-r0) 15:22:44 (6/12) Installing patch (2.7.6-r6) 15:22:44 (7/12) Installing build-base (0.5-r2) 15:22:44 (8/12) Installing libsodium (1.0.18-r0) 15:22:44 (9/12) Installing pkgconf (1.7.2-r0) 15:22:44 (10/12) Installing libsodium-dev (1.0.18-r0) 15:22:44 (11/12) Installing libzmq (4.3.3-r0) 15:22:45 (12/12) Installing zeromq-dev (4.3.3-r0) 15:22:45 Executing busybox-1.31.1-r19.trigger 15:22:45 OK: 217 MiB in 51 packages 15:22:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.125s coverage: 100.0% of statements 15:22:49 Removing intermediate container 366a3f8dc6df 15:22:49 ---> 6336328b297c 15:22:49 Step 4/6 : WORKDIR /edgex-go 15:22:49 ---> Running in f2264ab6d05f 15:22:49 Removing intermediate container f2264ab6d05f 15:22:49 ---> f3159e33ddd0 15:22:49 Step 5/6 : COPY go.mod . 15:22:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.885s coverage: 69.0% of statements 15:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:22:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:22:50 ---> 44b5f70ed326 15:22:50 Step 6/6 : RUN go mod download 15:22:50 ---> Running in 93ad59f24953 15:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.229s coverage: 38.4% of statements 15:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements 15:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.398s coverage: 84.8% of statements 15:22:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:22:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:22:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.175s coverage: 100.0% of statements 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:22:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.916s coverage: 9.6% of statements 15:22:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:23:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.353s coverage: 88.6% of statements 15:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:23:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:23:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.934s coverage: 28.7% of statements 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:23:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:23:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:23:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.115s coverage: 64.6% of statements 15:23:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:23:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.275s coverage: 95.6% of statements 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:23:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.169s coverage: 0.0% of statements 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:23:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 15:23:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:23:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:23:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 15:23:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 28.1% of statements 15:23:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.169s coverage: 100.0% of statements 15:23:09 GO111MODULE=on go vet ./... 15:23:17 Removing intermediate container 93ad59f24953 15:23:17 ---> f3455c5e1287 15:23:17 Successfully built f3455c5e1287 15:23:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:23:17 + docker inspect -f . ci-base-image-arm64 15:23:17 . [Pipeline] withDockerContainer 15:23:17 prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container 15:23:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 15:23:19 $ docker top f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:23:20 + go version 15:23:20 go version go1.15.5 linux/arm64 [Pipeline] } 15:23:20 $ docker stop --time=1 f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 15:23:22 $ docker rm -f f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:23 + docker inspect -f . ci-base-image-arm64 15:23:23 . [Pipeline] withDockerContainer 15:23:23 prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container 15:23:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 15:23:25 $ docker top d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 -eo pid,comm [Pipeline] { [Pipeline] echo 15:23:25 ========================================================= 15:23:25 [edgeXBuildGoParallel] Running Tests and Build... 15:23:25 ========================================================= [Pipeline] sh 15:23:26 + make test 15:23:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:23:53 ? github.com/edgexfoundry/edgex-go [no test files] 15:24:32 gofmt -l . 15:24:32 [ "`gofmt -l .`" = "" ] 15:24:32 ./bin/test-go-mod-tidy.sh 15:24:32 ./bin/test-attribution-txt.sh [Pipeline] sh 15:24:33 + ls -al . 15:24:33 total 812 15:24:33 drwxrwxr-x 10 1001 1001 4096 Apr 20 15:24 . 15:24:33 drwxr-xr-x 4 root root 28 Apr 20 15:20 .. 15:24:33 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:16 .dockerignore 15:24:33 drwxrwxr-x 8 1001 1001 179 Apr 20 15:16 .git 15:24:33 drwxrwxr-x 3 1001 1001 125 Apr 20 15:16 .github 15:24:33 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:16 .gitignore 15:24:33 drwx------ 3 1001 1001 60 Apr 20 15:17 .semver 15:24:33 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:16 .sonarcloud.properties 15:24:33 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:16 Attribution.txt 15:24:33 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:16 CONTRIBUTING.md 15:24:33 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:16 Dockerfile.build 15:24:33 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:16 Jenkinsfile 15:24:33 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:16 LICENSE 15:24:33 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:16 Makefile 15:24:33 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:16 README.md 15:24:33 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:16 SECURITY.md 15:24:33 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:17 VERSION 15:24:33 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:16 ZMQWindows.md 15:24:33 drwxrwxr-x 2 1001 1001 117 Apr 20 15:16 bin 15:24:33 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:16 cmd 15:24:33 -rw-r--r-- 1 root root 703598 Apr 20 15:23 coverage.out 15:24:33 -rw-r--r-- 1 root root 1059 Apr 20 15:24 go.mod 15:24:33 -rw-r--r-- 1 root root 21962 Apr 20 15:24 go.sum 15:24:33 drwxrwxr-x 8 1001 1001 127 Apr 20 15:16 internal 15:24:33 drwxrwxr-x 4 1001 1001 26 Apr 20 15:16 openapi 15:24:33 drwxrwxr-x 4 1001 1001 71 Apr 20 15:16 snap 15:24:33 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:16 version.go [Pipeline] sh 15:24:34 + '[' -e coverage.out ] 15:24:34 + chown 1001:1001 coverage.out [Pipeline] stash 15:24:34 Stashed 1 file(s) [Pipeline] sh 15:24:35 + make build 15:24:35 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 15:24:42 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 15:24:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:24:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:25:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:25:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:25:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:25:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:25:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:25:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:25:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:25:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:25:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:25:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:25:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:25:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:25:20 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 15:25:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 45.9% of statements 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:25:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements 15:25:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.295s coverage: 100.0% of statements 15:25:25 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 15:25:26 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 15:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.574s coverage: 27.1% of statements 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.284s coverage: 71.3% of statements 15:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:25:35 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 15:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.9% of statements 15:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:25:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 15:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:25:41 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 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.110s coverage: 28.6% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.239s coverage: 100.0% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.223s coverage: 100.0% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.511s coverage: 86.7% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.484s coverage: 97.5% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:25:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.265s coverage: 78.3% of statements 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:25:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:25:46 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 15:25:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:25:53 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 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 93.0% of statements 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.9% of statements 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.132s coverage: 47.1% of statements 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.140s coverage: 79.5% of statements 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.151s coverage: 96.3% of statements 15:25:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements 15:25:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.154s coverage: 94.4% of statements 15:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements [Pipeline] } 15:26:08 $ docker stop --time=1 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e 15:26:11 $ docker rm -f 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:26:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.519s coverage: 81.9% of statements 15:26:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:26:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:13 15:26:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:26:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:13 latest: Pulling from edgex-devops/edgex-compose 15:26:13 cbdbe7a5bc2a: Pulling fs layer 15:26:13 ca9280d653b3: Pulling fs layer 15:26:13 7e9c9ca2126c: Pulling fs layer 15:26:14 cbdbe7a5bc2a: Download complete 15:26:14 ca9280d653b3: Verifying Checksum 15:26:14 ca9280d653b3: Download complete 15:26:15 cbdbe7a5bc2a: Pull complete 15:26:17 ca9280d653b3: Pull complete 15:26:17 7e9c9ca2126c: Verifying Checksum 15:26:17 7e9c9ca2126c: Download complete 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.208s coverage: 92.9% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.137s coverage: 80.8% of statements 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.6% of statements 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.252s coverage: 91.6% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.715s coverage: 64.4% of statements 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:26:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:26:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.152s coverage: 100.0% of statements 15:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements 15:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 15:26:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 15:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 15:26:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.946s coverage: 69.0% of statements 15:26:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:26:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:26:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.462s coverage: 38.4% of statements 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements 15:26:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:26:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 15:26:33 7e9c9ca2126c: Pull complete 15:26:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:26:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:26:33 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:26:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:26:35 $ docker top 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:36 + docker-compose build --help 15:26:36 + grep parallel 15:26:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:26:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:26:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:26:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:26:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.146s coverage: 9.6% of statements 15:26:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:26:37 --parallel Build images in parallel. [Pipeline] } 15:26:37 $ docker stop --time=1 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 15:26:39 $ docker rm -f 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:26:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:26:40 . [Pipeline] withDockerContainer 15:26:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 88.6% of statements 15:26:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:26:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:26:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:26:40 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:26:40 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:26:43 $ docker top 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:44 + docker-compose -f ./docker-compose-build.yml build --parallel 15:26:46 Building docker-core-command-go ... 15:26:46 Building docker-core-data-go ... 15:26:46 Building docker-core-metadata-go ... 15:26:46 Building docker-security-bootstrapper-go ... 15:26:46 Building docker-security-proxy-setup-go ... 15:26:46 Building docker-security-secretstore-setup-go ... 15:26:46 Building docker-support-notifications-go ... 15:26:46 Building docker-support-scheduler-go ... 15:26:46 Building docker-sys-mgmt-agent-go ... 15:26:46 Building docker-core-data-go 15:26:46 Building docker-support-scheduler-go 15:26:46 Building docker-security-bootstrapper-go 15:26:46 Building docker-support-notifications-go 15:26:46 Building docker-core-metadata-go 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.416s coverage: 28.7% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.163s coverage: 100.0% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.173s coverage: 64.6% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.394s coverage: 95.6% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:26:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:26:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:26:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 15:26:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:26:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:26:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 15:26:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 15:26:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 15:26:50 GO111MODULE=on go vet ./... 15:28:12 gofmt -l . 15:28:12 [ "`gofmt -l .`" = "" ] 15:28:12 ./bin/test-go-mod-tidy.sh 15:28:12 ./bin/test-attribution-txt.sh [Pipeline] sh 15:28:15 + ls -al . 15:28:15 total 840 15:28:15 drwxrwxr-x 9 1001 1001 4096 Apr 20 15:28 . 15:28:15 drwxr-xr-x 4 root root 4096 Apr 20 15:23 .. 15:28:15 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:21 .dockerignore 15:28:15 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:22 .git 15:28:15 drwxrwxr-x 3 1001 1001 4096 Apr 20 15:21 .github 15:28:15 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:21 .gitignore 15:28:15 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:21 .sonarcloud.properties 15:28:15 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:21 Attribution.txt 15:28:15 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:21 CONTRIBUTING.md 15:28:15 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:21 Dockerfile.build 15:28:15 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:21 Jenkinsfile 15:28:15 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:21 LICENSE 15:28:15 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:21 Makefile 15:28:15 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:21 README.md 15:28:15 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:21 SECURITY.md 15:28:15 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:17 VERSION 15:28:15 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:21 ZMQWindows.md 15:28:15 drwxrwxr-x 2 1001 1001 4096 Apr 20 15:21 bin 15:28:15 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:21 cmd 15:28:15 -rw-r--r-- 1 root root 703598 Apr 20 15:26 coverage.out 15:28:15 -rw-r--r-- 1 root root 1059 Apr 20 15:28 go.mod 15:28:15 -rw-r--r-- 1 root root 21962 Apr 20 15:28 go.sum 15:28:15 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:21 internal 15:28:15 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:21 openapi 15:28:15 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:21 snap 15:28:15 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:21 version.go [Pipeline] sh 15:28:16 + '[' -e coverage.out ] 15:28:16 + chown 1001:1001 coverage.out [Pipeline] stash 15:28:16 Warning: overwriting stash ‘coverage-report’ 15:28:17 Stashed 1 file(s) [Pipeline] sh 15:28:18 + make build 15:28:18 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 15:28:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:28:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:28:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:28:23 ---> f6a3fa198c3b 15:28:23 Step 3/23 : WORKDIR /edgex-go 15:28:23 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:28:23 ---> f6a3fa198c3b 15:28:23 Step 3/22 : WORKDIR /edgex-go 15:28:23 ---> f6a3fa198c3b 15:28:23 Step 3/31 : WORKDIR /edgex-go 15:28:23 ---> f6a3fa198c3b 15:28:23 Step 3/22 : WORKDIR /edgex-go 15:28:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:28:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:28:23 ---> f6a3fa198c3b 15:28:23 Step 3/23 : WORKDIR /edgex-go 15:28:23 ---> Running in 57aa1da19051 15:28:23 ---> Running in c9ece41c9755 15:28:23 ---> Running in 0c3cc0cdac39 15:28:23 ---> Running in afee28349049 15:28:23 ---> Running in 93377f4faf2f 15:28:23 Removing intermediate container c9ece41c9755 15:28:23 ---> a391ac0b524f 15:28:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 Removing intermediate container afee28349049 15:28:23 ---> f2d71e73cbe7 15:28:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 Removing intermediate container 0c3cc0cdac39 15:28:23 ---> 33080e617ca1 15:28:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 Removing intermediate container 93377f4faf2f 15:28:23 ---> 991e26cfb234 15:28:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 Removing intermediate container 57aa1da19051 15:28:23 ---> 393de2a36cd8 15:28:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:28:23 ---> Running in 78d1cff8d7dd 15:28:23 ---> Running in 7ff6daf1e7b6 15:28:23 ---> Running in 1eee47745813 15:28:23 ---> Running in 86e2c131554f 15:28:23 ---> Running in b40841a9a04d 15:28:23 Removing intermediate container 86e2c131554f 15:28:23 ---> a506cce0bc57 15:28:23 Step 5/31 : RUN apk add --update --no-cache make git 15:28:23 ---> Running in dfa097d8193b 15:28:23 Removing intermediate container 78d1cff8d7dd 15:28:23 ---> 7ee35408bca5 15:28:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:28:23 Removing intermediate container 1eee47745813 15:28:23 ---> 0f06cedd65e8 15:28:23 Step 5/22 : RUN apk add --update --no-cache make git 15:28:23 ---> Running in fbf4b4d0655f 15:28:23 Removing intermediate container b40841a9a04d 15:28:23 ---> 8c74d23b93eb 15:28:23 Step 5/23 : RUN apk add --update --no-cache make git 15:28:23 ---> Running in a843613a23b1 15:28:23 Removing intermediate container 7ff6daf1e7b6 15:28:23 ---> 5fb686f5db7e 15:28:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:28:23 ---> Running in b8eee07c9a8d 15:28:23 ---> Running in 84b07dc86913 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:23 OK: 233 MiB in 51 packages 15:28:23 OK: 233 MiB in 51 packages 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:28:23 OK: 233 MiB in 51 packages 15:28:23 OK: 233 MiB in 51 packages 15:28:23 OK: 233 MiB in 51 packages 15:28:23 Removing intermediate container dfa097d8193b 15:28:23 ---> 23f2996dad5e 15:28:23 Step 6/31 : COPY go.mod . 15:28:23 Removing intermediate container fbf4b4d0655f 15:28:23 ---> 6fc35c276328 15:28:23 Step 6/22 : COPY go.mod . 15:28:24 ---> c7198161d09a 15:28:24 Step 7/31 : RUN go mod download 15:28:24 Removing intermediate container b8eee07c9a8d 15:28:24 ---> 46049c2cb649 15:28:24 Step 6/23 : COPY go.mod . 15:28:24 Removing intermediate container a843613a23b1 15:28:24 ---> c82a450491fc 15:28:24 Step 6/22 : COPY go.mod . 15:28:24 Removing intermediate container 84b07dc86913 15:28:24 ---> 682dc90b1bb0 15:28:24 Step 6/23 : COPY go.mod . 15:28:24 ---> Running in 88e6b5de081b 15:28:25 ---> 3a78ac9156c2 15:28:25 Step 7/23 : RUN go mod download 15:28:25 ---> 66ee882a32e6 15:28:25 Step 7/22 : RUN go mod download 15:28:25 ---> 65c8998a12f1 15:28:25 Step 7/22 : RUN go mod download 15:28:25 ---> Running in c7ac6a1667eb 15:28:25 ---> Running in 094d3b97d46d 15:28:25 ---> Running in 0669f03a81bd 15:28:25 ---> bd4e0569134a 15:28:25 Step 7/23 : RUN go mod download 15:28:26 ---> Running in 5121a3c9b349 15:28: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 15:28:30 Removing intermediate container 094d3b97d46d 15:28:30 ---> 81b8df6724f9 15:28:30 Step 8/22 : COPY . . 15:28:30 Removing intermediate container 5121a3c9b349 15:28:30 ---> 675e45f75d23 15:28:30 Step 8/23 : COPY . . 15:28:30 Removing intermediate container 0669f03a81bd 15:28:30 ---> 0a6c41606f51 15:28:30 Step 8/22 : COPY . . 15:28:31 Removing intermediate container c7ac6a1667eb 15:28:31 ---> a15f7cb3a093 15:28:31 Step 8/23 : COPY . . 15:28:32 Removing intermediate container 88e6b5de081b 15:28:32 ---> 4c331ad62793 15:28:32 Step 8/31 : COPY . . 15:28:50 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 15:28:55 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 15:29:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:29:01 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 15:29:07 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 15:29:12 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 15:29:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:29:22 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 15:29:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:29:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:29:38 $ docker stop --time=1 d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 15:29:41 $ docker rm -f d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:42 15:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:29:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:43 latest: Pulling from edgex-devops/edgex-compose-arm64 15:29:43 29e5d40040c1: Pulling fs layer 15:29:43 1ce36da41761: Pulling fs layer 15:29:43 25b303627fd3: Pulling fs layer 15:29:43 29e5d40040c1: Verifying Checksum 15:29:43 29e5d40040c1: Download complete 15:29:44 29e5d40040c1: Pull complete 15:29:44 1ce36da41761: Verifying Checksum 15:29:44 1ce36da41761: Download complete 15:29:45 1ce36da41761: Pull complete 15:29:46 25b303627fd3: Verifying Checksum 15:29:46 25b303627fd3: Download complete 15:29:56 25b303627fd3: Pull complete 15:29:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:29:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:29:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:29:56 prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container 15:29:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:29:59 $ docker top aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:00 + docker-compose build --help 15:30:00 + grep parallel 15:30:04 --parallel Build images in parallel. [Pipeline] } 15:30:04 $ docker stop --time=1 aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a 15:30:06 $ docker rm -f aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:30:06 . [Pipeline] withDockerContainer 15:30:06 prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container 15:30:06 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:30:08 $ docker top 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:09 + docker-compose -f ./docker-compose-build.yml build --parallel 15:30:10 ---> 244a38857868 15:30:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:30:10 ---> 7b81436df557 15:30:10 Step 9/23 : RUN make cmd/core-data/core-data 15:30:10 ---> 1bddac28b89c 15:30:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:30:10 ---> bb21ea934aa4 15:30:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:30:10 ---> 5445c3fc9dac 15:30:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:30:10 ---> Running in a884ba11c137 15:30:10 ---> Running in fb62f1a4cc3e 15:30:10 ---> Running in aa789ed2f061 15:30:10 ---> Running in c256b49539ae 15:30:10 ---> Running in 893f94ff96b5 15:30:10 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 15:30:10 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 15:30:10 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 15:30:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:30:10 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 15:30:13 Building docker-core-command-go ... 15:30:13 Building docker-core-data-go ... 15:30:13 Building docker-core-metadata-go ... 15:30:13 Building docker-security-bootstrapper-go ... 15:30:13 Building docker-security-proxy-setup-go ... 15:30:13 Building docker-security-secretstore-setup-go ... 15:30:13 Building docker-support-notifications-go ... 15:30:13 Building docker-support-scheduler-go ... 15:30:13 Building docker-sys-mgmt-agent-go ... 15:30:13 Building docker-support-notifications-go 15:30:13 Building docker-security-proxy-setup-go 15:30:13 Building docker-core-data-go 15:30:13 Building docker-support-scheduler-go 15:30:13 Building docker-core-metadata-go 15:31:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:31:35 ---> f3455c5e1287 15:31:35 Step 3/23 : WORKDIR /edgex-go 15:31:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:31:35 ---> f3455c5e1287 15:31:35 Step 3/21 : WORKDIR /edgex-go 15:31:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:31:35 ---> f3455c5e1287 15:31:35 Step 3/23 : WORKDIR /edgex-go 15:31:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:31:35 ---> f3455c5e1287 15:31:35 Step 3/22 : WORKDIR /edgex-go 15:31:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:31:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:31:35 ---> f3455c5e1287 15:31:35 Step 3/22 : WORKDIR /edgex-go 15:31:35 ---> Running in 8a3d8e6ef764 15:31:35 ---> Running in be2a442fb8ef 15:31:35 ---> Running in 16bf293b7e6c 15:31:35 ---> Running in 90aad59a58bc 15:31:35 ---> Running in e770a3b9f372 15:31:35 Removing intermediate container 16bf293b7e6c 15:31:35 ---> 38ca41c59ffc 15:31:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:35 ---> Running in fe1f72d65ca4 15:31:35 Removing intermediate container 90aad59a58bc 15:31:35 ---> 7704493c2bf3 15:31:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:35 Removing intermediate container 8a3d8e6ef764 15:31:35 ---> 849e36ad5529 15:31:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:35 Removing intermediate container e770a3b9f372 15:31:35 ---> 883a78859ef3 15:31:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:35 Removing intermediate container be2a442fb8ef 15:31:35 ---> 8ef19671c3f8 15:31:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:31:35 ---> Running in 91ef895b0768 15:31:35 ---> Running in f74a7d83c562 15:31:35 ---> Running in 6240604e2d02 15:31:35 ---> Running in 31fd437c1f34 15:31:35 Removing intermediate container fe1f72d65ca4 15:31:35 ---> d46e5fcadd1f 15:31:35 Step 5/22 : RUN apk add --update --no-cache make git 15:31:35 ---> Running in 908c10072643 15:31:35 Removing intermediate container 91ef895b0768 15:31:35 ---> fcf77d2dc248 15:31:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:31:35 ---> Running in 7fc2e7a1d344 15:31:35 Removing intermediate container f74a7d83c562 15:31:35 ---> 68070b15f552 15:31:35 Step 5/21 : RUN apk add --update --no-cache make git 15:31:35 Removing intermediate container 6240604e2d02 15:31:35 ---> b03247838e30 15:31:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:31:35 ---> Running in ae552e128d4e 15:31:35 ---> Running in 74d0e912a8d9 15:31:35 Removing intermediate container 31fd437c1f34 15:31:35 ---> 06aef6ae3402 15:31:35 Step 5/23 : RUN apk add --update --no-cache make git 15:31:35 ---> Running in 43c9e135243b 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:35 OK: 217 MiB in 51 packages 15:31:35 OK: 217 MiB in 51 packages 15:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:35 OK: 217 MiB in 51 packages 15:31:35 OK: 217 MiB in 51 packages 15:31:35 OK: 217 MiB in 51 packages 15:31:35 Removing intermediate container 7fc2e7a1d344 15:31:35 ---> 0f7263e0824f 15:31:35 Step 6/22 : COPY go.mod . 15:31:36 Removing intermediate container 908c10072643 15:31:36 ---> 85c8dca5af49 15:31:36 Step 6/22 : COPY go.mod . 15:31:36 Removing intermediate container ae552e128d4e 15:31:36 ---> dab1c83fe0bf 15:31:36 Step 6/21 : COPY go.mod . 15:31:37 Removing intermediate container 74d0e912a8d9 15:31:37 ---> f497d182ce50 15:31:37 Step 6/23 : COPY go.mod . 15:31:37 Removing intermediate container 43c9e135243b 15:31:37 ---> 0f987d401455 15:31:37 Step 6/23 : COPY go.mod . 15:31:37 ---> 748a804d7918 15:31:37 Step 7/22 : RUN go mod download 15:31:37 ---> 19c66e4cecf9 15:31:37 Step 7/22 : RUN go mod download 15:31:37 ---> Running in 6f3700ad32c1 15:31:37 ---> Running in 2dfa95816ed8 15:31:37 ---> 5abcce95527f 15:31:37 Step 7/21 : RUN go mod download 15:31:37 ---> 5644a90cb187 15:31:37 Step 7/23 : RUN go mod download 15:31:37 ---> Running in c33d7b634d12 15:31:38 ---> d996cb92bebd 15:31:38 Step 7/23 : RUN go mod download 15:31:38 ---> Running in fe61f750c69a 15:31:38 ---> Running in 98f86f9b9d60 15:31:41 Removing intermediate container 6f3700ad32c1 15:31:41 ---> 776b1e2d025a 15:31:41 Step 8/22 : COPY . . 15:31:42 Removing intermediate container 2dfa95816ed8 15:31:42 ---> e0b9097ca9ee 15:31:42 Step 8/22 : COPY . . 15:31:42 Removing intermediate container c33d7b634d12 15:31:42 ---> eb596df58ec2 15:31:42 Step 8/21 : COPY . . 15:31:43 Removing intermediate container fe61f750c69a 15:31:43 ---> e1809ef221db 15:31:43 Step 8/23 : COPY . . 15:31:43 Removing intermediate container 98f86f9b9d60 15:31:43 ---> 10a6686bd019 15:31:43 Step 8/23 : COPY . . 15:31:51 Removing intermediate container 893f94ff96b5 15:31:51 ---> 03e2d2f7d8ee 15:31:51 15:31:51 Step 10/31 : FROM alpine:3.12 15:31:51 Removing intermediate container fb62f1a4cc3e 15:31:51 ---> b9aced2dc64d 15:31:51 15:31:51 Step 10/22 : FROM alpine:3.12 15:31:51 3.12: Pulling from library/alpine 15:31:51 3.12: Pulling from library/alpine 15:31:51 Removing intermediate container c256b49539ae 15:31:51 ---> f4e97f354541 15:31:51 15:31:51 Step 10/22 : FROM alpine:3.12 15:31:51 3.12: Pulling from library/alpine 15:31:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:31:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:31:51 Status: Image is up to date for alpine:3.12 15:31:51 Status: Downloaded newer image for alpine:3.12 15:31:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:31:51 Status: Image is up to date for alpine:3.12 15:31:51 ---> 13621d1b12d4 15:31:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:31:51 ---> 13621d1b12d4 15:31:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:31:51 ---> 13621d1b12d4 15:31:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:31:51 ---> Running in 5e02e3205812 15:31:51 ---> Running in 13f2e5106b3a 15:31:51 ---> Running in 8a7b827def6a 15:31:54 Removing intermediate container 13f2e5106b3a 15:31:54 ---> b79858326ffc 15:31:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:31:55 (1/2) Installing ca-certificates (20191127-r4) 15:31:56 (2/2) Installing dumb-init (1.2.2-r1) 15:31:56 Executing busybox-1.31.1-r20.trigger 15:31:56 Executing ca-certificates-20191127-r4.trigger 15:31:56 OK: 6 MiB in 16 packages 15:31:56 ---> Running in 49250f5b1ba4 15:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:31:57 Removing intermediate container a884ba11c137 15:31:57 ---> 459207487b2d 15:31:57 15:31:57 Step 10/23 : FROM alpine:3.12 15:31:57 ---> 13621d1b12d4 15:31:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:31:57 (1/1) Installing dumb-init (1.2.2-r1) 15:31:57 Executing busybox-1.31.1-r20.trigger 15:31:57 OK: 6 MiB in 15 packages 15:31:58 ---> Running in ba40fb5cbfc8 15:31:58 Removing intermediate container aa789ed2f061 15:31:58 ---> 931dd71319be 15:31:58 15:31:58 Step 10/23 : FROM alpine:3.12 15:31:58 ---> 13621d1b12d4 15:31:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:31:58 ---> Running in 82bd5358c45f 15:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:31:59 Removing intermediate container 5e02e3205812 15:31:59 ---> 19dc9b8dcf6f 15:31:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:31:59 Removing intermediate container 82bd5358c45f 15:31:59 ---> 9acf01caee3c 15:31:59 Step 12/23 : ENV APP_PORT=48080 15:31:59 (1/2) Installing dumb-init (1.2.2-r1) 15:31:59 (2/2) Installing su-exec (0.2-r1) 15:31:59 Executing busybox-1.31.1-r20.trigger 15:31:59 OK: 6 MiB in 16 packages 15:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:59 ---> Running in 7e0539e464e2 15:31:59 Removing intermediate container 8a7b827def6a 15:31:59 ---> 3465ccb80331 15:31:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:00 ---> Running in 7cf1e30b37ca 15:32:00 ---> Running in 635bd4960efd 15:32:00 (1/1) Installing dumb-init (1.2.2-r1) 15:32:00 Executing busybox-1.31.1-r20.trigger 15:32:00 OK: 6 MiB in 15 packages 15:32:00 Removing intermediate container 7cf1e30b37ca 15:32:00 ---> f46c64a4b940 15:32:00 Step 13/23 : EXPOSE $APP_PORT 15:32:01 Removing intermediate container 7e0539e464e2 15:32:01 ---> 638d9921e453 15:32:01 Step 13/22 : ENV APP_PORT=48060 15:32:01 ---> Running in fb3927e0ea99 15:32:01 Removing intermediate container 635bd4960efd 15:32:01 ---> 8a8771ffd719 15:32:01 Step 13/22 : ENV APP_PORT=48085 15:32:01 ---> Running in 4ff07c50baad 15:32:01 ---> Running in 97adfba4640e 15:32:01 Removing intermediate container 49250f5b1ba4 15:32:01 ---> 756fd6c91f1b 15:32:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:32:02 Removing intermediate container fb3927e0ea99 15:32:02 ---> 43fdaf13fe96 15:32:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:32:02 ---> Running in baf8a54255a7 15:32:02 ---> Running in 7dab4da8a5e8 15:32:02 Removing intermediate container ba40fb5cbfc8 15:32:02 ---> 4e5a7318a93e 15:32:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:32:02 Removing intermediate container 97adfba4640e 15:32:02 ---> 12e3c40034f4 15:32:02 Step 14/22 : EXPOSE $APP_PORT 15:32:02 Removing intermediate container 4ff07c50baad 15:32:02 ---> 9fbe87014624 15:32:02 Step 14/22 : EXPOSE $APP_PORT 15:32:02 ---> Running in 88772e5bb528 15:32:02 ---> Running in 838bba326357 15:32:02 ---> Running in b8e785930dea 15:32:03 Removing intermediate container baf8a54255a7 15:32:03 ---> ac3aeaac5257 15:32:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:32:03 ---> Running in 40a9a84205a0 15:32:03 Removing intermediate container 838bba326357 15:32:03 ---> ce4ee118322e 15:32:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:03 Removing intermediate container 88772e5bb528 15:32:03 ---> 8c2ca148c182 15:32:03 Step 13/23 : ENV APP_PORT=48081 15:32:03 Removing intermediate container b8e785930dea 15:32:03 ---> b99a0422addc 15:32:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:04 ---> Running in 05bfe146ba98 15:32:04 Removing intermediate container 40a9a84205a0 15:32:04 ---> 4d600ef9c06e 15:32:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:32:05 ---> Running in 2993c0b57972 15:32:05 ---> b9e57402b7ac 15:32:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:32:05 ---> 794dbcbac5fa 15:32:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:32:05 Removing intermediate container 05bfe146ba98 15:32:05 ---> 0acd4c97be6a 15:32:05 Step 14/23 : EXPOSE $APP_PORT 15:32:06 ---> Running in 79c08048b0e7 15:32:07 Removing intermediate container 7dab4da8a5e8 15:32:07 ---> 56892239f2a0 15:32:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:32:07 Removing intermediate container 79c08048b0e7 15:32:07 ---> 09df00499f02 15:32:07 Step 15/23 : WORKDIR / 15:32:08 ---> Running in ef393c2f5bb4 15:32:09 ---> 86c1919e16cb 15:32:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:32:09 ---> b9498adafa8e 15:32:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:32:09 ---> Running in 6e7248bc2cf3 15:32:09 Removing intermediate container 6e7248bc2cf3 15:32:09 ---> bf0080a9f732 15:32:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:09 ---> 5ade31c8becf 15:32:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:32:09 ---> 237900ab663d 15:32:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:32:10 ---> Running in eac4efdf29b3 15:32:10 ---> 4ebfc274cc07 15:32:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:32:10 ---> 5b7975f9f34e 15:32:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:32:10 ---> 6af2f2f0a333 15:32:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:32:10 ---> Running in 9f513dcec66f 15:32:10 ---> 452575dd4c43 15:32:10 Step 9/23 : RUN make cmd/core-data/core-data 15:32:10 ---> 9a113de49bcf 15:32:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:32:10 ---> Running in aa1b50d70588 15:32:10 ---> Running in e92346de7f61 15:32:10 ---> Running in 8af539d772d3 15:32:10 ---> Running in acd53ad8cfc0 15:32:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:10 ---> Running in 5343b9950ade 15:32:10 Removing intermediate container 2993c0b57972 15:32:10 ---> 9508d36e4583 15:32:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:32:10 ---> Running in 4b59775eef31 15:32:10 ---> 28692828b8d0 15:32:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:32:10 Removing intermediate container 5343b9950ade 15:32:10 ---> fe127439e47f 15:32:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:10 Removing intermediate container eac4efdf29b3 15:32:10 ---> 84a313b042ac 15:32:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:10 ---> Running in 9805abd271ac 15:32:10 ---> Running in 88388959fb7e 15:32:10 Removing intermediate container 4b59775eef31 15:32:10 ---> 284697978bf9 15:32:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:32:11 Removing intermediate container 9805abd271ac 15:32:11 ---> d06e30cb307b 15:32:11 Step 20/22 : LABEL arch=x86_64 15:32:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:32:11 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 15:32:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:32:12 ---> Running in 419fa2fa8772 15:32:12 Removing intermediate container 88388959fb7e 15:32:12 ---> 8143e2db923e 15:32:12 Step 20/22 : LABEL arch=x86_64 15:32:12 (1/6) Installing dumb-init (1.2.2-r1) 15:32:12 (2/6) Installing libgcc (9.3.0-r2) 15:32:12 (3/6) Installing libsodium (1.0.18-r0) 15:32:12 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 15:32:12 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 15:32:12 (4/6) Installing libstdc++ (9.3.0-r2) 15:32:12 ---> c071e16867d0 15:32:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:32:12 ---> Running in ddbd9f67a571 15:32:12 ---> 5266c2b39c85 15:32:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:32:13 ---> Running in 7fe935bfedcc 15:32:13 (5/6) Installing libzmq (4.3.3-r0) 15:32:13 (6/6) Installing zeromq (4.3.3-r0) 15:32:13 Executing busybox-1.31.1-r20.trigger 15:32:13 OK: 8 MiB in 20 packages 15:32:13 Removing intermediate container 419fa2fa8772 15:32:13 ---> feec35845ffd 15:32:13 Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:32:13 Removing intermediate container ddbd9f67a571 15:32:13 ---> 5e0f9eeddb64 15:32:13 Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:32:14 ---> Running in c3a1c149d49e 15:32:14 ---> fbcd89ad3b3c 15:32:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:32:14 ---> Running in 7d6a487e001b 15:32:14 ---> Running in 8febc6a134aa 15:32:14 Removing intermediate container c3a1c149d49e 15:32:14 ---> f7c04db989d5 15:32:14 Step 22/22 : LABEL version=0.0.0 15:32:14 Removing intermediate container 7d6a487e001b 15:32:14 ---> 40569b8130d1 15:32:14 Step 22/22 : LABEL version=0.0.0 15:32:14 ---> Running in cbe62f39a0df 15:32:15 ---> Running in 4ca5f8c082a1 15:32:15 Removing intermediate container 8febc6a134aa 15:32:15 ---> 08af6a1e29ce 15:32:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:15 ---> Running in c17c0be627f8 15:32:15 Removing intermediate container ef393c2f5bb4 15:32:15 ---> 054ee2c6368b 15:32:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:15 Removing intermediate container cbe62f39a0df 15:32:15 ---> 2051c34ae99c 15:32:15 15:32:15 Removing intermediate container 4ca5f8c082a1 15:32:15 ---> 7c3e6faad3a0 15:32:15 15:32:16 Removing intermediate container c17c0be627f8 15:32:16 ---> b0e72491c06a 15:32:16 Step 21/23 : LABEL arch=x86_64 15:32:16 Removing intermediate container 7fe935bfedcc 15:32:16 ---> 4bfc293aaddf 15:32:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:16 ---> da42b6f6d7d9 15:32:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:32:16 ---> Running in 2ad26e8d2890 15:32:16 Successfully built 2051c34ae99c 15:32:16 Successfully tagged docker-support-notifications-go:latest 15:32:16  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 15:32:17 Successfully built 7c3e6faad3a0 15:32:17 Successfully tagged docker-support-scheduler-go:latest 15:32:17  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 15:32:17 Removing intermediate container 2ad26e8d2890 15:32:17 ---> d539409f7e7e 15:32:17 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:32:17 ---> 67ffa9767cd4 15:32:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:32:17 ---> Running in b5cb41e36f42 15:32:17 ---> 3273a9e09e3a 15:32:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:32:18 Removing intermediate container b5cb41e36f42 15:32:18 ---> 4fd1a5762ead 15:32:18 Step 23/23 : LABEL version=0.0.0 15:32:19 ---> Running in 1775e853434a 15:32:19 ---> 49428cb1faa7 15:32:19 Step 19/23 : ENTRYPOINT ["/core-data"] 15:32:21 ---> Running in a9172f86ef73 15:32:22 ---> 0c5855224a87 15:32:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:32:22 Removing intermediate container 1775e853434a 15:32:22 ---> 78d1784758b6 15:32:22 15:32:22 Successfully built 78d1784758b6 15:32:22 Removing intermediate container a9172f86ef73 15:32:22 ---> 945851961961 15:32:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:22 Successfully tagged docker-core-metadata-go:latest 15:32:22 Building docker-sys-mgmt-agent-go 15:32:22  Building docker-core-metadata-go ... done  ---> Running in 47978bec30c6 15:32:23 ---> ce545b19424c 15:32:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:32:25 Removing intermediate container 47978bec30c6 15:32:25 ---> 219ad0334c38 15:32:25 Step 21/23 : LABEL arch=x86_64 15:32:25 ---> Running in 9c547b21d0aa 15:32:25 ---> a5b8df9d9a87 15:32:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:32:28 Removing intermediate container 9c547b21d0aa 15:32:28 ---> b04b2bcac2cd 15:32:28 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:32:28 ---> c2e66a613529 15:32:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:32:29 ---> Running in 33b9d53d47c8 15:32:30 ---> Running in cedf0203c03c 15:32:30 Removing intermediate container 33b9d53d47c8 15:32:30 ---> 7d8f29f43939 15:32:30 Step 23/23 : LABEL version=0.0.0 15:32:30 ---> Running in 4ae28fa69041 15:32:31 Removing intermediate container cedf0203c03c 15:32:31 ---> 3bcd2d546758 15:32:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:32:31 Removing intermediate container 4ae28fa69041 15:32:31 ---> 3429602e6a63 15:32:31 15:32:32 Successfully built 3429602e6a63 15:32:32 Successfully tagged docker-core-data-go:latest 15:32:32 Building docker-core-command-go 15:32:33  Building docker-core-data-go ... done  ---> ce4709be8ee7 15:32:33 Step 26/31 : RUN chmod +x /entrypoint.sh 15:32:34 ---> Running in 8d49f240b53b 15:32:44 Removing intermediate container 8d49f240b53b 15:32:44 ---> e73f94a46e60 15:32:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:32:44 ---> Running in 93dc668219af 15:32:45 Removing intermediate container 93dc668219af 15:32:45 ---> 415b49d79ca0 15:32:45 Step 28/31 : CMD ["gate"] 15:32:46 ---> Running in 2a8bd5d84697 15:32:48 Removing intermediate container 2a8bd5d84697 15:32:48 ---> 781e08da70d2 15:32:48 Step 29/31 : LABEL arch=x86_64 15:32:49 ---> Running in 18cb0cc41e49 15:32:51 Removing intermediate container 18cb0cc41e49 15:32:51 ---> 2ee2f03cfd63 15:32:51 Step 30/31 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:32:51 ---> Running in 74835b4852ce 15:32:52 Removing intermediate container 74835b4852ce 15:32:52 ---> be14778b30d2 15:32:52 Step 31/31 : LABEL version=0.0.0 15:32:53 ---> Running in 1623c82a27d6 15:32:56 Removing intermediate container 1623c82a27d6 15:32:56 ---> 7b5f8353939c 15:32:56 15:32:56 Successfully built 7b5f8353939c 15:32:57 Successfully tagged docker-security-bootstrapper-go:latest 15:33:25  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:33:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:33:25 ---> f6a3fa198c3b 15:33:25 Step 3/24 : WORKDIR /edgex-go 15:33:25 ---> Using cache 15:33:25 ---> 393de2a36cd8 15:33:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:25 ---> Using cache 15:33:25 ---> 8c74d23b93eb 15:33:25 Step 5/24 : RUN apk add --update --no-cache make git 15:33:25 ---> Using cache 15:33:25 ---> 46049c2cb649 15:33:25 Step 6/24 : COPY go.mod . 15:33:25 ---> Using cache 15:33:25 ---> 3a78ac9156c2 15:33:25 Step 7/24 : RUN go mod download 15:33:25 ---> Using cache 15:33:25 ---> a15f7cb3a093 15:33:25 Step 8/24 : COPY . . 15:33:25 ---> Using cache 15:33:25 ---> 1bddac28b89c 15:33:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:33:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:33:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:33:25 ---> f6a3fa198c3b 15:33:25 Step 3/23 : WORKDIR /edgex-go 15:33:25 ---> Using cache 15:33:25 ---> 393de2a36cd8 15:33:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:25 ---> Using cache 15:33:25 ---> 8c74d23b93eb 15:33:25 Step 5/23 : RUN apk add --update --no-cache make bash git 15:33:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:33:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:33:26 ---> f6a3fa198c3b 15:33:26 Step 3/21 : WORKDIR /edgex-go 15:33:26 ---> Using cache 15:33:26 ---> 393de2a36cd8 15:33:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:26 ---> Using cache 15:33:26 ---> 8c74d23b93eb 15:33:26 Step 5/21 : RUN apk add --update --no-cache make git 15:33:26 ---> Using cache 15:33:26 ---> 46049c2cb649 15:33:26 Step 6/21 : COPY go.mod . 15:33:26 ---> Using cache 15:33:26 ---> 3a78ac9156c2 15:33:26 Step 7/21 : RUN go mod download 15:33:26 ---> Using cache 15:33:26 ---> a15f7cb3a093 15:33:26 Step 8/21 : COPY . . 15:33:26 ---> Using cache 15:33:26 ---> 1bddac28b89c 15:33:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:33:29 ---> Running in 064d36421cb9 15:33:29 ---> Running in f566a5661a79 15:33:29 ---> Running in 1ef8584cebc4 15:33:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:33:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:33:31 ---> f6a3fa198c3b 15:33:31 Step 3/23 : WORKDIR /edgex-go 15:33:31 ---> Using cache 15:33:31 ---> 393de2a36cd8 15:33:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:31 ---> Using cache 15:33:31 ---> 8c74d23b93eb 15:33:31 Step 5/23 : RUN apk add --update --no-cache make git 15:33:31 ---> Using cache 15:33:31 ---> 46049c2cb649 15:33:31 Step 6/23 : COPY go.mod . 15:33:31 ---> Using cache 15:33:31 ---> 3a78ac9156c2 15:33:31 Step 7/23 : RUN go mod download 15:33:31 ---> Using cache 15:33:31 ---> a15f7cb3a093 15:33:31 Step 8/23 : COPY . . 15:33:31 ---> Using cache 15:33:31 ---> 1bddac28b89c 15:33:31 Step 9/23 : RUN make cmd/core-command/core-command 15:33:31 ---> Running in 5b41f8daf967 15:33:31 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 15:33:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33: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 15:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:33 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 15:33:33 OK: 233 MiB in 51 packages 15:33:35 Removing intermediate container 064d36421cb9 15:33:35 ---> 710e952afde0 15:33:35 Step 6/23 : COPY go.mod . 15:33:36 ---> 020de4350d5a 15:33:36 Step 7/23 : RUN go mod download 15:33:36 ---> Running in 0b66b90b53bf 15:33:50 Removing intermediate container 0b66b90b53bf 15:33:50 ---> 2616b38a5265 15:33:50 Step 8/23 : COPY . . 15:34:04 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 15:34:09 Removing intermediate container aa1b50d70588 15:34:09 ---> 3db393ccdc0b 15:34:09 15:34:09 Step 10/21 : FROM alpine:3.12 15:34:09 3.12: Pulling from library/alpine 15:34:11 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:34:11 Status: Downloaded newer image for alpine:3.12 15:34:11 ---> 9852663dfa18 15:34:11 Step 11/21 : RUN apk add --update --no-cache curl 15:34:12 ---> Running in 2fc166ceab0e 15:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:15 (1/4) Installing ca-certificates (20191127-r4) 15:34:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:34:15 (3/4) Installing libcurl (7.76.1-r0) 15:34:15 (4/4) Installing curl (7.76.1-r0) 15:34:15 Executing busybox-1.31.1-r20.trigger 15:34:15 Executing ca-certificates-20191127-r4.trigger 15:34:15 OK: 7 MiB in 18 packages 15:34:20 Removing intermediate container 9f513dcec66f 15:34:20 ---> f6e1cdb816a6 15:34:20 15:34:20 Step 10/22 : FROM alpine:3.12 15:34:20 ---> 9852663dfa18 15:34:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:34:20 Removing intermediate container 2fc166ceab0e 15:34:20 ---> 9c32b70989e4 15:34:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:34:20 ---> Running in 08fb0486727b 15:34:21 Removing intermediate container e92346de7f61 15:34:21 ---> 3103044120e9 15:34:21 15:34:21 Step 10/22 : FROM alpine:3.12 15:34:21 ---> 9852663dfa18 15:34:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:34:21 ---> Running in 0ce8d3898dd7 15:34:21 ---> Running in 4b47e45511b6 15:34:22 Removing intermediate container 0ce8d3898dd7 15:34:22 ---> 5231a0df6413 15:34:22 Step 13/21 : WORKDIR /edgex 15:34:22 ---> Running in dec6323687ee 15:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:23 Removing intermediate container dec6323687ee 15:34:23 ---> cd1589efc170 15:34:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:23 (1/2) Installing ca-certificates (20191127-r4) 15:34:24 (2/2) Installing dumb-init (1.2.2-r1) 15:34:24 Executing busybox-1.31.1-r20.trigger 15:34:24 Executing ca-certificates-20191127-r4.trigger 15:34:24 (1/1) Installing dumb-init (1.2.2-r1) 15:34:24 Executing busybox-1.31.1-r20.trigger 15:34:24 OK: 5 MiB in 15 packages 15:34:24 OK: 6 MiB in 16 packages 15:34:24 ---> 7af875f7c443 15:34:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:34:26 Removing intermediate container 4b47e45511b6 15:34:26 ---> e0524b7f9f81 15:34:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:34:26 ---> 7b6ff34f0c9f 15:34:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:34:26 ---> Running in 670ea8abcaca 15:34:27 Removing intermediate container 08fb0486727b 15:34:27 ---> 03e5cbbe889f 15:34:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:34:27 Removing intermediate container 670ea8abcaca 15:34:27 ---> d01cffe17b18 15:34:27 Step 13/22 : ENV APP_PORT=48085 15:34:27 ---> Running in b1a7ee301946 15:34:28 ---> Running in 51775ad85dab 15:34:29 ---> 4d884cd80c54 15:34:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:34:29 Removing intermediate container b1a7ee301946 15:34:29 ---> 05b15c606ad1 15:34:29 Step 13/22 : ENV APP_PORT=48060 15:34:29 ---> Running in b8fe4ddcbac2 15:34:29 ---> Running in ecf2a49c4f0b 15:34:29 Removing intermediate container 51775ad85dab 15:34:29 ---> 9cd46ed6828a 15:34:30 Step 14/22 : EXPOSE $APP_PORT 15:34:30 ---> Running in 0b415b91a09f 15:34:30 Removing intermediate container ecf2a49c4f0b 15:34:30 ---> 6cbd76caa66a 15:34:30 Step 18/21 : CMD ["--init=true"] 15:34:30 Removing intermediate container b8fe4ddcbac2 15:34:30 ---> 03dca59a1224 15:34:30 Step 14/22 : EXPOSE $APP_PORT 15:34:30 Removing intermediate container acd53ad8cfc0 15:34:30 ---> cde3508ffd32 15:34:30 15:34:30 Step 10/23 : FROM alpine:3.12 15:34:30 ---> 9852663dfa18 15:34:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:34:30 ---> Using cache 15:34:30 ---> e0524b7f9f81 15:34:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:34:30 ---> Using cache 15:34:30 ---> d01cffe17b18 15:34:30 Step 13/23 : ENV APP_PORT=48081 15:34:31 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 15:34:31 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 15:34:31 ---> Running in 9fb8e6024b6f 15:34:31 ---> Running in 4988bc9ab283 15:34:31 ---> Running in 6e7c93cae8db 15:34:31 Removing intermediate container 0b415b91a09f 15:34:31 ---> e27295ccd951 15:34:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:31 Removing intermediate container 4988bc9ab283 15:34:31 ---> 9f636778855e 15:34:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:32 Removing intermediate container 9fb8e6024b6f 15:34:32 ---> 5011001fdd1a 15:34:32 Step 19/21 : LABEL arch=arm64 15:34:32 Removing intermediate container 6e7c93cae8db 15:34:32 ---> 62ccadd38688 15:34:32 Step 14/23 : EXPOSE $APP_PORT 15:34:32 ---> 1a442bcce716 15:34:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:34:32 ---> Running in 209e56a5237a 15:34:32 ---> Running in c1e179f60370 15:34:33 ---> b277c1123d31 15:34:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:34:33 Removing intermediate container c1e179f60370 15:34:33 ---> 29c6a76e06c0 15:34:33 Step 15/23 : WORKDIR / 15:34:33 Removing intermediate container 209e56a5237a 15:34:33 ---> dad12289913f 15:34:33 Step 20/21 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:34:33 ---> Running in f609f6f1877f 15:34:33 ---> Running in 8825c9ba5d77 15:34:34 Removing intermediate container f609f6f1877f 15:34:34 ---> a3440b82af8e 15:34:34 Step 21/21 : LABEL version=0.0.0 15:34:35 ---> 360032c9b2c8 15:34:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:34:35 Removing intermediate container 8825c9ba5d77 15:34:35 ---> 03572a8aa60c 15:34:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:35 ---> 0da93b75c5f3 15:34:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:34:35 ---> Running in f52032555746 15:34:36 Removing intermediate container f52032555746 15:34:36 ---> 0cbc28f53252 15:34:36 15:34:36 Removing intermediate container 8af539d772d3 15:34:36 ---> 8451f55824fb 15:34:36 15:34:36 Step 10/23 : FROM alpine:3.12 15:34:36 ---> 9852663dfa18 15:34:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:34:36 ---> 4cc33f7cabf5 15:34:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:34:36 ---> 80ae85afeb38 15:34:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:34:36 ---> 79b281a6ba2f 15:34:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:34:36 ---> Running in c900d225dc83 15:34:36 Successfully built 0cbc28f53252 15:34:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:34:36  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 15:34:36 ---> Running in 378c4c88ed7d 15:34:36 ---> Running in e0f831fde655 15:34:37 Removing intermediate container 378c4c88ed7d 15:34:37 ---> 9dec411f13d4 15:34:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:37 Removing intermediate container c900d225dc83 15:34:37 ---> e4b7679f5411 15:34:37 Step 12/23 : ENV APP_PORT=48080 15:34:38 Removing intermediate container e0f831fde655 15:34:38 ---> a9751056a4f5 15:34:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:38 ---> Running in 07a17d642a8d 15:34:38 ---> Running in 4d0cbf58a2b4 15:34:38 ---> Running in 2b2d48c07aad 15:34:38 ---> e069c38dd8c8 15:34:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:34:39 Removing intermediate container 4d0cbf58a2b4 15:34:39 ---> 222d1dadc21b 15:34:39 Step 13/23 : EXPOSE $APP_PORT 15:34:39 Removing intermediate container 07a17d642a8d 15:34:39 ---> 84b70e3a81d7 15:34:39 Step 20/22 : LABEL arch=arm64 15:34:39 Removing intermediate container 2b2d48c07aad 15:34:39 ---> 16cc5c4cbf51 15:34:39 Step 20/22 : LABEL arch=arm64 15:34:39 ---> Running in 44d2c649430e 15:34:39 ---> Running in 837400d42756 15:34:40 ---> Running in 66ddb0b4439d 15:34:40 ---> b11f4ce5b873 15:34:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:34:40 ---> Running in ddbfafea8d15 15:34:40 Removing intermediate container 44d2c649430e 15:34:40 ---> d814a9832214 15:34:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:40 Removing intermediate container 837400d42756 15:34:40 ---> 720f9789f2da 15:34:40 Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:34:40 Removing intermediate container 66ddb0b4439d 15:34:40 ---> 53724c113a38 15:34:40 Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:34:40 ---> Running in fd6f2973f2fd 15:34:41 ---> Running in 1df04a1c725c 15:34:41 ---> Running in 57128a1fb53e 15:34:41 Removing intermediate container ddbfafea8d15 15:34:41 ---> c8b84664ce5a 15:34:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:41 ---> Running in 578a727cebf3 15:34:41 Removing intermediate container 1df04a1c725c 15:34:41 ---> 2a3efa65296c 15:34:41 Step 22/22 : LABEL version=0.0.0 15:34:41 Removing intermediate container 57128a1fb53e 15:34:41 ---> 960aa6302eb9 15:34:41 Step 22/22 : LABEL version=0.0.0 15:34:42 ---> Running in 1a3928372e66 15:34:42 ---> Running in f131a53ca053 15:34:42 Removing intermediate container 578a727cebf3 15:34:42 ---> 5bab712861e9 15:34:42 Step 21/23 : LABEL arch=arm64 15:34:43 ---> Running in 8eac12007fe6 15:34:43 Removing intermediate container f131a53ca053 15:34:43 ---> 7ddadd5585b9 15:34:43 15:34:43 Removing intermediate container 1a3928372e66 15:34:43 ---> e6c79dd74128 15:34:43 15:34:44 Successfully built 7ddadd5585b9 15:34:44 Successfully tagged docker-support-scheduler-go-arm64:latest 15:34:44 Building docker-security-bootstrapper-go 15:34:44  Building docker-support-scheduler-go ... done Successfully built e6c79dd74128 15:34:44 Successfully tagged docker-support-notifications-go-arm64:latest 15:34:44 Building docker-sys-mgmt-agent-go 15:34:44  Building docker-support-notifications-go ... done Removing intermediate container 8eac12007fe6 15:34:44 ---> 37d3ff87bcc2 15:34:44 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70Removing intermediate container fd6f2973f2fd 15:34:44 ---> 151c2f2f18ed 15:34:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:34:44 15:34:44 ---> Running in bb1a2b90c2b1 15:34:44 ---> Running in 319fc229c97d 15:34:45 Removing intermediate container 319fc229c97d 15:34:45 ---> 8ef5e87c9247 15:34:45 Step 23/23 : LABEL version=0.0.0 15:34:45 ---> Running in c4b4cb18fffb 15:34:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:34:45 Removing intermediate container c4b4cb18fffb 15:34:45 ---> 5ed29dc0d399 15:34:46 15:34:46 Successfully built 5ed29dc0d399 15:34:46 Successfully tagged docker-core-metadata-go-arm64:latest 15:34:46  Building docker-core-metadata-go ... done Building docker-core-command-go 15:34:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:34:48 (1/6) Installing dumb-init (1.2.2-r1) 15:34:48 (2/6) Installing libgcc (9.3.0-r2) 15:34:48 (3/6) Installing libsodium (1.0.18-r0) 15:34:48 (4/6) Installing libstdc++ (9.3.0-r2) 15:34:48 (5/6) Installing libzmq (4.3.3-r0) 15:34:48 (6/6) Installing zeromq (4.3.3-r0) 15:34:48 Executing busybox-1.31.1-r20.trigger 15:34:48 OK: 8 MiB in 20 packages 15:34:51 Removing intermediate container bb1a2b90c2b1 15:34:51 ---> 772782ccd76b 15:34:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:34:52 ---> da41d66c3eaf 15:34:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:34:54 ---> ec5daeb4f79d 15:34:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:34:55 Removing intermediate container 5b41f8daf967 15:34:55 ---> a6034070154f 15:34:55 15:34:55 Step 10/23 : FROM alpine:3.12 15:34:55 ---> 13621d1b12d4 15:34:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:34:55 ---> Using cache 15:34:55 ---> 4e5a7318a93e 15:34:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:34:55 ---> Using cache 15:34:55 ---> 8c2ca148c182 15:34:55 Step 13/23 : ENV APP_PORT=48082 15:34:55 ---> Running in 744896915c18 15:34:55 ---> 8e4050cc9756 15:34:55 Step 19/23 : ENTRYPOINT ["/core-data"] 15:34:55 ---> Running in d3b87fc12343 15:34:56 Removing intermediate container d3b87fc12343 15:34:56 ---> 0aee56d49778 15:34:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:34:56 ---> Running in 4e549eaaff42 15:34:57 Removing intermediate container 4e549eaaff42 15:34:57 ---> 7226ca9b117a 15:34:57 Step 21/23 : LABEL arch=arm64 15:34:57 ---> Running in 4546a52c9f61 15:34:57 Removing intermediate container 744896915c18 15:34:57 ---> c044554d24da 15:34:57 Step 14/23 : EXPOSE $APP_PORT 15:34:58 Removing intermediate container 4546a52c9f61 15:34:58 ---> 2a19f0b2a546 15:34:58 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:34:58 ---> Running in 58b7a2a02e39 15:34:58 ---> Running in 05c5ee332644 15:34:58 Removing intermediate container 58b7a2a02e39 15:34:58 ---> 4f1a5b4ffa49 15:34:58 Step 23/23 : LABEL version=0.0.0 15:34:58 ---> Running in 52d5e1d3aa30 15:34:59 Removing intermediate container 52d5e1d3aa30 15:34:59 ---> d597704612a9 15:34:59 15:34:59 Successfully built d597704612a9 15:34:59 Successfully tagged docker-core-data-go-arm64:latest 15:35:00 Removing intermediate container 05c5ee332644 15:35:00 ---> c21ed900c23c 15:35:00 Step 15/23 : WORKDIR / 15:35:02 ---> Running in 44f4188d753d 15:35:04 Removing intermediate container 1ef8584cebc4 15:35:04 ---> 96756025c7f2 15:35:04 15:35:04 Step 10/21 : FROM alpine:3.12 15:35:04 ---> 13621d1b12d4 15:35:04 Step 11/21 : RUN apk add --update --no-cache curl 15:35:04 Removing intermediate container 44f4188d753d 15:35:04 ---> 0ce9ea7be14a 15:35:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:35:04 ---> Running in bcd235506f15 15:35:04 Removing intermediate container f566a5661a79 15:35:04 ---> ec46ee99d512 15:35:04 15:35:04 Step 10/24 : FROM alpine:3.12 15:35:04 ---> 13621d1b12d4 15:35:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:35:05 ---> Running in c8de9e6d45e5 15:35:05 ---> a742972f449e 15:35:05 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:35:05 ---> b0398288daa0 15:35:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:35:05 ---> Running in 70d98f4dbc4d 15:35:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:06 (1/4) Installing ca-certificates (20191127-r4) 15:35:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:35:07 (3/4) Installing libcurl (7.76.1-r0) 15:35:07 (4/4) Installing curl (7.76.1-r0) 15:35:07 Executing busybox-1.31.1-r20.trigger 15:35:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:07 Executing ca-certificates-20191127-r4.trigger 15:35:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:07 OK: 7 MiB in 18 packages 15:35:07 ---> 694ac032ab8c 15:35:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:35:07 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 15:35:07 (1/6) Installing ca-certificates (20191127-r4) 15:35:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:35:08 (3/6) Installing libcurl (7.76.1-r0) 15:35:08 (4/6) Installing curl (7.76.1-r0) 15:35:08 (5/6) Installing dumb-init (1.2.2-r1) 15:35:08 (6/6) Installing su-exec (0.2-r1) 15:35:08 Executing busybox-1.31.1-r20.trigger 15:35:08 Executing ca-certificates-20191127-r4.trigger 15:35:08 OK: 7 MiB in 20 packages 15:35:09 ---> 5316a76d5340 15:35:09 Step 19/23 : ENTRYPOINT ["/core-command"] 15:35:09 ---> Running in 54bdf2fb16ae 15:35:11 Removing intermediate container bcd235506f15 15:35:11 ---> 8948baca05f2 15:35:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:35:11 Removing intermediate container 54bdf2fb16ae 15:35:11 ---> 814784bb176a 15:35:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:35:11 ---> Running in cd7fea577d0e 15:35:11 ---> Running in 18f6e293537e 15:35:11 Removing intermediate container c8de9e6d45e5 15:35:11 ---> 146bef659bf0 15:35:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:35:11 ---> Running in 64f574c53d77 15:35:12 Removing intermediate container cd7fea577d0e 15:35:12 ---> d38727e995d3 15:35:12 Step 13/21 : WORKDIR /edgex 15:35:12 Removing intermediate container 18f6e293537e 15:35:12 ---> 514f14f4e8c1 15:35:12 Step 21/23 : LABEL arch=x86_64 15:35:13 Removing intermediate container 64f574c53d77 15:35:13 ---> 01f4839c6606 15:35:13 Step 13/24 : WORKDIR / 15:35:14 ---> Running in 3d1d17df53d1 15:35:14 ---> Running in b4141b92e091 15:35:15 ---> Running in 7a216a135b96 15:35:15 Removing intermediate container b4141b92e091 15:35:15 ---> e84aad3ccdcb 15:35:15 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:35:15 Removing intermediate container 3d1d17df53d1 15:35:15 ---> 494b139e28d7 15:35:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:35:15 ---> Running in 88e862ac619d 15:35:16 Removing intermediate container 7a216a135b96 15:35:16 ---> bd06ca585817 15:35:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:35:16 ---> a11474030ed6 15:35:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:35:16 Removing intermediate container 88e862ac619d 15:35:16 ---> c2b9bf0fafe1 15:35:16 Step 23/23 : LABEL version=0.0.0 15:35:17 ---> Running in 6914794bdb94 15:35:17 ---> 88e83dbe964e 15:35:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:35:17 Removing intermediate container 6914794bdb94 15:35:17 ---> 1ebb69cdb378 15:35:17 15:35:18 ---> cc22ac9024a0 15:35:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:35:18 ---> e62b03b68810 15:35:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:35:18 Successfully built 1ebb69cdb378 15:35:19 Successfully tagged docker-core-command-go:latest 15:35:20  Building docker-core-command-go ... done  ---> 8c61d15eb462 15:35:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:35:21 ---> b9312ce4fa32 15:35:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:35:21 ---> Running in 5ba11fcbfb7d 15:35:22 Removing intermediate container 5ba11fcbfb7d 15:35:22 ---> 3b2857c2e56c 15:35:22 Step 18/21 : CMD ["--init=true"] 15:35:22 ---> e078cfb6c6dc 15:35:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:35:23 ---> Running in da35cbea5b06 15:35:25 Removing intermediate container da35cbea5b06 15:35:25 ---> d2e6754667cd 15:35:25 Step 19/21 : LABEL arch=x86_64 15:35:26 ---> Running in fed2797d0060 15:35:26 ---> 857bc3e4038e 15:35:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:35:26  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:35:26 ---> f3455c5e1287 15:35:26 Step 3/24 : WORKDIR /edgex-go 15:35:26 ---> Using cache 15:35:26 ---> 8ef19671c3f8 15:35:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:26 ---> Using cache 15:35:26 ---> 68070b15f552 15:35:26 Step 5/24 : RUN apk add --update --no-cache make git 15:35:26 ---> Using cache 15:35:26 ---> dab1c83fe0bf 15:35:26 Step 6/24 : COPY go.mod . 15:35:26 ---> Using cache 15:35:26 ---> 5abcce95527f 15:35:26 Step 7/24 : RUN go mod download 15:35:26 ---> Using cache 15:35:26 ---> eb596df58ec2 15:35:26 Step 8/24 : COPY . . 15:35:26 ---> Using cache 15:35:26 ---> 5b7975f9f34e 15:35:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:35:27 Removing intermediate container fed2797d0060 15:35:27 ---> 45250cc79d72 15:35:27 Step 20/21 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:35:27 ---> Running in a2ca4bade392 15:35:27 ---> 0f6b64b0e272 15:35:27 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/ 15:35:28 ---> Running in 95eb228af5b6 15:35:28 Removing intermediate container a2ca4bade392 15:35:28 ---> e27653e730a5 15:35:28 Step 21/21 : LABEL version=0.0.0 15:35:29 ---> Running in 859a7061367f 15:35:29 ---> Running in 53f57c7305df 15:35:30 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 15:35:30 Removing intermediate container 53f57c7305df 15:35:30 ---> f0d723646cba 15:35:30 15:35:31 Successfully built f0d723646cba 15:35:31 Successfully tagged docker-security-proxy-setup-go:latest 15:35:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 95eb228af5b6 15:35:36 ---> 3b9dada00316 15:35:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:35:36 ---> Running in 8e3964ae4ede 15:35:36 Removing intermediate container 8e3964ae4ede 15:35:36 ---> 51a5921e4768 15:35:36 Step 22/24 : LABEL arch=x86_64 15:35:36 ---> Running in 0bd284d6f576 15:35:37 Removing intermediate container 0bd284d6f576 15:35:37 ---> 4dc3d3105568 15:35:37 Step 23/24 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:35:37 ---> Running in 5b6f459cdb5e 15:35:38 Removing intermediate container 5b6f459cdb5e 15:35:38 ---> 8a0bca8b5a26 15:35:38 Step 24/24 : LABEL version=0.0.0 15:35:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:35:38 ---> f3455c5e1287 15:35:38 Step 3/31 : WORKDIR /edgex-go 15:35:38 ---> Using cache 15:35:38 ---> 8ef19671c3f8 15:35:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:38 ---> Using cache 15:35:38 ---> 68070b15f552 15:35:38 Step 5/31 : RUN apk add --update --no-cache make git 15:35:38 ---> Using cache 15:35:38 ---> dab1c83fe0bf 15:35:38 Step 6/31 : COPY go.mod . 15:35:38 ---> Using cache 15:35:38 ---> 5abcce95527f 15:35:38 Step 7/31 : RUN go mod download 15:35:38 ---> Using cache 15:35:38 ---> eb596df58ec2 15:35:38 Step 8/31 : COPY . . 15:35:38 ---> Using cache 15:35:38 ---> 5b7975f9f34e 15:35:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:35:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:35:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:35:38 ---> f3455c5e1287 15:35:38 Step 3/23 : WORKDIR /edgex-go 15:35:38 ---> Using cache 15:35:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 8ef19671c3f8 15:35:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:38 ---> Using cache 15:35:38 ---> 68070b15f552 15:35:38 Step 5/23 : RUN apk add --update --no-cache make bash git 15:35:38 15:35:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:35:38 ---> f3455c5e1287 15:35:38 Step 3/23 : WORKDIR /edgex-go 15:35:38 ---> Using cache 15:35:38 ---> 8ef19671c3f8 15:35:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:38 ---> Using cache 15:35:38 ---> 68070b15f552 15:35:38 Step 5/23 : RUN apk add --update --no-cache make git 15:35:38 ---> Using cache 15:35:38 ---> dab1c83fe0bf 15:35:38 Step 6/23 : COPY go.mod . 15:35:38 ---> Using cache 15:35:38 ---> 5abcce95527f 15:35:38 Step 7/23 : RUN go mod download 15:35:38 ---> Using cache 15:35:38 ---> eb596df58ec2 15:35:38 Step 8/23 : COPY . . 15:35:38 ---> Using cache 15:35:38 ---> 5b7975f9f34e 15:35:38 Step 9/23 : RUN make cmd/core-command/core-command 15:35:38 ---> Running in be7a992add6d 15:35:38 ---> Running in 2cf98e45b9d6 15:35:38 ---> Running in f46dd16fd2b1 15:35:38 ---> Running in ad9872d253b6 15:35:39 Removing intermediate container ad9872d253b6 15:35:39 ---> bcdaaba1d846 15:35:39 15:35:39 Successfully built bcdaaba1d846 15:35:40 Successfully tagged docker-security-secretstore-setup-go:latest 15:35:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:35:41 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 15:35:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:42 OK: 217 MiB in 51 packages 15:35:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 70d98f4dbc4d 15:35:44 ---> 05b6d058424b 15:35:44 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:35:44 ---> Running in ace9b81349d8 15:35:44 Removing intermediate container be7a992add6d 15:35:44 ---> ce7625c65fa0 15:35:44 Step 6/23 : COPY go.mod . 15:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:35:46 ---> 13769e9d70a0 15:35:46 Step 7/23 : RUN go mod download 15:35:46 ---> Running in b2f08314c271 15:35:48 Removing intermediate container ace9b81349d8 15:35:48 ---> a86f5a42b74f 15:35:48 15:35:48 Step 11/23 : FROM docker:20.10.0 15:35:48 20.10.0: Pulling from library/docker 15:35:50 Removing intermediate container b2f08314c271 15:35:50 ---> 4233d21d5b47 15:35:50 Step 8/23 : COPY . . 15:36:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:36:03 Status: Downloaded newer image for docker:20.10.0 15:36:03 ---> aefe523efa57 15:36:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:36:03 ---> Running in 867a3086822b 15:36:03 Removing intermediate container 867a3086822b 15:36:03 ---> 26216c6eda78 15:36:03 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 15:36:03 ---> Running in 192617fe07b5 15:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:04 (1/39) Installing readline (8.0.4-r0) 15:36:04 (2/39) Installing bash (5.0.17-r0) 15:36:04 Executing bash-5.0.17-r0.post-install 15:36:04 (3/39) Installing nghttp2-libs (1.41.0-r0) 15:36:04 (4/39) Installing libcurl (7.76.1-r0) 15:36:05 (5/39) Installing curl (7.76.1-r0) 15:36:05 (6/39) Installing dumb-init (1.2.2-r1) 15:36:05 (7/39) Installing libbz2 (1.0.8-r1) 15:36:05 (8/39) Installing expat (2.2.9-r1) 15:36:05 (9/39) Installing libffi (3.3-r2) 15:36:05 (10/39) Installing gdbm (1.13-r1) 15:36:05 (11/39) Installing xz-libs (5.2.5-r0) 15:36:05 (12/39) Installing sqlite-libs (3.32.1-r0) 15:36:05 (13/39) Installing python3 (3.8.8-r0) 15:36:06 (14/39) Installing py3-appdirs (1.4.4-r1) 15:36:06 (15/39) Installing py3-ordered-set (4.0.1-r0) 15:36:06 (16/39) Installing py3-parsing (2.4.7-r0) 15:36:06 (17/39) Installing py3-six (1.15.0-r0) 15:36:06 (18/39) Installing py3-packaging (20.4-r0) 15:36:06 (19/39) Installing py3-setuptools (47.0.0-r0) 15:36:06 (20/39) Installing py3-chardet (3.0.4-r4) 15:36:06 (21/39) Installing py3-idna (2.9-r0) 15:36:06 (22/39) Installing py3-certifi (2020.4.5.1-r0) 15:36:06 (23/39) Installing py3-urllib3 (1.25.9-r0) 15:36:07 (24/39) Installing py3-requests (2.23.0-r0) 15:36:07 (25/39) Installing py3-msgpack (1.0.0-r0) 15:36:07 (26/39) Installing py3-lockfile (0.12.2-r3) 15:36:07 (27/39) Installing py3-cachecontrol (0.12.6-r0) 15:36:07 (28/39) Installing py3-colorama (0.4.3-r0) 15:36:07 (29/39) Installing py3-distlib (0.3.0-r0) 15:36:07 (30/39) Installing py3-distro (1.5.0-r1) 15:36:07 (31/39) Installing py3-webencodings (0.5.1-r3) 15:36:07 (32/39) Installing py3-html5lib (1.0.1-r4) 15:36:07 (33/39) Installing py3-pytoml (0.1.21-r0) 15:36:07 (34/39) Installing py3-pep517 (0.8.2-r0) 15:36:07 (35/39) Installing py3-progress (1.5-r0) 15:36:07 (36/39) Installing py3-toml (0.10.1-r0) 15:36:07 (37/39) Installing py3-retrying (1.3.3-r0) 15:36:07 (38/39) Installing py3-contextlib2 (0.6.0-r0) 15:36:07 (39/39) Installing py3-pip (20.1.1-r0) 15:36:07 Executing busybox-1.31.1-r19.trigger 15:36:07 OK: 72 MiB in 59 packages 15:36:09 Collecting docker-compose==1.23.2 15:36:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:36:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:36:09 Collecting cached-property<2,>=1.2.0 15:36:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:36:09 Collecting jsonschema<3,>=2.5.1 15:36:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:36:09 Collecting dockerpty<0.5,>=0.4.1 15:36:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:36:11 Collecting texttable<0.10,>=0.9.0 15:36:11 Downloading texttable-0.9.1.tar.gz (11 kB) 15:36:12 Collecting websocket-client<1.0,>=0.32.0 15:36:12 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:36:12 Collecting docopt<0.7,>=0.6.1 15:36:12 Downloading docopt-0.6.2.tar.gz (25 kB) 15:36:12 ---> 2e3130b43ae3 15:36:12 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:36:12 ---> Running in 17c5849d8c1c 15:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:36:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:36:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:36:13 Collecting docker<4.0,>=3.6.0 15:36:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:36:14 Collecting PyYAML<4,>=3.10 15:36:14 Downloading PyYAML-3.13.tar.gz (270 kB) 15:36:16 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:36:16 Collecting idna<2.8,>=2.5 15:36:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:36:16 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) 15:36:16 Collecting urllib3<1.25,>=1.21.1 15:36:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:36:16 Collecting docker-pycreds>=0.4.0 15:36:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:36:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:36:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:36:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:36:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:36:16 Installing collected packages: cached-property, jsonschema, dockerpty, texttable, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose 15:36:17 Running setup.py install for dockerpty: started 15:36:19 Running setup.py install for dockerpty: finished with status 'done' 15:36:19 Running setup.py install for texttable: started 15:36:20 Running setup.py install for texttable: finished with status 'done' 15:36:20 Running setup.py install for docopt: started 15:36:20 Running setup.py install for docopt: finished with status 'done' 15:36:20 Attempting uninstall: idna 15:36:20 Found existing installation: idna 2.9 15:36:20 Uninstalling idna-2.9: 15:36:20 Successfully uninstalled idna-2.9 15:36:21 Attempting uninstall: urllib3 15:36:21 Found existing installation: urllib3 1.25.9 15:36:21 Uninstalling urllib3-1.25.9: 15:36:21 Successfully uninstalled urllib3-1.25.9 15:36:21 Attempting uninstall: requests 15:36:21 Found existing installation: requests 2.23.0 15:36:21 Uninstalling requests-2.23.0: 15:36:21 Successfully uninstalled requests-2.23.0 15:36:22 Running setup.py install for PyYAML: started 15:36:23 Running setup.py install for PyYAML: finished with status 'done' 15:36:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 15:36:39 Removing intermediate container 192617fe07b5 15:36:39 ---> 6e08c02bd01c 15:36:39 Step 14/23 : ENV APP_PORT=48090 15:36:39 ---> Running in b22d7ebf36e0 15:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:36:40 Removing intermediate container b22d7ebf36e0 15:36:40 ---> 3587a44b5b58 15:36:40 Step 15/23 : EXPOSE $APP_PORT 15:36:40 ---> Running in 501bc025385b 15:36:40 Removing intermediate container 501bc025385b 15:36:40 ---> d4b6fb628113 15:36:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:36:42 ---> f1b4adc68cbc 15:36:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:36:42 ---> 05c90e2b5b78 15:36:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:36:42 ---> 1f41f6e54933 15:36:42 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:36:43 ---> Running in c8aaedb6a9e0 15:36:43 Removing intermediate container c8aaedb6a9e0 15:36:43 ---> 6393e4b603fd 15:36:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:43 ---> Running in d54fb2d1a20d 15:36:43 Removing intermediate container d54fb2d1a20d 15:36:43 ---> 4e790cb052d7 15:36:43 Step 21/23 : LABEL arch=x86_64 15:36:44 ---> Running in bcbe564400d5 15:36:44 Removing intermediate container bcbe564400d5 15:36:44 ---> 8e88f14c6ddc 15:36:44 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:36:44 ---> Running in 1eb626c10d75 15:36:45 Removing intermediate container 1eb626c10d75 15:36:45 ---> 9344c4130974 15:36:45 Step 23/23 : LABEL version=0.0.0 15:36:45 ---> Running in e0b04afe8595 15:36:45 Removing intermediate container e0b04afe8595 15:36:45 ---> 2de2f749cfba 15:36:45 15:36:46 Successfully built 2de2f749cfba 15:36:46 Successfully tagged docker-sys-mgmt-agent-go:latest 15:36:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:36:47 $ docker stop --time=1 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 15:36:51 $ docker rm -f 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 [Pipeline] // withDockerContainer [Pipeline] sh 15:36:52 Removing intermediate container 859a7061367f 15:36:52 ---> bf0fa63cc733 15:36:52 15:36:52 Step 10/24 : FROM alpine:3.12 15:36:52 ---> 9852663dfa18 15:36:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:36:52 ---> Running in 1854bcdd23bd 15:36:52 + docker images 15:36:52 + grep docker 15:36:53 docker-sys-mgmt-agent-go latest 2de2f749cfba 7 seconds ago 312MB 15:36:53 docker-security-secretstore-setup-go latest bcdaaba1d846 About a minute ago 26.3MB 15:36:53 docker-security-proxy-setup-go latest f0d723646cba About a minute ago 26MB 15:36:53 docker-core-command-go latest 1ebb69cdb378 About a minute ago 17.5MB 15:36:53 docker-security-bootstrapper-go latest 7b5f8353939c 3 minutes ago 19.3MB 15:36:53 docker-core-data-go latest 3429602e6a63 4 minutes ago 22.9MB 15:36:53 docker-core-metadata-go latest 78d1784758b6 4 minutes ago 19.2MB 15:36:53 docker-support-scheduler-go latest 7c3e6faad3a0 4 minutes ago 17.7MB 15:36:53 docker-support-notifications-go latest 2051c34ae99c 4 minutes ago 18.2MB 15:36:53 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:36:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:36:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:55 (1/6) Installing ca-certificates (20191127-r4) 15:36:55 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:36:55 (3/6) Installing libcurl (7.76.1-r0) 15:36:55 (4/6) Installing curl (7.76.1-r0) 15:36:55 (5/6) Installing dumb-init (1.2.2-r1) 15:36:55 (6/6) Installing su-exec (0.2-r1) 15:36:55 Executing busybox-1.31.1-r20.trigger 15:36:55 Executing ca-certificates-20191127-r4.trigger 15:36:55 OK: 7 MiB in 20 packages 15:36:58 Removing intermediate container 1854bcdd23bd 15:36:58 ---> 4732b3f0817a 15:36:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:58 ---> Running in 7272fd523713 15:36:58 Removing intermediate container 7272fd523713 15:36:58 ---> 58c408f7bdc7 15:36:58 Step 13/24 : WORKDIR / 15:36:58 ---> Running in 94b48a37ca7a 15:36:59 Removing intermediate container 94b48a37ca7a 15:36:59 ---> f19d2fcd54f9 15:36:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:37:00 ---> 671a1c7524dc 15:37:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:37:02 ---> 2e10efd5ad1a 15:37:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:37:03 ---> 07d0e08ee0c2 15:37:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:37:05 ---> 00d12cecc46f 15:37:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:37:07 ---> 23218066dbc4 15:37:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:37:08 Still waiting to schedule task 15:37:08 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:37:08 ---> 84d637fe8016 15:37:08 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/ 15:37:09 ---> Running in 231537dab1bd 15:37:11 Removing intermediate container f46dd16fd2b1 15:37:11 ---> 0c64766fe2f1 15:37:11 15:37:11 Step 10/31 : FROM alpine:3.12 15:37:11 ---> 9852663dfa18 15:37:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:37:11 ---> Running in aeeb7d8f9666 15:37:12 Removing intermediate container aeeb7d8f9666 15:37:12 ---> 8a10538a0359 15:37:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:37:12 ---> Running in 3eb896688282 15:37:13 Removing intermediate container 231537dab1bd 15:37:13 ---> 9f1559271663 15:37:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:37:13 ---> Running in 7b27ba940ab0 15:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:14 Removing intermediate container 7b27ba940ab0 15:37:14 ---> 8e8cfee34a82 15:37:14 Step 22/24 : LABEL arch=arm64 15:37:14 ---> Running in 790ffadeafa9 15:37:14 (1/2) Installing dumb-init (1.2.2-r1) 15:37:14 (2/2) Installing su-exec (0.2-r1) 15:37:14 Executing busybox-1.31.1-r20.trigger 15:37:14 OK: 5 MiB in 16 packages 15:37:16 Removing intermediate container 790ffadeafa9 15:37:16 ---> c4c1e73d00e2 15:37:16 Step 23/24 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:37:16 ---> Running in 485d951ac8f4 15:37:17 Removing intermediate container 3eb896688282 15:37:17 ---> b4e6033a9f99 15:37:17 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:37:17 Removing intermediate container 485d951ac8f4 15:37:17 ---> 860cf55156fc 15:37:17 Step 24/24 : LABEL version=0.0.0 15:37:17 ---> Running in 2f857763bf5a 15:37:17 Removing intermediate container 2cf98e45b9d6 15:37:17 ---> ac6c0ba049c0 15:37:17 15:37:17 Step 10/23 : FROM alpine:3.12 15:37:17 ---> 9852663dfa18 15:37:17 ---> Running in 9dd308925bad 15:37:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:37:17 ---> Using cache 15:37:17 ---> e0524b7f9f81 15:37:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:17 ---> Using cache 15:37:17 ---> d01cffe17b18 15:37:17 Step 13/23 : ENV APP_PORT=48082 15:37:18 ---> Running in 53012aca66b8 15:37:18 Removing intermediate container 2f857763bf5a 15:37:18 ---> 440c03afcb44 15:37:18 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:37:18 Removing intermediate container 9dd308925bad 15:37:18 ---> d159261104b9 15:37:18 15:37:18 ---> Running in 24511851bfe4 15:37:18 Removing intermediate container 53012aca66b8 15:37:18 ---> 462a15771f77 15:37:18 Step 14/23 : EXPOSE $APP_PORT 15:37:18 ---> Running in aa61ef80bcad 15:37:19 Successfully built d159261104b9 15:37:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:37:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container 24511851bfe4 15:37:19 ---> d4cab14f5b02 15:37:19 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:37:19 ---> Running in ee0f5da0d13b 15:37:19 Removing intermediate container aa61ef80bcad 15:37:19 ---> d9352e58b271 15:37:19 Step 15/23 : WORKDIR / 15:37:20 ---> Running in 405c4de4a856 15:37:20 Removing intermediate container 405c4de4a856 15:37:20 ---> 388219822cb4 15:37:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:21 ---> 0aee74e66f32 15:37:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:37:23 Removing intermediate container ee0f5da0d13b 15:37:23 ---> 0e68ecb2fc6d 15:37:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:37:23 ---> c6fad8eb74c0 15:37:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:37:23 ---> Running in 46e953a8ae9a 15:37:24 Removing intermediate container 46e953a8ae9a 15:37:24 ---> a2317201efa2 15:37:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:37:24 ---> a1786eb90e87 15:37:24 Step 19/23 : ENTRYPOINT ["/core-command"] 15:37:24 ---> Running in ab5d1c1423aa 15:37:25 ---> 4db7b5572a97 15:37:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:37:25 Removing intermediate container ab5d1c1423aa 15:37:25 ---> 27fe1ed56462 15:37:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:37:25 ---> Running in 3fb960168b7f 15:37:25 ---> Running in 51609b6e9888 15:37:26 Removing intermediate container 17c5849d8c1c 15:37:26 ---> d8d3d7c6403b 15:37:26 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:37:26 ---> Running in a6d9f46e764d 15:37:26 Removing intermediate container 51609b6e9888 15:37:26 ---> bd5e9392388a 15:37:26 Step 21/23 : LABEL arch=arm64 15:37:26 ---> Running in 6ec5cf504613 15:37:27 Removing intermediate container 6ec5cf504613 15:37:27 ---> bf823aacac70 15:37:27 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:37:27 ---> Running in ca54d8ab692d 15:37:27 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 15:37:28 Removing intermediate container ca54d8ab692d 15:37:28 ---> 7655df32caff 15:37:28 Step 23/23 : LABEL version=0.0.0 15:37:28 Removing intermediate container 3fb960168b7f 15:37:28 ---> cad7f5e2b9e0 15:37:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:28 ---> Running in 83518df08c59 15:37:29 Removing intermediate container 83518df08c59 15:37:29 ---> 137ed371f5e4 15:37:29 15:37:29 ---> ccaf20e24a03 15:37:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:37:29 Successfully built 137ed371f5e4 15:37:29 Successfully tagged docker-core-command-go-arm64:latest 15:37:31  Building docker-core-command-go ... done  ---> fec122fde0a1 15:37:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:37:31 Removing intermediate container a6d9f46e764d 15:37:31 ---> 5561ba1bfc38 15:37:31 15:37:31 Step 11/23 : FROM docker:20.10.0 15:37:31 20.10.0: Pulling from library/docker 15:37:32 ---> f07f1572fc69 15:37:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:37:33 ---> 339588152aea 15:37:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:37:34 ---> 23725430ff8e 15:37:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:37:35 ---> Running in 08f97537dbf5 15:37:36 Removing intermediate container 08f97537dbf5 15:37:36 ---> 96512831ac7d 15:37:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:37:37 ---> 5c26fec167dc 15:37:37 Step 26/31 : RUN chmod +x /entrypoint.sh 15:37:38 ---> Running in 173da8a0d9f9 15:37:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:39 Status: Downloaded newer image for docker:20.10.0 15:37:39 ---> eeaf43b92773 15:37:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:37:40 ---> Running in a68f484f9f84 15:37:40 Removing intermediate container 173da8a0d9f9 15:37:40 ---> fd4814fbb5b2 15:37:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:37:40 Removing intermediate container a68f484f9f84 15:37:40 ---> cb3f34fb9519 15:37:40 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 15:37:40 ---> Running in b3647aee7bc8 15:37:40 ---> Running in 197ed97137c9 15:37:41 Removing intermediate container b3647aee7bc8 15:37:41 ---> a8b08e4628c6 15:37:41 Step 28/31 : CMD ["gate"] 15:37:41 ---> Running in 144a580a8c58 15:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:42 Removing intermediate container 144a580a8c58 15:37:42 ---> 1d0a8184dc1e 15:37:42 Step 29/31 : LABEL arch=arm64 15:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:42 ---> Running in cdc36a327986 15:37:42 (1/39) Installing readline (8.0.4-r0) 15:37:42 (2/39) Installing bash (5.0.17-r0) 15:37:42 Executing bash-5.0.17-r0.post-install 15:37:42 (3/39) Installing nghttp2-libs (1.41.0-r0) 15:37:42 (4/39) Installing libcurl (7.76.1-r0) 15:37:42 (5/39) Installing curl (7.76.1-r0) 15:37:42 (6/39) Installing dumb-init (1.2.2-r1) 15:37:42 (7/39) Installing libbz2 (1.0.8-r1) 15:37:42 (8/39) Installing expat (2.2.9-r1) 15:37:42 (9/39) Installing libffi (3.3-r2) 15:37:42 (10/39) Installing gdbm (1.13-r1) 15:37:42 (11/39) Installing xz-libs (5.2.5-r0) 15:37:42 (12/39) Installing sqlite-libs (3.32.1-r0) 15:37:42 Removing intermediate container cdc36a327986 15:37:42 ---> 6750cf91797b 15:37:42 Step 30/31 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:37:42 (13/39) Installing python3 (3.8.8-r0) 15:37:43 ---> Running in a605ab92a4c9 15:37:43 Removing intermediate container a605ab92a4c9 15:37:43 ---> b991de692b4c 15:37:43 Step 31/31 : LABEL version=0.0.0 15:37:44 ---> Running in e3e6ee496d7b 15:37:44 (14/39) Installing py3-appdirs (1.4.4-r1) 15:37:44 (15/39) Installing py3-ordered-set (4.0.1-r0) 15:37:44 (16/39) Installing py3-parsing (2.4.7-r0) 15:37:44 (17/39) Installing py3-six (1.15.0-r0) 15:37:44 (18/39) Installing py3-packaging (20.4-r0) 15:37:44 (19/39) Installing py3-setuptools (47.0.0-r0) 15:37:44 (20/39) Installing py3-chardet (3.0.4-r4) 15:37:44 (21/39) Installing py3-idna (2.9-r0) 15:37:44 (22/39) Installing py3-certifi (2020.4.5.1-r0) 15:37:44 (23/39) Installing py3-urllib3 (1.25.9-r0) 15:37:44 (24/39) Installing py3-requests (2.23.0-r0) 15:37:44 (25/39) Installing py3-msgpack (1.0.0-r0) 15:37:44 (26/39) Installing py3-lockfile (0.12.2-r3) 15:37:44 (27/39) Installing py3-cachecontrol (0.12.6-r0) 15:37:44 (28/39) Installing py3-colorama (0.4.3-r0) 15:37:44 (29/39) Installing py3-distlib (0.3.0-r0) 15:37:44 (30/39) Installing py3-distro (1.5.0-r1) 15:37:44 (31/39) Installing py3-webencodings (0.5.1-r3) 15:37:44 (32/39) Installing py3-html5lib (1.0.1-r4) 15:37:44 Removing intermediate container e3e6ee496d7b 15:37:44 ---> 000593af789e 15:37:44 15:37:45 (33/39) Installing py3-pytoml (0.1.21-r0) 15:37:45 (34/39) Installing py3-pep517 (0.8.2-r0) 15:37:45 (35/39) Installing py3-progress (1.5-r0) 15:37:45 (36/39) Installing py3-toml (0.10.1-r0) 15:37:45 (37/39) Installing py3-retrying (1.3.3-r0) 15:37:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 15:37:45 (39/39) Installing py3-pip (20.1.1-r0) 15:37:45 Executing busybox-1.31.1-r19.trigger 15:37:45 OK: 72 MiB in 59 packages 15:37:45 Successfully built 000593af789e 15:37:45 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:37:49  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 15:37:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:37:49 Collecting dockerpty<0.5,>=0.4.1 15:37:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:37:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:37:51 Collecting docopt<0.7,>=0.6.1 15:37:51 Downloading docopt-0.6.2.tar.gz (25 kB) 15:37:53 Collecting websocket-client<1.0,>=0.32.0 15:37:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:37:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:37:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:37:55 Collecting jsonschema<3,>=2.5.1 15:37:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:37:55 Collecting texttable<0.10,>=0.9.0 15:37:55 Downloading texttable-0.9.1.tar.gz (11 kB) 15:37:58 Collecting docker<4.0,>=3.6.0 15:37:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:37:58 Collecting cached-property<2,>=1.2.0 15:37:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:37:59 Collecting PyYAML<4,>=3.10 15:37:59 Downloading PyYAML-3.13.tar.gz (270 kB) 15:38:02 Running on prd-ubuntu18.04-docker-8c-8g-1184 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws 15:38:02 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:38:02 Collecting idna<2.8,>=2.5 15:38:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:38:03 Collecting urllib3<1.25,>=1.21.1 15:38:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:38:03 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) 15:38:03 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) 15:38:03 Collecting docker-pycreds>=0.4.0 15:38:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:38:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:38:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:38:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:38:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:38:04 using credential edgex-jenkins-ssh 15:38:04 Cloning the remote Git repository 15:38:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:38:04 > git init /w/workspace/edgex-go/3 # timeout=10 15:38:04 Installing collected packages: dockerpty, docopt, websocket-client, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, cached-property, PyYAML, docker-compose 15:38:04 Running setup.py install for dockerpty: started 15:38:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:04 > git --version # timeout=10 15:38:04 > git --version # 'git version 2.17.1' 15:38:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:06 Running setup.py install for dockerpty: finished with status 'done' 15:38:06 Running setup.py install for docopt: started 15:38:08 Running setup.py install for docopt: finished with status 'done' 15:38:08 Attempting uninstall: idna 15:38:08 Found existing installation: idna 2.9 15:38:08 Uninstalling idna-2.9: 15:38:09 Successfully uninstalled idna-2.9 15:38:09 Attempting uninstall: urllib3 15:38:09 Found existing installation: urllib3 1.25.9 15:38:09 Uninstalling urllib3-1.25.9: 15:38:09 Successfully uninstalled urllib3-1.25.9 15:38:10 Attempting uninstall: requests 15:38:10 Found existing installation: requests 2.23.0 15:38:10 Uninstalling requests-2.23.0: 15:38:10 Successfully uninstalled requests-2.23.0 15:38:10 Running setup.py install for texttable: started 15:38:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:38:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:38:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:38:12 Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 15:38:12 Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 15:38:12 Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) 15:38:12 Running setup.py install for texttable: finished with status 'done' 15:38:13 Running setup.py install for PyYAML: started 15:38:12 > git config core.sparsecheckout # timeout=10 15:38:12 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 15:38:12 > git remote # timeout=10 15:38:12 > git config --get remote.origin.url # timeout=10 15:38:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:12 > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 15:38:12 > git rev-parse HEAD^{commit} # timeout=10 15:38:12 > git config core.sparsecheckout # timeout=10 15:38:12 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 15:38:15 Running setup.py install for PyYAML: finished with status 'done' 15:38:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 15:38:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:17 + echo snap-build.sh 15:38:17 snap-build.sh 15:38:17 + SNAP_BASE_DIR=. 15:38:17 + '[' '!' -z /w/workspace/edgex-go/3 ']' 15:38:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 15:38:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 15:38:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 15:38:17 + cd /w/workspace/edgex-go/3 15:38:17 + sudo apt-get remove -qy --purge lxd lxd-client 15:38:17 Reading package lists... 15:38:17 Building dependency tree... 15:38:17 Reading state information... 15:38:17 The following packages were automatically installed and are no longer required: 15:38:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:38:17 uidmap xdelta3 15:38:17 Use 'sudo apt autoremove' to remove them. 15:38:17 The following packages will be REMOVED: 15:38:17 lxd* lxd-client* 15:38:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:38:17 After this operation, 31.7 MB disk space will be freed. 15:38:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:38:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:38:19 Removing lxd dnsmasq configuration 15:38:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:38:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:38:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:38:20 (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.) 15:38:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:38:22 Processing triggers for systemd (237-3ubuntu10.42) ... 15:38:22 Processing triggers for ureadahead (0.100.0-21) ... 15:38:23 + sudo snap remove --purge lxd 15:38:23 snap "lxd" is not installed 15:38:23 + sudo groupadd --force --system lxd 15:38:23 ++ whoami 15:38:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:38:23 + newgrp - lxd 15:38:23 + sudo snap install lxd 15:38:24 Removing intermediate container 197ed97137c9 15:38:24 ---> 03f0997db91d 15:38:24 Step 14/23 : ENV APP_PORT=48090 15:38:24 ---> Running in 4b24cd0743ea 15:38:24 Removing intermediate container 4b24cd0743ea 15:38:24 ---> 7ca0884c948d 15:38:24 Step 15/23 : EXPOSE $APP_PORT 15:38:24 ---> Running in 3142ba666afc 15:38:25 Removing intermediate container 3142ba666afc 15:38:25 ---> 45ee188c58f8 15:38:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:38:26 ---> dc1ee3bc4f23 15:38:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:38:27 ---> ccc482a245ba 15:38:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:38:28 ---> dd227d45dac1 15:38:28 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:38:28 ---> Running in 70f33429d8ac 15:38:28 Removing intermediate container 70f33429d8ac 15:38:28 ---> 02c23980704a 15:38:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:28 ---> Running in a24de5d8ec5d 15:38:29 Removing intermediate container a24de5d8ec5d 15:38:29 ---> e72889da2123 15:38:29 Step 21/23 : LABEL arch=arm64 15:38:29 ---> Running in 6cdb228e481a 15:38:29 Removing intermediate container 6cdb228e481a 15:38:29 ---> 44d248d429c6 15:38:29 Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 15:38:29 ---> Running in 5dba8e75538f 15:38:30 Removing intermediate container 5dba8e75538f 15:38:30 ---> cf289eae6881 15:38:30 Step 23/23 : LABEL version=0.0.0 15:38:30 ---> Running in 8b08a3c20392 15:38:30 Removing intermediate container 8b08a3c20392 15:38:30 ---> da4371731fd2 15:38:30 15:38:31 Successfully built da4371731fd2 15:38:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:38:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:38:31 $ docker stop --time=1 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 15:38:33 2021-04-20T15:38:31Z INFO Waiting for automatic snapd restart... 15:38:33 $ docker rm -f 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 [Pipeline] // withDockerContainer [Pipeline] sh 15:38:34 + docker images 15:38:34 + grep docker 15:38:34 docker-sys-mgmt-agent-go-arm64 latest da4371731fd2 4 seconds ago 299MB 15:38:34 docker-security-bootstrapper-go-arm64 latest 000593af789e 50 seconds ago 18.1MB 15:38:34 docker-core-command-go-arm64 latest 137ed371f5e4 About a minute ago 16.5MB 15:38:34 docker-security-secretstore-setup-go-arm64 latest d159261104b9 About a minute ago 24.9MB 15:38:34 docker-core-data-go-arm64 latest d597704612a9 3 minutes ago 21.6MB 15:38:34 docker-core-metadata-go-arm64 latest 5ed29dc0d399 3 minutes ago 18.1MB 15:38:34 docker-support-notifications-go-arm64 latest e6c79dd74128 3 minutes ago 17.2MB 15:38:34 docker-support-scheduler-go-arm64 latest 7ddadd5585b9 3 minutes ago 16.6MB 15:38:34 docker-security-proxy-setup-go-arm64 latest 0cbc28f53252 3 minutes ago 24.6MB 15:38:34 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:38:35 ---> job-cost.sh 15:38:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3k5H 15:38:48 lxd 4.13 from Canonical* installed 15:38:48 + sudo lxd init --auto 15:38:56 + sudo snap install --classic snapcraft 15:39:04 snapcraft 4.6.2 from Canonical* installed 15:39:04 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 15:39:04 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 15:39:04 % Total % Received % Xferd Average Speed Time Time Time Current 15:39:04 Dload Upload Total Spent Left Speed 15:39:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4510 0 --:--:-- --:--:-- --:--:-- 4510 15:39:04 100 3325k 100 3325k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 10.8M 15:39:04 ./yq_linux_amd64 15:39:04 + sudo snapcraft prime --use-lxd 15:39:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:39:05 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: 15:39:05 - README.md 15:39:05 15:39:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:39:06 Launching a container. 15:39:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:39:21 Waiting for container to be ready 15:39:21 To start your first instance, try: lxc launch ubuntu:18.04 15:39:21 15:39:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:39:23 Waiting for network to be ready... 15:39:23 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:39:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:39:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 15:39:24 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:39:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:39:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:39:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:39:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:39:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:39:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:39:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:39:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 15:39:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:39:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:39:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 15:39:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 15:39:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 15:39:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 15:39:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:39:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 15:39:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 15:39:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:39:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:39:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 15:39:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 15:39:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 15:39:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 15:39:28 Fetched 24.4 MB in 5s (5358 kB/s) 15:39:28 Reading package lists... 15:39:28 Reading package lists... 15:39:29 Building dependency tree... 15:39:29 Reading state information... 15:39:29 The following additional packages will be installed: 15:39:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:39:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:39:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:39:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:39:29 Suggested packages: 15:39:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:39:29 Recommended packages: 15:39:29 gnupg libsasl2-modules 15:39:29 The following NEW packages will be installed: 15:39:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:39:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:39:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:39:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:39:29 The following packages will be upgraded: 15:39:29 gpg gpg-agent gpgconf libudev1 15:39:29 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 15:39:29 Need to get 3529 kB of archives. 15:39:29 After this operation, 13.3 MB of additional disk space will be used. 15:39:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 15:39:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:39:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:39:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:39:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:39:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 15:39:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:39:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:39:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 15:39:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 15:39:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 15:39:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:39:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:39:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:39:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:39:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:39:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:39:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:39:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:39:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:39:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:39:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 15:39:31 debconf: delaying package configuration, since apt-utils is not installed 15:39:31 Fetched 3529 kB in 2s (1669 kB/s) 15:39:31 (Reading database ... 12511 files and directories currently installed.) 15:39:31 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 15:39:31 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 15:39:31 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 15:39:31 Selecting previously unselected package udev. 15:39:31 (Reading database ... 12511 files and directories currently installed.) 15:39:31 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 15:39:31 Unpacking udev (237-3ubuntu10.46) ... 15:39:32 Selecting previously unselected package libfuse2:amd64. 15:39:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:39:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:39:32 Selecting previously unselected package fuse. 15:39:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:39:32 Unpacking fuse (2.9.7-1ubuntu1) ... 15:39:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 15:39:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:39:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 15:39:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:39:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 15:39:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:39:32 Selecting previously unselected package libksba8:amd64. 15:39:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:39:32 Unpacking libksba8:amd64 (1.3.5-2) ... 15:39:32 Selecting previously unselected package libroken18-heimdal:amd64. 15:39:33 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:39:33 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:39:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:39:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libwind0-heimdal:amd64. 15:39:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:39:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:39:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:39:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:39:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:39:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:33 Selecting previously unselected package libsasl2-modules-db:amd64. 15:39:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:39:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:39:34 Selecting previously unselected package libsasl2-2:amd64. 15:39:34 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:39:34 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:39:34 Selecting previously unselected package libldap-common. 15:39:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:39:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:39:34 Selecting previously unselected package libldap-2.4-2:amd64. 15:39:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:39:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:39:34 Selecting previously unselected package dirmngr. 15:39:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 15:39:34 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 15:39:34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:39:34 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 15:39:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:39:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:39:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:39:34 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 15:39:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:34 Setting up libksba8:amd64 (1.3.5-2) ... 15:39:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:39:34 Setting up udev (237-3ubuntu10.46) ... 15:39:35 invoke-rc.d: policy-rc.d denied execution of start. 15:39:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Processing triggers for systemd (237-3ubuntu10) ... 15:39:35 Setting up fuse (2.9.7-1ubuntu1) ... 15:39:35 Setting up gpg (2.2.4-1ubuntu1.4) ... 15:39:35 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:39:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:39:35 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 15:39:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:39:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:39:35 settings in the [Install] section, and DefaultInstance for template units). 15:39:35 This means they are not meant to be enabled using systemctl. 15:39:35 Possible reasons for having this kind of units are: 15:39:35 1) A unit may be statically enabled by being symlinked from another unit's 15:39:35 .wants/ or .requires/ directory. 15:39:35 2) A unit's purpose may be to act as a helper for some other unit which has 15:39:35 a requirement dependency on it. 15:39:35 3) A unit may be started when needed via activation (socket, path, timer, 15:39:35 D-Bus, udev, scripted systemctl call, ...). 15:39:35 4) In case of template units, the unit is meant to be enabled with some 15:39:35 instance name specified. 15:39:36 Reading package lists... 15:39:36 Building dependency tree... 15:39:36 Reading state information... 15:39:36 The following additional packages will be installed: 15:39:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:39:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:39:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:39:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:39:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:39:36 Suggested packages: 15:39:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:39:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:39:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:39:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:39:36 systemd-container policykit-1 15:39:36 Recommended packages: 15:39:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:39:36 The following NEW packages will be installed: 15:39:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:39:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:39:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:39:36 multiarch-support openssh-client python3 python3-minimal python3.6 15:39:36 python3.6-minimal snapd squashfs-tools sudo 15:39:36 The following packages will be upgraded: 15:39:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:39:36 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 15:39:36 Need to get 35.2 MB of archives. 15:39:36 After this operation, 141 MB of additional disk space will be used. 15:39:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 15:39:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 15:39:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 15:39:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 15:39:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:39:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 15:39:37 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 15:39:37 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 15:39:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:39:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:39:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:39:37 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:39:37 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:39:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:39:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:39:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 15:39:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:39:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 15:39:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:39:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:39:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:39:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:39:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:39:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:39:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:39:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:39:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:39:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:39:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:39:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:39:39 debconf: delaying package configuration, since apt-utils is not installed 15:39:39 Fetched 35.2 MB in 3s (13.0 MB/s) 15:39:39 (Reading database ... 12757 files and directories currently installed.) 15:39:39 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 15:39:39 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 15:39:40 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 15:39:40 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 15:39:40 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 15:39:40 (Reading database ... 12757 files and directories currently installed.) 15:39:40 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 15:39:40 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 15:39:40 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 15:39:41 (Reading database ... 12757 files and directories currently installed.) 15:39:41 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 15:39:41 Unpacking apt (1.6.13) over (1.6.1) ... 15:39:41 Setting up apt (1.6.13) ... 15:39:41 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:39:41 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:39:42 (Reading database ... 12764 files and directories currently installed.) 15:39:42 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:39:42 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:39:42 Selecting previously unselected package libpython3.6-minimal:amd64. 15:39:42 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:39:42 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:39:42 Selecting previously unselected package libexpat1:amd64. 15:39:42 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:39:42 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:39:42 Selecting previously unselected package python3.6-minimal. 15:39:42 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:39:42 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:39:42 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 15:39:42 Checking for services that may need to be restarted...done. 15:39:42 Checking for services that may need to be restarted...done. 15:39:43 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:39:43 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:39:43 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:39:43 Selecting previously unselected package python3-minimal. 15:39:43 (Reading database ... 13012 files and directories currently installed.) 15:39:43 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:39:43 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:39:43 Selecting previously unselected package mime-support. 15:39:43 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:39:43 Unpacking mime-support (3.60ubuntu1) ... 15:39:43 Selecting previously unselected package libmpdec2:amd64. 15:39:43 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:39:43 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:39:43 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:39:43 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:39:43 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:39:43 Selecting previously unselected package python3.6. 15:39:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:39:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:39:44 Selecting previously unselected package libpython3-stdlib:amd64. 15:39:44 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:39:44 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:39:44 Setting up python3-minimal (3.6.7-1~18.04) ... 15:39:44 Selecting previously unselected package python3. 15:39:44 (Reading database ... 13442 files and directories currently installed.) 15:39:44 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:39:44 Unpacking python3 (3.6.7-1~18.04) ... 15:39:44 Selecting previously unselected package multiarch-support. 15:39:44 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:39:44 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:39:44 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:39:44 Selecting previously unselected package liblzo2-2:amd64. 15:39:44 (Reading database ... 13479 files and directories currently installed.) 15:39:44 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:39:44 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:39:44 Selecting previously unselected package libbsd0:amd64. 15:39:44 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:39:44 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:39:44 Selecting previously unselected package sudo. 15:39:44 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:39:44 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:39:44 Selecting previously unselected package apparmor. 15:39:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:39:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:39:45 Selecting previously unselected package libedit2:amd64. 15:39:45 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:39:45 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:39:45 Selecting previously unselected package libkrb5support0:amd64. 15:39:45 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:39:45 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:39:45 Selecting previously unselected package libk5crypto3:amd64. 15:39:45 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:39:45 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:39:45 Selecting previously unselected package libkeyutils1:amd64. 15:39:45 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:39:45 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:39:45 Selecting previously unselected package libkrb5-3:amd64. 15:39:45 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:39:45 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:39:45 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:39:45 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:39:45 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:39:45 Selecting previously unselected package libssl1.0.0:amd64. 15:39:45 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:39:45 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:39:45 Selecting previously unselected package openssh-client. 15:39:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:39:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:39:46 Selecting previously unselected package squashfs-tools. 15:39:46 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:39:46 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:39:46 Selecting previously unselected package snapd. 15:39:46 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:39:46 Unpacking snapd (2.48.3+18.04) ... 15:39:48 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:39:48 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:39:48 Setting up mime-support (3.60ubuntu1) ... 15:39:48 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:39:48 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:39:48 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:39:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:39:48 Setting up systemd (237-3ubuntu10.46) ... 15:39:48 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:39:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:39:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:39:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:39:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:39:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:39:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:39:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:39:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:39:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:39:50 Setting up python3 (3.6.7-1~18.04) ... 15:39:50 running python rtupdate hooks for python3.6... 15:39:50 running python post-rtupdate hooks for python3.6... 15:39:50 Setting up apparmor (2.12-4ubuntu5.1) ... 15:39:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:39:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:39:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:39:52 Setting up snapd (2.48.3+18.04) ... 15:39:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:39:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:39:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:39:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:39:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:39:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:39:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:39:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:39:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:39:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:39:55 /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' 15:39:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:39:55 Processing triggers for systemd (237-3ubuntu10.46) ... 15:39:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:39:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:39:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:39:57 Reading package lists... 15:39:57 Reading package lists... 15:39:57 Building dependency tree... 15:39:57 Reading state information... 15:39:57 Calculating upgrade... 15:39:57 The following packages will be upgraded: 15:39:57 advancecomp base-files bash binutils binutils-common 15:39:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:39:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:39:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:39:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:39:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:39:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:39:57 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 15:39:57 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 15:39:57 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 15:39:57 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 15:39:57 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 15:39:57 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 15:39:57 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 15:39:57 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:39:57 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:39:57 Need to get 64.0 MB of archives. 15:39:57 After this operation, 5034 kB of additional disk space will be used. 15:39:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 15:39:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:39:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:39:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:39:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:39:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:39:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:39:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:39:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:39:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:39:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:39:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:39:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:39:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:39:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:39:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:39:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:39:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:39:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:39:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:39:57 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:39:57 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:39:57 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:39:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:39:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:39:57 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:39:57 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:39:57 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:39:57 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:39:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:39:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:39:58 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:39:58 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:39:58 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:39:58 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:39:58 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 15:39:58 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 15:39:58 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 15:39:58 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:39:58 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:39:58 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 15:39:58 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:39:58 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:39:58 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:39:58 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:39:58 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:39:58 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:39:58 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:39:58 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 15:39:58 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 15:39:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 15:39:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 15:39:58 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:39:58 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:39:58 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:39:58 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:39:58 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:39:58 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:39:58 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:39:58 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:39:58 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:39:58 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:39:58 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:39:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:39:58 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:39:58 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:39:58 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:39:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:39:59 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:39:59 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:39:59 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:39:59 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:39:59 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:39:59 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:39:59 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:39:59 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:39:59 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:39:59 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:39:59 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:39:59 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:39:59 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:39:59 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:39:59 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:39:59 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:39:59 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 15:39:59 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:39:59 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:39:59 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 15:39:59 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:39:59 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:39:59 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 15:39:59 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 15:39:59 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:39:59 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:39:59 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:39:59 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:39:59 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:39:59 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:39:59 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:40:00 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:40:00 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:40:00 debconf: delaying package configuration, since apt-utils is not installed 15:40:00 Fetched 64.0 MB in 2s (28.2 MB/s) 15:40:00 (Reading database ... 13912 files and directories currently installed.) 15:40:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:40:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:40:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 15:40:00 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 15:40:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:02 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:03 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:03 (Reading database ... 13911 files and directories currently installed.) 15:40:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:40:03 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:40:03 (Reading database ... 13911 files and directories currently installed.) 15:40:03 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:40:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:40:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:03 (Reading database ... 13911 files and directories currently installed.) 15:40:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:40:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:40:04 (Reading database ... 13911 files and directories currently installed.) 15:40:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:40:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:40:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:40:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:40:04 Setting up base-files (10.1ubuntu2.10) ... 15:40:05 Installing new version of config file /etc/issue ... 15:40:05 Installing new version of config file /etc/issue.net ... 15:40:05 Installing new version of config file /etc/lsb-release ... 15:40:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:40:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:40:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:40:05 Removing obsolete conffile /etc/default/motd-news ... 15:40:05 (Reading database ... 13912 files and directories currently installed.) 15:40:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:40:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:40:05 Setting up bash (4.4.18-2ubuntu1.2) ... 15:40:05 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 15:40:05 (Reading database ... 13912 files and directories currently installed.) 15:40:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:40:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:40:06 (Reading database ... 13912 files and directories currently installed.) 15:40:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:40:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:40:06 Setting up tar (1.29b-2ubuntu0.2) ... 15:40:06 (Reading database ... 13912 files and directories currently installed.) 15:40:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:40:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:40:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:40:06 (Reading database ... 13912 files and directories currently installed.) 15:40:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:07 (Reading database ... 13912 files and directories currently installed.) 15:40:07 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:07 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:40:07 (Reading database ... 13912 files and directories currently installed.) 15:40:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:40:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:40:07 Setting up grep (3.1-2build1) ... 15:40:07 (Reading database ... 13912 files and directories currently installed.) 15:40:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:40:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:40:07 Setting up login (1:4.5-1ubuntu2) ... 15:40:07 (Reading database ... 13912 files and directories currently installed.) 15:40:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:40:07 (Reading database ... 13912 files and directories currently installed.) 15:40:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:40:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:40:09 (Reading database ... 13912 files and directories currently installed.) 15:40:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:40:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:40:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:40:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:40:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:40:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:40:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:40:10 (Reading database ... 13912 files and directories currently installed.) 15:40:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:40:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:40:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:40:10 (Reading database ... 13912 files and directories currently installed.) 15:40:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:11 (Reading database ... 13912 files and directories currently installed.) 15:40:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:11 (Reading database ... 13912 files and directories currently installed.) 15:40:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:11 (Reading database ... 13912 files and directories currently installed.) 15:40:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:11 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:11 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:11 (Reading database ... 13912 files and directories currently installed.) 15:40:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:40:12 (Reading database ... 13912 files and directories currently installed.) 15:40:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:40:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:40:12 (Reading database ... 13912 files and directories currently installed.) 15:40:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:40:12 (Reading database ... 13912 files and directories currently installed.) 15:40:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:12 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:40:12 (Reading database ... 13912 files and directories currently installed.) 15:40:12 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:13 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:40:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:40:13 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:40:14 (Reading database ... 13912 files and directories currently installed.) 15:40:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:40:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:40:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:40:14 (Reading database ... 13912 files and directories currently installed.) 15:40:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:40:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:40:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:40:14 (Reading database ... 13914 files and directories currently installed.) 15:40:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:40:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:40:14 Setting up debconf (1.5.66ubuntu1) ... 15:40:15 (Reading database ... 13914 files and directories currently installed.) 15:40:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:40:15 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:40:15 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:40:15 (Reading database ... 13914 files and directories currently installed.) 15:40:15 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:40:15 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:40:15 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:40:15 (Reading database ... 13914 files and directories currently installed.) 15:40:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:16 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:16 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:16 (Reading database ... 13914 files and directories currently installed.) 15:40:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:16 (Reading database ... 13914 files and directories currently installed.) 15:40:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:40:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:17 (Reading database ... 13914 files and directories currently installed.) 15:40:17 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:40:17 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:40:17 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 15:40:17 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 15:40:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:17 (Reading database ... 13914 files and directories currently installed.) 15:40:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:40:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:40:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:40:17 (Reading database ... 13914 files and directories currently installed.) 15:40:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:40:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:40:18 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:40:18 (Reading database ... 13914 files and directories currently installed.) 15:40:18 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:40:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:40:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:40:18 (Reading database ... 13914 files and directories currently installed.) 15:40:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 15:40:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 15:40:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 15:40:18 (Reading database ... 13914 files and directories currently installed.) 15:40:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:40:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:40:19 Setting up passwd (1:4.5-1ubuntu2) ... 15:40:19 (Reading database ... 13914 files and directories currently installed.) 15:40:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 15:40:19 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:40:19 Setting up gpgv (2.2.4-1ubuntu1.4) ... 15:40:19 (Reading database ... 13914 files and directories currently installed.) 15:40:19 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 15:40:20 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 15:40:20 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 15:40:20 (Reading database ... 13914 files and directories currently installed.) 15:40:20 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 15:40:20 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 15:40:20 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 15:40:20 (Reading database ... 13914 files and directories currently installed.) 15:40:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:40:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:40:20 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:40:20 (Reading database ... 13914 files and directories currently installed.) 15:40:20 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:40:20 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:40:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:40:21 (Reading database ... 13914 files and directories currently installed.) 15:40:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:40:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:40:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:40:21 (Reading database ... 13914 files and directories currently installed.) 15:40:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:40:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:40:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:40:21 (Reading database ... 13914 files and directories currently installed.) 15:40:21 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 15:40:21 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 15:40:21 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 15:40:21 (Reading database ... 13914 files and directories currently installed.) 15:40:21 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 15:40:21 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 15:40:21 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 15:40:21 (Reading database ... 13915 files and directories currently installed.) 15:40:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:40:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:40:21 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:40:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:40:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 15:40:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 15:40:22 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:40:22 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:40:22 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:40:22 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:40:22 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:40:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:40:22 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:40:22 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:40:22 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:40:22 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:40:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:40:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:40:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:40:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:40:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:40:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:40:25 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:40:25 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:40:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:40:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:40:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:40:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:40:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:40:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:40:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:40:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:40:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:40:26 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:40:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:40:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:40:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:27 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:40:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:40:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:40:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:40:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:40:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:40:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:40:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:40:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:40:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:40:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:40:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:40:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:40:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:40:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:40:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:40:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:40:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:40:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:40:33 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:40:33 15:40:33 Current default time zone: 'Etc/UTC' 15:40:33 Local time is now: Tue Apr 20 15:40:32 UTC 2021. 15:40:33 Universal Time is now: Tue Apr 20 15:40:32 UTC 2021. 15:40:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:40:33 15:40:33 Setting up systemd-sysv (237-3ubuntu10.46) ... 15:40:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:33 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 15:40:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:40:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:40:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:40:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:40:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:40:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:40:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:40:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:40:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 15:40:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:34 Setting up patch (2.7.6-2ubuntu1.1) ... 15:40:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:40:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:40:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 15:40:34 Installing new version of config file /etc/ssl/openssl.cnf ... 15:40:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:40:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:40:34 Setting up ca-certificates (20210119~18.04.1) ... 15:40:36 Updating certificates in /etc/ssl/certs... 15:40:36 23 added, 27 removed; done. 15:40:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:40:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:40:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:40:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:40:36 Setting up pkgbinarymangler (138.18.04.1) ... 15:40:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 15:40:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up perl (5.26.1-6ubuntu0.5) ... 15:40:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 15:40:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:40:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:40:37 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 15:40:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:40:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:40:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:40:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:40:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:40:37 Processing triggers for systemd (237-3ubuntu10.46) ... 15:40:37 Processing triggers for mime-support (3.60ubuntu1) ... 15:40:37 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:40:37 Updating certificates in /etc/ssl/certs... 15:40:38 0 added, 0 removed; done. 15:40:38 Running hooks in /etc/ca-certificates/update.d... 15:40:38 done. 15:40:38 Reading package lists... 15:40:38 Building dependency tree... 15:40:38 Reading state information... 15:40:39 The following NEW packages will be installed: 15:40:39 apt-transport-https 15:40:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:40:39 Need to get 1692 B of archives. 15:40:39 After this operation, 154 kB of additional disk space will be used. 15:40:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 15:40:39 debconf: delaying package configuration, since apt-utils is not installed 15:40:39 Fetched 1692 B in 0s (8658 B/s) 15:40:39 Selecting previously unselected package apt-transport-https. 15:40:39 (Reading database ... 13920 files and directories currently installed.) 15:40:39 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 15:40:39 Unpacking apt-transport-https (1.6.13) ... 15:40:39 Setting up apt-transport-https (1.6.13) ... 15:40:39 Waiting for network to be ready... 15:40:46 2021-04-20T15:40:42Z INFO Waiting for automatic snapd restart... 15:40:46 snapd 2.49.2 from Canonical* installed 15:40:46 "snapd" switched to the "latest/stable" channel 15:40:46 15:40:50 core18 20210309 from Canonical* installed 15:40:50 "core18" switched to the "latest/stable" channel 15:40:50 15:40:50 lf-activate-venv(): INFO: Adding /tmp/venv-3k5H/bin to PATH 15:40:50 INFO: No Stack... 15:40:50 INFO: Retrieving Pricing Info for: lf-standard-4 15:40:50 INFO: Archiving Costs [Pipeline] sh 15:40:51 + + cat /w/workspace/edgex-go/3/archives/cost.csv 15:40:51 cut -d, -f6 [Pipeline] lock 15:40:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] 15:40:51 Resource [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] did not exist. Created. 15:40:51 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:40:51 + echo total: 0.20999999344348907 [Pipeline] stash 15:40:51 Stashed 1 file(s) [Pipeline] } 15:40:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:40:52 snapcraft 4.6.2 from Canonical* installed 15:40:53 "snapcraft" switched to the "latest/stable" channel 15:40:53 15:40:56 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: 15:40:56 - README.md 15:40:56 15:40:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:41:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:41:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:41:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:41:04 Reading package lists... 15:41:04 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:41:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:11 Reading package lists... 15:41:11 Building dependency tree... 15:41:11 Reading state information... 15:41:11 Suggested packages: 15:41:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:41:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:41:11 Recommended packages: 15:41:11 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:41:11 The following NEW packages will be installed: 15:41:11 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:41:11 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:41:11 pkg-config zip 15:41:11 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:41:11 Need to get 7663 kB of archives. 15:41:11 After this operation, 43.8 MB of additional disk space will be used. 15:41:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 15:41:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 15:41:11 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:41:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 15:41:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 15:41:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:41:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:41:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:41:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:41:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:41:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:41:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:41:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:41:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:41:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:41:11 debconf: delaying package configuration, since apt-utils is not installed 15:41:11 Fetched 7663 kB in 1s (10.5 MB/s) 15:41:11 Selecting previously unselected package libglib2.0-0:amd64. 15:41:11 (Reading database ... 13924 files and directories currently installed.) 15:41:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 15:41:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:41:12 Selecting previously unselected package libpsl5:amd64. 15:41:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:41:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:41:12 Selecting previously unselected package libnghttp2-14:amd64. 15:41:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:41:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:41:12 Selecting previously unselected package librtmp1:amd64. 15:41:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:41:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:41:12 Selecting previously unselected package libcurl3-gnutls:amd64. 15:41:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 15:41:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:41:12 Selecting previously unselected package liberror-perl. 15:41:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:41:12 Unpacking liberror-perl (0.17025-1) ... 15:41:12 Selecting previously unselected package git-man. 15:41:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 15:41:12 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 15:41:12 Selecting previously unselected package git. 15:41:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 15:41:12 Unpacking git (1:2.17.1-1ubuntu0.8) ... 15:41:13 Selecting previously unselected package libnorm1:amd64. 15:41:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:41:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:41:13 Selecting previously unselected package libpgm-5.2-0:amd64. 15:41:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:41:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:41:13 Selecting previously unselected package libsodium23:amd64. 15:41:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:41:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:41:13 Selecting previously unselected package libzmq5:amd64. 15:41:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:41:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:41:13 Selecting previously unselected package libzmq3-dev:amd64. 15:41:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:41:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:41:13 Selecting previously unselected package pkg-config. 15:41:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:41:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:41:13 Selecting previously unselected package zip. 15:41:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:41:13 Unpacking zip (3.0-11build1) ... 15:41:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:41:13 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 15:41:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:41:13 Setting up liberror-perl (0.17025-1) ... 15:41:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:41:13 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 15:41:14 No schema files found: doing nothing. 15:41:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:41:14 Setting up zip (3.0-11build1) ... 15:41:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:41:14 Setting up libsodium23:amd64 (1.0.16-2) ... 15:41:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:41:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:41:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 15:41:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:41:14 Setting up git (1:2.17.1-1ubuntu0.8) ... 15:41:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:41:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:21 git set to automatically installed. 15:41:21 git-man set to automatically installed. 15:41:21 libcurl3-gnutls set to automatically installed. 15:41:21 liberror-perl set to automatically installed. 15:41:21 libglib2.0-0 set to automatically installed. 15:41:21 libnghttp2-14 set to automatically installed. 15:41:21 libnorm1 set to automatically installed. 15:41:21 libpgm-5.2-0 set to automatically installed. 15:41:21 libpsl5 set to automatically installed. 15:41:21 librtmp1 set to automatically installed. 15:41:21 libsodium23 set to automatically installed. 15:41:21 libzmq3-dev set to automatically installed. 15:41:21 libzmq5 set to automatically installed. 15:41:21 pkg-config set to automatically installed. 15:41:21 zip set to automatically installed. 15:41:23 snapd is not logged in, snap install commands will use sudo 15:41:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:42 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 15:41:42 snapd is not logged in, snap install commands will use sudo 15:41:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:41:49 snap "core18" has no updates available 15:41:49 Pulling go-build-helper 15:41:49 + snapcraftctl pull 15:41:50 'app-service-config' has dependencies that need to be staged: go-build-helper 15:41:50 Skipping pull go-build-helper (already ran) 15:41:50 Building go-build-helper 15:41:50 + snapcraftctl build 15:41:52 Staging go-build-helper 15:41:52 + snapcraftctl stage 15:42:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:42:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:42:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 15:42:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 15:42:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:42:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:42:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 15:42:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 15:42:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 15:42:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 15:42:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:42:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:42:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:42:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:42:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:42:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:42:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:42:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:42:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:42:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 15:42:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 15:42:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:42:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:42:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 15:42:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 15:42:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 15:42:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 15:42:02 Fetched 24.4 MB in 0s (0 B/s) 15:42:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:42:02 Fetched 224 kB in 0s (0 B/s) 15:42:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:42:02 Fetched 157 kB in 0s (0 B/s) 15:42:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:42:02 Fetched 221 kB in 0s (0 B/s) 15:42:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:42:02 Fetched 143 kB in 0s (0 B/s) 15:42:02 Pulling app-service-config 15:42:02 + snapcraftctl pull 15:42:02 Cloning into '/root/parts/app-service-config/src'... 15:42:03 Pulling config-common 15:42:03 + snapcraftctl pull 15:42:07 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:42:07 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:42:07 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:42:07 Fetched 0 B in 0s (0 B/s) 15:42:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:42:07 Fetched 0 B in 0s (0 B/s) 15:42:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:42:07 Fetched 0 B in 0s (0 B/s) 15:42:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:42:07 Fetched 0 B in 0s (0 B/s) 15:42:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:42:07 Fetched 0 B in 0s (0 B/s) 15:42:07 Pulling edgex-go 15:42:07 + snapcraftctl pull 15:42:29 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:42:29 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:42:29 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:42:29 Fetched 0 B in 0s (0 B/s) 15:42:29 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:42:29 Fetched 96.5 kB in 0s (0 B/s) 15:42:29 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:42:29 Fetched 279 kB in 0s (0 B/s) 15:42:29 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:42:29 Fetched 122 kB in 0s (0 B/s) 15:42:29 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:42:29 Fetched 77.8 kB in 0s (0 B/s) 15:42:29 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:42:29 Fetched 8848 B in 0s (0 B/s) 15:42:29 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:42:29 Fetched 47.8 kB in 0s (0 B/s) 15:42:29 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:42:29 Fetched 45.6 kB in 0s (0 B/s) 15:42:29 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:42:29 Fetched 15.0 kB in 0s (0 B/s) 15:42:29 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 15:42:29 Fetched 219 kB in 0s (0 B/s) 15:42:29 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:42:29 Fetched 154 kB in 0s (0 B/s) 15:42:29 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:42:29 Fetched 50.6 kB in 0s (0 B/s) 15:42:29 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:42:29 Fetched 14.8 kB in 0s (0 B/s) 15:42:29 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:42:29 Fetched 41.8 kB in 0s (0 B/s) 15:42:29 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:42:29 Fetched 499 kB in 0s (0 B/s) 15:42:29 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:42:29 Fetched 111 kB in 0s (0 B/s) 15:42:29 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:42:29 Fetched 240 kB in 0s (0 B/s) 15:42:29 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:42:29 Fetched 29.3 kB in 0s (0 B/s) 15:42:29 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:42:29 Fetched 85.5 kB in 0s (0 B/s) 15:42:29 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:42:29 Fetched 24.5 kB in 0s (0 B/s) 15:42:29 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:42:29 Fetched 49.2 kB in 0s (0 B/s) 15:42:29 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:42:29 Fetched 54.2 kB in 0s (0 B/s) 15:42:29 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:42:29 Fetched 30.8 kB in 0s (0 B/s) 15:42:29 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:42:29 Fetched 15.8 kB in 0s (0 B/s) 15:42:29 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:42:29 Fetched 85.9 kB in 0s (0 B/s) 15:42:29 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:42:29 Fetched 8720 B in 0s (0 B/s) 15:42:29 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 15:42:29 Fetched 137 kB in 0s (0 B/s) 15:42:29 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:42:29 Fetched 119 kB in 0s (0 B/s) 15:42:29 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 15:42:29 Fetched 110 kB in 0s (0 B/s) 15:42:29 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:42:29 Fetched 11.1 kB in 0s (0 B/s) 15:42:29 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:42:29 Fetched 645 kB in 0s (0 B/s) 15:42:29 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:42:29 Fetched 41.3 kB in 0s (0 B/s) 15:42:29 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:42:29 Fetched 17.9 kB in 0s (0 B/s) 15:42:29 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:42:29 Fetched 368 kB in 0s (0 B/s) 15:42:29 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:42:29 Fetched 187 kB in 0s (0 B/s) 15:42:29 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:42:29 Fetched 175 kB in 0s (0 B/s) 15:42:29 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:42:29 Fetched 206 kB in 0s (0 B/s) 15:42:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 15:42:29 Fetched 1301 kB in 0s (0 B/s) 15:42:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:42:29 Fetched 36.2 kB in 0s (0 B/s) 15:42:29 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 15:42:29 Fetched 159 kB in 0s (0 B/s) 15:42:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:42:29 Fetched 107 kB in 0s (0 B/s) 15:42:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:42:29 Fetched 48.7 kB in 0s (0 B/s) 15:42:29 Pulling static-packages 15:42:29 + snapcraftctl pull 15:42:29 Pulling version 15:42:29 + cd /root/project 15:42:29 + [ -f VERSION ] 15:42:29 + PROJECT_VERSION=local-dev 15:42:29 + git rev-parse --short HEAD 15:42:29 + GIT_REVISION=fcb46337 15:42:29 + snapcraftctl set-version local-dev 15:42:30 Skipping build go-build-helper (already ran) 15:42:30 Building app-service-config 15:42:30 + make build 15:42:30 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:42:32 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 15:42:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 15:42:32 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 15:42:32 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 15:42:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 15:42:32 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 15:42:32 go: downloading github.com/gorilla/mux v1.8.0 15:42:32 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 15:42:32 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:42:32 go: downloading github.com/google/uuid v1.2.0 15:42:32 go: downloading github.com/go-kit/kit v0.8.0 15:42:32 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:42:32 go: downloading github.com/x448/float16 v0.8.4 15:42:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 15:42:32 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 15:42:32 go: downloading github.com/mitchellh/copystructure v1.0.0 15:42:32 go: downloading github.com/gorilla/websocket v1.4.2 15:42:32 go: downloading github.com/BurntSushi/toml v0.3.1 15:42:32 go: downloading github.com/go-playground/validator/v10 v10.4.1 15:42:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:42:33 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:42:33 go: downloading github.com/pelletier/go-toml v1.2.0 15:42:33 go: downloading github.com/go-playground/universal-translator v0.17.0 15:42:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:42:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:42:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:42:33 go: downloading github.com/go-playground/locales v0.13.0 15:42:33 go: downloading github.com/hashicorp/consul/api v1.8.1 15:42:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:42:33 go: downloading github.com/hashicorp/serf v0.9.5 15:42:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:42:33 go: downloading github.com/leodido/go-urn v1.2.0 15:42:33 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:42:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:42:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:42:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:42:33 go: downloading github.com/pebbe/zmq4 v1.2.7 15:42:33 go: downloading github.com/fatih/color v1.9.0 15:42:33 go: downloading github.com/mattn/go-isatty v0.0.12 15:42:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:42:33 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 15:42:33 go: downloading github.com/mattn/go-colorable v0.1.6 15:42:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:42:34 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:42:34 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:42:44 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 15:42:44 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 15:42:44 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 15:42:44 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 15:42:44 Building config-common 15:42:44 + snapcraftctl build 15:42:46 Building edgex-go 15:42:46 + cd /root/parts/edgex-go/src 15:42:46 + make build 15:42:46 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 15:42:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 15:42:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 15:42:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 15:42:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:42:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 15:42:46 go: downloading github.com/pelletier/go-toml v1.9.0 15:42:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.15 15:42:47 go: downloading github.com/go-playground/validator/v10 v10.5.0 15:42:47 go: downloading github.com/imdario/mergo v0.3.12 15:42:47 go: downloading github.com/pkg/errors v0.8.1 15:42:47 go: downloading golang.org/x/text v0.3.2 15:42:52 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 15:42:52 go: downloading gopkg.in/yaml.v2 v2.4.0 15:42:56 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 15:42:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:43:00 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 15:43:00 go: downloading github.com/stretchr/testify v1.7.0 15:43:00 go: downloading github.com/pmezard/go-difflib v1.0.0 15:43:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:43:00 go: downloading github.com/davecgh/go-spew v1.1.1 15:43:02 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 15:43:02 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:43:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:43:04 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 15:43:05 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 15:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:43:07 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 15:43:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:43:08 go: downloading github.com/lib/pq v1.9.0 15:43:10 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:43:10 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:43:10 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:43:10 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:43:10 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:43:10 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:43:10 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:43:10 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:43:10 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:43:10 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:43:10 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:43:10 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:43:10 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:43:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:43:10 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:43:10 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:43:10 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:43:10 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 15:43:10 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:43:10 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:43:10 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 15:43:10 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:43:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:43:10 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:43:10 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:43:10 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:43:13 Building static-packages 15:43:13 + snapcraftctl build 15:43:15 Building version 15:43:15 + snapcraftctl build 15:43:17 Skipping stage go-build-helper (already ran) 15:43:17 Staging app-service-config 15:43:17 + snapcraftctl stage 15:43:18 Staging config-common 15:43:18 + snapcraftctl stage 15:43:19 Staging edgex-go 15:43:19 + snapcraftctl stage 15:43:20 Staging static-packages 15:43:20 + snapcraftctl stage 15:43:21 Staging version 15:43:21 + snapcraftctl stage 15:43:22 Priming go-build-helper 15:43:22 + snapcraftctl prime 15:43:23 Priming app-service-config 15:43:23 + snapcraftctl prime 15:43:24 Priming config-common 15:43:24 + snapcraftctl prime 15:43:25 Priming edgex-go 15:43:25 + snapcraftctl prime 15:43:26 Priming static-packages 15:43:26 + snapcraftctl prime 15:43:29 Priming version 15:43:29 + snapcraftctl prime 15:43:29 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:43:31 provisioning config files... 15:43:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config9167300197565860321tmp [Pipeline] { [Pipeline] sh 15:43:32 + set +x 15:43:32 + curl -s https://codecov.io/bash 15:43:32 + bash -s -- 15:43:33 15:43:33 _____ _ 15:43:33 / ____| | | 15:43:33 | | ___ __| | ___ ___ _____ __ 15:43:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:43:33 | |___| (_) | (_| | __/ (_| (_) \ V / 15:43:33 \_____\___/ \__,_|\___|\___\___/ \_/ 15:43:33 Bash-1.0.2 15:43:33 15:43:33 15:43:33 ==> git version 2.24.3 found 15:43:33 ==> 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 15:43:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:43:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:43:33 ==> Jenkins CI detected. 15:43:33 project root: . 15:43:33 --> token set from env 15:43:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:43:33 ==> Running gcov in . (disable via -X gcov) 15:43:33 ==> Python coveragepy not found 15:43:33 ==> Searching for coverage reports in: 15:43:33 + . 15:43:34 -> Found 1 reports 15:43:34 ==> Detecting git/mercurial file structure 15:43:34 ==> Reading reports 15:43:34 + ./coverage.out bytes=703598 15:43:34 ==> Appending adjustments 15:43:34 https://docs.codecov.io/docs/fixing-reports 15:43:44 + Found adjustments 15:43:44 ==> Gzipping contents 15:43:44 100K /tmp/codecov.TR8COd.gz 15:43:44 ==> Uploading reports 15:43:44 url: https://codecov.io 15:43:44 query: branch=PR-3387&commit=fcb463379cb20344b4af5188c99e81291b015a70&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= 15:43:44 -> Pinging Codecov 15:43:44 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3387&commit=fcb463379cb20344b4af5188c99e81291b015a70&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= 15:43:44 -> Uploading to 15:43:44 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/fcb463379cb20344b4af5188c99e81291b015a70/fe675179-06df-4f36-a54c-201aad58a3fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T154343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d4e1e79930a33cf1027603f058f3f9daeba36d6bbfc769d8528eeace9e3e23c 15:43:44 % Total % Received % Xferd Average Speed Time Time Time Current 15:43:44 Dload Upload Total Spent Left Speed 15:43:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 147k --:--:-- --:--:-- --:--:-- 147k 100 98k 0 0 100 98k 0 147k --:--:-- --:--:-- --:--:-- 147k 15:43:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fcb463379cb20344b4af5188c99e81291b015a70 [Pipeline] } 15:43:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:43:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:43:47 ---> package-listing.sh 15:43:47 ++ facter osfamily 15:43:47 ++ tr '[:upper:]' '[:lower:]' 15:43:48 + OS_FAMILY=redhat 15:43:48 + workspace=/w/workspace/edgex-go/3 15:43:48 + START_PACKAGES=/tmp/packages_start.txt 15:43:48 + END_PACKAGES=/tmp/packages_end.txt 15:43:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:43:48 + PACKAGES=/tmp/packages_start.txt 15:43:48 + '[' /w/workspace/edgex-go/3 ']' 15:43:48 + PACKAGES=/tmp/packages_end.txt 15:43:48 + case "${OS_FAMILY}" in 15:43:48 + rpm -qa 15:43:48 + sort 15:44:01 + '[' -f /tmp/packages_start.txt ']' 15:44:01 + '[' -f /tmp/packages_end.txt ']' 15:44:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:44:01 + '[' /w/workspace/edgex-go/3 ']' 15:44:01 + mkdir -p /w/workspace/edgex-go/3/archives/ 15:44:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 15:44:01 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:44:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:44:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:02 15:44:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:44:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:03 alpine: Pulling from edgex-lftools-log-publisher 15:44:03 df20fa9351a1: Pulling fs layer 15:44:03 36b3adc4ff6f: Pulling fs layer 15:44:03 8ad3a11d3b57: Pulling fs layer 15:44:03 46f8f816bc3b: Pulling fs layer 15:44:03 93b61091891f: Pulling fs layer 15:44:03 93b9cdb0e59b: Pulling fs layer 15:44:03 5e14af77c1be: Pulling fs layer 15:44:03 01666e4c0597: Pulling fs layer 15:44:03 aa168da1d23b: Pulling fs layer 15:44:03 01666e4c0597: Waiting 15:44:03 93b9cdb0e59b: Waiting 15:44:03 5e14af77c1be: Waiting 15:44:03 46f8f816bc3b: Waiting 15:44:03 aa168da1d23b: Waiting 15:44:03 93b61091891f: Waiting 15:44:03 36b3adc4ff6f: Verifying Checksum 15:44:03 36b3adc4ff6f: Download complete 15:44:03 46f8f816bc3b: Verifying Checksum 15:44:03 46f8f816bc3b: Download complete 15:44:03 df20fa9351a1: Verifying Checksum 15:44:03 df20fa9351a1: Download complete 15:44:03 93b9cdb0e59b: Verifying Checksum 15:44:03 93b9cdb0e59b: Download complete 15:44:03 93b61091891f: Verifying Checksum 15:44:03 93b61091891f: Download complete 15:44:03 5e14af77c1be: Verifying Checksum 15:44:03 5e14af77c1be: Download complete 15:44:03 01666e4c0597: Verifying Checksum 15:44:03 01666e4c0597: Download complete 15:44:04 8ad3a11d3b57: Verifying Checksum 15:44:04 8ad3a11d3b57: Download complete 15:44:04 df20fa9351a1: Pull complete 15:44:05 36b3adc4ff6f: Pull complete 15:44:07 8ad3a11d3b57: Pull complete 15:44:07 46f8f816bc3b: Pull complete 15:44:08 aa168da1d23b: Verifying Checksum 15:44:08 aa168da1d23b: Download complete 15:44:10 93b61091891f: Pull complete 15:44:10 93b9cdb0e59b: Pull complete 15:44:10 5e14af77c1be: Pull complete 15:44:11 01666e4c0597: Pull complete 15:44:33 aa168da1d23b: Pull complete 15:44:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:44:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:44:34 prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container 15:44:34 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:44:39 $ docker top c6ba10151fd510ec7c52430fe7749d764022adfedb41c300f416eb7200651c34 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:40 + touch /tmp/pre-build-complete [Pipeline] sh 15:44:42 + mkdir -p /var/log/sa [Pipeline] sh 15:44:42 + ls /var/log/sa-host 15:44:42 + sadf -c /var/log/sa-host/sa20 15:44:42 file_magic: OK 15:44:42 HZ: Using current value: 100 15:44:42 file_header: OK 15:44:42 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 15:44:42 Statistics: 15:44:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:44:42 File successfully converted to sysstat format version 12.2.1 15:44:42 + sadf -c /var/log/sa-host/sa23 15:44:42 file_magic: OK 15:44:42 HZ: Using current value: 100 15:44:42 file_header: OK 15:44:42 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 15:44:42 Statistics: 15:44:42 Hnuu...uuuununununu... 15:44:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:44:43 provisioning config files... 15:44:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3000693636633971872tmp [Pipeline] { [Pipeline] echo 15:44:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:44:43 ---> create-netrc.sh [Pipeline] } 15:44:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:44:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:44:44 ---> python-tools-install.sh [Pipeline] echo 15:44:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:44:44 ---> sudo-logs.sh 15:44:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:44:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:44:45 ---> job-cost.sh 15:44:45 lf-activate-venv: SKIPPING 15:44:45 DEBUG: total: 0.20999999344348907 15:44:45 INFO: Retrieving Stack Cost... 15:44:46 INFO: Retrieving Pricing Info for: v1-standard-2 15:44:46 INFO: Archiving Costs [Pipeline] echo 15:44:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:44:47 ---> logs-deploy.sh 15:44:47 lf-activate-venv: SKIPPING 15:44:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3387/3 15:44:47 INFO: archiving workspace using pattern(s): 15:44:49 Archives upload complete. 15:44:49 INFO: archiving logs to Nexus 15:44:52 ---> uname -a: 15:44:52 Linux prd-centos7-docker-4c-2g-1169.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:44:52 15:44:52 15:44:52 ---> lscpu: 15:44:52 Architecture: x86_64 15:44:52 CPU op-mode(s): 32-bit, 64-bit 15:44:52 Byte Order: Little Endian 15:44:52 Address sizes: 40 bits physical, 48 bits virtual 15:44:52 CPU(s): 4 15:44:52 On-line CPU(s) list: 0-3 15:44:52 Thread(s) per core: 1 15:44:52 Core(s) per socket: 1 15:44:52 Socket(s): 4 15:44:52 NUMA node(s): 1 15:44:52 Vendor ID: GenuineIntel 15:44:52 CPU family: 6 15:44:52 Model: 44 15:44:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:44:52 Stepping: 1 15:44:52 CPU MHz: 2933.438 15:44:52 BogoMIPS: 5866.87 15:44:52 Virtualization: VT-x 15:44:52 Hypervisor vendor: KVM 15:44:52 Virtualization type: full 15:44:52 L1d cache: 128 KiB 15:44:52 L1i cache: 128 KiB 15:44:52 L2 cache: 16 MiB 15:44:52 L3 cache: 64 MiB 15:44:52 NUMA node0 CPU(s): 0-3 15:44:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:44:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:44:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:44:52 Vulnerability Meltdown: Mitigation; PTI 15:44:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:44:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:44:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:44:52 Vulnerability Srbds: Not affected 15:44:52 Vulnerability Tsx async abort: Not affected 15:44:52 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 15:44:52 15:44:52 15:44:52 ---> nproc: 15:44:52 4 15:44:52 15:44:52 15:44:52 ---> df -h: 15:44:52 Filesystem Size Used Available Use% Mounted on 15:44:52 overlay 50.0G 11.8G 38.2G 24% / 15:44:52 tmpfs 64.0M 0 64.0M 0% /dev 15:44:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:44:52 shm 64.0M 0 64.0M 0% /dev/shm 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 15:44:52 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 15:44:52 15:44:52 15:44:52 ---> free -m: 15:44:52 total used free shared buff/cache available 15:44:52 Mem: 1837 723 132 0 981 1030 15:44:52 Swap: 1023 68 955 15:44:52 15:44:52 15:44:52 ---> ip addr: 15:44:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:44:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:44:52 inet 127.0.0.1/8 scope host lo 15:44:52 valid_lft forever preferred_lft forever 15:44:52 inet6 ::1/128 scope host 15:44:52 valid_lft forever preferred_lft forever 15:44:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:44:52 link/ether fa:16:3e:e7:d8:0f brd ff:ff:ff:ff:ff:ff 15:44:52 inet 10.30.123.49/23 brd 10.30.123.255 scope global dynamic eth0 15:44:52 valid_lft 84587sec preferred_lft 84587sec 15:44:52 inet6 fe80::f816:3eff:fee7:d80f/64 scope link 15:44:52 valid_lft forever preferred_lft forever 15:44:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:44:52 link/ether 02:42:a9:75:2b:5b brd ff:ff:ff:ff:ff:ff 15:44:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:44:52 valid_lft forever preferred_lft forever 15:44:52 inet6 fe80::42:a9ff:fe75:2b5b/64 scope link 15:44:52 valid_lft forever preferred_lft forever 15:44:52 15:44:52 15:44:52 ---> sar -b -r -n DEV: 15:44:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 15:44:52 15:44:52 15:14:22 LINUX RESTART (4 CPU) 15:44:52 15:44:52 15:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:44:52 15:16:01 124.32 72.64 51.68 0.00 4752.97 36608.15 0.00 15:44:52 15:17:01 50.91 13.76 37.15 0.00 4831.83 7949.12 0.00 15:44:52 15:18:01 76.63 53.45 23.19 0.00 4113.38 12597.07 0.00 15:44:52 15:19:02 162.63 65.28 97.35 0.00 3854.44 34008.01 0.00 15:44:52 15:20:01 159.01 34.18 124.83 0.00 2033.36 15358.31 0.00 15:44:52 15:21:02 104.03 66.71 37.32 0.00 1970.56 3726.95 0.00 15:44:52 15:22:01 88.97 28.99 59.98 0.00 1179.49 6747.70 0.00 15:44:52 15:23:02 26.14 3.63 22.51 0.00 90.32 2353.68 0.00 15:44:52 15:24:01 79.59 42.63 36.96 0.00 1515.01 2861.61 0.00 15:44:52 15:25:01 67.24 26.66 40.58 0.00 1549.70 2764.03 0.00 15:44:52 15:26:01 12.79 0.00 12.79 0.00 0.00 3105.07 0.00 15:44:52 15:27:03 161.76 31.95 129.81 0.00 11252.27 66313.07 0.00 15:44:52 15:28:10 737.95 606.33 131.62 0.00 73233.60 90999.74 0.00 15:44:52 15:29:03 1313.80 1116.64 197.16 0.00 83172.47 85205.07 0.00 15:44:52 15:30:02 1473.40 1346.69 126.71 0.00 71073.93 78929.90 0.00 15:44:52 15:31:02 212.27 148.59 63.68 0.00 9875.18 8401.75 0.00 15:44:52 15:32:02 228.93 83.52 145.41 0.00 12247.67 22241.78 0.00 15:44:52 15:33:04 363.21 153.26 209.95 0.00 50928.13 90486.61 0.00 15:44:52 15:34:03 619.14 507.16 111.98 0.00 49223.16 48977.84 0.00 15:44:52 15:35:02 646.81 519.60 127.21 0.00 33358.56 35031.06 0.00 15:44:52 15:36:01 146.67 34.45 112.22 0.00 1678.42 19166.49 0.00 15:44:52 15:37:01 81.90 10.43 71.47 0.00 2966.33 8034.08 0.00 15:44:52 15:38:01 1.53 0.02 1.51 0.00 0.53 20.89 0.00 15:44:52 15:39:01 0.65 0.02 0.63 0.00 0.53 6.59 0.00 15:44:52 15:40:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 15:44:52 15:41:01 0.32 0.00 0.32 0.00 0.00 3.55 0.00 15:44:52 15:42:02 0.27 0.00 0.27 0.00 0.00 2.74 0.00 15:44:52 15:43:01 0.29 0.00 0.29 0.00 0.00 3.18 0.00 15:44:52 15:44:01 68.37 67.87 0.50 0.00 5502.18 37.76 0.00 15:44:52 Average: 238.44 170.55 67.88 0.00 14780.50 23601.04 0.00 15:44:52 15:44:52 15:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:44:52 15:16:01 70396 0 559680 29.75 2620 1248848 1108636 37.84 426128 1187388 76236 15:44:52 15:17:01 66356 0 656508 34.89 2620 1156060 1360960 46.45 550304 1057716 79884 15:44:52 15:18:01 138984 0 699016 37.15 2620 1040924 1595888 54.47 665520 869740 55392 15:44:52 15:19:02 81936 0 744336 39.56 2068 1053204 1519960 51.87 608196 948384 34960 15:44:52 15:20:01 324160 0 703596 37.39 1492 852296 1126572 38.45 447500 838744 16 15:44:52 15:21:02 153048 0 787192 41.84 1436 939868 1651112 56.35 594996 853996 64920 15:44:52 15:22:01 177080 0 900196 47.84 428 803840 1838560 62.75 724312 694716 64940 15:44:52 15:23:02 196876 0 842912 44.80 428 841328 1763812 60.20 696980 702204 38828 15:44:52 15:24:01 288732 0 778752 41.39 428 813632 1765792 60.26 588864 713456 60148 15:44:52 15:25:01 245640 0 779284 41.42 428 856192 1647164 56.21 610984 731088 47608 15:44:52 15:26:01 145360 0 770272 40.94 428 965484 1536512 52.44 617736 822252 67724 15:44:52 15:27:03 73976 0 731224 38.86 120 1076224 1273872 43.48 712820 836712 75720 15:44:52 15:28:10 555860 0 692228 36.79 0 633456 1279840 43.68 483544 620860 0 15:44:52 15:29:03 73252 0 854824 45.43 0 953468 2381504 81.28 768288 820080 52168 15:44:52 15:30:02 74908 0 878856 46.71 0 927780 2373080 80.99 765860 803792 26576 15:44:52 15:31:02 67276 0 1525708 81.09 0 288560 3626784 123.78 841408 698548 3264 15:44:52 15:32:02 500236 0 756864 40.23 0 624444 1562892 53.34 438852 688864 0 15:44:52 15:33:04 72424 0 796104 42.31 0 1013016 2144556 73.19 751588 842044 42320 15:44:52 15:34:03 158056 0 977524 51.95 0 745964 2685796 91.66 682852 789128 34612 15:44:52 15:35:02 105416 0 756600 40.21 0 1019528 1873828 63.95 601976 932264 884 15:44:52 15:36:01 143668 0 712708 37.88 0 1025168 1552636 52.99 536880 959132 36020 15:44:52 15:37:01 147116 0 657364 34.94 0 1077064 1316292 44.92 493796 991208 20 15:44:52 15:38:01 155260 0 649216 34.50 0 1077068 1188364 40.56 488172 991184 8 15:44:52 15:39:01 154728 0 649752 34.53 0 1077064 1186476 40.49 488516 991184 8 15:44:52 15:40:01 155520 0 648932 34.49 0 1077092 1186308 40.49 487912 991200 8 15:44:52 15:41:01 155332 0 649116 34.50 0 1077096 1186380 40.49 488020 991200 8 15:44:52 15:42:02 155600 0 648836 34.48 0 1077108 1186308 40.49 488064 991200 8 15:44:52 15:43:01 155684 0 648748 34.48 0 1077112 1186308 40.49 488048 991200 8 15:44:52 15:44:01 95988 0 655748 34.85 0 1129808 1200892 40.98 486552 1051528 104 15:44:52 Average: 168582 0 762486 40.52 521 949955 1631279 55.67 587058 875897 29738 15:44:52 15:44:52 15:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:44:52 15:16:01 eth0 349.58 288.82 1813.78 58.31 0.00 0.00 0.00 0.00 15:44:52 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:17:01 eth0 642.26 662.53 3305.81 83.11 0.00 0.00 0.00 0.00 15:44:52 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:17:01 vethd59a0e1 388.76 318.66 41.28 1383.20 0.00 0.00 0.00 0.00 15:44:52 15:17:01 docker0 388.76 318.53 35.96 1383.19 0.00 0.00 0.00 0.00 15:44:52 15:18:01 eth0 314.07 394.49 1320.05 86.37 0.00 0.00 0.00 0.00 15:44:52 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:18:01 docker0 365.98 280.24 29.96 1297.21 0.00 0.00 0.00 0.00 15:44:52 15:19:02 eth0 385.48 271.89 3176.16 27.36 0.00 0.00 0.00 0.00 15:44:52 15:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:19:02 docker0 76.51 106.54 4.18 361.27 0.00 0.00 0.00 0.00 15:44:52 15:20:01 eth0 144.72 75.47 491.59 12.67 0.00 0.00 0.00 0.00 15:44:52 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:20:01 docker0 62.74 125.81 4.84 475.33 0.00 0.00 0.00 0.00 15:44:52 15:21:02 eth0 16.89 13.10 16.88 7.03 0.00 0.00 0.00 0.00 15:44:52 15:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:21:02 veth6c88caf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:22:01 eth0 33.28 30.20 18.44 79.94 0.00 0.00 0.00 0.00 15:44:52 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:22:01 veth6c88caf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:23:02 eth0 28.61 22.81 21.10 11.85 0.00 0.00 0.00 0.00 15:44:52 15:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:23:02 veth6c88caf 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 15:44:52 15:23:02 docker0 2.34 2.34 0.15 0.19 0.00 0.00 0.00 0.00 15:44:52 15:24:01 eth0 11.67 8.54 8.88 4.86 0.00 0.00 0.00 0.00 15:44:52 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:24:01 veth6c88caf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:25:01 eth0 12.81 10.40 11.52 6.39 0.00 0.00 0.00 0.00 15:44:52 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:25:01 veth6c88caf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:26:01 eth0 33.08 25.89 18.99 76.12 0.00 0.00 0.00 0.00 15:44:52 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:26:01 veth6c88caf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:27:03 eth0 174.48 130.72 1655.88 19.84 0.00 0.00 0.00 0.00 15:44:52 15:27:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:27:03 veth9474621 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:27:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:28:10 eth0 2.58 1.85 1.88 1.01 0.00 0.00 0.00 0.00 15:44:52 15:28:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:28:10 veth9474621 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:28:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:29:03 eth0 82.93 52.07 179.27 8.91 0.00 0.00 0.00 0.00 15:44:52 15:29:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:29:03 veth9474621 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 15:44:52 15:29:03 docker0 42.62 66.78 2.77 169.01 0.00 0.00 0.00 0.00 15:44:52 15:30:02 eth0 2.07 1.70 1.65 0.95 0.00 0.00 0.00 0.00 15:44:52 15:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:30:02 veth9474621 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:31:02 vetha2200c0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:31:02 veth9c1e808 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:31:02 vethc53d820 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:31:02 veth6daca3d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:32:02 eth0 2327.28 2060.62 12447.38 557.76 0.00 0.00 0.00 0.00 15:44:52 15:32:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:44:52 15:32:02 veth9474621 0.00 0.56 0.00 0.03 0.00 0.00 0.00 0.00 15:44:52 15:32:02 docker0 953.78 923.06 78.85 3827.46 0.00 0.00 0.00 0.00 15:44:52 15:33:04 eth0 62.40 47.85 76.11 18.81 0.00 0.00 0.00 0.00 15:44:52 15:33:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:33:04 veth9474621 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:33:04 docker0 16.74 20.19 1.13 44.34 0.00 0.00 0.00 0.00 15:44:52 15:34:03 veth1ce0ac2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:34:03 vethc2d4969 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:34:03 vethebbfd14 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:34:03 eth0 30.58 17.82 44.73 8.20 0.00 0.00 0.00 0.00 15:44:52 15:35:02 eth0 24.93 23.35 9.17 85.46 0.00 0.00 0.00 0.00 15:44:52 15:35:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:44:52 15:35:02 veth9474621 0.00 0.73 0.00 0.04 0.00 0.00 0.00 0.00 15:44:52 15:35:02 docker0 980.83 961.16 80.70 3927.86 0.00 0.00 0.00 0.00 15:44:52 15:36:01 eth0 177.86 128.50 1344.07 22.87 0.00 0.00 0.00 0.00 15:44:52 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:36:01 veth9474621 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:44:52 15:36:01 docker0 5.62 13.04 0.31 79.32 0.00 0.00 0.00 0.00 15:44:52 15:37:01 eth0 81.54 52.68 370.72 82.95 0.00 0.00 0.00 0.00 15:44:52 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:37:01 docker0 16.83 38.79 1.23 343.89 0.00 0.00 0.00 0.00 15:44:52 15:38:01 eth0 0.52 0.08 0.05 0.04 0.00 0.00 0.00 0.00 15:44:52 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:39:01 eth0 0.45 0.37 0.27 0.20 0.00 0.00 0.00 0.00 15:44:52 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:40:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:44:52 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:41:01 eth0 0.35 0.20 0.15 0.07 0.00 0.00 0.00 0.00 15:44:52 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:42:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:44:52 15:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:43:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:44:01 eth0 17.20 12.68 16.67 8.33 0.00 0.00 0.00 0.00 15:44:52 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 Average: eth0 92.41 79.66 486.01 26.75 0.00 0.00 0.00 0.00 15:44:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:44:52 Average: docker0 33.97 34.31 2.78 147.52 0.00 0.00 0.00 0.00 15:44:52 15:44:52 15:44:52 ---> sar -P ALL: 15:44:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 15:44:52 15:44:52 15:14:22 LINUX RESTART (4 CPU) 15:44:52 15:44:52 15:15:01 CPU %user %nice %system %iowait %steal %idle 15:44:52 15:16:01 all 12.74 0.00 7.07 7.99 33.51 38.71 15:44:52 15:16:01 0 9.82 0.00 6.24 8.77 33.67 41.49 15:44:52 15:16:01 1 15.42 0.00 7.09 7.94 33.58 35.96 15:44:52 15:16:01 2 12.71 0.00 7.85 7.31 33.60 38.53 15:44:52 15:16:01 3 13.16 0.00 7.12 7.89 33.17 38.67 15:44:52 15:17:01 all 5.44 0.00 3.52 1.44 24.44 65.16 15:44:52 15:17:01 0 5.95 0.00 3.93 1.83 27.13 61.17 15:44:52 15:17:01 1 3.54 0.00 2.67 1.30 23.39 69.10 15:44:52 15:17:01 2 7.36 0.00 4.09 0.83 24.11 63.61 15:44:52 15:17:01 3 5.04 0.00 3.41 1.78 23.12 66.64 15:44:52 15:18:01 all 6.21 0.00 2.75 1.38 28.41 61.25 15:44:52 15:18:01 0 3.78 0.00 1.83 1.17 30.97 62.25 15:44:52 15:18:01 1 8.40 0.00 3.43 0.74 27.59 59.84 15:44:52 15:18:01 2 7.58 0.00 3.13 1.32 26.18 61.80 15:44:52 15:18:01 3 5.22 0.00 2.68 2.32 28.71 61.07 15:44:52 15:19:02 all 3.65 0.00 3.42 0.95 35.06 56.92 15:44:52 15:19:02 0 3.57 0.00 3.60 0.37 36.46 56.00 15:44:52 15:19:02 1 3.43 0.00 2.98 1.62 35.30 56.67 15:44:52 15:19:02 2 3.55 0.00 3.38 0.54 34.45 58.09 15:44:52 15:19:02 3 4.05 0.00 3.76 1.26 34.01 56.92 15:44:52 15:20:01 all 4.15 0.00 4.56 4.78 28.92 57.59 15:44:52 15:20:01 0 3.66 0.00 4.76 5.65 30.22 55.72 15:44:52 15:20:01 1 4.07 0.00 4.68 4.31 28.93 58.01 15:44:52 15:20:01 2 4.42 0.00 4.04 5.13 27.11 59.31 15:44:52 15:20:01 3 4.46 0.00 4.75 4.02 29.41 57.36 15:44:52 15:21:02 all 25.08 0.00 8.19 4.16 33.15 29.41 15:44:52 15:21:02 0 29.41 0.00 9.43 3.87 31.24 26.05 15:44:52 15:21:02 1 24.07 0.00 8.44 4.17 33.28 30.04 15:44:52 15:21:02 2 21.16 0.00 6.96 4.80 34.64 32.44 15:44:52 15:21:02 3 25.97 0.00 8.04 3.79 33.30 28.90 15:44:52 15:22:01 all 31.19 0.00 10.81 2.25 37.53 18.23 15:44:52 15:22:01 0 29.61 0.00 10.10 2.06 39.61 18.62 15:44:52 15:22:01 1 36.34 0.00 12.28 2.65 35.32 13.41 15:44:52 15:22:01 2 27.83 0.00 10.32 2.49 38.72 20.65 15:44:52 15:22:01 3 31.34 0.00 10.62 1.82 36.31 19.91 15:44:52 15:23:02 all 18.03 0.00 7.03 0.87 42.77 31.29 15:44:52 15:23:02 0 14.31 0.00 6.91 0.48 43.94 34.36 15:44:52 15:23:02 1 19.10 0.00 7.01 0.89 41.39 31.62 15:44:52 15:23:02 2 17.35 0.00 7.37 1.55 43.47 30.27 15:44:52 15:23:02 3 21.62 0.00 6.84 0.61 42.25 28.68 15:44:52 15:24:01 all 25.44 0.00 11.84 2.39 42.34 17.99 15:44:52 15:24:01 0 25.09 0.00 11.05 3.07 42.90 17.89 15:44:52 15:24:01 1 26.26 0.00 11.08 2.25 42.64 17.78 15:44:52 15:24:01 2 24.57 0.00 12.64 2.56 42.31 17.93 15:44:52 15:24:01 3 25.84 0.00 12.61 1.70 41.51 18.34 15:44:52 15:25:01 all 17.76 0.00 10.38 2.29 37.16 32.41 15:44:52 15:25:01 0 16.63 0.00 9.46 2.97 37.45 33.49 15:44:52 15:25:01 1 18.57 0.00 10.62 2.77 35.65 32.39 15:44:52 15:25:01 2 17.48 0.00 10.03 1.45 39.21 31.83 15:44:52 15:25:01 3 18.39 0.00 11.47 1.96 36.31 31.87 15:44:52 15:26:01 all 11.39 0.00 8.92 0.20 37.32 42.17 15:44:52 15:26:01 0 9.27 0.00 7.60 0.12 38.00 45.02 15:44:52 15:26:01 1 11.93 0.00 9.65 0.45 37.18 40.80 15:44:52 15:26:01 2 12.27 0.00 9.39 0.13 36.94 41.27 15:44:52 15:26:01 3 12.18 0.00 9.08 0.11 37.14 41.49 15:44:52 15:44:52 15:26:01 CPU %user %nice %system %iowait %steal %idle 15:44:52 15:27:03 all 5.42 0.00 6.85 3.94 31.94 51.84 15:44:52 15:27:03 0 4.10 0.00 5.99 3.25 31.61 55.05 15:44:52 15:27:03 1 8.31 0.00 7.60 5.22 32.89 45.99 15:44:52 15:27:03 2 4.66 0.00 6.32 3.77 31.24 54.02 15:44:52 15:27:03 3 4.67 0.00 7.54 3.57 32.06 52.16 15:44:52 15:28:10 all 9.57 0.00 8.13 15.58 39.98 26.75 15:44:52 15:28:10 0 8.99 0.00 8.67 18.14 40.66 23.54 15:44:52 15:28:10 1 8.90 0.00 7.88 14.88 39.84 28.49 15:44:52 15:28:10 2 10.73 0.00 8.38 15.02 39.34 26.53 15:44:52 15:28:10 3 9.68 0.00 7.60 14.26 40.05 28.41 15:44:52 15:29:03 all 4.90 0.00 10.54 28.71 29.97 25.88 15:44:52 15:29:03 0 5.17 0.00 10.56 28.01 30.73 25.53 15:44:52 15:29:03 1 4.49 0.00 9.52 26.42 29.53 30.03 15:44:52 15:29:03 2 4.95 0.00 11.06 32.08 29.37 22.54 15:44:52 15:29:03 3 4.97 0.00 11.03 28.37 30.25 25.37 15:44:52 15:30:02 all 9.01 0.00 6.09 27.79 37.68 19.43 15:44:52 15:30:02 0 8.23 0.00 6.16 27.35 37.62 20.63 15:44:52 15:30:02 1 8.72 0.00 5.35 25.43 37.82 22.69 15:44:52 15:30:02 2 10.07 0.00 6.78 29.25 37.57 16.34 15:44:52 15:30:02 3 9.08 0.00 6.10 29.21 37.69 17.92 15:44:52 15:31:02 all 45.25 0.00 12.22 5.14 30.73 6.66 15:44:52 15:31:02 0 45.99 0.00 11.90 4.79 30.53 6.79 15:44:52 15:31:02 1 46.10 0.00 11.51 5.58 30.04 6.78 15:44:52 15:31:02 2 44.79 0.00 13.42 4.78 30.25 6.76 15:44:52 15:31:02 3 44.10 0.00 12.06 5.41 32.10 6.32 15:44:52 15:32:02 all 30.17 0.00 9.84 9.33 39.32 11.35 15:44:52 15:32:02 0 30.97 0.00 9.62 10.07 38.93 10.41 15:44:52 15:32:02 1 28.03 0.00 8.20 8.02 40.65 15.10 15:44:52 15:32:02 2 29.94 0.00 11.20 11.03 38.12 9.72 15:44:52 15:32:02 3 31.86 0.00 10.44 8.25 39.49 9.96 15:44:52 15:33:04 all 7.82 0.00 9.63 15.32 39.83 27.39 15:44:52 15:33:04 0 7.61 0.00 8.89 14.88 40.17 28.44 15:44:52 15:33:04 1 7.14 0.00 9.37 16.31 40.65 26.52 15:44:52 15:33:04 2 7.96 0.00 10.33 15.50 39.97 26.25 15:44:52 15:33:04 3 8.60 0.00 9.96 14.58 38.50 28.37 15:44:52 15:34:03 all 25.16 0.00 9.64 5.95 39.81 19.44 15:44:52 15:34:03 0 25.69 0.00 8.87 5.53 38.95 20.96 15:44:52 15:34:03 1 22.52 0.00 10.48 8.26 42.40 16.34 15:44:52 15:34:03 2 28.70 0.00 10.16 5.33 35.91 19.91 15:44:52 15:34:03 3 23.65 0.00 9.07 4.67 42.10 20.51 15:44:52 15:35:02 all 17.98 0.00 7.97 21.37 40.55 12.12 15:44:52 15:35:02 0 19.65 0.00 7.92 20.34 39.63 12.46 15:44:52 15:35:02 1 17.28 0.00 7.67 23.64 39.47 11.94 15:44:52 15:35:02 2 16.39 0.00 8.67 21.15 40.44 13.35 15:44:52 15:35:02 3 18.59 0.00 7.62 20.35 42.75 10.70 15:44:52 15:36:01 all 15.28 0.00 9.33 3.01 39.42 32.95 15:44:52 15:36:01 0 14.42 0.00 8.60 3.64 41.91 31.42 15:44:52 15:36:01 1 14.53 0.00 10.08 3.32 39.33 32.75 15:44:52 15:36:01 2 17.12 0.00 8.91 3.06 36.98 33.93 15:44:52 15:36:01 3 15.08 0.00 9.75 2.02 39.45 33.70 15:44:52 15:37:01 all 5.38 0.00 3.98 2.67 19.19 68.77 15:44:52 15:37:01 0 4.63 0.00 3.80 0.55 19.01 72.02 15:44:52 15:37:01 1 5.58 0.00 3.83 2.96 19.65 67.98 15:44:52 15:37:01 2 3.92 0.00 3.36 4.01 17.83 70.88 15:44:52 15:37:01 3 7.41 0.00 4.96 3.15 20.30 64.18 15:44:52 15:44:52 15:37:01 CPU %user %nice %system %iowait %steal %idle 15:44:52 15:38:01 all 0.10 0.00 0.08 0.00 0.41 99.41 15:44:52 15:38:01 0 0.03 0.00 0.10 0.00 0.30 99.57 15:44:52 15:38:01 1 0.07 0.00 0.12 0.00 0.78 99.04 15:44:52 15:38:01 2 0.02 0.00 0.02 0.00 0.13 99.83 15:44:52 15:38:01 3 0.27 0.00 0.10 0.00 0.43 99.20 15:44:52 15:39:01 all 0.08 0.00 0.28 0.00 1.52 98.12 15:44:52 15:39:01 0 0.03 0.00 0.35 0.00 1.12 98.50 15:44:52 15:39:01 1 0.05 0.00 0.36 0.00 1.96 97.63 15:44:52 15:39:01 2 0.03 0.00 0.12 0.00 1.01 98.84 15:44:52 15:39:01 3 0.20 0.00 0.28 0.00 1.99 97.53 15:44:52 15:40:01 all 0.09 0.00 0.05 0.00 0.57 99.29 15:44:52 15:40:01 0 0.03 0.00 0.07 0.00 1.11 98.80 15:44:52 15:40:01 1 0.03 0.00 0.07 0.00 0.50 99.40 15:44:52 15:40:01 2 0.00 0.00 0.03 0.00 0.12 99.85 15:44:52 15:40:01 3 0.28 0.00 0.03 0.00 0.56 99.12 15:44:52 15:41:01 all 0.07 0.00 0.22 0.00 1.44 98.27 15:44:52 15:41:01 0 0.03 0.00 0.03 0.00 0.45 99.49 15:44:52 15:41:01 1 0.07 0.00 0.20 0.00 2.31 97.43 15:44:52 15:41:01 2 0.03 0.00 0.03 0.00 1.71 98.23 15:44:52 15:41:01 3 0.15 0.00 0.63 0.00 1.28 97.95 15:44:52 15:42:02 all 0.09 0.00 0.04 0.00 0.52 99.35 15:44:52 15:42:02 0 0.02 0.00 0.02 0.00 0.27 99.70 15:44:52 15:42:02 1 0.27 0.00 0.05 0.00 0.65 99.04 15:44:52 15:42:02 2 0.07 0.00 0.07 0.00 1.07 98.79 15:44:52 15:42:02 3 0.02 0.00 0.03 0.00 0.10 99.85 15:44:52 15:43:01 all 0.08 0.00 0.02 0.00 0.70 99.20 15:44:52 15:43:01 0 0.02 0.00 0.03 0.00 0.27 99.68 15:44:52 15:43:01 1 0.27 0.00 0.02 0.00 0.74 98.97 15:44:52 15:43:01 2 0.02 0.00 0.00 0.00 0.94 99.04 15:44:52 15:43:01 3 0.02 0.00 0.02 0.00 0.84 99.12 15:44:52 15:44:01 all 1.95 0.00 1.34 3.86 9.34 83.51 15:44:52 15:44:01 0 0.94 0.00 0.90 3.61 10.44 84.11 15:44:52 15:44:01 1 2.61 0.00 1.69 2.98 9.62 83.10 15:44:52 15:44:01 2 1.78 0.00 0.80 4.99 8.41 84.02 15:44:52 15:44:01 3 2.48 0.00 2.01 3.87 8.85 82.79 15:44:52 Average: all 11.21 0.00 5.94 6.01 27.16 49.68 15:44:52 Average: 0 10.77 0.00 5.70 6.00 27.68 49.84 15:44:52 Average: 1 11.40 0.00 5.90 6.05 27.16 49.49 15:44:52 Average: 2 11.18 0.00 6.07 6.20 26.69 49.85 15:44:52 Average: 3 11.50 0.00 6.10 5.77 27.11 49.52 15:44:52 15:44:52 15:44:52