Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d8589a92f3202e3fdf0c57a326c0783cadca1318+c2d5dc167efdba7037e3dd944aa45209cd29109f (ee807d62d99c1e191aa44c8afdbc35ed3bc88cf0) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20506’ is offline; ‘prd-centos7-docker-4c-2g-20507’ is offline; ‘prd-centos7-docker-4c-2g-20512’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20525 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 Merge succeeded, producing d8589a92f3202e3fdf0c57a326c0783cadca1318 Checking out Revision d8589a92f3202e3fdf0c57a326c0783cadca1318 (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. > git rev-list --no-walk 03a6a03ec4d7aef3c29ef6483324f7dad8a76f1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:35:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:35:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:35:42 ========================================================= 16:35:42 EdgeX Global Pipelines Version Info 16:35:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:35:44 ------------------- 16:35:44 stable info: 16:35:44 ------------------- 16:35:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:35:44 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:35:44 Message: update stable to v1.0.177 16:35:45 ------------------- 16:35:45 experimental info: 16:35:45 ------------------- 16:35:45 Commited By: **** collab-it+edgex@linuxfoundation.org 16:35:45 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:35:45 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:35:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:35:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:35:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:35:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:35:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:35:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:35:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo 16:35:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo 16:35:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo 16:35:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d8589a92f3202e3fdf0c57a326c0783cadca1318 [Pipeline] echo 16:35:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d8589a9 [Pipeline] echo 16:35:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:35:48 provisioning config files... 16:35:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8852017501114810737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:35:49 ---> docker-login.sh 16:35:49 nexus3.edgexfoundry.org:10001 16:35:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:49 Configure a credential helper to remove this warning. See 16:35:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:49 16:35:49 Login Succeeded 16:35:49 nexus3.edgexfoundry.org:10002 16:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:50 Configure a credential helper to remove this warning. See 16:35:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:50 16:35:50 Login Succeeded 16:35:50 nexus3.edgexfoundry.org:10003 16:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:50 Configure a credential helper to remove this warning. See 16:35:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:50 16:35:50 Login Succeeded 16:35:50 nexus3.edgexfoundry.org:10004 16:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:50 Configure a credential helper to remove this warning. See 16:35:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:50 16:35:50 Login Succeeded 16:35:50 docker.io 16:35:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:51 Configure a credential helper to remove this warning. See 16:35:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:51 16:35:51 Login Succeeded 16:35:51 ---> docker-login.sh ends [Pipeline] } 16:35:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:35:51 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/core-command/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo core-command,cmd/core-command/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/core-data/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo core-data,cmd/core-data/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/core-metadata/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo core-metadata,cmd/core-metadata/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/security-proxy-setup/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/support-notifications/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo support-notifications,cmd/support-notifications/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ dirname cmd/support-scheduler/Dockerfile 16:35:51 ++ cut -d/ -f2 16:35:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:35:51 + for file in '`ls cmd/**/Dockerfile`' 16:35:51 ++ cut -d/ -f2 16:35:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:35:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:35:51 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:35:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:52 16:35:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:35:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:53 latest: Pulling from edgex-devops/git-semver 16:35:53 31603596830f: Pulling fs layer 16:35:53 2a8b12db71e7: Pulling fs layer 16:35:53 6ca5941a6612: Pulling fs layer 16:35:53 ecc8261a40a4: Pulling fs layer 16:35:53 ecc8261a40a4: Waiting 16:35:53 2a8b12db71e7: Verifying Checksum 16:35:53 2a8b12db71e7: Download complete 16:35:54 31603596830f: Verifying Checksum 16:35:54 31603596830f: Download complete 16:35:54 ecc8261a40a4: Verifying Checksum 16:35:54 ecc8261a40a4: Download complete 16:35:54 6ca5941a6612: Verifying Checksum 16:35:54 6ca5941a6612: Download complete 16:35:54 31603596830f: Pull complete 16:35:54 2a8b12db71e7: Pull complete 16:35:56 6ca5941a6612: Pull complete 16:35:56 ecc8261a40a4: Pull complete 16:35:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:35:56 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 16:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:35:59 $ docker top f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:36:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:00 [ssh-agent] Looking for ssh-agent implementation... 16:36:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:00 $ docker exec f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac ssh-agent 16:36:00 SSH_AUTH_SOCK=/tmp/ssh-CKEEXXcFSvmg/agent.12 16:36:00 SSH_AGENT_PID=17 16:36:00 Running ssh-add (command line suppressed) 16:36:01 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8439596462342051094.key (/w/workspace/edgex-go/3@tmp/private_key_8439596462342051094.key) 16:36:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:01 + git tag --points-at HEAD [Pipeline] } 16:36:01 $ docker exec --env ******** --env ******** f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac ssh-agent -k 16:36:01 unset SSH_AUTH_SOCK; 16:36:01 unset SSH_AGENT_PID; 16:36:01 echo Agent pid 17 killed; 16:36:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:36:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:02 [ssh-agent] Looking for ssh-agent implementation... 16:36:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:02 $ docker exec f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac ssh-agent 16:36:02 SSH_AUTH_SOCK=/tmp/ssh-lvL4pVnhjONF/agent.45 16:36:02 SSH_AGENT_PID=50 16:36:02 Running ssh-add (command line suppressed) 16:36:03 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1717862482325787064.key (/w/workspace/edgex-go/3@tmp/private_key_1717862482325787064.key) 16:36:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:03 + git semver init 16:36:03 # -> Open(): unable to determine branch for HEAD 16:36:03 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:36:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:36:03 # $SEMVER_REMOTE_NAME = origin 16:36:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:36:03 # $SEMVER_USER_NAME = edgex-jenkins 16:36:03 # $SEMVER_BRANCH = PR-3040 16:36:03 # $SEMVER_TEMP = /tmp/semver-150448504 16:36:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:36:43 # '/tmp/semver-150448504' -> '/w/workspace/edgex-go/3/.semver' 16:36:43 # -> Force: false 16:36:43 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:36:43 $ docker exec --env ******** --env ******** f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac ssh-agent -k 16:36:44 unset SSH_AUTH_SOCK; 16:36:44 unset SSH_AGENT_PID; 16:36:44 echo Agent pid 50 killed; 16:36:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:44 + git semver [Pipeline] } 16:36:44 $ docker stop --time=1 f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac 16:36:46 $ docker rm -f f179b5d1307e910182872b99450eec2254aeb5d868c131434318c6da83a678ac [Pipeline] // withDockerContainer [Pipeline] sh 16:36:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:36:48 Stashed 1 file(s) [Pipeline] echo 16:36:48 [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 16:36:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:36:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:36:49 + sudo service docker restart 16:36:49 + true 16:36:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:36:51 ========================================================= 16:36:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:36:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:51 + 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 . 16:36:58 Sending build context to Docker daemon 326.6MB 16:36:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:36:58 Step 2/6 : FROM ${BASE} 16:36:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:36:58 188c0c94c7c5: Pulling fs layer 16:36:58 0ef7d3d256c8: Pulling fs layer 16:36:58 de9db76c5a1d: Pulling fs layer 16:36:58 bca2f99d35d6: Pulling fs layer 16:36:58 93359f2a8cfa: Pulling fs layer 16:36:58 7c6f9722023f: Pulling fs layer 16:36:58 a35cf1a2eb13: Pulling fs layer 16:36:58 bca2f99d35d6: Waiting 16:36:58 93359f2a8cfa: Waiting 16:36:58 a35cf1a2eb13: Waiting 16:36:58 7c6f9722023f: Waiting 16:36:58 de9db76c5a1d: Verifying Checksum 16:36:58 de9db76c5a1d: Download complete 16:36:58 0ef7d3d256c8: Verifying Checksum 16:36:58 0ef7d3d256c8: Download complete 16:36:58 93359f2a8cfa: Verifying Checksum 16:36:58 93359f2a8cfa: Download complete 16:36:58 7c6f9722023f: Verifying Checksum 16:36:58 7c6f9722023f: Download complete 16:36:58 188c0c94c7c5: Verifying Checksum 16:36:58 188c0c94c7c5: Download complete 16:36:58 188c0c94c7c5: Pull complete 16:36:59 0ef7d3d256c8: Pull complete 16:36:59 de9db76c5a1d: Pull complete 16:37:03 a35cf1a2eb13: Verifying Checksum 16:37:03 a35cf1a2eb13: Download complete 16:37:03 Still waiting to schedule task 16:37:03 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20512’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20513’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20514’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20515’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20516’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20540’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20533’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20534’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20535’ is offline 16:37:04 bca2f99d35d6: Verifying Checksum 16:37:04 bca2f99d35d6: Download complete 16:37:12 bca2f99d35d6: Pull complete 16:37:12 93359f2a8cfa: Pull complete 16:37:12 7c6f9722023f: Pull complete 16:37:19 a35cf1a2eb13: Pull complete 16:37:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:37:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:37:19 ---> a62c8e92a672 16:37:19 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 16:37:20 ---> Running in 84014064b35e 16:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:29 (1/12) Installing libmagic (5.38-r0) 16:37:29 (2/12) Installing file (5.38-r0) 16:37:29 (3/12) Installing libc-dev (0.7.2-r3) 16:37:29 (4/12) Installing g++ (9.3.0-r2) 16:38:02 (5/12) Installing fortify-headers (1.1-r0) 16:38:02 (6/12) Installing patch (2.7.6-r6) 16:38:02 (7/12) Installing build-base (0.5-r2) 16:38:02 (8/12) Installing libsodium (1.0.18-r0) 16:38:02 (9/12) Installing pkgconf (1.7.2-r0) 16:38:02 (10/12) Installing libsodium-dev (1.0.18-r0) 16:38:02 (11/12) Installing libzmq (4.3.3-r0) 16:38:04 (12/12) Installing zeromq-dev (4.3.3-r0) 16:38:04 Executing busybox-1.31.1-r19.trigger 16:38:04 OK: 233 MiB in 51 packages 16:38:07 Removing intermediate container 84014064b35e 16:38:07 ---> 6947a95b8b60 16:38:07 Step 4/6 : WORKDIR /edgex-go 16:38:07 ---> Running in 711199dd4f5d 16:38:07 Removing intermediate container 711199dd4f5d 16:38:07 ---> 1e62e7f19668 16:38:07 Step 5/6 : COPY go.mod . 16:38:07 ---> b2b448eaa7e8 16:38:07 Step 6/6 : RUN go mod download 16:38:07 ---> Running in ab946ae72991 16:38:34 Removing intermediate container ab946ae72991 16:38:34 ---> 136b9c1b59ea 16:38:34 Successfully built 136b9c1b59ea 16:38:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:38:35 + docker inspect -f . ci-base-image-x86_64 16:38:35 . [Pipeline] withDockerContainer 16:38:35 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 16:38:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:38:36 $ docker top ec8a9af5e2e3e8f1a027b4238829f36b645b83ef1747f2ba0ba73583162b8257 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:37 + go version 16:38:37 go version go1.15.5 linux/amd64 [Pipeline] } 16:38:37 $ docker stop --time=1 ec8a9af5e2e3e8f1a027b4238829f36b645b83ef1747f2ba0ba73583162b8257 16:38:38 $ docker rm -f ec8a9af5e2e3e8f1a027b4238829f36b645b83ef1747f2ba0ba73583162b8257 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:39 + docker inspect -f . ci-base-image-x86_64 16:38:39 . [Pipeline] withDockerContainer 16:38:39 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 16:38:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:38:40 $ docker top b7f3397629651c55001dbabdb3b177abe91e01d454c1488e7e460f1acb1ecd0c -eo pid,comm [Pipeline] { [Pipeline] echo 16:38:40 ========================================================= 16:38:40 [edgeXBuildGoParallel] Running Tests and Build... 16:38:40 ========================================================= [Pipeline] sh 16:38:41 + make test 16:38:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:38:51 ? github.com/edgexfoundry/edgex-go [no test files] 16:39:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:39:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:39:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:39:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements 16:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.403s coverage: 27.0% of statements 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 67.9% of statements 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.207s coverage: 82.3% of statements 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.483s coverage: 28.6% of statements 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements 16:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements 16:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 16:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.535s coverage: 92.8% of statements 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements 16:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.112s coverage: 87.2% of statements 16:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 16:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.144s coverage: 91.4% of statements 16:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.260s coverage: 63.5% of statements 16:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 16:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.628s coverage: 68.9% of statements 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 37.0% of statements 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.487s coverage: 84.0% of statements 16:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 16:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.1% of statements 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 16:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.492s coverage: 29.1% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.114s coverage: 99.0% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:39:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 16:39:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.060s coverage: 100.0% of statements 16:39:51 GO111MODULE=on go vet ./... 16:40:24 gofmt -l . 16:40:24 [ "`gofmt -l .`" = "" ] 16:40:24 ./bin/test-go-mod-tidy.sh 16:40:25 ./bin/test-attribution-txt.sh [Pipeline] sh 16:40:26 + ls -al . 16:40:26 total 656 16:40:26 drwxrwxr-x 10 1001 1001 4096 Jan 15 16:40 . 16:40:26 drwxr-xr-x 4 root root 28 Jan 15 16:38 .. 16:40:26 -rw-rw-r-- 1 1001 1001 11 Jan 15 16:35 .dockerignore 16:40:26 drwxrwxr-x 8 1001 1001 179 Jan 15 16:35 .git 16:40:26 drwxrwxr-x 3 1001 1001 125 Jan 15 16:35 .github 16:40:26 -rw-rw-r-- 1 1001 1001 824 Jan 15 16:35 .gitignore 16:40:26 drwx------ 3 1001 1001 47 Jan 15 16:36 .semver 16:40:26 -rw-rw-r-- 1 1001 1001 166 Jan 15 16:35 .sonarcloud.properties 16:40:26 -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:35 Attribution.txt 16:40:26 -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:35 CONTRIBUTING.md 16:40:26 -rw-rw-r-- 1 1001 1001 931 Jan 15 16:35 Dockerfile.build 16:40:26 -rw-rw-r-- 1 1001 1001 863 Jan 15 16:35 Jenkinsfile 16:40:26 -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:35 LICENSE 16:40:26 -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:35 Makefile 16:40:26 -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:35 README.md 16:40:26 -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:35 SECURITY.md 16:40:26 -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION 16:40:26 -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:35 ZMQWindows.md 16:40:26 drwxrwxr-x 2 1001 1001 117 Jan 15 16:35 bin 16:40:26 drwxrwxr-x 14 1001 1001 4096 Jan 15 16:35 cmd 16:40:26 -rw-r--r-- 1 root root 550280 Jan 15 16:39 coverage.out 16:40:26 -rw-r--r-- 1 root root 981 Jan 15 16:40 go.mod 16:40:26 -rw-r--r-- 1 root root 19326 Jan 15 16:40 go.sum 16:40:26 drwxrwxr-x 8 1001 1001 127 Jan 15 16:35 internal 16:40:26 drwxrwxr-x 4 1001 1001 26 Jan 15 16:35 openapi 16:40:26 drwxrwxr-x 4 1001 1001 71 Jan 15 16:35 snap 16:40:26 -rw-rw-r-- 1 1001 1001 168 Jan 15 16:35 version.go [Pipeline] sh 16:40:27 + '[' -e coverage.out ] 16:40:27 + chown 1001:1001 coverage.out [Pipeline] stash 16:40:27 Stashed 1 file(s) [Pipeline] sh 16:40:27 + make build 16:40:27 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 16:40:32 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 16:40:42 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 16:40:42 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 16:40:44 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 16:40:44 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 16:40:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:40:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:40:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:40:58 $ docker stop --time=1 b7f3397629651c55001dbabdb3b177abe91e01d454c1488e7e460f1acb1ecd0c 16:41:00 $ docker rm -f b7f3397629651c55001dbabdb3b177abe91e01d454c1488e7e460f1acb1ecd0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:41:02 16:41:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:41:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:41:02 latest: Pulling from edgex-devops/edgex-compose 16:41:02 cbdbe7a5bc2a: Pulling fs layer 16:41:02 ca9280d653b3: Pulling fs layer 16:41:02 7e9c9ca2126c: Pulling fs layer 16:41:03 cbdbe7a5bc2a: Download complete 16:41:03 ca9280d653b3: Verifying Checksum 16:41:03 ca9280d653b3: Download complete 16:41:05 cbdbe7a5bc2a: Pull complete 16:41:06 ca9280d653b3: Pull complete 16:41:07 7e9c9ca2126c: Verifying Checksum 16:41:07 7e9c9ca2126c: Download complete 16:41:15 7e9c9ca2126c: Pull complete 16:41:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:41:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:41:15 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 16:41:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:41:19 $ docker top a9c9df74dcaa247778f91d3ae0cb0e50c33b1a52119a40ec84a099c21108ddf6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:20 + docker-compose build --help 16:41:20 + grep parallel 16:41:21 --parallel Build images in parallel. [Pipeline] } 16:41:21 $ docker stop --time=1 a9c9df74dcaa247778f91d3ae0cb0e50c33b1a52119a40ec84a099c21108ddf6 16:41:22 $ docker rm -f a9c9df74dcaa247778f91d3ae0cb0e50c33b1a52119a40ec84a099c21108ddf6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:41:23 . [Pipeline] withDockerContainer 16:41:23 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 16:41:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:41:24 $ docker top e4a0977bf48fd73afa4e080563b8a41f122aa45f373fc25f6e6e6b2d3e59ca35 -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:25 + docker-compose -f ./docker-compose-build.yml build --parallel 16:41:26 Building docker-core-command-go ... 16:41:26 Building docker-core-data-go ... 16:41:26 Building docker-core-metadata-go ... 16:41:26 Building docker-security-bootstrap-redis-go ... 16:41:26 Building docker-security-proxy-setup-go ... 16:41:26 Building docker-security-secretstore-setup-go ... 16:41:26 Building docker-support-notifications-go ... 16:41:26 Building docker-support-scheduler-go ... 16:41:26 Building docker-sys-mgmt-agent-go ... 16:41:26 Building docker-core-command-go 16:41:26 Building docker-support-notifications-go 16:41:26 Building docker-security-secretstore-setup-go 16:41:26 Building docker-security-bootstrap-redis-go 16:41:26 Building docker-support-scheduler-go 16:42:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:42:05 ---> 136b9c1b59ea 16:42:05 Step 3/24 : WORKDIR /edgex-go 16:42:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:42:05 ---> 136b9c1b59ea 16:42:05 Step 3/24 : WORKDIR /edgex-go 16:42:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:42:05 ---> 136b9c1b59ea 16:42:05 Step 3/21 : WORKDIR /edgex-go 16:42:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:42:05 ---> 136b9c1b59ea 16:42:05 Step 3/22 : WORKDIR /edgex-go 16:42:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:42:05 ---> 136b9c1b59ea 16:42:05 Step 3/22 : WORKDIR /edgex-go 16:42:05 ---> Running in b435c332f85e 16:42:05 ---> Running in 2a41aed812b5 16:42:05 ---> Running in 21c9ad8bf4b1 16:42:05 ---> Running in 6c05bf741967 16:42:05 ---> Running in 22a3fab67cfd 16:42:05 Removing intermediate container 2a41aed812b5 16:42:05 ---> c7fdf0eeccaf 16:42:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:05 Removing intermediate container 22a3fab67cfd 16:42:05 ---> ba97c7bf07ca 16:42:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:05 Removing intermediate container b435c332f85e 16:42:05 ---> 4b649edf2ca6 16:42:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:05 Removing intermediate container 6c05bf741967 16:42:05 ---> c85112d5e529 16:42:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:05 Removing intermediate container 21c9ad8bf4b1 16:42:05 ---> 0dfd9589cb4f 16:42:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:05 ---> Running in 08ce41fa1229 16:42:05 ---> Running in 20af42452cd8 16:42:05 ---> Running in b1473c0e01a6 16:42:05 ---> Running in f698e78ca2b9 16:42:05 ---> Running in 39a71e50a8cb 16:42:07 Removing intermediate container b1473c0e01a6 16:42:07 ---> 116ac0f1f6b5 16:42:07 Step 5/24 : RUN apk add --update --no-cache make git 16:42:08 Removing intermediate container 20af42452cd8 16:42:08 ---> da2b13c29a83 16:42:08 Step 5/21 : RUN apk add --update --no-cache make git 16:42:08 Removing intermediate container 39a71e50a8cb 16:42:08 ---> 930bb74e35e4 16:42:08 Step 5/22 : RUN apk add --update --no-cache make git 16:42:08 ---> Running in 9890409d7c17 16:42:08 ---> Running in 9244c4c04a16 16:42:08 ---> Running in 1a2cf0b22bab 16:42:08 Removing intermediate container f698e78ca2b9 16:42:08 ---> 60da1a882d82 16:42:08 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:42:08 Removing intermediate container 08ce41fa1229 16:42:08 ---> bb352843052d 16:42:08 Step 5/22 : RUN apk add --update --no-cache make git 16:42:08 ---> Running in 38e0d308917b 16:42:08 ---> Running in 84d708e2b7cb 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:10 OK: 233 MiB in 51 packages 16:42:10 OK: 233 MiB in 51 packages 16:42:10 OK: 233 MiB in 51 packages 16:42:11 OK: 233 MiB in 51 packages 16:42:11 OK: 233 MiB in 51 packages 16:42:11 Removing intermediate container 9890409d7c17 16:42:11 ---> 5eec5d444979 16:42:11 Step 6/24 : COPY go.mod . 16:42:12 Removing intermediate container 1a2cf0b22bab 16:42:12 ---> d52ff86deca1 16:42:12 Step 6/22 : COPY go.mod . 16:42:12 ---> 45d40342fd10 16:42:12 Step 7/24 : RUN go mod download 16:42:12 Removing intermediate container 9244c4c04a16 16:42:12 ---> 64fed17abdc2 16:42:12 Step 6/21 : COPY go.mod . 16:42:12 ---> Running in 077b9cd430d1 16:42:12 Removing intermediate container 38e0d308917b 16:42:12 ---> a76964c96d55 16:42:12 Step 6/24 : COPY go.mod . 16:42:12 Removing intermediate container 84d708e2b7cb 16:42:12 ---> 7b8bdff217b7 16:42:12 Step 6/22 : COPY go.mod . 16:42:12 ---> 87ff2d2ab3dc 16:42:12 Step 7/22 : RUN go mod download 16:42:12 ---> 62a776883c0d 16:42:12 Step 7/21 : RUN go mod download 16:42:12 ---> 9c5cccde80df 16:42:12 Step 7/24 : RUN go mod download 16:42:12 ---> Running in 583d15c84913 16:42:12 ---> Running in d4c639ee7452 16:42:12 ---> Running in d394d881654a 16:42:12 ---> 3141da757baf 16:42:12 Step 7/22 : RUN go mod download 16:42:13 ---> Running in ac17b30a3f21 16:42:15 Removing intermediate container 077b9cd430d1 16:42:15 ---> dd6a95be5030 16:42:15 Step 8/24 : COPY . . 16:42:15 Removing intermediate container 583d15c84913 16:42:15 ---> 54b9963c3a43 16:42:15 Step 8/21 : COPY . . 16:42:16 Removing intermediate container d4c639ee7452 16:42:16 ---> f809a80a166b 16:42:16 Step 8/22 : COPY . . 16:42:19 Removing intermediate container d394d881654a 16:42:19 ---> 43bc0d8947d8 16:42:19 Step 8/24 : COPY . . 16:42:22 Removing intermediate container ac17b30a3f21 16:42:22 ---> 33188a89f1d0 16:42:22 Step 8/22 : COPY . . 16:42:55 ---> b4c07190f1a1 16:42:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:42:55 ---> 4b09e94069e5 16:42:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:42:55 ---> Running in 33140ea14230 16:42:55 ---> eed117554a3a 16:42:55 ---> 08ee0fbefd6c 16:42:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:42:55 Step 9/22 : RUN make cmd/core-command/core-command 16:42:56 ---> Running in fe70134bf7bb 16:42:56 ---> Running in 0a0f2ec84c55 16:42:56 ---> Running in f2191770d9a3 16:42:56 ---> 5615d869c7a4 16:42:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:42:56 ---> Running in 2d0afbf3760d 16:42:57 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 16:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:43:30 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 16:43:37 Removing intermediate container 2d0afbf3760d 16:43:37 ---> 740d5ad325f7 16:43:37 16:43:37 Step 10/22 : FROM alpine:3.12 16:43:37 3.12: Pulling from library/alpine 16:43:38 Removing intermediate container 0a0f2ec84c55 16:43:38 ---> 8c509b9e50df 16:43:38 16:43:38 Step 10/21 : FROM scratch 16:43:38 ---> 16:43:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:43:38 Removing intermediate container fe70134bf7bb 16:43:38 ---> ecbd8cca3b7c 16:43:38 16:43:38 Step 10/24 : FROM scratch 16:43:38 ---> 16:43:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:43:38 Removing intermediate container f2191770d9a3 16:43:38 ---> da759c411e61 16:43:38 16:43:38 Step 10/22 : FROM scratch 16:43:38 ---> 16:43:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:43:39 ---> Running in 592a4a5b1be8 16:43:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:43:39 ---> Running in 1ff22d1d777c 16:43:39 Status: Downloaded newer image for alpine:3.12 16:43:39 ---> 389fef711851 16:43:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:43:39 Removing intermediate container 33140ea14230 16:43:39 ---> 309b68472630 16:43:39 16:43:39 Step 10/24 : FROM alpine:3.12 16:43:39 ---> 389fef711851 16:43:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:43:39 ---> Running in 1b536f26c7ff 16:43:39 ---> Running in 2831275fd784 16:43:39 ---> Running in 27baa2a6f917 16:43:39 Removing intermediate container 592a4a5b1be8 16:43:39 ---> caf372d5089a 16:43:39 Step 12/24 : ENV APP_PORT=48060 16:43:39 Removing intermediate container 1ff22d1d777c 16:43:39 ---> 5aa6b5cb2dd5 16:43:39 Step 12/21 : ENV APP_PORT=48085 16:43:39 ---> Running in 3c345decaf1e 16:43:39 Removing intermediate container 1b536f26c7ff 16:43:39 ---> ebccf3a7c38d 16:43:39 Step 12/22 : ENV APP_PORT=48082 16:43:39 ---> Running in 5c6815f8c8bd 16:43:39 ---> Running in ae9f9ccdefc6 16:43:39 Removing intermediate container 3c345decaf1e 16:43:39 ---> 11db2a889087 16:43:39 Step 13/24 : EXPOSE $APP_PORT 16:43:40 Removing intermediate container 5c6815f8c8bd 16:43:40 ---> 31b8b3218233 16:43:40 Step 13/21 : EXPOSE $APP_PORT 16:43:40 ---> Running in 7a79e4f9454f 16:43:40 ---> Running in 42252c1a8383 16:43:40 Removing intermediate container ae9f9ccdefc6 16:43:40 ---> d5dd9fbc9455 16:43:40 Step 13/22 : EXPOSE $APP_PORT 16:43:40 ---> Running in d87d2567d1e0 16:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:40 Removing intermediate container 42252c1a8383 16:43:40 ---> e18dc3b4005c 16:43:40 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:40 Removing intermediate container 7a79e4f9454f 16:43:40 ---> bafba183f9e8 16:43:40 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:40 Removing intermediate container d87d2567d1e0 16:43:40 ---> 3cf696230fcb 16:43:40 Step 14/22 : WORKDIR / 16:43:40 (1/5) Installing ca-certificates (20191127-r4) 16:43:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:43:40 (3/5) Installing libcurl (7.69.1-r3) 16:43:40 ---> Running in 37a8302f2cd6 16:43:40 (4/5) Installing curl (7.69.1-r3) 16:43:40 (5/5) Installing dumb-init (1.2.2-r1) 16:43:40 (1/5) Installing ca-certificates (20191127-r4) 16:43:40 Executing busybox-1.31.1-r19.trigger 16:43:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:43:40 Executing ca-certificates-20191127-r4.trigger 16:43:40 (3/5) Installing libcurl (7.69.1-r3) 16:43:40 OK: 7 MiB in 19 packages 16:43:40 (4/5) Installing curl (7.69.1-r3) 16:43:40 (5/5) Installing dumb-init (1.2.2-r1) 16:43:41 Executing busybox-1.31.1-r19.trigger 16:43:41 Executing ca-certificates-20191127-r4.trigger 16:43:41 OK: 7 MiB in 19 packages 16:43:41 ---> a220ec923d67 16:43:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:43:41 ---> 897844930000 16:43:41 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:43:41 Removing intermediate container 37a8302f2cd6 16:43:41 ---> f71ea365bc88 16:43:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:43:43 ---> 982a538e6113 16:43:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:43:44 ---> dc257636ac98 16:43:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:43:44 Removing intermediate container 27baa2a6f917 16:43:44 ---> dc1aed858ae1 16:43:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:43:44 Removing intermediate container 2831275fd784 16:43:44 ---> 17258c8deae3 16:43:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:43:44 ---> ef4bf70fa695 16:43:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:43:44 ---> 4f43602ca6e4 16:43:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:43:44 ---> Running in 1c3baa693a3a 16:43:44 ---> Running in 65970f1aef81 16:43:44 ---> 0ce432b54bc1 16:43:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:43:44 Removing intermediate container 1c3baa693a3a 16:43:44 ---> dc6b04c6326b 16:43:44 Step 13/22 : WORKDIR / 16:43:44 Removing intermediate container 65970f1aef81 16:43:44 ---> a29f274a09bb 16:43:44 Step 13/24 : WORKDIR / 16:43:44 ---> e2982fd557f7 16:43:44 Step 18/22 : ENTRYPOINT ["/core-command"] 16:43:44 ---> Running in 8d6d8d358631 16:43:44 ---> Running in cc8b1941131a 16:43:44 ---> Running in 300d773ee31f 16:43:44 ---> Running in d8baa7961611 16:43:44 ---> 6e42e9f52de0 16:43:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:43:44 Removing intermediate container cc8b1941131a 16:43:44 ---> 83d33e610bfc 16:43:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:43:45 ---> Running in ebc83ed253a8 16:43:45 Removing intermediate container 8d6d8d358631 16:43:45 ---> 4eb92f8eccc8 16:43:45 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:43:45 Removing intermediate container 300d773ee31f 16:43:45 ---> 4430accc26de 16:43:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:43:45 Removing intermediate container d8baa7961611 16:43:45 ---> ebcf2f3b93db 16:43:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:43:45 ---> 2b4823c3a5f7 16:43:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:43:45 ---> Running in 982d72aeacc5 16:43:45 Removing intermediate container ebc83ed253a8 16:43:45 ---> e52e139d9628 16:43:45 Step 19/21 : LABEL arch=x86_64 16:43:45 ---> Running in fce587f9240c 16:43:45 ---> 796cb421bd4b 16:43:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:43:45 ---> a9bbd60f66d1 16:43:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:43:45 Removing intermediate container 982d72aeacc5 16:43:45 ---> 3431495b2e7d 16:43:45 Step 20/22 : LABEL arch=x86_64 16:43:46 Removing intermediate container fce587f9240c 16:43:46 ---> d77be4d0cc1d 16:43:46 Step 20/21 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:43:46 ---> Running in df0b56a1a006 16:43:46 ---> Running in d0817adf2e33 16:43:46 ---> 052d5427e41c 16:43:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:43:46 ---> a2eb06db6a43 16:43:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:43:46 ---> 5e0facd9c5aa 16:43:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:43:46 Removing intermediate container df0b56a1a006 16:43:46 ---> b4f8c50d2006 16:43:46 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:43:46 Removing intermediate container d0817adf2e33 16:43:46 ---> 7910a7d07a3d 16:43:46 Step 21/21 : LABEL version=0.0.0 16:43:46 ---> Running in 0713394f3f3b 16:43:47 ---> 1ea30ce76931 16:43:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:43:47 ---> 025d8f01e25d 16:43:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:43:47 ---> f2e8509766b0 16:43:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:43:47 ---> Running in fcc39815f1b1 16:43:47 ---> Running in 296a81dc03b4 16:43:47 Removing intermediate container 0713394f3f3b 16:43:47 ---> 3c2f8a4e2ade 16:43:47 Step 22/22 : LABEL version=0.0.0 16:43:47 ---> Running in 19d7d7aa41e2 16:43:47 Removing intermediate container fcc39815f1b1 16:43:47 ---> 2d7cd1c0ca0e 16:43:47 16:43:47 Removing intermediate container 296a81dc03b4 16:43:47 ---> 12d645d9404b 16:43:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:43:47 ---> abb2b716efdb 16:43:47 Step 18/22 : RUN chmod +x entrypoint.sh 16:43:47 ---> 08e1c8bac322 16:43:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:43:47 Successfully built 2d7cd1c0ca0e 16:43:47 ---> Running in 094af2ef0027 16:43:47 ---> Running in bc8e3354f4ea 16:43:47 Successfully tagged docker-support-scheduler-go:latest 16:43:47 Building docker-core-metadata-go 16:43:47  Building docker-support-scheduler-go ... done Removing intermediate container 19d7d7aa41e2 16:43:47 ---> e8c30ea7c10c 16:43:47 16:43:48 Successfully built e8c30ea7c10c 16:43:48 Successfully tagged docker-core-command-go:latest 16:43:48  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 16:43:48 Removing intermediate container bc8e3354f4ea 16:43:48 ---> 1114536ab244 16:43:48 Step 22/24 : LABEL arch=x86_64 16:43:48 ---> a08bf0956470 16:43:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:43:48 ---> Running in e31364ad95cd 16:43:49 Removing intermediate container e31364ad95cd 16:43:49 ---> 9367ad1f6cb6 16:43:49 Step 23/24 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:43:49 ---> c11fbcabfe60 16:43:49 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/ 16:43:49 ---> Running in a55cd110c92c 16:43:50 ---> Running in 79bb9a609ed7 16:43:52 Removing intermediate container a55cd110c92c 16:43:52 ---> eb8148dcecdd 16:43:52 Step 24/24 : LABEL version=0.0.0 16:43:52 ---> Running in 46a724d56bd2 16:43:53 Removing intermediate container 094af2ef0027 16:43:53 ---> 49780a576df0 16:43:53 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:43:53 Removing intermediate container 46a724d56bd2 16:43:53 ---> 11521af6c9a0 16:43:53 16:43:53 Successfully built 11521af6c9a0 16:43:53 Successfully tagged docker-support-notifications-go:latest 16:43:53  Building docker-support-notifications-go ... done Building docker-core-data-go 16:43:55 ---> Running in befa30ee12a7 16:43:56 Removing intermediate container 79bb9a609ed7 16:43:56 ---> 103ef54127af 16:43:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:43:56 Removing intermediate container befa30ee12a7 16:43:56 ---> 999a5e15e787 16:43:56 Step 20/22 : LABEL arch=x86_64 16:43:56 ---> Running in 4cb144b36309 16:43:56 ---> Running in 39d607cf1cfe 16:43:57 Removing intermediate container 4cb144b36309 16:43:57 ---> e020b2959446 16:43:57 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:43:57 Removing intermediate container 39d607cf1cfe 16:43:57 ---> 467d13969730 16:43:57 Step 22/24 : LABEL arch=x86_64 16:43:58 ---> Running in a1c8be2dbec3 16:43:58 ---> Running in 288b5d964437 16:43:59 Removing intermediate container 288b5d964437 16:43:59 ---> 50ec7bc7ec0c 16:43:59 Step 23/24 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:43:59 Removing intermediate container a1c8be2dbec3 16:43:59 ---> 712c29eac27c 16:43:59 Step 22/22 : LABEL version=0.0.0 16:43:59 ---> Running in 0f60077faf1e 16:43:59 ---> Running in c3e320058ba4 16:44:00 Removing intermediate container c3e320058ba4 16:44:00 ---> 953c6336c0ef 16:44:00 16:44:00 Removing intermediate container 0f60077faf1e 16:44:00 ---> 97164c796321 16:44:00 Step 24/24 : LABEL version=0.0.0 16:44:00 Successfully built 953c6336c0ef 16:44:00 ---> Running in b674e374c75b 16:44:00 Successfully tagged docker-security-bootstrap-redis-go:latest 16:44:00 Building docker-sys-mgmt-agent-go 16:44:02  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b674e374c75b 16:44:02 ---> e377327f5600 16:44:02 16:44:02 Successfully built e377327f5600 16:44:02 Successfully tagged docker-security-secretstore-setup-go:latest 16:44:11  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:44:11 ---> 136b9c1b59ea 16:44:11 Step 3/22 : WORKDIR /edgex-go 16:44:11 ---> Using cache 16:44:11 ---> 0dfd9589cb4f 16:44:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:11 ---> Using cache 16:44:11 ---> 930bb74e35e4 16:44:11 Step 5/22 : RUN apk add --update --no-cache make git 16:44:11 ---> Using cache 16:44:11 ---> d52ff86deca1 16:44:11 Step 6/22 : COPY go.mod . 16:44:11 ---> Using cache 16:44:11 ---> 87ff2d2ab3dc 16:44:11 Step 7/22 : RUN go mod download 16:44:11 ---> Using cache 16:44:11 ---> f809a80a166b 16:44:11 Step 8/22 : COPY . . 16:44:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:44:11 ---> 136b9c1b59ea 16:44:11 Step 3/21 : WORKDIR /edgex-go 16:44:11 ---> Using cache 16:44:11 ---> 0dfd9589cb4f 16:44:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:11 ---> Using cache 16:44:11 ---> 930bb74e35e4 16:44:11 Step 5/21 : RUN apk add --update --no-cache make git 16:44:11 ---> Using cache 16:44:11 ---> d52ff86deca1 16:44:11 Step 6/21 : COPY go.mod . 16:44:11 ---> Using cache 16:44:11 ---> 87ff2d2ab3dc 16:44:11 Step 7/21 : RUN go mod download 16:44:11 ---> Using cache 16:44:11 ---> f809a80a166b 16:44:11 Step 8/21 : COPY . . 16:44:11 ---> Using cache 16:44:11 ---> eed117554a3a 16:44:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:44:11 ---> Using cache 16:44:11 ---> eed117554a3a 16:44:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:44:11 ---> Running in 24b1b47895ec 16:44:11 ---> Running in fa5ff0a55f50 16:44:14 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 16:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:44:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:44:17 ---> 136b9c1b59ea 16:44:17 Step 3/23 : WORKDIR /edgex-go 16:44:17 ---> Using cache 16:44:17 ---> 0dfd9589cb4f 16:44:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:17 ---> Using cache 16:44:17 ---> 930bb74e35e4 16:44:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:44:18 ---> Running in 5e921b3677f1 16:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:21 OK: 233 MiB in 51 packages 16:44:23 Removing intermediate container 5e921b3677f1 16:44:23 ---> afa20e6f87ec 16:44:23 Step 6/23 : COPY go.mod . 16:44:24 ---> a54fed7727a7 16:44:24 Step 7/23 : RUN go mod download 16:44:24 ---> Running in d05e8bbcd6cc 16:44:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:44:26 ---> 136b9c1b59ea 16:44:26 Step 3/26 : WORKDIR /edgex-go 16:44:26 ---> Using cache 16:44:26 ---> 0dfd9589cb4f 16:44:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:26 ---> Using cache 16:44:26 ---> 930bb74e35e4 16:44:26 Step 5/26 : RUN apk add --update --no-cache make bash git 16:44:26 ---> Running in 55b6947db7b6 16:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:28 Removing intermediate container d05e8bbcd6cc 16:44:28 ---> ddea9c8e7b3b 16:44:28 Step 8/23 : COPY . . 16:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:29 OK: 233 MiB in 51 packages 16:44:31 Removing intermediate container 55b6947db7b6 16:44:31 ---> dd3593ca9bfa 16:44:31 Step 6/26 : COPY go.mod . 16:44:33 ---> 11cf2c7cf635 16:44:33 Step 7/26 : RUN go mod download 16:44:33 ---> Running in 86c0a70ab7bc 16:44:40 Removing intermediate container 86c0a70ab7bc 16:44:40 ---> eda6dae768a6 16:44:40 Step 8/26 : COPY . . 16:44:40 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 16:44:54 ---> 9f9afc02bd03 16:44:54 Step 9/23 : RUN make cmd/core-data/core-data 16:44:56 ---> Running in 89885d69b3f3 16:44:57 Removing intermediate container fa5ff0a55f50 16:44:57 ---> 92e816dd225a 16:44:57 16:44:57 Step 10/21 : FROM alpine:3.12 16:44:57 ---> 389fef711851 16:44:57 Step 11/21 : RUN apk add --update --no-cache curl 16:44:57 Removing intermediate container 24b1b47895ec 16:44:57 ---> c77a855eff89 16:44:57 16:44:57 Step 10/22 : FROM scratch 16:44:57 ---> 16:44:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:44:57 ---> Running in f185814c096e 16:44:58 ---> Using cache 16:44:58 ---> ebccf3a7c38d 16:44:58 Step 12/22 : ENV APP_PORT=48081 16:44:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:44:59 ---> Running in 353832e55e14 16:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:00 Removing intermediate container 353832e55e14 16:45:00 ---> 01a117ef2fd9 16:45:00 Step 13/22 : EXPOSE $APP_PORT 16:45:00 (1/4) Installing ca-certificates (20191127-r4) 16:45:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:45:00 (3/4) Installing libcurl (7.69.1-r3) 16:45:00 (4/4) Installing curl (7.69.1-r3) 16:45:00 Executing busybox-1.31.1-r19.trigger 16:45:00 Executing ca-certificates-20191127-r4.trigger 16:45:00 OK: 7 MiB in 18 packages 16:45:01 ---> Running in 593c89abdd7b 16:45:01 ---> 4fe848a86264 16:45:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:45:02 Removing intermediate container 593c89abdd7b 16:45:02 ---> 1687a75f36eb 16:45:02 Step 14/22 : WORKDIR / 16:45:02 ---> Running in 4241204e57ae 16:45:02 ---> Running in 50531c6af0cc 16:45:03 Removing intermediate container f185814c096e 16:45:03 ---> 63c4fe2def37 16:45:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:45:03 Removing intermediate container 50531c6af0cc 16:45:03 ---> ad950ff119bb 16:45:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:03 ---> Running in 150ff92a65c2 16:45:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:45:03 Removing intermediate container 150ff92a65c2 16:45:03 ---> 2b6fd94ac4f0 16:45:03 Step 13/21 : WORKDIR /edgex 16:45:03 ---> f214d01189eb 16:45:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:45:03 ---> Running in 10e75b09de3b 16:45:04 Removing intermediate container 10e75b09de3b 16:45:04 ---> 7f223b73140d 16:45:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:45:05 ---> c92c82adafd7 16:45:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:45:05 ---> 32e40ebb329b 16:45:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:45:05 ---> 571b5ca0e996 16:45:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:45:05 ---> Running in d2fac567f6a6 16:45:07 Removing intermediate container d2fac567f6a6 16:45:07 ---> bd8419e0bb74 16:45:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:07 ---> 230be1b732f5 16:45:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:45:07 ---> Running in de0e33b4e37d 16:45:07 Removing intermediate container de0e33b4e37d 16:45:07 ---> 095e210ec059 16:45:07 Step 20/22 : LABEL arch=x86_64 16:45:08 ---> Running in 55ddca762771 16:45:08 ---> 6584de17f44f 16:45:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:45:08 ---> Running in abf3e463cc40 16:45:08 Removing intermediate container 55ddca762771 16:45:08 ---> f70b0ba751c8 16:45:08 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:45:09 ---> Running in 28db657a8a10 16:45:09 Removing intermediate container abf3e463cc40 16:45:09 ---> 6129afec7739 16:45:09 Step 18/21 : CMD ["--init=true"] 16:45:09 ---> Running in 66615a5d51da 16:45:09 Removing intermediate container 28db657a8a10 16:45:09 ---> ede7a813d6c1 16:45:09 Step 22/22 : LABEL version=0.0.0 16:45:09 ---> Running in 6388856a924d 16:45:09 Removing intermediate container 66615a5d51da 16:45:09 ---> 4a3f94a8233f 16:45:09 Step 19/21 : LABEL arch=x86_64 16:45:09 ---> Running in 432658cd4a9d 16:45:10 Removing intermediate container 6388856a924d 16:45:10 ---> 71c4710b3461 16:45:10 16:45:10 Removing intermediate container 432658cd4a9d 16:45:10 ---> 6638520bdd95 16:45:10 Step 20/21 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:45:10 Successfully built 71c4710b3461 16:45:10 ---> Running in 208b5f0f17c0 16:45:10 Successfully tagged docker-core-metadata-go:latest 16:45:11  Building docker-core-metadata-go ... done Removing intermediate container 208b5f0f17c0 16:45:11 ---> 9c9b76034fd4 16:45:11 Step 21/21 : LABEL version=0.0.0 16:45:11 ---> Running in fefe5eb75d3d 16:45:12 Removing intermediate container fefe5eb75d3d 16:45:12 ---> e40e30fa1d41 16:45:12 16:45:12 Successfully built e40e30fa1d41 16:45:12 Successfully tagged docker-security-proxy-setup-go:latest 16:45:24  Building docker-security-proxy-setup-go ... done Removing intermediate container 4241204e57ae 16:45:24 ---> 9c2bc51a43b8 16:45:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:45:24 ---> Running in 8205273fed42 16:45:24 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 16:45:25 Removing intermediate container 89885d69b3f3 16:45:25 ---> 5272c2252fd7 16:45:25 16:45:25 Step 10/23 : FROM alpine:3.12 16:45:25 ---> 389fef711851 16:45:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:25 ---> Running in 94eb23cb7288 16:45:26 Removing intermediate container 94eb23cb7288 16:45:26 ---> 5b6bbfb561ce 16:45:26 Step 12/23 : ENV APP_PORT=48080 16:45:26 ---> Running in 82379409a6ff 16:45:26 Removing intermediate container 8205273fed42 16:45:26 ---> 41ffa1ff175a 16:45:26 16:45:26 Step 11/26 : FROM docker:20.10.0 16:45:26 20.10.0: Pulling from library/docker 16:45:26 Removing intermediate container 82379409a6ff 16:45:26 ---> 507200eaa3cd 16:45:26 Step 13/23 : EXPOSE $APP_PORT 16:45:26 ---> Running in 90a9e705e67e 16:45:26 Removing intermediate container 90a9e705e67e 16:45:26 ---> abf6c3b02857 16:45:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:27 ---> Running in 4524d2b7cae6 16:45:28 Removing intermediate container 4524d2b7cae6 16:45:28 ---> b5bf8cb34ec1 16:45:28 Step 15/23 : RUN apk add --update --no-cache zeromq 16:45:29 ---> Running in 816ba1b7353b 16:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:31 (1/5) Installing libgcc (9.3.0-r2) 16:45:31 (2/5) Installing libsodium (1.0.18-r0) 16:45:31 (3/5) Installing libstdc++ (9.3.0-r2) 16:45:32 (4/5) Installing libzmq (4.3.3-r0) 16:45:32 (5/5) Installing zeromq (4.3.3-r0) 16:45:32 Executing busybox-1.31.1-r19.trigger 16:45:32 OK: 8 MiB in 19 packages 16:45:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:45:33 Status: Downloaded newer image for docker:20.10.0 16:45:33 ---> aefe523efa57 16:45:33 Step 12/26 : RUN apk add --no-cache bash 16:45:33 ---> Running in 48ed1cb5cb42 16:45:33 Removing intermediate container 816ba1b7353b 16:45:33 ---> 9f182a0219cc 16:45:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:33 ---> be49d99ba044 16:45:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:34 (1/2) Installing readline (8.0.4-r0) 16:45:34 (2/2) Installing bash (5.0.17-r0) 16:45:34 Executing bash-5.0.17-r0.post-install 16:45:34 Executing busybox-1.31.1-r19.trigger 16:45:34 OK: 12 MiB in 22 packages 16:45:34 ---> 71212328425f 16:45:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:45:35 ---> 50ff39c5ea7a 16:45:35 Step 19/23 : ENTRYPOINT ["/core-data"] 16:45:35 Removing intermediate container 48ed1cb5cb42 16:45:35 ---> f66207949434 16:45:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:45:35 ---> Running in fbc97e8486ba 16:45:35 ---> Running in 2e1fd5f78160 16:45:35 Removing intermediate container fbc97e8486ba 16:45:35 ---> 6ded372b0462 16:45:35 Step 14/26 : ENV APP_PORT=48090 16:45:35 Removing intermediate container 2e1fd5f78160 16:45:35 ---> d06d5cf750ee 16:45:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:35 ---> Running in ad38988de649 16:45:35 ---> Running in bbc03917ef0a 16:45:35 Removing intermediate container bbc03917ef0a 16:45:35 ---> 0d5ff92e9250 16:45:35 Step 21/23 : LABEL arch=x86_64 16:45:35 Removing intermediate container ad38988de649 16:45:35 ---> 58456609b83e 16:45:35 Step 15/26 : EXPOSE $APP_PORT 16:45:35 ---> Running in 3b613b5f4b88 16:45:35 ---> Running in 5ac145cf4192 16:45:35 Removing intermediate container 5ac145cf4192 16:45:35 ---> b853e03db0ee 16:45:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:45:35 Removing intermediate container 3b613b5f4b88 16:45:35 ---> abe1368f9996 16:45:35 Step 22/23 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:45:35 ---> Running in 361da6b9d383 16:45:36 Removing intermediate container 361da6b9d383 16:45:36 ---> e6aac1028094 16:45:36 Step 23/23 : LABEL version=0.0.0 16:45:36 ---> Running in cbd5fdc911cb 16:45:36 ---> 9c5a8b58510b 16:45:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:45:37 Removing intermediate container cbd5fdc911cb 16:45:37 ---> cba2577ffa41 16:45:37 16:45:37 ---> 022eb51678dc 16:45:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:45:37 Successfully built cba2577ffa41 16:45:37 Successfully tagged docker-core-data-go:latest 16:45:37  Building docker-core-data-go ... done  ---> b632de62d6ed 16:45:37 Step 19/26 : RUN apk --no-cache add py3-pip 16:45:37 ---> Running in 69f4731c2247 16:45:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:38 (1/33) Installing libbz2 (1.0.8-r1) 16:45:38 (2/33) Installing expat (2.2.9-r1) 16:45:38 (3/33) Installing libffi (3.3-r2) 16:45:38 (4/33) Installing gdbm (1.13-r1) 16:45:38 (5/33) Installing xz-libs (5.2.5-r0) 16:45:38 (6/33) Installing sqlite-libs (3.32.1-r0) 16:45:38 (7/33) Installing python3 (3.8.5-r0) 16:45:39 (8/33) Installing py3-appdirs (1.4.4-r1) 16:45:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:45:39 (10/33) Installing py3-parsing (2.4.7-r0) 16:45:39 (11/33) Installing py3-six (1.15.0-r0) 16:45:39 (12/33) Installing py3-packaging (20.4-r0) 16:45:39 (13/33) Installing py3-setuptools (47.0.0-r0) 16:45:39 (14/33) Installing py3-chardet (3.0.4-r4) 16:45:39 (15/33) Installing py3-idna (2.9-r0) 16:45:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:45:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:45:39 (18/33) Installing py3-requests (2.23.0-r0) 16:45:40 (19/33) Installing py3-msgpack (1.0.0-r0) 16:45:40 (20/33) Installing py3-lockfile (0.12.2-r3) 16:45:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:45:40 (22/33) Installing py3-colorama (0.4.3-r0) 16:45:40 (23/33) Installing py3-distlib (0.3.0-r0) 16:45:40 (24/33) Installing py3-distro (1.5.0-r1) 16:45:40 (25/33) Installing py3-webencodings (0.5.1-r3) 16:45:40 (26/33) Installing py3-html5lib (1.0.1-r4) 16:45:40 (27/33) Installing py3-pytoml (0.1.21-r0) 16:45:40 (28/33) Installing py3-pep517 (0.8.2-r0) 16:45:40 (29/33) Installing py3-progress (1.5-r0) 16:45:40 (30/33) Installing py3-toml (0.10.1-r0) 16:45:40 (31/33) Installing py3-retrying (1.3.3-r0) 16:45:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:45:40 (33/33) Installing py3-pip (20.1.1-r0) 16:45:40 Executing busybox-1.31.1-r19.trigger 16:45:40 OK: 71 MiB in 55 packages 16:45:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20549 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 16:45:41 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:45:46 using credential edgex-jenkins-ssh 16:45:46 Cloning the remote Git repository 16:45:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:45:47 > git init /w/workspace/edgex-go/3 # timeout=10 16:45:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:45:47 > git --version # timeout=10 16:45:47 > git --version # 'git version 2.17.1' 16:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:45:48 Removing intermediate container 69f4731c2247 16:45:48 ---> 5ce031f10af1 16:45:48 Step 20/26 : RUN pip install docker-compose==1.23.2 16:45:48 ---> Running in 5912720fdd57 16:45:50 Collecting docker-compose==1.23.2 16:45:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:45:50 Collecting docopt<0.7,>=0.6.1 16:45:50 Downloading docopt-0.6.2.tar.gz (25 kB) 16:45:51 Collecting dockerpty<0.5,>=0.4.1 16:45:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:45:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:45:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:45:52 Collecting websocket-client<1.0,>=0.32.0 16:45:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:45:52 Collecting docker<4.0,>=3.6.0 16:45:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:45:52 Collecting texttable<0.10,>=0.9.0 16:45:52 Downloading texttable-0.9.1.tar.gz (11 kB) 16:45:53 Collecting PyYAML<4,>=3.10 16:45:53 Downloading PyYAML-3.13.tar.gz (270 kB) 16:45:54 Collecting jsonschema<3,>=2.5.1 16:45:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:45:54 Collecting cached-property<2,>=1.2.0 16:45:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:45:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:45:54 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) 16:45:54 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) 16:45:54 Collecting idna<2.8,>=2.5 16:45:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:45:54 Collecting urllib3<1.25,>=1.21.1 16:45:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:45:55 Collecting docker-pycreds>=0.4.0 16:45:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:45:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:45:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:45:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:45:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:45:55 Installing collected packages: docopt, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, jsonschema, cached-property, docker-compose 16:45:55 Running setup.py install for docopt: started 16:45:55 Running setup.py install for docopt: finished with status 'done' 16:45:55 Running setup.py install for dockerpty: started 16:45:56 Running setup.py install for dockerpty: finished with status 'done' 16:45:56 Attempting uninstall: idna 16:45:56 Found existing installation: idna 2.9 16:45:56 Uninstalling idna-2.9: 16:45:56 Successfully uninstalled idna-2.9 16:45:56 Attempting uninstall: urllib3 16:45:56 Found existing installation: urllib3 1.25.9 16:45:56 Uninstalling urllib3-1.25.9: 16:45:56 Successfully uninstalled urllib3-1.25.9 16:45:56 Attempting uninstall: requests 16:45:56 Found existing installation: requests 2.23.0 16:45:56 Uninstalling requests-2.23.0: 16:45:56 Successfully uninstalled requests-2.23.0 16:45:57 Running setup.py install for texttable: started 16:45:58 Running setup.py install for texttable: finished with status 'done' 16:45:58 Running setup.py install for PyYAML: started 16:45:58 Running setup.py install for PyYAML: finished with status 'done' 16:45:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:46:03 Removing intermediate container 5912720fdd57 16:46:03 ---> fcc4cbf74d78 16:46:03 Step 21/26 : RUN apk --no-cache add curl 16:46:03 ---> Running in 2362465b6337 16:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:46:03 (2/3) Installing libcurl (7.69.1-r3) 16:46:03 (3/3) Installing curl (7.69.1-r3) 16:46:03 Executing busybox-1.31.1-r19.trigger 16:46:03 OK: 72 MiB in 58 packages 16:46:04 Removing intermediate container 2362465b6337 16:46:04 ---> 16c81654a4be 16:46:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:46:04 ---> Running in 87adaab570b2 16:46:04 Removing intermediate container 87adaab570b2 16:46:04 ---> b2328d23a88a 16:46:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:46:04 ---> Running in 44089319ecfe 16:46:04 Removing intermediate container 44089319ecfe 16:46:04 ---> be666ca04fd9 16:46:04 Step 24/26 : LABEL arch=x86_64 16:46:04 ---> Running in 6c81effda54c 16:46:05 Removing intermediate container 6c81effda54c 16:46:05 ---> 5aab17072bfd 16:46:05 Step 25/26 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:46:05 ---> Running in 43ee47ef032f 16:46:05 Removing intermediate container 43ee47ef032f 16:46:05 ---> 04bfb5f20429 16:46:05 Step 26/26 : LABEL version=0.0.0 16:46:05 ---> Running in faa4df64a6ea 16:46:05 Removing intermediate container faa4df64a6ea 16:46:05 ---> cb26aff865cb 16:46:05 16:46:05 Successfully built cb26aff865cb 16:46:05 Successfully tagged docker-sys-mgmt-agent-go:latest 16:46:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:46:06 $ docker stop --time=1 e4a0977bf48fd73afa4e080563b8a41f122aa45f373fc25f6e6e6b2d3e59ca35 16:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:08 $ docker rm -f e4a0977bf48fd73afa4e080563b8a41f122aa45f373fc25f6e6e6b2d3e59ca35 16:46:08 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 [Pipeline] // withDockerContainer [Pipeline] sh 16:46:08 Merge succeeded, producing d8589a92f3202e3fdf0c57a326c0783cadca1318 16:46:08 Checking out Revision d8589a92f3202e3fdf0c57a326c0783cadca1318 (PR-3040) 16:46:09 + docker images 16:46:09 + grep docker 16:46:09 docker-sys-mgmt-agent-go latest cb26aff865cb 3 seconds ago 313MB 16:46:09 docker-core-data-go latest cba2577ffa41 32 seconds ago 22.3MB 16:46:09 docker-security-proxy-setup-go latest e40e30fa1d41 57 seconds ago 24.4MB 16:46:09 docker-core-metadata-go latest 71c4710b3461 59 seconds ago 13.1MB 16:46:09 docker-security-secretstore-setup-go latest e377327f5600 2 minutes ago 24.6MB 16:46:09 docker-security-bootstrap-redis-go latest 953c6336c0ef 2 minutes ago 15.8MB 16:46:09 docker-support-notifications-go latest 11521af6c9a0 2 minutes ago 12MB 16:46:09 docker-support-scheduler-go latest 2d7cd1c0ca0e 2 minutes ago 10.7MB 16:46:09 docker-core-command-go latest e8c30ea7c10c 2 minutes ago 10.6MB 16:46:09 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:46:08 > git config core.sparsecheckout # timeout=10 16:46:08 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 16:46:08 > git remote # timeout=10 16:46:08 > git config --get remote.origin.url # timeout=10 16:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:08 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 16:46:08 > git rev-parse HEAD^{commit} # timeout=10 16:46:08 > git config core.sparsecheckout # timeout=10 16:46:08 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 16:46:13 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:46:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:46:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:15 + + sudo service docker restart 16:46:15 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:46:17 provisioning config files... 16:46:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1478703953504402552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:18 ---> docker-login.sh 16:46:18 nexus3.edgexfoundry.org:10001 16:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:19 Configure a credential helper to remove this warning. See 16:46:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:19 16:46:19 Login Succeeded 16:46:19 nexus3.edgexfoundry.org:10002 16:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:19 Configure a credential helper to remove this warning. See 16:46:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:19 16:46:19 Login Succeeded 16:46:19 nexus3.edgexfoundry.org:10003 16:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:20 Configure a credential helper to remove this warning. See 16:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:20 16:46:20 Login Succeeded 16:46:20 nexus3.edgexfoundry.org:10004 16:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:20 Configure a credential helper to remove this warning. See 16:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:20 16:46:20 Login Succeeded 16:46:20 docker.io 16:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:21 Configure a credential helper to remove this warning. See 16:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:21 16:46:21 Login Succeeded 16:46:21 ---> docker-login.sh ends [Pipeline] } 16:46:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:46:21 ========================================================= 16:46:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:46:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:22 + 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 . 16:46:24 Still waiting to schedule task 16:46:24 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20551’ 16:46:24 Sending build context to Docker daemon 165.5MB 16:46:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:24 Step 2/6 : FROM ${BASE} 16:46:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:46:24 5f621e34cdf4: Pulling fs layer 16:46:24 a4357932f1b6: Pulling fs layer 16:46:24 18c013af1878: Pulling fs layer 16:46:24 00ac8860ef70: Pulling fs layer 16:46:24 63d7cb157983: Pulling fs layer 16:46:24 b116817d02f9: Pulling fs layer 16:46:24 745a02a5169b: Pulling fs layer 16:46:24 63d7cb157983: Waiting 16:46:24 b116817d02f9: Waiting 16:46:24 745a02a5169b: Waiting 16:46:24 00ac8860ef70: Waiting 16:46:24 18c013af1878: Verifying Checksum 16:46:24 18c013af1878: Download complete 16:46:24 a4357932f1b6: Verifying Checksum 16:46:24 a4357932f1b6: Download complete 16:46:24 63d7cb157983: Verifying Checksum 16:46:24 63d7cb157983: Download complete 16:46:24 b116817d02f9: Verifying Checksum 16:46:24 b116817d02f9: Download complete 16:46:24 5f621e34cdf4: Verifying Checksum 16:46:24 5f621e34cdf4: Download complete 16:46:25 5f621e34cdf4: Pull complete 16:46:26 a4357932f1b6: Pull complete 16:46:26 18c013af1878: Pull complete 16:46:27 745a02a5169b: Verifying Checksum 16:46:27 745a02a5169b: Download complete 16:46:28 00ac8860ef70: Verifying Checksum 16:46:28 00ac8860ef70: Download complete 16:46:39 00ac8860ef70: Pull complete 16:46:39 63d7cb157983: Pull complete 16:46:39 b116817d02f9: Pull complete 16:46:43 745a02a5169b: Pull complete 16:46:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:46:43 ---> b7e6874047d6 16:46:43 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 16:46:46 ---> Running in 0e6b6b9c42f6 16:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:51 (1/12) Installing libmagic (5.38-r0) 16:46:52 (2/12) Installing file (5.38-r0) 16:46:52 (3/12) Installing libc-dev (0.7.2-r3) 16:46:52 (4/12) Installing g++ (9.3.0-r2) 16:47:07 (5/12) Installing fortify-headers (1.1-r0) 16:47:08 (6/12) Installing patch (2.7.6-r6) 16:47:08 (7/12) Installing build-base (0.5-r2) 16:47:08 (8/12) Installing libsodium (1.0.18-r0) 16:47:08 (9/12) Installing pkgconf (1.7.2-r0) 16:47:08 (10/12) Installing libsodium-dev (1.0.18-r0) 16:47:08 (11/12) Installing libzmq (4.3.3-r0) 16:47:08 (12/12) Installing zeromq-dev (4.3.3-r0) 16:47:08 Executing busybox-1.31.1-r19.trigger 16:47:08 OK: 217 MiB in 51 packages 16:47:13 Removing intermediate container 0e6b6b9c42f6 16:47:13 ---> 77be7cb290b3 16:47:13 Step 4/6 : WORKDIR /edgex-go 16:47:13 ---> Running in 5e836ccf91b5 16:47:13 Removing intermediate container 5e836ccf91b5 16:47:13 ---> 6dcc26e7d582 16:47:13 Step 5/6 : COPY go.mod . 16:47:14 ---> 279c5abd3086 16:47:14 Step 6/6 : RUN go mod download 16:47:14 ---> Running in dc8fdef3590d 16:47:41 Removing intermediate container dc8fdef3590d 16:47:41 ---> 132f968ed9a0 16:47:41 Successfully built 132f968ed9a0 16:47:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:47:41 + docker inspect -f . ci-base-image-arm64 16:47:41 . [Pipeline] withDockerContainer 16:47:41 prd-ubuntu18.04-docker-arm64-4c-16g-20549 does not seem to be running inside a container 16:47:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:47:43 $ docker top 5a3627bc477ecff56c87f539c03645ed80725bd143984ace97f6959c797b8098 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:44 + go version 16:47:44 go version go1.15.5 linux/arm64 [Pipeline] } 16:47:44 $ docker stop --time=1 5a3627bc477ecff56c87f539c03645ed80725bd143984ace97f6959c797b8098 16:47:46 $ docker rm -f 5a3627bc477ecff56c87f539c03645ed80725bd143984ace97f6959c797b8098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:47 + docker inspect -f . ci-base-image-arm64 16:47:47 . [Pipeline] withDockerContainer 16:47:47 prd-ubuntu18.04-docker-arm64-4c-16g-20549 does not seem to be running inside a container 16:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:47:49 $ docker top 65cbccd9ce55d04c134d689f891ca2a46423bd0d0e42a49ad79f5b3038522b24 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:49 ========================================================= 16:47:49 [edgeXBuildGoParallel] Running Tests and Build... 16:47:49 ========================================================= [Pipeline] sh 16:47:50 + make test 16:47:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:48:12 ? github.com/edgexfoundry/edgex-go [no test files] 16:48:36 Running on prd-ubuntu18.04-docker-8c-8g-20554 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 16:48:36 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:48:38 using credential edgex-jenkins-ssh 16:48:38 Cloning the remote Git repository 16:48:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:48:38 > git init /w/workspace/edgex-go/3 # timeout=10 16:48:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:48:38 > git --version # timeout=10 16:48:38 > git --version # 'git version 2.17.1' 16:48:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:51 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit d8589a92f3202e3fdf0c57a326c0783cadca1318 16:48:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:48:52 Merge succeeded, producing d8589a92f3202e3fdf0c57a326c0783cadca1318 16:48:52 Checking out Revision d8589a92f3202e3fdf0c57a326c0783cadca1318 (PR-3040) 16:48:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:48:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:48:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:48:51 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:48:51 > git config core.sparsecheckout # timeout=10 16:48:51 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 16:48:51 > git remote # timeout=10 16:48:51 > git config --get remote.origin.url # timeout=10 16:48:52 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:52 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 16:48:52 > git rev-parse HEAD^{commit} # timeout=10 16:48:52 > git config core.sparsecheckout # timeout=10 16:48:52 > git checkout -f d8589a92f3202e3fdf0c57a326c0783cadca1318 # timeout=10 16:48:55 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:48:57 + echo snap-build.sh 16:48:57 snap-build.sh 16:48:57 + SNAP_BASE_DIR=. 16:48:57 + '[' '!' -z /w/workspace/edgex-go/3 ']' 16:48:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 16:48:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 16:48:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 16:48:57 + cd /w/workspace/edgex-go/3 16:48:57 + sudo apt-get remove -qy --purge lxd lxd-client 16:48:57 Reading package lists... 16:48:57 Building dependency tree... 16:48:57 Reading state information... 16:48:57 The following packages were automatically installed and are no longer required: 16:48:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:48:57 uidmap xdelta3 16:48:57 Use 'sudo apt autoremove' to remove them. 16:48:57 The following packages will be REMOVED: 16:48:57 lxd* lxd-client* 16:48:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:48:57 After this operation, 31.7 MB disk space will be freed. 16:48:58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:48:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:48:59 Removing lxd dnsmasq configuration 16:48:59 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:48:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:49:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:49:00 (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.) 16:49:00 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:49:02 Processing triggers for systemd (237-3ubuntu10.42) ... 16:49:02 Processing triggers for ureadahead (0.100.0-21) ... 16:49:03 + sudo snap remove --purge lxd 16:49:03 snap "lxd" is not installed 16:49:03 + sudo groupadd --force --system lxd 16:49:03 ++ whoami 16:49:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:49:04 + newgrp - lxd 16:49:04 + sudo snap install lxd 16:49:12 2021-01-15T16:49:09Z INFO Waiting for automatic snapd restart... 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:49:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:49:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:49:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:49:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 46.6% of statements 16:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:49:30 lxd 4.10 from Canonical* installed 16:49:30 + sudo lxd init --auto 16:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.300s coverage: 67.9% of statements 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.737s coverage: 82.3% of statements 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:49:37 + sudo snap install --classic snapcraft 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.194s coverage: 28.6% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.105s coverage: 100.0% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:49:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements 16:49:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:49:45 snapcraft 4.4.4 from Canonical* installed 16:49:45 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:49:45 + patch --verbose -p1 16:49:45 Hmm... Looks like a unified diff to me... 16:49:45 The text leading up to this was: 16:49:45 -------------------------- 16:49:45 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:49:45 |From: Tony Espy 16:49:45 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:49:45 |Subject: [PATCH] optimize snap build for pipeline CI check 16:49:45 | 16:49:45 |This patch is used by the EdgeX CI pipeline builds to 16:49:45 |optimize the snap CI check run for pull requests. When 16:49:45 |applied, it essentially strips out everything (apps and 16:49:45 |parts) from the snapcraft.yaml file except those required 16:49:45 |to build edgex-go, as the whole idea of the CI check is to 16:49:45 |catch changes to edgex-go that break the snap build. 16:49:45 | 16:49:45 |In general, anyone updating snapcraft.yaml will also need 16:49:45 |to update this patch file, otherwise it may fail to apply, 16:49:45 |resulting in a failed snap build CI check in the associated 16:49:45 |pull request. 16:49:45 | 16:49:45 |Note - in addition to applying this patch, the pipeline also 16:49:45 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:49:45 |need to build the finally binary .snap file (and it won't 16:49:45 |work with the patch applied). This further reduces the build 16:49:45 |time. 16:49:45 |--- 16:49:45 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:49:45 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:49:45 | 16:49:45 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:49:45 |index 1e537489..faf42425 100644 16:49:45 |--- a/snap/snapcraft.yaml 16:49:45 |+++ b/snap/snapcraft.yaml 16:49:45 -------------------------- 16:49:45 patching file snap/snapcraft.yaml 16:49:45 Using Plan A... 16:49:45 Hunk #1 succeeded at 73. 16:49:45 Hunk #2 succeeded at 202 with fuzz 1. 16:49:45 Hunk #3 succeeded at 214 (offset -3 lines). 16:49:45 Hunk #4 succeeded at 222 (offset -3 lines). 16:49:45 Hunk #5 succeeded at 229 (offset -3 lines). 16:49:45 Hunk #6 succeeded at 256 (offset -3 lines). 16:49:45 Hunk #7 succeeded at 290 (offset -3 lines). 16:49:45 Hunk #8 succeeded at 342 (offset -2 lines). 16:49:45 Hmm... Ignoring the trailing garbage. 16:49:45 done 16:49:45 + sudo snapcraft prime --use-lxd 16:49:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:49:47 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: 16:49:47 - README.md 16:49:47 - snapcraft.yaml.orig 16:49:47 16:49:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:49:47 Launching a container. 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.195s coverage: 92.8% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.111s coverage: 75.5% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.094s coverage: 80.8% of statements 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.166s coverage: 87.2% of statements 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 16:49:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements 16:49:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 63.5% of statements 16:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:49:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 16:49:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements 16:49:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements 16:49:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.825s coverage: 68.9% of statements 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:49:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:50:00 Waiting for container to be ready 16:50:00 To start your first instance, try: lxc launch ubuntu:18.04 16:50:00 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.330s coverage: 37.0% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.630s coverage: 84.0% of statements 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements 16:50:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:50:03 Waiting for network to be ready... 16:50:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:50:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:50:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 16:50:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:50:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:50:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:50:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:50:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:50:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:50:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:50:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:50:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 16:50:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:50:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:50:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:50:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:50:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 16:50:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:50:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:50:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 16:50:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:50:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:50:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:50:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:50:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:50:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:50:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:50:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.372s coverage: 47.1% of statements 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:50:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:50:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 16:50:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:50:09 Fetched 23.7 MB in 5s (4428 kB/s) 16:50:09 Reading package lists... 16:50:10 Reading package lists... 16:50:10 Building dependency tree... 16:50:10 Reading state information... 16:50:10 The following additional packages will be installed: 16:50:10 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:50:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:50:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:50:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:50:10 Suggested packages: 16:50:10 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:50:10 Recommended packages: 16:50:10 gnupg libsasl2-modules 16:50:10 The following NEW packages will be installed: 16:50:10 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:50:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:50:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:50:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:50:10 The following packages will be upgraded: 16:50:10 gpg gpg-agent gpgconf libudev1 16:50:10 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 16:50:10 Need to get 3532 kB of archives. 16:50:10 After this operation, 13.3 MB of additional disk space will be used. 16:50:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:50:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:50:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:50:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:50:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:50:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:50:10 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 16:50:11 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 16:50:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:50:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:50:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:50:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:50:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:50:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:50:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:50:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:50:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:50:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:50:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:50:11 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:50:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:50:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:50:11 debconf: delaying package configuration, since apt-utils is not installed 16:50:11 Fetched 3532 kB in 1s (3428 kB/s) 16:50:11 (Reading database ... 12511 files and directories currently installed.) 16:50:11 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 16:50:11 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:50:11 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 16:50:12 Selecting previously unselected package udev. 16:50:12 (Reading database ... 12511 files and directories currently installed.) 16:50:12 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 16:50:12 Unpacking udev (237-3ubuntu10.43) ... 16:50:12 Selecting previously unselected package libfuse2:amd64. 16:50:12 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:50:12 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:50:12 Selecting previously unselected package fuse. 16:50:12 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:50:12 Unpacking fuse (2.9.7-1ubuntu1) ... 16:50:12 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:50:12 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:50:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:50:12 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:50:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:50:12 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:50:12 Selecting previously unselected package libksba8:amd64. 16:50:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:50:12 Unpacking libksba8:amd64 (1.3.5-2) ... 16:50:12 Selecting previously unselected package libroken18-heimdal:amd64. 16:50:12 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:12 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:50:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:50:13 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:50:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libwind0-heimdal:amd64. 16:50:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.984s coverage: 29.1% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 16:50:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:50:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:50:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:50:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:50:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:50:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:13 Selecting previously unselected package libsasl2-modules-db:amd64. 16:50:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:50:13 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:50:13 Selecting previously unselected package libsasl2-2:amd64. 16:50:13 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:50:13 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:50:13 Selecting previously unselected package libldap-common. 16:50:13 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:50:13 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:50:13 Selecting previously unselected package libldap-2.4-2:amd64. 16:50:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:50:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:50:13 Selecting previously unselected package dirmngr. 16:50:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:50:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:50:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:50:14 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:50:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:50:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:50:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:50:14 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:50:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:14 Setting up libksba8:amd64 (1.3.5-2) ... 16:50:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:50:14 Setting up udev (237-3ubuntu10.43) ... 16:50:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:50:14 GO111MODULE=on go vet ./... 16:50:14 invoke-rc.d: policy-rc.d denied execution of start. 16:50:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:14 Processing triggers for systemd (237-3ubuntu10) ... 16:50:14 Setting up fuse (2.9.7-1ubuntu1) ... 16:50:14 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:50:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:50:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:50:15 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:50:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:50:16 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:50:16 settings in the [Install] section, and DefaultInstance for template units). 16:50:16 This means they are not meant to be enabled using systemctl. 16:50:16 Possible reasons for having this kind of units are: 16:50:16 1) A unit may be statically enabled by being symlinked from another unit's 16:50:16 .wants/ or .requires/ directory. 16:50:16 2) A unit's purpose may be to act as a helper for some other unit which has 16:50:16 a requirement dependency on it. 16:50:16 3) A unit may be started when needed via activation (socket, path, timer, 16:50:16 D-Bus, udev, scripted systemctl call, ...). 16:50:16 4) In case of template units, the unit is meant to be enabled with some 16:50:16 instance name specified. 16:50:16 Reading package lists... 16:50:16 Building dependency tree... 16:50:16 Reading state information... 16:50:16 The following additional packages will be installed: 16:50:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:50:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:50:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:50:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:50:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:50:16 Suggested packages: 16:50:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:50:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:50:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:50:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:50:16 systemd-container policykit-1 16:50:16 Recommended packages: 16:50:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:50:16 The following NEW packages will be installed: 16:50:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:50:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:50:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:50:16 multiarch-support openssh-client python3 python3-minimal python3.6 16:50:16 python3.6-minimal snapd squashfs-tools sudo 16:50:16 The following packages will be upgraded: 16:50:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:50:16 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 16:50:16 Need to get 35.2 MB of archives. 16:50:16 After this operation, 141 MB of additional disk space will be used. 16:50:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:50:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 16:50:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:50:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:50:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 16:50:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:50:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:50:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:50:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:50:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:50:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:50:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:50:17 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:50:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:50:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:50:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:50:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:50:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:50:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:50:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:50:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:50:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:50:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:50:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:50:17 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:50:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:50:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:50:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:50:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:50:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:50:19 debconf: delaying package configuration, since apt-utils is not installed 16:50:19 Fetched 35.2 MB in 2s (14.3 MB/s) 16:50:19 (Reading database ... 12757 files and directories currently installed.) 16:50:19 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 16:50:19 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:50:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 16:50:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:50:20 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 16:50:20 (Reading database ... 12757 files and directories currently installed.) 16:50:20 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:50:20 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:50:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:50:21 (Reading database ... 12757 files and directories currently installed.) 16:50:21 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:50:21 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:50:21 Setting up apt (1.6.12ubuntu0.2) ... 16:50:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:50:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:50:22 (Reading database ... 12764 files and directories currently installed.) 16:50:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:50:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:50:22 Selecting previously unselected package libpython3.6-minimal:amd64. 16:50:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:50:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:50:22 Selecting previously unselected package libexpat1:amd64. 16:50:22 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:50:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:50:22 Selecting previously unselected package python3.6-minimal. 16:50:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:50:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:50:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:50:23 Checking for services that may need to be restarted...done. 16:50:23 Checking for services that may need to be restarted...done. 16:50:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:50:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:50:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:50:23 Selecting previously unselected package python3-minimal. 16:50:23 (Reading database ... 13012 files and directories currently installed.) 16:50:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:50:23 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:50:23 Selecting previously unselected package mime-support. 16:50:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:50:23 Unpacking mime-support (3.60ubuntu1) ... 16:50:23 Selecting previously unselected package libmpdec2:amd64. 16:50:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:50:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:50:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:50:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:50:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:50:24 Selecting previously unselected package python3.6. 16:50:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:50:24 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:50:24 Selecting previously unselected package libpython3-stdlib:amd64. 16:50:24 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:50:24 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:50:24 Setting up python3-minimal (3.6.7-1~18.04) ... 16:50:24 Selecting previously unselected package python3. 16:50:24 (Reading database ... 13442 files and directories currently installed.) 16:50:24 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:50:24 Unpacking python3 (3.6.7-1~18.04) ... 16:50:24 Selecting previously unselected package multiarch-support. 16:50:24 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:50:24 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:50:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:50:24 Selecting previously unselected package liblzo2-2:amd64. 16:50:24 (Reading database ... 13479 files and directories currently installed.) 16:50:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:50:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:50:25 Selecting previously unselected package libbsd0:amd64. 16:50:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:50:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:50:25 Selecting previously unselected package sudo. 16:50:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:50:25 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:50:25 Selecting previously unselected package apparmor. 16:50:25 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:50:25 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:50:25 Selecting previously unselected package libedit2:amd64. 16:50:25 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:50:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:50:25 Selecting previously unselected package libkrb5support0:amd64. 16:50:25 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:50:25 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:50:26 Selecting previously unselected package libk5crypto3:amd64. 16:50:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:50:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:50:26 Selecting previously unselected package libkeyutils1:amd64. 16:50:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:50:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:50:26 Selecting previously unselected package libkrb5-3:amd64. 16:50:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:50:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:50:26 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:50:26 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:50:26 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:50:26 Selecting previously unselected package libssl1.0.0:amd64. 16:50:26 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:50:26 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:50:27 Selecting previously unselected package openssh-client. 16:50:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:50:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:50:27 Selecting previously unselected package squashfs-tools. 16:50:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:50:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:50:27 Selecting previously unselected package snapd. 16:50:27 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:50:27 Unpacking snapd (2.48+18.04) ... 16:50:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:50:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:50:29 Setting up mime-support (3.60ubuntu1) ... 16:50:29 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:50:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:50:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:50:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:50:29 Setting up systemd (237-3ubuntu10.43) ... 16:50:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:50:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:50:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:50:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:50:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:50:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:50:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:50:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:50:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:50:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:50:31 Setting up python3 (3.6.7-1~18.04) ... 16:50:31 running python rtupdate hooks for python3.6... 16:50:31 running python post-rtupdate hooks for python3.6... 16:50:32 Setting up apparmor (2.12-4ubuntu5.1) ... 16:50:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:50:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:50:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:50:33 Setting up snapd (2.48+18.04) ... 16:50:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:50:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:50:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:50:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:50:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:50:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:50:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:50:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:50:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:50:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:50:36 /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' 16:50:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:50:36 Processing triggers for systemd (237-3ubuntu10.43) ... 16:50:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:50:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:50:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:50:38 Reading package lists... 16:50:38 Reading package lists... 16:50:38 Building dependency tree... 16:50:38 Reading state information... 16:50:39 Calculating upgrade... 16:50:39 The following packages will be upgraded: 16:50:39 advancecomp base-files bash binutils binutils-common 16:50:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:50:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:50:39 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:50:39 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:50:39 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:50:39 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:50:39 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:50:39 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 16:50:39 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 16:50:39 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 16:50:39 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 16:50:39 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 16:50:39 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 16:50:39 ubuntu-keyring util-linux 16:50:39 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:50:39 Need to get 63.7 MB of archives. 16:50:39 After this operation, 5203 kB of additional disk space will be used. 16:50:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:50:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 16:50:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:50:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:50:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:50:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:50:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:50:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:50:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:50:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:50:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:50:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:50:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:50:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:50:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:50:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:50:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:50:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:50:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:50:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:50:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:50:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:50:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:50:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:50:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:50:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:50:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:50:40 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:50:40 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:50:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:50:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:50:40 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:50:40 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:50:40 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:50:40 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:50:40 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:50:40 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:50:40 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 16:50:40 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:50:40 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:50:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:50:40 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:50:40 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:50:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:50:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:50:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:50:40 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:50:40 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:50:40 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:50:40 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:50:40 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:50:40 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:50:40 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:50:40 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:50:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:50:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:50:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:50:40 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:50:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:50:40 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:50:40 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:50:40 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:50:40 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:50:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:50:40 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:50:40 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:50:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:50:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:50:41 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:50:41 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:50:41 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:50:41 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:50:41 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:50:41 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:50:41 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:50:41 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:50:41 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:50:41 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 16:50:41 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:50:41 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:50:41 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:50:41 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:50:41 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:50:41 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:50:41 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:50:41 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:50:41 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:50:41 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:50:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:50:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:50:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:50:42 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:50:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:50:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:50:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:50:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:50:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:50:43 debconf: delaying package configuration, since apt-utils is not installed 16:50:43 Fetched 63.7 MB in 4s (17.2 MB/s) 16:50:43 (Reading database ... 13912 files and directories currently installed.) 16:50:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:50:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:50:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:50:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:50:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 16:50:44 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 16:50:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:50:46 (Reading database ... 13911 files and directories currently installed.) 16:50:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:50:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:50:46 (Reading database ... 13911 files and directories currently installed.) 16:50:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:50:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:50:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:50:46 (Reading database ... 13911 files and directories currently installed.) 16:50:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:50:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:50:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:50:47 (Reading database ... 13911 files and directories currently installed.) 16:50:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:50:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:50:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:50:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:50:48 Setting up base-files (10.1ubuntu2.10) ... 16:50:48 Installing new version of config file /etc/issue ... 16:50:48 Installing new version of config file /etc/issue.net ... 16:50:48 Installing new version of config file /etc/lsb-release ... 16:50:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:50:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:50:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:50:48 Removing obsolete conffile /etc/default/motd-news ... 16:50:48 (Reading database ... 13912 files and directories currently installed.) 16:50:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:50:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:50:48 Setting up bash (4.4.18-2ubuntu1.2) ... 16:50:48 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 16:50:48 (Reading database ... 13912 files and directories currently installed.) 16:50:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:50:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:50:49 (Reading database ... 13912 files and directories currently installed.) 16:50:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:50:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:50:49 Setting up tar (1.29b-2ubuntu0.2) ... 16:50:49 (Reading database ... 13912 files and directories currently installed.) 16:50:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:50:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:50:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:50:49 (Reading database ... 13912 files and directories currently installed.) 16:50:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:50:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:50:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:50:49 (Reading database ... 13912 files and directories currently installed.) 16:50:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:50:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:50:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:50:50 (Reading database ... 13912 files and directories currently installed.) 16:50:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:50:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:50:50 Setting up grep (3.1-2build1) ... 16:50:50 (Reading database ... 13912 files and directories currently installed.) 16:50:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:50:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:50:50 Setting up login (1:4.5-1ubuntu2) ... 16:50:50 (Reading database ... 13912 files and directories currently installed.) 16:50:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:50:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:50:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:50:50 (Reading database ... 13912 files and directories currently installed.) 16:50:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:50:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:50:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:50:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:50:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:50:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:50:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:50:52 (Reading database ... 13912 files and directories currently installed.) 16:50:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:50:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:50:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:50:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:50:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:50:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:50:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:50:53 (Reading database ... 13912 files and directories currently installed.) 16:50:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:50:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:50:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:50:53 (Reading database ... 13912 files and directories currently installed.) 16:50:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:50:54 (Reading database ... 13912 files and directories currently installed.) 16:50:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:50:54 (Reading database ... 13912 files and directories currently installed.) 16:50:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:50:55 (Reading database ... 13912 files and directories currently installed.) 16:50:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:50:55 (Reading database ... 13912 files and directories currently installed.) 16:50:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:50:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:50:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:50:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:50:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:50:55 (Reading database ... 13912 files and directories currently installed.) 16:50:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:50:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:50:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:50:55 (Reading database ... 13912 files and directories currently installed.) 16:50:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:50:56 (Reading database ... 13912 files and directories currently installed.) 16:50:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:50:56 (Reading database ... 13912 files and directories currently installed.) 16:50:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:50:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:50:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:50:57 (Reading database ... 13912 files and directories currently installed.) 16:50:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:50:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:50:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:50:57 (Reading database ... 13912 files and directories currently installed.) 16:50:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:50:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:50:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:50:58 (Reading database ... 13914 files and directories currently installed.) 16:50:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:50:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:50:58 Setting up debconf (1.5.66ubuntu1) ... 16:50:58 (Reading database ... 13914 files and directories currently installed.) 16:50:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:50:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:50:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:50:59 (Reading database ... 13914 files and directories currently installed.) 16:50:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:50:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:50:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:50:59 (Reading database ... 13914 files and directories currently installed.) 16:50:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:50:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:50:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:50:59 (Reading database ... 13914 files and directories currently installed.) 16:50:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:50:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:50:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 16:50:59 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:50:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:50:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:50:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:51:00 (Reading database ... 13914 files and directories currently installed.) 16:51:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:51:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:51:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:51:00 (Reading database ... 13914 files and directories currently installed.) 16:51:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:51:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:51:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:51:00 (Reading database ... 13914 files and directories currently installed.) 16:51:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:51:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:51:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:51:00 (Reading database ... 13914 files and directories currently installed.) 16:51:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:51:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:51:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:51:01 (Reading database ... 13914 files and directories currently installed.) 16:51:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:51:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:51:01 Setting up passwd (1:4.5-1ubuntu2) ... 16:51:01 (Reading database ... 13914 files and directories currently installed.) 16:51:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:51:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:51:01 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:51:01 (Reading database ... 13914 files and directories currently installed.) 16:51:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:51:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:51:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:51:02 (Reading database ... 13914 files and directories currently installed.) 16:51:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:51:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:51:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:51:03 (Reading database ... 13914 files and directories currently installed.) 16:51:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:51:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:51:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:51:03 (Reading database ... 13914 files and directories currently installed.) 16:51:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:51:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:51:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:51:03 (Reading database ... 13914 files and directories currently installed.) 16:51:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:51:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:51:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:51:03 (Reading database ... 13914 files and directories currently installed.) 16:51:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:51:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:51:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:51:04 (Reading database ... 13915 files and directories currently installed.) 16:51:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:51:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:51:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:51:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:51:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:51:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:51:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:51:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:51:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:51:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:51:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:51:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:51:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:51:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:51:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:51:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:51:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:51:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:51:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:51:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:51:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:51:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:51:05 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 16:51:05 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 16:51:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:51:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:51:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:51:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:51:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:51:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:51:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:51:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:51:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:51:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:51:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:51:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:51:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:51:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:51:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:51:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:51:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:51:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:51:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:51:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:51:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:51:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:51:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:51:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:51:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:51:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:51:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:51:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:51:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:51:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:51:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:51:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 16:51:13 16:51:13 Current default time zone: 'Etc/UTC' 16:51:13 Local time is now: Fri Jan 15 16:51:13 UTC 2021. 16:51:13 Universal Time is now: Fri Jan 15 16:51:13 UTC 2021. 16:51:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:51:13 16:51:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 16:51:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:13 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 16:51:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:51:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:51:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:51:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:51:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:51:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:51:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:51:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:51:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:51:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:14 Setting up patch (2.7.6-2ubuntu1.1) ... 16:51:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:51:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:51:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:51:14 Installing new version of config file /etc/ssl/openssl.cnf ... 16:51:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:51:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:51:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:51:15 Updating certificates in /etc/ssl/certs... 16:51:16 22 added, 17 removed; done. 16:51:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:51:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:51:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:51:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:51:17 Setting up pkgbinarymangler (138.18.04.1) ... 16:51:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:51:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up perl (5.26.1-6ubuntu0.5) ... 16:51:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:51:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:51:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:51:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:51:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:51:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:51:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:51:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:51:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:51:17 Processing triggers for systemd (237-3ubuntu10.43) ... 16:51:17 Processing triggers for mime-support (3.60ubuntu1) ... 16:51:17 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:51:17 Updating certificates in /etc/ssl/certs... 16:51:18 0 added, 0 removed; done. 16:51:18 Running hooks in /etc/ca-certificates/update.d... 16:51:18 done. 16:51:18 Reading package lists... 16:51:18 Building dependency tree... 16:51:18 Reading state information... 16:51:18 The following NEW packages will be installed: 16:51:18 apt-transport-https 16:51:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:51:18 Need to get 1696 B of archives. 16:51:18 After this operation, 153 kB of additional disk space will be used. 16:51:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:51:19 debconf: delaying package configuration, since apt-utils is not installed 16:51:19 Fetched 1696 B in 0s (39.1 kB/s) 16:51:19 Selecting previously unselected package apt-transport-https. 16:51:19 (Reading database ... 13929 files and directories currently installed.) 16:51:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:51:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:51:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:51:19 Waiting for network to be ready... 16:51:22 gofmt -l . 16:51:23 [ "`gofmt -l .`" = "" ] 16:51:25 ./bin/test-go-mod-tidy.sh 16:51:26 2021-01-15T16:51:22Z INFO Waiting for automatic snapd restart... 16:51:26 snapd 2.48.2 from Canonical* installed 16:51:26 ./bin/test-attribution-txt.sh 16:51:26 "snapd" switched to the "latest/stable" channel 16:51:26 [Pipeline] sh 16:51:27 + ls -al . 16:51:27 total 684 16:51:27 drwxrwxr-x 9 1001 1001 4096 Jan 15 16:51 . 16:51:27 drwxr-xr-x 4 root root 4096 Jan 15 16:47 .. 16:51:27 -rw-rw-r-- 1 1001 1001 11 Jan 15 16:46 .dockerignore 16:51:27 drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 .git 16:51:27 drwxrwxr-x 3 1001 1001 4096 Jan 15 16:46 .github 16:51:27 -rw-rw-r-- 1 1001 1001 824 Jan 15 16:46 .gitignore 16:51:27 -rw-rw-r-- 1 1001 1001 166 Jan 15 16:46 .sonarcloud.properties 16:51:27 -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:46 Attribution.txt 16:51:27 -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:46 CONTRIBUTING.md 16:51:27 -rw-rw-r-- 1 1001 1001 931 Jan 15 16:46 Dockerfile.build 16:51:27 -rw-rw-r-- 1 1001 1001 863 Jan 15 16:46 Jenkinsfile 16:51:27 -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:46 LICENSE 16:51:27 -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:46 Makefile 16:51:27 -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:46 README.md 16:51:27 -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:46 SECURITY.md 16:51:27 -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION 16:51:27 -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:46 ZMQWindows.md 16:51:27 drwxrwxr-x 2 1001 1001 4096 Jan 15 16:46 bin 16:51:27 drwxrwxr-x 14 1001 1001 4096 Jan 15 16:46 cmd 16:51:27 -rw-r--r-- 1 root root 550280 Jan 15 16:50 coverage.out 16:51:27 -rw-r--r-- 1 root root 981 Jan 15 16:51 go.mod 16:51:27 -rw-r--r-- 1 root root 19326 Jan 15 16:51 go.sum 16:51:27 drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 internal 16:51:27 drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 openapi 16:51:27 drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 snap 16:51:27 -rw-rw-r-- 1 1001 1001 168 Jan 15 16:46 version.go [Pipeline] sh 16:51:28 + '[' -e coverage.out ] 16:51:28 + chown 1001:1001 coverage.out [Pipeline] stash 16:51:28 Warning: overwriting stash ‘coverage-report’ 16:51:29 Stashed 1 file(s) [Pipeline] sh 16:51:30 + make build 16:51:30 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 16:51:31 core18 20201210 from Canonical* installed 16:51:31 "core18" switched to the "latest/stable" channel 16:51:31 16:51:37 snapcraft 4.4.4 from Canonical* installed 16:51:37 "snapcraft" switched to the "latest/stable" channel 16:51:37 16:51:40 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: 16:51:40 - README.md 16:51:40 - snapcraft.yaml.orig 16:51:40 16:51:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:51: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 16:51:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:51:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:51:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:51:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:51:48 Reading package lists... 16:51:48 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:51:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:51:55 Reading package lists... 16:51:55 Building dependency tree... 16:51:55 Reading state information... 16:51:55 Suggested packages: 16:51:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:51:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:51:55 Recommended packages: 16:51:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:51:55 The following NEW packages will be installed: 16:51:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:51:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:51:55 pkg-config zip 16:51:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:51:55 Need to get 7655 kB of archives. 16:51:55 After this operation, 43.7 MB of additional disk space will be used. 16:51:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:51:55 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:51:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:51:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:51:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:51:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:51:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:51:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:51:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:51:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:51:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:51:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:51:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:51:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:51:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:51:56 debconf: delaying package configuration, since apt-utils is not installed 16:51:56 Fetched 7655 kB in 1s (8826 kB/s) 16:51:56 Selecting previously unselected package libglib2.0-0:amd64. 16:51:56 (Reading database ... 13933 files and directories currently installed.) 16:51:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:51:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:51:56 Selecting previously unselected package libpsl5:amd64. 16:51:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:51:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:51:56 Selecting previously unselected package libnghttp2-14:amd64. 16:51:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:51:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:51:56 Selecting previously unselected package librtmp1:amd64. 16:51:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:51:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:51:56 Selecting previously unselected package libcurl3-gnutls:amd64. 16:51:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:51:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:51:57 Selecting previously unselected package liberror-perl. 16:51:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:51:57 Unpacking liberror-perl (0.17025-1) ... 16:51:57 Selecting previously unselected package git-man. 16:51:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:51:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:51:57 Selecting previously unselected package git. 16:51:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:51:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:51:58 Selecting previously unselected package libnorm1:amd64. 16:51:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:51:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:51:58 Selecting previously unselected package libpgm-5.2-0:amd64. 16:51:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:51:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:51:58 Selecting previously unselected package libsodium23:amd64. 16:51:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:51:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:51:58 Selecting previously unselected package libzmq5:amd64. 16:51:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:51:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:51:58 Selecting previously unselected package libzmq3-dev:amd64. 16:51:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:51:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:51:58 Selecting previously unselected package pkg-config. 16:51:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:51:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:51:58 Selecting previously unselected package zip. 16:51:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:51:58 Unpacking zip (3.0-11build1) ... 16:51:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:51:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:51:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:51:58 Setting up liberror-perl (0.17025-1) ... 16:51:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:51:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:51:59 No schema files found: doing nothing. 16:51:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:51:59 Setting up zip (3.0-11build1) ... 16:51:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:51:59 Setting up libsodium23:amd64 (1.0.16-2) ... 16:51:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:51:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:51:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:51:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:51:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:51:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:52:02 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 16:52:05 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 16:52:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:52:06 git set to automatically installed. 16:52:06 git-man set to automatically installed. 16:52:06 libcurl3-gnutls set to automatically installed. 16:52:06 liberror-perl set to automatically installed. 16:52:06 libglib2.0-0 set to automatically installed. 16:52:06 libnghttp2-14 set to automatically installed. 16:52:06 libnorm1 set to automatically installed. 16:52:06 libpgm-5.2-0 set to automatically installed. 16:52:06 libpsl5 set to automatically installed. 16:52:06 librtmp1 set to automatically installed. 16:52:06 libsodium23 set to automatically installed. 16:52:06 libzmq3-dev set to automatically installed. 16:52:06 libzmq5 set to automatically installed. 16:52:06 pkg-config set to automatically installed. 16:52:06 zip set to automatically installed. 16:52:07 snapd is not logged in, snap install commands will use sudo 16:52:10 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 16:52:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:52:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:52:14 snap "core18" has no updates available 16:52:15 Pulling config-common 16:52:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:52:16 Pulling go-build-helper 16:52:22 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 16:52:25 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 16:52:29 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 16:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:52:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:52:41 $ docker stop --time=1 65cbccd9ce55d04c134d689f891ca2a46423bd0d0e42a49ad79f5b3038522b24 16:52:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:52:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:52:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 16:52:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 16:52:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:52:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:52:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:52:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:52:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 16:52:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:52:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:52:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:52:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:52:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:52:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:52:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:52:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:52:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:52:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:52:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 16:52:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:52:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:52:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:52:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:52:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:52:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:52:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:52:43 Fetched 23.7 MB in 0s (0 B/s) 16:52:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:52:43 Fetched 96.5 kB in 0s (0 B/s) 16:52:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:52:43 Fetched 279 kB in 0s (0 B/s) 16:52:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:52:43 Fetched 122 kB in 0s (0 B/s) 16:52:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:52:43 Fetched 77.8 kB in 0s (0 B/s) 16:52:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:52:43 Fetched 8848 B in 0s (0 B/s) 16:52:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:52:43 Fetched 47.8 kB in 0s (0 B/s) 16:52:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:52:43 Fetched 45.6 kB in 0s (0 B/s) 16:52:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:52:43 Fetched 15.0 kB in 0s (0 B/s) 16:52:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:52:43 Fetched 214 kB in 0s (0 B/s) 16:52:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:52:43 Fetched 155 kB in 0s (0 B/s) 16:52:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:52:43 Fetched 50.6 kB in 0s (0 B/s) 16:52:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:52:43 Fetched 14.8 kB in 0s (0 B/s) 16:52:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:52:43 Fetched 41.8 kB in 0s (0 B/s) 16:52:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:52:43 Fetched 499 kB in 0s (0 B/s) 16:52:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:52:43 Fetched 111 kB in 0s (0 B/s) 16:52:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:52:43 Fetched 240 kB in 0s (0 B/s) 16:52:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:52:43 Fetched 29.3 kB in 0s (0 B/s) 16:52:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:52:43 Fetched 85.5 kB in 0s (0 B/s) 16:52:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:52:43 Fetched 24.5 kB in 0s (0 B/s) 16:52:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:52:43 Fetched 49.2 kB in 0s (0 B/s) 16:52:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:52:43 Fetched 54.2 kB in 0s (0 B/s) 16:52:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:52:43 Fetched 30.8 kB in 0s (0 B/s) 16:52:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:52:43 Fetched 17.0 kB in 0s (0 B/s) 16:52:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:52:43 Fetched 85.9 kB in 0s (0 B/s) 16:52:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:52:43 Fetched 8720 B in 0s (0 B/s) 16:52:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:52:43 Fetched 137 kB in 0s (0 B/s) 16:52:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:52:43 Fetched 119 kB in 0s (0 B/s) 16:52:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:52:43 Fetched 109 kB in 0s (0 B/s) 16:52:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:52:43 Fetched 11.1 kB in 0s (0 B/s) 16:52:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:52:43 Fetched 645 kB in 0s (0 B/s) 16:52:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:52:43 Fetched 41.3 kB in 0s (0 B/s) 16:52:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:52:43 Fetched 17.9 kB in 0s (0 B/s) 16:52:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:52:43 Fetched 368 kB in 0s (0 B/s) 16:52:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:52:43 Fetched 187 kB in 0s (0 B/s) 16:52:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:52:43 Fetched 175 kB in 0s (0 B/s) 16:52:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:52:43 Fetched 206 kB in 0s (0 B/s) 16:52:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:52:43 Fetched 1301 kB in 0s (0 B/s) 16:52:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:52:43 Fetched 36.2 kB in 0s (0 B/s) 16:52:43 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:52:43 Fetched 159 kB in 0s (0 B/s) 16:52:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:52:43 Fetched 107 kB in 0s (0 B/s) 16:52:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:52:43 Fetched 48.7 kB in 0s (0 B/s) 16:52:43 Pulling static-packages 16:52:43 'go115' has dependencies that need to be staged: go-build-helper static-packages 16:52:43 Skipping pull go-build-helper (already ran) 16:52:43 Skipping pull static-packages (already ran) 16:52:43 Building go-build-helper 16:52:44 $ docker rm -f 65cbccd9ce55d04c134d689f891ca2a46423bd0d0e42a49ad79f5b3038522b24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:52:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:52:46 16:52:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:52:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:52:47 latest: Pulling from edgex-devops/edgex-compose-arm64 16:52:47 29e5d40040c1: Pulling fs layer 16:52:47 1ce36da41761: Pulling fs layer 16:52:47 25b303627fd3: Pulling fs layer 16:52:47 29e5d40040c1: Verifying Checksum 16:52:47 29e5d40040c1: Download complete 16:52:47 Building static-packages 16:52:47 1ce36da41761: Verifying Checksum 16:52:47 1ce36da41761: Download complete 16:52:48 29e5d40040c1: Pull complete 16:52:49 1ce36da41761: Pull complete 16:52:49 25b303627fd3: Download complete 16:52:50 Staging go-build-helper 16:52:51 Staging static-packages 16:52:52 Pulling go115 16:52:53 'edgex-go' has dependencies that need to be staged: go115 16:52:53 Skipping pull go115 (already ran) 16:52:53 Building go115 16:52:53 % Total % Received % Xferd Average Speed Time Time Time Current 16:52:53 Dload Upload Total Spent Left Speed 16:52:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 8943k 0 0 19.7M 0 0:00:05 --:--:-- 0:00:05 19.7M 31 115M 31 36.0M 0 0 25.4M 0 0:00:04 0:00:01 0:00:03 25.4M 59 115M 59 68.3M 0 0 28.2M 0 0:00:04 0:00:02 0:00:02 28.2M 86 115M 86 99.6M 0 0 29.1M 0 0:00:03 0:00:03 --:--:-- 29.1M 100 115M 100 115M 0 0 28.6M 0 0:00:04 0:00:04 --:--:-- 28.6M 16:52:58 go1.15.2.linux-amd64.tar.gz: OK 16:53:00 25b303627fd3: Pull complete 16:53:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:53:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:53:00 prd-ubuntu18.04-docker-arm64-4c-16g-20549 does not seem to be running inside a container 16:53:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:53:03 $ docker top 428f9932cfd39066cec2128432ca7e2fa69bf2c24016756e95a3d9aede44cde1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:04 Staging go115 16:53:04 + grep parallel 16:53:04 + docker-compose build --help 16:53:07 --parallel Build images in parallel. [Pipeline] } 16:53:07 $ docker stop --time=1 428f9932cfd39066cec2128432ca7e2fa69bf2c24016756e95a3d9aede44cde1 16:53:09 $ docker rm -f 428f9932cfd39066cec2128432ca7e2fa69bf2c24016756e95a3d9aede44cde1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:53:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:53:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:53:10 Fetched 0 B in 0s (0 B/s) 16:53:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:53:10 Fetched 224 kB in 0s (0 B/s) 16:53:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:53:10 Fetched 157 kB in 0s (0 B/s) 16:53:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:53:10 Fetched 221 kB in 0s (0 B/s) 16:53:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:53:10 Fetched 143 kB in 0s (0 B/s) 16:53:10 Pulling edgex-go 16:53:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:10 . [Pipeline] withDockerContainer 16:53:11 prd-ubuntu18.04-docker-arm64-4c-16g-20549 does not seem to be running inside a container 16:53:11 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:53:11 Pulling version 16:53:12 $ docker top 352615c9741a42b0dd9c9470ab88b82a34ace1021dc8d2347518a21083f75ea2 -eo pid,comm 16:53:12 Building config-common [Pipeline] { [Pipeline] sh 16:53:13 + docker-compose -f ./docker-compose-build.yml build --parallel 16:53:15 Skipping build go-build-helper (already ran) 16:53:15 Skipping build static-packages (already ran) 16:53:15 Skipping build go115 (already ran) 16:53:15 Building edgex-go 16:53:15 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 16:53:17 go: downloading github.com/gorilla/mux v1.8.0 16:53:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 16:53:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 16:53:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:53:17 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 16:53:17 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 16:53:17 go: downloading github.com/google/uuid v1.1.5 16:53:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:53:17 go: downloading github.com/pelletier/go-toml v1.2.0 16:53:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:53:17 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 16:53:17 go: downloading github.com/hashicorp/consul/api v1.1.0 16:53:17 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 16:53:17 go: downloading github.com/go-kit/kit v0.8.0 16:53:17 go: downloading gopkg.in/yaml.v2 v2.4.0 16:53:17 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:53:17 go: downloading github.com/x448/float16 v0.8.4 16:53:17 go: downloading github.com/imdario/mergo v0.3.11 16:53:17 go: downloading github.com/pkg/errors v0.8.1 16:53:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 16:53:17 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:53:17 go: downloading github.com/BurntSushi/toml v0.3.1 16:53:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:53:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:53:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:53:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:53:17 go: downloading github.com/hashicorp/serf v0.8.2 16:53:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:53:17 go: downloading github.com/mitchellh/copystructure v1.0.0 16:53:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:53:17 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:53:17 go: downloading github.com/pebbe/zmq4 v1.2.2 16:53:17 go: downloading github.com/go-playground/universal-translator v0.17.0 16:53:17 go: downloading github.com/leodido/go-urn v1.2.0 16:53:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:53:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:53:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:53:17 go: downloading github.com/go-playground/locales v0.13.0 16:53:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:53:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:53:17 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:53:17 Building docker-core-command-go ... 16:53:17 Building docker-core-data-go ... 16:53:17 Building docker-core-metadata-go ... 16:53:17 Building docker-security-bootstrap-redis-go ... 16:53:17 Building docker-security-proxy-setup-go ... 16:53:17 Building docker-security-secretstore-setup-go ... 16:53:17 Building docker-support-notifications-go ... 16:53:17 Building docker-support-scheduler-go ... 16:53:17 Building docker-sys-mgmt-agent-go ... 16:53:17 Building docker-security-bootstrap-redis-go 16:53:17 Building docker-sys-mgmt-agent-go 16:53:17 Building docker-core-metadata-go 16:53:17 Building docker-support-notifications-go 16:53:17 Building docker-core-data-go 16:53:25 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 16:53:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:53:31 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 16:53:33 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 16:53:33 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 16:53:33 go: downloading github.com/stretchr/testify v1.6.1 16:53:33 go: downloading github.com/pmezard/go-difflib v1.0.0 16:53:33 go: downloading github.com/davecgh/go-spew v1.1.1 16:53:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:53:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:53:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:53:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:53:38 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 16:53:38 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:53:39 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 16:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:53:41 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 16:53:41 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:53:44 Building version 16:53:47 Staging config-common 16:53:47 Skipping stage go-build-helper (already ran) 16:53:47 Skipping stage static-packages (already ran) 16:53:47 Skipping stage go115 (already ran) 16:53:47 Staging edgex-go 16:53:48 Staging version 16:53:50 Priming config-common 16:53:51 Priming go-build-helper 16:53:52 Priming static-packages 16:53:54 Priming go115 16:53:55 Priming edgex-go 16:53:57 Priming version 16:53:58 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] } 16:54:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:54:26 ---> 132f968ed9a0 16:54:26 Step 3/24 : WORKDIR /edgex-go 16:54:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:26 ---> 132f968ed9a0 16:54:26 Step 3/23 : WORKDIR /edgex-go 16:54:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:54:26 ---> 132f968ed9a0 16:54:26 Step 3/26 : WORKDIR /edgex-go 16:54:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:54:26 ---> 132f968ed9a0 16:54:26 Step 3/22 : WORKDIR /edgex-go 16:54:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:54:26 ---> 132f968ed9a0 16:54:26 Step 3/22 : WORKDIR /edgex-go 16:54:26 ---> Running in ac968d222ad0 16:54:26 ---> Running in bcc91d624c10 16:54:26 ---> Running in 72dca095138d 16:54:26 ---> Running in 032eb135a1cc 16:54:26 ---> Running in c8f984732c5b 16:54:26 Removing intermediate container ac968d222ad0 16:54:26 ---> 4c8d385dec16 16:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 Removing intermediate container c8f984732c5b 16:54:26 ---> 8a1469d08339 16:54:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 Removing intermediate container bcc91d624c10 16:54:26 ---> 047fc074b638 16:54:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 Removing intermediate container 032eb135a1cc 16:54:26 ---> 93942bceece8 16:54:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 Removing intermediate container 72dca095138d 16:54:26 ---> 554bc3b59f11 16:54:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:26 ---> Running in 20940555d114 16:54:26 ---> Running in f54fc4e92de5 16:54:26 ---> Running in 925bd1c6750f 16:54:26 ---> Running in 9d6df0b0e726 16:54:26 ---> Running in 4e59af958296 16:54:29 Removing intermediate container 20940555d114 16:54:29 ---> 77f1af990cb7 16:54:29 Step 5/22 : RUN apk add --update --no-cache make git 16:54:29 Removing intermediate container f54fc4e92de5 16:54:29 ---> 480dcbb1f52d 16:54:29 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:54:29 ---> Running in 99ae44c44c89 16:54:30 ---> Running in fe1bad8094d1 16:54:30 Removing intermediate container 925bd1c6750f 16:54:30 ---> b6e9ca1f3dd4 16:54:30 Step 5/26 : RUN apk add --update --no-cache make bash git 16:54:30 Removing intermediate container 4e59af958296 16:54:30 ---> 37ce91da57ad 16:54:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:54:30 ---> Running in 0c821b2b2ccb 16:54:30 Removing intermediate container 9d6df0b0e726 16:54:30 ---> d4293dd75c48 16:54:30 Step 5/22 : RUN apk add --update --no-cache make git 16:54:30 ---> Running in 2da067d1c06d 16:54:30 ---> Running in d2c92ec1b7dd 16:54:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:33 OK: 217 MiB in 51 packages 16:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:33 OK: 217 MiB in 51 packages 16:54:34 OK: 217 MiB in 51 packages 16:54:34 OK: 217 MiB in 51 packages 16:54:34 OK: 217 MiB in 51 packages 16:54:34 Removing intermediate container 99ae44c44c89 16:54:34 ---> e33f207bb9d5 16:54:34 Step 6/22 : COPY go.mod . 16:54:35 Removing intermediate container fe1bad8094d1 16:54:35 ---> 114741ffc44c 16:54:35 Step 6/24 : COPY go.mod . 16:54:35 ---> 4bf27f545592 16:54:35 Step 7/22 : RUN go mod download 16:54:35 Removing intermediate container 0c821b2b2ccb 16:54:35 ---> deb7c1019368 16:54:35 Step 6/26 : COPY go.mod . 16:54:36 ---> Running in ba19853de898 16:54:36 Removing intermediate container 2da067d1c06d 16:54:36 ---> 0e802dcd0ed0 16:54:36 Step 6/23 : COPY go.mod . 16:54:36 Removing intermediate container d2c92ec1b7dd 16:54:36 ---> 5a8d40611a10 16:54:36 Step 6/22 : COPY go.mod . 16:54:36 ---> b644ee0f320b 16:54:36 Step 7/24 : RUN go mod download 16:54:36 ---> Running in e95eaa178158 16:54:37 ---> 5b01655003c8 16:54:37 Step 7/26 : RUN go mod download 16:54:37 ---> Running in bdeaca33deac 16:54:37 ---> 7acc022f45ce 16:54:37 Step 7/23 : RUN go mod download 16:54:37 ---> Running in 4279495295de 16:54:37 ---> 37127125fe8a 16:54:37 Step 7/22 : RUN go mod download 16:54:38 ---> Running in a9515dcd3002 16:54:40 Removing intermediate container ba19853de898 16:54:40 ---> 3e54153750dc 16:54:40 Step 8/22 : COPY . . 16:54:41 Removing intermediate container e95eaa178158 16:54:41 ---> 7ac0d895880e 16:54:41 Step 8/24 : COPY . . 16:54:42 Removing intermediate container bdeaca33deac 16:54:42 ---> ca37d23dd7bf 16:54:42 Step 8/26 : COPY . . 16:54:46 Removing intermediate container 4279495295de 16:54:46 ---> 368673b0e5e9 16:54:46 Step 8/23 : COPY . . 16:54:46 Removing intermediate container a9515dcd3002 16:54:46 ---> 981f3a71211d 16:54:46 Step 8/22 : COPY . . 16:55:08 ---> 453034770a76 16:55:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:55:08 ---> e396e618d2a3 16:55:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:55:08 ---> 1bf7d0f6e2c2 16:55:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:55:08 ---> 471e9302f3bd 16:55:08 Step 9/23 : RUN make cmd/core-data/core-data 16:55:08 ---> f276b3011022 16:55:08 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:55:08 ---> Running in 5b3a24b6ee0c 16:55:08 ---> Running in 4a66aa2f6204 16:55:08 ---> Running in 94e86dfdc6e3 16:55:08 ---> Running in 116b3d5adcc4 16:55:08 ---> Running in 47cd730ba780 16:55:08 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 16:55:09 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 16:55:09 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 16:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:56:46 Removing intermediate container 47cd730ba780 16:56:46 ---> 85f05df6b3dd 16:56:46 16:56:46 Step 10/22 : FROM alpine:3.12 16:56:46 3.12: Pulling from library/alpine 16:56:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:56:46 Status: Downloaded newer image for alpine:3.12 16:56:46 ---> afeebe901d6b 16:56:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:56:46 ---> Running in b27b4a4f72df 16:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:56:46 (1/5) Installing ca-certificates (20191127-r4) 16:56:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:56:46 (3/5) Installing libcurl (7.69.1-r3) 16:56:46 (4/5) Installing curl (7.69.1-r3) 16:56:46 (5/5) Installing dumb-init (1.2.2-r1) 16:56:46 Executing busybox-1.31.1-r19.trigger 16:56:46 Executing ca-certificates-20191127-r4.trigger 16:56:46 OK: 7 MiB in 19 packages 16:56:48 Removing intermediate container 116b3d5adcc4 16:56:48 ---> a5ee4278615a 16:56:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:56:48 Removing intermediate container 5b3a24b6ee0c 16:56:48 ---> 3ae9ea287550 16:56:48 16:56:48 Step 10/24 : FROM scratch 16:56:48 ---> 16:56:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:56:48 ---> Running in 8a4ce2a7af98 16:56:48 ---> Running in 936b06505a4b 16:56:50 Removing intermediate container 936b06505a4b 16:56:50 ---> 54fc22b8b485 16:56:50 Step 12/24 : ENV APP_PORT=48060 16:56:50 Removing intermediate container b27b4a4f72df 16:56:50 ---> 1b5747161f6e 16:56:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:56:50 ---> Running in 748d18840add 16:56:50 ---> Running in 11829d114b70 16:56:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:56:51 Removing intermediate container 748d18840add 16:56:51 ---> fadcf1d8b069 16:56:51 Step 13/24 : EXPOSE $APP_PORT 16:56:51 ---> Running in d2c39145b59c 16:56:51 Removing intermediate container 11829d114b70 16:56:51 ---> 583435ec590b 16:56:51 Step 13/22 : WORKDIR / 16:56:51 ---> Running in 3c6ac1cad267 16:56:52 Removing intermediate container d2c39145b59c 16:56:52 ---> 201a44a3a279 16:56:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:56:52 Removing intermediate container 3c6ac1cad267 16:56:52 ---> 6da097d0b491 16:56:52 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:53 ---> 67cfdc636882 16:56:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:56:53 ---> eab65781d383 16:56:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:56:56 ---> 5930b4fceaed 16:56:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:56:56 ---> 2b608cc4112e 16:56:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:56:58 Removing intermediate container 8a4ce2a7af98 16:56:58 ---> 25e26a150e11 16:56:58 16:56:58 Step 11/26 : FROM docker:20.10.0 16:56:58 ---> 53ca3a9d91da 16:56:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:56:58 20.10.0: Pulling from library/docker 16:56:59 ---> 16f1c9107bc6 16:56:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:57:00 ---> 596f0b55d9aa 16:57:00 Step 18/22 : RUN chmod +x entrypoint.sh 16:57:01 ---> Running in e48aa07fea8d 16:57:01 ---> 2d1052da88a4 16:57:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:57:04 ---> 65657f5ba4fa 16:57:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:57:06 Removing intermediate container e48aa07fea8d 16:57:06 ---> b2a140f9b66b 16:57:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:57:07 ---> 2a506d156418 16:57:07 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:57:07 ---> Running in 22b97e46fcdd 16:57:07 ---> Running in e0f426666526 16:57:08 Removing intermediate container 22b97e46fcdd 16:57:08 ---> ae2a1420b1fb 16:57:08 Step 20/22 : LABEL arch=arm64 16:57:08 Removing intermediate container 94e86dfdc6e3 16:57:08 ---> b7c229ced22e 16:57:08 16:57:08 Step 10/22 : FROM scratch 16:57:08 ---> 16:57:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:57:09 ---> Running in 3521912f7d38 16:57:09 ---> Running in 5d65f9b5f46c 16:57:09 Removing intermediate container e0f426666526 16:57:09 ---> 9f3f83b4facf 16:57:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:57:10 ---> Running in fc3bc1146280 16:57:10 Removing intermediate container 5d65f9b5f46c 16:57:10 ---> a28ae9632ec7 16:57:10 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:57:10 Removing intermediate container 3521912f7d38 16:57:10 ---> e527790b5576 16:57:10 Step 12/22 : ENV APP_PORT=48081 16:57:10 ---> Running in 2ff6aba3522f 16:57:10 ---> Running in b1325e93f16c 16:57:11 Removing intermediate container fc3bc1146280 16:57:11 ---> 3bccb4e3f405 16:57:11 Step 22/24 : LABEL arch=arm64 16:57:11 Removing intermediate container 2ff6aba3522f 16:57:11 ---> 41b66b9e952f 16:57:11 Step 13/22 : EXPOSE $APP_PORT 16:57:11 ---> Running in 445c70ef7bc0 16:57:11 Removing intermediate container b1325e93f16c 16:57:11 ---> 4ca18236f97b 16:57:11 Step 22/22 : LABEL version=0.0.0 16:57:11 ---> Running in d7540b22f359 16:57:12 ---> Running in 175d1dec5ee8 16:57:12 Removing intermediate container d7540b22f359 16:57:12 ---> 753cfa4e5c5c 16:57:12 Step 14/22 : WORKDIR / 16:57:12 Removing intermediate container 445c70ef7bc0 16:57:12 ---> 798ce3eea5ae 16:57:12 Step 23/24 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:57:12 ---> Running in c2662662a1ca 16:57:12 ---> Running in a6b6c82d80d3 16:57:12 Removing intermediate container 175d1dec5ee8 16:57:12 ---> e742b1537cb2 16:57:12 16:57:13 Successfully built e742b1537cb2 16:57:13 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:57:13 Removing intermediate container c2662662a1ca 16:57:13 ---> e33a858310a8 16:57:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Building docker-security-secretstore-setup-go 16:57:13  Building docker-security-bootstrap-redis-go ... done  16:57:13 Removing intermediate container a6b6c82d80d3 16:57:13 ---> dde9358a6648 16:57:13 Step 24/24 : LABEL version=0.0.0 16:57:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:57:13 Status: Downloaded newer image for docker:20.10.0 16:57:13 ---> eeaf43b92773 16:57:13 Step 12/26 : RUN apk add --no-cache bash 16:57:14 ---> Running in 4010e8eacba4 16:57:14 ---> Running in 157400cfb684 16:57:15 ---> 9b234fdfe20d 16:57:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:57:16 Removing intermediate container 157400cfb684 16:57:16 ---> c176d48d059f 16:57:16 16:57:16 Removing intermediate container 4a66aa2f6204 16:57:16 ---> b2e197dc4f5e 16:57:16 16:57:16 Step 10/23 : FROM alpine:3.12 16:57:16 ---> afeebe901d6b 16:57:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:57:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:17 Successfully built c176d48d059f 16:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:17 ---> f0236a24011b 16:57:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:57:17 Successfully tagged docker-support-notifications-go-arm64:latest 16:57:17  Building docker-support-notifications-go ... done Building docker-core-command-go 16:57:17 ---> Running in 0f192415ffeb 16:57:17 (1/2) Installing readline (8.0.4-r0) 16:57:17 (2/2) Installing bash (5.0.17-r0) 16:57:17 Executing bash-5.0.17-r0.post-install 16:57:17 Executing busybox-1.31.1-r19.trigger 16:57:17 OK: 12 MiB in 22 packages 16:57:18 ---> 7530b8f1a6f1 16:57:18 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:57:18 ---> Running in 39032d9f2c4a 16:57:18 Removing intermediate container 0f192415ffeb 16:57:18 ---> 0ca44d74483b 16:57:18 Step 12/23 : ENV APP_PORT=48080 16:57:18 ---> Running in 7b2fa861afbd 16:57:19 Removing intermediate container 39032d9f2c4a 16:57:19 ---> 442b9c25ea3a 16:57:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:57:20 Removing intermediate container 4010e8eacba4 16:57:20 ---> eab0356a353e 16:57:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:57:20 ---> Running in b522c6be6f67 16:57:20 Removing intermediate container 7b2fa861afbd 16:57:20 ---> 575cce3e35f0 16:57:20 Step 13/23 : EXPOSE $APP_PORT 16:57:20 ---> Running in 308641e5de48 16:57:21 ---> Running in 748bc662ced1 16:57:21 Removing intermediate container b522c6be6f67 16:57:21 ---> 52b45aa1350d 16:57:21 Step 20/22 : LABEL arch=arm64 16:57:21 Removing intermediate container 308641e5de48 16:57:21 ---> 8dcfba2c9881 16:57:21 Step 14/26 : ENV APP_PORT=48090 16:57:21 ---> Running in 27f85bf871c3 16:57:21 Removing intermediate container 748bc662ced1 16:57:21 ---> a09a5f181de3 16:57:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:21 ---> Running in 8f6c45303346 16:57:22 ---> Running in 67ef18e951fb 16:57:22 Removing intermediate container 27f85bf871c3 16:57:22 ---> 671ca64d70e2 16:57:22 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:57:22 Removing intermediate container 8f6c45303346 16:57:22 ---> f32d7115c4a0 16:57:22 Step 15/26 : EXPOSE $APP_PORT 16:57:23 ---> Running in 596a871ab338 16:57:23 ---> Running in fcfec5d234ef 16:57:24 Removing intermediate container 596a871ab338 16:57:24 ---> b704b6d30242 16:57:24 Step 22/22 : LABEL version=0.0.0 16:57:24 Removing intermediate container fcfec5d234ef 16:57:24 ---> 8ae1d06c219b 16:57:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:57:24 ---> Running in b26300ebdf0b 16:57:25 Removing intermediate container b26300ebdf0b 16:57:25 ---> ce42c41556db 16:57:25 16:57:26 Successfully built ce42c41556db 16:57:26 Successfully tagged docker-core-metadata-go-arm64:latest 16:57:26 Building docker-support-scheduler-go 16:57:26  Building docker-core-metadata-go ... done  ---> 7178150c6763 16:57:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:57:26 Removing intermediate container 67ef18e951fb 16:57:26 ---> f13a2c8b1550 16:57:26 Step 15/23 : RUN apk add --update --no-cache zeromq 16:57:26 ---> Running in 6b94e541bcaa 16:57:27 ---> 8d023261ba76 16:57:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:57:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:28 ---> 21da3717025c 16:57:28 Step 19/26 : RUN apk --no-cache add py3-pip 16:57:28 ---> Running in 626b1b1f31bb 16:57:29 (1/5) Installing libgcc (9.3.0-r2) 16:57:29 (2/5) Installing libsodium (1.0.18-r0) 16:57:29 (3/5) Installing libstdc++ (9.3.0-r2) 16:57:29 (4/5) Installing libzmq (4.3.3-r0) 16:57:30 (5/5) Installing zeromq (4.3.3-r0) 16:57:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:30 Executing busybox-1.31.1-r19.trigger 16:57:30 OK: 8 MiB in 19 packages 16:57:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:30 (1/33) Installing libbz2 (1.0.8-r1) 16:57:30 (2/33) Installing expat (2.2.9-r1) 16:57:30 (3/33) Installing libffi (3.3-r2) 16:57:30 (4/33) Installing gdbm (1.13-r1) 16:57:30 (5/33) Installing xz-libs (5.2.5-r0) 16:57:30 (6/33) Installing sqlite-libs (3.32.1-r0) 16:57:30 (7/33) Installing python3 (3.8.5-r0) 16:57:32 (8/33) Installing py3-appdirs (1.4.4-r1) 16:57:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:57:33 (10/33) Installing py3-parsing (2.4.7-r0) 16:57:33 (11/33) Installing py3-six (1.15.0-r0) 16:57:33 (12/33) Installing py3-packaging (20.4-r0) 16:57:33 (13/33) Installing py3-setuptools (47.0.0-r0) 16:57:33 (14/33) Installing py3-chardet (3.0.4-r4) 16:57:33 (15/33) Installing py3-idna (2.9-r0) 16:57:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:57:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:57:33 (18/33) Installing py3-requests (2.23.0-r0) 16:57:33 (19/33) Installing py3-msgpack (1.0.0-r0) 16:57:33 (20/33) Installing py3-lockfile (0.12.2-r3) 16:57:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:57:33 (22/33) Installing py3-colorama (0.4.3-r0) 16:57:33 (23/33) Installing py3-distlib (0.3.0-r0) 16:57:33 (24/33) Installing py3-distro (1.5.0-r1) 16:57:33 (25/33) Installing py3-webencodings (0.5.1-r3) 16:57:33 (26/33) Installing py3-html5lib (1.0.1-r4) 16:57:33 (27/33) Installing py3-pytoml (0.1.21-r0) 16:57:33 (28/33) Installing py3-pep517 (0.8.2-r0) 16:57:33 (29/33) Installing py3-progress (1.5-r0) 16:57:33 (30/33) Installing py3-toml (0.10.1-r0) 16:57:33 (31/33) Installing py3-retrying (1.3.3-r0) 16:57:33 Removing intermediate container 6b94e541bcaa 16:57:33 ---> eaeb3fc62448 16:57:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:57:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:57:33 (33/33) Installing py3-pip (20.1.1-r0) 16:57:34 Executing busybox-1.31.1-r19.trigger 16:57:34 OK: 71 MiB in 55 packages 16:57:36 ---> aa4c4895de21 16:57:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:57:39 ---> 12e664717587 16:57:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:57:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:57:41 ---> 132f968ed9a0 16:57:41 Step 3/24 : WORKDIR /edgex-go 16:57:41 ---> Using cache 16:57:41 ---> 554bc3b59f11 16:57:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:41 ---> Using cache 16:57:41 ---> d4293dd75c48 16:57:41 Step 5/24 : RUN apk add --update --no-cache make git 16:57:41 ---> Using cache 16:57:41 ---> 5a8d40611a10 16:57:41 Step 6/24 : COPY go.mod . 16:57:41 ---> Using cache 16:57:41 ---> 37127125fe8a 16:57:41 Step 7/24 : RUN go mod download 16:57:41 ---> Using cache 16:57:41 ---> 981f3a71211d 16:57:41 Step 8/24 : COPY . . 16:57:41 ---> facfa60bf312 16:57:41 Step 19/23 : ENTRYPOINT ["/core-data"] 16:57:41 ---> Using cache 16:57:41 ---> f276b3011022 16:57:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:57:41 ---> Running in a7928ffdf304 16:57:41 ---> Running in c1aa7bfd7ba9 16:57:43 Removing intermediate container c1aa7bfd7ba9 16:57:43 ---> 2ab36d67c167 16:57:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:57:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:57:43 ---> Running in 4cf3474d991a 16:57:45 Removing intermediate container 626b1b1f31bb 16:57:45 ---> 1ac0bd4fb651 16:57:45 Step 20/26 : RUN pip install docker-compose==1.23.2 16:57:45 Removing intermediate container 4cf3474d991a 16:57:45 ---> c99276a29913 16:57:45 Step 21/23 : LABEL arch=arm64 16:57:45 ---> Running in 092da8309947 16:57:46 ---> Running in e30f6d37e05e 16:57:47 Removing intermediate container e30f6d37e05e 16:57:47 ---> 8bbdf51b0132 16:57:47 Step 22/23 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:57:48 ---> Running in 75d24036e4b0 16:57:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:57:49 ---> 132f968ed9a0 16:57:49 Step 3/22 : WORKDIR /edgex-go 16:57:49 ---> Using cache 16:57:49 ---> 554bc3b59f11 16:57:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:49 ---> Using cache 16:57:49 ---> d4293dd75c48 16:57:49 Step 5/22 : RUN apk add --update --no-cache make git 16:57:49 ---> Using cache 16:57:49 ---> 5a8d40611a10 16:57:49 Step 6/22 : COPY go.mod . 16:57:49 ---> Using cache 16:57:49 ---> 37127125fe8a 16:57:49 Step 7/22 : RUN go mod download 16:57:49 ---> Using cache 16:57:49 ---> 981f3a71211d 16:57:49 Step 8/22 : COPY . . 16:57:49 ---> Using cache 16:57:49 ---> f276b3011022 16:57:49 Step 9/22 : RUN make cmd/core-command/core-command 16:57:49 Removing intermediate container 75d24036e4b0 16:57:49 ---> e238314242e4 16:57:49 Step 23/23 : LABEL version=0.0.0 16:57:49 ---> Running in df658ba30dce 16:57:49 ---> Running in bb727c9fde57 16:57:51 Removing intermediate container bb727c9fde57 16:57:51 ---> c3ace820456f 16:57:51 16:57:52 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 16:57:52 Successfully built c3ace820456f 16:57:52 Successfully tagged docker-core-data-go-arm64:latest 16:57:52  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 16:57:53 Collecting docker-compose==1.23.2 16:57:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:57:54 Collecting texttable<0.10,>=0.9.0 16:57:54 Downloading texttable-0.9.1.tar.gz (11 kB) 16:57:57 Collecting docker<4.0,>=3.6.0 16:57:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:57:57 Collecting dockerpty<0.5,>=0.4.1 16:57:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:58:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:58:00 ---> 132f968ed9a0 16:58:00 Step 3/21 : WORKDIR /edgex-go 16:58:00 ---> Using cache 16:58:00 ---> 554bc3b59f11 16:58:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:00 ---> Using cache 16:58:00 ---> d4293dd75c48 16:58:00 Step 5/21 : RUN apk add --update --no-cache make git 16:58:00 ---> Using cache 16:58:00 ---> 5a8d40611a10 16:58:00 Step 6/21 : COPY go.mod . 16:58:00 ---> Using cache 16:58:00 ---> 37127125fe8a 16:58:00 Step 7/21 : RUN go mod download 16:58:00 ---> Using cache 16:58:00 ---> 981f3a71211d 16:58:00 Step 8/21 : COPY . . 16:58:00 ---> Using cache 16:58:00 ---> f276b3011022 16:58:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:58:01 Collecting docopt<0.7,>=0.6.1 16:58:01 Downloading docopt-0.6.2.tar.gz (25 kB) 16:58:02 ---> Running in 399b18a21981 16:58:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:58:07 Collecting PyYAML<4,>=3.10 16:58:07 Downloading PyYAML-3.13.tar.gz (270 kB) 16:58:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:58:12 Collecting cached-property<2,>=1.2.0 16:58:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:58:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:58:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:58:14 Collecting websocket-client<1.0,>=0.32.0 16:58:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:58:15 Collecting jsonschema<3,>=2.5.1 16:58:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:58:16 Collecting docker-pycreds>=0.4.0 16:58:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:58:16 Collecting idna<2.8,>=2.5 16:58:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:58:17 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) 16:58:18 Collecting urllib3<1.25,>=1.21.1 16:58:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:58:19 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) 16:58:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:58:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:58:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:58:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:58:20 Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, docopt, PyYAML, cached-property, jsonschema, docker-compose 16:58:20 Running setup.py install for texttable: started 16:58:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:58:23 ---> 132f968ed9a0 16:58:23 Step 3/21 : WORKDIR /edgex-go 16:58:23 ---> Using cache 16:58:23 ---> 554bc3b59f11 16:58:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:23 ---> Using cache 16:58:23 ---> d4293dd75c48 16:58:23 Step 5/21 : RUN apk add --update --no-cache make git 16:58:23 ---> Using cache 16:58:23 ---> 5a8d40611a10 16:58:23 Step 6/21 : COPY go.mod . 16:58:23 ---> Using cache 16:58:23 ---> 37127125fe8a 16:58:23 Step 7/21 : RUN go mod download 16:58:23 ---> Using cache 16:58:23 ---> 981f3a71211d 16:58:23 Step 8/21 : COPY . . 16:58:23 ---> Using cache 16:58:23 ---> f276b3011022 16:58:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:58:23 Running setup.py install for texttable: finished with status 'done' 16:58:25 Attempting uninstall: idna 16:58:25 Found existing installation: idna 2.9 16:58:25 Uninstalling idna-2.9: 16:58:25 ---> Running in 5be2935b71c1 16:58:25 Successfully uninstalled idna-2.9 16:58:26 Attempting uninstall: urllib3 16:58:26 Found existing installation: urllib3 1.25.9 16:58:26 Uninstalling urllib3-1.25.9: 16:58:26 Successfully uninstalled urllib3-1.25.9 16:58:26 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 16:58:27 Attempting uninstall: requests 16:58:27 Found existing installation: requests 2.23.0 16:58:27 Uninstalling requests-2.23.0: 16:58:27 Successfully uninstalled requests-2.23.0 16:58:28 Running setup.py install for dockerpty: started 16:58:31 Running setup.py install for dockerpty: finished with status 'done' 16:58:31 Running setup.py install for docopt: started 16:58:34 Running setup.py install for docopt: finished with status 'done' 16:58:34 Running setup.py install for PyYAML: started 16:58:36 Running setup.py install for PyYAML: finished with status 'done' 16:58:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:58:43 Removing intermediate container 092da8309947 16:58:43 ---> b7fcdbcab25f 16:58:43 Step 21/26 : RUN apk --no-cache add curl 16:58:44 ---> Running in 26eb21275921 16:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:58:46 (2/3) Installing libcurl (7.69.1-r3) 16:58:46 (3/3) Installing curl (7.69.1-r3) 16:58:46 Executing busybox-1.31.1-r19.trigger 16:58:46 OK: 71 MiB in 58 packages 16:58:49 Removing intermediate container 26eb21275921 16:58:49 ---> c8f609df8859 16:58:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:58:49 ---> Running in 4d8273352ef5 16:58:49 Removing intermediate container 4d8273352ef5 16:58:49 ---> f900f35ed3d8 16:58:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:50 ---> Running in cc0eadc99eb3 16:58:51 Removing intermediate container cc0eadc99eb3 16:58:51 ---> da579ffce74c 16:58:51 Step 24/26 : LABEL arch=arm64 16:58:51 ---> Running in 028f597fcb73 16:58:51 Removing intermediate container 028f597fcb73 16:58:51 ---> 20c2c19fff8b 16:58:51 Step 25/26 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:58:52 ---> Running in b374b875169b 16:58:52 Removing intermediate container b374b875169b 16:58:52 ---> 51db96c2d4fb 16:58:52 Step 26/26 : LABEL version=0.0.0 16:58:53 ---> Running in c950beeba5d3 16:58:53 Removing intermediate container c950beeba5d3 16:58:53 ---> 8d6b38c17078 16:58:53 16:58:54 Successfully built 8d6b38c17078 16:58:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:58:54  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:59:10 Removing intermediate container a7928ffdf304 16:59:10 ---> 4232a8d4110e 16:59:10 16:59:10 Step 10/24 : FROM alpine:3.12 16:59:10 ---> afeebe901d6b 16:59:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:59:10 ---> Using cache 16:59:10 ---> 1b5747161f6e 16:59:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:59:10 ---> Running in 874ed82c3460 16:59:10 Removing intermediate container 874ed82c3460 16:59:10 ---> bdc905e65fbc 16:59:10 Step 13/24 : WORKDIR / 16:59:10 ---> Running in d703da8f5ece 16:59:11 Removing intermediate container d703da8f5ece 16:59:11 ---> 9a6b9b779159 16:59:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:59:12 ---> 8b62739bb90f 16:59:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:59:13 ---> 7c7af4ef93f0 16:59:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:59:14 ---> 787d16be6661 16:59:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:59:16 ---> ad190a639350 16:59:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:59:19 ---> 5d18939cdb9b 16:59:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:59:21 ---> 77791db3282d 16:59:21 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/ 16:59:21 ---> Running in f3643eb832f1 16:59:22 Removing intermediate container df658ba30dce 16:59:22 ---> 9b8e4008ad9b 16:59:22 16:59:22 Step 10/22 : FROM scratch 16:59:22 ---> 16:59:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:59:22 ---> Using cache 16:59:22 ---> e527790b5576 16:59:22 Step 12/22 : ENV APP_PORT=48082 16:59:22 ---> Running in b7c1bcf6e941 16:59:23 Removing intermediate container b7c1bcf6e941 16:59:23 ---> d6d72b84e414 16:59:23 Step 13/22 : EXPOSE $APP_PORT 16:59:23 ---> Running in a68a5e84e27a 16:59:24 Removing intermediate container a68a5e84e27a 16:59:24 ---> ac6ff63e24a9 16:59:24 Step 14/22 : WORKDIR / 16:59:24 ---> Running in 23ef8751b353 16:59:25 Removing intermediate container 23ef8751b353 16:59:25 ---> 950209e51cac 16:59:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:25 Removing intermediate container f3643eb832f1 16:59:25 ---> 9752fc5df666 16:59:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:59:25 ---> Running in 58b8d0ea3adb 16:59:26 Removing intermediate container 58b8d0ea3adb 16:59:26 ---> 0461c72069a8 16:59:26 Step 22/24 : LABEL arch=arm64 16:59:26 ---> 91faa4b4bfb2 16:59:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:59:26 ---> Running in d075ea7b8ff5 16:59:27 Removing intermediate container d075ea7b8ff5 16:59:27 ---> e8bafc0bb8e6 16:59:27 Step 23/24 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:59:29 ---> Running in b4b936d59b45 16:59:29 ---> f1d657e13f4e 16:59:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:59:29 Removing intermediate container b4b936d59b45 16:59:29 ---> b61452d58e3b 16:59:29 Step 24/24 : LABEL version=0.0.0 16:59:29 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 16:59:29 ---> Running in 72f2094df954 16:59:29 ---> 040e9f8c58b5 16:59:29 Step 18/22 : ENTRYPOINT ["/core-command"] 16:59:30 ---> Running in b6752e9d3f69 16:59:30 Removing intermediate container 72f2094df954 16:59:30 ---> 7eba0ffb26c7 16:59:30 16:59:30 Removing intermediate container 399b18a21981 16:59:30 ---> 15dedb3609d0 16:59:30 16:59:30 Step 10/21 : FROM scratch 16:59:30 ---> 16:59:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:59:30 ---> Using cache 16:59:30 ---> e527790b5576 16:59:30 Step 12/21 : ENV APP_PORT=48085 16:59:31 Removing intermediate container b6752e9d3f69 16:59:31 ---> fc23e3c55eee 16:59:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:31 Successfully built 7eba0ffb26c7 16:59:31 ---> Running in 30fa214e87e7 16:59:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:59:31  Building docker-security-secretstore-setup-go ... done  ---> Running in 9d09af4ba426 16:59:32 Removing intermediate container 30fa214e87e7 16:59:32 ---> c0ce0d730576 16:59:32 Step 13/21 : EXPOSE $APP_PORT 16:59:32 Removing intermediate container 9d09af4ba426 16:59:32 ---> d0bc70fdf566 16:59:32 Step 20/22 : LABEL arch=arm64 16:59:32 ---> Running in 93673ad7ca46 16:59:32 ---> Running in d4c4cc580136 16:59:32 Removing intermediate container 93673ad7ca46 16:59:32 ---> 60d2a48a6e7f 16:59:32 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:33 Removing intermediate container d4c4cc580136 16:59:33 ---> b846181f5e57 16:59:33 Step 21/22 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:59:33 ---> Running in 94de451a335d 16:59:33 ---> d00c672e3f35 16:59:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:59:34 Removing intermediate container 94de451a335d 16:59:34 ---> b16e34a149a6 16:59:34 Step 22/22 : LABEL version=0.0.0 16:59:34 ---> Running in f5d94511b6cc 16:59:35 Removing intermediate container f5d94511b6cc 16:59:35 ---> e66d82d28d4f 16:59:35 16:59:35 ---> 800034f28755 16:59:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:59:35 Successfully built e66d82d28d4f 16:59:35 Successfully tagged docker-core-command-go-arm64:latest 16:59:36  Building docker-core-command-go ... done  ---> 659d3b3f6db4 16:59:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:59:36 ---> Running in 76b7b1fb29f5 16:59:37 Removing intermediate container 76b7b1fb29f5 16:59:37 ---> fb08fa044644 16:59:37 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:37 Removing intermediate container 5be2935b71c1 16:59:37 ---> 98fca56e9f86 16:59:37 16:59:37 Step 10/21 : FROM alpine:3.12 16:59:37 ---> afeebe901d6b 16:59:37 Step 11/21 : RUN apk add --update --no-cache curl 16:59:37 ---> Running in 436f5b42636c 16:59:37 ---> Running in 070532303abc 16:59:38 Removing intermediate container 436f5b42636c 16:59:38 ---> 12b187185104 16:59:38 Step 19/21 : LABEL arch=arm64 16:59:38 ---> Running in 38e4ebc85036 16:59:39 Removing intermediate container 38e4ebc85036 16:59:39 ---> d74fa2265a61 16:59:39 Step 20/21 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:59:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:39 ---> Running in a13928040ea4 16:59:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:39 Removing intermediate container a13928040ea4 16:59:39 ---> 012d517f91fd 16:59:39 Step 21/21 : LABEL version=0.0.0 16:59:39 ---> Running in c968142a601a 16:59:39 (1/4) Installing ca-certificates (20191127-r4) 16:59:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:59:39 (3/4) Installing libcurl (7.69.1-r3) 16:59:39 (4/4) Installing curl (7.69.1-r3) 16:59:39 Executing busybox-1.31.1-r19.trigger 16:59:39 Executing ca-certificates-20191127-r4.trigger 16:59:40 OK: 7 MiB in 18 packages 16:59:41 Removing intermediate container c968142a601a 16:59:41 ---> 5202b3493fac 16:59:41 16:59:41 Successfully built 5202b3493fac 16:59:41 Successfully tagged docker-support-scheduler-go-arm64:latest 16:59:42  Building docker-support-scheduler-go ... done Removing intermediate container 070532303abc 16:59:42 ---> c5a145125a57 16:59:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:59:42 ---> Running in bbcbe2214e84 16:59:43 Removing intermediate container bbcbe2214e84 16:59:43 ---> e6d1f719dd15 16:59:43 Step 13/21 : WORKDIR /edgex 16:59:43 ---> Running in de5ad154e4b9 16:59:43 Removing intermediate container de5ad154e4b9 16:59:43 ---> 47f90b3a7f77 16:59:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:59:44 ---> 1998036917ad 16:59:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:59:45 ---> 909e1f1f6bac 16:59:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:59:46 ---> 012ba0dbc0c8 16:59:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:59:46 ---> Running in 2ce89c9e716e 16:59:47 Removing intermediate container 2ce89c9e716e 16:59:47 ---> a853d51f97a3 16:59:47 Step 18/21 : CMD ["--init=true"] 16:59:47 ---> Running in 6449787f7baf 16:59:47 Removing intermediate container 6449787f7baf 16:59:47 ---> ee13e420dda5 16:59:47 Step 19/21 : LABEL arch=arm64 16:59:48 ---> Running in 234306b2c72d 16:59:48 Removing intermediate container 234306b2c72d 16:59:48 ---> e4b6e2893e5a 16:59:48 Step 20/21 : LABEL git_sha=d8589a92f3202e3fdf0c57a326c0783cadca1318 16:59:48 ---> Running in dd641269cbd2 16:59:49 Removing intermediate container dd641269cbd2 16:59:49 ---> e75b1085c199 16:59:49 Step 21/21 : LABEL version=0.0.0 16:59:49 ---> Running in 11e63a6a459b 16:59:49 Removing intermediate container 11e63a6a459b 16:59:49 ---> 679da4ba99ba 16:59:49 16:59:49 Successfully built 679da4ba99ba 16:59:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:59:50  Building docker-security-proxy-setup-go ... done  [Pipeline] } 16:59:50 $ docker stop --time=1 352615c9741a42b0dd9c9470ab88b82a34ace1021dc8d2347518a21083f75ea2 16:59:52 $ docker rm -f 352615c9741a42b0dd9c9470ab88b82a34ace1021dc8d2347518a21083f75ea2 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:53 + + docker imagesgrep 16:59:53 docker 16:59:53 docker-security-proxy-setup-go-arm64 latest 679da4ba99ba 4 seconds ago 23.2MB 16:59:53 docker-support-scheduler-go-arm64 latest 5202b3493fac 14 seconds ago 10MB 16:59:53 docker-core-command-go-arm64 latest e66d82d28d4f 19 seconds ago 9.98MB 16:59:53 docker-security-secretstore-setup-go-arm64 latest 7eba0ffb26c7 23 seconds ago 23.4MB 16:59:53 docker-sys-mgmt-agent-go-arm64 latest 8d6b38c17078 About a minute ago 300MB 16:59:53 docker-core-data-go-arm64 latest c3ace820456f 2 minutes ago 21MB 16:59:53 docker-core-metadata-go-arm64 latest ce42c41556db 2 minutes ago 12.3MB 16:59:53 docker-support-notifications-go-arm64 latest c176d48d059f 2 minutes ago 11.4MB 16:59:53 docker-security-bootstrap-redis-go-arm64 latest e742b1537cb2 2 minutes ago 15.1MB 16:59:53 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:59:55 provisioning config files... 16:59:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8507556269593448533tmp [Pipeline] { [Pipeline] sh 16:59:55 + set +x 16:59:55 + curl -s https://codecov.io/bash 16:59:55 + bash -s -- 16:59:56 16:59:56 _____ _ 16:59:56 / ____| | | 16:59:56 | | ___ __| | ___ ___ _____ __ 16:59:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:59:56 | |___| (_) | (_| | __/ (_| (_) \ V / 16:59:56 \_____\___/ \__,_|\___|\___\___/ \_/ 16:59:56 Bash-20210115-cec3c92 16:59:56 16:59:56 16:59:56 ==> git version 2.24.3 found 16:59:56 ==> 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 16:59:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:59:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:59:56 ==> Jenkins CI detected. 16:59:56 project root: . 16:59:56 --> token set from env 16:59:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:59:56 ==> Running gcov in . (disable via -X gcov) 16:59:56 ==> Python coveragepy not found 16:59:56 ==> Searching for coverage reports in: 16:59:56 + . 16:59:56 -> Found 1 reports 16:59:56 ==> Detecting git/mercurial file structure 16:59:56 ==> Reading reports 16:59:56 + ./coverage.out bytes=550280 16:59:56 ==> Appending adjustments 16:59:56 https://docs.codecov.io/docs/fixing-reports 16:59:59 + Found adjustments 16:59:59 ==> Gzipping contents 16:59:59 84K /tmp/codecov.xKACao.gz 16:59:59 ==> Uploading reports 16:59:59 url: https://codecov.io 16:59:59 query: branch=PR-3040&commit=d8589a92f3202e3fdf0c57a326c0783cadca1318&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 16:59:59 -> Pinging Codecov 16:59:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=d8589a92f3202e3fdf0c57a326c0783cadca1318&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 17:00:00 -> Uploading to 17:00:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d8589a92f3202e3fdf0c57a326c0783cadca1318/b85191ec-5f60-451a-b373-9c779eb1f173.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T165959Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b52d27c5172458ca21a2ffda6a07dd82a6dc006539a083e08da1ef6c39ba32b9 17:00:00 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:00 Dload Upload Total Spent Left Speed 17:00:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83183 0 0 100 83183 0 118k --:--:-- --:--:-- --:--:-- 118k 100 83183 0 0 100 83183 0 118k --:--:-- --:--:-- --:--:-- 118k 17:00:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d8589a92f3202e3fdf0c57a326c0783cadca1318 [Pipeline] } 17:00:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:00:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:00:03 ---> package-listing.sh 17:00:03 ++ facter osfamily 17:00:03 ++ tr '[:upper:]' '[:lower:]' 17:00:03 + OS_FAMILY=redhat 17:00:03 + workspace=/w/workspace/edgex-go/3 17:00:03 + START_PACKAGES=/tmp/packages_start.txt 17:00:03 + END_PACKAGES=/tmp/packages_end.txt 17:00:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:00:03 + PACKAGES=/tmp/packages_start.txt 17:00:03 + '[' /w/workspace/edgex-go/3 ']' 17:00:03 + PACKAGES=/tmp/packages_end.txt 17:00:03 + case "${OS_FAMILY}" in 17:00:03 + rpm -qa 17:00:03 + sort 17:00:09 + '[' -f /tmp/packages_start.txt ']' 17:00:09 + '[' -f /tmp/packages_end.txt ']' 17:00:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:00:09 + '[' /w/workspace/edgex-go/3 ']' 17:00:09 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:00:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:00:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:00:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:09 17:00:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:00:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:10 alpine: Pulling from edgex-lftools-log-publisher 17:00:10 df20fa9351a1: Pulling fs layer 17:00:10 36b3adc4ff6f: Pulling fs layer 17:00:10 8ad3a11d3b57: Pulling fs layer 17:00:10 46f8f816bc3b: Pulling fs layer 17:00:10 93b61091891f: Pulling fs layer 17:00:10 93b9cdb0e59b: Pulling fs layer 17:00:10 5e14af77c1be: Pulling fs layer 17:00:10 01666e4c0597: Pulling fs layer 17:00:10 aa168da1d23b: Pulling fs layer 17:00:10 93b9cdb0e59b: Waiting 17:00:10 5e14af77c1be: Waiting 17:00:10 01666e4c0597: Waiting 17:00:10 aa168da1d23b: Waiting 17:00:10 46f8f816bc3b: Waiting 17:00:10 93b61091891f: Waiting 17:00:10 36b3adc4ff6f: Download complete 17:00:10 46f8f816bc3b: Verifying Checksum 17:00:10 46f8f816bc3b: Download complete 17:00:10 df20fa9351a1: Verifying Checksum 17:00:10 df20fa9351a1: Download complete 17:00:10 93b9cdb0e59b: Verifying Checksum 17:00:10 93b9cdb0e59b: Download complete 17:00:10 5e14af77c1be: Verifying Checksum 17:00:10 5e14af77c1be: Download complete 17:00:10 93b61091891f: Verifying Checksum 17:00:10 93b61091891f: Download complete 17:00:10 01666e4c0597: Download complete 17:00:10 8ad3a11d3b57: Verifying Checksum 17:00:10 8ad3a11d3b57: Download complete 17:00:10 df20fa9351a1: Pull complete 17:00:11 36b3adc4ff6f: Pull complete 17:00:13 aa168da1d23b: Verifying Checksum 17:00:13 aa168da1d23b: Download complete 17:00:13 8ad3a11d3b57: Pull complete 17:00:13 46f8f816bc3b: Pull complete 17:00:14 93b61091891f: Pull complete 17:00:14 93b9cdb0e59b: Pull complete 17:00:14 5e14af77c1be: Pull complete 17:00:14 01666e4c0597: Pull complete 17:00:24 aa168da1d23b: Pull complete 17:00:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:00:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:00:25 prd-centos7-docker-4c-2g-20525 does not seem to be running inside a container 17:00:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:00:28 $ docker top bc85ced2ba232a081d18afa292afd197e16bb285808c9f1573fbab80b21f5b5f -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:28 + touch /tmp/pre-build-complete [Pipeline] sh 17:00:29 + mkdir -p /var/log/sa [Pipeline] sh 17:00:29 + ls /var/log/sa-host 17:00:29 + sadf -c /var/log/sa-host/sa15 17:00:29 file_magic: OK 17:00:29 HZ: Using current value: 100 17:00:29 file_header: OK 17:00:29 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:00:29 Statistics: 17:00:29 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... 17:00:29 File successfully converted to sysstat format version 12.2.1 17:00:29 + sadf -c /var/log/sa-host/sa23 17:00:29 file_magic: OK 17:00:29 HZ: Using current value: 100 17:00:29 file_header: OK 17:00:29 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:00:29 Statistics: 17:00:29 Hnuu...uuuununununu... 17:00:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:29 provisioning config files... 17:00:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5189618432751947468tmp [Pipeline] { [Pipeline] echo 17:00:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:00:30 ---> create-netrc.sh [Pipeline] } 17:00:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:00:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:00:30 ---> python-tools-install.sh [Pipeline] echo 17:00:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:00:31 ---> sudo-logs.sh 17:00:31 Archiving 'sudo' log.. [Pipeline] echo 17:00:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:00:31 ---> job-cost.sh 17:00:31 lf-activate-venv: SKIPPING 17:00:31 INFO: No Stack... 17:00:32 INFO: Retrieving Pricing Info for: v1-standard-2 17:00:32 INFO: Archiving Costs [Pipeline] echo 17:00:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:00:33 ---> logs-deploy.sh 17:00:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/3 17:00:33 INFO: archiving workspace using pattern(s): 17:00:35 Archives upload complete. 17:00:35 INFO: archiving logs to Nexus 17:00:36 ---> uname -a: 17:00:36 Linux prd-centos7-docker-4c-2g-20525.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:00:36 17:00:36 17:00:36 ---> lscpu: 17:00:36 Architecture: x86_64 17:00:36 CPU op-mode(s): 32-bit, 64-bit 17:00:36 Byte Order: Little Endian 17:00:36 Address sizes: 40 bits physical, 48 bits virtual 17:00:36 CPU(s): 4 17:00:36 On-line CPU(s) list: 0-3 17:00:36 Thread(s) per core: 1 17:00:36 Core(s) per socket: 1 17:00:36 Socket(s): 4 17:00:36 NUMA node(s): 1 17:00:36 Vendor ID: GenuineIntel 17:00:36 CPU family: 6 17:00:36 Model: 44 17:00:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:00:36 Stepping: 1 17:00:36 CPU MHz: 2933.436 17:00:36 BogoMIPS: 5866.87 17:00:36 Virtualization: VT-x 17:00:36 Hypervisor vendor: KVM 17:00:36 Virtualization type: full 17:00:36 L1d cache: 128 KiB 17:00:36 L1i cache: 128 KiB 17:00:36 L2 cache: 16 MiB 17:00:36 L3 cache: 64 MiB 17:00:36 NUMA node0 CPU(s): 0-3 17:00:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:00:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:00:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:00:36 Vulnerability Meltdown: Mitigation; PTI 17:00:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:00:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:00:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:00:36 Vulnerability Srbds: Not affected 17:00:36 Vulnerability Tsx async abort: Not affected 17:00:36 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:00:36 17:00:36 17:00:36 ---> nproc: 17:00:36 4 17:00:36 17:00:36 17:00:36 ---> df -h: 17:00:36 Filesystem Size Used Available Use% Mounted on 17:00:36 overlay 50.0G 11.6G 38.4G 23% / 17:00:36 tmpfs 64.0M 0 64.0M 0% /dev 17:00:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:00:36 shm 64.0M 0 64.0M 0% /dev/shm 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3@tmp 17:00:36 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3 17:00:36 17:00:36 17:00:36 ---> free -m: 17:00:36 total used free shared buff/cache available 17:00:36 Mem: 1837 732 154 0 951 1021 17:00:36 Swap: 1023 46 977 17:00:36 17:00:36 17:00:36 ---> ip addr: 17:00:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:00:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:00:36 inet 127.0.0.1/8 scope host lo 17:00:36 valid_lft forever preferred_lft forever 17:00:36 inet6 ::1/128 scope host 17:00:36 valid_lft forever preferred_lft forever 17:00:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:00:36 link/ether fa:16:3e:be:cb:a8 brd ff:ff:ff:ff:ff:ff 17:00:36 inet 10.30.123.35/23 brd 10.30.123.255 scope global dynamic eth0 17:00:36 valid_lft 84851sec preferred_lft 84851sec 17:00:36 inet6 fe80::f816:3eff:febe:cba8/64 scope link 17:00:36 valid_lft forever preferred_lft forever 17:00:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:00:36 link/ether 02:42:a1:6a:39:3b brd ff:ff:ff:ff:ff:ff 17:00:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:00:36 valid_lft forever preferred_lft forever 17:00:36 inet6 fe80::42:a1ff:fe6a:393b/64 scope link 17:00:36 valid_lft forever preferred_lft forever 17:00:36 17:00:36 17:00:36 ---> sar -b -r -n DEV: 17:00:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 17:00:36 17:00:36 16:34:34 LINUX RESTART (4 CPU) 17:00:36 17:00:36 16:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:00:36 16:36:01 90.63 34.92 55.71 0.00 7536.43 9389.40 0.00 17:00:36 16:37:02 98.75 56.52 42.24 0.00 4931.52 21260.84 0.00 17:00:36 16:38:01 100.39 27.29 73.10 0.00 1020.37 25150.46 0.00 17:00:36 16:39:01 215.52 80.71 134.81 0.00 3416.65 17784.43 0.00 17:00:36 16:40:01 133.71 55.37 78.34 0.00 2106.78 7734.91 0.00 17:00:36 16:41:01 92.13 33.32 58.82 0.00 2254.16 11906.12 0.00 17:00:36 16:42:03 1000.86 774.88 225.99 0.00 85090.65 156676.95 0.00 17:00:36 16:43:01 2023.75 1691.22 332.53 0.00 152651.20 153004.06 0.00 17:00:36 16:44:01 443.64 182.42 261.22 0.00 40969.71 79149.29 0.00 17:00:36 16:45:02 2187.63 1875.73 311.90 0.00 120027.59 130063.78 0.00 17:00:36 16:46:01 242.48 55.83 186.65 0.00 4980.53 31110.24 0.00 17:00:36 16:47:01 28.33 9.80 18.53 0.00 2898.54 617.41 0.00 17:00:36 16:48:01 1.53 0.00 1.53 0.00 0.00 26.29 0.00 17:00:36 16:49:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 17:00:36 16:50:01 2.15 1.93 0.22 0.00 63.79 2.45 0.00 17:00:36 16:51:01 0.87 0.03 0.83 0.00 1.07 15.62 0.00 17:00:36 16:52:01 0.32 0.02 0.30 0.00 0.53 3.26 0.00 17:00:36 16:53:01 0.15 0.00 0.15 0.00 0.00 1.82 0.00 17:00:36 16:54:02 0.28 0.00 0.28 0.00 0.00 3.83 0.00 17:00:36 16:55:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 17:00:36 16:56:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 17:00:36 16:57:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 17:00:36 16:58:01 0.23 0.00 0.23 0.00 0.00 2.06 0.00 17:00:36 16:59:01 0.33 0.05 0.28 0.00 1.87 3.58 0.00 17:00:36 17:00:01 13.59 13.31 0.28 0.00 895.92 20.58 0.00 17:00:36 Average: 266.84 195.49 71.35 0.00 17131.45 25788.16 0.00 17:00:36 17:00:36 16:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:00:36 16:36:01 158392 0 582928 30.98 2620 1137604 1212780 41.39 454616 1064940 48 17:00:36 16:37:02 65912 0 626468 33.30 2596 1186568 1329664 45.38 671936 929808 100276 17:00:36 16:38:01 80068 0 687220 36.52 2048 1112208 1469608 50.16 564700 994772 13176 17:00:36 16:39:01 87968 0 860704 45.74 1492 931380 1833996 62.59 710608 807100 54652 17:00:36 16:40:01 340824 0 798216 42.42 608 741896 1801420 61.48 587796 666128 76148 17:00:36 16:41:01 396508 0 708028 37.63 592 776416 1121344 38.27 514576 686000 20 17:00:36 16:42:03 576192 0 670168 35.62 40 635144 1278844 43.64 436668 659476 3544 17:00:36 16:43:01 134760 0 1049988 55.80 40 696756 4522684 154.35 792732 692632 6124 17:00:36 16:44:01 70552 0 752736 40.01 40 1058216 1748612 59.68 693340 888832 70672 17:00:36 16:45:02 333020 0 791920 42.09 40 756564 2268784 77.43 571260 748512 1624 17:00:36 16:46:01 116748 0 728180 38.70 40 1036576 1548764 52.86 640248 875528 5528 17:00:36 16:47:01 147712 0 648444 34.46 40 1085348 1203136 41.06 570808 921472 12 17:00:36 16:48:01 150076 0 646072 34.34 40 1085356 1177544 40.19 569244 921264 8 17:00:36 16:49:01 150364 0 645776 34.32 40 1085364 1177520 40.19 568872 921264 12 17:00:36 16:50:01 148436 0 646488 34.36 40 1086580 1177520 40.19 568976 922432 16 17:00:36 16:51:01 148648 0 646264 34.35 40 1086592 1177532 40.19 569272 922460 8 17:00:36 16:52:01 149024 0 645884 34.33 40 1086596 1177424 40.18 568660 922476 8 17:00:36 16:53:01 149320 0 645580 34.31 40 1086604 1177424 40.18 568416 922480 8 17:00:36 16:54:02 149212 0 645680 34.32 40 1086612 1177424 40.18 568672 922476 16 17:00:36 16:55:01 148752 0 646136 34.34 40 1086616 1177520 40.19 569180 922476 8 17:00:36 16:56:01 148508 0 646364 34.35 40 1086632 1177520 40.19 569076 922476 8 17:00:36 16:57:01 149396 0 645476 34.31 40 1086632 1177424 40.18 568544 922476 12 17:00:36 16:58:01 149452 0 645412 34.30 40 1086640 1177424 40.18 568688 922476 8 17:00:36 16:59:01 149452 0 645424 34.30 40 1086628 1177424 40.18 568568 922508 8 17:00:36 17:00:01 118356 0 650468 34.57 40 1112680 1178880 40.23 578096 941556 104 17:00:36 Average: 176706 0 692241 36.79 429 1012168 1465929 50.03 584542 877761 13282 17:00:36 17:00:36 16:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:00:36 16:36:01 veth757d28d 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 17:00:36 16:36:01 eth0 724.90 440.82 3662.54 92.66 0.00 0.00 0.00 0.00 17:00:36 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:36:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:37:02 eth0 958.96 1220.31 4155.53 133.70 0.00 0.00 0.00 0.00 17:00:36 16:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:37:02 docker0 1053.67 741.56 79.87 2663.95 0.00 0.00 0.00 0.00 17:00:36 16:38:01 veth0bdbb5d 51.79 76.02 3.43 358.90 0.00 0.00 0.00 0.00 17:00:36 16:38:01 eth0 224.47 154.65 1748.82 18.15 0.00 0.00 0.00 0.00 17:00:36 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:38:01 docker0 51.79 75.89 2.72 358.89 0.00 0.00 0.00 0.00 17:00:36 16:39:01 eth0 135.09 108.42 507.46 20.27 0.00 0.00 0.00 0.00 17:00:36 16:39:01 vetha0e0754 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:39:01 docker0 87.79 104.70 7.04 477.69 0.00 0.00 0.00 0.00 17:00:36 16:40:01 eth0 39.35 31.08 23.69 80.89 0.00 0.00 0.00 0.00 17:00:36 16:40:01 vetha0e0754 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:41:01 eth0 27.35 19.05 23.38 12.07 0.00 0.00 0.00 0.00 17:00:36 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:42:03 eth0 187.47 157.29 1660.00 79.80 0.00 0.00 0.00 0.00 17:00:36 16:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:42:03 veth599c9ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:42:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:43:01 vethdd5ae2d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:43:01 eth0 51.04 28.37 170.19 11.43 0.00 0.00 0.00 0.00 17:00:36 16:43:01 veth094d7e1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:44:01 eth0 52.73 35.83 146.74 23.80 0.00 0.00 0.00 0.00 17:00:36 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:44:01 veth599c9ba 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 17:00:36 16:44:01 docker0 1205.92 958.32 90.26 3707.34 0.00 0.00 0.00 0.00 17:00:36 16:45:02 eth0 61.72 39.84 124.71 70.74 0.00 0.00 0.00 0.00 17:00:36 16:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:45:02 vethf5a42fc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:45:02 veth9906e30 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:00:36 16:46:01 eth0 246.16 175.73 1689.08 97.77 0.00 0.00 0.00 0.00 17:00:36 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:46:01 veth599c9ba 0.00 0.73 0.00 0.04 0.00 0.00 0.00 0.00 17:00:36 16:46:01 docker0 1272.06 1062.58 94.69 4295.41 0.00 0.00 0.00 0.00 17:00:36 16:47:01 eth0 18.26 10.60 43.01 3.50 0.00 0.00 0.00 0.00 17:00:36 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:47:01 docker0 6.14 9.40 0.37 36.05 0.00 0.00 0.00 0.00 17:00:36 16:48:01 eth0 1.03 0.50 0.54 0.36 0.00 0.00 0.00 0.00 17:00:36 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:49:01 eth0 1.05 0.32 0.32 0.23 0.00 0.00 0.00 0.00 17:00:36 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:50:01 eth0 1.03 0.32 0.33 0.17 0.00 0.00 0.00 0.00 17:00:36 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:51:01 eth0 0.35 0.20 0.15 0.10 0.00 0.00 0.00 0.00 17:00:36 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:52:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:00:36 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:53:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:00:36 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:54:02 eth0 0.73 0.07 0.06 0.00 0.00 0.00 0.00 0.00 17:00:36 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:55:01 eth0 0.49 0.27 0.27 0.20 0.00 0.00 0.00 0.00 17:00:36 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:56:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 17:00:36 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:57:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:59:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 17:00:01 eth0 7.29 4.95 7.09 3.91 0.00 0.00 0.00 0.00 17:00:36 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 Average: eth0 109.74 97.34 559.07 26.07 0.00 0.00 0.00 0.00 17:00:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:36 Average: docker0 50.43 42.30 3.75 170.91 0.00 0.00 0.00 0.00 17:00:36 17:00:36 17:00:36 ---> sar -P ALL: 17:00:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 17:00:36 17:00:36 16:34:34 LINUX RESTART (4 CPU) 17:00:36 17:00:36 16:35:01 CPU %user %nice %system %iowait %steal %idle 17:00:36 16:36:01 all 16.55 0.00 6.68 2.52 6.28 67.96 17:00:36 16:36:01 0 18.05 0.00 7.73 2.84 6.35 65.04 17:00:36 16:36:01 1 16.24 0.00 5.98 2.52 6.86 68.41 17:00:36 16:36:01 2 18.94 0.00 7.66 3.17 5.52 64.71 17:00:36 16:36:01 3 13.07 0.00 5.42 1.59 6.41 73.52 17:00:36 16:37:02 all 9.64 0.00 4.61 0.98 12.99 71.77 17:00:36 16:37:02 0 7.80 0.00 4.92 0.45 14.71 72.12 17:00:36 16:37:02 1 11.80 0.00 4.38 1.55 12.32 69.95 17:00:36 16:37:02 2 9.59 0.00 5.57 1.41 12.90 70.53 17:00:36 16:37:02 3 9.34 0.00 3.59 0.49 12.08 74.50 17:00:36 16:38:01 all 3.75 0.00 3.35 0.38 8.57 83.94 17:00:36 16:38:01 0 5.17 0.00 4.20 0.28 8.96 81.39 17:00:36 16:38:01 1 3.40 0.00 3.12 0.33 8.73 84.42 17:00:36 16:38:01 2 3.03 0.00 2.30 0.05 8.60 86.02 17:00:36 16:38:01 3 3.45 0.00 3.83 0.86 7.99 83.86 17:00:36 16:39:01 all 22.46 0.00 8.75 4.39 6.80 57.59 17:00:36 16:39:01 0 22.21 0.00 8.87 6.64 6.74 55.54 17:00:36 16:39:01 1 22.51 0.00 8.77 5.03 7.03 56.65 17:00:36 16:39:01 2 20.01 0.00 8.94 3.60 7.13 60.32 17:00:36 16:39:01 3 25.13 0.00 8.44 2.30 6.28 57.85 17:00:36 16:40:01 all 58.35 0.00 16.00 3.06 6.49 16.10 17:00:36 16:40:01 0 61.23 0.00 16.53 3.39 5.42 13.43 17:00:36 16:40:01 1 61.69 0.00 17.57 3.17 5.41 12.15 17:00:36 16:40:01 2 54.65 0.00 15.42 2.31 7.85 19.76 17:00:36 16:40:01 3 55.89 0.00 14.52 3.38 7.27 18.94 17:00:36 16:41:01 all 35.63 0.00 13.37 3.12 7.14 40.74 17:00:36 16:41:01 0 33.23 0.00 12.30 4.86 8.12 41.50 17:00:36 16:41:01 1 38.89 0.00 15.32 5.34 6.26 34.18 17:00:36 16:41:01 2 35.35 0.00 12.34 0.67 7.27 44.37 17:00:36 16:41:01 3 35.13 0.00 13.57 1.60 6.89 42.81 17:00:36 16:42:03 all 18.50 0.00 20.04 4.91 9.74 46.82 17:00:36 16:42:03 0 16.64 0.00 18.61 4.89 9.93 49.93 17:00:36 16:42:03 1 19.38 0.00 20.97 6.12 9.53 43.99 17:00:36 16:42:03 2 19.07 0.00 19.84 3.72 9.60 47.76 17:00:36 16:42:03 3 18.94 0.00 20.76 4.88 9.87 45.54 17:00:36 16:43:01 all 20.33 0.00 24.83 22.57 7.99 24.28 17:00:36 16:43:01 0 19.86 0.00 22.02 20.94 8.72 28.47 17:00:36 16:43:01 1 20.18 0.00 26.67 24.57 7.69 20.90 17:00:36 16:43:01 2 21.56 0.00 25.39 20.83 7.53 24.69 17:00:36 16:43:01 3 19.73 0.00 25.31 24.01 7.98 22.97 17:00:36 16:44:01 all 49.43 0.00 19.12 12.27 2.17 17.01 17:00:36 16:44:01 0 48.36 0.00 18.63 10.23 2.02 20.75 17:00:36 16:44:01 1 49.20 0.00 20.15 12.41 2.35 15.89 17:00:36 16:44:01 2 50.90 0.00 19.11 13.22 2.08 14.69 17:00:36 16:44:01 3 49.26 0.00 18.61 13.21 2.21 16.70 17:00:36 16:45:02 all 39.87 0.00 27.17 15.83 2.73 14.40 17:00:36 16:45:02 0 39.10 0.00 27.43 16.29 2.78 14.39 17:00:36 16:45:02 1 39.61 0.00 27.07 16.31 2.66 14.36 17:00:36 16:45:02 2 40.65 0.00 26.57 16.30 2.85 13.64 17:00:36 16:45:02 3 40.14 0.00 27.59 14.42 2.63 15.22 17:00:36 16:46:01 all 31.22 0.00 13.20 5.98 1.75 47.84 17:00:36 16:46:01 0 32.80 0.00 13.57 5.96 1.63 46.04 17:00:36 16:46:01 1 27.17 0.00 12.66 8.02 1.91 50.24 17:00:36 16:46:01 2 34.61 0.00 14.05 5.26 1.74 44.34 17:00:36 16:46:01 3 30.35 0.00 12.52 4.70 1.74 50.68 17:00:36 17:00:36 16:46:01 CPU %user %nice %system %iowait %steal %idle 17:00:36 16:47:01 all 0.74 0.00 0.81 0.76 0.10 97.59 17:00:36 16:47:01 0 0.64 0.00 0.92 0.60 0.07 97.77 17:00:36 16:47:01 1 0.54 0.00 0.82 0.37 0.12 98.16 17:00:36 16:47:01 2 1.10 0.00 0.77 1.87 0.08 96.17 17:00:36 16:47:01 3 0.69 0.00 0.72 0.18 0.13 98.28 17:00:36 16:48:01 all 0.15 0.00 0.04 0.00 0.00 99.81 17:00:36 16:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 17:00:36 16:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:36 16:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:00:36 16:48:01 3 0.48 0.00 0.03 0.00 0.00 99.48 17:00:36 16:49:01 all 0.13 0.00 0.06 0.00 0.04 99.77 17:00:36 16:49:01 0 0.07 0.00 0.05 0.00 0.03 99.85 17:00:36 16:49:01 1 0.03 0.00 0.07 0.00 0.02 99.88 17:00:36 16:49:01 2 0.10 0.00 0.08 0.00 0.05 99.77 17:00:36 16:49:01 3 0.33 0.00 0.03 0.00 0.05 99.58 17:00:36 16:50:01 all 0.08 0.00 0.05 0.03 0.00 99.83 17:00:36 16:50:01 0 0.05 0.00 0.05 0.02 0.00 99.88 17:00:36 16:50:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:00:36 16:50:01 2 0.05 0.00 0.10 0.08 0.00 99.77 17:00:36 16:50:01 3 0.20 0.00 0.03 0.00 0.00 99.77 17:00:36 16:51:01 all 0.14 0.00 0.02 0.00 0.01 99.82 17:00:36 16:51:01 0 0.03 0.00 0.02 0.00 0.02 99.93 17:00:36 16:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:36 16:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:00:36 16:51:01 3 0.47 0.00 0.02 0.00 0.02 99.50 17:00:36 16:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:36 16:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:36 16:52:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:36 16:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:36 16:52:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:00:36 16:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:00:36 16:53:01 0 0.00 0.00 0.03 0.00 0.00 99.97 17:00:36 16:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:00:36 16:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:00:36 16:53:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:00:36 16:54:02 all 0.14 0.00 0.02 0.00 0.00 99.83 17:00:36 16:54:02 0 0.02 0.00 0.02 0.00 0.02 99.95 17:00:36 16:54:02 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:36 16:54:02 2 0.42 0.00 0.02 0.00 0.00 99.57 17:00:36 16:54:02 3 0.10 0.00 0.03 0.00 0.00 99.87 17:00:36 16:55:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:00:36 16:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:36 16:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:00:36 16:55:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:00:36 16:55:01 3 0.52 0.00 0.03 0.00 0.02 99.42 17:00:36 16:56:01 all 0.13 0.00 0.02 0.00 0.00 99.84 17:00:36 16:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:00:36 16:56:01 1 0.02 0.00 0.05 0.00 0.02 99.92 17:00:36 16:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:36 16:56:01 3 0.47 0.00 0.03 0.00 0.00 99.50 17:00:36 16:57:01 all 0.06 0.00 0.04 0.00 0.00 99.90 17:00:36 16:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:00:36 16:57:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:00:36 16:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:00:36 16:57:01 3 0.13 0.00 0.07 0.00 0.02 99.78 17:00:36 17:00:36 16:57:01 CPU %user %nice %system %iowait %steal %idle 17:00:36 16:58:01 all 0.14 0.00 0.03 0.00 0.01 99.82 17:00:36 16:58:01 0 0.50 0.00 0.02 0.00 0.03 99.45 17:00:36 16:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:36 16:58:01 2 0.02 0.00 0.05 0.00 0.00 99.93 17:00:36 16:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:00:36 16:59:01 all 0.15 0.00 0.03 0.01 0.00 99.81 17:00:36 16:59:01 0 0.40 0.00 0.02 0.00 0.00 99.58 17:00:36 16:59:01 1 0.03 0.00 0.03 0.02 0.00 99.92 17:00:36 16:59:01 2 0.13 0.00 0.02 0.00 0.00 99.85 17:00:36 16:59:01 3 0.03 0.00 0.05 0.02 0.00 99.90 17:00:36 17:00:01 all 0.98 0.00 0.66 0.33 0.03 98.00 17:00:36 17:00:01 0 0.90 0.00 0.75 0.37 0.03 97.95 17:00:36 17:00:01 1 1.50 0.00 0.70 0.45 0.02 97.33 17:00:36 17:00:01 2 1.22 0.00 0.75 0.43 0.03 97.56 17:00:36 17:00:01 3 0.32 0.00 0.42 0.07 0.03 99.17 17:00:36 Average: all 11.74 0.00 6.03 2.89 2.85 76.49 17:00:36 Average: 0 11.68 0.00 5.98 2.94 2.96 76.45 17:00:36 Average: 1 11.83 0.00 6.22 3.23 2.78 75.94 17:00:36 Average: 2 11.84 0.00 6.03 2.74 2.87 76.52 17:00:36 Average: 3 11.61 0.00 5.89 2.67 2.80 77.03 17:00:36 17:00:36 17:00:36