Pull request #3269 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a95ed040b1a2a92af1d85bcb18f5aad8b497af07+be0d14e436fe9c753018b2c9bd281985489666e3 (261603b5d73535eeadb461236fd95da20ea9cc81) 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-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30722’ is offline; ‘prd-centos7-docker-4c-2g-30727’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30733 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:24:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [Pipeline] withCredentials 17:24:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:24:26 ========================================================= 17:24:26 EdgeX Global Pipelines Version Info 17:24:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:24:29 ------------------- 17:24:29 stable info: 17:24:29 ------------------- 17:24:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:24:29 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:24:29 Message: update stable to v1.0.186 17:24:30 ------------------- 17:24:30 experimental info: 17:24:30 ------------------- 17:24:30 Commited By: **** collab-it+edgex@linuxfoundation.org 17:24:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:24:30 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:24:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:24:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:24:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:24:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:24:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo 17:24:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [Pipeline] echo 17:24:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a95ed04 [Pipeline] echo 17:24:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:24:33 provisioning config files... 17:24:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config780081127563901582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:33 ---> docker-login.sh 17:24:33 nexus3.edgexfoundry.org:10001 17:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:34 Configure a credential helper to remove this warning. See 17:24:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:34 17:24:34 Login Succeeded 17:24:34 nexus3.edgexfoundry.org:10002 17:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:35 Configure a credential helper to remove this warning. See 17:24:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:35 17:24:35 Login Succeeded 17:24:35 nexus3.edgexfoundry.org:10003 17:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:35 Configure a credential helper to remove this warning. See 17:24:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:35 17:24:35 Login Succeeded 17:24:35 nexus3.edgexfoundry.org:10004 17:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:36 Configure a credential helper to remove this warning. See 17:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:36 17:24:36 Login Succeeded 17:24:36 docker.io 17:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:36 Configure a credential helper to remove this warning. See 17:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:36 17:24:36 Login Succeeded 17:24:36 ---> docker-login.sh ends [Pipeline] } 17:24:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:24:37 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/core-command/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo core-command,cmd/core-command/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/core-data/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo core-data,cmd/core-data/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ cut -d/ -f2 17:24:37 ++ dirname cmd/core-metadata/Dockerfile 17:24:37 + echo core-metadata,cmd/core-metadata/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/security-bootstrapper/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/security-proxy-setup/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/support-notifications/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo support-notifications,cmd/support-notifications/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/support-scheduler/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:24:37 + for file in '`ls cmd/**/Dockerfile`' 17:24:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:24:37 ++ cut -d/ -f2 17:24:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:24:37 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:24:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:38 17:24:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:24:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:39 latest: Pulling from edgex-devops/git-semver 17:24:39 31603596830f: Pulling fs layer 17:24:39 2a8b12db71e7: Pulling fs layer 17:24:39 6ca5941a6612: Pulling fs layer 17:24:39 ecc8261a40a4: Pulling fs layer 17:24:39 ecc8261a40a4: Waiting 17:24:39 2a8b12db71e7: Verifying Checksum 17:24:39 2a8b12db71e7: Download complete 17:24:39 31603596830f: Verifying Checksum 17:24:39 31603596830f: Download complete 17:24:39 ecc8261a40a4: Verifying Checksum 17:24:39 ecc8261a40a4: Download complete 17:24:40 6ca5941a6612: Verifying Checksum 17:24:40 6ca5941a6612: Download complete 17:24:41 31603596830f: Pull complete 17:24:41 2a8b12db71e7: Pull complete 17:24:43 6ca5941a6612: Pull complete 17:24:44 ecc8261a40a4: Pull complete 17:24:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:24:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:24:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:24:44 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:24:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:24:47 $ docker top ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:24:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:24:48 [ssh-agent] Looking for ssh-agent implementation... 17:24:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:24:49 $ docker exec ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent 17:24:50 SSH_AUTH_SOCK=/tmp/ssh-cp9DOpAb5hkU/agent.12 17:24:50 SSH_AGENT_PID=17 17:24:50 Running ssh-add (command line suppressed) 17:24:50 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6775829544226770880.key (/w/workspace/edgex-go/4@tmp/private_key_6775829544226770880.key) 17:24:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:24:50 + git tag --points-at HEAD [Pipeline] } 17:24:50 $ docker exec --env ******** --env ******** ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent -k 17:24:51 unset SSH_AUTH_SOCK; 17:24:51 unset SSH_AGENT_PID; 17:24:51 echo Agent pid 17 killed; 17:24:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:24:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:24:51 [ssh-agent] Looking for ssh-agent implementation... 17:24:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:24:52 $ docker exec ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent 17:24:52 SSH_AUTH_SOCK=/tmp/ssh-VH2TJeAflojP/agent.46 17:24:52 SSH_AGENT_PID=51 17:24:52 Running ssh-add (command line suppressed) 17:24:53 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2806621176127945057.key (/w/workspace/edgex-go/4@tmp/private_key_2806621176127945057.key) 17:24:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:24:54 + git semver init 17:24:54 # -> Open(): unable to determine branch for HEAD 17:24:54 # $GIT_DIR = /w/workspace/edgex-go/4/.git 17:24:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 17:24:54 # $SEMVER_REMOTE_NAME = origin 17:24:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:24:54 # $SEMVER_USER_NAME = edgex-jenkins 17:24:54 # $SEMVER_BRANCH = PR-3269 17:24:54 # $SEMVER_TEMP = /tmp/semver-211865139 17:24:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:25:26 # '/tmp/semver-211865139' -> '/w/workspace/edgex-go/4/.semver' 17:25:26 # -> Force: false 17:25:26 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 17:25:26 $ docker exec --env ******** --env ******** ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent -k 17:25:28 unset SSH_AUTH_SOCK; 17:25:28 unset SSH_AGENT_PID; 17:25:28 echo Agent pid 51 killed; 17:25:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:29 + git semver [Pipeline] } 17:25:29 $ docker stop --time=1 ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 17:25:31 $ docker rm -f ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 [Pipeline] // withDockerContainer [Pipeline] sh 17:25:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:25:33 Stashed 1 file(s) [Pipeline] echo 17:25:33 [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 17:25:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:25:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:25:35 + sudo service docker restart 17:25:35 + true 17:25:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:25:36 ========================================================= 17:25:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:25:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:25:37 + 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 . 17:25:49 Still waiting to schedule task 17:25:49 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30738’ is offline 17:25:49 Sending build context to Docker daemon 328.6MB 17:25:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:25:49 Step 2/6 : FROM ${BASE} 17:25:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:25:49 188c0c94c7c5: Pulling fs layer 17:25:49 0ef7d3d256c8: Pulling fs layer 17:25:49 de9db76c5a1d: Pulling fs layer 17:25:49 bca2f99d35d6: Pulling fs layer 17:25:49 93359f2a8cfa: Pulling fs layer 17:25:49 7c6f9722023f: Pulling fs layer 17:25:49 a35cf1a2eb13: Pulling fs layer 17:25:49 bca2f99d35d6: Waiting 17:25:49 7c6f9722023f: Waiting 17:25:49 a35cf1a2eb13: Waiting 17:25:49 93359f2a8cfa: Waiting 17:25:49 de9db76c5a1d: Verifying Checksum 17:25:49 de9db76c5a1d: Download complete 17:25:49 0ef7d3d256c8: Download complete 17:25:49 93359f2a8cfa: Verifying Checksum 17:25:49 93359f2a8cfa: Download complete 17:25:49 7c6f9722023f: Verifying Checksum 17:25:49 7c6f9722023f: Download complete 17:25:49 188c0c94c7c5: Verifying Checksum 17:25:49 188c0c94c7c5: Download complete 17:25:49 188c0c94c7c5: Pull complete 17:25:50 0ef7d3d256c8: Pull complete 17:25:50 de9db76c5a1d: Pull complete 17:25:54 a35cf1a2eb13: Verifying Checksum 17:25:54 a35cf1a2eb13: Download complete 17:25:55 bca2f99d35d6: Verifying Checksum 17:25:55 bca2f99d35d6: Download complete 17:26:11 bca2f99d35d6: Pull complete 17:26:11 93359f2a8cfa: Pull complete 17:26:11 7c6f9722023f: Pull complete 17:26:22 a35cf1a2eb13: Pull complete 17:26:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:26:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:26:22 ---> a62c8e92a672 17:26:22 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 17:26:22 ---> Running in e31bc0d16df7 17:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:26:25 (1/12) Installing libmagic (5.38-r0) 17:26:25 (2/12) Installing file (5.38-r0) 17:26:25 (3/12) Installing libc-dev (0.7.2-r3) 17:26:25 (4/12) Installing g++ (9.3.0-r2) 17:26:43 (5/12) Installing fortify-headers (1.1-r0) 17:26:43 (6/12) Installing patch (2.7.6-r6) 17:26:43 (7/12) Installing build-base (0.5-r2) 17:26:43 (8/12) Installing libsodium (1.0.18-r0) 17:26:43 (9/12) Installing pkgconf (1.7.2-r0) 17:26:43 (10/12) Installing libsodium-dev (1.0.18-r0) 17:26:43 (11/12) Installing libzmq (4.3.3-r0) 17:26:43 (12/12) Installing zeromq-dev (4.3.3-r0) 17:26:44 Executing busybox-1.31.1-r19.trigger 17:26:44 OK: 233 MiB in 51 packages 17:26:48 Removing intermediate container e31bc0d16df7 17:26:48 ---> b5078ebf2357 17:26:48 Step 4/6 : WORKDIR /edgex-go 17:26:48 ---> Running in 9da59bfdfa76 17:26:49 Removing intermediate container 9da59bfdfa76 17:26:49 ---> 2e0b023b7404 17:26:49 Step 5/6 : COPY go.mod . 17:26:50 ---> 022ba1b24c55 17:26:50 Step 6/6 : RUN go mod download 17:26:50 ---> Running in ae8762e5f1cf 17:27:23 Removing intermediate container ae8762e5f1cf 17:27:23 ---> 69c8d49072cc 17:27:23 Successfully built 69c8d49072cc 17:27:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:27:23 + docker inspect -f . ci-base-image-x86_64 17:27:23 . [Pipeline] withDockerContainer 17:27:24 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:27:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:25 $ docker top 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:27 + go version 17:27:27 go version go1.15.5 linux/amd64 [Pipeline] } 17:27:27 $ docker stop --time=1 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 17:27:29 $ docker rm -f 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:30 + docker inspect -f . ci-base-image-x86_64 17:27:30 . [Pipeline] withDockerContainer 17:27:30 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:27:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:33 $ docker top 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a -eo pid,comm [Pipeline] { [Pipeline] echo 17:27:33 ========================================================= 17:27:33 [edgeXBuildGoParallel] Running Tests and Build... 17:27:33 ========================================================= [Pipeline] sh 17:27:34 + make test 17:27:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:28:01 ? github.com/edgexfoundry/edgex-go [no test files] 17:28:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30744 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 17:28:04 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 17:28:10 using credential edgex-jenkins-ssh 17:28:10 Cloning the remote Git repository 17:28:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:28:10 > git init /w/workspace/edgex-go/4 # timeout=10 17:28:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:28:10 > git --version # timeout=10 17:28:10 > git --version # 'git version 2.17.1' 17:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:28:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:28:32 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:28:33 Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:28:33 Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) 17:28:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:28:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:28:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:28:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:28:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:33 > git config core.sparsecheckout # timeout=10 17:28:33 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 17:28:33 > git remote # timeout=10 17:28:33 > git config --get remote.origin.url # timeout=10 17:28:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:33 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:28:33 > git rev-parse HEAD^{commit} # timeout=10 17:28:33 > git config core.sparsecheckout # timeout=10 17:28:33 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 17:28:37 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:28:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:28:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:28:40 + true 17:28:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:28:42 provisioning config files... 17:28:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7062461759448153746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:28:42 ---> docker-login.sh 17:28:42 nexus3.edgexfoundry.org:10001 17:28:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:28:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:28:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:44 Configure a credential helper to remove this warning. See 17:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:44 17:28:44 Login Succeeded 17:28:44 nexus3.edgexfoundry.org:10002 17:28:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:44 Configure a credential helper to remove this warning. See 17:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:44 17:28:44 Login Succeeded 17:28:44 nexus3.edgexfoundry.org:10003 17:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:45 Configure a credential helper to remove this warning. See 17:28:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:45 17:28:45 Login Succeeded 17:28:45 nexus3.edgexfoundry.org:10004 17:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:45 Configure a credential helper to remove this warning. See 17:28:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:45 17:28:45 Login Succeeded 17:28:45 docker.io 17:28:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:28:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:28:46 Configure a credential helper to remove this warning. See 17:28:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:28:46 17:28:46 Login Succeeded 17:28:46 ---> docker-login.sh ends [Pipeline] } 17:28:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:28:46 ========================================================= 17:28:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:28:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:28:47 + 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 . 17:28:50 Sending build context to Docker daemon 166.8MB 17:28:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:28:50 Step 2/6 : FROM ${BASE} 17:28:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:28:50 5f621e34cdf4: Pulling fs layer 17:28:50 a4357932f1b6: Pulling fs layer 17:28:50 18c013af1878: Pulling fs layer 17:28:50 00ac8860ef70: Pulling fs layer 17:28:50 63d7cb157983: Pulling fs layer 17:28:50 b116817d02f9: Pulling fs layer 17:28:50 745a02a5169b: Pulling fs layer 17:28:50 63d7cb157983: Waiting 17:28:50 b116817d02f9: Waiting 17:28:50 745a02a5169b: Waiting 17:28:50 00ac8860ef70: Waiting 17:28:50 18c013af1878: Verifying Checksum 17:28:50 18c013af1878: Download complete 17:28:50 a4357932f1b6: Verifying Checksum 17:28:50 a4357932f1b6: Download complete 17:28:50 63d7cb157983: Verifying Checksum 17:28:50 63d7cb157983: Download complete 17:28:50 b116817d02f9: Verifying Checksum 17:28:50 b116817d02f9: Download complete 17:28:50 5f621e34cdf4: Verifying Checksum 17:28:50 5f621e34cdf4: Download complete 17:28:50 5f621e34cdf4: Pull complete 17:28:51 a4357932f1b6: Pull complete 17:28:51 18c013af1878: Pull complete 17:28:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:28:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:28:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:28:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:28:51 745a02a5169b: Verifying Checksum 17:28:51 745a02a5169b: Download complete 17:28:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:28:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:28:53 00ac8860ef70: Verifying Checksum 17:28:53 00ac8860ef70: Download complete 17:28:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:28:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:28:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:29:03 00ac8860ef70: Pull complete 17:29:03 63d7cb157983: Pull complete 17:29:04 b116817d02f9: Pull complete 17:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 45.9% of statements 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.221s coverage: 19.8% of statements 17:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements 17:29:07 745a02a5169b: Pull complete 17:29:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:29:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:29:07 ---> b7e6874047d6 17:29:07 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 17:29:11 ---> Running in 58b7aef8561e 17:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 71.3% of statements 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:14 (1/12) Installing libmagic (5.38-r0) 17:29:15 (2/12) Installing file (5.38-r0) 17:29:15 (3/12) Installing libc-dev (0.7.2-r3) 17:29:15 (4/12) Installing g++ (9.3.0-r2) 17:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 2.645s coverage: 82.9% of statements 17:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.335s coverage: 78.9% of statements 17:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.668s coverage: 28.6% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.192s coverage: 86.7% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.239s coverage: 97.5% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.629s coverage: 92.8% of statements 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:29:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 17:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements 17:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 17:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 17:29:30 (5/12) Installing fortify-headers (1.1-r0) 17:29:30 (6/12) Installing patch (2.7.6-r6) 17:29:30 (7/12) Installing build-base (0.5-r2) 17:29:30 (8/12) Installing libsodium (1.0.18-r0) 17:29:30 (9/12) Installing pkgconf (1.7.2-r0) 17:29:30 (10/12) Installing libsodium-dev (1.0.18-r0) 17:29:30 (11/12) Installing libzmq (4.3.3-r0) 17:29:30 (12/12) Installing zeromq-dev (4.3.3-r0) 17:29:30 Executing busybox-1.31.1-r19.trigger 17:29:30 OK: 217 MiB in 51 packages 17:29:33 Removing intermediate container 58b7aef8561e 17:29:33 ---> ca950ada677f 17:29:33 Step 4/6 : WORKDIR /edgex-go 17:29:33 ---> Running in 4e1f87aaaef5 17:29:34 Removing intermediate container 4e1f87aaaef5 17:29:34 ---> 9290929b39d7 17:29:34 Step 5/6 : COPY go.mod . 17:29:35 ---> a6e3f5f53218 17:29:35 Step 6/6 : RUN go mod download 17:29:35 ---> Running in 32965623e611 17:29:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.166s coverage: 94.4% of statements 17:29:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements 17:29:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.299s coverage: 81.9% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.163s coverage: 92.9% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.292s coverage: 62.4% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.410s coverage: 69.0% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.261s coverage: 38.4% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 17:29:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:29:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 17:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 1.145s coverage: 47.0% of statements 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:29:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.429s coverage: 100.0% of statements 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:29:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:29:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.230s coverage: 87.1% of statements 17:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:29:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.994s coverage: 29.1% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 96.5% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:30:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:30:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 17:30:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.105s coverage: 32.1% of statements 17:30:02 Removing intermediate container 32965623e611 17:30:02 ---> 1ec4eaad6fca 17:30:02 Successfully built 1ec4eaad6fca 17:30:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:30:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements 17:30:02 + docker inspect -f . ci-base-image-arm64 17:30:02 . [Pipeline] withDockerContainer 17:30:02 prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container 17:30:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:30:03 GO111MODULE=on go vet ./... 17:30:04 $ docker top 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:05 + go version 17:30:05 go version go1.15.5 linux/arm64 [Pipeline] } 17:30:05 $ docker stop --time=1 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 17:30:07 $ docker rm -f 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:08 + docker inspect -f . ci-base-image-arm64 17:30:08 . [Pipeline] withDockerContainer 17:30:08 prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container 17:30:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:30:10 $ docker top e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae -eo pid,comm [Pipeline] { [Pipeline] echo 17:30:10 ========================================================= 17:30:10 [edgeXBuildGoParallel] Running Tests and Build... 17:30:10 ========================================================= [Pipeline] sh 17:30:11 + make test 17:30:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:30:38 ? github.com/edgexfoundry/edgex-go [no test files] 17:31:12 gofmt -l . 17:31:12 [ "`gofmt -l .`" = "" ] 17:31:12 ./bin/test-go-mod-tidy.sh 17:31:13 ./bin/test-attribution-txt.sh [Pipeline] sh 17:31:14 + ls -al . 17:31:14 total 760 17:31:14 drwxrwxr-x 10 1001 1001 4096 Mar 20 17:31 . 17:31:14 drwxr-xr-x 4 root root 28 Mar 20 17:27 .. 17:31:14 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:24 .dockerignore 17:31:14 drwxrwxr-x 8 1001 1001 179 Mar 20 17:24 .git 17:31:14 drwxrwxr-x 3 1001 1001 125 Mar 20 17:24 .github 17:31:14 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:24 .gitignore 17:31:14 drwx------ 3 1001 1001 60 Mar 20 17:25 .semver 17:31:14 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:24 .sonarcloud.properties 17:31:14 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:24 Attribution.txt 17:31:14 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:24 CONTRIBUTING.md 17:31:14 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:24 Dockerfile.build 17:31:14 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:24 Jenkinsfile 17:31:14 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:24 LICENSE 17:31:14 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:24 Makefile 17:31:14 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:24 README.md 17:31:14 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:24 SECURITY.md 17:31:14 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:25 VERSION 17:31:14 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:24 ZMQWindows.md 17:31:14 drwxrwxr-x 2 1001 1001 117 Mar 20 17:24 bin 17:31:14 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:24 cmd 17:31:14 -rw-r--r-- 1 root root 650607 Mar 20 17:30 coverage.out 17:31:14 -rw-r--r-- 1 root root 1055 Mar 20 17:31 go.mod 17:31:14 -rw-r--r-- 1 root root 22325 Mar 20 17:31 go.sum 17:31:14 drwxrwxr-x 8 1001 1001 127 Mar 20 17:24 internal 17:31:14 drwxrwxr-x 4 1001 1001 26 Mar 20 17:24 openapi 17:31:14 drwxrwxr-x 4 1001 1001 71 Mar 20 17:24 snap 17:31:14 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:24 version.go [Pipeline] sh 17:31:15 + '[' -e coverage.out ] 17:31:15 + chown 1001:1001 coverage.out [Pipeline] stash 17:31:16 Stashed 1 file(s) [Pipeline] sh 17:31:17 + make build 17:31:17 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 17:31:24 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 17:31:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:31:47 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 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:31:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:31:51 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 17:31:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:31:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:31:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:31:56 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 17:31:59 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 17:32:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:32:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:32:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:32:02 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 17:32:05 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 17:32:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.9% of statements 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements 17:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements 17:32:12 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 17:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:32:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:32:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] } 17:32:16 $ docker stop --time=1 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a 17:32:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.598s coverage: 82.9% of statements 17:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:32:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements 17:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:32:18 $ docker rm -f 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:21 17:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:21 latest: Pulling from edgex-devops/edgex-compose 17:32:21 cbdbe7a5bc2a: Pulling fs layer 17:32:21 ca9280d653b3: Pulling fs layer 17:32:21 7e9c9ca2126c: Pulling fs layer 17:32:22 cbdbe7a5bc2a: Verifying Checksum 17:32:22 cbdbe7a5bc2a: Download complete 17:32:23 ca9280d653b3: Verifying Checksum 17:32:23 ca9280d653b3: Download complete 17:32:23 cbdbe7a5bc2a: Pull complete 17:32:25 ca9280d653b3: Pull complete 17:32:25 7e9c9ca2126c: Verifying Checksum 17:32:25 7e9c9ca2126c: Download complete 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 78.3% of statements 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:32:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 79.5% of statements 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 17:32:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements 17:32:40 7e9c9ca2126c: Pull complete 17:32:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:32:41 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:32:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:45 $ docker top efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:46 + docker-compose build --help 17:32:46 + grep parallel 17:32:47 --parallel Build images in parallel. [Pipeline] } 17:32:48 $ docker stop --time=1 efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 17:32:50 $ docker rm -f efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:32:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 17:32:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 17:32:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:32:51 . [Pipeline] withDockerContainer 17:32:51 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:32:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:53 $ docker top accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:54 + docker-compose -f ./docker-compose-build.yml build --parallel 17:32:55 Building docker-core-command-go ... 17:32:55 Building docker-core-data-go ... 17:32:55 Building docker-core-metadata-go ... 17:32:55 Building docker-security-bootstrapper-go ... 17:32:55 Building docker-security-proxy-setup-go ... 17:32:55 Building docker-security-secretstore-setup-go ... 17:32:55 Building docker-support-notifications-go ... 17:32:55 Building docker-support-scheduler-go ... 17:32:55 Building docker-sys-mgmt-agent-go ... 17:32:55 Building docker-security-secretstore-setup-go 17:32:55 Building docker-support-notifications-go 17:32:55 Building docker-security-bootstrapper-go 17:32:55 Building docker-core-metadata-go 17:32:55 Building docker-core-command-go 17:32:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.270s coverage: 81.9% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.6% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.706s coverage: 62.4% of statements 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 17:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 17:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 17:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 17:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 69.0% of statements 17:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.439s coverage: 38.4% of statements 17:33:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:33:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.170s coverage: 89.5% of statements 17:33:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements 17:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.419s coverage: 87.1% of statements 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.654s coverage: 29.1% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.270s coverage: 96.5% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:33:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:33:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:33:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 17:33:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 17:33:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 17:33:31 GO111MODULE=on go vet ./... 17:34:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:34:33 ---> 69c8d49072cc 17:34:33 Step 3/22 : WORKDIR /edgex-go 17:34:33 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:33 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:34:33 ---> 69c8d49072cc 17:34:33 Step 3/31 : WORKDIR /edgex-go 17:34:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:34:33 ---> 69c8d49072cc 17:34:33 Step 3/23 : WORKDIR /edgex-go 17:34:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:34:33 ---> 69c8d49072cc 17:34:33 Step 3/23 : WORKDIR /edgex-go 17:34:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:34:33 ---> 69c8d49072cc 17:34:33 Step 3/24 : WORKDIR /edgex-go 17:34:33 ---> Running in 58e03ac58f75 17:34:33 ---> Running in 2dd26a086a4d 17:34:33 ---> Running in 316f99310104 17:34:33 ---> Running in 0e42a43d30ba 17:34:33 ---> Running in 2f42aac44039 17:34:33 Removing intermediate container 58e03ac58f75 17:34:33 ---> b3ba40508f16 17:34:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:33 Removing intermediate container 2f42aac44039 17:34:33 ---> 67c7ca5fac9c 17:34:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:33 Removing intermediate container 316f99310104 17:34:33 ---> c890b90e3534 17:34:33 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:33 Removing intermediate container 0e42a43d30ba 17:34:33 ---> a3cfe6bab1fd 17:34:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:33 Removing intermediate container 2dd26a086a4d 17:34:33 ---> 7ac32e4b9f92 17:34:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:33 ---> Running in 8ba0619b5932 17:34:33 ---> Running in d0e2ad6560fa 17:34:33 ---> Running in 055d2a68bafa 17:34:33 ---> Running in ce081c8f9dc4 17:34:33 ---> Running in e0e05e801149 17:34:33 Removing intermediate container e0e05e801149 17:34:33 ---> 604f2a84797e 17:34:33 Step 5/24 : RUN apk add --update --no-cache make git 17:34:33 Removing intermediate container d0e2ad6560fa 17:34:33 ---> bec3b2197c93 17:34:33 Step 5/23 : RUN apk add --update --no-cache make git 17:34:33 ---> Running in e1647e3898d9 17:34:33 ---> Running in 5a46945d30c1 17:34:33 Removing intermediate container ce081c8f9dc4 17:34:33 ---> 23820b525daa 17:34:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:34:33 Removing intermediate container 8ba0619b5932 17:34:33 ---> 759da511cc61 17:34:33 Step 5/23 : RUN apk add --update --no-cache make git 17:34:33 ---> Running in 5896ef55b392 17:34:33 Removing intermediate container 055d2a68bafa 17:34:33 ---> 3d766578612c 17:34:33 Step 5/31 : RUN apk add --update --no-cache make git 17:34:33 ---> Running in 8f4b7919ea23 17:34:33 ---> Running in edba43e9c23e 17:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:36 OK: 233 MiB in 51 packages 17:34:36 OK: 233 MiB in 51 packages 17:34:37 OK: 233 MiB in 51 packages 17:34:38 OK: 233 MiB in 51 packages 17:34:38 OK: 233 MiB in 51 packages 17:34:39 Removing intermediate container 5a46945d30c1 17:34:39 ---> 50f4c10a084d 17:34:39 Step 6/23 : COPY go.mod . 17:34:39 Removing intermediate container e1647e3898d9 17:34:39 ---> 4932f9139434 17:34:39 Step 6/24 : COPY go.mod . 17:34:39 Removing intermediate container 5896ef55b392 17:34:39 ---> 440274211648 17:34:39 Step 6/22 : COPY go.mod . 17:34:39 Removing intermediate container 8f4b7919ea23 17:34:39 ---> 600682a3ca87 17:34:39 Step 6/23 : COPY go.mod . 17:34:39 ---> 3d038d2f188f 17:34:39 Step 7/23 : RUN go mod download 17:34:40 ---> bd6369ca5d4d 17:34:40 Step 7/24 : RUN go mod download 17:34:40 Removing intermediate container edba43e9c23e 17:34:40 ---> a5bf5771cb2e 17:34:40 Step 6/31 : COPY go.mod . 17:34:40 ---> Running in 8950452e2c5f 17:34:40 ---> Running in 4a60e44d9445 17:34:40 ---> 5087f2f55fe0 17:34:40 Step 7/22 : RUN go mod download 17:34:40 ---> 5959876858c4 17:34:40 Step 7/23 : RUN go mod download 17:34:40 ---> Running in 979ebbd84c41 17:34:41 ---> 0aa43a1a7c6c 17:34:41 Step 7/31 : RUN go mod download 17:34:41 ---> Running in cb8d4ac71738 17:34:41 ---> Running in b2a1e3cb3beb 17:34:48 Removing intermediate container 8950452e2c5f 17:34:48 ---> a47a286632d1 17:34:48 Step 8/23 : COPY . . 17:34:48 Removing intermediate container 979ebbd84c41 17:34:48 ---> bed542ce0b80 17:34:48 Step 8/22 : COPY . . 17:34:48 Removing intermediate container cb8d4ac71738 17:34:48 ---> 8935aa0d7d1f 17:34:48 Step 8/23 : COPY . . 17:34:48 Removing intermediate container 4a60e44d9445 17:34:48 ---> 9e12dbe8a1ba 17:34:48 Step 8/24 : COPY . . 17:34:48 Removing intermediate container b2a1e3cb3beb 17:34:48 ---> 391f8607aef3 17:34:48 Step 8/31 : COPY . . 17:34:53 gofmt -l . 17:34:55 [ "`gofmt -l .`" = "" ] 17:34:58 ./bin/test-go-mod-tidy.sh 17:34:59 ./bin/test-attribution-txt.sh [Pipeline] sh 17:35:02 + ls -al . 17:35:02 total 788 17:35:02 drwxrwxr-x 9 1001 1001 4096 Mar 20 17:35 . 17:35:02 drwxr-xr-x 4 root root 4096 Mar 20 17:30 .. 17:35:02 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:28 .dockerignore 17:35:02 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:28 .git 17:35:02 drwxrwxr-x 3 1001 1001 4096 Mar 20 17:28 .github 17:35:02 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:28 .gitignore 17:35:02 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:28 .sonarcloud.properties 17:35:02 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:28 Attribution.txt 17:35:02 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:28 CONTRIBUTING.md 17:35:02 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:28 Dockerfile.build 17:35:02 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:28 Jenkinsfile 17:35:02 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:28 LICENSE 17:35:02 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:28 Makefile 17:35:02 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:28 README.md 17:35:02 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:28 SECURITY.md 17:35:02 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:25 VERSION 17:35:02 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:28 ZMQWindows.md 17:35:02 drwxrwxr-x 2 1001 1001 4096 Mar 20 17:28 bin 17:35:02 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:28 cmd 17:35:02 -rw-r--r-- 1 root root 650607 Mar 20 17:33 coverage.out 17:35:02 -rw-r--r-- 1 root root 1055 Mar 20 17:34 go.mod 17:35:02 -rw-r--r-- 1 root root 22325 Mar 20 17:34 go.sum 17:35:02 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:28 internal 17:35:02 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:28 openapi 17:35:02 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:28 snap 17:35:02 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:28 version.go [Pipeline] sh 17:35:02 + '[' -e coverage.out ] 17:35:02 + chown 1001:1001 coverage.out [Pipeline] stash 17:35:02 Warning: overwriting stash ‘coverage-report’ 17:35:04 Stashed 1 file(s) [Pipeline] sh 17:35:04 + make build 17:35:04 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 17:35:19 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 17:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:35:49 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 17:35:56 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 17:35:58 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 17:36:05 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 17:36:09 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 17:36:15 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 17:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:36:24 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 17:36:29 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] } 17:36:35 $ docker stop --time=1 e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae 17:36:38 $ docker rm -f e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:36:40 17:36:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:36:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:36:41 latest: Pulling from edgex-devops/edgex-compose-arm64 17:36:41 29e5d40040c1: Pulling fs layer 17:36:41 1ce36da41761: Pulling fs layer 17:36:41 25b303627fd3: Pulling fs layer 17:36:41 29e5d40040c1: Download complete 17:36:42 1ce36da41761: Verifying Checksum 17:36:42 1ce36da41761: Download complete 17:36:42 29e5d40040c1: Pull complete 17:36:43 1ce36da41761: Pull complete 17:36:43 25b303627fd3: Verifying Checksum 17:36:43 25b303627fd3: Download complete 17:36:54 25b303627fd3: Pull complete 17:36:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:36:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:36:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:36:54 prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container 17:36:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:36:57 $ docker top c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 -eo pid,comm [Pipeline] { [Pipeline] sh 17:36:58 + docker-compose build --help 17:36:58 + grep parallel 17:37:03 --parallel Build images in parallel. [Pipeline] } 17:37:04 $ docker stop --time=1 c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 17:37:05 $ docker rm -f c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:37:06 . [Pipeline] withDockerContainer 17:37:06 prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container 17:37:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:37:08 $ docker top 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:09 + docker-compose -f ./docker-compose-build.yml build --parallel 17:37:12 ---> 0852efb2d37d 17:37:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:37:12 ---> 426bd959c4d9 17:37:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:37:12 ---> 9f71a14510cb 17:37:12 Step 9/23 : RUN make cmd/core-command/core-command 17:37:12 ---> 986939674bd6 17:37:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:37:12 ---> Running in df8f32836172 17:37:12 ---> Running in ee117a7211d5 17:37:12 ---> cc4ab2a03b7f 17:37:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:37:12 ---> Running in dceae4bc43dc 17:37:12 ---> Running in 8d18ca975d1d 17:37:12 ---> Running in 97046a28ffcb 17:37:14 Building docker-core-command-go ... 17:37:14 Building docker-core-data-go ... 17:37:14 Building docker-core-metadata-go ... 17:37:14 Building docker-security-bootstrapper-go ... 17:37:14 Building docker-security-proxy-setup-go ... 17:37:14 Building docker-security-secretstore-setup-go ... 17:37:14 Building docker-support-notifications-go ... 17:37:14 Building docker-support-scheduler-go ... 17:37:14 Building docker-sys-mgmt-agent-go ... 17:37:14 Building docker-support-notifications-go 17:37:14 Building docker-security-secretstore-setup-go 17:37:14 Building docker-core-metadata-go 17:37:14 Building docker-core-command-go 17:37:14 Building docker-security-proxy-setup-go 17:37:15 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 17:37:15 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 17:37:15 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 17:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:37:15 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 17:38:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:38:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:38:36 ---> 1ec4eaad6fca 17:38:36 Step 3/23 : WORKDIR /edgex-go 17:38:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:38:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:38:36 ---> 1ec4eaad6fca 17:38:36 Step 3/22 : WORKDIR /edgex-go 17:38:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:38:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:38:36 ---> 1ec4eaad6fca 17:38:36 Step 3/21 : WORKDIR /edgex-go 17:38:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:38:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:38:36 ---> 1ec4eaad6fca 17:38:36 Step 3/24 : WORKDIR /edgex-go 17:38:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:38:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:38:36 ---> 1ec4eaad6fca 17:38:36 Step 3/23 : WORKDIR /edgex-go 17:38:36 ---> Running in 982419c5ad9b 17:38:36 ---> Running in dd58d1c600e0 17:38:36 ---> Running in 9b0acce3ff80 17:38:36 ---> Running in 4e086fa72d57 17:38:36 ---> Running in 1579b731ba27 17:38:36 Removing intermediate container 1579b731ba27 17:38:36 ---> 2b331d477ae0 17:38:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 Removing intermediate container 982419c5ad9b 17:38:36 ---> 12790b54b50c 17:38:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 Removing intermediate container dd58d1c600e0 17:38:36 ---> 1af081ca618c 17:38:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 Removing intermediate container 9b0acce3ff80 17:38:36 ---> 7c7365128443 17:38:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 Removing intermediate container 4e086fa72d57 17:38:36 ---> 663c7b1af413 17:38:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 ---> Running in a50c0db03f6c 17:38:36 ---> Running in 14d7b2cc4e9e 17:38:36 ---> Running in edddc1c3362b 17:38:36 ---> Running in 4e4055324b08 17:38:36 ---> Running in 3df7e9f690f7 17:38:37 Removing intermediate container a50c0db03f6c 17:38:37 ---> 8bfcdc3ad23c 17:38:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:38:37 ---> Running in e828f8ced174 17:38:37 Removing intermediate container 14d7b2cc4e9e 17:38:37 ---> dd663ecf6822 17:38:37 Step 5/24 : RUN apk add --update --no-cache make git 17:38:37 Removing intermediate container edddc1c3362b 17:38:37 ---> 0b9bb4810d14 17:38:37 Step 5/23 : RUN apk add --update --no-cache make git 17:38:38 Removing intermediate container 4e4055324b08 17:38:38 ---> 19c34c3005b9 17:38:38 Step 5/21 : RUN apk add --update --no-cache make git 17:38:38 ---> Running in 0215218b3820 17:38:38 ---> Running in 1621aebf76a5 17:38:38 Removing intermediate container 3df7e9f690f7 17:38:38 ---> 0cd5c352b3aa 17:38:38 Step 5/23 : RUN apk add --update --no-cache make git 17:38:38 ---> Running in c84189fcf518 17:38:38 ---> Running in 60773d9bbaea 17:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38: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 17:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:38:41 OK: 217 MiB in 51 packages 17:38:41 OK: 217 MiB in 51 packages 17:38:42 OK: 217 MiB in 51 packages 17:38:42 OK: 217 MiB in 51 packages 17:38:42 OK: 217 MiB in 51 packages 17:38:43 Removing intermediate container e828f8ced174 17:38:43 ---> b6812ceeceee 17:38:43 Step 6/22 : COPY go.mod . 17:38:44 Removing intermediate container 0215218b3820 17:38:44 ---> c5b790fb2c30 17:38:44 Step 6/24 : COPY go.mod . 17:38:44 Removing intermediate container 1621aebf76a5 17:38:44 ---> 052d9ceee3ec 17:38:44 Step 6/23 : COPY go.mod . 17:38:44 Removing intermediate container c84189fcf518 17:38:44 ---> e4cb6562318b 17:38:44 Step 6/21 : COPY go.mod . 17:38:44 Removing intermediate container 60773d9bbaea 17:38:44 ---> 5de4e80ab4dd 17:38:44 Step 6/23 : COPY go.mod . 17:38:44 ---> 130e477cbea8 17:38:44 Step 7/22 : RUN go mod download 17:38:44 ---> Running in 82fb4845b34c 17:38:45 ---> 17d136825ff7 17:38:45 Step 7/24 : RUN go mod download 17:38:45 ---> Running in a58a10946cb4 17:38:45 ---> e467ca7b9339 17:38:45 Step 7/23 : RUN go mod download 17:38:45 ---> 0c3d7c5c50b5 17:38:45 Step 7/21 : RUN go mod download 17:38:45 ---> Running in 58a25f6628f5 17:38:46 ---> Running in 57d6a0b7c190 17:38:46 ---> 2373049b7a74 17:38:46 Step 7/23 : RUN go mod download 17:38:46 ---> Running in 45be15a4968b 17:38:49 Removing intermediate container 97046a28ffcb 17:38:49 ---> 9bc82d4feafc 17:38:49 17:38:49 Step 10/31 : FROM alpine:3.12 17:38:49 3.12: Pulling from library/alpine 17:38:49 Removing intermediate container 82fb4845b34c 17:38:49 ---> 1a9d68d245d3 17:38:49 Step 8/22 : COPY . . 17:38:49 Removing intermediate container a58a10946cb4 17:38:49 ---> ce96e21a7eff 17:38:49 Step 8/24 : COPY . . 17:38:51 Removing intermediate container 57d6a0b7c190 17:38:51 ---> 5a5514e6fd22 17:38:51 Step 8/21 : COPY . . 17:38:51 Removing intermediate container 45be15a4968b 17:38:51 ---> eee331e018f9 17:38:51 Step 8/23 : COPY . . 17:38:51 Removing intermediate container 58a25f6628f5 17:38:51 ---> 8b15c0abc091 17:38:51 Step 8/23 : COPY . . 17:38:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:38:52 Removing intermediate container dceae4bc43dc 17:38:52 ---> 96d18ed995f9 17:38:52 17:38:52 Step 10/23 : FROM alpine:3.12 17:38:52 Status: Downloaded newer image for alpine:3.12 17:38:52 ---> 88dd2752d2ea 17:38:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:38:53 3.12: Pulling from library/alpine 17:38:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:38:53 Status: Image is up to date for alpine:3.12 17:38:53 ---> 88dd2752d2ea 17:38:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:38:54 ---> Running in f407bb7b7187 17:38:54 ---> Running in bf9205cc7dd3 17:38:54 Removing intermediate container 8d18ca975d1d 17:38:54 ---> 0c3ed00b39a3 17:38:54 17:38:54 Step 10/22 : FROM alpine:3.12 17:38:54 ---> 88dd2752d2ea 17:38:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:38:56 Removing intermediate container df8f32836172 17:38:56 ---> 955b5a75e022 17:38:56 17:38:56 Step 10/24 : FROM alpine:3.12 17:38:56 ---> 88dd2752d2ea 17:38:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:38:56 ---> Running in 436f62b9ca9e 17:38:57 Removing intermediate container bf9205cc7dd3 17:38:57 ---> f34fa4878fa0 17:38:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:38:57 ---> Running in 6b677a3bda51 17:38:57 ---> Running in 022533a6ee37 17:38:58 Removing intermediate container ee117a7211d5 17:38:58 ---> 7fb896719d6d 17:38:58 17:38:58 Step 10/23 : FROM alpine:3.12 17:38:58 ---> 88dd2752d2ea 17:38:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:59 ---> Running in b82a3bbb7c49 17:38:59 (1/1) Installing dumb-init (1.2.2-r1) 17:38:59 Executing busybox-1.31.1-r19.trigger 17:38:59 OK: 6 MiB in 15 packages 17:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:00 (1/2) Installing ca-certificates (20191127-r4) 17:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:00 (2/2) Installing dumb-init (1.2.2-r1) 17:39:00 Executing busybox-1.31.1-r19.trigger 17:39:00 Executing ca-certificates-20191127-r4.trigger 17:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:00 OK: 6 MiB in 16 packages 17:39:00 (1/5) Installing ca-certificates (20191127-r4) 17:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:39:01 (3/5) Installing libcurl (7.69.1-r3) 17:39:01 (4/5) Installing curl (7.69.1-r3) 17:39:01 (5/5) Installing dumb-init (1.2.2-r1) 17:39:01 Executing busybox-1.31.1-r19.trigger 17:39:01 Executing ca-certificates-20191127-r4.trigger 17:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:01 OK: 7 MiB in 19 packages 17:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:01 (1/2) Installing dumb-init (1.2.2-r1) 17:39:01 (2/2) Installing su-exec (0.2-r1) 17:39:01 Executing busybox-1.31.1-r19.trigger 17:39:01 OK: 6 MiB in 16 packages 17:39:01 (1/1) Installing dumb-init (1.2.2-r1) 17:39:01 Executing busybox-1.31.1-r19.trigger 17:39:01 OK: 6 MiB in 15 packages 17:39:02 Removing intermediate container f407bb7b7187 17:39:02 ---> 35b2cc529446 17:39:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:39:02 ---> Running in 411558dee0e8 17:39:03 Removing intermediate container 411558dee0e8 17:39:03 ---> ddbc07683391 17:39:03 Step 13/23 : ENV APP_PORT=48082 17:39:03 Removing intermediate container 436f62b9ca9e 17:39:03 ---> 3a8dc8f37b98 17:39:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:39:04 ---> Running in 477d34efd4b5 17:39:04 ---> Running in 11fea3df11a8 17:39:04 Removing intermediate container 6b677a3bda51 17:39:04 ---> 8d2f05ff8995 17:39:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:39:04 Removing intermediate container b82a3bbb7c49 17:39:04 ---> 0b9f7824dec7 17:39:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:39:04 Removing intermediate container 022533a6ee37 17:39:04 ---> 55a0e7ebfba0 17:39:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:39:05 ---> Running in 79f2222c5143 17:39:05 ---> Running in d11936be37ae 17:39:05 ---> Running in dea8ffed6187 17:39:05 Removing intermediate container 477d34efd4b5 17:39:05 ---> 66e63ada254a 17:39:05 Step 14/23 : EXPOSE $APP_PORT 17:39:05 Removing intermediate container 11fea3df11a8 17:39:05 ---> 2c7b94ecde99 17:39:05 Step 13/22 : ENV APP_PORT=48060 17:39:05 ---> Running in f9196ff2c04f 17:39:06 ---> Running in 213e2789ebf1 17:39:06 Removing intermediate container 79f2222c5143 17:39:06 ---> 73b60648fc72 17:39:06 Step 13/23 : ENV APP_PORT=48081 17:39:06 Removing intermediate container d11936be37ae 17:39:06 ---> d116178573ff 17:39:06 Step 13/24 : WORKDIR / 17:39:06 Removing intermediate container dea8ffed6187 17:39:06 ---> 2c5bee3f8aaa 17:39:06 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:39:06 ---> Running in 93462a279ffe 17:39:06 ---> Running in e047fc7b1efb 17:39:06 ---> Running in 5dfa544e4b4d 17:39:06 Removing intermediate container f9196ff2c04f 17:39:06 ---> b5f81b597a0c 17:39:06 Step 15/23 : WORKDIR / 17:39:06 Removing intermediate container 213e2789ebf1 17:39:06 ---> aaa94e24adce 17:39:06 Step 14/22 : EXPOSE $APP_PORT 17:39:06 ---> Running in a49e6c4222f8 17:39:07 ---> Running in f101c1124395 17:39:07 Removing intermediate container 93462a279ffe 17:39:07 ---> 44bf0e4a6942 17:39:07 Step 14/23 : EXPOSE $APP_PORT 17:39:07 Removing intermediate container e047fc7b1efb 17:39:07 ---> 4a3911e8edba 17:39:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:39:07 Removing intermediate container 5dfa544e4b4d 17:39:07 ---> 460026cedbef 17:39:07 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:39:07 ---> Running in 852c2cd1e683 17:39:07 Removing intermediate container f101c1124395 17:39:07 ---> 37377cc6226b 17:39:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:39:07 ---> Running in 74bee9bdebd1 17:39:07 Removing intermediate container a49e6c4222f8 17:39:07 ---> 1d09ed4068bf 17:39:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:39:07 ---> d43c42dcbe5e 17:39:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:39:07 Removing intermediate container 852c2cd1e683 17:39:07 ---> 1390dffc1408 17:39:07 Step 15/23 : WORKDIR / 17:39:08 ---> Running in 0ac4c1f720ba 17:39:08 ---> 327f4a88189d 17:39:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:39:08 ---> fae3abc8a24c 17:39:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:39:08 ---> f585cbfb488f 17:39:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:39:08 Removing intermediate container 0ac4c1f720ba 17:39:08 ---> b78d3f4ce97c 17:39:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:39:10 ---> 5c06eeab1a3f 17:39:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:39:10 ---> fb5cef243bc0 17:39:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:39:10 ---> 4a62c4a9b92d 17:39:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:39:10 ---> 909d394cf821 17:39:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:39:10 Removing intermediate container 74bee9bdebd1 17:39:10 ---> 9d3a02267e2f 17:39:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:39:11 ---> 0e6a815f1b26 17:39:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:39:11 ---> Running in 15464c93364d 17:39:11 ---> e541b7df6dcf 17:39:11 Step 19/23 : ENTRYPOINT ["/core-command"] 17:39:11 ---> Running in f4477516ff71 17:39:11 ---> 84360bfc5751 17:39:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:39:11 ---> Running in ffb3e1c99e53 17:39:12 Removing intermediate container 15464c93364d 17:39:12 ---> bcba6a4e5772 17:39:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:39:12 ---> 8373a07705db 17:39:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:39:12 Removing intermediate container f4477516ff71 17:39:12 ---> 3d1d16a0f814 17:39:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:39:12 Removing intermediate container ffb3e1c99e53 17:39:12 ---> 1f4ff19d876b 17:39:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:39:12 ---> Running in e518aaf63d88 17:39:12 ---> Running in d089dac34fbd 17:39:13 ---> a9857a41d700 17:39:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:39:13 ---> 385faf34b3eb 17:39:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:39:13 ---> d3b35b9bf2e8 17:39:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:39:13 ---> Running in f0598189c223 17:39:13 Removing intermediate container e518aaf63d88 17:39:13 ---> 3e13ab4cfa4b 17:39:13 Step 20/22 : LABEL arch=x86_64 17:39:13 ---> Running in 9aa5c8c58ceb 17:39:13 Removing intermediate container d089dac34fbd 17:39:13 ---> 86e1c2d9e29d 17:39:13 Step 21/23 : LABEL arch=x86_64 17:39:13 ---> Running in 0009ba8107e6 17:39:13 ---> Running in 3711ed74213e 17:39:14 Removing intermediate container 9aa5c8c58ceb 17:39:14 ---> 273c714f2181 17:39:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:39:14 ---> fa571fda8efe 17:39:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:39:14 Removing intermediate container 0009ba8107e6 17:39:14 ---> 2a3fb38fdd5b 17:39:14 Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:39:14 ---> Running in 85ae509264e2 17:39:14 Removing intermediate container 3711ed74213e 17:39:14 ---> 789dbf4b325d 17:39:14 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:39:14 ---> Running in 66052488ed82 17:39:14 ---> Running in 614f4ea59ca0 17:39:14 ---> Running in 23df5487a531 17:39:15 Removing intermediate container 85ae509264e2 17:39:15 ---> b75583ac5cf0 17:39:15 Step 21/23 : LABEL arch=x86_64 17:39:15 Removing intermediate container 614f4ea59ca0 17:39:15 ---> 0b24a042ac80 17:39:15 Step 22/22 : LABEL version=0.0.0 17:39:15 ---> Running in 3dd0dac645d4 17:39:15 ---> Running in ead46775980a 17:39:15 Removing intermediate container 23df5487a531 17:39:15 ---> 72274fb133d3 17:39:15 Step 23/23 : LABEL version=0.0.0 17:39:15 ---> Running in 2bab8213e6c9 17:39:16 Removing intermediate container 3dd0dac645d4 17:39:16 ---> 2b22c3c2f78f 17:39:16 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:39:16 Removing intermediate container ead46775980a 17:39:16 ---> fd976f1e0978 17:39:16 17:39:16 Removing intermediate container f0598189c223 17:39:16 ---> 865a3389bc34 17:39:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:39:16 ---> Running in f8c7c95e1163 17:39:16 Removing intermediate container 2bab8213e6c9 17:39:16 ---> beb3e5c8e3cb 17:39:16 17:39:17 ---> 7493c436056d 17:39:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:39:17 Removing intermediate container 66052488ed82 17:39:17 ---> 2aa87627e357 17:39:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:39:17 Successfully built fd976f1e0978 17:39:17 Successfully tagged docker-support-notifications-go:latest 17:39:17 Building docker-security-proxy-setup-go 17:39:17  Building docker-support-notifications-go ... done Removing intermediate container f8c7c95e1163 17:39:17 ---> c930c4ebbc87 17:39:17 Step 23/23 : LABEL version=0.0.0 17:39:18 ---> Running in ec5ba143e7fb 17:39:18 Successfully built beb3e5c8e3cb 17:39:18 Successfully tagged docker-core-command-go:latest 17:39:18 ---> dab28ae43d8b 17:39:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:39:18 ---> 6efb166e8830 17:39:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:39:18 ---> 6c0da4774246 17:39:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:39:18 ---> d0928cf7041b 17:39:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:39:18 ---> 4406116e1bc1 17:39:18 Step 9/23 : RUN make cmd/core-command/core-command 17:39:18 ---> Running in c8de23ad7179 17:39:18 ---> Running in c9cc8ffd5b4f 17:39:18 ---> Running in 7930862babae 17:39:18 ---> Running in b426119bed76 17:39:18 ---> Running in 141476569f17 17:39:18  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 17:39:18 ---> Running in 3c224860b8fb 17:39:19 Removing intermediate container ec5ba143e7fb 17:39:19 ---> 272e5bcca1d0 17:39:19 Step 22/24 : LABEL arch=x86_64 17:39:19 ---> 89fb9a93791a 17:39:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:39:19 ---> Running in 81e9902219e9 17:39:19 Removing intermediate container 3c224860b8fb 17:39:19 ---> 9efb9bb53126 17:39:19 17:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:39:20 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 17:39:20 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 17:39: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 17:39:20 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 17:39:20 Successfully built 9efb9bb53126 17:39:20 Removing intermediate container 81e9902219e9 17:39:20 ---> 553012b707c0 17:39:20 Step 23/24 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:39:21 Successfully tagged docker-core-metadata-go:latest 17:39:21  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 17:39:22 ---> b596cbae0b04 17:39:22 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:39:22 ---> Running in f5c9e678dfa0 17:39:25 Removing intermediate container f5c9e678dfa0 17:39:25 ---> e1c42c36fe44 17:39:25 Step 24/24 : LABEL version=0.0.0 17:39:25 ---> 5c4eeb98f3df 17:39:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:39:25 ---> Running in ac8e1b0e8aa3 17:39:26 Removing intermediate container ac8e1b0e8aa3 17:39:26 ---> 1d1aad6c35c9 17:39:26 17:39:26 ---> 3b3b80456a60 17:39:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:39:27 Successfully built 1d1aad6c35c9 17:39:27 Successfully tagged docker-security-secretstore-setup-go:latest 17:39:27  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 17:39:27 ---> Running in fa26f6da155d 17:39:29 Removing intermediate container fa26f6da155d 17:39:29 ---> 5705f4a04b49 17:39:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:39:33 ---> c1b7e32a16a0 17:39:33 Step 26/31 : RUN chmod +x /entrypoint.sh 17:39:33 ---> Running in 7fb4e9eb172a 17:39:44 Removing intermediate container 7fb4e9eb172a 17:39:44 ---> 0fecaa1837bb 17:39:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:39:46 ---> Running in e62392cae562 17:39:47 Removing intermediate container e62392cae562 17:39:47 ---> ffe549d935c0 17:39:47 Step 28/31 : CMD ["gate"] 17:39:48 ---> Running in 724871aeecd7 17:39:48 Removing intermediate container 724871aeecd7 17:39:48 ---> ad75327bab30 17:39:48 Step 29/31 : LABEL arch=x86_64 17:39:48 ---> Running in 6f64cd4c11cc 17:39:49 Removing intermediate container 6f64cd4c11cc 17:39:49 ---> 64bfe86bbd2f 17:39:49 Step 30/31 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:39:49 ---> Running in 564787757b69 17:39:51 Removing intermediate container 564787757b69 17:39:51 ---> 600b84de185c 17:39:51 Step 31/31 : LABEL version=0.0.0 17:39:54 ---> Running in 366c30c8de4b 17:39:57 Removing intermediate container 366c30c8de4b 17:39:57 ---> d6c8f57e35c6 17:39:57 17:39:57 Successfully built d6c8f57e35c6 17:39:57 Successfully tagged docker-security-bootstrapper-go:latest 17:40:38  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:40:38 ---> 69c8d49072cc 17:40:38 Step 3/22 : WORKDIR /edgex-go 17:40:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:40:38 ---> 69c8d49072cc 17:40:38 Step 3/26 : WORKDIR /edgex-go 17:40:38 ---> Using cache 17:40:38 ---> 7ac32e4b9f92 17:40:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:38 ---> Using cache 17:40:38 ---> 7ac32e4b9f92 17:40:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:38 ---> Using cache 17:40:38 ---> 604f2a84797e 17:40:38 Step 5/22 : RUN apk add --update --no-cache make git 17:40:38 ---> Using cache 17:40:38 ---> 604f2a84797e 17:40:38 Step 5/26 : RUN apk add --update --no-cache make bash git 17:40:38 ---> Using cache 17:40:38 ---> 4932f9139434 17:40:38 Step 6/22 : COPY go.mod . 17:40:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:40:38 ---> 69c8d49072cc 17:40:38 Step 3/21 : WORKDIR /edgex-go 17:40:38 ---> Using cache 17:40:38 ---> 7ac32e4b9f92 17:40:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:38 ---> Using cache 17:40:38 ---> 604f2a84797e 17:40:38 Step 5/21 : RUN apk add --update --no-cache make git 17:40:38 ---> Using cache 17:40:38 ---> 4932f9139434 17:40:38 Step 6/21 : COPY go.mod . 17:40:38 ---> Using cache 17:40:38 ---> bd6369ca5d4d 17:40:38 Step 7/21 : RUN go mod download 17:40:38 ---> Using cache 17:40:38 ---> bd6369ca5d4d 17:40:38 Step 7/22 : RUN go mod download 17:40:38 ---> Using cache 17:40:38 ---> 9e12dbe8a1ba 17:40:38 Step 8/21 : COPY . . 17:40:38 ---> Using cache 17:40:38 ---> 9e12dbe8a1ba 17:40:38 Step 8/22 : COPY . . 17:40:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:40:38 ---> 69c8d49072cc 17:40:38 Step 3/23 : WORKDIR /edgex-go 17:40:38 ---> Using cache 17:40:38 ---> 7ac32e4b9f92 17:40:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:38 ---> Using cache 17:40:38 ---> 604f2a84797e 17:40:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:40:38 ---> Using cache 17:40:38 ---> Using cache 17:40:38 ---> 0852efb2d37d 17:40:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:40:38 ---> 0852efb2d37d 17:40:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:40:38 ---> Running in 69b06741656c 17:40:38 ---> Running in 39d91f592abf 17:40:38 ---> Running in 5e6d665c0fb0 17:40:38 ---> Running in 7e18323e9494 17:40:42 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 17:40:42 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 17:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:40:50 OK: 233 MiB in 51 packages 17:40:50 OK: 233 MiB in 51 packages 17:40:53 Removing intermediate container 69b06741656c 17:40:53 ---> 632398ac66b8 17:40:53 Step 6/26 : COPY go.mod . 17:40:53 Removing intermediate container 39d91f592abf 17:40:53 ---> 339f320b198f 17:40:53 Step 6/23 : COPY go.mod . 17:40:54 ---> 51bad345379e 17:40:54 Step 7/26 : RUN go mod download 17:40:55 ---> 4ed309a64ae6 17:40:55 Step 7/23 : RUN go mod download 17:40:55 ---> Running in 187213cca7a6 17:40:55 ---> Running in 87ac87602fda 17:40:57 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 17:40:57 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 17:41:04 Removing intermediate container 87ac87602fda 17:41:04 ---> b75212a08a41 17:41:04 Step 8/23 : COPY . . 17:41:04 Removing intermediate container 187213cca7a6 17:41:04 ---> 1e100c2ceb76 17:41:04 Step 8/26 : COPY . . 17:41:09 Removing intermediate container c8de23ad7179 17:41:09 ---> 7411ef612103 17:41:09 17:41:09 Step 10/24 : FROM alpine:3.12 17:41:09 3.12: Pulling from library/alpine 17:41:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:41:09 Status: Downloaded newer image for alpine:3.12 17:41:09 ---> d10569e2745f 17:41:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:41:10 ---> Running in 076c1068d5ce 17:41:12 Removing intermediate container b426119bed76 17:41:12 ---> 3086429d1fd0 17:41:12 17:41:12 Step 10/21 : FROM alpine:3.12 17:41:12 ---> d10569e2745f 17:41:12 Step 11/21 : RUN apk add --update --no-cache curl 17:41:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:12 ---> Running in e2c565dafde4 17:41:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:14 (1/5) Installing ca-certificates (20191127-r4) 17:41:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:41:14 (3/5) Installing libcurl (7.69.1-r3) 17:41:14 (4/5) Installing curl (7.69.1-r3) 17:41:14 (5/5) Installing dumb-init (1.2.2-r1) 17:41:14 Executing busybox-1.31.1-r19.trigger 17:41:14 Executing ca-certificates-20191127-r4.trigger 17:41:14 OK: 7 MiB in 19 packages 17:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:16 (1/4) Installing ca-certificates (20191127-r4) 17:41:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:41:16 (3/4) Installing libcurl (7.69.1-r3) 17:41:16 (4/4) Installing curl (7.69.1-r3) 17:41:16 Executing busybox-1.31.1-r19.trigger 17:41:16 Executing ca-certificates-20191127-r4.trigger 17:41:16 OK: 7 MiB in 18 packages 17:41:18 Removing intermediate container 076c1068d5ce 17:41:18 ---> e9c6649abb84 17:41:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:41:18 ---> Running in 8d8c07ec1c7e 17:41:19 Removing intermediate container e2c565dafde4 17:41:19 ---> d844f615e552 17:41:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:41:19 Removing intermediate container 8d8c07ec1c7e 17:41:19 ---> 7d5e0d959edb 17:41:19 Step 13/24 : WORKDIR / 17:41:19 ---> Running in 54ac88694434 17:41:19 ---> Running in d804d12bc713 17:41:20 Removing intermediate container 54ac88694434 17:41:20 ---> 45deb0d3ba64 17:41:20 Step 13/21 : WORKDIR /edgex 17:41:20 Removing intermediate container d804d12bc713 17:41:20 ---> 2ee5ff4c2247 17:41:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:41:20 ---> Running in 6018147a5248 17:41:21 Removing intermediate container 6018147a5248 17:41:21 ---> af7159aa905c 17:41:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:41:22 ---> 9452127fd6f1 17:41:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:41:23 ---> 542e84a28c55 17:41:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:41:23 ---> 82b8cf694e0c 17:41:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:41:25 ---> fb6ca8ee427b 17:41:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:41:25 ---> 1e62d86a19c9 17:41:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:41:27 ---> f349adcb636b 17:41:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:41:27 Removing intermediate container 141476569f17 17:41:27 ---> a6ef259853dc 17:41:27 17:41:27 Step 10/23 : FROM alpine:3.12 17:41:27 ---> d10569e2745f 17:41:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:41:27 ---> 7d42379d3f78 17:41:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:41:28 ---> Running in 5756e7d01cf2 17:41:28 ---> Running in ad6cd27fcaec 17:41:30 Removing intermediate container ad6cd27fcaec 17:41:30 ---> 38b6c228adeb 17:41:30 Step 18/21 : CMD ["--init=true"] 17:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:30 ---> Running in 7b3b5ccc5bac 17:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:30 ---> e6ef5cb7555f 17:41:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:41:31 (1/1) Installing dumb-init (1.2.2-r1) 17:41:31 Executing busybox-1.31.1-r19.trigger 17:41:31 OK: 5 MiB in 15 packages 17:41:32 Removing intermediate container 7b3b5ccc5bac 17:41:32 ---> a9c17f75b06b 17:41:32 Step 19/21 : LABEL arch=arm64 17:41:32 Removing intermediate container c9cc8ffd5b4f 17:41:32 ---> c5789e15add7 17:41:32 17:41:32 Step 10/22 : FROM alpine:3.12 17:41:32 ---> d10569e2745f 17:41:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:41:32 ---> 415ee4575459 17:41:32 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/ 17:41:32 ---> Running in 0683dbbb57cd 17:41:32 ---> Running in 9dcf4bfa24ef 17:41:32 ---> Running in e6381d34d81c 17:41:33 Removing intermediate container 9dcf4bfa24ef 17:41:33 ---> 2a9ce8d23530 17:41:33 Step 20/21 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:41:33 ---> Running in 6d5bbced8955 17:41:33 Removing intermediate container 5756e7d01cf2 17:41:33 ---> 15c0bdf2b69e 17:41:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:41:34 ---> Running in 37165d6b79ba 17:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:34 Removing intermediate container 6d5bbced8955 17:41:34 ---> cf9157e79cb8 17:41:34 Step 21/21 : LABEL version=0.0.0 17:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:35 ---> Running in 3f42612cf5bb 17:41:35 Removing intermediate container 37165d6b79ba 17:41:35 ---> bc5d554078dd 17:41:35 Step 13/23 : ENV APP_PORT=48082 17:41:35 (1/2) Installing ca-certificates (20191127-r4) 17:41:35 (2/2) Installing dumb-init (1.2.2-r1) 17:41:35 Executing busybox-1.31.1-r19.trigger 17:41:35 Executing ca-certificates-20191127-r4.trigger 17:41:36 OK: 6 MiB in 16 packages 17:41:36 ---> Running in a62e146c3578 17:41:36 Removing intermediate container 3f42612cf5bb 17:41:36 ---> 39130301ea39 17:41:36 17:41:37 Removing intermediate container 7930862babae 17:41:37 ---> c5a3c6350c9e 17:41:37 17:41:37 Step 10/23 : FROM alpine:3.12 17:41:37 ---> d10569e2745f 17:41:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:41:37 ---> Using cache 17:41:37 ---> 15c0bdf2b69e 17:41:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:41:37 ---> Using cache 17:41:37 ---> bc5d554078dd 17:41:37 Step 13/23 : ENV APP_PORT=48081 17:41:37 Removing intermediate container e6381d34d81c 17:41:37 ---> 4b413b27ff3d 17:41:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:41:37 Successfully built 39130301ea39 17:41:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:41:37  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 17:41:37 ---> Running in 82fa35ebe7de 17:41:37 ---> Running in fe72024226bc 17:41:37 Removing intermediate container a62e146c3578 17:41:37 ---> fd942d4e60aa 17:41:37 Step 14/23 : EXPOSE $APP_PORT 17:41:37 ---> Running in 65ebbd435335 17:41:38 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 17:41:38 Removing intermediate container 82fa35ebe7de 17:41:38 ---> 61d470d9c457 17:41:38 Step 14/23 : EXPOSE $APP_PORT 17:41:38 Removing intermediate container fe72024226bc 17:41:38 ---> 67cfe9bba4e4 17:41:38 Step 22/24 : LABEL arch=arm64 17:41:39 ---> Running in 20eef1b14b1c 17:41:39 Removing intermediate container 65ebbd435335 17:41:39 ---> 3ef906a533e9 17:41:39 Step 15/23 : WORKDIR / 17:41:39 ---> Running in 07a641a733a5 17:41:39 Removing intermediate container 0683dbbb57cd 17:41:39 ---> d7957593be13 17:41:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:41:39 ---> Running in 2a224359a78e 17:41:39 ---> Running in 3e9c66a61a17 17:41:39 Removing intermediate container 20eef1b14b1c 17:41:39 ---> 39b0f4bd453a 17:41:39 Step 15/23 : WORKDIR / 17:41:40 Removing intermediate container 07a641a733a5 17:41:40 ---> 09fa8c00eded 17:41:40 Step 23/24 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:41:40 ---> Running in a494e40d2ee9 17:41:41 ---> Running in 49d18815e4c3 17:41:41 Removing intermediate container 2a224359a78e 17:41:41 ---> 992a6d828945 17:41:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:41:41 Removing intermediate container 3e9c66a61a17 17:41:41 ---> 6fe848724ff9 17:41:41 Step 13/22 : ENV APP_PORT=48060 17:41:41 ---> Running in 3a7f2d66bfe1 17:41:41 Removing intermediate container a494e40d2ee9 17:41:41 ---> 8b54a8a74f22 17:41:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:41:41 Removing intermediate container 49d18815e4c3 17:41:41 ---> d797167b9018 17:41:41 Step 24/24 : LABEL version=0.0.0 17:41:42 ---> Running in 27ac691dc4eb 17:41:42 Removing intermediate container 3a7f2d66bfe1 17:41:42 ---> d4ce9a5307da 17:41:42 Step 14/22 : EXPOSE $APP_PORT 17:41:42 ---> d441538a1021 17:41:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:41:42 ---> Running in 3437d6b125f7 17:41:43 ---> 8e6ad751f025 17:41:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:41:43 Removing intermediate container 27ac691dc4eb 17:41:43 ---> 3c816ca1f4a0 17:41:43 17:41:43 Removing intermediate container 3437d6b125f7 17:41:43 ---> 51c161c26f1e 17:41:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:41:43 Successfully built 3c816ca1f4a0 17:41:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:41:43  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 17:41:44 ---> 6996bf3ee95c 17:41:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:41:45 ---> dd96dc35b3ee 17:41:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:41:45 ---> 58a2da7614a0 17:41:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:41:46 ---> 7803f33c75f0 17:41:46 Step 19/23 : ENTRYPOINT ["/core-command"] 17:41:46 ---> Running in 69deb128247c 17:41:46 ---> 277b3cb8363f 17:41:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:41:46 ---> Running in e859f35e2d8b 17:41:46 ---> 1b90ba7eeecf 17:41:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:41:47 Removing intermediate container 69deb128247c 17:41:47 ---> cf238b706de5 17:41:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:41:47 ---> Running in b6857c4c58a9 17:41:47 Removing intermediate container e859f35e2d8b 17:41:47 ---> ea5868558f33 17:41:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:41:47 ---> Running in f344e96c4114 17:41:48 Removing intermediate container b6857c4c58a9 17:41:48 ---> 5140ebe1a2ee 17:41:48 Step 21/23 : LABEL arch=arm64 17:41:48 ---> 941237f60ed5 17:41:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:41:48 ---> Running in a85d4b10c715 17:41:48 ---> Running in bfbb856ceb30 17:41:48 Removing intermediate container f344e96c4114 17:41:48 ---> 3a3f4a086cff 17:41:48 Step 21/23 : LABEL arch=arm64 17:41:49 ---> Running in fda85dbc3ce7 17:41:49 Removing intermediate container a85d4b10c715 17:41:49 ---> a1630f4c8f5d 17:41:49 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:41:49 Removing intermediate container bfbb856ceb30 17:41:49 ---> 0906c4db5246 17:41:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:41:49 ---> Running in 4b7844e8137e 17:41:50 ---> Running in 691867910b33 17:41:50 Removing intermediate container fda85dbc3ce7 17:41:50 ---> 3db06b32d487 17:41:50 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:41:50 ---> Running in 2c57cd54e477 17:41:50 Removing intermediate container 4b7844e8137e 17:41:50 ---> 243f218317cf 17:41:50 Step 23/23 : LABEL version=0.0.0 17:41:51 Removing intermediate container 691867910b33 17:41:51 ---> fab0568a15c7 17:41:51 Step 20/22 : LABEL arch=arm64 17:41:51 ---> Running in 382d75e7d6a7 17:41:51 ---> Running in fc2254a0b209 17:41:51 Removing intermediate container 2c57cd54e477 17:41:51 ---> 0642bb8a7960 17:41:51 Step 23/23 : LABEL version=0.0.0 17:41:51 ---> Running in 363610de660e 17:41:51 Removing intermediate container 382d75e7d6a7 17:41:51 ---> 358e8236da94 17:41:51 17:41:51 Removing intermediate container fc2254a0b209 17:41:51 ---> 8c1303b79008 17:41:51 Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:41:52 ---> Running in 10d6decfcfb4 17:41:52 Removing intermediate container 363610de660e 17:41:52 ---> 5fa1674feb72 17:41:52 17:41:52 Successfully built 358e8236da94 17:41:52 Successfully tagged docker-core-command-go-arm64:latest 17:41:52 Building docker-security-bootstrapper-go 17:41:53  Building docker-core-command-go ... done Successfully built 5fa1674feb72 17:41:53 Successfully tagged docker-core-metadata-go-arm64:latest 17:41:53  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 17:41:53 Removing intermediate container 10d6decfcfb4 17:41:53 ---> 4833e0e431ff 17:41:53 Step 22/22 : LABEL version=0.0.0 17:41:53 ---> Running in 36e717be314d 17:41:54 Removing intermediate container 36e717be314d 17:41:54 ---> f2b3ec252964 17:41:54 17:41:54 Successfully built f2b3ec252964 17:41:54 Successfully tagged docker-support-notifications-go-arm64:latest 17:42:05 Removing intermediate container 5e6d665c0fb0 17:42:05 ---> 2bcc08a536c5 17:42:05 17:42:05 Step 10/22 : FROM alpine:3.12 17:42:05 ---> 88dd2752d2ea 17:42:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:42:05 ---> Using cache 17:42:05 ---> 0b9f7824dec7 17:42:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:42:05 ---> Using cache 17:42:05 ---> 73b60648fc72 17:42:05 Step 13/22 : ENV APP_PORT=48085 17:42:05 ---> Running in a8089d4b47a8 17:42:07 Removing intermediate container a8089d4b47a8 17:42:07 ---> 3fb117b42c0a 17:42:07 Step 14/22 : EXPOSE $APP_PORT 17:42:08 ---> Running in 910ca8aa4ae7 17:42:12 Removing intermediate container 910ca8aa4ae7 17:42:12 ---> b9b415bd9073 17:42:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:42:13 ---> 347f0d234034 17:42:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:42:16 Removing intermediate container 7e18323e9494 17:42:16 ---> f4d4f03d51d2 17:42:16 17:42:16 Step 10/21 : FROM alpine:3.12 17:42:16 ---> 88dd2752d2ea 17:42:16 Step 11/21 : RUN apk add --update --no-cache curl 17:42:18 ---> a73a2d32b578 17:42:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:42:18 ---> Running in 1a386596ea98 17:42:22 ---> 382802bac3e3 17:42:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:42:22 ---> Running in a329349c2db0 17:42:22  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:42:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:42:22 ---> 1ec4eaad6fca 17:42:22 Step 3/23 : WORKDIR /edgex-go 17:42:22 ---> Using cache 17:42:22 ---> 663c7b1af413 17:42:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:22 ---> Using cache 17:42:22 ---> 19c34c3005b9 17:42:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:42:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:23 Removing intermediate container a329349c2db0 17:42:23 ---> 98bf7fde6436 17:42:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:42:24 (1/4) Installing ca-certificates (20191127-r4) 17:42:25 ---> Running in 8ca403793aee 17:42:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:42:25 (3/4) Installing libcurl (7.69.1-r3) 17:42:25 (4/4) Installing curl (7.69.1-r3) 17:42:25 Executing busybox-1.31.1-r19.trigger 17:42:25 Executing ca-certificates-20191127-r4.trigger 17:42:25 OK: 7 MiB in 18 packages 17:42:25 Removing intermediate container 8ca403793aee 17:42:25 ---> 9dc7ec6c5c87 17:42:25 Step 20/22 : LABEL arch=x86_64 17:42:26 ---> Running in 79b923c906a5 17:42:27 ---> Running in e3b8f0198dae 17:42:27 Removing intermediate container 79b923c906a5 17:42:27 ---> 136f77d34375 17:42:27 Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:42:27 ---> Running in b1cff5357dc5 17:42:27 ---> f733da7d8f7c 17:42:27 Step 9/23 : RUN make cmd/core-data/core-data 17:42:28 Removing intermediate container 1a386596ea98 17:42:28 ---> c4437dfc16f4 17:42:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:42:28 ---> Running in d8fa000c3473 17:42:28 ---> Running in 3e5e437a51da 17:42:28 ---> f78ec9010275 17:42:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:42:28 Removing intermediate container b1cff5357dc5 17:42:28 ---> eeb1dc6a5ed6 17:42:28 Step 22/22 : LABEL version=0.0.0 17:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:28 ---> Running in d6ff89952d3b 17:42:28 ---> Running in 779957f6517d 17:42:29 Removing intermediate container 3e5e437a51da 17:42:29 ---> 24ae46fc60ce 17:42:29 Step 13/21 : WORKDIR /edgex 17:42:29 ---> Running in 8e6430d4dfb1 17:42:29 Removing intermediate container 779957f6517d 17:42:29 ---> fec4a7b110f6 17:42:29 17:42:29 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 17:42:29 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 17:42:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:30 Removing intermediate container 8e6430d4dfb1 17:42:30 ---> c4f9dbaa854a 17:42:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:42:31 OK: 217 MiB in 51 packages 17:42:31 Successfully built fec4a7b110f6 17:42:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:42:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:42:31 ---> 1ec4eaad6fca 17:42:31 Step 3/26 : WORKDIR /edgex-go 17:42:31 ---> Using cache 17:42:31 ---> 663c7b1af413 17:42:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:31 ---> Using cache 17:42:31 ---> 19c34c3005b9 17:42:31 Step 5/26 : RUN apk add --update --no-cache make bash git 17:42:32 Successfully tagged docker-support-scheduler-go:latest 17:42:32  Building docker-support-scheduler-go ... done  ---> 4eec0ce28310 17:42:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:42:33 ---> Running in f962d5c13ec2 17:42:33 ---> 0da1e57f7acd 17:42:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:42:34 Removing intermediate container e3b8f0198dae 17:42:34 ---> 7254d1e284cc 17:42:34 Step 6/23 : COPY go.mod . 17:42:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:35 ---> d3ac6a649cac 17:42:35 Step 7/23 : RUN go mod download 17:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:36 ---> Running in 672cd0982913 17:42:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:42:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:42:36 ---> 1ec4eaad6fca 17:42:36 Step 3/31 : WORKDIR /edgex-go 17:42:36 ---> Using cache 17:42:36 ---> 663c7b1af413 17:42:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:36 ---> Using cache 17:42:36 ---> 19c34c3005b9 17:42:36 Step 5/31 : RUN apk add --update --no-cache make git 17:42:36 ---> Using cache 17:42:36 ---> e4cb6562318b 17:42:36 Step 6/31 : COPY go.mod . 17:42:36 ---> Using cache 17:42:36 ---> 0c3d7c5c50b5 17:42:36 Step 7/31 : RUN go mod download 17:42:36 ---> Using cache 17:42:36 ---> 5a5514e6fd22 17:42:36 Step 8/31 : COPY . . 17:42:36 ---> ddf3e5188ae3 17:42:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:42:36 ---> Running in f756dca82a18 17:42:36 ---> Using cache 17:42:36 ---> d0928cf7041b 17:42:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:42:36 OK: 217 MiB in 51 packages 17:42:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:42:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:42:36 ---> 1ec4eaad6fca 17:42:36 Step 3/22 : WORKDIR /edgex-go 17:42:36 ---> Using cache 17:42:36 ---> 663c7b1af413 17:42:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:36 ---> Using cache 17:42:36 ---> 19c34c3005b9 17:42:37 Step 5/22 : RUN apk add --update --no-cache make git 17:42:37 ---> Using cache 17:42:37 ---> e4cb6562318b 17:42:37 Step 6/22 : COPY go.mod . 17:42:37 ---> Using cache 17:42:37 ---> 0c3d7c5c50b5 17:42:37 Step 7/22 : RUN go mod download 17:42:37 ---> Using cache 17:42:37 ---> 5a5514e6fd22 17:42:37 Step 8/22 : COPY . . 17:42:37 ---> Using cache 17:42:37 ---> d0928cf7041b 17:42:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:42:37 ---> Running in b844ea8fbfc1 17:42:37 ---> Running in 6c9f8d52dfc7 17:42:38 Removing intermediate container f756dca82a18 17:42:38 ---> 9eec61767ad6 17:42:38 Step 18/21 : CMD ["--init=true"] 17:42:38 ---> Running in 946889674e21 17:42:38 Removing intermediate container f962d5c13ec2 17:42:38 ---> 7b28f1c92b8a 17:42:38 Step 6/26 : COPY go.mod . 17:42:39 Removing intermediate container 946889674e21 17:42:39 ---> dc65085ae607 17:42:39 Step 19/21 : LABEL arch=x86_64 17:42:39 ---> Running in d3a99fa9fff6 17:42:39 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 17:42:39 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 17:42:39 Removing intermediate container 672cd0982913 17:42:39 ---> fd010a0022b9 17:42:39 Step 8/23 : COPY . . 17:42:39 ---> f1f825048847 17:42:39 Step 7/26 : RUN go mod download 17:42:40 ---> Running in ce4de9bceaef 17:42:40 Removing intermediate container d3a99fa9fff6 17:42:40 ---> 090466dfd03a 17:42:40 Step 20/21 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:42:42 ---> Running in 0786d6f7a6f7 17:42:44 Removing intermediate container 0786d6f7a6f7 17:42:44 ---> eca40a5533de 17:42:44 Step 21/21 : LABEL version=0.0.0 17:42:44 ---> Running in 97122131351d 17:42:45 Removing intermediate container 97122131351d 17:42:45 ---> 7e92acdbbf68 17:42:45 17:42:46 Successfully built 7e92acdbbf68 17:42:46 Removing intermediate container ce4de9bceaef 17:42:46 ---> 45344d2fe11c 17:42:46 Step 8/26 : COPY . . 17:42:48 Successfully tagged docker-security-proxy-setup-go:latest 17:43:09 ---> 30a66bfab199 17:43:09 Step 9/23 : RUN make cmd/core-data/core-data 17:43:09 ---> Running in 57b6c0f07749 17:43: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 17:43:12 ---> 969040d8a483 17:43:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:43:12 ---> Running in 4d6a10180089 17:43:14 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 17:43:21  Building docker-security-proxy-setup-go ... done Removing intermediate container d6ff89952d3b 17:43:21 ---> 23fb70dfc56c 17:43:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:43:21 ---> Running in 26ef57f0ba80 17:43:21 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 17:43:24 Removing intermediate container d8fa000c3473 17:43:24 ---> c2deaf92d309 17:43:24 17:43:24 Step 10/23 : FROM alpine:3.12 17:43:24 ---> 88dd2752d2ea 17:43:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:43:24 ---> Running in b5d110f3dceb 17:43:24 Removing intermediate container 26ef57f0ba80 17:43:24 ---> b40b2baefe4e 17:43:24 17:43:24 Step 11/26 : FROM docker:20.10.0 17:43:24 20.10.0: Pulling from library/docker 17:43:24 Removing intermediate container b5d110f3dceb 17:43:24 ---> 9ac3f1a9e6dc 17:43:24 Step 12/23 : ENV APP_PORT=48080 17:43:25 ---> Running in 11a75bd2ac20 17:43:26 Removing intermediate container 11a75bd2ac20 17:43:26 ---> 6bffeaaa71c6 17:43:26 Step 13/23 : EXPOSE $APP_PORT 17:43:26 ---> Running in bca6bae9c42c 17:43:27 Removing intermediate container bca6bae9c42c 17:43:27 ---> 167db231404b 17:43:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:27 ---> Running in 92d0ec6e3456 17:43:31 Removing intermediate container 92d0ec6e3456 17:43:31 ---> 2d5ba2da92e5 17:43:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:43:31 ---> Running in 8214527478d6 17:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:36 (1/6) Installing dumb-init (1.2.2-r1) 17:43:36 (2/6) Installing libgcc (9.3.0-r2) 17:43:36 (3/6) Installing libsodium (1.0.18-r0) 17:43:36 (4/6) Installing libstdc++ (9.3.0-r2) 17:43:36 (5/6) Installing libzmq (4.3.3-r0) 17:43:37 (6/6) Installing zeromq (4.3.3-r0) 17:43:37 Executing busybox-1.31.1-r19.trigger 17:43:37 OK: 8 MiB in 20 packages 17:43:39 Removing intermediate container 8214527478d6 17:43:39 ---> 174c5ec5fb5f 17:43:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:43:39 Status: Downloaded newer image for docker:20.10.0 17:43:39 ---> aefe523efa57 17:43:39 Step 12/26 : RUN apk add --no-cache bash 17:43:39 ---> Running in fb5914854ca7 17:43:40 ---> a820663751e8 17:43:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:43:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:41 (1/2) Installing readline (8.0.4-r0) 17:43:41 (2/2) Installing bash (5.0.17-r0) 17:43:41 Executing bash-5.0.17-r0.post-install 17:43:41 Executing busybox-1.31.1-r19.trigger 17:43:41 OK: 12 MiB in 22 packages 17:43:41 ---> 2eb294630cbb 17:43:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:43:42 ---> fdd95367244c 17:43:42 Step 19/23 : ENTRYPOINT ["/core-data"] 17:43:42 ---> Running in e33a9102ba2f 17:43:42 Removing intermediate container fb5914854ca7 17:43:42 ---> 7f02f78be155 17:43:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:43:42 ---> Running in 9a16b285e668 17:43:43 Removing intermediate container e33a9102ba2f 17:43:43 ---> 44923e54bd89 17:43:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:43 Removing intermediate container 9a16b285e668 17:43:43 ---> 676b7437ad2b 17:43:43 Step 14/26 : ENV APP_PORT=48090 17:43:43 ---> Running in 24daf32d9a91 17:43:43 ---> Running in 8089a97a8f56 17:43:43 Removing intermediate container 24daf32d9a91 17:43:43 ---> 0d6f1231957a 17:43:43 Step 21/23 : LABEL arch=x86_64 17:43:44 ---> Running in 3d60ae04abda 17:43:44 Removing intermediate container 8089a97a8f56 17:43:44 ---> cc0d90117e95 17:43:44 Step 15/26 : EXPOSE $APP_PORT 17:43:44 ---> Running in 0bc2176cc22b 17:43:44 Removing intermediate container 3d60ae04abda 17:43:44 ---> d90c4e59f85e 17:43:44 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:43:44 ---> Running in 20429621fe4b 17:43:44 Removing intermediate container 0bc2176cc22b 17:43:44 ---> 5635d88d80dd 17:43:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:43:45 Removing intermediate container 20429621fe4b 17:43:45 ---> e33d9ce6d93c 17:43:45 Step 23/23 : LABEL version=0.0.0 17:43:45 ---> Running in ea95181879c1 17:43:45 Removing intermediate container ea95181879c1 17:43:45 ---> 9f60581dfcac 17:43:45 17:43:45 ---> 40b97f6c2217 17:43:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:43:46 Successfully built 9f60581dfcac 17:43:46 Successfully tagged docker-core-data-go:latest 17:43:46  Building docker-core-data-go ... done  ---> 77e63b6563e3 17:43:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:43:47 ---> 40204218426e 17:43:47 Step 19/26 : RUN apk --no-cache add py3-pip 17:43:48 ---> Running in dd07cc9c3e5e 17:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:50 (1/33) Installing libbz2 (1.0.8-r1) 17:43:50 (2/33) Installing expat (2.2.9-r1) 17:43:50 (3/33) Installing libffi (3.3-r2) 17:43:50 (4/33) Installing gdbm (1.13-r1) 17:43:50 (5/33) Installing xz-libs (5.2.5-r0) 17:43:50 (6/33) Installing sqlite-libs (3.32.1-r0) 17:43:50 (7/33) Installing python3 (3.8.8-r0) 17:43:52 (8/33) Installing py3-appdirs (1.4.4-r1) 17:43:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:43:52 (10/33) Installing py3-parsing (2.4.7-r0) 17:43:52 (11/33) Installing py3-six (1.15.0-r0) 17:43:52 (12/33) Installing py3-packaging (20.4-r0) 17:43:52 (13/33) Installing py3-setuptools (47.0.0-r0) 17:43:52 (14/33) Installing py3-chardet (3.0.4-r4) 17:43:52 (15/33) Installing py3-idna (2.9-r0) 17:43:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:43:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:43:52 (18/33) Installing py3-requests (2.23.0-r0) 17:43:52 (19/33) Installing py3-msgpack (1.0.0-r0) 17:43:52 (20/33) Installing py3-lockfile (0.12.2-r3) 17:43:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:43:52 (22/33) Installing py3-colorama (0.4.3-r0) 17:43:52 (23/33) Installing py3-distlib (0.3.0-r0) 17:43:52 (24/33) Installing py3-distro (1.5.0-r1) 17:43:52 (25/33) Installing py3-webencodings (0.5.1-r3) 17:43:52 (26/33) Installing py3-html5lib (1.0.1-r4) 17:43:52 (27/33) Installing py3-pytoml (0.1.21-r0) 17:43:52 (28/33) Installing py3-pep517 (0.8.2-r0) 17:43:52 (29/33) Installing py3-progress (1.5-r0) 17:43:52 (30/33) Installing py3-toml (0.10.1-r0) 17:43:52 (31/33) Installing py3-retrying (1.3.3-r0) 17:43:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:43:52 (33/33) Installing py3-pip (20.1.1-r0) 17:43:53 Executing busybox-1.31.1-r19.trigger 17:43:53 OK: 71 MiB in 55 packages 17:44:05 Removing intermediate container dd07cc9c3e5e 17:44:05 ---> 3df5cf2daf5f 17:44:05 Step 20/26 : RUN pip install docker-compose==1.23.2 17:44:05 ---> Running in 9652ec695263 17:44:08 Collecting docker-compose==1.23.2 17:44:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:44:08 Collecting texttable<0.10,>=0.9.0 17:44:08 Downloading texttable-0.9.1.tar.gz (11 kB) 17:44:09 Collecting PyYAML<4,>=3.10 17:44:09 Downloading PyYAML-3.13.tar.gz (270 kB) 17:44:11 Removing intermediate container b844ea8fbfc1 17:44:11 ---> 1e98a7ba3064 17:44:11 17:44:11 Step 10/31 : FROM alpine:3.12 17:44:11 ---> d10569e2745f 17:44:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:44:11 ---> Running in 11fdc76c3f80 17:44:11 Removing intermediate container 11fdc76c3f80 17:44:11 ---> 3b9c8f1d3c4f 17:44:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:44:11 ---> Running in b8e31e3a1501 17:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:44:11 (1/2) Installing dumb-init (1.2.2-r1) 17:44:11 (2/2) Installing su-exec (0.2-r1) 17:44:11 Executing busybox-1.31.1-r19.trigger 17:44:11 OK: 5 MiB in 16 packages 17:44:11 Removing intermediate container b8e31e3a1501 17:44:11 ---> 0fa048e4246a 17:44:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:44:11 ---> Running in 6c41a748a930 17:44:11 Removing intermediate container 6c41a748a930 17:44:11 ---> 870c83d5eb5c 17:44:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:44:12 ---> Running in 6fabe7330314 17:44:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:44:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:44:12 Collecting dockerpty<0.5,>=0.4.1 17:44:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:44:12 Removing intermediate container 6fabe7330314 17:44:12 ---> 18afc9036d24 17:44:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:44:13 ---> Running in 434ef65f0afe 17:44:13 Collecting docker<4.0,>=3.6.0 17:44:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:44:14 Collecting cached-property<2,>=1.2.0 17:44:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:44:14 Collecting jsonschema<3,>=2.5.1 17:44:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:44:14 Collecting websocket-client<1.0,>=0.32.0 17:44:14 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:44:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:44:14 Collecting docopt<0.7,>=0.6.1 17:44:14 Downloading docopt-0.6.2.tar.gz (25 kB) 17:44:15 Collecting idna<2.8,>=2.5 17:44:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:44:15 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) 17:44:15 Collecting urllib3<1.25,>=1.21.1 17:44:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:44: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) 17:44:16 Collecting docker-pycreds>=0.4.0 17:44:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:44:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:44:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:44:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:44:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:44:16 Installing collected packages: texttable, PyYAML, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, docker-compose 17:44:16 Running setup.py install for texttable: started 17:44:17 Running setup.py install for texttable: finished with status 'done' 17:44:17 Running setup.py install for PyYAML: started 17:44:18 Removing intermediate container 434ef65f0afe 17:44:18 ---> 329eaf52ec9e 17:44:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:44:18 Removing intermediate container 6c9f8d52dfc7 17:44:18 ---> 9197358fd5a9 17:44:18 17:44:18 Step 10/22 : FROM alpine:3.12 17:44:18 ---> d10569e2745f 17:44:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:44:18 ---> Using cache 17:44:18 ---> 15c0bdf2b69e 17:44:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:44:18 ---> Using cache 17:44:18 ---> bc5d554078dd 17:44:18 Step 13/22 : ENV APP_PORT=48085 17:44:18 ---> Running in e96173af234a 17:44:18 ---> Running in 8662fed33d86 17:44:19 Removing intermediate container e96173af234a 17:44:19 ---> 6c057abb93e7 17:44:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:44:19 Running setup.py install for PyYAML: finished with status 'done' 17:44:19 Attempting uninstall: idna 17:44:19 Found existing installation: idna 2.9 17:44:19 Uninstalling idna-2.9: 17:44:19 Successfully uninstalled idna-2.9 17:44:19 Removing intermediate container 8662fed33d86 17:44:19 ---> 65e41d15ee82 17:44:19 Step 14/22 : EXPOSE $APP_PORT 17:44:19 Attempting uninstall: urllib3 17:44:19 Found existing installation: urllib3 1.25.9 17:44:19 Uninstalling urllib3-1.25.9: 17:44:19 ---> Running in 419833158f65 17:44:19 Successfully uninstalled urllib3-1.25.9 17:44:20 Attempting uninstall: requests 17:44:20 Found existing installation: requests 2.23.0 17:44:20 Uninstalling requests-2.23.0: 17:44:20 Successfully uninstalled requests-2.23.0 17:44:20 Running setup.py install for dockerpty: started 17:44:20 ---> 13393a480732 17:44:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:44:20 Removing intermediate container 419833158f65 17:44:20 ---> 2998bc705fc7 17:44:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:44:20 ---> Running in ef85457a3613 17:44:21 Running setup.py install for dockerpty: finished with status 'done' 17:44:22 ---> 4b9e42de1d52 17:44:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:44:22 Running setup.py install for docopt: started 17:44:23 Running setup.py install for docopt: finished with status 'done' 17:44: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 17:44:25 ---> ed2878fd53ad 17:44:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:44:25 Removing intermediate container ef85457a3613 17:44:25 ---> f737aa7fc6b4 17:44:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:44:26 ---> c841e79a9528 17:44:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:44:26 ---> 00cbed8cae36 17:44:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:44:26 ---> Running in 21f6a40ff029 17:44:27 Removing intermediate container 21f6a40ff029 17:44:27 ---> 1ed8417b44be 17:44:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:44:27 Removing intermediate container 9652ec695263 17:44:27 ---> 2bd3b508b0f7 17:44:27 Step 21/26 : RUN apk --no-cache add curl 17:44:27 ---> Running in ca4eb0b76308 17:44:27 ---> Running in 62e8ac24f0f4 17:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:44:28 Removing intermediate container ca4eb0b76308 17:44:28 ---> b7f88e1f5132 17:44:28 Step 20/22 : LABEL arch=arm64 17:44:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:44:28 ---> 7d7fd5b4f9bc 17:44:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:44:28 ---> Running in 624dd6a7c497 17:44:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:44:28 (2/3) Installing libcurl (7.69.1-r3) 17:44:28 (3/3) Installing curl (7.69.1-r3) 17:44:28 Executing busybox-1.31.1-r19.trigger 17:44:28 OK: 72 MiB in 58 packages 17:44:29 Removing intermediate container 624dd6a7c497 17:44:29 ---> 768b95890bb1 17:44:29 Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:44:30 ---> Running in 087a1da03735 17:44:30 ---> 0ab533855240 17:44:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:44:30 Removing intermediate container 62e8ac24f0f4 17:44:30 ---> 00aab8fcd106 17:44:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:44:30 ---> Running in ca5271428024 17:44:31 Removing intermediate container ca5271428024 17:44:31 ---> bbd6a3d0de13 17:44:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:44:31 ---> Running in ee442618ad9a 17:44:31 Removing intermediate container 087a1da03735 17:44:31 ---> cf5956f43718 17:44:31 Step 22/22 : LABEL version=0.0.0 17:44:31 ---> Running in d80af1deb25d 17:44:32 ---> 3e6507efb108 17:44:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:44:32 Removing intermediate container ee442618ad9a 17:44:32 ---> a7d20b968afe 17:44:32 Step 24/26 : LABEL arch=x86_64 17:44:32 ---> Running in 43d7b399ac06 17:44:32 Removing intermediate container d80af1deb25d 17:44:32 ---> 47bba0c043e6 17:44:32 17:44:32 Removing intermediate container 43d7b399ac06 17:44:32 ---> 0eeb434c91c4 17:44:32 Step 25/26 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:44:33 ---> Running in e1cbea823b62 17:44:33 Successfully built 47bba0c043e6 17:44:33 Successfully tagged docker-support-scheduler-go-arm64:latest 17:44:33 Removing intermediate container e1cbea823b62 17:44:33 ---> b01c8701d7c6 17:44:33 Step 26/26 : LABEL version=0.0.0 17:44:33 ---> Running in b4c06ee974b9 17:44:33  Building docker-support-scheduler-go ... done  ---> 0802216dccfd 17:44:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:44:33 Removing intermediate container b4c06ee974b9 17:44:33 ---> 94f1ce0562d9 17:44:33 17:44:34 Removing intermediate container 4d6a10180089 17:44:34 ---> ed1ca5dba87b 17:44:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:44:34 ---> Running in f3b324fbe74d 17:44:34 Successfully built 94f1ce0562d9 17:44:34 ---> Running in edaa81d25c9e 17:44:34 Successfully tagged docker-sys-mgmt-agent-go:latest 17:44:34 Removing intermediate container f3b324fbe74d 17:44:34 ---> e660f9cfdcec 17:44:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:44:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:44:35 $ docker stop --time=1 accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d 17:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:44:35 ---> 90270ec317ec 17:44:35 Step 26/31 : RUN chmod +x /entrypoint.sh 17:44:36 ---> Running in 01a2d96e9bcf 17:44:37 $ docker rm -f accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d [Pipeline] // withDockerContainer [Pipeline] sh 17:44:38 + docker images 17:44:38 + grep docker 17:44:39 Removing intermediate container 01a2d96e9bcf 17:44:39 ---> b12fd9297809 17:44:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:44:39 Removing intermediate container edaa81d25c9e 17:44:39 ---> e4ba3e86d067 17:44:39 17:44:39 Step 11/26 : FROM docker:20.10.0 17:44:39 docker-sys-mgmt-agent-go latest 94f1ce0562d9 6 seconds ago 313MB 17:44:39 docker-core-data-go latest 9f60581dfcac 54 seconds ago 22.6MB 17:44:39 docker-security-proxy-setup-go latest 7e92acdbbf68 About a minute ago 24.7MB 17:44:39 docker-support-scheduler-go latest fec4a7b110f6 2 minutes ago 17.3MB 17:44:39 docker-security-bootstrapper-go latest d6c8f57e35c6 4 minutes ago 18.8MB 17:44:39 docker-security-secretstore-setup-go latest 1d1aad6c35c9 5 minutes ago 24.9MB 17:44:39 docker-core-metadata-go latest 9efb9bb53126 5 minutes ago 19.1MB 17:44:39 docker-core-command-go latest beb3e5c8e3cb 5 minutes ago 17.3MB 17:44:39 docker-support-notifications-go latest fd976f1e0978 5 minutes ago 17.9MB 17:44:39 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } 17:44:39 20.10.0: Pulling from library/docker [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 17:44:40 ---> Running in 1d9170fe15d0 [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 17:44:41 Removing intermediate container 1d9170fe15d0 17:44:41 ---> 592674e5f14a 17:44:41 Step 28/31 : CMD ["gate"] 17:44:42 ---> Running in 5c8b06a8207c 17:44:43 Removing intermediate container 5c8b06a8207c 17:44:43 ---> 85671f2fb1f3 17:44:43 Step 29/31 : LABEL arch=arm64 17:44:43 ---> Running in b427800801d6 17:44:44 Removing intermediate container b427800801d6 17:44:44 ---> 824164301fc6 17:44:44 Step 30/31 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:44:45 ---> Running in a569438316af 17:44:46 Removing intermediate container a569438316af 17:44:46 ---> 36b9f6efb388 17:44:46 Step 31/31 : LABEL version=0.0.0 17:44:46 ---> Running in 3789fcd0b4ad 17:44:47 Removing intermediate container 3789fcd0b4ad 17:44:47 ---> d10c2b8c4f11 17:44:47 17:44:48 Successfully built d10c2b8c4f11 17:44:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:44:50  Building docker-security-bootstrapper-go ... done Removing intermediate container 57b6c0f07749 17:44:50 ---> 47ee75f6c1c7 17:44:50 17:44:50 Step 10/23 : FROM alpine:3.12 17:44:50 ---> d10569e2745f 17:44:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:44:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:44:50 ---> Running in deae7069f1d7 17:44:50 Status: Downloaded newer image for docker:20.10.0 17:44:50 ---> eeaf43b92773 17:44:50 Step 12/26 : RUN apk add --no-cache bash 17:44:50 ---> Running in eb687730dc2b 17:44:50 Removing intermediate container deae7069f1d7 17:44:50 ---> 7bcd11cc9b1f 17:44:50 Step 12/23 : ENV APP_PORT=48080 17:44:51 ---> Running in df75aa293321 17:44:51 Removing intermediate container df75aa293321 17:44:51 ---> a5e1eac6dd47 17:44:51 Step 13/23 : EXPOSE $APP_PORT 17:44:51 ---> Running in fed6446e1d2b 17:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:44:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:44:52 Removing intermediate container fed6446e1d2b 17:44:52 ---> 6dd10a973767 17:44:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:44:52 ---> Running in 2947759192f9 17:44:52 (1/2) Installing readline (8.0.4-r0) 17:44:52 (2/2) Installing bash (5.0.17-r0) 17:44:52 Executing bash-5.0.17-r0.post-install 17:44:52 Executing busybox-1.31.1-r19.trigger 17:44:52 OK: 12 MiB in 22 packages 17:44:54 Removing intermediate container eb687730dc2b 17:44:54 ---> 9943c2a1b426 17:44:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:44:54 ---> Running in 061b5fd230aa 17:44:54 Removing intermediate container 2947759192f9 17:44:54 ---> 70f634a45d27 17:44:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:44:54 ---> Running in 644e29d3dab6 17:44:54 Removing intermediate container 061b5fd230aa 17:44:54 ---> be644fa144a7 17:44:54 Step 14/26 : ENV APP_PORT=48090 17:44:54 ---> Running in dff73285c03f 17:44:55 Removing intermediate container dff73285c03f 17:44:55 ---> a84b46fc2180 17:44:55 Step 15/26 : EXPOSE $APP_PORT 17:44:55 ---> Running in f917c8a7899e 17:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:44:55 Still waiting to schedule task 17:44:55 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-30742’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-30747’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-30748’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ 17:44:56 Removing intermediate container f917c8a7899e 17:44:56 ---> fff44ab253f2 17:44:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:44:57 ---> f234958dde2d 17:44:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:44:57 (1/6) Installing dumb-init (1.2.2-r1) 17:44:57 (2/6) Installing libgcc (9.3.0-r2) 17:44:57 (3/6) Installing libsodium (1.0.18-r0) 17:44:57 (4/6) Installing libstdc++ (9.3.0-r2) 17:44:57 (5/6) Installing libzmq (4.3.3-r0) 17:44:57 (6/6) Installing zeromq (4.3.3-r0) 17:44:57 Executing busybox-1.31.1-r19.trigger 17:44:57 OK: 8 MiB in 20 packages 17:44:57 ---> 371ccdd0bae1 17:44:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:44:58 ---> 5e8bbc6c2440 17:44:58 Step 19/26 : RUN apk --no-cache add py3-pip 17:44:58 ---> Running in c0cf4c911402 17:44:59 Removing intermediate container 644e29d3dab6 17:44:59 ---> fdb9567fcc94 17:44:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:00 ---> 4cd4916b8e68 17:45:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:01 (1/33) Installing libbz2 (1.0.8-r1) 17:45:01 (2/33) Installing expat (2.2.9-r1) 17:45:01 (3/33) Installing libffi (3.3-r2) 17:45:01 (4/33) Installing gdbm (1.13-r1) 17:45:01 (5/33) Installing xz-libs (5.2.5-r0) 17:45:01 (6/33) Installing sqlite-libs (3.32.1-r0) 17:45:01 (7/33) Installing python3 (3.8.8-r0) 17:45:01 ---> 76fc81623411 17:45:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:45:03 ---> 4734c2605583 17:45:03 Step 19/23 : ENTRYPOINT ["/core-data"] 17:45:03 ---> Running in fbca435b9edc 17:45:03 (8/33) Installing py3-appdirs (1.4.4-r1) 17:45:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:45:03 (10/33) Installing py3-parsing (2.4.7-r0) 17:45:03 (11/33) Installing py3-six (1.15.0-r0) 17:45:03 (12/33) Installing py3-packaging (20.4-r0) 17:45:03 (13/33) Installing py3-setuptools (47.0.0-r0) 17:45:03 (14/33) Installing py3-chardet (3.0.4-r4) 17:45:03 (15/33) Installing py3-idna (2.9-r0) 17:45:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:45:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:45:03 (18/33) Installing py3-requests (2.23.0-r0) 17:45:03 (19/33) Installing py3-msgpack (1.0.0-r0) 17:45:03 Removing intermediate container fbca435b9edc 17:45:03 ---> 1e2ff0e0b0ba 17:45:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:03 (20/33) Installing py3-lockfile (0.12.2-r3) 17:45:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:45:03 (22/33) Installing py3-colorama (0.4.3-r0) 17:45:03 (23/33) Installing py3-distlib (0.3.0-r0) 17:45:03 (24/33) Installing py3-distro (1.5.0-r1) 17:45:03 (25/33) Installing py3-webencodings (0.5.1-r3) 17:45:03 (26/33) Installing py3-html5lib (1.0.1-r4) 17:45:03 (27/33) Installing py3-pytoml (0.1.21-r0) 17:45:03 (28/33) Installing py3-pep517 (0.8.2-r0) 17:45:03 ---> Running in ca1a89a600a4 17:45:03 (29/33) Installing py3-progress (1.5-r0) 17:45:03 (30/33) Installing py3-toml (0.10.1-r0) 17:45:03 (31/33) Installing py3-retrying (1.3.3-r0) 17:45:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:45:03 (33/33) Installing py3-pip (20.1.1-r0) 17:45:04 Executing busybox-1.31.1-r19.trigger 17:45:04 OK: 71 MiB in 55 packages 17:45:04 Removing intermediate container ca1a89a600a4 17:45:04 ---> 2f013ceed14d 17:45:04 Step 21/23 : LABEL arch=arm64 17:45:04 ---> Running in f62048f0091a 17:45:05 Removing intermediate container f62048f0091a 17:45:05 ---> 15663c12b44d 17:45:05 Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:45:05 ---> Running in 91210ca474d6 17:45:06 Removing intermediate container 91210ca474d6 17:45:06 ---> 9bf176b9785b 17:45:06 Step 23/23 : LABEL version=0.0.0 17:45:06 ---> Running in 17c9618b22af 17:45:06 Removing intermediate container 17c9618b22af 17:45:06 ---> f500d150f30f 17:45:06 17:45:07 Successfully built f500d150f30f 17:45:07 Successfully tagged docker-core-data-go-arm64:latest 17:45:09  Building docker-core-data-go ... done Removing intermediate container c0cf4c911402 17:45:09 ---> bc9036f13872 17:45:09 Step 20/26 : RUN pip install docker-compose==1.23.2 17:45:10 ---> Running in 7d0061c4eb81 17:45:15 Collecting docker-compose==1.23.2 17:45:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:45:15 Collecting texttable<0.10,>=0.9.0 17:45:15 Downloading texttable-0.9.1.tar.gz (11 kB) 17:45:18 Collecting PyYAML<4,>=3.10 17:45:18 Downloading PyYAML-3.13.tar.gz (270 kB) 17:45:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:45:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:45:22 Collecting cached-property<2,>=1.2.0 17:45:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:45:22 Collecting jsonschema<3,>=2.5.1 17:45:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:45:23 Collecting docker<4.0,>=3.6.0 17:45:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:45:23 Collecting dockerpty<0.5,>=0.4.1 17:45:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:45:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:45:25 Collecting docopt<0.7,>=0.6.1 17:45:25 Downloading docopt-0.6.2.tar.gz (25 kB) 17:45:27 Collecting websocket-client<1.0,>=0.32.0 17:45:27 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:45:28 Collecting idna<2.8,>=2.5 17:45:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:45:28 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) 17:45:28 Collecting urllib3<1.25,>=1.21.1 17:45:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:45:29 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) 17:45:29 Collecting docker-pycreds>=0.4.0 17:45:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:45:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:45:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:45:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:45:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:45:30 Installing collected packages: texttable, PyYAML, idna, urllib3, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docopt, docker-compose 17:45:30 Running setup.py install for texttable: started 17:45:32 Running setup.py install for texttable: finished with status 'done' 17:45:32 Running setup.py install for PyYAML: started 17:45:34 Running setup.py install for PyYAML: finished with status 'done' 17:45:34 Attempting uninstall: idna 17:45:34 Found existing installation: idna 2.9 17:45:34 Uninstalling idna-2.9: 17:45:34 Successfully uninstalled idna-2.9 17:45:35 Attempting uninstall: urllib3 17:45:35 Found existing installation: urllib3 1.25.9 17:45:35 Uninstalling urllib3-1.25.9: 17:45:35 Successfully uninstalled urllib3-1.25.9 17:45:36 Attempting uninstall: requests 17:45:36 Found existing installation: requests 2.23.0 17:45:36 Uninstalling requests-2.23.0: 17:45:36 Successfully uninstalled requests-2.23.0 17:45:38 Running setup.py install for dockerpty: started 17:45:39 Running setup.py install for dockerpty: finished with status 'done' 17:45:39 Running setup.py install for docopt: started 17:45:41 Running setup.py install for docopt: finished with status 'done' 17:45:42 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 17:45:47 Removing intermediate container 7d0061c4eb81 17:45:47 ---> a791db72883d 17:45:47 Step 21/26 : RUN apk --no-cache add curl 17:45:47 ---> Running in 18013de6ab69 17:45:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:45:49 (2/3) Installing libcurl (7.69.1-r3) 17:45:49 (3/3) Installing curl (7.69.1-r3) 17:45:49 Executing busybox-1.31.1-r19.trigger 17:45:49 OK: 72 MiB in 58 packages 17:45:50 Removing intermediate container 18013de6ab69 17:45:50 ---> d6a7cdc3bf2b 17:45:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:45:50 ---> Running in 590c0124ab6e 17:45:50 Removing intermediate container 590c0124ab6e 17:45:50 ---> 94d7aa2b3c7f 17:45:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:51 ---> Running in 53d202536d10 17:45:51 Removing intermediate container 53d202536d10 17:45:51 ---> 7a1a23b575ec 17:45:51 Step 24/26 : LABEL arch=arm64 17:45:51 ---> Running in 1bd8c8607e53 17:45:51 Removing intermediate container 1bd8c8607e53 17:45:51 ---> 869f7f621bdd 17:45:51 Step 25/26 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:45:52 ---> Running in 495b9e1edad4 17:45:52 Removing intermediate container 495b9e1edad4 17:45:52 ---> c244c0d90fcb 17:45:52 Step 26/26 : LABEL version=0.0.0 17:45:52 ---> Running in df6791de9f35 17:45:53 Removing intermediate container df6791de9f35 17:45:53 ---> 11e89d1b83be 17:45:53 17:45:53 Successfully built 11e89d1b83be 17:45:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:45:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:45:54 $ docker stop --time=1 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e 17:45:55 $ docker rm -f 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e [Pipeline] // withDockerContainer [Pipeline] sh 17:45:56 + docker images 17:45:56 + grep docker 17:45:56 docker-sys-mgmt-agent-go-arm64 latest 11e89d1b83be 3 seconds ago 300MB 17:45:56 docker-core-data-go-arm64 latest f500d150f30f 50 seconds ago 21.3MB 17:45:56 docker-security-bootstrapper-go-arm64 latest d10c2b8c4f11 About a minute ago 17.8MB 17:45:56 docker-support-scheduler-go-arm64 latest 47bba0c043e6 About a minute ago 16.3MB 17:45:56 docker-support-notifications-go-arm64 latest f2b3ec252964 4 minutes ago 16.9MB 17:45:56 docker-core-metadata-go-arm64 latest 5fa1674feb72 4 minutes ago 17.9MB 17:45:56 docker-core-command-go-arm64 latest 358e8236da94 4 minutes ago 16.4MB 17:45:56 docker-security-secretstore-setup-go-arm64 latest 3c816ca1f4a0 4 minutes ago 23.7MB 17:45:56 docker-security-proxy-setup-go-arm64 latest 39130301ea39 4 minutes ago 23.4MB 17:45:56 docker 20.10.0 eeaf43b92773 3 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 17:45:57 ---> job-cost.sh 17:45:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qQOs 17:46:29 Running on prd-ubuntu18.04-docker-8c-8g-30749 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 17:46:29 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 17:46:33 using credential edgex-jenkins-ssh 17:46:33 Cloning the remote Git repository 17:46:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:46:33 > git init /w/workspace/edgex-go/4 # timeout=10 17:46:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:46:33 > git --version # timeout=10 17:46:33 > git --version # 'git version 2.17.1' 17:46:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:46:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:46:49 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:46:49 Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 17:46:49 Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) 17:46:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:46:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:46:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:46:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:46:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:46:49 > git config core.sparsecheckout # timeout=10 17:46:49 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 17:46:49 > git remote # timeout=10 17:46:49 > git config --get remote.origin.url # timeout=10 17:46:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:49 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:46:49 > git rev-parse HEAD^{commit} # timeout=10 17:46:49 > git config core.sparsecheckout # timeout=10 17:46:49 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 17:46:53 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 17:46:53 17:46:53 GitHub has been notified of this commit’s build result 17:46:53 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:46:54 + echo snap-build.sh 17:46:54 snap-build.sh 17:46:54 + SNAP_BASE_DIR=. 17:46:54 + '[' '!' -z /w/workspace/edgex-go/4 ']' 17:46:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 17:46:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 17:46:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 17:46:54 + cd /w/workspace/edgex-go/4 17:46:54 + sudo apt-get remove -qy --purge lxd lxd-client 17:46:54 Reading package lists... 17:46:54 Building dependency tree... 17:46:54 Reading state information... 17:46:55 The following packages were automatically installed and are no longer required: 17:46:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:46:55 uidmap xdelta3 17:46:55 Use 'sudo apt autoremove' to remove them. 17:46:55 The following packages will be REMOVED: 17:46:55 lxd* lxd-client* 17:46:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:46:55 After this operation, 31.7 MB disk space will be freed. 17:46:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:46:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:46:58 Removing lxd dnsmasq configuration 17:46:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:46:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:46:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:46:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:46:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:47:01 Processing triggers for systemd (237-3ubuntu10.42) ... 17:47:02 Processing triggers for ureadahead (0.100.0-21) ... 17:47:04 + sudo snap remove --purge lxd 17:47:04 snap "lxd" is not installed 17:47:04 + sudo groupadd --force --system lxd 17:47:04 ++ whoami 17:47:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:47:04 + newgrp - lxd 17:47:04 + sudo snap install lxd 17:47:14 2021-03-20T17:47:12Z INFO Waiting for automatic snapd restart... 17:47:33 lxd 4.12 from Canonical* installed 17:47:33 + sudo lxd init --auto 17:47:41 + sudo snap install --classic snapcraft 17:47:49 snapcraft 4.5.4 from Canonical* installed 17:47:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:47:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:47:49 % Total % Received % Xferd Average Speed Time Time Time Current 17:47:49 Dload Upload Total Spent Left Speed 17:47:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 17:47:49 100 3325k 100 3325k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.2M 17:47:49 ./yq_linux_amd64 17:47:49 + sudo snapcraft prime --use-lxd 17:47:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:47:52 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: 17:47:52 - README.md 17:47:52 17:47:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:47:53 Launching a container. 17:48:08 Waiting for container to be ready 17:48:08 To start your first instance, try: lxc launch ubuntu:18.04 17:48:08 17:48:13 lf-activate-venv(): INFO: Adding /tmp/venv-qQOs/bin to PATH 17:48:13 INFO: No Stack... 17:48:13 INFO: Retrieving Pricing Info for: lf-standard-4 17:48:13 INFO: Archiving Costs [Pipeline] sh 17:48:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:48:13 Waiting for network to be ready... 17:48:13 + cat /w/workspace/edgex-go/4/archives/cost.csv 17:48:13 + cut -d, -f6 [Pipeline] lock 17:48:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] 17:48:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] did not exist. Created. 17:48:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:48:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:48:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:48:14 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:48:14 + echo total: 0.20999999344348907 [Pipeline] stash 17:48:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:48:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:48:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:48:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:48:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:48:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:48:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:48:14 Stashed 1 file(s) [Pipeline] } 17:48:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] 17:48:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:48:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 17:48:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:48:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:48:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:48:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:48:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:48:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] // stage [Pipeline] } 17:48:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:48:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:48:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:48:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:48:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:48:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:48:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:48:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:48:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:48:19 Fetched 24.1 MB in 6s (4118 kB/s) 17:48:21 Reading package lists... 17:48:21 Reading package lists... 17:48:21 Building dependency tree... 17:48:21 Reading state information... 17:48:22 The following additional packages will be installed: 17:48:22 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:48:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:48:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:48:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:48:22 Suggested packages: 17:48:22 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:48:22 Recommended packages: 17:48:22 gnupg libsasl2-modules 17:48:22 The following NEW packages will be installed: 17:48:22 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:48:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:48:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:48:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:48:22 The following packages will be upgraded: 17:48:22 gpg gpg-agent gpgconf libudev1 17:48:22 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:48:22 Need to get 3530 kB of archives. 17:48:22 After this operation, 13.3 MB of additional disk space will be used. 17:48:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:48:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 17:48:22 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] 17:48:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:48:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:48:22 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 17:48:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:48:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:48:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:48:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:48:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:48:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:48:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:48:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:48:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:48:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:48:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:48:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:48:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:48:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:48:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:48:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:48:23 debconf: delaying package configuration, since apt-utils is not installed 17:48:23 Fetched 3530 kB in 1s (3185 kB/s) 17:48:23 (Reading database ... 12511 files and directories currently installed.) 17:48:23 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 17:48:23 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:48:23 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 17:48:24 Selecting previously unselected package udev. 17:48:24 (Reading database ... 12511 files and directories currently installed.) 17:48:24 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 17:48:24 Unpacking udev (237-3ubuntu10.45) ... 17:48:24 Selecting previously unselected package libfuse2:amd64. 17:48:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:48:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:48:24 Selecting previously unselected package fuse. 17:48:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:48:24 Unpacking fuse (2.9.7-1ubuntu1) ... 17:48:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:48:24 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:48:24 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:48:24 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:48:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:48:25 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:48:25 Selecting previously unselected package libksba8:amd64. 17:48:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:48:25 Unpacking libksba8:amd64 (1.3.5-2) ... 17:48:25 Selecting previously unselected package libroken18-heimdal:amd64. 17:48:25 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:25 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:48:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:48:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:25 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:48:25 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:25 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:25 Selecting previously unselected package libwind0-heimdal:amd64. 17:48:25 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:25 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:48:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:48:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:48:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:48:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:48:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:26 Selecting previously unselected package libsasl2-modules-db:amd64. 17:48:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:48:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:48:26 Selecting previously unselected package libsasl2-2:amd64. 17:48:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:48:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:48:26 Selecting previously unselected package libldap-common. 17:48:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:48:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:48:26 Selecting previously unselected package libldap-2.4-2:amd64. 17:48:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:48:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:48:27 Selecting previously unselected package dirmngr. 17:48:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:48:27 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:48:27 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:48:27 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:48:27 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:48:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:48:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:48:27 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:48:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:27 Setting up libksba8:amd64 (1.3.5-2) ... 17:48:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:48:27 Setting up udev (237-3ubuntu10.45) ... 17:48:28 invoke-rc.d: policy-rc.d denied execution of start. 17:48:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:28 Processing triggers for systemd (237-3ubuntu10) ... 17:48:28 Setting up fuse (2.9.7-1ubuntu1) ... 17:48:28 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:48:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:29 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:29 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:48:29 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:48:29 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:48:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:48:30 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:48:30 settings in the [Install] section, and DefaultInstance for template units). 17:48:30 This means they are not meant to be enabled using systemctl. 17:48:30 Possible reasons for having this kind of units are: 17:48:30 1) A unit may be statically enabled by being symlinked from another unit's 17:48:30 .wants/ or .requires/ directory. 17:48:30 2) A unit's purpose may be to act as a helper for some other unit which has 17:48:30 a requirement dependency on it. 17:48:30 3) A unit may be started when needed via activation (socket, path, timer, 17:48:30 D-Bus, udev, scripted systemctl call, ...). 17:48:30 4) In case of template units, the unit is meant to be enabled with some 17:48:30 instance name specified. 17:48:30 Reading package lists... 17:48:30 Building dependency tree... 17:48:30 Reading state information... 17:48:30 The following additional packages will be installed: 17:48:30 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:48:30 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:48:30 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:48:30 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:48:30 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:48:30 Suggested packages: 17:48:30 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:48:30 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:48:30 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:48:30 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:48:30 systemd-container policykit-1 17:48:30 Recommended packages: 17:48:30 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:48:30 The following NEW packages will be installed: 17:48:30 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:48:30 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:48:30 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:48:30 multiarch-support openssh-client python3 python3-minimal python3.6 17:48:30 python3.6-minimal snapd squashfs-tools sudo 17:48:30 The following packages will be upgraded: 17:48:30 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:48:30 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:48:30 Need to get 35.2 MB of archives. 17:48:30 After this operation, 141 MB of additional disk space will be used. 17:48:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:48:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:48:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 17:48:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:48:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:48:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:48:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:48:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:48:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:48:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:48:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:48:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:48:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:48:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:48:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:48:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:48:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:48:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:48:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:48:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 17:48:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:48:31 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:48:31 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:48:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:48:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:48:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:48:31 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:48:31 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:48:32 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:48:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:48:32 debconf: delaying package configuration, since apt-utils is not installed 17:48:32 Fetched 35.2 MB in 2s (23.0 MB/s) 17:48:32 (Reading database ... 12757 files and directories currently installed.) 17:48:32 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 17:48:32 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:48:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 17:48:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:48:34 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 17:48:35 (Reading database ... 12757 files and directories currently installed.) 17:48:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:48:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:48:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:48:35 (Reading database ... 12757 files and directories currently installed.) 17:48:35 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:48:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:48:36 Setting up apt (1.6.12ubuntu0.2) ... 17:48:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:48:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:48:37 (Reading database ... 12764 files and directories currently installed.) 17:48:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:48:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:48:37 Selecting previously unselected package libpython3.6-minimal:amd64. 17:48:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:48:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:48:37 Selecting previously unselected package libexpat1:amd64. 17:48:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:48:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:48:37 Selecting previously unselected package python3.6-minimal. 17:48:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:48:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:48:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:48:38 Checking for services that may need to be restarted...done. 17:48:38 Checking for services that may need to be restarted...done. 17:48:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:48:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:48:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:48:39 Selecting previously unselected package python3-minimal. 17:48:39 (Reading database ... 13012 files and directories currently installed.) 17:48:39 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:48:39 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:48:39 Selecting previously unselected package mime-support. 17:48:39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:48:39 Unpacking mime-support (3.60ubuntu1) ... 17:48:39 Selecting previously unselected package libmpdec2:amd64. 17:48:39 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:48:39 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:48:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:48:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:48:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:48:40 Selecting previously unselected package python3.6. 17:48:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:48:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:48:40 Selecting previously unselected package libpython3-stdlib:amd64. 17:48:40 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:48:40 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:48:40 Setting up python3-minimal (3.6.7-1~18.04) ... 17:48:41 Selecting previously unselected package python3. 17:48:41 (Reading database ... 13442 files and directories currently installed.) 17:48:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:48:41 Unpacking python3 (3.6.7-1~18.04) ... 17:48:41 Selecting previously unselected package multiarch-support. 17:48:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:48:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:48:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:48:41 Selecting previously unselected package liblzo2-2:amd64. 17:48:41 (Reading database ... 13479 files and directories currently installed.) 17:48:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:48:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:48:41 Selecting previously unselected package libbsd0:amd64. 17:48:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:48:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:48:41 Selecting previously unselected package sudo. 17:48:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:48:41 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:48:42 Selecting previously unselected package apparmor. 17:48:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:48:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:48:42 Selecting previously unselected package libedit2:amd64. 17:48:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:48:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:48:42 Selecting previously unselected package libkrb5support0:amd64. 17:48:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:48:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:48:42 Selecting previously unselected package libk5crypto3:amd64. 17:48:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:48:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:48:42 Selecting previously unselected package libkeyutils1:amd64. 17:48:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:48:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:48:42 Selecting previously unselected package libkrb5-3:amd64. 17:48:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:48:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:48:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:48:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:48:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:48:43 Selecting previously unselected package libssl1.0.0:amd64. 17:48:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:48:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:48:43 Selecting previously unselected package openssh-client. 17:48:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:48:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:48:43 Selecting previously unselected package squashfs-tools. 17:48:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:48:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:48:43 Selecting previously unselected package snapd. 17:48:43 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:48:43 Unpacking snapd (2.48.3+18.04) ... 17:48:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:48:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:48:46 Setting up mime-support (3.60ubuntu1) ... 17:48:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:48:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:48:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:48:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:48:46 Setting up systemd (237-3ubuntu10.45) ... 17:48:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:48:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:48:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:48:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:48:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:48:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:48:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:48:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:48:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:48:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:48:48 Setting up python3 (3.6.7-1~18.04) ... 17:48:49 running python rtupdate hooks for python3.6... 17:48:49 running python post-rtupdate hooks for python3.6... 17:48:49 Setting up apparmor (2.12-4ubuntu5.1) ... 17:48:50 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:48:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:48:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:48:51 Setting up snapd (2.48.3+18.04) ... 17:48:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:48:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:48:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:48:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:48:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:48:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:48:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:48:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:48:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:48:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:48:54 /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' 17:48:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:48:54 Processing triggers for systemd (237-3ubuntu10.45) ... 17:48:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:48:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:48:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:48:58 Reading package lists... 17:48:58 Reading package lists... 17:48:59 Building dependency tree... 17:48:59 Reading state information... 17:48:59 Calculating upgrade... 17:48:59 The following packages will be upgraded: 17:48:59 advancecomp base-files bash binutils binutils-common 17:48:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:48:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:48:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:48:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:48:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:48:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:48:59 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:48:59 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:48:59 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:48:59 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:48:59 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:48:59 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:48:59 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:48:59 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:48:59 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:48:59 Need to get 63.8 MB of archives. 17:48:59 After this operation, 5207 kB of additional disk space will be used. 17:48:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 17:48:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:48:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:48:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:48:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:48:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:48:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:48:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:48:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:48:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:48:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:48:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:48:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:48:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:48:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:48:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:48:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:48:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:48:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:48:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:48:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:49:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:49:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:49:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:49:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:49:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:49:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:49:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:49:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:49:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:49:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:49:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:49:00 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:49:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:49:00 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:49:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:49:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:49:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:49:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:49:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:49:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:49:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:49:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:49:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:49:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:49:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:49:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:49:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 17:49:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:49:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:49:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:49:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:49:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:49:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:49:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:49:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:49:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:49:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:49:00 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:49:00 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:49:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:49:00 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:49:00 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:49:00 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:49:00 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:49:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:49:00 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:49:00 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:49:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:49:00 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:49:00 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:49:00 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:49:00 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:49:00 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:49:00 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:49:00 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:49:00 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:49:00 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:49:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:49:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:49:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:49:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:49:01 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:49:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 17:49:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:49:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:49:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:49:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:49:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:49:01 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:49:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:49:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:49:01 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:49:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:49:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:49:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:49:01 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:49:01 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:49:01 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:49:01 debconf: delaying package configuration, since apt-utils is not installed 17:49:01 Fetched 63.8 MB in 2s (32.9 MB/s) 17:49:01 (Reading database ... 13912 files and directories currently installed.) 17:49:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:49:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:49:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:49:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:49:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 17:49:03 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 17:49:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:05 (Reading database ... 13911 files and directories currently installed.) 17:49:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:49:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:49:05 (Reading database ... 13911 files and directories currently installed.) 17:49:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:49:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:49:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:06 (Reading database ... 13911 files and directories currently installed.) 17:49:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:49:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:49:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:49:08 (Reading database ... 13911 files and directories currently installed.) 17:49:08 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:49:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:49:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:49:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:49:09 Setting up base-files (10.1ubuntu2.10) ... 17:49:09 Installing new version of config file /etc/issue ... 17:49:09 Installing new version of config file /etc/issue.net ... 17:49:09 Installing new version of config file /etc/lsb-release ... 17:49:09 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:49:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:49:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:49:09 Removing obsolete conffile /etc/default/motd-news ... 17:49:09 (Reading database ... 13912 files and directories currently installed.) 17:49:09 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:49:09 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:49:09 Setting up bash (4.4.18-2ubuntu1.2) ... 17:49:10 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 17:49:10 (Reading database ... 13912 files and directories currently installed.) 17:49:10 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:10 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:49:10 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:49:10 (Reading database ... 13912 files and directories currently installed.) 17:49:10 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:49:10 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:49:10 Setting up tar (1.29b-2ubuntu0.2) ... 17:49:10 (Reading database ... 13912 files and directories currently installed.) 17:49:10 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:49:10 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:49:11 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:49:11 (Reading database ... 13912 files and directories currently installed.) 17:49:11 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:49:11 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:49:11 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:49:11 (Reading database ... 13912 files and directories currently installed.) 17:49:11 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:49:11 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:49:11 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:49:11 (Reading database ... 13912 files and directories currently installed.) 17:49:11 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:49:11 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:49:12 Setting up grep (3.1-2build1) ... 17:49:12 (Reading database ... 13912 files and directories currently installed.) 17:49:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:49:12 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:49:12 Setting up login (1:4.5-1ubuntu2) ... 17:49:12 (Reading database ... 13912 files and directories currently installed.) 17:49:12 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:49:12 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:49:13 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:49:13 (Reading database ... 13912 files and directories currently installed.) 17:49:13 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:49:13 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:49:14 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:49:14 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:49:14 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:49:14 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:49:14 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:49:15 (Reading database ... 13912 files and directories currently installed.) 17:49:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:49:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:49:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:49:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:49:16 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:49:16 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:49:16 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:49:16 (Reading database ... 13912 files and directories currently installed.) 17:49:16 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:49:16 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:49:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:49:17 (Reading database ... 13912 files and directories currently installed.) 17:49:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:49:17 (Reading database ... 13912 files and directories currently installed.) 17:49:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:17 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:49:17 (Reading database ... 13912 files and directories currently installed.) 17:49:17 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:17 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:17 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:49:17 (Reading database ... 13912 files and directories currently installed.) 17:49:17 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:17 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:49:18 (Reading database ... 13912 files and directories currently installed.) 17:49:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:49:18 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:49:18 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:49:18 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:49:18 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:49:18 (Reading database ... 13912 files and directories currently installed.) 17:49:18 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:49:18 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:49:18 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:49:18 (Reading database ... 13912 files and directories currently installed.) 17:49:18 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:18 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:49:19 (Reading database ... 13912 files and directories currently installed.) 17:49:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:49:19 (Reading database ... 13912 files and directories currently installed.) 17:49:19 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:49:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:49:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:49:21 (Reading database ... 13912 files and directories currently installed.) 17:49:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:49:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:49:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:49:22 (Reading database ... 13912 files and directories currently installed.) 17:49:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:49:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:49:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:49:22 (Reading database ... 13914 files and directories currently installed.) 17:49:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:49:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:49:22 Setting up debconf (1.5.66ubuntu1) ... 17:49:23 (Reading database ... 13914 files and directories currently installed.) 17:49:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:49:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:49:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:49:23 (Reading database ... 13914 files and directories currently installed.) 17:49:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:49:23 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:49:23 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:49:23 (Reading database ... 13914 files and directories currently installed.) 17:49:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:49:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:49:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:49:24 (Reading database ... 13914 files and directories currently installed.) 17:49:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:49:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:49:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:49:24 (Reading database ... 13914 files and directories currently installed.) 17:49:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:49:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:49:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:49:25 (Reading database ... 13914 files and directories currently installed.) 17:49:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:49:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:49:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 17:49:25 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:49:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:49:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:49:25 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:49:26 (Reading database ... 13914 files and directories currently installed.) 17:49:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:49:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:49:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:49:27 (Reading database ... 13914 files and directories currently installed.) 17:49:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:49:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:49:27 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:49:28 (Reading database ... 13914 files and directories currently installed.) 17:49:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:49:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:49:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:49:28 (Reading database ... 13914 files and directories currently installed.) 17:49:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:49:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:49:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:49:29 (Reading database ... 13914 files and directories currently installed.) 17:49:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:49:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:49:29 Setting up passwd (1:4.5-1ubuntu2) ... 17:49:29 (Reading database ... 13914 files and directories currently installed.) 17:49:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:49:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:49:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:49:30 (Reading database ... 13914 files and directories currently installed.) 17:49:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:49:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:49:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:49:30 (Reading database ... 13914 files and directories currently installed.) 17:49:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:49:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:49:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:49:30 (Reading database ... 13914 files and directories currently installed.) 17:49:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:49:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:49:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:49:31 (Reading database ... 13914 files and directories currently installed.) 17:49:31 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:49:31 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:49:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:49:31 (Reading database ... 13914 files and directories currently installed.) 17:49:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:49:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:49:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:49:31 (Reading database ... 13914 files and directories currently installed.) 17:49:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:49:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:49:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:49:32 (Reading database ... 13915 files and directories currently installed.) 17:49:32 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:49:32 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:49:32 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:49:32 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:49:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:49:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:49:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:49:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:49:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:49:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:49:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:49:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:49:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:49:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:49:33 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:49:33 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:49:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:49:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:49:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:49:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:49:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:49:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:49:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:49:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:49:35 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:49:35 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:49:35 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:49:35 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:49:35 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:49:35 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:49:36 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:49:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:49:36 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:49:36 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:49:36 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:49:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:49:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:37 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:37 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:37 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:39 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:39 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:49:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:49:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:49:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:49:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:49:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:49:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:49:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:49:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:49:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:49:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:49:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:49:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:49:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:49:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:49:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:49:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:49:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:49:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:49:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:49:44 17:49:44 Current default time zone: 'Etc/UTC' 17:49:44 Local time is now: Sat Mar 20 17:49:43 UTC 2021. 17:49:44 Universal Time is now: Sat Mar 20 17:49:43 UTC 2021. 17:49:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:49:44 17:49:44 Setting up systemd-sysv (237-3ubuntu10.45) ... 17:49:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:44 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 17:49:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:49:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:49:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:49:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:49:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:49:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:49:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:49:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:49:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:49:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:44 Setting up patch (2.7.6-2ubuntu1.1) ... 17:49:45 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:49:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:49:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:49:45 Installing new version of config file /etc/ssl/openssl.cnf ... 17:49:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:49:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:49:45 Setting up ca-certificates (20210119~18.04.1) ... 17:49:47 Updating certificates in /etc/ssl/certs... 17:49:48 23 added, 27 removed; done. 17:49:48 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:49:48 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:49:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:49:49 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:49:49 Setting up pkgbinarymangler (138.18.04.1) ... 17:49:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:49:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up perl (5.26.1-6ubuntu0.5) ... 17:49:49 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:49:49 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:49:49 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:49:49 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:49:49 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:49:49 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:49:49 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:49:49 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:49:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:49:49 Processing triggers for systemd (237-3ubuntu10.45) ... 17:49:50 Processing triggers for mime-support (3.60ubuntu1) ... 17:49:50 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:49:50 Updating certificates in /etc/ssl/certs... 17:49:51 0 added, 0 removed; done. 17:49:51 Running hooks in /etc/ca-certificates/update.d... 17:49:51 done. 17:49:51 Reading package lists... 17:49:51 Building dependency tree... 17:49:51 Reading state information... 17:49:52 The following NEW packages will be installed: 17:49:52 apt-transport-https 17:49:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:49:52 Need to get 1696 B of archives. 17:49:52 After this operation, 153 kB of additional disk space will be used. 17:49:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:49:52 debconf: delaying package configuration, since apt-utils is not installed 17:49:52 Fetched 1696 B in 0s (12.3 kB/s) 17:49:52 Selecting previously unselected package apt-transport-https. 17:49:52 (Reading database ... 13920 files and directories currently installed.) 17:49:52 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:49:52 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:49:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:49:53 Waiting for network to be ready... 17:50:01 2021-03-20T17:49:59Z INFO Waiting for automatic snapd restart... 17:50:01 snapd 2.49 from Canonical* installed 17:50:03 "snapd" switched to the "latest/stable" channel 17:50:03 17:50:09 core18 20210128 from Canonical* installed 17:50:09 "core18" switched to the "latest/stable" channel 17:50:09 17:50:16 snapcraft 4.5.4 from Canonical* installed 17:50:16 "snapcraft" switched to the "latest/stable" channel 17:50:16 17:50:20 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: 17:50:20 - README.md 17:50:20 17:50:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:50:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:50:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:50:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:50:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:50:29 Reading package lists... 17:50:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 17:50:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:50:37 Reading package lists... 17:50:37 Building dependency tree... 17:50:37 Reading state information... 17:50:37 Suggested packages: 17:50:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:50:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:50:37 Recommended packages: 17:50:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:50:37 The following NEW packages will be installed: 17:50:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:50:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:50:37 pkg-config zip 17:50:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:50:37 Need to get 7657 kB of archives. 17:50:37 After this operation, 43.8 MB of additional disk space will be used. 17:50:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:50:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:50:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:50:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:50:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:50:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:50:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:50:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:50:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:50:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:50:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:50:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:50:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:50:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:50:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:50:37 debconf: delaying package configuration, since apt-utils is not installed 17:50:37 Fetched 7657 kB in 1s (9740 kB/s) 17:50:38 Selecting previously unselected package libglib2.0-0:amd64. 17:50:38 (Reading database ... 13924 files and directories currently installed.) 17:50:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:50:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:50:38 Selecting previously unselected package libpsl5:amd64. 17:50:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:50:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:50:38 Selecting previously unselected package libnghttp2-14:amd64. 17:50:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:50:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:50:38 Selecting previously unselected package librtmp1:amd64. 17:50:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:50:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:50:38 Selecting previously unselected package libcurl3-gnutls:amd64. 17:50:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:50:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:50:38 Selecting previously unselected package liberror-perl. 17:50:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:50:38 Unpacking liberror-perl (0.17025-1) ... 17:50:38 Selecting previously unselected package git-man. 17:50:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:50:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:50:39 Selecting previously unselected package git. 17:50:39 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:50:39 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:50:40 Selecting previously unselected package libnorm1:amd64. 17:50:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:50:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:50:40 Selecting previously unselected package libpgm-5.2-0:amd64. 17:50:40 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:50:40 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:50:40 Selecting previously unselected package libsodium23:amd64. 17:50:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:50:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:50:40 Selecting previously unselected package libzmq5:amd64. 17:50:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:50:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:50:40 Selecting previously unselected package libzmq3-dev:amd64. 17:50:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:50:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:50:40 Selecting previously unselected package pkg-config. 17:50:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:50:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:50:40 Selecting previously unselected package zip. 17:50:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:50:40 Unpacking zip (3.0-11build1) ... 17:50:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:50:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:50:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:50:41 Setting up liberror-perl (0.17025-1) ... 17:50:41 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:50:41 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:50:41 No schema files found: doing nothing. 17:50:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:50:41 Setting up zip (3.0-11build1) ... 17:50:41 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:50:41 Setting up libsodium23:amd64 (1.0.16-2) ... 17:50:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:50:41 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:50:41 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:50:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:50:41 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:50:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:50:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:50:48 git set to automatically installed. 17:50:48 git-man set to automatically installed. 17:50:48 libcurl3-gnutls set to automatically installed. 17:50:48 liberror-perl set to automatically installed. 17:50:48 libglib2.0-0 set to automatically installed. 17:50:48 libnghttp2-14 set to automatically installed. 17:50:48 libnorm1 set to automatically installed. 17:50:48 libpgm-5.2-0 set to automatically installed. 17:50:48 libpsl5 set to automatically installed. 17:50:48 librtmp1 set to automatically installed. 17:50:48 libsodium23 set to automatically installed. 17:50:48 libzmq3-dev set to automatically installed. 17:50:48 libzmq5 set to automatically installed. 17:50:48 pkg-config set to automatically installed. 17:50:48 zip set to automatically installed. 17:50:50 snapd is not logged in, snap install commands will use sudo 17:50:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:50:57 snap "core18" has no updates available 17:50:58 snapd is not logged in, snap install commands will use sudo 17:51:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:52:12 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:52:12 Pulling go-build-helper 17:52:12 + snapcraftctl pull 17:52:12 'app-service-config' has dependencies that need to be staged: go-build-helper 17:52:12 Skipping pull go-build-helper (already ran) 17:52:12 Building go-build-helper 17:52:12 + snapcraftctl build 17:52:15 Staging go-build-helper 17:52:15 + snapcraftctl stage 17:52:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:52:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:52:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:52:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:52:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:52:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:52:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:52:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:52:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:52:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:52:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:52:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:52:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:52:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:52:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:52:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:52:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:52:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:52:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:52:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:52:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:52:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:52:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:52:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:52:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:52:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:52:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:52:30 Fetched 24.1 MB in 6s (3966 kB/s) 17:52:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:52:30 Fetched 224 kB in 0s (0 B/s) 17:52:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:52:30 Fetched 157 kB in 0s (0 B/s) 17:52:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:52:30 Fetched 221 kB in 0s (0 B/s) 17:52:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:52:30 Fetched 143 kB in 0s (0 B/s) 17:52:30 Pulling app-service-config 17:52:30 + snapcraftctl pull 17:52:31 Cloning into '/root/parts/app-service-config/src'... 17:52:32 Pulling config-common 17:52:32 + snapcraftctl pull 17:52:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:52:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:52:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:52:38 Fetched 0 B in 0s (0 B/s) 17:52:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:52:38 Fetched 0 B in 0s (0 B/s) 17:52:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:52:38 Fetched 0 B in 0s (0 B/s) 17:52:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:52:38 Fetched 0 B in 0s (0 B/s) 17:52:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:52:38 Fetched 0 B in 0s (0 B/s) 17:52:38 Pulling edgex-go 17:52:38 + snapcraftctl pull 17:53:05 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:53:05 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:53:05 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:53:05 Fetched 0 B in 0s (0 B/s) 17:53:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:53:05 Fetched 96.5 kB in 0s (0 B/s) 17:53:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:53:05 Fetched 279 kB in 0s (0 B/s) 17:53:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:53:05 Fetched 122 kB in 0s (0 B/s) 17:53:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:53:05 Fetched 77.8 kB in 0s (0 B/s) 17:53:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:53:05 Fetched 8848 B in 0s (0 B/s) 17:53:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:53:05 Fetched 47.8 kB in 0s (0 B/s) 17:53:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:53:05 Fetched 45.6 kB in 0s (0 B/s) 17:53:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:53:05 Fetched 15.0 kB in 0s (0 B/s) 17:53:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:53:05 Fetched 214 kB in 0s (0 B/s) 17:53:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:53:05 Fetched 154 kB in 0s (0 B/s) 17:53:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:53:05 Fetched 50.6 kB in 0s (0 B/s) 17:53:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:53:05 Fetched 14.8 kB in 0s (0 B/s) 17:53:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:53:05 Fetched 41.8 kB in 0s (0 B/s) 17:53:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:53:05 Fetched 499 kB in 0s (0 B/s) 17:53:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:53:05 Fetched 111 kB in 0s (0 B/s) 17:53:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:53:05 Fetched 240 kB in 0s (0 B/s) 17:53:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:53:05 Fetched 29.3 kB in 0s (0 B/s) 17:53:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:53:05 Fetched 85.5 kB in 0s (0 B/s) 17:53:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:53:05 Fetched 24.5 kB in 0s (0 B/s) 17:53:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:53:05 Fetched 49.2 kB in 0s (0 B/s) 17:53:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:53:05 Fetched 54.2 kB in 0s (0 B/s) 17:53:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:53:05 Fetched 30.8 kB in 0s (0 B/s) 17:53:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:53:05 Fetched 15.8 kB in 0s (0 B/s) 17:53:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:53:05 Fetched 85.9 kB in 0s (0 B/s) 17:53:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:53:05 Fetched 8720 B in 0s (0 B/s) 17:53:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:53:05 Fetched 137 kB in 0s (0 B/s) 17:53:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:53:05 Fetched 119 kB in 0s (0 B/s) 17:53:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:53:05 Fetched 109 kB in 0s (0 B/s) 17:53:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:53:05 Fetched 11.1 kB in 0s (0 B/s) 17:53:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:53:05 Fetched 645 kB in 0s (0 B/s) 17:53:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:53:05 Fetched 41.3 kB in 0s (0 B/s) 17:53:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:53:05 Fetched 17.9 kB in 0s (0 B/s) 17:53:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:53:05 Fetched 368 kB in 0s (0 B/s) 17:53:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:53:05 Fetched 187 kB in 0s (0 B/s) 17:53:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:53:05 Fetched 175 kB in 0s (0 B/s) 17:53:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:53:05 Fetched 206 kB in 0s (0 B/s) 17:53:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:53:05 Fetched 1301 kB in 0s (0 B/s) 17:53:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:53:05 Fetched 36.2 kB in 0s (0 B/s) 17:53:05 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:53:05 Fetched 159 kB in 0s (0 B/s) 17:53:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:53:05 Fetched 107 kB in 0s (0 B/s) 17:53:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:53:05 Fetched 48.7 kB in 0s (0 B/s) 17:53:05 Pulling static-packages 17:53:05 + snapcraftctl pull 17:53:05 Pulling version 17:53:05 + cd /root/project 17:53:05 + [ -f VERSION ] 17:53:05 + PROJECT_VERSION=local-dev 17:53:05 + git rev-parse --short HEAD 17:53:05 + GIT_REVISION=a95ed040 17:53:05 + snapcraftctl set-version local-dev 17:53:06 Skipping build go-build-helper (already ran) 17:53:06 Building app-service-config 17:53:06 + make build 17:53:06 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:53:10 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 17:53:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 17:53:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 17:53:10 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 17:53:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:53:10 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:53:10 go: downloading github.com/gorilla/mux v1.8.0 17:53:10 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:53:10 go: downloading github.com/google/uuid v1.2.0 17:53:10 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:53:10 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:53:10 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:53:10 go: downloading github.com/BurntSushi/toml v0.3.1 17:53:10 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:53:11 go: downloading github.com/x448/float16 v0.8.4 17:53:11 go: downloading github.com/go-kit/kit v0.8.0 17:53:11 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:53:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:53:11 go: downloading github.com/mitchellh/copystructure v1.0.0 17:53:11 go: downloading github.com/pelletier/go-toml v1.2.0 17:53:11 go: downloading github.com/pebbe/zmq4 v1.2.5 17:53:11 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:53:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:53:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:53:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:53:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:53:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:53:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:53:11 go: downloading github.com/leodido/go-urn v1.2.0 17:53:11 go: downloading github.com/go-playground/universal-translator v0.17.0 17:53:11 go: downloading github.com/hashicorp/consul/api v1.8.1 17:53:11 go: downloading github.com/go-playground/locales v0.13.0 17:53:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:53:11 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:53:11 go: downloading github.com/hashicorp/serf v0.9.5 17:53:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:53:11 go: downloading github.com/fatih/color v1.9.0 17:53:11 go: downloading github.com/mattn/go-isatty v0.0.12 17:53:11 go: downloading github.com/mattn/go-colorable v0.1.6 17:53:11 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 17:53:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:53:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:53:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:53:27 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:53:27 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:53:27 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:53:27 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:53:28 Building config-common 17:53:28 + snapcraftctl build 17:53:31 Building edgex-go 17:53:32 + cd /root/parts/edgex-go/src 17:53:32 + make build 17:53:32 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 17:53:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 17:53:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:53:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:53:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 17:53:33 go: downloading github.com/imdario/mergo v0.3.12 17:53:33 go: downloading github.com/pkg/errors v0.8.1 17:53:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 17:53:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:53:33 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:53:33 go: downloading github.com/gorilla/websocket v1.4.2 17:53:33 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:53:40 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 17:53:40 go: downloading gopkg.in/yaml.v2 v2.4.0 17:53:48 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 17:53:50 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 17:53:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:53:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:53:53 go: downloading github.com/stretchr/testify v1.7.0 17:53:53 go: downloading github.com/davecgh/go-spew v1.1.1 17:53:53 go: downloading github.com/pmezard/go-difflib v1.0.0 17:53:53 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:53:56 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 17:53:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:53:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:53:59 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 17:54:00 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 17:54:00 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:54:02 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 17:54: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 17:54:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:54:06 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 17:54:06 go: downloading github.com/lib/pq v1.9.0 17:54:10 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:54:10 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:54:10 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:54:10 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:54:10 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:54:10 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:54:10 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:54:10 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:54:10 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:54:10 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:54:10 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:54:10 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:54:10 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:54:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:54:10 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:54:10 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:54:10 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:54: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 17:54:10 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:54:10 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:54:10 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:54:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:54:10 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:54:10 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:54: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 17:54:14 Building static-packages 17:54:14 + snapcraftctl build 17:54:17 Building version 17:54:17 + snapcraftctl build 17:54:20 Skipping stage go-build-helper (already ran) 17:54:20 Staging app-service-config 17:54:20 + snapcraftctl stage 17:54:21 Staging config-common 17:54:21 + snapcraftctl stage 17:54:22 Staging edgex-go 17:54:22 + snapcraftctl stage 17:54:23 Staging static-packages 17:54:23 + snapcraftctl stage 17:54:25 Staging version 17:54:25 + snapcraftctl stage 17:54:26 Priming go-build-helper 17:54:26 + snapcraftctl prime 17:54:27 Priming app-service-config 17:54:27 + snapcraftctl prime 17:54:29 Priming config-common 17:54:29 + snapcraftctl prime 17:54:30 Priming edgex-go 17:54:30 + snapcraftctl prime 17:54:31 Priming static-packages 17:54:31 + snapcraftctl prime 17:54:35 Priming version 17:54:35 + snapcraftctl prime 17:54:36 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 17:54:40 provisioning config files... 17:54:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1965524861498611092tmp [Pipeline] { [Pipeline] sh 17:54:40 + set +x 17:54:40 + curl -s https://codecov.io/bash 17:54:40 + bash -s -- 17:54:41 17:54:41 _____ _ 17:54:41 / ____| | | 17:54:41 | | ___ __| | ___ ___ _____ __ 17:54:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:54:41 | |___| (_) | (_| | __/ (_| (_) \ V / 17:54:41 \_____\___/ \__,_|\___|\___\___/ \_/ 17:54:41 Bash-20210309-2b87ace 17:54:41 17:54:41 17:54:41 ==> git version 2.24.3 found 17:54:41 ==> 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 17:54:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:54:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:54:41 ==> Jenkins CI detected. 17:54:41 project root: . 17:54:41 --> token set from env 17:54:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:54:41 ==> Running gcov in . (disable via -X gcov) 17:54:41 ==> Python coveragepy not found 17:54:41 ==> Searching for coverage reports in: 17:54:41 + . 17:54:41 -> Found 1 reports 17:54:41 ==> Detecting git/mercurial file structure 17:54:41 ==> Reading reports 17:54:41 + ./coverage.out bytes=650607 17:54:41 ==> Appending adjustments 17:54:41 https://docs.codecov.io/docs/fixing-reports 17:54:48 + Found adjustments 17:54:48 ==> Gzipping contents 17:54:48 96K /tmp/codecov.LIxG29.gz 17:54:48 ==> Uploading reports 17:54:48 url: https://codecov.io 17:54:48 query: branch=PR-3269&commit=a95ed040b1a2a92af1d85bcb18f5aad8b497af07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 17:54:48 -> Pinging Codecov 17:54:48 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=a95ed040b1a2a92af1d85bcb18f5aad8b497af07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 17:54:48 -> Uploading to 17:54:48 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/a95ed040b1a2a92af1d85bcb18f5aad8b497af07/d5e198fa-8b51-4787-a395-46b4588171f5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T175448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c11c96b6456a74befcbbdca8e8991f740ae035b526224617869ac06a067aa32 17:54:48 % Total % Received % Xferd Average Speed Time Time Time Current 17:54:48 Dload Upload Total Spent Left Speed 17:54:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94984 0 0 100 94984 0 169k --:--:-- --:--:-- --:--:-- 169k 17:54:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [Pipeline] } 17:54:49 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 17:54:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:54:52 ---> package-listing.sh 17:54:52 ++ tr '[:upper:]' '[:lower:]' 17:54:52 ++ facter osfamily 17:54:52 + OS_FAMILY=redhat 17:54:52 + workspace=/w/workspace/edgex-go/4 17:54:52 + START_PACKAGES=/tmp/packages_start.txt 17:54:52 + END_PACKAGES=/tmp/packages_end.txt 17:54:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:54:52 + PACKAGES=/tmp/packages_start.txt 17:54:52 + '[' /w/workspace/edgex-go/4 ']' 17:54:52 + PACKAGES=/tmp/packages_end.txt 17:54:52 + case "${OS_FAMILY}" in 17:54:52 + sort 17:54:52 + rpm -qa 17:54:59 + '[' -f /tmp/packages_start.txt ']' 17:54:59 + '[' -f /tmp/packages_end.txt ']' 17:54:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:54:59 + '[' /w/workspace/edgex-go/4 ']' 17:54:59 + mkdir -p /w/workspace/edgex-go/4/archives/ 17:54:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 17:54:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:55:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:55:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:55:01 17:55:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:55:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:55:02 alpine: Pulling from edgex-lftools-log-publisher 17:55:02 df20fa9351a1: Pulling fs layer 17:55:02 36b3adc4ff6f: Pulling fs layer 17:55:02 8ad3a11d3b57: Pulling fs layer 17:55:02 46f8f816bc3b: Pulling fs layer 17:55:02 93b61091891f: Pulling fs layer 17:55:02 93b9cdb0e59b: Pulling fs layer 17:55:02 5e14af77c1be: Pulling fs layer 17:55:02 01666e4c0597: Pulling fs layer 17:55:02 aa168da1d23b: Pulling fs layer 17:55:02 46f8f816bc3b: Waiting 17:55:02 93b61091891f: Waiting 17:55:02 93b9cdb0e59b: Waiting 17:55:02 5e14af77c1be: Waiting 17:55:02 01666e4c0597: Waiting 17:55:02 aa168da1d23b: Waiting 17:55:02 36b3adc4ff6f: Download complete 17:55:02 46f8f816bc3b: Verifying Checksum 17:55:02 46f8f816bc3b: Download complete 17:55:02 df20fa9351a1: Download complete 17:55:02 93b9cdb0e59b: Verifying Checksum 17:55:02 93b9cdb0e59b: Download complete 17:55:02 93b61091891f: Verifying Checksum 17:55:02 93b61091891f: Download complete 17:55:02 5e14af77c1be: Verifying Checksum 17:55:02 5e14af77c1be: Download complete 17:55:02 01666e4c0597: Verifying Checksum 17:55:02 01666e4c0597: Download complete 17:55:02 8ad3a11d3b57: Verifying Checksum 17:55:02 8ad3a11d3b57: Download complete 17:55:02 df20fa9351a1: Pull complete 17:55:03 36b3adc4ff6f: Pull complete 17:55:05 8ad3a11d3b57: Pull complete 17:55:06 46f8f816bc3b: Pull complete 17:55:07 aa168da1d23b: Verifying Checksum 17:55:07 aa168da1d23b: Download complete 17:55:08 93b61091891f: Pull complete 17:55:08 93b9cdb0e59b: Pull complete 17:55:09 5e14af77c1be: Pull complete 17:55:10 01666e4c0597: Pull complete 17:55:32 aa168da1d23b: Pull complete 17:55:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:55:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:55:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:55:33 prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container 17:55:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:55:38 $ docker top 4aac14604a44259f1cb8f138193edfd44541be1a366b13b4f2cd6b77e8ae0528 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:39 + touch /tmp/pre-build-complete [Pipeline] sh 17:55:40 + mkdir -p /var/log/sa [Pipeline] sh 17:55:41 + ls /var/log/sa-host 17:55:41 + sadf -c /var/log/sa-host/sa20 17:55:41 file_magic: OK 17:55:41 HZ: Using current value: 100 17:55:41 file_header: OK 17:55:41 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 17:55:41 Statistics: 17:55:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:55:41 File successfully converted to sysstat format version 12.2.1 17:55:41 + sadf -c /var/log/sa-host/sa23 17:55:41 file_magic: OK 17:55:41 HZ: Using current value: 100 17:55:41 file_header: OK 17:55:41 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 17:55:41 Statistics: 17:55:41 Hnuu...uuuununununu... 17:55:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:55:41 provisioning config files... 17:55:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8708040938743208261tmp [Pipeline] { [Pipeline] echo 17:55:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:55:41 ---> create-netrc.sh [Pipeline] } 17:55:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:55:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:55:42 ---> python-tools-install.sh [Pipeline] echo 17:55:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:55:43 ---> sudo-logs.sh 17:55:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:55:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:55:44 ---> job-cost.sh 17:55:44 lf-activate-venv: SKIPPING 17:55:44 DEBUG: total: 0.20999999344348907 17:55:44 INFO: Retrieving Stack Cost... 17:55:46 INFO: Retrieving Pricing Info for: v1-standard-2 17:55:46 INFO: Archiving Costs [Pipeline] echo 17:55:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:55:46 ---> logs-deploy.sh 17:55:46 lf-activate-venv: SKIPPING 17:55:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/4 17:55:46 INFO: archiving workspace using pattern(s): 17:55:51 Archives upload complete. 17:55:51 INFO: archiving logs to Nexus 17:55:54 ---> uname -a: 17:55:54 Linux prd-centos7-docker-4c-2g-30733.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:55:54 17:55:54 17:55:54 ---> lscpu: 17:55:54 Architecture: x86_64 17:55:54 CPU op-mode(s): 32-bit, 64-bit 17:55:54 Byte Order: Little Endian 17:55:54 Address sizes: 40 bits physical, 48 bits virtual 17:55:54 CPU(s): 4 17:55:54 On-line CPU(s) list: 0-3 17:55:54 Thread(s) per core: 1 17:55:54 Core(s) per socket: 1 17:55:54 Socket(s): 4 17:55:54 NUMA node(s): 1 17:55:54 Vendor ID: GenuineIntel 17:55:54 CPU family: 6 17:55:54 Model: 44 17:55:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:55:54 Stepping: 1 17:55:54 CPU MHz: 2933.438 17:55:54 BogoMIPS: 5866.87 17:55:54 Virtualization: VT-x 17:55:54 Hypervisor vendor: KVM 17:55:54 Virtualization type: full 17:55:54 L1d cache: 128 KiB 17:55:54 L1i cache: 128 KiB 17:55:54 L2 cache: 16 MiB 17:55:54 L3 cache: 64 MiB 17:55:54 NUMA node0 CPU(s): 0-3 17:55:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:55:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:55:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:55:54 Vulnerability Meltdown: Mitigation; PTI 17:55:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:55:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:55:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:55:54 Vulnerability Srbds: Not affected 17:55:54 Vulnerability Tsx async abort: Not affected 17:55:54 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 17:55:54 17:55:54 17:55:54 ---> nproc: 17:55:54 4 17:55:54 17:55:54 17:55:54 ---> df -h: 17:55:54 Filesystem Size Used Available Use% Mounted on 17:55:54 overlay 50.0G 11.7G 38.2G 24% / 17:55:54 tmpfs 64.0M 0 64.0M 0% /dev 17:55:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:55:54 shm 64.0M 0 64.0M 0% /dev/shm 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/4 17:55:54 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/4@tmp 17:55:54 17:55:54 17:55:54 ---> free -m: 17:55:54 total used free shared buff/cache available 17:55:54 Mem: 1837 723 276 0 838 1031 17:55:54 Swap: 1023 58 965 17:55:54 17:55:54 17:55:54 ---> ip addr: 17:55:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:55:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:55:54 inet 127.0.0.1/8 scope host lo 17:55:54 valid_lft forever preferred_lft forever 17:55:54 inet6 ::1/128 scope host 17:55:54 valid_lft forever preferred_lft forever 17:55:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:55:54 link/ether fa:16:3e:c8:cb:2c brd ff:ff:ff:ff:ff:ff 17:55:54 inet 10.30.122.243/23 brd 10.30.123.255 scope global dynamic eth0 17:55:54 valid_lft 84416sec preferred_lft 84416sec 17:55:54 inet6 fe80::f816:3eff:fec8:cb2c/64 scope link 17:55:54 valid_lft forever preferred_lft forever 17:55:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:55:54 link/ether 02:42:4f:9b:1b:82 brd ff:ff:ff:ff:ff:ff 17:55:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:55:54 valid_lft forever preferred_lft forever 17:55:54 inet6 fe80::42:4fff:fe9b:1b82/64 scope link 17:55:54 valid_lft forever preferred_lft forever 17:55:54 17:55:54 17:55:54 ---> sar -b -r -n DEV: 17:55:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:55:54 17:55:54 17:22:35 LINUX RESTART (4 CPU) 17:55:54 17:55:54 17:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:55:54 17:24:01 166.35 111.52 54.83 0.00 9188.40 37894.92 0.00 17:55:54 17:25:01 60.74 13.17 47.58 0.00 4725.07 7863.53 0.00 17:55:54 17:26:01 120.18 55.85 64.32 0.00 5043.81 32078.56 0.00 17:55:54 17:27:02 158.60 41.28 117.32 0.00 2033.29 19433.92 0.00 17:55:54 17:28:01 154.05 75.42 78.63 0.00 2600.57 10524.95 0.00 17:55:54 17:29:01 99.88 33.91 65.98 0.00 1259.90 9378.59 0.00 17:55:54 17:30:02 38.41 4.50 33.91 0.00 89.73 2628.02 0.00 17:55:54 17:31:01 101.69 51.27 50.42 0.00 1887.82 5010.01 0.00 17:55:54 17:32:01 55.38 26.00 29.38 0.00 1717.92 3264.22 0.00 17:55:54 17:33:01 104.94 16.40 88.54 0.00 3408.68 28081.98 0.00 17:55:54 17:34:06 371.37 235.48 135.88 0.00 67081.97 109883.57 0.00 17:55:54 17:35:04 1040.28 903.66 136.62 0.00 44150.02 48094.61 0.00 17:55:54 17:36:17 858.48 743.52 114.95 0.00 71115.53 73480.13 0.00 17:55:54 17:37:03 731.11 663.31 67.80 0.00 38025.54 45799.30 0.00 17:55:54 17:38:01 207.86 152.87 54.99 0.00 7412.02 6724.16 0.00 17:55:54 17:39:02 184.60 69.20 115.40 0.00 6171.67 20193.44 0.00 17:55:54 17:40:02 338.34 128.42 209.92 0.00 40598.74 87642.55 0.00 17:55:54 17:41:02 706.38 602.20 104.17 0.00 42064.13 43512.07 0.00 17:55:54 17:42:02 737.24 614.55 122.70 0.00 46175.43 47577.52 0.00 17:55:54 17:43:01 586.78 448.39 138.39 0.00 25209.81 26050.96 0.00 17:55:54 17:44:01 147.90 18.19 129.71 0.00 2056.76 26269.63 0.00 17:55:54 17:45:01 62.12 17.17 44.95 0.00 3018.62 2181.03 0.00 17:55:54 17:46:01 1.35 0.05 1.30 0.00 0.80 19.08 0.00 17:55:54 17:47:01 0.23 0.02 0.22 0.00 0.13 2.85 0.00 17:55:54 17:48:01 0.30 0.02 0.28 0.00 0.13 3.23 0.00 17:55:54 17:49:01 0.27 0.03 0.23 0.00 0.27 2.68 0.00 17:55:54 17:50:01 0.27 0.03 0.23 0.00 0.27 1.93 0.00 17:55:54 17:51:01 0.30 0.02 0.28 0.00 0.13 3.38 0.00 17:55:54 17:52:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 17:55:54 17:53:02 0.45 0.20 0.25 0.00 3.32 2.68 0.00 17:55:54 17:54:01 0.27 0.00 0.27 0.00 0.00 2.59 0.00 17:55:54 17:55:01 70.86 69.69 1.16 0.00 5748.94 52.45 0.00 17:55:54 Average: 222.00 158.74 63.25 0.00 13779.08 22044.87 0.00 17:55:54 17:55:54 17:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:55:54 17:24:01 84408 0 576828 30.66 2620 1217688 1088576 37.15 396536 1204300 3688 17:55:54 17:25:01 76860 0 702384 37.33 2620 1099680 1369624 46.74 579152 1020044 92912 17:55:54 17:26:01 73120 0 716064 38.06 2376 1089984 1587500 54.18 701560 893776 55692 17:55:54 17:27:02 83988 0 778568 41.38 1492 1017496 1538120 52.49 562296 960168 89072 17:55:54 17:28:01 144876 0 764728 40.64 1492 970448 1652728 56.40 582752 878880 62696 17:55:54 17:29:01 176216 0 797464 42.38 724 907140 1582016 53.99 650640 771004 20624 17:55:54 17:30:02 303900 0 757884 40.28 556 819204 1325520 45.24 606568 687548 42092 17:55:54 17:31:01 289676 0 762172 40.51 556 829140 1429072 48.77 583592 716488 20684 17:55:54 17:32:01 149024 0 820996 43.63 520 911004 1506004 51.40 655784 781416 60488 17:55:54 17:33:01 80708 0 754840 40.12 256 1045740 1249692 42.65 676588 837000 54220 17:55:54 17:34:06 74036 0 842096 44.76 0 965412 2273920 77.61 711344 889132 71080 17:55:54 17:35:04 68904 0 850524 45.20 0 962116 2367076 80.78 618984 971636 62436 17:55:54 17:36:17 74544 0 860472 45.73 0 946528 2325768 79.37 651124 923936 76584 17:55:54 17:37:03 73932 0 860084 45.71 0 947528 2324748 79.34 759688 816620 21416 17:55:54 17:38:01 259768 0 1136892 60.42 0 484884 3217332 109.80 738256 612796 50012 17:55:54 17:39:02 431516 0 739576 39.31 0 710452 1618640 55.24 452192 743536 2036 17:55:54 17:40:02 75236 0 804048 42.73 0 1002260 2209292 75.40 735748 849492 18496 17:55:54 17:41:02 188772 0 849260 45.14 0 843512 2064680 70.46 678140 769808 0 17:55:54 17:42:02 168548 0 740580 39.36 0 972416 1748512 59.67 604688 877372 336 17:55:54 17:43:01 275500 0 829356 44.08 0 776688 2355336 80.38 648612 707964 81932 17:55:54 17:44:01 95840 0 699236 37.16 0 1086468 1350704 46.10 632680 896020 1912 17:55:54 17:45:01 156880 0 652940 34.70 0 1071724 1288900 43.99 569044 905732 20 17:55:54 17:46:01 166268 0 643548 34.20 0 1071728 1159728 39.58 564692 903156 12 17:55:54 17:47:01 166636 0 643168 34.18 0 1071740 1159880 39.58 566272 901488 8 17:55:54 17:48:01 166952 0 642844 34.17 0 1071748 1159728 39.58 566168 901492 16 17:55:54 17:49:01 166684 0 643100 34.18 0 1071760 1159836 39.58 564252 903648 12 17:55:54 17:50:01 167024 0 642756 34.16 0 1071764 1159788 39.58 563992 903648 12 17:55:54 17:51:01 167328 0 642440 34.14 0 1071776 1159728 39.58 564036 903656 8 17:55:54 17:52:01 167344 0 642412 34.14 0 1071788 1159728 39.58 563920 903660 8 17:55:54 17:53:02 167180 0 642488 34.15 0 1071876 1159728 39.58 564100 903752 12 17:55:54 17:54:01 166992 0 642652 34.16 0 1071900 1159776 39.58 564112 903764 16 17:55:54 17:55:01 104080 0 646496 34.36 0 1130968 1200388 40.97 560872 966436 36 17:55:54 Average: 156648 0 741528 39.41 413 982955 1597252 54.51 607450 869043 27768 17:55:54 17:55:54 17:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:55:54 17:24:01 eth0 183.20 116.49 587.68 39.87 0.00 0.00 0.00 0.00 17:55:54 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:25:01 veth683c8ce 291.05 260.36 36.35 1585.49 0.00 0.00 0.00 0.00 17:55:54 17:25:01 eth0 870.57 628.11 4693.92 107.20 0.00 0.00 0.00 0.00 17:55:54 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:25:01 docker0 291.05 260.23 32.37 1585.48 0.00 0.00 0.00 0.00 17:55:54 17:26:01 eth0 514.76 534.38 3905.73 59.92 0.00 0.00 0.00 0.00 17:55:54 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:26:01 docker0 262.27 203.32 22.64 1072.35 0.00 0.00 0.00 0.00 17:55:54 17:27:02 vethe4df4f8 56.32 85.72 5.48 464.06 0.00 0.00 0.00 0.00 17:55:54 17:27:02 eth0 178.83 116.63 838.72 17.53 0.00 0.00 0.00 0.00 17:55:54 17:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:27:02 docker0 100.68 155.07 7.04 821.98 0.00 0.00 0.00 0.00 17:55:54 17:28:01 veth1d8a80f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:28:01 eth0 21.22 17.84 23.95 8.84 0.00 0.00 0.00 0.00 17:55:54 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:28:01 docker0 0.25 0.27 0.02 0.46 0.00 0.00 0.00 0.00 17:55:54 17:29:01 veth1d8a80f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:29:01 eth0 27.22 25.52 14.34 73.34 0.00 0.00 0.00 0.00 17:55:54 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:30:02 veth1d8a80f 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 17:55:54 17:30:02 eth0 30.48 23.18 21.85 12.20 0.00 0.00 0.00 0.00 17:55:54 17:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:30:02 docker0 2.34 2.34 0.15 0.19 0.00 0.00 0.00 0.00 17:55:54 17:31:01 veth1d8a80f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:31:01 eth0 7.05 5.55 5.65 3.09 0.00 0.00 0.00 0.00 17:55:54 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:32:01 veth1d8a80f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:32:01 eth0 30.79 23.77 19.83 67.99 0.00 0.00 0.00 0.00 17:55:54 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:33:01 eth0 178.57 132.56 1689.80 21.91 0.00 0.00 0.00 0.00 17:55:54 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:33:01 veth38f989e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:34:06 eth0 5.17 3.77 4.44 1.99 0.00 0.00 0.00 0.00 17:55:54 17:34:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:34:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:34:06 veth38f989e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:35:04 eth0 55.53 35.29 165.56 58.14 0.00 0.00 0.00 0.00 17:55:54 17:35:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:35:04 docker0 13.10 27.76 0.69 152.67 0.00 0.00 0.00 0.00 17:55:54 17:35:04 veth38f989e 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:36:17 eth0 2.22 1.21 1.71 0.91 0.00 0.00 0.00 0.00 17:55:54 17:36:17 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:36:17 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:36:17 veth38f989e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:37:03 eth0 1.25 0.98 0.93 0.47 0.00 0.00 0.00 0.00 17:55:54 17:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:37:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:37:03 veth38f989e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:38:01 veth5be1e7d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:38:01 vethcbefb8d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:38:01 eth0 8.35 6.63 6.28 3.44 0.00 0.00 0.00 0.00 17:55:54 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:39:02 vetha7deda2 3.93 7.77 0.27 38.65 0.00 0.00 0.00 0.00 17:55:54 17:39:02 eth0 57.86 35.98 217.52 7.98 0.00 0.00 0.00 0.00 17:55:54 17:39:02 veth4cff488 2.40 5.07 0.17 29.55 0.00 0.00 0.00 0.00 17:55:54 17:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:40:02 eth0 54.78 44.59 32.86 81.76 0.00 0.00 0.00 0.00 17:55:54 17:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:40:02 docker0 691.56 686.74 64.17 3799.55 0.00 0.00 0.00 0.00 17:55:54 17:40:02 veth38f989e 0.00 0.80 0.00 0.04 0.00 0.00 0.00 0.00 17:55:54 17:41:02 veth9f34b04 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:41:02 eth0 29.23 21.36 71.61 7.74 0.00 0.00 0.00 0.00 17:55:54 17:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:41:02 vethc321a62 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:42:02 veth9f34b04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:42:02 veth5cb1250 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:55:54 17:42:02 eth0 10.78 8.12 8.39 4.56 0.00 0.00 0.00 0.00 17:55:54 17:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:43:01 vethcca3811 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:43:01 eth0 47.83 35.61 66.20 68.40 0.00 0.00 0.00 0.00 17:55:54 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:43:01 vethdb3fd5d 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:55:54 17:44:01 eth0 178.24 121.83 1654.22 19.57 0.00 0.00 0.00 0.00 17:55:54 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:44:01 docker0 730.08 760.32 66.66 4348.32 0.00 0.00 0.00 0.00 17:55:54 17:44:01 veth38f989e 0.00 0.96 0.00 0.04 0.00 0.00 0.00 0.00 17:55:54 17:45:01 eth0 45.81 33.23 78.85 66.91 0.00 0.00 0.00 0.00 17:55:54 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:45:01 docker0 4.82 7.48 0.53 54.00 0.00 0.00 0.00 0.00 17:55:54 17:46:01 eth0 0.45 0.07 0.04 0.03 0.00 0.00 0.00 0.00 17:55:54 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:47:01 eth0 0.72 0.42 0.29 0.21 0.00 0.00 0.00 0.00 17:55:54 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:48:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 17:55:54 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:49:01 eth0 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 17:55:54 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:50:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 17:55:54 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:51:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 17:55:54 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:52:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:53:02 eth0 0.12 0.03 0.01 0.00 0.00 0.00 0.00 0.00 17:55:54 17:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:54:01 eth0 0.20 0.19 0.08 0.07 0.00 0.00 0.00 0.00 17:55:54 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:55:01 eth0 25.41 22.30 18.75 43.97 0.00 0.00 0.00 0.00 17:55:54 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 Average: eth0 80.26 62.44 442.14 24.28 0.00 0.00 0.00 0.00 17:55:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:55:54 Average: docker0 22.71 23.72 2.08 136.03 0.00 0.00 0.00 0.00 17:55:54 17:55:54 17:55:54 ---> sar -P ALL: 17:55:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:55:54 17:55:54 17:22:35 LINUX RESTART (4 CPU) 17:55:54 17:55:54 17:23:02 CPU %user %nice %system %iowait %steal %idle 17:55:54 17:24:01 all 13.83 0.00 8.54 11.24 34.20 32.18 17:55:54 17:24:01 0 11.73 0.00 7.82 12.81 36.32 31.31 17:55:54 17:24:01 1 11.21 0.00 6.76 9.59 34.10 38.34 17:55:54 17:24:01 2 14.42 0.00 7.79 12.17 33.61 32.00 17:55:54 17:24:01 3 18.36 0.00 12.09 10.35 32.67 26.52 17:55:54 17:25:01 all 6.67 0.00 4.53 1.00 19.20 68.60 17:55:54 17:25:01 0 6.38 0.00 5.36 2.00 20.90 65.36 17:55:54 17:25:01 1 4.96 0.00 3.79 0.81 19.64 70.80 17:55:54 17:25:01 2 8.80 0.00 4.71 0.38 18.42 67.69 17:55:54 17:25:01 3 6.64 0.00 4.30 0.78 17.81 70.47 17:55:54 17:26:01 all 7.67 0.00 3.85 1.96 20.49 66.04 17:55:54 17:26:01 0 5.80 0.00 3.42 2.22 22.31 66.25 17:55:54 17:26:01 1 7.23 0.00 3.18 1.18 18.92 69.49 17:55:54 17:26:01 2 13.58 0.00 4.87 2.42 20.54 58.59 17:55:54 17:26:01 3 4.33 0.00 3.98 2.04 20.16 69.49 17:55:54 17:27:02 all 4.10 0.00 4.49 2.49 22.61 66.32 17:55:54 17:27:02 0 4.09 0.00 4.46 2.27 23.41 65.78 17:55:54 17:27:02 1 4.41 0.00 5.23 2.56 22.88 64.91 17:55:54 17:27:02 2 3.89 0.00 3.86 2.17 22.38 67.70 17:55:54 17:27:02 3 4.02 0.00 4.40 2.94 21.75 66.88 17:55:54 17:28:01 all 10.57 0.00 6.78 6.70 28.92 47.03 17:55:54 17:28:01 0 10.04 0.00 6.34 7.65 29.90 46.06 17:55:54 17:28:01 1 9.66 0.00 6.66 6.49 28.73 48.47 17:55:54 17:28:01 2 10.67 0.00 6.76 6.88 28.40 47.29 17:55:54 17:28:01 3 11.94 0.00 7.37 5.77 28.64 46.28 17:55:54 17:29:01 all 35.49 0.00 10.79 3.62 33.32 16.78 17:55:54 17:29:01 0 34.38 0.00 10.91 4.93 33.78 16.00 17:55:54 17:29:01 1 32.50 0.00 10.96 3.62 34.75 18.16 17:55:54 17:29:01 2 37.66 0.00 10.61 2.02 32.36 17.35 17:55:54 17:29:01 3 37.56 0.00 10.68 3.85 32.32 15.60 17:55:54 17:30:02 all 27.81 0.00 9.31 0.94 28.28 33.66 17:55:54 17:30:02 0 26.93 0.00 9.37 0.81 27.76 35.12 17:55:54 17:30:02 1 27.81 0.00 8.52 1.57 29.04 33.06 17:55:54 17:30:02 2 31.19 0.00 10.39 0.99 26.73 30.70 17:55:54 17:30:02 3 25.48 0.00 9.03 0.38 29.48 35.63 17:55:54 17:31:01 all 26.13 0.00 11.78 6.09 38.52 17.48 17:55:54 17:31:01 0 25.96 0.00 11.53 5.29 39.67 17.55 17:55:54 17:31:01 1 26.53 0.00 11.75 6.01 39.55 16.15 17:55:54 17:31:01 2 27.34 0.00 12.46 7.94 36.05 16.21 17:55:54 17:31:01 3 24.74 0.00 11.37 5.14 38.82 19.93 17:55:54 17:32:01 all 20.28 0.00 9.06 2.63 26.59 41.44 17:55:54 17:32:01 0 20.29 0.00 8.52 2.74 26.31 42.14 17:55:54 17:32:01 1 21.75 0.00 9.80 2.23 26.88 39.33 17:55:54 17:32:01 2 20.98 0.00 9.51 2.61 26.91 39.98 17:55:54 17:32:01 3 18.14 0.00 8.44 2.93 26.25 44.24 17:55:54 17:33:01 all 7.44 0.00 7.10 2.37 26.10 56.99 17:55:54 17:33:01 0 6.54 0.00 6.54 2.29 27.09 57.53 17:55:54 17:33:01 1 8.63 0.00 8.17 2.46 25.54 55.21 17:55:54 17:33:01 2 7.89 0.00 6.33 2.39 25.63 57.76 17:55:54 17:33:01 3 6.70 0.00 7.37 2.34 26.13 57.45 17:55:54 17:34:06 all 7.13 0.00 8.29 13.10 44.44 27.05 17:55:54 17:34:06 0 6.98 0.00 8.64 12.41 45.47 26.49 17:55:54 17:34:06 1 6.55 0.00 7.75 13.07 44.50 28.13 17:55:54 17:34:06 2 7.30 0.00 8.68 12.59 43.44 27.98 17:55:54 17:34:06 3 7.70 0.00 8.07 14.33 44.32 25.59 17:55:54 17:55:54 17:34:06 CPU %user %nice %system %iowait %steal %idle 17:55:54 17:35:04 all 6.43 0.00 9.13 23.46 32.98 28.00 17:55:54 17:35:04 0 6.54 0.00 9.33 20.89 33.01 30.23 17:55:54 17:35:04 1 6.26 0.00 8.93 25.86 31.89 27.05 17:55:54 17:35:04 2 6.16 0.00 9.30 24.68 33.15 26.72 17:55:54 17:35:04 3 6.75 0.00 8.96 22.41 33.87 28.02 17:55:54 17:36:17 all 4.62 0.00 5.70 35.53 36.57 17.58 17:55:54 17:36:17 0 4.92 0.00 5.97 35.54 36.40 17.17 17:55:54 17:36:17 1 3.87 0.00 5.24 33.07 35.35 22.47 17:55:54 17:36:17 2 4.67 0.00 5.37 35.48 36.01 18.48 17:55:54 17:36:17 3 5.04 0.00 6.22 38.07 38.56 12.11 17:55:54 17:37:03 all 4.44 0.00 2.81 28.54 47.27 16.93 17:55:54 17:37:03 0 4.17 0.00 2.68 31.07 47.73 14.35 17:55:54 17:37:03 1 4.63 0.00 2.62 26.75 47.75 18.26 17:55:54 17:37:03 2 4.43 0.00 2.65 28.26 46.19 18.47 17:55:54 17:37:03 3 4.56 0.00 3.29 28.05 47.42 16.68 17:55:54 17:38:01 all 35.52 0.00 10.65 11.95 34.31 7.57 17:55:54 17:38:01 0 33.44 0.00 11.15 12.62 35.46 7.32 17:55:54 17:38:01 1 36.37 0.00 10.75 12.85 33.31 6.72 17:55:54 17:38:01 2 36.87 0.00 10.73 11.91 33.61 6.87 17:55:54 17:38:01 3 35.42 0.00 9.95 10.42 34.85 9.36 17:55:54 17:39:02 all 31.25 0.00 10.08 6.16 42.49 10.02 17:55:54 17:39:02 0 35.13 0.00 11.64 6.25 39.04 7.93 17:55:54 17:39:02 1 25.34 0.00 8.57 8.83 48.09 9.17 17:55:54 17:39:02 2 30.09 0.00 9.16 3.38 44.15 13.22 17:55:54 17:39:02 3 34.64 0.00 11.02 6.19 38.46 9.69 17:55:54 17:40:02 all 7.40 0.00 10.32 13.97 40.47 27.84 17:55:54 17:40:02 0 7.50 0.00 9.65 13.98 40.08 28.79 17:55:54 17:40:02 1 6.82 0.00 10.03 14.46 40.60 28.09 17:55:54 17:40:02 2 7.54 0.00 10.83 15.60 40.10 25.94 17:55:54 17:40:02 3 7.74 0.00 10.80 11.84 41.12 28.49 17:55:54 17:41:02 all 15.56 0.00 7.75 12.57 38.81 25.30 17:55:54 17:41:02 0 17.70 0.00 7.70 11.95 38.30 24.34 17:55:54 17:41:02 1 14.87 0.00 7.88 12.95 39.55 24.74 17:55:54 17:41:02 2 15.45 0.00 7.33 13.09 38.57 25.56 17:55:54 17:41:02 3 14.21 0.00 8.11 12.29 38.80 26.59 17:55:54 17:42:02 all 12.32 0.00 8.12 25.84 41.40 12.32 17:55:54 17:42:02 0 13.15 0.00 8.08 25.10 41.54 12.14 17:55:54 17:42:02 1 11.77 0.00 8.11 29.69 39.86 10.56 17:55:54 17:42:02 2 12.18 0.00 7.62 26.53 41.65 12.02 17:55:54 17:42:02 3 12.16 0.00 8.68 22.00 42.57 14.60 17:55:54 17:43:01 all 22.86 0.00 9.56 13.84 37.75 15.99 17:55:54 17:43:01 0 21.96 0.00 9.44 13.52 38.72 16.36 17:55:54 17:43:01 1 22.82 0.00 9.32 14.27 37.61 15.98 17:55:54 17:43:01 2 23.93 0.00 9.77 13.73 35.85 16.72 17:55:54 17:43:01 3 22.73 0.00 9.69 13.85 38.86 14.87 17:55:54 17:44:01 all 8.55 0.00 7.57 5.97 30.95 46.96 17:55:54 17:44:01 0 9.42 0.00 8.58 8.19 30.76 43.04 17:55:54 17:44:01 1 7.15 0.00 7.38 6.08 30.63 48.75 17:55:54 17:44:01 2 8.08 0.00 7.38 7.15 31.57 45.81 17:55:54 17:44:01 3 9.56 0.00 6.92 2.48 30.83 50.19 17:55:54 17:45:01 all 4.70 0.00 2.86 2.21 12.49 77.74 17:55:54 17:45:01 0 2.30 0.00 2.32 0.95 11.88 82.55 17:55:54 17:45:01 1 7.21 0.00 3.87 3.21 13.21 72.49 17:55:54 17:45:01 2 3.86 0.00 2.21 2.44 12.89 78.60 17:55:54 17:45:01 3 5.50 0.00 3.08 2.25 12.01 77.15 17:55:54 17:55:54 17:45:01 CPU %user %nice %system %iowait %steal %idle 17:55:54 17:46:01 all 0.09 0.00 0.24 0.00 1.53 98.13 17:55:54 17:46:01 0 0.03 0.00 0.21 0.00 1.76 97.99 17:55:54 17:46:01 1 0.02 0.00 0.61 0.00 1.38 97.99 17:55:54 17:46:01 2 0.31 0.00 0.08 0.02 1.57 98.02 17:55:54 17:46:01 3 0.02 0.00 0.07 0.00 1.39 98.53 17:55:54 17:47:01 all 0.10 0.00 0.16 0.00 1.08 98.66 17:55:54 17:47:01 0 0.02 0.00 0.12 0.00 0.75 99.12 17:55:54 17:47:01 1 0.25 0.00 0.25 0.00 1.23 98.28 17:55:54 17:47:01 2 0.08 0.00 0.16 0.00 1.58 98.17 17:55:54 17:47:01 3 0.05 0.00 0.12 0.00 0.75 99.09 17:55:54 17:48:01 all 0.10 0.00 0.04 0.00 0.10 99.76 17:55:54 17:48:01 0 0.02 0.00 0.03 0.00 0.05 99.90 17:55:54 17:48:01 1 0.02 0.00 0.07 0.00 0.08 99.83 17:55:54 17:48:01 2 0.03 0.00 0.03 0.00 0.22 99.72 17:55:54 17:48:01 3 0.33 0.00 0.02 0.00 0.07 99.58 17:55:54 17:49:01 all 0.09 0.00 0.19 0.00 1.41 98.30 17:55:54 17:49:01 0 0.03 0.00 0.07 0.00 1.48 98.42 17:55:54 17:49:01 1 0.02 0.00 0.13 0.00 1.12 98.73 17:55:54 17:49:01 2 0.07 0.00 0.44 0.00 1.94 97.55 17:55:54 17:49:01 3 0.26 0.00 0.12 0.00 1.11 98.52 17:55:54 17:50:01 all 0.09 0.00 0.03 0.00 0.41 99.47 17:55:54 17:50:01 0 0.05 0.00 0.05 0.00 0.86 99.04 17:55:54 17:50:01 1 0.02 0.00 0.03 0.00 0.18 99.77 17:55:54 17:50:01 2 0.02 0.00 0.02 0.00 0.12 99.85 17:55:54 17:50:01 3 0.27 0.00 0.02 0.00 0.48 99.24 17:55:54 17:51:01 all 0.09 0.00 0.02 0.00 0.30 99.58 17:55:54 17:51:01 0 0.03 0.00 0.03 0.00 0.37 99.57 17:55:54 17:51:01 1 0.02 0.00 0.03 0.00 0.33 99.62 17:55:54 17:51:01 2 0.02 0.00 0.03 0.00 0.03 99.92 17:55:54 17:51:01 3 0.30 0.00 0.00 0.02 0.46 99.22 17:55:54 17:52:01 all 0.05 0.00 0.04 0.00 1.26 98.65 17:55:54 17:52:01 0 0.03 0.00 0.03 0.00 0.68 99.26 17:55:54 17:52:01 1 0.02 0.00 0.05 0.00 1.64 98.29 17:55:54 17:52:01 2 0.00 0.00 0.03 0.00 1.91 98.05 17:55:54 17:52:01 3 0.17 0.00 0.03 0.00 0.79 99.01 17:55:54 17:53:02 all 0.09 0.00 0.02 0.01 0.86 99.01 17:55:54 17:53:02 0 0.02 0.00 0.02 0.00 0.58 99.39 17:55:54 17:53:02 1 0.02 0.00 0.02 0.00 0.74 99.22 17:55:54 17:53:02 2 0.05 0.00 0.03 0.02 0.89 99.01 17:55:54 17:53:02 3 0.30 0.00 0.03 0.03 1.23 98.40 17:55:54 17:54:01 all 0.06 0.00 0.04 0.00 0.86 99.04 17:55:54 17:54:01 0 0.02 0.00 0.03 0.00 0.66 99.29 17:55:54 17:54:01 1 0.03 0.00 0.05 0.00 0.69 99.22 17:55:54 17:54:01 2 0.00 0.00 0.02 0.00 0.37 99.61 17:55:54 17:54:01 3 0.18 0.00 0.05 0.00 1.73 98.04 17:55:54 17:55:01 all 2.10 0.00 1.36 2.28 5.69 88.57 17:55:54 17:55:01 0 2.79 0.00 1.55 3.82 6.29 85.54 17:55:54 17:55:01 1 2.36 0.00 1.76 1.44 6.13 88.30 17:55:54 17:55:01 2 0.78 0.00 0.61 1.06 4.91 92.64 17:55:54 17:55:01 3 2.49 0.00 1.52 2.81 5.43 87.76 17:55:54 Average: all 9.69 0.00 5.33 7.67 23.05 54.26 17:55:54 Average: 0 9.52 0.00 5.34 7.82 23.32 54.00 17:55:54 Average: 1 9.32 0.00 5.24 7.79 23.20 54.44 17:55:54 Average: 2 10.09 0.00 5.27 7.74 22.72 54.18 17:55:54 Average: 3 9.84 0.00 5.47 7.34 22.95 54.41 17:55:54 17:55:54 17:55:54