Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 424f84ba947e69db1eccda73b18ab08a1cdd8c1d+e25094879da38d58945b339cb800433d3a77391e (2ce9f652a56e149f2762e1e343d1d4db9d72472f) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16326 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # 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 e25094879da38d58945b339cb800433d3a77391e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk 9de74e28842b0d181f1712cd781cae03bb1b8cd8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:00:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:00:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:00:00 ========================================================= 10:00:00 EdgeX Global Pipelines Version Info 10:00:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:00:02 ------------------- 10:00:02 stable info: 10:00:02 ------------------- 10:00:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:02 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 10:00:02 Message: update stable to v1.0.172 10:00:03 ------------------- 10:00:03 experimental info: 10:00:03 ------------------- 10:00:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:03 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 10:00:03 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:00:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:00:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:00:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:00:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:00:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 424f84ba947e69db1eccda73b18ab08a1cdd8c1d [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 424f84b [Pipeline] echo 10:00:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:00:06 provisioning config files... 10:00:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config2090705815210557127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:07 ---> docker-login.sh 10:00:07 nexus3.edgexfoundry.org:10001 10:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:07 Configure a credential helper to remove this warning. See 10:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:07 10:00:07 Login Succeeded 10:00:07 nexus3.edgexfoundry.org:10002 10:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:07 Configure a credential helper to remove this warning. See 10:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:07 10:00:07 Login Succeeded 10:00:07 nexus3.edgexfoundry.org:10003 10:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:08 Configure a credential helper to remove this warning. See 10:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:08 10:00:08 Login Succeeded 10:00:08 nexus3.edgexfoundry.org:10004 10:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:08 Configure a credential helper to remove this warning. See 10:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:08 10:00:08 Login Succeeded 10:00:08 docker.io 10:00:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:08 Configure a credential helper to remove this warning. See 10:00:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:08 10:00:08 Login Succeeded 10:00:08 ---> docker-login.sh ends [Pipeline] } 10:00:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:09 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/core-command/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo core-command,cmd/core-command/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/core-data/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo core-data,cmd/core-data/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/core-metadata/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo core-metadata,cmd/core-metadata/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/security-bootstrap-redis/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/security-proxy-setup/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/security-secrets-setup/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/support-notifications/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo support-notifications,cmd/support-notifications/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/support-scheduler/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:00:09 + for file in '`ls cmd/**/Dockerfile`' 10:00:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:00:09 ++ cut -d/ -f2 10:00:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:00:09 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-secrets-setup-go, dockerfile:cmd/security-secrets-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 10:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:10 10:00:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:10 latest: Pulling from edgex-devops/git-semver 10:00:10 31603596830f: Pulling fs layer 10:00:10 2a8b12db71e7: Pulling fs layer 10:00:10 6ca5941a6612: Pulling fs layer 10:00:10 ecc8261a40a4: Pulling fs layer 10:00:10 ecc8261a40a4: Waiting 10:00:10 2a8b12db71e7: Verifying Checksum 10:00:10 2a8b12db71e7: Download complete 10:00:11 31603596830f: Download complete 10:00:11 6ca5941a6612: Verifying Checksum 10:00:11 6ca5941a6612: Download complete 10:00:11 ecc8261a40a4: Verifying Checksum 10:00:11 ecc8261a40a4: Download complete 10:00:11 31603596830f: Pull complete 10:00:11 2a8b12db71e7: Pull complete 10:00:12 6ca5941a6612: Pull complete 10:00:12 ecc8261a40a4: Pull complete 10:00:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:12 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:00:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:00:15 $ docker top 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:15 [ssh-agent] Looking for ssh-agent implementation... 10:00:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:15 $ docker exec 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent 10:00:16 SSH_AUTH_SOCK=/tmp/ssh-cn65liT0M2Cf/agent.12 10:00:16 SSH_AGENT_PID=17 10:00:16 Running ssh-add (command line suppressed) 10:00:16 Identity added: /w/workspace/edgex-go/20@tmp/private_key_4797192441105688522.key (/w/workspace/edgex-go/20@tmp/private_key_4797192441105688522.key) 10:00:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:16 + git tag --points-at HEAD [Pipeline] } 10:00:16 $ docker exec --env ******** --env ******** 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent -k 10:00:16 unset SSH_AUTH_SOCK; 10:00:16 unset SSH_AGENT_PID; 10:00:16 echo Agent pid 17 killed; 10:00:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:00:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:17 [ssh-agent] Looking for ssh-agent implementation... 10:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:17 $ docker exec 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent 10:00:17 SSH_AUTH_SOCK=/tmp/ssh-Dck0Jc9U6jRg/agent.46 10:00:17 SSH_AGENT_PID=51 10:00:17 Running ssh-add (command line suppressed) 10:00:17 Identity added: /w/workspace/edgex-go/20@tmp/private_key_7018083163294183854.key (/w/workspace/edgex-go/20@tmp/private_key_7018083163294183854.key) 10:00:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:17 + git semver init 10:00:17 # -> Open(): unable to determine branch for HEAD 10:00:17 # $GIT_DIR = /w/workspace/edgex-go/20/.git 10:00:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 10:00:17 # $SEMVER_REMOTE_NAME = origin 10:00:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:17 # $SEMVER_USER_NAME = edgex-jenkins 10:00:17 # $SEMVER_BRANCH = PR-2908 10:00:17 # $SEMVER_TEMP = /tmp/semver-008625760 10:00:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:01:14 # '/tmp/semver-008625760' -> '/w/workspace/edgex-go/20/.semver' 10:01:14 # -> Force: false 10:01:14 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 10:01:14 $ docker exec --env ******** --env ******** 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 ssh-agent -k 10:01:14 unset SSH_AUTH_SOCK; 10:01:14 unset SSH_AGENT_PID; 10:01:14 echo Agent pid 51 killed; 10:01:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:15 + git semver [Pipeline] } 10:01:15 $ docker stop --time=1 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 10:01:17 $ docker rm -f 224734f1a5cbcc14cd84e4f5f814c02c03e6b5de27fa17993b28b0d85edc0158 [Pipeline] // withDockerContainer [Pipeline] sh 10:01:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:01:18 Stashed 1 file(s) [Pipeline] echo 10:01:18 [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 10:01:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:01:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:01:19 + sudo service docker restart 10:01:19 + true 10:01:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:01:20 ========================================================= 10:01:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:01:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:01:20 + 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 . 10:01:23 Sending build context to Docker daemon 326.5MB 10:01:23 Step 1/7 : ARG BASE=golang:1.15-alpine 10:01:23 Step 2/7 : FROM ${BASE} 10:01:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:01:23 188c0c94c7c5: Pulling fs layer 10:01:23 0ef7d3d256c8: Pulling fs layer 10:01:23 de9db76c5a1d: Pulling fs layer 10:01:23 bca2f99d35d6: Pulling fs layer 10:01:23 93359f2a8cfa: Pulling fs layer 10:01:23 7c6f9722023f: Pulling fs layer 10:01:23 a35cf1a2eb13: Pulling fs layer 10:01:23 93359f2a8cfa: Waiting 10:01:23 a35cf1a2eb13: Waiting 10:01:23 bca2f99d35d6: Waiting 10:01:23 de9db76c5a1d: Verifying Checksum 10:01:23 de9db76c5a1d: Download complete 10:01:23 0ef7d3d256c8: Verifying Checksum 10:01:23 0ef7d3d256c8: Download complete 10:01:24 93359f2a8cfa: Verifying Checksum 10:01:24 93359f2a8cfa: Download complete 10:01:24 188c0c94c7c5: Verifying Checksum 10:01:24 188c0c94c7c5: Download complete 10:01:24 7c6f9722023f: Verifying Checksum 10:01:24 7c6f9722023f: Download complete 10:01:24 188c0c94c7c5: Pull complete 10:01:24 0ef7d3d256c8: Pull complete 10:01:24 de9db76c5a1d: Pull complete 10:01:26 a35cf1a2eb13: Verifying Checksum 10:01:26 a35cf1a2eb13: Download complete 10:01:27 bca2f99d35d6: Verifying Checksum 10:01:27 bca2f99d35d6: Download complete 10:01:32 bca2f99d35d6: Pull complete 10:01:32 93359f2a8cfa: Pull complete 10:01:32 7c6f9722023f: Pull complete 10:01:33 Still waiting to schedule task 10:01:33 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16328’ 10:01:37 a35cf1a2eb13: Pull complete 10:01:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:01:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:01:37 ---> a62c8e92a672 10:01:37 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:01:37 ---> Running in 6ada103d38f5 10:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:01:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:01:43 (1/12) Installing libmagic (5.38-r0) 10:01:43 (2/12) Installing file (5.38-r0) 10:01:43 (3/12) Installing libc-dev (0.7.2-r3) 10:01:43 (4/12) Installing g++ (9.3.0-r2) 10:02:05 (5/12) Installing fortify-headers (1.1-r0) 10:02:05 (6/12) Installing patch (2.7.6-r6) 10:02:05 (7/12) Installing build-base (0.5-r2) 10:02:05 (8/12) Installing libsodium (1.0.18-r0) 10:02:05 (9/12) Installing pkgconf (1.7.2-r0) 10:02:05 (10/12) Installing libsodium-dev (1.0.18-r0) 10:02:05 (11/12) Installing libzmq (4.3.3-r0) 10:02:05 (12/12) Installing zeromq-dev (4.3.3-r0) 10:02:05 Executing busybox-1.31.1-r19.trigger 10:02:05 OK: 233 MiB in 51 packages 10:02:09 Removing intermediate container 6ada103d38f5 10:02:09 ---> a2ef24ec68fc 10:02:09 Step 4/7 : WORKDIR /edgex-go 10:02:09 ---> Running in dc632714ab15 10:02:09 Removing intermediate container dc632714ab15 10:02:09 ---> 860fbb01b3ec 10:02:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:02:10 latest: Pulling from library/docker 10:02:11 05e7bc50f07f: Pulling fs layer 10:02:11 6db28d0fdbf6: Pulling fs layer 10:02:11 292df0bc6bf3: Pulling fs layer 10:02:11 a3104fdc50d0: Pulling fs layer 10:02:11 a8e67d69e12c: Pulling fs layer 10:02:11 1ede2b221ee4: Pulling fs layer 10:02:11 fc74c0d5b799: Pulling fs layer 10:02:11 fc74c0d5b799: Waiting 10:02:11 a8e67d69e12c: Waiting 10:02:11 a3104fdc50d0: Waiting 10:02:11 292df0bc6bf3: Verifying Checksum 10:02:11 292df0bc6bf3: Download complete 10:02:11 05e7bc50f07f: Verifying Checksum 10:02:11 05e7bc50f07f: Download complete 10:02:11 6db28d0fdbf6: Download complete 10:02:11 a8e67d69e12c: Verifying Checksum 10:02:11 a8e67d69e12c: Download complete 10:02:11 05e7bc50f07f: Pull complete 10:02:11 fc74c0d5b799: Verifying Checksum 10:02:11 fc74c0d5b799: Download complete 10:02:11 6db28d0fdbf6: Pull complete 10:02:11 292df0bc6bf3: Pull complete 10:02:12 a3104fdc50d0: Download complete 10:02:12 1ede2b221ee4: Verifying Checksum 10:02:12 1ede2b221ee4: Download complete 10:02:14 a3104fdc50d0: Pull complete 10:02:14 a8e67d69e12c: Pull complete 10:02:14 1ede2b221ee4: Pull complete 10:02:14 fc74c0d5b799: Pull complete 10:02:14 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 10:02:15 Status: Downloaded newer image for docker:latest 10:02:16 ---> 65875b0f36c3 10:02:16 Step 6/7 : COPY go.mod . 10:02:16 ---> ccbe3182901a 10:02:16 Step 7/7 : RUN go mod download 10:02:16 ---> Running in 989a52f3a6cd 10:02:38 Removing intermediate container 989a52f3a6cd 10:02:38 ---> 44164c1efe3c 10:02:38 Successfully built 44164c1efe3c 10:02:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:02:39 + docker inspect -f . ci-base-image-x86_64 10:02:39 . [Pipeline] withDockerContainer 10:02:39 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:02:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-x86_64 cat 10:02:40 $ docker top f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:41 + go version 10:02:41 go version go1.15.5 linux/amd64 [Pipeline] } 10:02:41 $ docker stop --time=1 f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 10:02:42 $ docker rm -f f6b1ad376359690c35cd1e3e2e4fede5e816378a5bf26de0a8e3a3671d2d3242 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:43 + docker inspect -f . ci-base-image-x86_64 10:02:43 . [Pipeline] withDockerContainer 10:02:43 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:02:43 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-x86_64 cat 10:02:44 $ docker top 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 -eo pid,comm [Pipeline] { [Pipeline] echo 10:02:44 ========================================================= 10:02:44 [edgeXBuildGoParallel] Running Tests and Build... 10:02:44 ========================================================= [Pipeline] sh 10:02:44 + make test 10:02:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:02:55 ? github.com/edgexfoundry/edgex-go [no test files] 10:03:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:03:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 10:03:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:03:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:03:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:03:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:03:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:03:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:03:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements 10:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:03:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.152s coverage: 27.1% of statements 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 70.5% of statements 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 83.7% of statements 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 10:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 10:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements 10:03:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 10:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 10:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements 10:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.227s coverage: 63.5% of statements 10:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 10:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 10:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 10:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 10:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 10:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 55.9% of statements 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:03:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16329 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 10:03:36 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 10:03:42 using credential edgex-jenkins-ssh 10:03:42 Cloning the remote Git repository 10:03:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:03:42 > git init /w/workspace/edgex-go/20 # timeout=10 10:03:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:03:42 > git --version # timeout=10 10:03:42 > git --version # 'git version 2.17.1' 10:03:42 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.824s coverage: 86.3% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.070s coverage: 72.2% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.410s coverage: 72.1% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.037s coverage: 48.4% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.0% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.023s coverage: 100.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.634s coverage: 29.1% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 10:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:03:55 GO111MODULE=on go vet ./... 10:04:17 gofmt -l . 10:04:17 Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:04:18 [ "`gofmt -l .`" = "" ] 10:04:18 Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:04:18 Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) 10:04:18 ./bin/test-go-mod-tidy.sh 10:04:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:04:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:04:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:04:17 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:04:18 > git config core.sparsecheckout # timeout=10 10:04:18 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 10:04:18 > git remote # timeout=10 10:04:18 > git config --get remote.origin.url # timeout=10 10:04:18 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:18 > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 10:04:18 > git rev-parse HEAD^{commit} # timeout=10 10:04:18 > git config core.sparsecheckout # timeout=10 10:04:18 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 10:04:19 ./bin/test-attribution-txt.sh [Pipeline] sh 10:04:21 + ls -al . 10:04:21 total 664 10:04:21 drwxrwxr-x 10 1001 1001 4096 Dec 16 10:04 . 10:04:21 drwxr-xr-x 4 root root 30 Dec 16 10:02 .. 10:04:21 -rw-rw-r-- 1 1001 1001 11 Dec 16 09:59 .dockerignore 10:04:21 drwxrwxr-x 8 1001 1001 179 Dec 16 09:59 .git 10:04:21 drwxrwxr-x 3 1001 1001 125 Dec 16 09:59 .github 10:04:21 -rw-rw-r-- 1 1001 1001 943 Dec 16 09:59 .gitignore 10:04:21 drwx------ 3 1001 1001 47 Dec 16 10:01 .semver 10:04:21 -rw-rw-r-- 1 1001 1001 166 Dec 16 09:59 .sonarcloud.properties 10:04:21 -rw-rw-r-- 1 1001 1001 3804 Dec 16 09:59 CONTRIBUTING.md 10:04:21 -rw-rw-r-- 1 1001 1001 1035 Dec 16 09:59 Dockerfile.build 10:04:21 -rw-rw-r-- 1 1001 1001 863 Dec 16 09:59 Jenkinsfile 10:04:21 -rw-rw-r-- 1 1001 1001 10775 Dec 16 09:59 LICENSE 10:04:21 -rw-rw-r-- 1 1001 1001 6318 Dec 16 09:59 Makefile 10:04:21 -rw-rw-r-- 1 1001 1001 6447 Dec 16 09:59 README.md 10:04:21 -rw-rw-r-- 1 1001 1001 7286 Dec 16 09:59 SECURITY.md 10:04:21 -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION 10:04:21 -rw-rw-r-- 1 1001 1001 4131 Dec 16 09:59 ZMQWindows.md 10:04:21 drwxrwxr-x 2 1001 1001 117 Dec 16 09:59 bin 10:04:21 drwxrwxr-x 15 1001 1001 4096 Dec 16 09:59 cmd 10:04:21 -rw-r--r-- 1 root root 568194 Dec 16 10:03 coverage.out 10:04:21 -rw-r--r-- 1 root root 1041 Dec 16 10:04 go.mod 10:04:21 -rw-r--r-- 1 root root 18746 Dec 16 10:04 go.sum 10:04:21 drwxrwxr-x 8 1001 1001 127 Dec 16 09:59 internal 10:04:21 drwxrwxr-x 4 1001 1001 26 Dec 16 09:59 openapi 10:04:21 drwxrwxr-x 4 1001 1001 71 Dec 16 09:59 snap 10:04:21 -rw-rw-r-- 1 1001 1001 168 Dec 16 09:59 version.go [Pipeline] sh 10:04:22 + '[' -e coverage.out ] 10:04:22 + chown 1001:1001 coverage.out [Pipeline] stash 10:04:22 Stashed 1 file(s) [Pipeline] sh 10:04:22 + make build 10:04:22 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 10:04:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:04:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:04:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:04:25 + true 10:04:25 + sudo service docker restart 10:04: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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:04:27 provisioning config files... 10:04:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1579424273557357457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:04:27 ---> docker-login.sh 10:04:27 nexus3.edgexfoundry.org:10001 10:04:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:29 Configure a credential helper to remove this warning. See 10:04:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:29 10:04:29 Login Succeeded 10:04:29 nexus3.edgexfoundry.org:10002 10:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:29 Configure a credential helper to remove this warning. See 10:04:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:29 10:04:29 Login Succeeded 10:04:29 nexus3.edgexfoundry.org:10003 10:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:30 Configure a credential helper to remove this warning. See 10:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:30 10:04:30 Login Succeeded 10:04:30 nexus3.edgexfoundry.org:10004 10:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:30 Configure a credential helper to remove this warning. See 10:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:30 10:04:30 Login Succeeded 10:04:30 docker.io 10:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:31 Configure a credential helper to remove this warning. See 10:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:31 10:04:31 Login Succeeded 10:04:31 ---> docker-login.sh ends [Pipeline] } 10:04:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:32 ========================================================= 10:04:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:04:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:32 + 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 . 10:04:34 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 10:04:34 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 10:04:35 Sending build context to Docker daemon 165.7MB 10:04:35 Step 1/7 : ARG BASE=golang:1.15-alpine 10:04:35 Step 2/7 : FROM ${BASE} 10:04:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:35 5f621e34cdf4: Pulling fs layer 10:04:35 a4357932f1b6: Pulling fs layer 10:04:35 18c013af1878: Pulling fs layer 10:04:35 00ac8860ef70: Pulling fs layer 10:04:35 63d7cb157983: Pulling fs layer 10:04:35 b116817d02f9: Pulling fs layer 10:04:35 745a02a5169b: Pulling fs layer 10:04:35 63d7cb157983: Waiting 10:04:35 745a02a5169b: Waiting 10:04:35 b116817d02f9: Waiting 10:04:35 00ac8860ef70: Waiting 10:04:35 18c013af1878: Verifying Checksum 10:04:35 18c013af1878: Download complete 10:04:35 a4357932f1b6: Verifying Checksum 10:04:35 a4357932f1b6: Download complete 10:04:35 63d7cb157983: Download complete 10:04:35 b116817d02f9: Verifying Checksum 10:04:35 b116817d02f9: Download complete 10:04:35 5f621e34cdf4: Verifying Checksum 10:04:35 5f621e34cdf4: Download complete 10:04:35 5f621e34cdf4: Pull complete 10:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:04:36 a4357932f1b6: Pull complete 10:04:36 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 10:04:36 18c013af1878: Pull complete 10:04:37 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 10:04:39 745a02a5169b: Verifying Checksum 10:04:39 745a02a5169b: Download complete 10:04:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:04:40 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 10:04:40 00ac8860ef70: Verifying Checksum 10:04:40 00ac8860ef70: Download complete 10:04:41 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 10:04:42 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 10:04:43 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 10:04:44 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] } 10:04:46 $ docker stop --time=1 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 10:04:47 $ docker rm -f 464d368ac505f1df986a618614bd60f83734298867b6c0e1d889b44b8b3efe32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:49 10:04:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:04:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:50 latest: Pulling from edgex-devops/edgex-compose 10:04:50 cbdbe7a5bc2a: Pulling fs layer 10:04:50 ca9280d653b3: Pulling fs layer 10:04:50 7e9c9ca2126c: Pulling fs layer 10:04:50 cbdbe7a5bc2a: Verifying Checksum 10:04:50 cbdbe7a5bc2a: Download complete 10:04:50 cbdbe7a5bc2a: Pull complete 10:04:50 00ac8860ef70: Pull complete 10:04:50 63d7cb157983: Pull complete 10:04:50 ca9280d653b3: Verifying Checksum 10:04:50 ca9280d653b3: Download complete 10:04:51 b116817d02f9: Pull complete 10:04:51 ca9280d653b3: Pull complete 10:04:51 7e9c9ca2126c: Verifying Checksum 10:04:51 7e9c9ca2126c: Download complete 10:04:55 745a02a5169b: Pull complete 10:04:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:04:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:04:55 ---> b7e6874047d6 10:04:55 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:04:58 7e9c9ca2126c: Pull complete 10:04:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:04:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:04:58 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:04:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:04:58 ---> Running in 65d3d45b1ace 10:05:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:05:01 $ docker top 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:01 + docker-compose build --help 10:05:01 + grep parallel 10:05:02 --parallel Build images in parallel. [Pipeline] } 10:05:02 $ docker stop --time=1 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca 10:05:03 (1/12) Installing libmagic (5.38-r0) 10:05:03 (2/12) Installing file (5.38-r0) 10:05:03 (3/12) Installing libc-dev (0.7.2-r3) 10:05:03 (4/12) Installing g++ (9.3.0-r2) 10:05:04 $ docker rm -f 6c5b9ef350d52453dc9c264e8bacb77789f49ffe590726d09f7a85b4fee5f0ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:05:04 . [Pipeline] withDockerContainer 10:05:04 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:05:05 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:05:05 $ docker top 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:06 + docker-compose -f ./docker-compose-build.yml build --parallel 10:05:07 Building docker-core-command-go ... 10:05:07 Building docker-core-data-go ... 10:05:07 Building docker-core-metadata-go ... 10:05:07 Building docker-security-bootstrap-redis-go ... 10:05:07 Building docker-security-proxy-setup-go ... 10:05:07 Building docker-security-secrets-setup-go ... 10:05:07 Building docker-security-secretstore-setup-go ... 10:05:07 Building docker-support-notifications-go ... 10:05:07 Building docker-support-scheduler-go ... 10:05:07 Building docker-sys-mgmt-agent-go ... 10:05:07 Building docker-security-bootstrap-redis-go 10:05:07 Building docker-security-proxy-setup-go 10:05:07 Building docker-security-secretstore-setup-go 10:05:07 Building docker-core-command-go 10:05:07 Building docker-support-notifications-go 10:05:18 (5/12) Installing fortify-headers (1.1-r0) 10:05:18 (6/12) Installing patch (2.7.6-r6) 10:05:18 (7/12) Installing build-base (0.5-r2) 10:05:18 (8/12) Installing libsodium (1.0.18-r0) 10:05:18 (9/12) Installing pkgconf (1.7.2-r0) 10:05:18 (10/12) Installing libsodium-dev (1.0.18-r0) 10:05:18 (11/12) Installing libzmq (4.3.3-r0) 10:05:18 (12/12) Installing zeromq-dev (4.3.3-r0) 10:05:18 Executing busybox-1.31.1-r19.trigger 10:05:18 OK: 217 MiB in 51 packages 10:05:21 Removing intermediate container 65d3d45b1ace 10:05:21 ---> a5e06f34af4e 10:05:21 Step 4/7 : WORKDIR /edgex-go 10:05:22 ---> Running in fcdaf4309e21 10:05:22 Removing intermediate container fcdaf4309e21 10:05:22 ---> e826c2bd86b1 10:05:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:05:23 latest: Pulling from library/docker 10:05:24 a3cc7d3b244e: Pulling fs layer 10:05:24 02a3295e0d61: Pulling fs layer 10:05:24 0f4f2e6d8100: Pulling fs layer 10:05:24 065c9533d613: Pulling fs layer 10:05:24 9fce0df16b8b: Pulling fs layer 10:05:24 e3faa53604c1: Pulling fs layer 10:05:24 04b5adaa2053: Pulling fs layer 10:05:24 065c9533d613: Waiting 10:05:24 9fce0df16b8b: Waiting 10:05:24 e3faa53604c1: Waiting 10:05:24 04b5adaa2053: Waiting 10:05:24 02a3295e0d61: Verifying Checksum 10:05:24 02a3295e0d61: Download complete 10:05:24 a3cc7d3b244e: Verifying Checksum 10:05:24 0f4f2e6d8100: Verifying Checksum 10:05:24 0f4f2e6d8100: Download complete 10:05:25 9fce0df16b8b: Verifying Checksum 10:05:25 9fce0df16b8b: Download complete 10:05:25 e3faa53604c1: Verifying Checksum 10:05:25 e3faa53604c1: Download complete 10:05:25 04b5adaa2053: Verifying Checksum 10:05:25 04b5adaa2053: Download complete 10:05:25 a3cc7d3b244e: Pull complete 10:05:26 02a3295e0d61: Pull complete 10:05:26 065c9533d613: Verifying Checksum 10:05:26 065c9533d613: Download complete 10:05:26 0f4f2e6d8100: Pull complete 10:05:30 065c9533d613: Pull complete 10:05:30 9fce0df16b8b: Pull complete 10:05:30 e3faa53604c1: Pull complete 10:05:31 04b5adaa2053: Pull complete 10:05:31 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 10:05:31 Status: Downloaded newer image for docker:latest 10:05:35 ---> 912ba41d280f 10:05:35 Step 6/7 : COPY go.mod . 10:05:35 ---> cb83053b8ec9 10:05:35 Step 7/7 : RUN go mod download 10:05:36 ---> Running in 41199386a460 10:05:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:39 ---> 44164c1efe3c 10:05:39 Step 3/24 : WORKDIR /edgex-go 10:05:39 ---> 44164c1efe3c 10:05:39 Step 3/24 : WORKDIR /edgex-go 10:05:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:05:39 ---> 44164c1efe3c 10:05:39 Step 3/22 : WORKDIR /edgex-go 10:05:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:05:39 ---> 44164c1efe3c 10:05:39 Step 3/22 : WORKDIR /edgex-go 10:05:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:05:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:05:39 ---> 44164c1efe3c 10:05:39 Step 3/21 : WORKDIR /edgex-go 10:05:40 ---> Running in 9861bd41480e 10:05:40 ---> Running in 03d24c2e434c 10:05:40 ---> Running in 865fea8d0f39 10:05:40 ---> Running in 0deeab4f5126 10:05:40 ---> Running in 952c9636e47e 10:05:40 Removing intermediate container 0deeab4f5126 10:05:40 ---> 27f6fc96a746 10:05:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:40 Removing intermediate container 865fea8d0f39 10:05:40 ---> 7a1041e74b21 10:05:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:40 Removing intermediate container 03d24c2e434c 10:05:40 ---> c19ea26cbd63 10:05:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:40 Removing intermediate container 9861bd41480e 10:05:40 ---> a29cbb23f1ce 10:05:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:40 Removing intermediate container 952c9636e47e 10:05:40 ---> 075eee8193bd 10:05:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:41 ---> Running in fab0864d6330 10:05:41 ---> Running in 769b2ff03a92 10:05:41 ---> Running in d14e891df85f 10:05:41 ---> Running in fa57902d7058 10:05:41 ---> Running in b0b68a2bd20b 10:05:43 Removing intermediate container 769b2ff03a92 10:05:43 ---> 08d0b094cca6 10:05:43 Step 5/21 : RUN apk update && apk add make git 10:05:43 ---> Running in 75039ac894fd 10:05:43 Removing intermediate container fab0864d6330 10:05:43 ---> f02398bc5716 10:05:43 Step 5/22 : RUN apk update && apk add make git 10:05:43 Removing intermediate container d14e891df85f 10:05:43 ---> 4e49aca52183 10:05:43 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:05:43 ---> Running in 4d457e857a63 10:05:44 ---> Running in 472bf2d3bae1 10:05:44 Removing intermediate container fa57902d7058 10:05:44 ---> fd672f46fae1 10:05:44 Step 5/22 : RUN apk update && apk add make git 10:05:44 Removing intermediate container b0b68a2bd20b 10:05:44 ---> 1d81d9ea676b 10:05:44 Step 5/24 : RUN apk update && apk add make git 10:05:44 ---> Running in 7d852391f8cb 10:05:44 ---> Running in a7e1888b0929 10:05:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:47 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:47 OK: 12750 distinct packages available 10:05:47 OK: 233 MiB in 51 packages 10:05:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:47 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:47 OK: 12750 distinct packages available 10:05:47 OK: 233 MiB in 51 packages 10:05:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:47 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:47 OK: 12750 distinct packages available 10:05:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:47 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:47 OK: 12750 distinct packages available 10:05:47 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:05:47 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:05:47 OK: 12750 distinct packages available 10:05:47 Removing intermediate container 75039ac894fd 10:05:47 ---> 426501c4c1b4 10:05:47 Step 6/21 : COPY go.mod . 10:05:47 OK: 233 MiB in 51 packages 10:05:47 OK: 233 MiB in 51 packages 10:05:48 OK: 233 MiB in 51 packages 10:05:48 ---> ec5320cce9d4 10:05:48 Step 7/21 : RUN go mod download 10:05:48 ---> Running in 9b566b4ec0c1 10:05:48 Removing intermediate container 4d457e857a63 10:05:48 ---> 44365c6b249d 10:05:48 Step 6/22 : COPY go.mod . 10:05:48 Removing intermediate container 472bf2d3bae1 10:05:48 ---> 785eeefe5e2b 10:05:48 Step 6/24 : COPY go.mod . 10:05:48 ---> 32ef5c186aa5 10:05:48 Step 7/22 : RUN go mod download 10:05:48 Removing intermediate container 7d852391f8cb 10:05:48 ---> fd42d6b9ff93 10:05:48 Step 6/22 : COPY go.mod . 10:05:49 ---> Running in e379f5e03a61 10:05:49 ---> 174ae355092e 10:05:49 Step 7/24 : RUN go mod download 10:05:49 ---> Running in 67bbb66d3281 10:05:49 ---> f7a425c9a431 10:05:49 Step 7/22 : RUN go mod download 10:05:49 Removing intermediate container a7e1888b0929 10:05:49 ---> 8cdf9923d4c2 10:05:49 Step 6/24 : COPY go.mod . 10:05:49 ---> Running in 56dfba167471 10:05:49 ---> bd6e0a31b6e9 10:05:49 Step 7/24 : RUN go mod download 10:05:49 ---> Running in 42c53606e704 10:05:50 Removing intermediate container e379f5e03a61 10:05:50 ---> 84565cf4be82 10:05:50 Step 8/22 : COPY . . 10:05:50 Removing intermediate container 9b566b4ec0c1 10:05:50 ---> 1795badf64b5 10:05:50 Step 8/21 : COPY . . 10:05:54 Removing intermediate container 56dfba167471 10:05:54 ---> febfe70a2cad 10:05:54 Step 8/22 : COPY . . 10:05:55 Removing intermediate container 67bbb66d3281 10:05:55 ---> 234fd450d4c7 10:05:55 Step 8/24 : COPY . . 10:06:02 Removing intermediate container 41199386a460 10:06:02 ---> 025442e833c6 10:06:02 Successfully built 025442e833c6 10:06:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:06:03 + docker inspect -f . ci-base-image-arm64 10:06:03 . [Pipeline] withDockerContainer 10:06:03 prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container 10:06:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-arm64 cat 10:06:05 $ docker top bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 -eo pid,comm 10:06:05 Removing intermediate container 42c53606e704 10:06:05 ---> 6440641e4455 10:06:05 Step 8/24 : COPY . . [Pipeline] { [Pipeline] sh 10:06:06 + go version 10:06:06 go version go1.15.5 linux/arm64 [Pipeline] } 10:06:06 $ docker stop --time=1 bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 10:06:08 $ docker rm -f bdc5dd943459a16b335d513f8f07bb34008f551580da894cb79671fa446fc991 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:09 + docker inspect -f . ci-base-image-arm64 10:06:09 . [Pipeline] withDockerContainer 10:06:09 prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container 10:06:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-arm64 cat 10:06:10 $ docker top bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 -eo pid,comm [Pipeline] { [Pipeline] echo 10:06:11 ========================================================= 10:06:11 [edgeXBuildGoParallel] Running Tests and Build... 10:06:11 ========================================================= [Pipeline] sh 10:06:12 + make test 10:06:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:06:32 ---> fd3926eb3bc3 10:06:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:06:32 ---> 68ab4f5522c8 10:06:32 Step 9/22 : RUN make cmd/core-command/core-command 10:06:35 ---> Running in ff1335f2f091 10:06:35 ---> Running in 787c3a57f55d 10:06:36 ---> 1145adde7bcc 10:06:36 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:06:36 ---> 87859bdbcdce 10:06:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:06:37 ---> Running in 0683c5132f2d 10:06:37 ---> Running in e6bd44e729c6 10:06:37 ---> 6f89205c4a1d 10:06:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:06:37 ---> Running in a0370fbabc9d 10:06:38 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 10:06:38 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 10:06:38 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 10:06:38 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 10:06:38 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 10:06:39 ? github.com/edgexfoundry/edgex-go [no test files] 10:07:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:07:05 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 10:07:06 Removing intermediate container 0683c5132f2d 10:07:06 ---> 37a634a4436b 10:07:06 10:07:06 Step 10/22 : FROM alpine:3.10 10:07:06 3.10: Pulling from library/alpine 10:07:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:07:07 Status: Downloaded newer image for alpine:3.10 10:07:07 ---> be4e4bea2c2e 10:07:07 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:07:08 ---> Running in 1c0247c13c6a 10:07:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 10:07:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 10:07:09 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:07:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:07:09 OK: 10350 distinct packages available 10:07:09 (1/5) Installing ca-certificates (20191127-r2) 10:07:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:07:09 (3/5) Installing libcurl (7.66.0-r3) 10:07:09 (4/5) Installing curl (7.66.0-r3) 10:07:09 (5/5) Installing dumb-init (1.2.2-r1) 10:07:09 Executing busybox-1.30.1-r3.trigger 10:07:09 Executing ca-certificates-20191127-r2.trigger 10:07:10 OK: 7 MiB in 19 packages 10:07:16 Removing intermediate container 787c3a57f55d 10:07:16 ---> e34e1236116d 10:07:16 10:07:16 Step 10/21 : FROM alpine 10:07:16 Removing intermediate container e6bd44e729c6 10:07:16 ---> 73aa4be32698 10:07:16 10:07:16 Step 10/24 : FROM scratch 10:07:16 ---> 10:07:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:07:16 Removing intermediate container ff1335f2f091 10:07:16 ---> ed7dba8241ea 10:07:16 10:07:16 Step 10/22 : FROM scratch 10:07:16 ---> 10:07:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:07:16 latest: Pulling from library/alpine 10:07:16 Removing intermediate container a0370fbabc9d 10:07:16 ---> a2ddc2650179 10:07:16 10:07:16 Step 10/24 : FROM alpine:3.10 10:07:16 ---> be4e4bea2c2e 10:07:16 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:07:16 ---> Using cache 10:07:16 ---> 2133fbc2389c 10:07:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:16 Removing intermediate container 1c0247c13c6a 10:07:16 ---> 2133fbc2389c 10:07:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:07:16 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 10:07:16 Status: Downloaded newer image for alpine:latest 10:07:16 ---> b14afc6dfb98 10:07:16 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:07:16 ---> Running in ca1634026530 10:07:16 ---> Running in 82e72a31f809 10:07:16 ---> Running in 6ed25f98a1e6 10:07:16 ---> Running in 4de69b28a946 10:07:16 ---> Running in d6a1bbf0e97b 10:07:16 Removing intermediate container 82e72a31f809 10:07:16 ---> bb8d25877a3d 10:07:16 Step 12/24 : ENV APP_PORT=48060 10:07:16 Removing intermediate container 6ed25f98a1e6 10:07:16 ---> 9b7f7fbabd4d 10:07:16 Step 12/22 : ENV APP_PORT=48082 10:07:16 Removing intermediate container ca1634026530 10:07:16 ---> 2c80a89d1c47 10:07:16 Step 13/24 : WORKDIR / 10:07:16 Removing intermediate container 4de69b28a946 10:07:16 ---> dc444ef78b21 10:07:16 Step 13/22 : WORKDIR / 10:07:16 ---> Running in 3d8e5dbce39a 10:07:16 ---> Running in f5c2ed0046cb 10:07:16 ---> Running in 44d89e149ca2 10:07:16 ---> Running in 049cf757bb33 10:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:16 Removing intermediate container 3d8e5dbce39a 10:07:16 ---> 4fab9531d4f4 10:07:16 Step 13/24 : EXPOSE $APP_PORT 10:07:16 Removing intermediate container f5c2ed0046cb 10:07:16 ---> 61869ffc0748 10:07:16 Step 13/22 : EXPOSE $APP_PORT 10:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:16 ---> Running in bf61fea68a32 10:07:17 Removing intermediate container 44d89e149ca2 10:07:17 ---> 45262a324341 10:07:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:07:17 Removing intermediate container 049cf757bb33 10:07:17 ---> 239aa7938fb6 10:07:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:07:17 ---> Running in ad2a4fe37c3f 10:07:17 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:07:17 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:07:17 OK: 12747 distinct packages available 10:07:17 Removing intermediate container bf61fea68a32 10:07:17 ---> 578e34d6298b 10:07:17 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:07:17 (1/4) Installing ca-certificates (20191127-r4) 10:07:17 Removing intermediate container ad2a4fe37c3f 10:07:17 ---> da5b36dc56ff 10:07:17 Step 14/22 : WORKDIR / 10:07:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:07:17 (3/4) Installing libcurl (7.69.1-r3) 10:07:17 (4/4) Installing curl (7.69.1-r3) 10:07:17 Executing busybox-1.31.1-r19.trigger 10:07:17 Executing ca-certificates-20191127-r4.trigger 10:07:18 OK: 7 MiB in 18 packages 10:07:18 ---> eca4abc00134 10:07:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:07:18 ---> 57a53682d3c2 10:07:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:07:18 ---> Running in 5fb9b46482c8 10:07:18 ---> 9a4b265fad36 10:07:18 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:07:18 ---> 7ed0965e3d37 10:07:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:07:19 Removing intermediate container 5fb9b46482c8 10:07:19 ---> 9019f02468c7 10:07:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:07:20 ---> 7d71e97998ed 10:07:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:07:20 ---> 04ec92e16beb 10:07:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:07:20 ---> 24e736d33303 10:07:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:07:20 Removing intermediate container d6a1bbf0e97b 10:07:20 ---> ee886e965be8 10:07:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:20 ---> 4c15d6fdd665 10:07:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:07:20 ---> Running in 26892a2d0183 10:07:20 ---> 49e67d8df5e5 10:07:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:07:20 Removing intermediate container 26892a2d0183 10:07:20 ---> 984f10f91ad6 10:07:20 Step 13/21 : WORKDIR /edgex 10:07:21 ---> Running in c1c06dea2b21 10:07:21 ---> f70d4d8ef7f8 10:07:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:07:21 ---> d9d2c55ae8a6 10:07:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:07:21 ---> fc2e2d40faaa 10:07:21 Step 18/22 : RUN chmod +x entrypoint.sh 10:07:21 ---> 9d8436462bfe 10:07:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:07:21 ---> Running in 51f35e97681a 10:07:21 Removing intermediate container c1c06dea2b21 10:07:21 ---> 9aee1f2d1c88 10:07:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:07:21 ---> 1271aacd5c66 10:07:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:07:21 ---> b72d5fa334a2 10:07:21 Step 18/22 : ENTRYPOINT ["/core-command"] 10:07:21 ---> cd0e35c64d29 10:07:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:07:21 ---> eb2a9b78f45b 10:07:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:07:21 ---> Running in 7c694a2cb5df 10:07:22 Removing intermediate container 7c694a2cb5df 10:07:22 ---> c603917606bb 10:07:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:22 ---> a1eff3cc826b 10:07:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:22 ---> Running in 7911d9560ccf 10:07:22 ---> aa65e0c5fcd8 10:07:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:07:22 ---> Running in 45f63cf58ef7 10:07:22 ---> efa14fb9485f 10:07:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:07:23 Removing intermediate container 7911d9560ccf 10:07:23 ---> 041edf111376 10:07:23 Step 20/22 : LABEL arch=x86_64 10:07:23 ---> Running in 8f7a8239acc6 10:07:23 ---> 454e0f2f1002 10:07:23 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:07:23 Removing intermediate container 51f35e97681a 10:07:23 ---> 51f939df8acf 10:07:23 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:07:23 ---> 78babec89260 10:07:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:07:23 ---> Running in 8f288fdc44cd 10:07:23 ---> Running in efaca329fc40 10:07:23 ---> Running in fb24d94d2b30 10:07:23 Removing intermediate container 8f7a8239acc6 10:07:23 ---> 9ea7b786dce9 10:07:23 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:07:23 ---> Running in 5609f7cac267 10:07:23 Removing intermediate container 8f288fdc44cd 10:07:23 ---> 3f0bca7c50a1 10:07:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:24 Removing intermediate container efaca329fc40 10:07:24 ---> 726d795cc133 10:07:24 Step 20/22 : LABEL arch=x86_64 10:07:24 Removing intermediate container fb24d94d2b30 10:07:24 ---> 3eceb4e17e23 10:07:24 Step 18/21 : CMD ["--init=true"] 10:07:24 ---> Running in d616bf6ec58d 10:07:24 ---> Running in 8a98c960f3ec 10:07:24 Removing intermediate container 5609f7cac267 10:07:24 ---> 4e2d097e996b 10:07:24 Step 22/22 : LABEL version=0.0.0 10:07:24 ---> Running in 1a03219db4a2 10:07:24 ---> Running in 77910107ef14 10:07:24 Removing intermediate container 8a98c960f3ec 10:07:24 ---> 08fd23492a39 10:07:24 Step 22/24 : LABEL arch=x86_64 10:07:24 Removing intermediate container d616bf6ec58d 10:07:24 ---> 2be9965b6605 10:07:24 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:07:24 Removing intermediate container 45f63cf58ef7 10:07:24 ---> 6f03a6a0c964 10:07:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:07:24 Removing intermediate container 1a03219db4a2 10:07:24 ---> 6503636cdc6f 10:07:24 Step 19/21 : LABEL arch=x86_64 10:07:24 Removing intermediate container 77910107ef14 10:07:24 ---> 5873173b27e9 10:07:24 10:07:25 ---> Running in 95688264f901 10:07:25 ---> Running in 25efd05f585f 10:07:25 ---> Running in c10484f79296 10:07:25 ---> Running in 73df1dbd7b86 10:07:25 Successfully built 5873173b27e9 10:07:25 Removing intermediate container 95688264f901 10:07:25 ---> e73510434b50 10:07:25 Step 22/22 : LABEL version=0.0.0 10:07:25 Successfully tagged docker-core-command-go:latest 10:07:25  Building docker-core-command-go ... done Building docker-core-data-go 10:07:25 Removing intermediate container 25efd05f585f 10:07:25 ---> 04f835d96209 10:07:25 Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:07:25 Removing intermediate container c10484f79296 10:07:25 ---> 0cd1e672cd05 10:07:25 Step 22/24 : LABEL arch=x86_64 10:07:25 Removing intermediate container 73df1dbd7b86 10:07:25 ---> 5dbd3e68decd 10:07:25 Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:07:25 ---> Running in 65b75449ff27 10:07:25 ---> Running in 08ace4ac6232 10:07:25 ---> Running in 80e1efec7c3f 10:07:25 ---> Running in 615dafa9ad38 10:07:25 Removing intermediate container 08ace4ac6232 10:07:25 ---> 136d6f90ff0a 10:07:25 Step 24/24 : LABEL version=0.0.0 10:07:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:07:26 Removing intermediate container 80e1efec7c3f 10:07:26 ---> 528d871b3906 10:07:26 Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:07:26 Removing intermediate container 615dafa9ad38 10:07:26 ---> ccbdf7d35a86 10:07:26 Step 21/21 : LABEL version=0.0.0 10:07:26 Removing intermediate container 65b75449ff27 10:07:26 ---> 8142dab96ff2 10:07:26 10:07:26 ---> Running in 2f370117e5d5 10:07:26 ---> Running in 5becca2034ab 10:07:27 Successfully built 8142dab96ff2 10:07:27 ---> Running in d9c81aa8a76e 10:07:27 Successfully tagged docker-security-bootstrap-redis-go:latest 10:07:27 Building docker-sys-mgmt-agent-go 10:07:28  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5becca2034ab 10:07:28 ---> 1abf83684a61 10:07:28 10:07:29 Successfully built 1abf83684a61 10:07:29 Successfully tagged docker-support-notifications-go:latest 10:07:29  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 10:07:35 Removing intermediate container d9c81aa8a76e 10:07:35 ---> 4153ad241f42 10:07:35 10:07:35 Successfully built 4153ad241f42 10:07:35 Removing intermediate container 2f370117e5d5 10:07:35 ---> f29c8d3b3f2c 10:07:35 Step 24/24 : LABEL version=0.0.0 10:07:35 Successfully tagged docker-security-proxy-setup-go:latest 10:07:35 Building docker-security-secrets-setup-go 10:07:35  Building docker-security-proxy-setup-go ... done  ---> Running in 155e28484cf4 10:07:35 Removing intermediate container 155e28484cf4 10:07:35 ---> 961b6413aea4 10:07:35 10:07:38 Successfully built 961b6413aea4 10:07:38 Successfully tagged docker-security-secretstore-setup-go:latest 10:07:38 Building docker-core-metadata-go 10:07:50  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:07:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:07:50 ---> 44164c1efe3c 10:07:50 Step 3/27 : WORKDIR /edgex-go 10:07:50 ---> Using cache 10:07:50 ---> 075eee8193bd 10:07:50 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:50 ---> Using cache 10:07:50 ---> 1d81d9ea676b 10:07:50 Step 5/27 : RUN apk update && apk add make bash git 10:07:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:07:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:07:51 ---> 44164c1efe3c 10:07:51 Step 3/23 : WORKDIR /edgex-go 10:07:51 ---> Using cache 10:07:51 ---> 075eee8193bd 10:07:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:51 ---> Using cache 10:07:51 ---> 1d81d9ea676b 10:07:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.088s 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:07:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:07:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:07:54 ---> 44164c1efe3c 10:07:54 Step 3/21 : WORKDIR /edgex-go 10:07:54 ---> Using cache 10:07:54 ---> 075eee8193bd 10:07:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:54 ---> Using cache 10:07:54 ---> 1d81d9ea676b 10:07:54 Step 5/21 : RUN apk update && apk add make git 10:07:54 ---> Using cache 10:07:54 ---> 8cdf9923d4c2 10:07:54 Step 6/21 : COPY go.mod . 10:07:54 ---> Using cache 10:07:54 ---> bd6e0a31b6e9 10:07:54 Step 7/21 : RUN go mod download 10:07:54 ---> Using cache 10:07:54 ---> 6440641e4455 10:07:54 Step 8/21 : COPY . . 10:07:54 ---> Using cache 10:07:54 ---> 6f89205c4a1d 10:07:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:07:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:07:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:07:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:07:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:07:56 ---> Running in c49538a002f6 10:07:56 ---> Running in 475565b8deb8 10:07:56 ---> Running in 80ce54040b92 10:07:58 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:07:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:07:58 ---> 44164c1efe3c 10:07:58 Step 3/29 : WORKDIR /edgex-go 10:07:58 ---> Using cache 10:07:58 ---> 075eee8193bd 10:07:58 Step 4/29 : RUN apk update && apk add make git 10:07:59 ---> Running in c7744a9ee2d3 10:08:00 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 10:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:08:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:08:01 ---> 44164c1efe3c 10:08:01 Step 3/22 : WORKDIR /edgex-go 10:08:01 ---> Using cache 10:08:01 ---> 075eee8193bd 10:08:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:01 ---> Using cache 10:08:01 ---> 1d81d9ea676b 10:08:01 Step 5/22 : RUN apk update && apk add make git 10:08:01 ---> Using cache 10:08:01 ---> 8cdf9923d4c2 10:08:01 Step 6/22 : COPY go.mod . 10:08:01 ---> Using cache 10:08:01 ---> bd6e0a31b6e9 10:08:01 Step 7/22 : RUN go mod download 10:08:01 ---> Using cache 10:08:01 ---> 6440641e4455 10:08:01 Step 8/22 : COPY . . 10:08:01 ---> Using cache 10:08:01 ---> 6f89205c4a1d 10:08:01 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:02 ---> Running in adf43e9a3982 10:08:02 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:08:02 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:08:02 OK: 12750 distinct packages available 10:08:02 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:08:02 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:08:02 OK: 12750 distinct packages available 10:08:02 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:08:02 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 10:08:02 OK: 12750 distinct packages available 10:08:02 OK: 233 MiB in 51 packages 10:08:02 OK: 233 MiB in 51 packages 10:08:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 46.6% of statements 10:08:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:08:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:08:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:08:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:08:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:08:04 OK: 233 MiB in 51 packages 10:08:04 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 10:08:04 Removing intermediate container 475565b8deb8 10:08:04 ---> 51cf850d874c 10:08:04 Step 6/23 : COPY go.mod . 10:08:04 Removing intermediate container c49538a002f6 10:08:04 ---> 54afe3ac1a0e 10:08:04 Step 6/27 : COPY go.mod . 10:08:04 Removing intermediate container c7744a9ee2d3 10:08:04 ---> f7b0a9b08b87 10:08:04 Step 5/29 : COPY go.mod . 10:08:04 ---> 62813ef142a5 10:08:04 Step 7/23 : RUN go mod download 10:08:04 ---> Running in 622aff8b0c51 10:08:04 ---> fdb142d2ddc5 10:08:04 Step 7/27 : RUN go mod download 10:08:04 ---> 8f2bfe763da6 10:08:04 Step 6/29 : RUN go mod download 10:08:04 ---> Running in e7a7e8ba9042 10:08:05 ---> Running in fa7bd747d847 10:08:08 Removing intermediate container 622aff8b0c51 10:08:08 ---> 771a34cd32c2 10:08:08 Step 8/23 : COPY . . 10:08:08 Removing intermediate container fa7bd747d847 10:08:08 ---> 60fc2117ee78 10:08:08 Step 7/29 : COPY . . 10:08:08 Removing intermediate container e7a7e8ba9042 10:08:08 ---> 8d9fdf014529 10:08:08 Step 8/27 : COPY . . 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 70.5% of statements 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.338s coverage: 83.7% of statements 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:08:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.431s coverage: 28.6% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.375s coverage: 86.7% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.151s coverage: 78.3% of statements 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.166s coverage: 93.8% of statements 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.097s coverage: 58.8% of statements 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements 10:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 10:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 10:08:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 10:08:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements 10:08:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:08:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 63.5% of statements 10:08:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:08:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:08:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 10:08:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 10:08:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements 10:08:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 10:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 10:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.875s coverage: 55.9% of statements 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:08:47 ---> 64c99893ea08 10:08:47 Step 9/23 : RUN make cmd/core-data/core-data 10:08:47 ---> 3a3635c2db07 10:08:47 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:08:47 Removing intermediate container 80ce54040b92 10:08:47 ---> a179a0f7abd0 10:08:47 10:08:47 Step 10/21 : FROM scratch 10:08:47 ---> 10:08:47 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:08:47 ---> d20fa0d48f16 10:08:47 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:08:47 ---> Running in 3bc595ece95e 10:08:47 ---> Running in 0ec96faea45f 10:08:47 ---> Running in eda90a6fc763 10:08:47 ---> Using cache 10:08:47 ---> 9b7f7fbabd4d 10:08:47 Step 12/21 : ENV APP_PORT=48085 10:08:47 ---> Running in 70c726e6e576 10:08:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:08:47 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 10:08:47 Removing intermediate container 70c726e6e576 10:08:47 ---> 77f105953f00 10:08:47 Step 13/21 : EXPOSE $APP_PORT 10:08:47 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 10:08:48 ---> Running in 18f632e05dd8 10:08:50 Removing intermediate container adf43e9a3982 10:08:50 ---> 774f379d7325 10:08:50 10:08:50 Step 10/22 : FROM scratch 10:08:50 ---> 10:08:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:08:50 ---> Using cache 10:08:50 ---> 9b7f7fbabd4d 10:08:50 Step 12/22 : ENV APP_PORT=48081 10:08:50 Removing intermediate container 18f632e05dd8 10:08:50 ---> 5fa933009211 10:08:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:08:50 ---> Running in 4ad84a69d9ff 10:08:50 Removing intermediate container 4ad84a69d9ff 10:08:50 ---> 08271a22f73b 10:08:50 Step 13/22 : EXPOSE $APP_PORT 10:08:50 ---> Running in 1fc540c917d8 10:08:50 ---> 71c0ae1703a3 10:08:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:08:51 Removing intermediate container 1fc540c917d8 10:08:51 ---> aa00cab26667 10:08:51 Step 14/22 : WORKDIR / 10:08:51 ---> Running in 49767d4e07ef 10:08:51 Removing intermediate container 49767d4e07ef 10:08:51 ---> 747fddc1bd64 10:08:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:08:51 ---> 3eec9df65b43 10:08:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:08:52 ---> bdbcd7db6c83 10:08:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:08:52 ---> 661692eaf6e6 10:08:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:08:54 ---> Running in c6aad3b32a23 10:08:54 ---> 434e14b150d6 10:08:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:08:54 Removing intermediate container c6aad3b32a23 10:08:54 ---> 1bf673848180 10:08:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:54 ---> Running in 24b75a313736 10:08:54 ---> 366580de3bac 10:08:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:08:54 Removing intermediate container 24b75a313736 10:08:54 ---> 8f3854098c3f 10:08:54 Step 19/21 : LABEL arch=x86_64 10:08:55 ---> Running in 87c0bf72b9b0 10:08:55 ---> Running in f795f48b4501 10:08:55 Removing intermediate container 87c0bf72b9b0 10:08:55 ---> d4915dbf82bd 10:08:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:55 ---> Running in 67104e672dbe 10:08:55 Removing intermediate container f795f48b4501 10:08:55 ---> 5b98fc2e5447 10:08:55 Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:08:55 ---> Running in 0972521eb8de 10:08:55 Removing intermediate container 67104e672dbe 10:08:55 ---> 09e3326d0d37 10:08:55 Step 20/22 : LABEL arch=x86_64 10:08:55 ---> Running in 56a6108c6caf 10:08:55 Removing intermediate container 0972521eb8de 10:08:55 ---> 26a0516ef82e 10:08:55 Step 21/21 : LABEL version=0.0.0 10:08:56 ---> Running in 50fbc55b3a11 10:08:56 Removing intermediate container 56a6108c6caf 10:08:56 ---> 19d9faaff41f 10:08:56 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:08:56 ---> Running in 9445b19d1142 10:08:56 Removing intermediate container 50fbc55b3a11 10:08:56 ---> 4dde96195d7b 10:08:56 10:08:57 Removing intermediate container 9445b19d1142 10:08:57 ---> 345a8b087951 10:08:57 Step 22/22 : LABEL version=0.0.0 10:08:57 ---> Running in dc183a03228f 10:08:57 Successfully built 4dde96195d7b 10:08:57 Successfully tagged docker-support-scheduler-go:latest 10:08:58  Building docker-support-scheduler-go ... done Removing intermediate container dc183a03228f 10:08:58 ---> 471ee6002d3b 10:08:58 10:08:58 Successfully built 471ee6002d3b 10:08:58 Successfully tagged docker-core-metadata-go:latest 10:09:08  Building docker-core-metadata-go ... done Removing intermediate container 0ec96faea45f 10:09:08 ---> b398f2fe9b91 10:09:08 10:09:08 Step 9/29 : FROM alpine:latest 10:09:08 ---> b14afc6dfb98 10:09:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:09:08 ---> Running in 49a97550a7de 10:09:08 Removing intermediate container 49a97550a7de 10:09:08 ---> a7406a12d5d0 10:09:08 Step 11/29 : USER root 10:09:08 ---> Running in f34b5b463cba 10:09:08 Removing intermediate container f34b5b463cba 10:09:08 ---> ae74b233ea1d 10:09:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:09:09 ---> Running in b16ac7e2c654 10:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:10 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:09:10 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:09:10 OK: 12747 distinct packages available 10:09:10 (1/2) Installing ca-certificates (20191127-r4) 10:09:10 (2/2) Installing dumb-init (1.2.2-r1) 10:09:10 Executing busybox-1.31.1-r19.trigger 10:09:10 Executing ca-certificates-20191127-r4.trigger 10:09:10 OK: 6 MiB in 16 packages 10:09:12 Removing intermediate container eda90a6fc763 10:09:12 ---> b95d7299209f 10:09:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:09:12 ---> Running in 7654c9b9b4e3 10:09:13 Removing intermediate container b16ac7e2c654 10:09:13 ---> ca6125dcf115 10:09:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:09:13 ---> Running in 74a9ff24af74 10:09:13 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 10:09:13 Removing intermediate container 74a9ff24af74 10:09:13 ---> cd6ab7056d27 10:09:13 Step 14/29 : WORKDIR $BASE_DIR 10:09:13 ---> Running in db5b9f462b25 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.257s coverage: 86.3% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 5.406s coverage: 72.2% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.874s coverage: 72.1% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.078s coverage: 48.4% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.102s coverage: 96.8% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.396s coverage: 37.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.588s coverage: 29.1% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.161s coverage: 100.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:09:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 10:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 10:09:14 Removing intermediate container db5b9f462b25 10:09:14 ---> 544353e5c577 10:09:14 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:09:14 GO111MODULE=on go vet ./... 10:09:15 ---> Running in 0ccbf59d9a22 10:09:15 Removing intermediate container 7654c9b9b4e3 10:09:15 ---> 72cf757dde6b 10:09:15 10:09:15 Step 11/27 : FROM docker:latest 10:09:15 ---> 0c995d0d3006 10:09:15 Step 12/27 : RUN apk add --no-cache bash 10:09:15 ---> Running in 64c4ee50641c 10:09:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:16 (1/2) Installing readline (8.0.4-r0) 10:09:16 (2/2) Installing bash (5.0.17-r0) 10:09:16 Executing bash-5.0.17-r0.post-install 10:09:17 Executing busybox-1.31.1-r19.trigger 10:09:17 OK: 12 MiB in 22 packages 10:09:17 Removing intermediate container 0ccbf59d9a22 10:09:17 ---> 75341b37ba52 10:09:17 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:09:18 Removing intermediate container 3bc595ece95e 10:09:18 ---> f56f47c9f3cb 10:09:18 10:09:18 Step 10/23 : FROM alpine 10:09:18 ---> b14afc6dfb98 10:09:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:09:18 ---> 14166af7e8fc 10:09:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:09:18 ---> Running in 24f4f868fee4 10:09:18 Removing intermediate container 64c4ee50641c 10:09:18 ---> 665fadd32ac8 10:09:18 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:09:19 ---> Running in f4003efc797c 10:09:19 Removing intermediate container 24f4f868fee4 10:09:19 ---> f93f85701bf7 10:09:19 Step 12/23 : ENV APP_PORT=48080 10:09:19 ---> 86810d4c66c9 10:09:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:09:19 ---> Running in 96d583306255 10:09:19 ---> df2a8ba120da 10:09:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:09:19 Removing intermediate container 96d583306255 10:09:19 ---> 750aa1875ba1 10:09:19 Step 13/23 : EXPOSE $APP_PORT 10:09:19 ---> Running in ba0b8e64c179 10:09:19 ---> 807a36497db1 10:09:19 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:09:19 Removing intermediate container ba0b8e64c179 10:09:19 ---> ca3f7b9b723e 10:09:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:09:20 ---> Running in 6e8d341180b5 10:09:20 ---> eeff48022b6b 10:09:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:09:20 ---> Running in 419a676e15ea 10:09:20 Removing intermediate container f4003efc797c 10:09:20 ---> 00cca20eba46 10:09:20 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:09:20 ---> Running in f04b1a10bdef 10:09:21 Removing intermediate container f04b1a10bdef 10:09:21 ---> 6a8093e694db 10:09:21 Step 15/27 : ENV APP_PORT=48090 10:09:21 ---> Running in fdaedfe37bfc 10:09:21 Removing intermediate container fdaedfe37bfc 10:09:21 ---> 5a4ee6df02f4 10:09:21 Step 16/27 : EXPOSE $APP_PORT 10:09:21 ---> Running in 70c750151916 10:09:21 Removing intermediate container 70c750151916 10:09:21 ---> a978b4133f9f 10:09:21 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:09:21 Removing intermediate container 6e8d341180b5 10:09:21 ---> 3abb14a30bae 10:09:21 Step 15/23 : RUN apk --no-cache add zeromq 10:09:21 ---> Running in aa21822140be 10:09:21 Removing intermediate container 419a676e15ea 10:09:21 ---> 5c95cd24cd4f 10:09:21 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:09:22 ---> a1336f0c710e 10:09:22 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:09:22 ---> b947e2f9a921 10:09:22 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:09:22 ---> Running in 8a4c965d3130 10:09:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:22 ---> 89c6fb210657 10:09:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:09:22 ---> 91bba976ca4e 10:09:22 Step 20/27 : RUN apk --no-cache add py3-pip 10:09:22 ---> Running in 10c56de14a77 10:09:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:23 Removing intermediate container 8a4c965d3130 10:09:23 ---> d36d522079be 10:09:23 Step 24/29 : RUN chmod 755 security-secrets-setup 10:09:23 ---> Running in ca39c8b3d030 10:09:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:23 (1/33) Installing libbz2 (1.0.8-r1) 10:09:23 (2/33) Installing expat (2.2.9-r1) 10:09:23 (3/33) Installing libffi (3.3-r2) 10:09:23 (4/33) Installing gdbm (1.13-r1) 10:09:23 (5/33) Installing xz-libs (5.2.5-r0) 10:09:23 (6/33) Installing sqlite-libs (3.32.1-r0) 10:09:23 (7/33) Installing python3 (3.8.5-r0) 10:09:24 (1/5) Installing libgcc (9.3.0-r2) 10:09:24 (2/5) Installing libsodium (1.0.18-r0) 10:09:24 (3/5) Installing libstdc++ (9.3.0-r2) 10:09:24 (4/5) Installing libzmq (4.3.3-r0) 10:09:25 (5/5) Installing zeromq (4.3.3-r0) 10:09:25 Executing busybox-1.31.1-r19.trigger 10:09:25 OK: 8 MiB in 19 packages 10:09:28 (8/33) Installing py3-appdirs (1.4.4-r1) 10:09:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:09:28 (10/33) Installing py3-parsing (2.4.7-r0) 10:09:28 (11/33) Installing py3-six (1.15.0-r0) 10:09:28 (12/33) Installing py3-packaging (20.4-r0) 10:09:28 (13/33) Installing py3-setuptools (47.0.0-r0) 10:09:28 (14/33) Installing py3-chardet (3.0.4-r4) 10:09:28 (15/33) Installing py3-idna (2.9-r0) 10:09:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:09:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:09:29 (18/33) Installing py3-requests (2.23.0-r0) 10:09:29 (19/33) Installing py3-msgpack (1.0.0-r0) 10:09:29 (20/33) Installing py3-lockfile (0.12.2-r3) 10:09:29 Removing intermediate container ca39c8b3d030 10:09:29 ---> 799f97d18a9e 10:09:29 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:09:29 Removing intermediate container aa21822140be 10:09:29 ---> 0909b82f2495 10:09:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:09:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:09:29 (22/33) Installing py3-colorama (0.4.3-r0) 10:09:29 (23/33) Installing py3-distlib (0.3.0-r0) 10:09:30 (24/33) Installing py3-distro (1.5.0-r1) 10:09:30 (25/33) Installing py3-webencodings (0.5.1-r3) 10:09:30 ---> Running in 0de93a337c6e 10:09:30 (26/33) Installing py3-html5lib (1.0.1-r4) 10:09:30 (27/33) Installing py3-pytoml (0.1.21-r0) 10:09:30 (28/33) Installing py3-pep517 (0.8.2-r0) 10:09:30 ---> 07a405eda68b 10:09:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:09:30 (29/33) Installing py3-progress (1.5-r0) 10:09:30 (30/33) Installing py3-toml (0.10.1-r0) 10:09:30 (31/33) Installing py3-retrying (1.3.3-r0) 10:09:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:09:30 (33/33) Installing py3-pip (20.1.1-r0) 10:09:30 Removing intermediate container 0de93a337c6e 10:09:30 ---> 9e686e42e22d 10:09:30 Step 26/29 : CMD [ "generate" ] 10:09:31 Executing busybox-1.31.1-r19.trigger 10:09:31 ---> Running in c906d6f04748 10:09:31 OK: 71 MiB in 55 packages 10:09:31 ---> 9cee5c13447a 10:09:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:09:31 Removing intermediate container c906d6f04748 10:09:31 ---> a0e1f6164618 10:09:31 Step 27/29 : LABEL arch=x86_64 10:09:32 ---> Running in 37944469a79a 10:09:32 ---> 5be7ce89ae0f 10:09:32 Step 19/23 : ENTRYPOINT ["/core-data"] 10:09:32 ---> Running in 7d74c05df394 10:09:32 Removing intermediate container 37944469a79a 10:09:32 ---> acd2ed89d8f0 10:09:32 Step 28/29 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:09:33 ---> Running in c30f9f5b8709 10:09:34 Removing intermediate container 7d74c05df394 10:09:34 ---> 441314b23e2e 10:09:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:09:36 Removing intermediate container c30f9f5b8709 10:09:36 ---> 19474d50ee6c 10:09:36 Step 29/29 : LABEL version=0.0.0 10:09:36 ---> Running in 745d07ad2f62 10:09:36 ---> Running in 6f6b3a10c00c 10:09:36 Removing intermediate container 745d07ad2f62 10:09:36 ---> d3433a9bf7dc 10:09:36 Step 21/23 : LABEL arch=x86_64 10:09:36 Removing intermediate container 10c56de14a77 10:09:36 ---> 8050fcc90885 10:09:36 Step 21/27 : RUN pip install docker-compose==1.23.2 10:09:36 ---> Running in 0d1940404092 10:09:36 ---> Running in 67a22dc190eb 10:09:36 Removing intermediate container 6f6b3a10c00c 10:09:36 ---> ba8b7c056ee9 10:09:36 10:09:36 Successfully built ba8b7c056ee9 10:09:37 Successfully tagged docker-security-secrets-setup-go:latest 10:09:37  Building docker-security-secrets-setup-go ... done Removing intermediate container 0d1940404092 10:09:37 ---> e6b2c8be77de 10:09:37 Step 22/23 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:09:37 ---> Running in fab1068ef810 10:09:37 Removing intermediate container fab1068ef810 10:09:37 ---> 4ae52e59215a 10:09:37 Step 23/23 : LABEL version=0.0.0 10:09:37 ---> Running in 963e84f899cd 10:09:37 Removing intermediate container 963e84f899cd 10:09:37 ---> aca6e54f81b7 10:09:37 10:09:37 Successfully built aca6e54f81b7 10:09:37 Successfully tagged docker-core-data-go:latest 10:09:38  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 10:09:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:09:38 Collecting websocket-client<1.0,>=0.32.0 10:09:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:09:38 Collecting texttable<0.10,>=0.9.0 10:09:38 Downloading texttable-0.9.1.tar.gz (11 kB) 10:09:39 Collecting PyYAML<4,>=3.10 10:09:39 Downloading PyYAML-3.13.tar.gz (270 kB) 10:09:40 Collecting jsonschema<3,>=2.5.1 10:09:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:09:40 Collecting cached-property<2,>=1.2.0 10:09:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:09:40 Collecting dockerpty<0.5,>=0.4.1 10:09:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:09:40 Collecting docker<4.0,>=3.6.0 10:09:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:09:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:09:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:09:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:09:41 Collecting docopt<0.7,>=0.6.1 10:09:41 Downloading docopt-0.6.2.tar.gz (25 kB) 10:09:41 Collecting docker-pycreds>=0.4.0 10:09:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:09:41 Collecting idna<2.8,>=2.5 10:09:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:09:41 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) 10:09:42 Collecting urllib3<1.25,>=1.21.1 10:09:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:09:42 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) 10:09:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:09:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:09:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:09:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:09:42 Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, cached-property, dockerpty, docker-pycreds, idna, urllib3, requests, docker, docopt, docker-compose 10:09:42 Running setup.py install for texttable: started 10:09:42 Running setup.py install for texttable: finished with status 'done' 10:09:42 Running setup.py install for PyYAML: started 10:09:43 Running setup.py install for PyYAML: finished with status 'done' 10:09:43 Running setup.py install for dockerpty: started 10:09:44 Running setup.py install for dockerpty: finished with status 'done' 10:09:44 Attempting uninstall: idna 10:09:44 Found existing installation: idna 2.9 10:09:44 Uninstalling idna-2.9: 10:09:44 Successfully uninstalled idna-2.9 10:09:44 Attempting uninstall: urllib3 10:09:44 Found existing installation: urllib3 1.25.9 10:09:44 Uninstalling urllib3-1.25.9: 10:09:45 Successfully uninstalled urllib3-1.25.9 10:09:45 Attempting uninstall: requests 10:09:45 Found existing installation: requests 2.23.0 10:09:45 Uninstalling requests-2.23.0: 10:09:45 Successfully uninstalled requests-2.23.0 10:09:45 Running setup.py install for docopt: started 10:09:46 Running setup.py install for docopt: finished with status 'done' 10:09:46 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 10:09:49 Removing intermediate container 67a22dc190eb 10:09:49 ---> c5a275e0e6c3 10:09:49 Step 22/27 : RUN apk --no-cache add curl 10:09:49 ---> Running in 05cccb53f2d6 10:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:09:50 (2/3) Installing libcurl (7.69.1-r3) 10:09:50 (3/3) Installing curl (7.69.1-r3) 10:09:50 Executing busybox-1.31.1-r19.trigger 10:09:50 OK: 72 MiB in 58 packages 10:09:50 Removing intermediate container 05cccb53f2d6 10:09:50 ---> a4507a2715c4 10:09:50 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:09:50 ---> Running in f3551972524e 10:09:50 Removing intermediate container f3551972524e 10:09:50 ---> 2f9fa0cc88b0 10:09:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:09:51 ---> Running in aa31d3b12efa 10:09:51 Removing intermediate container aa31d3b12efa 10:09:51 ---> 8e52ad346f0a 10:09:51 Step 25/27 : LABEL arch=x86_64 10:09:51 ---> Running in 17deda319af6 10:09:51 Removing intermediate container 17deda319af6 10:09:51 ---> 70ec01ae9de3 10:09:51 Step 26/27 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:09:51 ---> Running in ebc09c8c5f5c 10:09:51 Removing intermediate container ebc09c8c5f5c 10:09:51 ---> 929b1cfc31af 10:09:51 Step 27/27 : LABEL version=0.0.0 10:09:51 ---> Running in 245114f704de 10:09:52 Removing intermediate container 245114f704de 10:09:52 ---> 1060fceb00fc 10:09:52 10:09:52 Successfully built 1060fceb00fc 10:09:52 Successfully tagged docker-sys-mgmt-agent-go:latest 10:09:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:09:52 $ docker stop --time=1 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f 10:09:54 $ docker rm -f 6faba2e3348018811e01e37fe473e24b040443275ef1b75bd9627d9ef0fdbf2f [Pipeline] // withDockerContainer [Pipeline] sh 10:09:54 + docker images 10:09:54 + grep docker 10:09:54 docker-sys-mgmt-agent-go latest 1060fceb00fc 3 seconds ago 313MB 10:09:54 docker-core-data-go latest aca6e54f81b7 17 seconds ago 23.7MB 10:09:54 docker-security-secrets-setup-go latest ba8b7c056ee9 18 seconds ago 23.9MB 10:09:54 docker-core-metadata-go latest 471ee6002d3b 57 seconds ago 14.5MB 10:09:54 docker-support-scheduler-go latest 4dde96195d7b 58 seconds ago 12.3MB 10:09:54 docker-security-secretstore-setup-go latest 961b6413aea4 2 minutes ago 24.7MB 10:09:54 docker-support-notifications-go latest 1abf83684a61 2 minutes ago 13.6MB 10:09:54 docker-security-proxy-setup-go latest 4153ad241f42 2 minutes ago 24.6MB 10:09:54 docker-security-bootstrap-redis-go latest 8142dab96ff2 2 minutes ago 15.8MB 10:09:54 docker-core-command-go latest 5873173b27e9 2 minutes ago 12.2MB 10:09:54 docker latest 0c995d0d3006 12 hours 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 10:10:10 Still waiting to schedule task 10:10:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:10:36 gofmt -l . 10:10:39 [ "`gofmt -l .`" = "" ] 10:10:42 ./bin/test-go-mod-tidy.sh 10:10:43 ./bin/test-attribution-txt.sh [Pipeline] sh 10:10:48 + ls -al . 10:10:48 total 692 10:10:48 drwxrwxr-x 9 1001 1001 4096 Dec 16 10:10 . 10:10:48 drwxr-xr-x 4 root root 4096 Dec 16 10:06 .. 10:10:48 -rw-rw-r-- 1 1001 1001 11 Dec 16 10:04 .dockerignore 10:10:48 drwxrwxr-x 8 1001 1001 4096 Dec 16 10:04 .git 10:10:48 drwxrwxr-x 3 1001 1001 4096 Dec 16 10:04 .github 10:10:48 -rw-rw-r-- 1 1001 1001 943 Dec 16 10:04 .gitignore 10:10:48 -rw-rw-r-- 1 1001 1001 166 Dec 16 10:04 .sonarcloud.properties 10:10:48 -rw-rw-r-- 1 1001 1001 3804 Dec 16 10:04 CONTRIBUTING.md 10:10:48 -rw-rw-r-- 1 1001 1001 1035 Dec 16 10:04 Dockerfile.build 10:10:48 -rw-rw-r-- 1 1001 1001 863 Dec 16 10:04 Jenkinsfile 10:10:48 -rw-rw-r-- 1 1001 1001 10775 Dec 16 10:04 LICENSE 10:10:48 -rw-rw-r-- 1 1001 1001 6318 Dec 16 10:04 Makefile 10:10:48 -rw-rw-r-- 1 1001 1001 6447 Dec 16 10:04 README.md 10:10:48 -rw-rw-r-- 1 1001 1001 7286 Dec 16 10:04 SECURITY.md 10:10:48 -rw-rw-r-- 1 1001 1001 5 Dec 16 10:01 VERSION 10:10:48 -rw-rw-r-- 1 1001 1001 4131 Dec 16 10:04 ZMQWindows.md 10:10:48 drwxrwxr-x 2 1001 1001 4096 Dec 16 10:04 bin 10:10:48 drwxrwxr-x 15 1001 1001 4096 Dec 16 10:04 cmd 10:10:48 -rw-r--r-- 1 root root 568194 Dec 16 10:09 coverage.out 10:10:48 -rw-r--r-- 1 root root 1041 Dec 16 10:10 go.mod 10:10:48 -rw-r--r-- 1 root root 18746 Dec 16 10:10 go.sum 10:10:48 drwxrwxr-x 8 1001 1001 4096 Dec 16 10:04 internal 10:10:48 drwxrwxr-x 4 1001 1001 4096 Dec 16 10:04 openapi 10:10:48 drwxrwxr-x 4 1001 1001 4096 Dec 16 10:04 snap 10:10:48 -rw-rw-r-- 1 1001 1001 168 Dec 16 10:04 version.go [Pipeline] sh 10:10:49 + '[' -e coverage.out ] 10:10:49 + chown 1001:1001 coverage.out [Pipeline] stash 10:10:49 Warning: overwriting stash ‘coverage-report’ 10:10:50 Stashed 1 file(s) [Pipeline] sh 10:10:50 + make build 10:10:50 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 10:11:03 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 10:11:35 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 10:11:39 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 10:11:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:11:47 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 10:11:51 Running on prd-ubuntu18.04-docker-8c-8g-16336 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws 10:11:51 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 10:11:53 using credential edgex-jenkins-ssh 10:11:53 Cloning the remote Git repository 10:11:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:11:53 > git init /w/workspace/edgex-go/20 # timeout=10 10:11:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:11:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:11:53 > git --version # timeout=10 10:11:53 > git --version # 'git version 2.17.1' 10:11:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:12:03 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 10:12:08 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 10:12:12 Merging remotes/origin/master commit e25094879da38d58945b339cb800433d3a77391e into PR head commit 424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:12:12 Merge succeeded, producing 424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:12:12 Checking out Revision 424f84ba947e69db1eccda73b18ab08a1cdd8c1d (PR-2908) 10:12:12 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 10:12:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:12:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:12:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:12:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:12:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:12:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:12:12 > git config core.sparsecheckout # timeout=10 10:12:12 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 10:12:12 > git remote # timeout=10 10:12:12 > git config --get remote.origin.url # timeout=10 10:12:12 using GIT_SSH to set credentials SSH Credentials for GitHub 10:12:12 > git merge e25094879da38d58945b339cb800433d3a77391e # timeout=10 10:12:12 > git rev-parse HEAD^{commit} # timeout=10 10:12:12 > git config core.sparsecheckout # timeout=10 10:12:12 > git checkout -f 424f84ba947e69db1eccda73b18ab08a1cdd8c1d # timeout=10 10:12:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" 10:12:16 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:12:17 + echo snap-build.sh 10:12:17 snap-build.sh 10:12:17 + SNAP_BASE_DIR=. 10:12:17 + '[' '!' -z /w/workspace/edgex-go/20 ']' 10:12:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/20 10:12:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' 10:12:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/20] 10:12:17 + cd /w/workspace/edgex-go/20 10:12:17 + sudo apt-get remove -qy --purge lxd lxd-client 10:12:17 Reading package lists... 10:12:17 Building dependency tree... 10:12:17 Reading state information... 10:12:17 The following packages were automatically installed and are no longer required: 10:12:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:12:17 uidmap xdelta3 10:12:17 Use 'sudo apt autoremove' to remove them. 10:12:17 The following packages will be REMOVED: 10:12:17 lxd* lxd-client* 10:12:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:12:17 After this operation, 31.7 MB disk space will be freed. 10:12:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 10:12:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:12:19 Removing lxd dnsmasq configuration 10:12:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:12:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:12:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:12:21 (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.) 10:12:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:12:21 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 10:12:22 Processing triggers for systemd (237-3ubuntu10.42) ... 10:12:22 Processing triggers for ureadahead (0.100.0-21) ... 10:12:23 + sudo snap remove --purge lxd 10:12:23 snap "lxd" is not installed 10:12:23 + sudo groupadd --force --system lxd 10:12:23 ++ whoami 10:12:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:12:23 + newgrp - lxd 10:12:23 + sudo snap install lxd [Pipeline] } 10:12:25 $ docker stop --time=1 bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 10:12:27 $ docker rm -f bd37d73b5dc7b3da0be1e110b0b9f3cc695400c1d1f7de0aaf9a93a3aab34745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:12:29 10:12:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:12:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:12:29 latest: Pulling from edgex-devops/edgex-compose-arm64 10:12:29 29e5d40040c1: Pulling fs layer 10:12:29 1ce36da41761: Pulling fs layer 10:12:29 25b303627fd3: Pulling fs layer 10:12:30 29e5d40040c1: Download complete 10:12:30 1ce36da41761: Verifying Checksum 10:12:30 29e5d40040c1: Pull complete 10:12:32 2020-12-16T10:12:30Z INFO Waiting for automatic snapd restart... 10:12:32 1ce36da41761: Pull complete 10:12:32 25b303627fd3: Verifying Checksum 10:12:32 25b303627fd3: Download complete 10:12:42 25b303627fd3: Pull complete 10:12:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:12:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:12:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:12:42 prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container 10:12:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:12:46 $ docker top 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:47 + grep parallel 10:12:47 + docker-compose build --help 10:12:50 lxd 4.9 from Canonical* installed 10:12:50 + sudo lxd init --auto 10:12:52 --parallel Build images in parallel. [Pipeline] } 10:12:52 $ docker stop --time=1 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae 10:12:54 $ docker rm -f 3f22141c6aa0d5a28b3e065764b301cb6adfd31e0fca6f51683e06d2ce6844ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:12:55 . [Pipeline] withDockerContainer 10:12:55 prd-ubuntu18.04-docker-arm64-4c-16g-16329 does not seem to be running inside a container 10:12:55 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:12:56 $ docker top e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:57 + docker-compose -f ./docker-compose-build.yml build --parallel 10:12:58 + sudo snap install --classic snapcraft 10:13:03 Building docker-core-command-go ... 10:13:03 Building docker-core-data-go ... 10:13:03 Building docker-core-metadata-go ... 10:13:03 Building docker-security-bootstrap-redis-go ... 10:13:03 Building docker-security-proxy-setup-go ... 10:13:03 Building docker-security-secrets-setup-go ... 10:13:03 Building docker-security-secretstore-setup-go ... 10:13:03 Building docker-support-notifications-go ... 10:13:03 Building docker-support-scheduler-go ... 10:13:03 Building docker-sys-mgmt-agent-go ... 10:13:03 Building docker-security-bootstrap-redis-go 10:13:03 Building docker-security-secrets-setup-go 10:13:03 Building docker-sys-mgmt-agent-go 10:13:03 Building docker-core-command-go 10:13:03 Building docker-security-proxy-setup-go 10:13:03 snapcraft 4.4.4 from Canonical* installed 10:13:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 10:13:03 + patch --verbose -p1 10:13:03 Hmm... Looks like a unified diff to me... 10:13:03 The text leading up to this was: 10:13:03 -------------------------- 10:13:03 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 10:13:03 |From: Tony Espy 10:13:03 |Date: Wed, 2 Dec 2020 17:38:31 -0500 10:13:03 |Subject: [PATCH] optimize snap build for pipeline CI check 10:13:03 | 10:13:03 |This patch is used by the EdgeX CI pipeline builds to 10:13:03 |optimize the snap CI check run for pull requests. When 10:13:03 |applied, it essentially strips out everything (apps and 10:13:03 |parts) from the snapcraft.yaml file except those required 10:13:03 |to build edgex-go, as the whole idea of the CI check is to 10:13:03 |catch changes to edgex-go that break the snap build. 10:13:03 | 10:13:03 |In general, anyone updating snapcraft.yaml will also need 10:13:03 |to update this patch file, otherwise it may fail to apply, 10:13:03 |resulting in a failed snap build CI check in the associated 10:13:03 |pull request. 10:13:03 | 10:13:03 |Note - in addition to applying this patch, the pipeline also 10:13:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 10:13:03 |need to build the finally binary .snap file (and it won't 10:13:03 |work with the patch applied). This further reduces the build 10:13:03 |time. 10:13:03 |--- 10:13:03 | snap/snapcraft.yaml | 466 +------------------------------------------- 10:13:03 | 1 file changed, 2 insertions(+), 464 deletions(-) 10:13:03 | 10:13:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 10:13:03 |index b265277c..d7e1de37 100644 10:13:03 |--- a/snap/snapcraft.yaml 10:13:03 |+++ b/snap/snapcraft.yaml 10:13:03 -------------------------- 10:13:03 patching file snap/snapcraft.yaml 10:13:03 Using Plan A... 10:13:03 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 10:13:03 Hunk #2 succeeded at 81 (offset -3 lines). 10:13:03 Hunk #3 succeeded at 209 (offset -9 lines). 10:13:03 Hunk #4 succeeded at 224 (offset -9 lines). 10:13:03 Hunk #5 succeeded at 232 (offset -9 lines). 10:13:03 Hunk #6 succeeded at 239 (offset -9 lines). 10:13:03 Hunk #7 succeeded at 266 (offset -9 lines). 10:13:03 Hunk #8 succeeded at 300 (offset -9 lines). 10:13:03 Hunk #9 succeeded at 356 (offset -9 lines). 10:13:03 Hmm... Ignoring the trailing garbage. 10:13:03 done 10:13:03 + sudo snapcraft prime --use-lxd 10:13:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:13:04 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: 10:13:04 - README.md 10:13:04 - snapcraft.yaml.orig 10:13:04 10:13:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:13:05 Launching a container. 10:13:17 Waiting for container to be ready 10:13:17 To start your first instance, try: lxc launch ubuntu:18.04 10:13:17 10:13:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:13:20 Waiting for network to be ready... 10:13:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:13:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:13:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 10:13:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 10:13:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 10:13:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 10:13:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 10:13:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 10:13:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 10:13:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 10:13:21 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:13:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:13:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:13:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:13:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:13:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:13:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:13:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:13:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:13:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 10:13:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 10:13:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 10:13:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 10:13:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 10:13:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 10:13:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 10:13:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 10:13:24 Fetched 23.5 MB in 4s (6156 kB/s) 10:13:25 Reading package lists... 10:13:25 Reading package lists... 10:13:25 Building dependency tree... 10:13:25 Reading state information... 10:13:25 The following additional packages will be installed: 10:13:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:13:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:13:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:13:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:13:25 Suggested packages: 10:13:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:13:25 Recommended packages: 10:13:25 gnupg libsasl2-modules 10:13:25 The following NEW packages will be installed: 10:13:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:13:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:13:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:13:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:13:25 The following packages will be upgraded: 10:13:25 gpg gpg-agent gpgconf libudev1 10:13:26 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 10:13:26 Need to get 3531 kB of archives. 10:13:26 After this operation, 13.3 MB of additional disk space will be used. 10:13:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 10:13:26 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 10:13:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 10:13:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:13:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:13:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:13:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:13:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:13:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:13:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:13:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:13:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:13:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 10:13:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:13:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 10:13:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 10:13:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 10:13:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:13:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:13:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 10:13:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 10:13:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 10:13:27 debconf: delaying package configuration, since apt-utils is not installed 10:13:27 Fetched 3531 kB in 1s (3150 kB/s) 10:13:27 (Reading database ... 12511 files and directories currently installed.) 10:13:27 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 10:13:27 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 10:13:27 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 10:13:27 Selecting previously unselected package udev. 10:13:27 (Reading database ... 12511 files and directories currently installed.) 10:13:27 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 10:13:27 Unpacking udev (237-3ubuntu10.43) ... 10:13:27 Selecting previously unselected package libfuse2:amd64. 10:13:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:13:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:13:28 Selecting previously unselected package fuse. 10:13:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:13:28 Unpacking fuse (2.9.7-1ubuntu1) ... 10:13:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 10:13:28 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:13:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 10:13:28 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:13:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 10:13:28 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:13:28 Selecting previously unselected package libksba8:amd64. 10:13:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:13:28 Unpacking libksba8:amd64 (1.3.5-2) ... 10:13:28 Selecting previously unselected package libroken18-heimdal:amd64. 10:13:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:13:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:13:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:13:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libwind0-heimdal:amd64. 10:13:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:13:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:13:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:13:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:13:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:13:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:29 Selecting previously unselected package libsasl2-modules-db:amd64. 10:13:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 10:13:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 10:13:29 Selecting previously unselected package libsasl2-2:amd64. 10:13:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 10:13:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 10:13:29 Selecting previously unselected package libldap-common. 10:13:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 10:13:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:13:29 Selecting previously unselected package libldap-2.4-2:amd64. 10:13:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 10:13:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:13:30 Selecting previously unselected package dirmngr. 10:13:30 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 10:13:30 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 10:13:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:13:30 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 10:13:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:13:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 10:13:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 10:13:30 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 10:13:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:30 Setting up libksba8:amd64 (1.3.5-2) ... 10:13:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:13:30 Setting up udev (237-3ubuntu10.43) ... 10:13:30 invoke-rc.d: policy-rc.d denied execution of start. 10:13:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Processing triggers for systemd (237-3ubuntu10) ... 10:13:31 Setting up fuse (2.9.7-1ubuntu1) ... 10:13:31 Setting up gpg (2.2.4-1ubuntu1.3) ... 10:13:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:13:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:13:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 10:13:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:13:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:13:31 settings in the [Install] section, and DefaultInstance for template units). 10:13:31 This means they are not meant to be enabled using systemctl. 10:13:31 Possible reasons for having this kind of units are: 10:13:31 1) A unit may be statically enabled by being symlinked from another unit's 10:13:31 .wants/ or .requires/ directory. 10:13:31 2) A unit's purpose may be to act as a helper for some other unit which has 10:13:31 a requirement dependency on it. 10:13:31 3) A unit may be started when needed via activation (socket, path, timer, 10:13:31 D-Bus, udev, scripted systemctl call, ...). 10:13:31 4) In case of template units, the unit is meant to be enabled with some 10:13:31 instance name specified. 10:13:32 Reading package lists... 10:13:32 Building dependency tree... 10:13:32 Reading state information... 10:13:32 The following additional packages will be installed: 10:13:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:13:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:13:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:13:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:13:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:13:32 Suggested packages: 10:13:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:13:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:13:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:13:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:13:32 systemd-container policykit-1 10:13:32 Recommended packages: 10:13:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:13:32 The following NEW packages will be installed: 10:13:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:13:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:13:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:13:32 multiarch-support openssh-client python3 python3-minimal python3.6 10:13:32 python3.6-minimal snapd squashfs-tools sudo 10:13:32 The following packages will be upgraded: 10:13:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:13:32 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 10:13:32 Need to get 35.2 MB of archives. 10:13:32 After this operation, 141 MB of additional disk space will be used. 10:13:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:13:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:13:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 10:13:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 10:13:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 10:13:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:13:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 10:13:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 10:13:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 10:13:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:13:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:13:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:13:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:13:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:13:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:13:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 10:13:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:13:33 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 10:13:33 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:13:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:13:33 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:13:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:13:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:13:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 10:13:33 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:13:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 10:13:33 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:13:33 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:13:33 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:13:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 10:13:34 debconf: delaying package configuration, since apt-utils is not installed 10:13:34 Fetched 35.2 MB in 2s (17.1 MB/s) 10:13:34 (Reading database ... 12757 files and directories currently installed.) 10:13:34 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 10:13:34 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 10:13:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 10:13:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 10:13:35 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 10:13:35 (Reading database ... 12757 files and directories currently installed.) 10:13:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:13:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:13:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:13:35 (Reading database ... 12757 files and directories currently installed.) 10:13:35 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:13:35 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:13:36 Setting up apt (1.6.12ubuntu0.2) ... 10:13:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:13:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:13:36 (Reading database ... 12764 files and directories currently installed.) 10:13:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:13:36 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:13:36 Selecting previously unselected package libpython3.6-minimal:amd64. 10:13:36 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:13:36 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:13:37 Selecting previously unselected package libexpat1:amd64. 10:13:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:13:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:13:37 Selecting previously unselected package python3.6-minimal. 10:13:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:13:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:13:37 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 10:13:38 Checking for services that may need to be restarted...done. 10:13:38 Checking for services that may need to be restarted...done. 10:13:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:13:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:13:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:13:38 Selecting previously unselected package python3-minimal. 10:13:38 (Reading database ... 13012 files and directories currently installed.) 10:13:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:13:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:13:38 Selecting previously unselected package mime-support. 10:13:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:13:38 Unpacking mime-support (3.60ubuntu1) ... 10:13:38 Selecting previously unselected package libmpdec2:amd64. 10:13:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:13:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:13:38 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:13:38 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:13:38 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:13:39 Selecting previously unselected package python3.6. 10:13:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:13:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:13:39 Selecting previously unselected package libpython3-stdlib:amd64. 10:13:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:13:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:13:39 Setting up python3-minimal (3.6.7-1~18.04) ... 10:13:39 Selecting previously unselected package python3. 10:13:39 (Reading database ... 13442 files and directories currently installed.) 10:13:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:13:39 Unpacking python3 (3.6.7-1~18.04) ... 10:13:39 Selecting previously unselected package multiarch-support. 10:13:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 10:13:39 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 10:13:39 Setting up multiarch-support (2.27-3ubuntu1.3) ... 10:13:39 Selecting previously unselected package liblzo2-2:amd64. 10:13:39 (Reading database ... 13479 files and directories currently installed.) 10:13:39 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:13:39 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:13:39 Selecting previously unselected package libbsd0:amd64. 10:13:39 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:13:39 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:13:39 Selecting previously unselected package sudo. 10:13:39 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 10:13:39 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 10:13:39 Selecting previously unselected package apparmor. 10:13:39 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:13:39 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:13:40 Selecting previously unselected package libedit2:amd64. 10:13:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:13:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:13:40 Selecting previously unselected package libkrb5support0:amd64. 10:13:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:13:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:13:40 Selecting previously unselected package libk5crypto3:amd64. 10:13:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:13:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:13:40 Selecting previously unselected package libkeyutils1:amd64. 10:13:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:13:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:13:40 Selecting previously unselected package libkrb5-3:amd64. 10:13:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:13:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:13:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:13:40 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:13:40 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:13:40 Selecting previously unselected package libssl1.0.0:amd64. 10:13:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 10:13:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:13:40 Selecting previously unselected package openssh-client. 10:13:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:13:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:13:41 Selecting previously unselected package squashfs-tools. 10:13:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:13:41 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:13:41 Selecting previously unselected package snapd. 10:13:41 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 10:13:41 Unpacking snapd (2.48+18.04) ... 10:13:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:13:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:13:43 Setting up mime-support (3.60ubuntu1) ... 10:13:43 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 10:13:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:13:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:13:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:13:43 Setting up systemd (237-3ubuntu10.43) ... 10:13:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:13:44 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:13:44 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:13:44 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:13:44 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:13:44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:13:44 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:13:45 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:13:45 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:13:45 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:13:45 Setting up python3 (3.6.7-1~18.04) ... 10:13:45 running python rtupdate hooks for python3.6... 10:13:45 running python post-rtupdate hooks for python3.6... 10:13:45 Setting up apparmor (2.12-4ubuntu5.1) ... 10:13:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:13:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:13:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:13:47 Setting up snapd (2.48+18.04) ... 10:13:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:13:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:13:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:13:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:13:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:13:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:13:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:13:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:13:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:13:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:13:48 /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' 10:13:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:13:49 Processing triggers for systemd (237-3ubuntu10.43) ... 10:13:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:13:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:13:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:13:51 Reading package lists... 10:13:51 Reading package lists... 10:13:51 Building dependency tree... 10:13:51 Reading state information... 10:13:51 Calculating upgrade... 10:13:51 The following packages will be upgraded: 10:13:51 advancecomp base-files bash binutils binutils-common 10:13:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:13:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:13:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 10:13:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 10:13:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 10:13:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 10:13:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 10:13:51 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 10:13:51 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 10:13:51 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 10:13:51 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 10:13:51 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 10:13:51 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:13:51 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:13:51 Need to get 63.5 MB of archives. 10:13:51 After this operation, 5191 kB of additional disk space will be used. 10:13:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 10:13:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 10:13:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:13:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:13:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:13:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:13:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:13:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:13:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:13:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:13:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:13:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:13:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:13:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:13:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:13:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:13:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:13:53 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 10:13:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 10:13:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:13:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:13:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:13:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:13:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:13:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:13:54 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:13:54 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:13:54 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:13:54 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:13:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:13:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:13:54 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:13:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:13:54 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:13:54 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:13:54 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:13:54 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:13:54 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:13:54 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 10:13:54 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 10:13:54 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 10:13:54 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:13:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:13:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 10:13:54 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:13:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 10:13:54 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:13:54 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:13:54 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:13:54 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:13:54 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:13:54 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:13:54 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 10:13:54 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:13:54 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:13:54 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:13:54 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:13:54 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:13:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 10:13:54 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 10:13:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 10:13:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 10:13:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 10:13:54 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:13:54 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:13:54 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:13:54 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:13:54 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:13:54 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:13:54 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:13:54 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 10:13:54 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:13:54 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:13:54 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:13:54 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:13:54 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:13:54 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:13:55 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:13:55 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:13:55 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:13:55 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:13:55 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:13:55 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:13:55 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:13:55 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:13:55 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:13:55 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:13:55 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:13:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:13:55 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:13:55 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:13:55 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:13:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:13:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:13:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:13:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:13:55 debconf: delaying package configuration, since apt-utils is not installed 10:13:56 Fetched 63.5 MB in 4s (15.0 MB/s) 10:13:56 (Reading database ... 13912 files and directories currently installed.) 10:13:56 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 10:13:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 10:13:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 10:13:56 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 10:13:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 10:13:57 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 10:13:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:58 (Reading database ... 13911 files and directories currently installed.) 10:13:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:13:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:13:58 (Reading database ... 13911 files and directories currently installed.) 10:13:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:59 (Reading database ... 13911 files and directories currently installed.) 10:13:59 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 10:13:59 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 10:13:59 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 10:14:00 (Reading database ... 13911 files and directories currently installed.) 10:14:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:14:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:14:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:14:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:14:00 Setting up base-files (10.1ubuntu2.10) ... 10:14:00 Installing new version of config file /etc/issue ... 10:14:00 Installing new version of config file /etc/issue.net ... 10:14:00 Installing new version of config file /etc/lsb-release ... 10:14:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:14:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:14:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:14:00 Removing obsolete conffile /etc/default/motd-news ... 10:14:00 (Reading database ... 13912 files and directories currently installed.) 10:14:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:14:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:14:01 Setting up bash (4.4.18-2ubuntu1.2) ... 10:14:01 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 10:14:01 (Reading database ... 13912 files and directories currently installed.) 10:14:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:14:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:14:01 (Reading database ... 13912 files and directories currently installed.) 10:14:01 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 10:14:01 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 10:14:01 Setting up tar (1.29b-2ubuntu0.1) ... 10:14:02 (Reading database ... 13912 files and directories currently installed.) 10:14:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:14:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:14:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:14:02 (Reading database ... 13912 files and directories currently installed.) 10:14:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:14:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:14:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:14:02 (Reading database ... 13912 files and directories currently installed.) 10:14:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:14:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:14:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:14:02 (Reading database ... 13912 files and directories currently installed.) 10:14:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:14:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:14:03 Setting up grep (3.1-2build1) ... 10:14:03 (Reading database ... 13912 files and directories currently installed.) 10:14:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:14:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:14:03 Setting up login (1:4.5-1ubuntu2) ... 10:14:03 (Reading database ... 13912 files and directories currently installed.) 10:14:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:14:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:14:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:14:03 (Reading database ... 13912 files and directories currently installed.) 10:14:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:14:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:14:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:14:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:14:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:14:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:14:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:14:04 (Reading database ... 13912 files and directories currently installed.) 10:14:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:14:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:14:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:14:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:14:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:14:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:14:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:14:06 (Reading database ... 13912 files and directories currently installed.) 10:14:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:14:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:14:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:14:06 (Reading database ... 13912 files and directories currently installed.) 10:14:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:14:06 (Reading database ... 13912 files and directories currently installed.) 10:14:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:14:06 (Reading database ... 13912 files and directories currently installed.) 10:14:06 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:14:07 (Reading database ... 13912 files and directories currently installed.) 10:14:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:14:07 (Reading database ... 13912 files and directories currently installed.) 10:14:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:14:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:14:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:14:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:14:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:14:07 (Reading database ... 13912 files and directories currently installed.) 10:14:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:14:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:14:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:14:08 (Reading database ... 13912 files and directories currently installed.) 10:14:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:14:08 (Reading database ... 13912 files and directories currently installed.) 10:14:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:14:08 (Reading database ... 13912 files and directories currently installed.) 10:14:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:14:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:14:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:14:09 (Reading database ... 13912 files and directories currently installed.) 10:14:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 10:14:09 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 10:14:09 Setting up libc-bin (2.27-3ubuntu1.3) ... 10:14:10 (Reading database ... 13912 files and directories currently installed.) 10:14:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:14:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:14:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:14:10 (Reading database ... 13914 files and directories currently installed.) 10:14:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:14:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:14:10 Setting up debconf (1.5.66ubuntu1) ... 10:14:11 (Reading database ... 13914 files and directories currently installed.) 10:14:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:14:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:14:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:14:11 (Reading database ... 13914 files and directories currently installed.) 10:14:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:14:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:14:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:14:11 (Reading database ... 13914 files and directories currently installed.) 10:14:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:14:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:14:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:14:12 (Reading database ... 13914 files and directories currently installed.) 10:14:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:14:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:14:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 10:14:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 10:14:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:14:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:14:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:14:12 (Reading database ... 13914 files and directories currently installed.) 10:14:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:14:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:14:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:14:12 (Reading database ... 13914 files and directories currently installed.) 10:14:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:14:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:14:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:14:13 (Reading database ... 13914 files and directories currently installed.) 10:14:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:14:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:14:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:14:13 (Reading database ... 13914 files and directories currently installed.) 10:14:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 10:14:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 10:14:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 10:14:13 (Reading database ... 13914 files and directories currently installed.) 10:14:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:14:13 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:14:13 Setting up passwd (1:4.5-1ubuntu2) ... 10:14:13 (Reading database ... 13914 files and directories currently installed.) 10:14:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 10:14:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:14:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... 10:14:14 (Reading database ... 13914 files and directories currently installed.) 10:14:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:14:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:14:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:14:14 (Reading database ... 13914 files and directories currently installed.) 10:14:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:14:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:14:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:14:15 (Reading database ... 13914 files and directories currently installed.) 10:14:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:14:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:14:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:14:15 (Reading database ... 13914 files and directories currently installed.) 10:14:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:14:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:14:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:14:15 (Reading database ... 13914 files and directories currently installed.) 10:14:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:14:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:14:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:14:15 (Reading database ... 13915 files and directories currently installed.) 10:14:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:14:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:14:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:14:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:14:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:14:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:14:16 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 10:14:16 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 10:14:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:14:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:14:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:14:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:14:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:14:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:14:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:14:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:14:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:14:17 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:14:17 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:14:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:14:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:14:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:14:17 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 10:14:17 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 10:14:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:14:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:14:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:14:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:14:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:14:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:14:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:14:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:14:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:14:19 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:14:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:14:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:14:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:19 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:19 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:19 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:21 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:21 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:14:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:14:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:14:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:14:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:14:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:14:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:14:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:14:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:14:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:14:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:14:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:14:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:14:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:14:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:14:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:14:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:14:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:14:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:14:24 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:14:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:14:24 ---> 025442e833c6 10:14:24 Step 3/27 : WORKDIR /edgex-go 10:14:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:14:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:14:24 ---> 025442e833c6 10:14:24 Step 3/21 : WORKDIR /edgex-go 10:14:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:14:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:14:24 ---> 025442e833c6 10:14:24 Step 3/22 : WORKDIR /edgex-go 10:14:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:14:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:14:24 ---> 025442e833c6 10:14:24 Step 3/22 : WORKDIR /edgex-go 10:14:24 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:14:24 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:14:24 ---> 025442e833c6 10:14:24 Step 3/29 : WORKDIR /edgex-go 10:14:24 ---> Running in 400f03455376 10:14:24 ---> Running in fe81624ee2f1 10:14:24 ---> Running in f202e9025b25 10:14:24 ---> Running in 7e9ca407df6f 10:14:24 ---> Running in fb0dd8ae97f8 10:14:24 Removing intermediate container 400f03455376 10:14:24 ---> 474a0bbd6fe5 10:14:24 Removing intermediate container fe81624ee2f1 10:14:24 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:24 ---> 6f57d17a9efe 10:14:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:24 Removing intermediate container f202e9025b25 10:14:24 ---> c8eef461ead9 10:14:24 Step 4/29 : RUN apk update && apk add make git 10:14:24 Removing intermediate container 7e9ca407df6f 10:14:24 ---> 64b4b25a2899 10:14:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:24 Removing intermediate container fb0dd8ae97f8 10:14:24 ---> 3345bb69ad3a 10:14:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:24 ---> Running in 7238783cf780 10:14:24 ---> Running in 2c749305a957 10:14:24 ---> Running in d0f8d466731e 10:14:24 ---> Running in 59c42a1c0ed7 10:14:24 ---> Running in 477c503c6a38 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:24 Removing intermediate container 7238783cf780 10:14:24 ---> b2cb8d8e5c0f 10:14:24 Step 5/27 : RUN apk update && apk add make bash git 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:24 ---> Running in 2bbe4d5a1e4b 10:14:24 Removing intermediate container 2c749305a957 10:14:24 ---> 3ee300996ff6 10:14:24 Step 5/22 : RUN apk update && apk add make git 10:14:24 Removing intermediate container 477c503c6a38 10:14:24 ---> fc877e7444d2 10:14:24 Step 5/22 : RUN apk update && apk add make git 10:14:24 ---> Running in f323770055d2 10:14:24 Removing intermediate container 59c42a1c0ed7 10:14:24 ---> 242dd1c5cb33 10:14:24 Step 5/21 : RUN apk update && apk add make git 10:14:24 ---> Running in 44085c1ddbe9 10:14:24 ---> Running in 78ed076bb979 10:14:24 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:14:24 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:14:24 OK: 12620 distinct packages available 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:24 OK: 217 MiB in 51 packages 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:24 Setting up tzdata (2020d-0ubuntu0.18.04) ... 10:14:24 10:14:24 Current default time zone: 'Etc/UTC' 10:14:24 Local time is now: Wed Dec 16 10:14:24 UTC 2020. 10:14:24 Universal Time is now: Wed Dec 16 10:14:24 UTC 2020. 10:14:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:14:24 10:14:24 Setting up systemd-sysv (237-3ubuntu10.43) ... 10:14:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:24 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 10:14:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:14:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:14:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:14:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:14:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:14:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:14:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:14:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:14:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:25 Setting up patch (2.7.6-2ubuntu1.1) ... 10:14:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:14:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:14:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 10:14:25 Installing new version of config file /etc/ssl/openssl.cnf ... 10:14:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:14:25 Removing intermediate container d0f8d466731e 10:14:25 ---> 592b323931b9 10:14:25 Step 5/29 : COPY go.mod . 10:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:26 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 10:14:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 10:14:26 ---> b97cf61e8032 10:14:26 Step 6/29 : RUN go mod download 10:14:26 ---> Running in 549836f5cd04 10:14:26 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:14:26 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:14:26 OK: 12620 distinct packages available 10:14:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:27 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:14:27 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:14:27 OK: 12620 distinct packages available 10:14:27 OK: 217 MiB in 51 packages 10:14:28 Updating certificates in /etc/ssl/certs... 10:14:28 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:14:28 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:14:28 OK: 12620 distinct packages available 10:14:28 22 added, 17 removed; done. 10:14:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 10:14:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:14:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:14:28 OK: 217 MiB in 51 packages 10:14:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:14:28 Setting up pkgbinarymangler (138.18.04.1) ... 10:14:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:14:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:29 OK: 217 MiB in 51 packages 10:14:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:14:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:14:29 Setting up perl (5.26.1-6ubuntu0.5) ... 10:14:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:14:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:14:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:14:29 Removing intermediate container 2bbe4d5a1e4b 10:14:29 ---> b22654b7e0df 10:14:29 Step 6/27 : COPY go.mod . 10:14:29 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 10:14:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:14:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:14:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:14:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:14:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:14:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:14:29 Processing triggers for systemd (237-3ubuntu10.43) ... 10:14:29 Processing triggers for mime-support (3.60ubuntu1) ... 10:14:29 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 10:14:29 Updating certificates in /etc/ssl/certs... 10:14:30 0 added, 0 removed; done. 10:14:30 Running hooks in /etc/ca-certificates/update.d... 10:14:30 done. 10:14:30 ---> 173dba63ce17 10:14:30 Step 7/27 : RUN go mod download 10:14:30 Removing intermediate container 549836f5cd04 10:14:30 ---> 5fb9169f87a0 10:14:30 Step 7/29 : COPY . . 10:14:30 Removing intermediate container 78ed076bb979 10:14:30 ---> 1ce18c4376d9 10:14:30 Step 6/21 : COPY go.mod . 10:14:30 ---> Running in 6bbd0e503360 10:14:30 Reading package lists... 10:14:30 Building dependency tree... 10:14:30 Reading state information... 10:14:31 The following NEW packages will be installed: 10:14:31 apt-transport-https 10:14:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:14:31 Need to get 1696 B of archives. 10:14:31 After this operation, 153 kB of additional disk space will be used. 10:14:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:14:31 Removing intermediate container 44085c1ddbe9 10:14:31 ---> e99743e0c288 10:14:31 Step 6/22 : COPY go.mod . 10:14:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:14:31 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:14:31 OK: 12620 distinct packages available 10:14:31 debconf: delaying package configuration, since apt-utils is not installed 10:14:31 Fetched 1696 B in 0s (25.0 kB/s) 10:14:31 Selecting previously unselected package apt-transport-https. 10:14:31 (Reading database ... 13929 files and directories currently installed.) 10:14:31 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:14:31 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:14:31 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 10:14:31 Waiting for network to be ready... 10:14:32 ---> 48cdb71e24b9 10:14:32 Step 7/21 : RUN go mod download 10:14:32 OK: 217 MiB in 51 packages 10:14:33 ---> Running in 3b07840a7f3e 10:14:33 ---> ff8d61cd9c1c 10:14:33 Step 7/22 : RUN go mod download 10:14:34 ---> Running in f7aac1d8edcd 10:14:35 Removing intermediate container f323770055d2 10:14:35 ---> 5c5d8f6f5be8 10:14:35 Step 6/22 : COPY go.mod . 10:14:35 Removing intermediate container 6bbd0e503360 10:14:35 ---> 821560fff302 10:14:35 Step 8/27 : COPY . . 10:14:36 2020-12-16T10:14:34Z INFO Waiting for automatic snapd restart... 10:14:36 snapd 2.48.1 from Canonical* installed 10:14:37 ---> 6a20708fc13a 10:14:37 Step 7/22 : RUN go mod download 10:14:37 ---> Running in 3e89bda80956 10:14:37 "snapd" switched to the "latest/stable" channel 10:14:37 10:14:39 Removing intermediate container 3b07840a7f3e 10:14:39 ---> 313125f5e6c8 10:14:39 Step 8/21 : COPY . . 10:14:39 Removing intermediate container f7aac1d8edcd 10:14:39 ---> 7d54c1cbc0fe 10:14:39 Step 8/22 : COPY . . 10:14:40 core18 20200929 from Canonical* installed 10:14:40 "core18" switched to the "latest/stable" channel 10:14:40 10:14:43 snapcraft 4.4.4 from Canonical* installed 10:14:43 "snapcraft" switched to the "latest/stable" channel 10:14:43 10:14:43 Removing intermediate container 3e89bda80956 10:14:43 ---> 577dc2017959 10:14:43 Step 8/22 : COPY . . 10:14: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: 10:14:47 - README.md 10:14:47 - snapcraft.yaml.orig 10:14:47 10:14:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:14:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:14:53 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:14:53 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:14:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:14:54 ---> 6fa602bbc7a4 10:14:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:14:55 Reading package lists... 10:14:55 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 10:14:55 ---> Running in 61fa9caf1ba8 10:14:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:14:59 ---> 5b8afb3d122e 10:14:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:15:00 ---> Running in 6d4eb21e9225 10:15:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:15:01 Reading package lists... 10:15:01 Building dependency tree... 10:15:01 Reading state information... 10:15:01 Suggested packages: 10:15:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:15:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:15:01 Recommended packages: 10:15:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:15:01 The following NEW packages will be installed: 10:15:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:15:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:15:01 pkg-config zip 10:15:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:15:01 Need to get 7655 kB of archives. 10:15:01 After this operation, 43.7 MB of additional disk space will be used. 10:15:01 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:15:02 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:15:02 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:15:02 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:15:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:15:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:15:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:15:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:15:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:15:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 10:15: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 10:15:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:15:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:15:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 10:15:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:15:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:15:03 debconf: delaying package configuration, since apt-utils is not installed 10:15:03 Fetched 7655 kB in 2s (4949 kB/s) 10:15:03 Selecting previously unselected package libglib2.0-0:amd64. 10:15:03 (Reading database ... 13933 files and directories currently installed.) 10:15:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 10:15:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:15:03 Selecting previously unselected package libpsl5:amd64. 10:15:03 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:15:03 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:15:03 Selecting previously unselected package libnghttp2-14:amd64. 10:15:03 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:15:03 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:15:04 Selecting previously unselected package librtmp1:amd64. 10:15:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:15:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:15:04 Selecting previously unselected package libcurl3-gnutls:amd64. 10:15:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:15:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:15:04 Selecting previously unselected package liberror-perl. 10:15:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:15:04 Unpacking liberror-perl (0.17025-1) ... 10:15:04 Selecting previously unselected package git-man. 10:15:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:15:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:15:04 Selecting previously unselected package git. 10:15:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:15:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:15:05 Selecting previously unselected package libnorm1:amd64. 10:15:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:15:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:15:05 Selecting previously unselected package libpgm-5.2-0:amd64. 10:15:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:15:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:15:05 Selecting previously unselected package libsodium23:amd64. 10:15:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:15:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:15:05 Selecting previously unselected package libzmq5:amd64. 10:15:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:15:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:15:05 Selecting previously unselected package libzmq3-dev:amd64. 10:15:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:15:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:15:05 ---> 62b22d3a686b 10:15:05 Step 9/22 : RUN make cmd/core-command/core-command 10:15:05 Selecting previously unselected package pkg-config. 10:15:05 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:15:05 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:15:05 Selecting previously unselected package zip. 10:15:05 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:15:05 Unpacking zip (3.0-11build1) ... 10:15:05 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:15:05 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:15:05 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:15:05 Setting up liberror-perl (0.17025-1) ... 10:15:05 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:15:05 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:15:05 No schema files found: doing nothing. 10:15:06 ---> 1e5345d4ba27 10:15:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:15:06 ---> Running in 3157ca5fc2f0 10:15:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:15:06 Setting up zip (3.0-11build1) ... 10:15:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:15:06 Setting up libsodium23:amd64 (1.0.16-2) ... 10:15:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:15:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:15:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:15:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:15:06 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:15:06 ---> Running in df37dd168763 10:15:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:15:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:15:09 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 10:15:11 ---> 30f8cffccfce 10:15:11 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:15:11 ---> Running in fb261ae16465 10:15:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:15:13 git set to automatically installed. 10:15:13 git-man set to automatically installed. 10:15:13 libcurl3-gnutls set to automatically installed. 10:15:13 liberror-perl set to automatically installed. 10:15:13 libglib2.0-0 set to automatically installed. 10:15:13 libnghttp2-14 set to automatically installed. 10:15:13 libnorm1 set to automatically installed. 10:15:13 libpgm-5.2-0 set to automatically installed. 10:15:13 libpsl5 set to automatically installed. 10:15:13 librtmp1 set to automatically installed. 10:15:13 libsodium23 set to automatically installed. 10:15:13 libzmq3-dev set to automatically installed. 10:15:13 libzmq5 set to automatically installed. 10:15:13 pkg-config set to automatically installed. 10:15:13 zip set to automatically installed. 10:15:13 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 10:15:14 snapd is not logged in, snap install commands will use sudo 10:15:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:15:21 snap "core18" has no updates available 10:15:22 Pulling config-common 10:15:23 Pulling go-build-helper 10:15:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:15:45 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:15:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 10:15:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 10:15:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 10:15:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 10:15:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 10:15:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 10:15:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 10:15:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 10:15:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:15:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:15:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:15:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:15:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:15:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:15:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:15:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:15:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:15:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 10:15:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 10:15:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 10:15:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 10:15:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 10:15:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 10:15:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 10:15:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 10:15:45 Fetched 23.5 MB in 0s (0 B/s) 10:15:45 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:15:45 Fetched 96.5 kB in 0s (0 B/s) 10:15:45 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:15:45 Fetched 279 kB in 0s (0 B/s) 10:15:45 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:15:45 Fetched 122 kB in 0s (0 B/s) 10:15:45 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:15:45 Fetched 77.8 kB in 0s (0 B/s) 10:15:45 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:15:45 Fetched 8848 B in 0s (0 B/s) 10:15:45 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:15:45 Fetched 47.8 kB in 0s (0 B/s) 10:15:45 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:15:45 Fetched 45.6 kB in 0s (0 B/s) 10:15:45 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 10:15:45 Fetched 14.8 kB in 0s (0 B/s) 10:15:45 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:15:45 Fetched 214 kB in 0s (0 B/s) 10:15:45 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 10:15:45 Fetched 155 kB in 0s (0 B/s) 10:15:45 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:15:45 Fetched 50.6 kB in 0s (0 B/s) 10:15:45 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:15:45 Fetched 14.8 kB in 0s (0 B/s) 10:15:45 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:15:45 Fetched 41.8 kB in 0s (0 B/s) 10:15:45 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:15:45 Fetched 499 kB in 0s (0 B/s) 10:15:45 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:15:45 Fetched 111 kB in 0s (0 B/s) 10:15:45 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:15:45 Fetched 240 kB in 0s (0 B/s) 10:15:45 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:15:45 Fetched 29.3 kB in 0s (0 B/s) 10:15:45 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:15:45 Fetched 85.5 kB in 0s (0 B/s) 10:15:45 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:15:45 Fetched 24.5 kB in 0s (0 B/s) 10:15:45 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 10:15:45 Fetched 49.2 kB in 0s (0 B/s) 10:15:45 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:15:45 Fetched 54.2 kB in 0s (0 B/s) 10:15:45 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:15:45 Fetched 30.8 kB in 0s (0 B/s) 10:15:45 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 10:15:45 Fetched 17.0 kB in 0s (0 B/s) 10:15:45 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:15:45 Fetched 85.9 kB in 0s (0 B/s) 10:15:45 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:15:45 Fetched 8720 B in 0s (0 B/s) 10:15:45 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:15:45 Fetched 137 kB in 0s (0 B/s) 10:15:45 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:15:45 Fetched 119 kB in 0s (0 B/s) 10:15:45 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:15:45 Fetched 109 kB in 0s (0 B/s) 10:15:45 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:15:45 Fetched 11.1 kB in 0s (0 B/s) 10:15:45 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:15:45 Fetched 645 kB in 0s (0 B/s) 10:15:45 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:15:45 Fetched 41.3 kB in 0s (0 B/s) 10:15:45 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:15:45 Fetched 17.9 kB in 0s (0 B/s) 10:15:45 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:15:45 Fetched 368 kB in 0s (0 B/s) 10:15:45 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 10:15:45 Fetched 187 kB in 0s (0 B/s) 10:15:45 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:15:45 Fetched 175 kB in 0s (0 B/s) 10:15:45 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:15:47 Fetched 206 kB in 0s (0 B/s) 10:15:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 10:15:47 Fetched 1301 kB in 0s (0 B/s) 10:15:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:15:47 Fetched 36.2 kB in 0s (0 B/s) 10:15:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:15:47 Fetched 159 kB in 0s (0 B/s) 10:15:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:15:47 Fetched 107 kB in 0s (0 B/s) 10:15:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:15:47 Fetched 48.7 kB in 0s (0 B/s) 10:15:47 Pulling static-packages 10:15:48 'go115' has dependencies that need to be staged: static-packages go-build-helper 10:15:48 Skipping pull go-build-helper (already ran) 10:15:48 Skipping pull static-packages (already ran) 10:15:48 Building go-build-helper 10:15:52 Building static-packages 10:15:54 Staging go-build-helper 10:15:55 Staging static-packages 10:15:55 Pulling go115 10:15:56 'edgex-go' has dependencies that need to be staged: go115 10:15:56 Skipping pull go115 (already ran) 10:15:56 Building go115 10:15:56 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:56 Dload Upload Total Spent Left Speed 10:16:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6014k 0 0 9701k 0 0:00:12 --:--:-- 0:00:12 9685k 26 115M 26 30.7M 0 0 18.8M 0 0:00:06 0:00:01 0:00:05 18.8M 46 115M 46 54.2M 0 0 20.8M 0 0:00:05 0:00:02 0:00:03 20.8M 76 115M 76 88.1M 0 0 24.5M 0 0:00:04 0:00:03 0:00:01 24.5M 100 115M 100 115M 0 0 25.3M 0 0:00:04 0:00:04 --:--:-- 25.3M 10:16:02 go1.15.2.linux-amd64.tar.gz: OK 10:16:06 Staging go115 10:16:10 Removing intermediate container 61fa9caf1ba8 10:16:10 ---> e05e89e8f70c 10:16:10 10:16:10 Step 9/29 : FROM alpine:latest 10:16:10 latest: Pulling from library/alpine 10:16:10 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 10:16:10 Status: Downloaded newer image for alpine:latest 10:16:10 ---> dd36a01c3f31 10:16:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:16:10 ---> Running in a4c56b008430 10:16:11 Removing intermediate container a4c56b008430 10:16:11 ---> 5ec17304894e 10:16:11 Step 11/29 : USER root 10:16:11 ---> Running in 8fe2190f3882 10:16:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:16:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:16:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:16:11 Fetched 0 B in 0s (0 B/s) 10:16:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:16:11 Fetched 224 kB in 0s (0 B/s) 10:16:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:16:11 Fetched 157 kB in 0s (0 B/s) 10:16:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:16:11 Fetched 221 kB in 0s (0 B/s) 10:16:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:16:11 Fetched 143 kB in 0s (0 B/s) 10:16:11 Pulling edgex-go 10:16:11 Pulling version 10:16:12 Removing intermediate container 8fe2190f3882 10:16:12 ---> 346bbc672da0 10:16:12 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:16:12 ---> Running in 824f55ee7010 10:16:12 Building config-common 10:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:14 Skipping build go-build-helper (already ran) 10:16:14 Skipping build static-packages (already ran) 10:16:14 Skipping build go115 (already ran) 10:16:14 Building edgex-go 10:16:14 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 10:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:16 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:16:16 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:16:16 OK: 12617 distinct packages available 10:16:16 go: downloading github.com/gorilla/mux v1.8.0 10:16:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 10:16:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 10:16:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:16:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:16:16 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 10:16:16 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 10:16:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:16:16 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 10:16:16 go: downloading github.com/google/uuid v1.1.2 10:16:16 go: downloading gopkg.in/yaml.v2 v2.4.0 10:16:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:16:16 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 10:16:16 go: downloading github.com/BurntSushi/toml v0.3.1 10:16:16 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 10:16:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:16:16 go: downloading github.com/go-kit/kit v0.8.0 10:16:16 go: downloading github.com/hashicorp/consul/api v1.1.0 10:16:16 go: downloading github.com/pebbe/zmq4 v1.0.0 10:16:16 go: downloading github.com/pelletier/go-toml v1.2.0 10:16:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:16:16 go: downloading github.com/x448/float16 v0.8.4 10:16:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:16:17 go: downloading github.com/pkg/errors v0.8.1 10:16:17 go: downloading github.com/imdario/mergo v0.3.11 10:16:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:16:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:16:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:16:17 go: downloading github.com/leodido/go-urn v1.2.0 10:16:17 go: downloading github.com/hashicorp/serf v0.8.2 10:16:17 go: downloading github.com/go-playground/universal-translator v0.17.0 10:16:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:16:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 10:16:17 go: downloading github.com/mitchellh/copystructure v1.0.0 10:16:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:16:17 go: downloading github.com/go-playground/locales v0.13.0 10:16:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:16:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 10:16:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:16:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:16:17 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:16:17 (1/2) Installing ca-certificates (20191127-r4) 10:16:17 (2/2) Installing dumb-init (1.2.2-r1) 10:16:17 Executing busybox-1.31.1-r19.trigger 10:16:17 Executing ca-certificates-20191127-r4.trigger 10:16:18 OK: 6 MiB in 16 packages 10:16:20 Removing intermediate container 824f55ee7010 10:16:20 ---> 52616a0a8dee 10:16:20 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:16:20 ---> Running in 722b29a8b47d 10:16:21 Removing intermediate container 722b29a8b47d 10:16:21 ---> fcb863eeef28 10:16:21 Step 14/29 : WORKDIR $BASE_DIR 10:16:21 ---> Running in 6b7f09bcfbe0 10:16:22 Removing intermediate container 6b7f09bcfbe0 10:16:22 ---> 43e3af801eaf 10:16:22 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:16:22 ---> Running in 79eecf0dc5c1 10:16:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:16:26 Removing intermediate container 79eecf0dc5c1 10:16:26 ---> 15fe39eec427 10:16:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:16:28 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 10:16:28 ---> 5fdf47c0ec83 10:16:28 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:16:29 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 10:16:29 ---> dc4f3e3861fc 10:16:29 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:16:30 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 10:16:30 ---> ea51f7ffce5b 10:16:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:16:30 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 10:16:30 go: downloading github.com/stretchr/testify v1.5.1 10:16:30 go: downloading github.com/davecgh/go-spew v1.1.1 10:16:30 go: downloading github.com/pmezard/go-difflib v1.0.0 10:16:31 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 10:16:31 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:16:31 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:16:32 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 10:16:32 ---> 6329c0540d8f 10:16:32 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:16:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:16:33 ---> 2a4c03c58645 10:16:33 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:16:33 ---> Running in 423fb4a1cf4a 10:16:34 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 10:16:34 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:16:35 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 10:16:35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 10:16:36 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 10:16:37 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 10:16:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:16:39 Removing intermediate container 423fb4a1cf4a 10:16:39 ---> e3ef09c05ef1 10:16:39 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:16:39 Removing intermediate container 6d4eb21e9225 10:16:39 ---> 560942a84555 10:16:39 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:16:39 ---> Running in 763c3e9184be 10:16:40 Building version 10:16:40 ---> 5cfcc35540a6 10:16:40 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:16:40 ---> Running in 2b0c4de041db 10:16:42 Staging config-common 10:16:42 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 10:16:42 Skipping stage go-build-helper (already ran) 10:16:42 Skipping stage static-packages (already ran) 10:16:42 Skipping stage go115 (already ran) 10:16:42 Staging edgex-go 10:16:43 Staging version 10:16:44 Priming config-common 10:16:45 Removing intermediate container 2b0c4de041db 10:16:45 ---> 60bae847deea 10:16:45 Step 24/29 : RUN chmod 755 security-secrets-setup 10:16:45 Removing intermediate container fb261ae16465 10:16:45 ---> fc4fcf2c9541 10:16:45 10:16:45 Step 10/22 : FROM alpine:3.10 10:16:45 3.10: Pulling from library/alpine 10:16:45 ---> Running in 96fdecf63ca5 10:16:45 Priming go-build-helper 10:16:46 Priming static-packages 10:16:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:16:48 Status: Downloaded newer image for alpine:3.10 10:16:48 ---> 536a684cf733 10:16:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:16:48 Priming go115 10:16:49 ---> Running in 49427ac6c954 10:16:49 Priming edgex-go 10:16:49 Removing intermediate container 763c3e9184be 10:16:49 ---> 131107ac93f2 10:16:49 10:16:49 Step 11/27 : FROM docker:latest 10:16:49 ---> 0c09fb3ff9b5 10:16:49 Step 12/27 : RUN apk add --no-cache bash 10:16:49 ---> Running in fccb5b2a4bb8 10:16:50 Removing intermediate container df37dd168763 10:16:50 ---> 904f34b6c4fa 10:16:50 10:16:50 Step 10/21 : FROM alpine 10:16:50 ---> dd36a01c3f31 10:16:50 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:16:50 ---> Running in 9a75e3996f16 10:16:50 Removing intermediate container 96fdecf63ca5 10:16:50 ---> bc4744263e96 10:16:50 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:16:50 Priming version 10:16:51 ---> Running in 991435b29313 10:16:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 10:16:51 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 10:16:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:51 Removing intermediate container 991435b29313 10:16:51 ---> 2f2438781911 10:16:51 Step 26/29 : CMD [ "generate" ] 10:16:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 10:16:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:51 ---> Running in aa7b40d20ebb 10:16:52 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:16:52 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:16:52 OK: 10171 distinct packages available 10:16:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:52 (1/2) Installing readline (8.0.4-r0) 10:16:52 (2/2) Installing bash (5.0.17-r0) 10:16:52 Removing intermediate container aa7b40d20ebb 10:16:52 ---> 3e9de0943872 10:16:52 Step 27/29 : LABEL arch=arm64 10:16:52 Executing bash-5.0.17-r0.post-install 10:16:52 (1/5) Installing ca-certificates (20191127-r2) 10:16:52 Executing busybox-1.31.1-r19.trigger 10:16:52 OK: 12 MiB in 22 packages 10:16:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:16:53 (3/5) Installing libcurl (7.66.0-r3) 10:16:53 (4/5) Installing curl (7.66.0-r3) 10:16:53 (5/5) Installing dumb-init (1.2.2-r1) 10:16:53 Executing busybox-1.30.1-r3.trigger 10:16:53 Executing ca-certificates-20191127-r2.trigger 10:16:53 ---> Running in 3e01749791c4 [Pipeline] } 10:16:53 OK: 7 MiB in 19 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 10:16:53 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:16:53 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:16:53 OK: 12617 distinct packages available [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:16:54 Removing intermediate container 3e01749791c4 10:16:54 ---> dc3f0046637a 10:16:54 Step 28/29 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:16:54 ---> Running in 40cf385ef7f1 10:16:54 (1/4) Installing ca-certificates (20191127-r4) 10:16:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:16:54 (3/4) Installing libcurl (7.69.1-r3) 10:16:54 (4/4) Installing curl (7.69.1-r3) 10:16:54 Executing busybox-1.31.1-r19.trigger 10:16:54 Executing ca-certificates-20191127-r4.trigger 10:16:54 OK: 7 MiB in 18 packages 10:16:55 Removing intermediate container 40cf385ef7f1 10:16:55 ---> c3ae917b0795 10:16:55 Step 29/29 : LABEL version=0.0.0 10:16:55 Removing intermediate container fccb5b2a4bb8 10:16:55 ---> 20be6dca2477 10:16:55 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:16:55 ---> Running in 2bc2f76b744b 10:16:55 ---> Running in 24be2b20faa3 10:16:56 Removing intermediate container 49427ac6c954 10:16:56 ---> 3e870a985da7 10:16:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:16:56 Removing intermediate container 24be2b20faa3 10:16:56 ---> d5967d791745 10:16:56 10:16:57 ---> Running in 5d96f32f1d58 10:16:57 Removing intermediate container 9a75e3996f16 10:16:57 ---> d8262c05daa5 10:16:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:16:57 Successfully built d5967d791745 10:16:57 Successfully tagged docker-security-secrets-setup-go-arm64:latest 10:16:57  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go 10:16:57 ---> Running in ff80fdd2e16d 10:16:58 Removing intermediate container 5d96f32f1d58 10:16:58 ---> aad4fc2158aa 10:16:58 Step 13/22 : WORKDIR / 10:16:58 Removing intermediate container 3157ca5fc2f0 10:16:58 ---> ba6870929a5c 10:16:58 10:16:58 Step 10/22 : FROM scratch 10:16:58 ---> 10:16:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:16:58 ---> Running in af3a14fdda13 10:16:58 ---> Running in 0f2229154833 10:16:58 Removing intermediate container ff80fdd2e16d 10:16:58 ---> cf2397c5d425 10:16:58 Step 13/21 : WORKDIR /edgex 10:16:58 ---> Running in 197ee3eb7733 10:16:58 Removing intermediate container 2bc2f76b744b 10:16:58 ---> 4deedfe342fd 10:16:58 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:16:59 Removing intermediate container 0f2229154833 10:16:59 ---> 1e4d3c81a47c 10:16:59 Step 12/22 : ENV APP_PORT=48082 10:16:59 ---> Running in 07d198f8f963 10:16:59 Removing intermediate container af3a14fdda13 10:16:59 ---> df423b72938f 10:16:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:16:59 ---> Running in 50b2e1b15117 10:17:00 Removing intermediate container 197ee3eb7733 10:17:00 ---> 56455f32f6af 10:17:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:17:00 Removing intermediate container 07d198f8f963 10:17:00 ---> 2f2e511ee172 10:17:00 Step 15/27 : ENV APP_PORT=48090 10:17:01 Removing intermediate container 50b2e1b15117 10:17:01 ---> 86c70736ad93 10:17:01 Step 13/22 : EXPOSE $APP_PORT ---> 0b2db384137f 10:17:01 10:17:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:17:01 ---> Running in 074cd3e40480 10:17:01 ---> c32e0de02f39 10:17:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:17:01 ---> Running in 103344c4f792 10:17:03 Removing intermediate container 074cd3e40480 10:17:03 ---> d948b4a323e3 10:17:03 Step 16/27 : EXPOSE $APP_PORT 10:17:03 Removing intermediate container 103344c4f792 10:17:03 ---> c5a4e621b9e6 10:17:03 Step 14/22 : WORKDIR / 10:17:03 ---> 802607cdbab2 10:17:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:17:03 ---> a1ed9e3f8c59 10:17:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:17:03 ---> Running in 9c4182a58871 10:17:03 ---> Running in 7179d210c373 10:17:04 Removing intermediate container 7179d210c373 10:17:04 ---> 5761fd63fef7 10:17:04 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:17:05 Removing intermediate container 9c4182a58871 10:17:05 ---> 97e225674cbf 10:17:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:17:05 ---> 2f5992d54bdd 10:17:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:17:05 ---> 9e7e3159baab 10:17:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:17:05 ---> Running in 364d6dffca8d 10:17:06 Removing intermediate container 364d6dffca8d 10:17:06 ---> 0ff08e67a8b8 10:17:06 Step 18/21 : CMD ["--init=true"] 10:17:07 ---> 5af0c9da7beb 10:17:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:17:07 ---> 53599a1bf08b 10:17:07 ---> fb56a0c1f3d6 10:17:07 Step 18/22 : RUN chmod +x entrypoint.sh 10:17:07 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:17:07 ---> Running in d7027f454098 10:17:07 ---> Running in 2c4f8e8ed987 10:17:08 Removing intermediate container d7027f454098 10:17:08 ---> 72fafb1db8a0 10:17:08 Step 19/21 : LABEL arch=arm64 10:17:08 ---> 55f29201c9a7 10:17:08 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:17:08 ---> Running in 94368778a47f 10:17:09 ---> e7dd66425ca1 10:17:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:17:10 Removing intermediate container 94368778a47f 10:17:10 ---> f2c7dd96025d 10:17:10 Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:17:10 ---> Running in b534c1f56684 10:17:10 ---> 495ac217f2b1 10:17:10 Step 20/27 : RUN apk --no-cache add py3-pip 10:17:11 ---> 757e87c2e90f 10:17:11 Step 18/22 : ENTRYPOINT ["/core-command"] 10:17:11 ---> Running in 121b11d14678 10:17:11 Removing intermediate container b534c1f56684 10:17:11 ---> bc671988f73f 10:17:11 Step 21/21 : LABEL version=0.0.0 10:17:11 ---> Running in f883d38bb5fd 10:17:12 ---> Running in 610dee76a7c4 10:17:12 Removing intermediate container 2c4f8e8ed987 10:17:12 ---> 4c9e6bc3f71d 10:17:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:17:12 Removing intermediate container f883d38bb5fd 10:17:12 ---> d3ed16e8a826 10:17:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:17:12 ---> Running in 0b51f0f44ef1 10:17:12 ---> Running in 7cc66279114c 10:17:13 Removing intermediate container 610dee76a7c4 10:17:13 ---> 3a10b01556bd 10:17:13 10:17:13 Removing intermediate container 0b51f0f44ef1 10:17:13 ---> ad5262c4ed57 10:17:13 Step 20/22 : LABEL arch=arm64 10:17:13 Successfully built 3a10b01556bd 10:17:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:17:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:17:13 Building docker-core-metadata-go 10:17:14  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:17:14 ---> Running in 123d27043ee0 10:17:14 Removing intermediate container 7cc66279114c 10:17:14 ---> eb36cc3a8a6d 10:17:14 Step 20/22 : LABEL arch=arm64 10:17:14 ---> Running in 2e5db0520928 10:17:14 (1/33) Installing libbz2 (1.0.8-r1) 10:17:14 Removing intermediate container 123d27043ee0 10:17:14 ---> 0981652ae0da 10:17:14 (2/33) Installing expat (2.2.9-r1) 10:17:14 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:17:14 (3/33) Installing libffi (3.3-r2) 10:17:14 (4/33) Installing gdbm (1.13-r1) 10:17:14 (5/33) Installing xz-libs (5.2.5-r0) 10:17:14 (6/33) Installing sqlite-libs (3.32.1-r0) 10:17:14 (7/33) Installing python3 (3.8.5-r0) 10:17:14 ---> Running in 900e8d52bea1 10:17:15 Removing intermediate container 2e5db0520928 10:17:15 ---> a5f36b179189 10:17:15 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:17:16 ---> Running in 9ed817b32c76 10:17:17 (8/33) Installing py3-appdirs (1.4.4-r1) 10:17:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:17:17 (10/33) Installing py3-parsing (2.4.7-r0) 10:17:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:17:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:17:17 ---> 025442e833c6 10:17:17 Step 3/24 : WORKDIR /edgex-go 10:17:17 ---> Using cache 10:17:17 ---> 3345bb69ad3a 10:17:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:17 ---> Using cache 10:17:17 ---> 242dd1c5cb33 10:17:17 Step 5/24 : RUN apk update && apk add make git 10:17:17 ---> Using cache 10:17:17 ---> 1ce18c4376d9 10:17:17 Step 6/24 : COPY go.mod . 10:17:17 ---> Using cache 10:17:17 ---> 48cdb71e24b9 10:17:17 Step 7/24 : RUN go mod download 10:17:17 ---> Using cache 10:17:17 ---> 313125f5e6c8 10:17:17 Step 8/24 : COPY . . 10:17:17 ---> Using cache 10:17:17 ---> 1e5345d4ba27 10:17:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:17:17 (11/33) Installing py3-six (1.15.0-r0) 10:17:17 (12/33) Installing py3-packaging (20.4-r0) 10:17:17 (13/33) Installing py3-setuptools (47.0.0-r0) 10:17:17 (14/33) Installing py3-chardet (3.0.4-r4) 10:17:17 (15/33) Installing py3-idna (2.9-r0) 10:17:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:17:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:17:17 Removing intermediate container 900e8d52bea1 10:17:17 ---> 29c658e0530e 10:17:17 Step 22/22 : LABEL version=0.0.0 10:17:17 (18/33) Installing py3-requests (2.23.0-r0) 10:17:17 (19/33) Installing py3-msgpack (1.0.0-r0) 10:17:17 (20/33) Installing py3-lockfile (0.12.2-r3) 10:17:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:17:17 (22/33) Installing py3-colorama (0.4.3-r0) 10:17:17 (23/33) Installing py3-distlib (0.3.0-r0) 10:17:17 (24/33) Installing py3-distro (1.5.0-r1) 10:17:17 (25/33) Installing py3-webencodings (0.5.1-r3) 10:17:17 (26/33) Installing py3-html5lib (1.0.1-r4) 10:17:17 (27/33) Installing py3-pytoml (0.1.21-r0) 10:17:17 (28/33) Installing py3-pep517 (0.8.2-r0) 10:17:17 (29/33) Installing py3-progress (1.5-r0) 10:17:17 (30/33) Installing py3-toml (0.10.1-r0) 10:17:17 (31/33) Installing py3-retrying (1.3.3-r0) 10:17:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:17:18 (33/33) Installing py3-pip (20.1.1-r0) 10:17:18 Executing busybox-1.31.1-r19.trigger 10:17:18 OK: 71 MiB in 55 packages 10:17:18 ---> Running in 5d9e66d45186 10:17:18 ---> Running in 18764c1bd241 10:17:18 Removing intermediate container 9ed817b32c76 10:17:18 ---> 2ae0923a4905 10:17:18 Step 22/22 : LABEL version=0.0.0 10:17:19 ---> Running in 14c0f392e623 10:17:20 Removing intermediate container 18764c1bd241 10:17:20 ---> 8c201e7c249f 10:17:20 10:17:20 Removing intermediate container 14c0f392e623 10:17:20 ---> e0f025cb28b5 10:17:20 10:17:20 Successfully built 8c201e7c249f 10:17:20 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 10:17:20  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 10:17:21 Successfully built e0f025cb28b5 10:17:21 Successfully tagged docker-core-command-go-arm64:latest 10:17:21 Building docker-support-notifications-go 10:17:21  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:17:29 Removing intermediate container 121b11d14678 10:17:29 ---> 464802df580e 10:17:29 Step 21/27 : RUN pip install docker-compose==1.23.2 10:17:30 ---> Running in fd0e28618d3e 10:17:38 Collecting docker-compose==1.23.2 10:17:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:17:38 Collecting dockerpty<0.5,>=0.4.1 10:17:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:17:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:17:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:17:43 Collecting cached-property<2,>=1.2.0 10:17:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:17:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:17:44 Collecting docker<4.0,>=3.6.0 10:17:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:17:45 Collecting websocket-client<1.0,>=0.32.0 10:17:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:17:46 Collecting PyYAML<4,>=3.10 10:17:46 Downloading PyYAML-3.13.tar.gz (270 kB) 10:17:51 Collecting texttable<0.10,>=0.9.0 10:17:51 Downloading texttable-0.9.1.tar.gz (11 kB) 10:17:53 Collecting jsonschema<3,>=2.5.1 10:17:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:17:54 Collecting docopt<0.7,>=0.6.1 10:17:54 Downloading docopt-0.6.2.tar.gz (25 kB) 10:17:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:17:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:17:56 ---> 025442e833c6 10:17:56 Step 3/22 : WORKDIR /edgex-go 10:17:56 ---> Using cache 10:17:56 ---> 3345bb69ad3a 10:17:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:56 ---> Using cache 10:17:56 ---> 242dd1c5cb33 10:17:56 Step 5/22 : RUN apk update && apk add make git 10:17:56 ---> Using cache 10:17:56 ---> 1ce18c4376d9 10:17:56 Step 6/22 : COPY go.mod . 10:17:56 ---> Using cache 10:17:56 ---> 48cdb71e24b9 10:17:56 Step 7/22 : RUN go mod download 10:17:56 ---> Using cache 10:17:56 ---> 313125f5e6c8 10:17:56 Step 8/22 : COPY . . 10:17:56 ---> Using cache 10:17:56 ---> 1e5345d4ba27 10:17:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:17:57 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:17:57 Collecting idna<2.8,>=2.5 10:17:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:17:58 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) 10:18:00 Collecting urllib3<1.25,>=1.21.1 10:18:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:18:01 Collecting docker-pycreds>=0.4.0 10:18:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:18:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:18:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:18:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:18:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:18:02 ---> Running in d5ba7c30537f 10:18:03 Installing collected packages: dockerpty, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, docopt, docker-compose 10:18:03 Running setup.py install for dockerpty: started 10:18:04 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 10:18:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:18:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:18:04 ---> 025442e833c6 10:18:04 Step 3/21 : WORKDIR /edgex-go 10:18:04 ---> Using cache 10:18:04 ---> 3345bb69ad3a 10:18:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:04 ---> Using cache 10:18:04 ---> 242dd1c5cb33 10:18:04 Step 5/21 : RUN apk update && apk add make git 10:18:04 ---> Using cache 10:18:04 ---> 1ce18c4376d9 10:18:04 Step 6/21 : COPY go.mod . 10:18:04 ---> Using cache 10:18:04 ---> 48cdb71e24b9 10:18:04 Step 7/21 : RUN go mod download 10:18:05 ---> Using cache 10:18:05 ---> 313125f5e6c8 10:18:05 Step 8/21 : COPY . . 10:18:05 ---> Using cache 10:18:05 ---> 1e5345d4ba27 10:18:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:18:05 ---> Running in 07ad586a1a51 10:18:06 Running setup.py install for dockerpty: finished with status 'done' 10:18:06 Attempting uninstall: idna 10:18:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:18:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:18:06 ---> 025442e833c6 10:18:06 Step 3/24 : WORKDIR /edgex-go Found existing installation: idna 2.9 10:18:06 10:18:06 ---> Using cache 10:18:06 ---> 3345bb69ad3a 10:18:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:06 ---> Using cache 10:18:06 ---> 242dd1c5cb33 10:18:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:18:06 ---> Running in 7be8726afe9d 10:18:06 Uninstalling idna-2.9: 10:18:06 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 10:18:06 Successfully uninstalled idna-2.9 10:18:07 Attempting uninstall: urllib3 10:18:07 Found existing installation: urllib3 1.25.9 10:18:07 Uninstalling urllib3-1.25.9: 10:18:07 Successfully uninstalled urllib3-1.25.9 10:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:18:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:18:08 Attempting uninstall: requests 10:18:08 Found existing installation: requests 2.23.0 10:18:08 Uninstalling requests-2.23.0: 10:18:08 Successfully uninstalled requests-2.23.0 10:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:18:10 Running setup.py install for PyYAML: started 10:18:11 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:18:11 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:18:11 OK: 12620 distinct packages available 10:18:12 OK: 217 MiB in 51 packages 10:18:14 Running setup.py install for PyYAML: finished with status 'done' 10:18:14 Removing intermediate container 7be8726afe9d 10:18:14 ---> e5a63e15bb78 10:18:14 Step 6/24 : COPY go.mod . 10:18:14 Running setup.py install for texttable: started 10:18:15 ---> e893ddd93677 10:18:15 Step 7/24 : RUN go mod download 10:18:15 ---> Running in 847c613f830b 10:18:17 Running setup.py install for texttable: finished with status 'done' 10:18:18 Running setup.py install for docopt: started 10:18:20 Removing intermediate container 847c613f830b 10:18:20 ---> 0e563a2f713e 10:18:21 Step 8/24 : COPY . . 10:18:21 Running setup.py install for docopt: finished with status 'done' 10:18:23 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 10:18:24 Removing intermediate container 5d9e66d45186 10:18:24 ---> 4a4f3c048725 10:18:24 10:18:24 Step 10/24 : FROM alpine:3.10 10:18:24 ---> 536a684cf733 10:18:24 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:18:24 ---> Using cache 10:18:24 ---> 3e870a985da7 10:18:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:18:25 ---> Running in c3e812f5599c 10:18:26 Removing intermediate container c3e812f5599c 10:18:26 ---> c37a6edb42b1 10:18:26 Step 13/24 : WORKDIR / 10:18:27 ---> Running in 0b384b46d5ef 10:18:29 Removing intermediate container 0b384b46d5ef 10:18:29 ---> 992e2291f3f7 10:18:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:18:32 ---> 044596761052 10:18:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:18:32 Removing intermediate container fd0e28618d3e 10:18:32 ---> 7017cc9bfb90 10:18:32 Step 22/27 : RUN apk --no-cache add curl 10:18:33 ---> Running in 8281c41bdfa8 10:18:34 ---> e24653f517dd 10:18:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:18:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:18:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:18:36 (2/3) Installing libcurl (7.69.1-r3) 10:18:36 (3/3) Installing curl (7.69.1-r3) 10:18:36 Executing busybox-1.31.1-r19.trigger 10:18:36 OK: 71 MiB in 58 packages 10:18:37 ---> fe3dedb83f86 10:18:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:18:39 Removing intermediate container 8281c41bdfa8 10:18:39 ---> b48de7b64eee 10:18:39 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:18:40 ---> Running in bd1224ef1aba 10:18:40 ---> 52374f6c346c 10:18:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:18:41 Removing intermediate container bd1224ef1aba 10:18:41 ---> 3c117b5c926c 10:18:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:18:42 ---> Running in 7a660cb1799b 10:18:44 ---> 4f0f48f890ee 10:18:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:18:44 Removing intermediate container 7a660cb1799b 10:18:44 ---> 6fd8dce86bd2 10:18:44 Step 25/27 : LABEL arch=arm64 10:18:44 ---> Running in 7a50367477c7 10:18:46 Removing intermediate container 7a50367477c7 10:18:46 ---> 9d07b100505c 10:18:46 Step 26/27 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:18:46 ---> d3fce7ca738b 10:18:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:18:46 ---> Running in 38f7d63321b0 10:18:47 ---> Running in 487e5ac2a346 10:18:48 Removing intermediate container 38f7d63321b0 10:18:48 ---> 55ddb8a20880 10:18:48 Step 27/27 : LABEL version=0.0.0 10:18:48 ---> Running in 582a6737e389 10:18:49 Removing intermediate container 582a6737e389 10:18:49 ---> 30c6e98f481d 10:18:49 10:18:50 ---> 14e97f751067 10:18:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:18:50 Successfully built 30c6e98f481d 10:18:50 ---> Running in 8d44ae19dad2 10:18:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:18:50  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go 10:18:51 Removing intermediate container 487e5ac2a346 10:18:51 ---> 310fea07bd56 10:18:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:18:51 ---> Running in 7a4aaac9526f 10:18:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:18:52 Removing intermediate container 7a4aaac9526f 10:18:52 ---> 3d846052a594 10:18:52 Step 22/24 : LABEL arch=arm64 10:18:53 ---> Running in 95203990b505 10:18:54 Removing intermediate container 95203990b505 10:18:54 ---> 0f7a9a8a0323 10:18:54 Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:18:55 ---> Running in 360ce743d5f9 10:18:56 Removing intermediate container 360ce743d5f9 10:18:56 ---> 65a94eb5a47c 10:18:56 Step 24/24 : LABEL version=0.0.0 10:18:56 ---> Running in cb68773ccb4a 10:18:57 Removing intermediate container cb68773ccb4a 10:18:57 ---> faaa51b3979b 10:18:57 10:18:58 Successfully built faaa51b3979b 10:18:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:19:20  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:19:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:19:20 ---> 025442e833c6 10:19:20 Step 3/23 : WORKDIR /edgex-go 10:19:20 ---> Using cache 10:19:20 ---> 3345bb69ad3a 10:19:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:20 ---> Using cache 10:19:20 ---> 242dd1c5cb33 10:19:20 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:19:20 ---> Running in 710df33ff260 10:19:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:22 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 10:19:22 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 10:19:22 OK: 12620 distinct packages available 10:19:23 OK: 217 MiB in 51 packages 10:19:25 Removing intermediate container 710df33ff260 10:19:25 ---> 9940eba2328d 10:19:25 Step 6/23 : COPY go.mod . 10:19:26 ---> 608f7d4ee082 10:19:26 Step 7/23 : RUN go mod download 10:19:26 ---> Running in 18d881b0af56 10:19:32 Removing intermediate container 18d881b0af56 10:19:32 ---> 8f2cc486fc01 10:19:32 Step 8/23 : COPY . . 10:19:54 ---> eb654abbfedd 10:19:54 Step 9/23 : RUN make cmd/core-data/core-data 10:19:54 ---> Running in d6947ed6419f 10:19:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:19:59 Removing intermediate container 07ad586a1a51 10:19:59 ---> f72c94e1ed0c 10:19:59 10:19:59 Step 10/21 : FROM scratch 10:19:59 ---> 10:19:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:19:59 ---> Using cache 10:19:59 ---> 1e4d3c81a47c 10:19:59 Step 12/21 : ENV APP_PORT=48085 10:19:59 ---> Running in d4769d3af3b9 10:19:59 Removing intermediate container d4769d3af3b9 10:19:59 ---> 34261d19dbee 10:19:59 Step 13/21 : EXPOSE $APP_PORT 10:20:00 ---> Running in 5c64c33600a3 10:20:00 Removing intermediate container 5c64c33600a3 10:20:00 ---> 23bbf51c6e61 10:20:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:20:02 ---> 699730f9d5de 10:20:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:20:04 ---> 5545f5b1d621 10:20:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:20:05 ---> 6e0fa88882a4 10:20:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:20:05 ---> Running in cc361263c94d 10:20:06 Removing intermediate container cc361263c94d 10:20:06 ---> 6c08b741af1b 10:20:06 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:06 ---> Running in 219b29121753 10:20:07 Removing intermediate container 219b29121753 10:20:07 ---> 1dc736dfeddb 10:20:07 Step 19/21 : LABEL arch=arm64 10:20:07 ---> Running in 4ad1566be536 10:20:08 Removing intermediate container 4ad1566be536 10:20:08 ---> 5997fad51223 10:20:08 Step 20/21 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:20:08 ---> Running in cb7cc2a2525c 10:20:09 Removing intermediate container cb7cc2a2525c 10:20:09 ---> b50ba1c5b5e7 10:20:09 Step 21/21 : LABEL version=0.0.0 10:20:09 ---> Running in 66d1174c22c7 10:20:09 Removing intermediate container 66d1174c22c7 10:20:09 ---> 7aad6bf42bee 10:20:09 10:20:10 Successfully built 7aad6bf42bee 10:20:10 Successfully tagged docker-support-scheduler-go-arm64:latest 10:20:17  Building docker-support-scheduler-go ... done Removing intermediate container d5ba7c30537f 10:20:17 ---> 3bfe133be8aa 10:20:17 10:20:17 Step 10/22 : FROM scratch 10:20:17 ---> 10:20:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:20:17 ---> Using cache 10:20:17 ---> 1e4d3c81a47c 10:20:17 Step 12/22 : ENV APP_PORT=48081 10:20:17 ---> Running in ec981f00b0c3 10:20:18 Removing intermediate container ec981f00b0c3 10:20:18 ---> dd1e8c001fe8 10:20:18 Step 13/22 : EXPOSE $APP_PORT 10:20:18 ---> Running in df0e4f12e887 10:20:18 Removing intermediate container df0e4f12e887 10:20:18 ---> c14e14aa23b0 10:20:18 Step 14/22 : WORKDIR / 10:20:19 ---> Running in d6248306af21 10:20:19 Removing intermediate container d6248306af21 10:20:19 ---> b5733e54ab27 10:20:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:20:21 ---> 149377c98cc9 10:20:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:20:23 ---> 72799000a0e7 10:20:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:20:24 ---> a443767d4e7c 10:20:24 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:20:24 ---> Running in f4c1bf7ad29b 10:20:25 Removing intermediate container f4c1bf7ad29b 10:20:25 ---> a2bd21ace81c 10:20:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:25 ---> Running in bd8890365b58 10:20:26 Removing intermediate container bd8890365b58 10:20:26 ---> 750b2b22ffbb 10:20:26 Step 20/22 : LABEL arch=arm64 10:20:26 ---> Running in f54b3649fe14 10:20:26 Removing intermediate container f54b3649fe14 10:20:26 ---> 21c239ef72b4 10:20:26 Step 21/22 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:20:27 ---> Running in 211e6668c827 10:20:27 Removing intermediate container 211e6668c827 10:20:27 ---> bac3ab3374a6 10:20:27 Step 22/22 : LABEL version=0.0.0 10:20:28 ---> Running in 129f738c394c 10:20:28 Removing intermediate container 129f738c394c 10:20:28 ---> 3d41c1098c87 10:20:28 10:20:29 Successfully built 3d41c1098c87 10:20:29 Successfully tagged docker-core-metadata-go-arm64:latest 10:20:32  Building docker-core-metadata-go ... done Removing intermediate container 8d44ae19dad2 10:20:32 ---> 512e7bac41a8 10:20:32 10:20:32 Step 10/24 : FROM scratch 10:20:32 ---> 10:20:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:20:33 ---> Running in 2237dd470bc6 10:20:33 Removing intermediate container 2237dd470bc6 10:20:33 ---> 9b395c6f50c2 10:20:33 Step 12/24 : ENV APP_PORT=48060 10:20:33 ---> Running in 0d012d8700f6 10:20:34 Removing intermediate container 0d012d8700f6 10:20:34 ---> f1d451cc5658 10:20:34 Step 13/24 : EXPOSE $APP_PORT 10:20:34 ---> Running in dd8f855ffae9 10:20:35 Removing intermediate container dd8f855ffae9 10:20:35 ---> f79708e1d319 10:20:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:20:36 ---> babac5eaaecf 10:20:36 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:20:38 ---> 16a0111652d1 10:20:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:20:40 ---> c8db76bfc85a 10:20:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:20:41 ---> 2236db690379 10:20:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:20:43 ---> d793389ff3cc 10:20:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:20:44 ---> 04a81b813cc9 10:20:44 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:20:45 ---> Running in e1fcad3eb6af 10:20:45 Removing intermediate container e1fcad3eb6af 10:20:45 ---> 714f04408ea7 10:20:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:45 ---> Running in dde9dcc3d9f3 10:20:46 Removing intermediate container dde9dcc3d9f3 10:20:46 ---> c02cffe2e4b0 10:20:46 Step 22/24 : LABEL arch=arm64 10:20:46 ---> Running in 380e3670d965 10:20:47 Removing intermediate container 380e3670d965 10:20:47 ---> a90aec6858e2 10:20:47 Step 23/24 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:20:47 ---> Running in 085feace20ad 10:20:48 Removing intermediate container 085feace20ad 10:20:48 ---> 036e8338f432 10:20:48 Step 24/24 : LABEL version=0.0.0 10:20:48 ---> Running in debfa2e6ad43 10:20:49 Removing intermediate container debfa2e6ad43 10:20:49 ---> e1ba70f8e65d 10:20:49 10:20:49 Successfully built e1ba70f8e65d 10:20:49 Successfully tagged docker-support-notifications-go-arm64:latest 10:21:11  Building docker-support-notifications-go ... done Removing intermediate container d6947ed6419f 10:21:11 ---> c03f3d66bde1 10:21:11 10:21:11 Step 10/23 : FROM alpine 10:21:11 ---> dd36a01c3f31 10:21:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:21:11 ---> Running in 2e3366d75bcf 10:21:11 Removing intermediate container 2e3366d75bcf 10:21:11 ---> cc4f3c62d53c 10:21:11 Step 12/23 : ENV APP_PORT=48080 10:21:11 ---> Running in 7e8f9047b9b2 10:21:11 Removing intermediate container 7e8f9047b9b2 10:21:11 ---> 8829c40734f0 10:21:11 Step 13/23 : EXPOSE $APP_PORT 10:21:11 ---> Running in e5bda543573b 10:21:11 Removing intermediate container e5bda543573b 10:21:11 ---> 09e0fb5ee07a 10:21:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:11 ---> Running in 017abaae2151 10:21:12 Removing intermediate container 017abaae2151 10:21:12 ---> a4361dfd8750 10:21:12 Step 15/23 : RUN apk --no-cache add zeromq 10:21:13 ---> Running in 7ca9b7343300 10:21:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:17 (1/5) Installing libgcc (9.3.0-r2) 10:21:17 (2/5) Installing libsodium (1.0.18-r0) 10:21:18 (3/5) Installing libstdc++ (9.3.0-r2) 10:21:19 (4/5) Installing libzmq (4.3.3-r0) 10:21:19 (5/5) Installing zeromq (4.3.3-r0) 10:21:19 Executing busybox-1.31.1-r19.trigger 10:21:19 OK: 8 MiB in 19 packages 10:21:20 Removing intermediate container 7ca9b7343300 10:21:20 ---> 693173a67c92 10:21:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:21:21 ---> b5335247e2e0 10:21:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:21:22 ---> b2db519c5fe5 10:21:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:21:23 ---> b760555d0b52 10:21:23 Step 19/23 : ENTRYPOINT ["/core-data"] 10:21:23 ---> Running in 35ad6626e74a 10:21:24 Removing intermediate container 35ad6626e74a 10:21:24 ---> 0c330b089d22 10:21:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:21:24 ---> Running in 154cbd7fcee9 10:21:24 Removing intermediate container 154cbd7fcee9 10:21:24 ---> 1e773ef81571 10:21:24 Step 21/23 : LABEL arch=arm64 10:21:24 ---> Running in 2adecc141cdf 10:21:25 Removing intermediate container 2adecc141cdf 10:21:25 ---> 53f760c27882 10:21:25 Step 22/23 : LABEL git_sha=424f84ba947e69db1eccda73b18ab08a1cdd8c1d 10:21:25 ---> Running in b789030f9f38 10:21:26 Removing intermediate container b789030f9f38 10:21:26 ---> 26b9e9911a2d 10:21:26 Step 23/23 : LABEL version=0.0.0 10:21:26 ---> Running in ebfc51c77a7c 10:21:26 Removing intermediate container ebfc51c77a7c 10:21:26 ---> ad7673955ffb 10:21:26 10:21:26 Successfully built ad7673955ffb 10:21:26 Successfully tagged docker-core-data-go-arm64:latest 10:21:27  Building docker-core-data-go ... done  [Pipeline] } 10:21:27 $ docker stop --time=1 e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d 10:21:29 $ docker rm -f e91475bb9c6fa153056b9dffbf4377f961b26affb08d3ac872432892399e498d [Pipeline] // withDockerContainer [Pipeline] sh 10:21:30 + + grepdocker docker images 10:21:30 10:21:30 docker-core-data-go-arm64 latest ad7673955ffb 4 seconds ago 22.3MB 10:21:30 docker-support-notifications-go-arm64 latest e1ba70f8e65d 42 seconds ago 12.9MB 10:21:30 docker-core-metadata-go-arm64 latest 3d41c1098c87 About a minute ago 13.6MB 10:21:30 docker-support-scheduler-go-arm64 latest 7aad6bf42bee About a minute ago 11.5MB 10:21:30 docker-security-secretstore-setup-go-arm64 latest faaa51b3979b 2 minutes ago 23.5MB 10:21:30 docker-sys-mgmt-agent-go-arm64 latest 30c6e98f481d 2 minutes ago 300MB 10:21:30 docker-core-command-go-arm64 latest e0f025cb28b5 4 minutes ago 11.4MB 10:21:30 docker-security-bootstrap-redis-go-arm64 latest 8c201e7c249f 4 minutes ago 15.2MB 10:21:30 docker-security-proxy-setup-go-arm64 latest 3a10b01556bd 4 minutes ago 23.4MB 10:21:30 docker-security-secrets-setup-go-arm64 latest d5967d791745 4 minutes ago 22.7MB 10:21:30 docker latest 0c09fb3ff9b5 13 hours 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 10:21:32 provisioning config files... 10:21:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config6790340930533361637tmp [Pipeline] { [Pipeline] sh 10:21:33 + set +x 10:21:33 + curl -s https://codecov.io/bash 10:21:33 + bash -s -- 10:21:33 10:21:33 _____ _ 10:21:33 / ____| | | 10:21:33 | | ___ __| | ___ ___ _____ __ 10:21:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:21:33 | |___| (_) | (_| | __/ (_| (_) \ V / 10:21:33 \_____\___/ \__,_|\___|\___\___/ \_/ 10:21:33 Bash-20201130-cc6d3fe 10:21:33 10:21:33 10:21:33 ==> Jenkins CI detected. 10:21:33 project root: . 10:21:33 --> token set from env 10:21:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:21:33 ==> Running gcov in . (disable via -X gcov) 10:21:33 ==> Python coveragepy not found 10:21:33 ==> Searching for coverage reports in: 10:21:33 + . 10:21:33 -> Found 1 reports 10:21:33 ==> Detecting git/mercurial file structure 10:21:33 ==> Reading reports 10:21:33 + ./coverage.out bytes=568194 10:21:33 ==> Appending adjustments 10:21:33 https://docs.codecov.io/docs/fixing-reports 10:21:37 + Found adjustments 10:21:37 ==> Gzipping contents 10:21:37 88K /tmp/codecov.QA0aRR.gz 10:21:37 ==> Uploading reports 10:21:37 url: https://codecov.io 10:21:37 query: branch=PR-2908&commit=424f84ba947e69db1eccda73b18ab08a1cdd8c1d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 10:21:37 -> Pinging Codecov 10:21:37 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=424f84ba947e69db1eccda73b18ab08a1cdd8c1d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= 10:21:37 -> Uploading to 10:21:37 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/424f84ba947e69db1eccda73b18ab08a1cdd8c1d/12e193ec-66a6-47d4-b338-8c7c6f25104d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T102137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=692277e7fc09671efacd436417985ce577b0e1645df45c4ad414a48b47913aec 10:21:37 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:37 Dload Upload Total Spent Left Speed 10:21:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87958 0 0 100 87958 0 176k --:--:-- --:--:-- --:--:-- 177k 10:21:38 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/424f84ba947e69db1eccda73b18ab08a1cdd8c1d [Pipeline] } 10:21:38 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 10:21:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:21:41 ---> package-listing.sh 10:21:41 ++ facter osfamily 10:21:41 ++ tr '[:upper:]' '[:lower:]' 10:21:41 + OS_FAMILY=redhat 10:21:41 + workspace=/w/workspace/edgex-go/20 10:21:41 + START_PACKAGES=/tmp/packages_start.txt 10:21:41 + END_PACKAGES=/tmp/packages_end.txt 10:21:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:21:41 + PACKAGES=/tmp/packages_start.txt 10:21:41 + '[' /w/workspace/edgex-go/20 ']' 10:21:41 + PACKAGES=/tmp/packages_end.txt 10:21:41 + case "${OS_FAMILY}" in 10:21:41 + rpm -qa 10:21:41 + sort 10:21:46 + '[' -f /tmp/packages_start.txt ']' 10:21:46 + '[' -f /tmp/packages_end.txt ']' 10:21:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:21:46 + '[' /w/workspace/edgex-go/20 ']' 10:21:46 + mkdir -p /w/workspace/edgex-go/20/archives/ 10:21:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 10:21:46 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:21:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:21:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:47 10:21:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:21:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:21:48 alpine: Pulling from edgex-lftools-log-publisher 10:21:48 df20fa9351a1: Pulling fs layer 10:21:48 36b3adc4ff6f: Pulling fs layer 10:21:48 8ad3a11d3b57: Pulling fs layer 10:21:48 46f8f816bc3b: Pulling fs layer 10:21:48 93b61091891f: Pulling fs layer 10:21:48 93b9cdb0e59b: Pulling fs layer 10:21:48 5e14af77c1be: Pulling fs layer 10:21:48 01666e4c0597: Pulling fs layer 10:21:48 aa168da1d23b: Pulling fs layer 10:21:48 46f8f816bc3b: Waiting 10:21:48 5e14af77c1be: Waiting 10:21:48 93b61091891f: Waiting 10:21:48 93b9cdb0e59b: Waiting 10:21:48 01666e4c0597: Waiting 10:21:48 aa168da1d23b: Waiting 10:21:48 36b3adc4ff6f: Verifying Checksum 10:21:48 36b3adc4ff6f: Download complete 10:21:48 46f8f816bc3b: Verifying Checksum 10:21:48 46f8f816bc3b: Download complete 10:21:48 df20fa9351a1: Verifying Checksum 10:21:48 93b9cdb0e59b: Verifying Checksum 10:21:48 93b9cdb0e59b: Download complete 10:21:48 5e14af77c1be: Verifying Checksum 10:21:48 5e14af77c1be: Download complete 10:21:48 93b61091891f: Verifying Checksum 10:21:48 93b61091891f: Download complete 10:21:48 01666e4c0597: Verifying Checksum 10:21:48 01666e4c0597: Download complete 10:21:48 8ad3a11d3b57: Verifying Checksum 10:21:48 8ad3a11d3b57: Download complete 10:21:48 df20fa9351a1: Pull complete 10:21:48 36b3adc4ff6f: Pull complete 10:21:49 8ad3a11d3b57: Pull complete 10:21:50 aa168da1d23b: Verifying Checksum 10:21:50 aa168da1d23b: Download complete 10:21:51 46f8f816bc3b: Pull complete 10:21:53 93b61091891f: Pull complete 10:21:53 93b9cdb0e59b: Pull complete 10:21:53 5e14af77c1be: Pull complete 10:21:53 01666e4c0597: Pull complete 10:22:01 aa168da1d23b: Pull complete 10:22:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:22:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:22:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:22:01 prd-centos7-docker-4c-2g-16326 does not seem to be running inside a container 10:22:01 $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:10003/edgex-lftools-log-publisher:alpine cat 10:22:06 $ docker top 6196f30c46dbde8979494f0f362e5b7aa5ec23f6e2fbffe1163ce1c1ed4ec4de -eo pid,comm [Pipeline] { [Pipeline] sh 10:22:06 + touch /tmp/pre-build-complete [Pipeline] sh 10:22:06 + mkdir -p /var/log/sa [Pipeline] sh 10:22:07 + ls /var/log/sa-host 10:22:07 + sadf -c /var/log/sa-host/sa16 10:22:07 file_magic: OK 10:22:07 HZ: Using current value: 100 10:22:07 file_header: OK 10:22:07 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 10:22:07 Statistics: 10:22:07 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... 10:22:07 File successfully converted to sysstat format version 12.2.1 10:22:07 + sadf -c /var/log/sa-host/sa23 10:22:07 file_magic: OK 10:22:07 HZ: Using current value: 100 10:22:07 file_header: OK 10:22:07 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 10:22:07 Statistics: 10:22:07 Hnuu...uuuununununu... 10:22:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:22:07 provisioning config files... 10:22:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config6569683027680790344tmp [Pipeline] { [Pipeline] echo 10:22:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:22:07 ---> create-netrc.sh [Pipeline] } 10:22:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:22:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:22:08 ---> python-tools-install.sh [Pipeline] echo 10:22:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:22:08 ---> sudo-logs.sh 10:22:08 Archiving 'sudo' log.. [Pipeline] echo 10:22:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:22:09 ---> job-cost.sh 10:22:09 lf-activate-venv: SKIPPING 10:22:09 INFO: No Stack... 10:22:10 INFO: Retrieving Pricing Info for: v1-standard-2 10:22:11 INFO: Archiving Costs [Pipeline] echo 10:22:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:22:11 ---> logs-deploy.sh 10:22:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/20 10:22:11 INFO: archiving workspace using pattern(s): 10:22:13 Archives upload complete. 10:22:13 INFO: archiving logs to Nexus 10:22:14 ---> uname -a: 10:22:14 Linux prd-centos7-docker-4c-2g-16326.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:22:14 10:22:14 10:22:14 ---> lscpu: 10:22:14 Architecture: x86_64 10:22:14 CPU op-mode(s): 32-bit, 64-bit 10:22:14 Byte Order: Little Endian 10:22:14 Address sizes: 40 bits physical, 48 bits virtual 10:22:14 CPU(s): 4 10:22:14 On-line CPU(s) list: 0-3 10:22:14 Thread(s) per core: 1 10:22:14 Core(s) per socket: 1 10:22:14 Socket(s): 4 10:22:14 NUMA node(s): 1 10:22:14 Vendor ID: GenuineIntel 10:22:14 CPU family: 6 10:22:14 Model: 44 10:22:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:22:14 Stepping: 1 10:22:14 CPU MHz: 2933.438 10:22:14 BogoMIPS: 5866.87 10:22:14 Virtualization: VT-x 10:22:14 Hypervisor vendor: KVM 10:22:14 Virtualization type: full 10:22:14 L1d cache: 128 KiB 10:22:14 L1i cache: 128 KiB 10:22:14 L2 cache: 16 MiB 10:22:14 L3 cache: 64 MiB 10:22:14 NUMA node0 CPU(s): 0-3 10:22:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:22:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:22:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:22:14 Vulnerability Meltdown: Mitigation; PTI 10:22:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:22:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:22:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:22:14 Vulnerability Srbds: Not affected 10:22:14 Vulnerability Tsx async abort: Not affected 10:22:14 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 10:22:14 10:22:14 10:22:14 ---> nproc: 10:22:14 4 10:22:14 10:22:14 10:22:14 ---> df -h: 10:22:14 Filesystem Size Used Available Use% Mounted on 10:22:14 overlay 50.0G 12.8G 37.2G 26% / 10:22:14 tmpfs 64.0M 0 64.0M 0% /dev 10:22:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:22:14 shm 64.0M 0 64.0M 0% /dev/shm 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /facter-os 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/secure 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/auth.log 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /run/cloud-init/result.json 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/20 10:22:14 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/20@tmp 10:22:14 10:22:14 10:22:14 ---> free -m: 10:22:14 total used free shared buff/cache available 10:22:14 Mem: 1837 830 149 0 856 946 10:22:14 Swap: 1023 84 939 10:22:14 10:22:14 10:22:14 ---> ip addr: 10:22:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:22:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:22:14 inet 127.0.0.1/8 scope host lo 10:22:14 valid_lft forever preferred_lft forever 10:22:14 inet6 ::1/128 scope host 10:22:14 valid_lft forever preferred_lft forever 10:22:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:22:14 link/ether fa:16:3e:b3:40:25 brd ff:ff:ff:ff:ff:ff 10:22:14 inet 10.30.122.88/23 brd 10.30.123.255 scope global dynamic eth0 10:22:14 valid_lft 84999sec preferred_lft 84999sec 10:22:14 inet6 fe80::f816:3eff:feb3:4025/64 scope link 10:22:14 valid_lft forever preferred_lft forever 10:22:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:22:14 link/ether 02:42:62:74:f8:e2 brd ff:ff:ff:ff:ff:ff 10:22:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:22:14 valid_lft forever preferred_lft forever 10:22:14 inet6 fe80::42:62ff:fe74:f8e2/64 scope link 10:22:14 valid_lft forever preferred_lft forever 10:22:14 10:22:14 10:22:14 ---> sar -b -r -n DEV: 10:22:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 10:22:14 10:22:14 09:58:41 LINUX RESTART (4 CPU) 10:22:14 10:22:14 09:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:22:14 10:00:01 135.83 57.06 78.77 0.00 4152.77 42404.89 0.00 10:22:14 10:01:01 48.25 21.70 26.56 0.00 5203.59 6067.25 0.00 10:22:14 10:02:01 189.85 96.87 92.98 0.00 6495.72 40363.40 0.00 10:22:14 10:03:02 297.67 131.33 166.34 0.00 6387.49 33790.79 0.00 10:22:14 10:04:01 167.19 85.99 81.20 0.00 2880.32 11507.17 0.00 10:22:14 10:05:01 168.61 62.17 106.44 0.00 3741.68 28613.02 0.00 10:22:14 10:06:03 1699.13 1386.87 312.26 0.00 138110.44 194133.50 0.00 10:22:14 10:07:01 1937.89 1686.82 251.06 0.00 104172.07 115979.74 0.00 10:22:14 10:08:02 1100.05 740.36 359.69 0.00 129356.53 171472.99 0.00 10:22:14 10:09:01 1900.47 1591.03 309.45 0.00 107130.50 109433.47 0.00 10:22:14 10:10:01 250.50 36.42 214.08 0.00 6534.75 22201.28 0.00 10:22:14 10:11:01 5.71 0.00 5.71 0.00 0.00 182.62 0.00 10:22:14 10:12:01 0.25 0.03 0.22 0.00 0.80 2.45 0.00 10:22:14 10:13:01 0.38 0.05 0.33 0.00 0.93 4.63 0.00 10:22:14 10:14:01 330.35 306.53 23.82 0.00 4624.47 1122.69 0.00 10:22:14 10:15:01 0.55 0.17 0.38 0.00 7.19 27.84 0.00 10:22:14 10:16:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 10:22:14 10:17:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 10:22:14 10:18:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 10:22:14 10:19:01 0.28 0.02 0.27 0.00 0.53 2.80 0.00 10:22:14 10:20:01 0.30 0.07 0.23 0.00 0.67 2.51 0.00 10:22:14 10:21:01 0.25 0.00 0.25 0.00 0.00 2.22 0.00 10:22:14 10:22:02 190.09 120.65 69.44 0.00 7908.27 15513.19 0.00 10:22:14 Average: 365.72 274.34 91.37 0.00 22949.40 34598.17 0.00 10:22:14 10:22:14 09:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:22:14 10:00:01 80364 0 573336 30.47 2620 1225224 1068836 36.48 530004 1070204 12136 10:22:14 10:01:01 80268 0 777872 41.34 2620 1020784 1470220 50.18 596600 1000856 42960 10:22:14 10:02:01 82796 0 709848 37.73 2164 1086736 1442880 49.24 576148 981632 62500 10:22:14 10:03:02 143296 0 828300 44.02 828 909120 1745288 59.56 677360 782820 84388 10:22:14 10:04:01 412672 0 799668 42.50 324 668880 1695136 57.85 568072 614832 68060 10:22:14 10:05:01 174532 0 768536 40.85 324 938152 1440752 49.17 584676 827704 32 10:22:14 10:06:03 52712 0 815440 43.34 24 1013368 2153716 73.50 736004 876692 49448 10:22:14 10:07:01 299816 0 952824 50.64 24 628880 3160540 107.86 642872 675552 59884 10:22:14 10:08:02 317964 0 726164 38.59 24 837392 2255928 76.99 527044 804792 0 10:22:14 10:09:01 77044 0 1094356 58.16 24 710120 2871044 97.98 821320 724680 36304 10:22:14 10:10:01 278616 0 645812 34.32 24 957092 1212352 41.38 608872 737920 20 10:22:14 10:11:01 283416 0 640908 34.06 24 957196 1191612 40.67 607556 736888 12 10:22:14 10:12:01 283944 0 640372 34.03 24 957204 1191588 40.67 607384 736912 8 10:22:14 10:13:01 285580 0 638732 33.95 24 957208 1179240 40.25 606484 736640 8 10:22:14 10:14:01 101716 0 764816 40.65 4 1015008 1179272 40.25 641916 759136 704 10:22:14 10:15:01 101564 0 764740 40.64 4 1015236 1179356 40.25 641768 759356 8 10:22:14 10:16:01 101776 0 764528 40.63 4 1015236 1179272 40.25 641820 759352 8 10:22:14 10:17:01 101736 0 764560 40.63 4 1015244 1179272 40.25 641824 759352 12 10:22:14 10:18:01 101660 0 764628 40.64 4 1015252 1179272 40.25 641832 759352 16 10:22:14 10:19:01 101560 0 764740 40.64 4 1015240 1179272 40.25 641832 759352 8 10:22:14 10:20:01 101044 0 765228 40.67 4 1015268 1179356 40.25 641928 759388 8 10:22:14 10:21:01 101364 0 764900 40.65 4 1015276 1179272 40.25 641968 759388 12 10:22:14 10:22:02 228020 0 830236 44.13 4 823284 1373696 46.88 482092 754864 58036 10:22:14 Average: 169281 0 763502 40.58 396 948365 1516834 51.77 622060 788594 20634 10:22:14 10:22:14 09:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:22:14 10:00:01 eth0 992.34 654.20 3351.87 90.15 0.00 0.00 0.00 0.00 10:22:14 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:01:01 veth283ccf4 1115.37 841.61 98.00 2673.64 0.00 0.00 0.00 0.00 10:22:14 10:01:01 eth0 952.51 1186.42 3012.22 136.88 0.00 0.00 0.00 0.00 10:22:14 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:01:01 docker0 1115.37 841.48 82.75 2673.63 0.00 0.00 0.00 0.00 10:22:14 10:02:01 vethb9757a9 51.24 63.01 3.38 326.75 0.00 0.00 0.00 0.00 10:22:14 10:02:01 eth0 364.55 313.46 3169.58 32.76 0.00 0.00 0.00 0.00 10:22:14 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:02:01 docker0 51.29 62.91 2.68 326.74 0.00 0.00 0.00 0.00 10:22:14 10:03:02 veth5027348 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:22:14 10:03:02 eth0 367.39 295.04 1768.28 37.19 0.00 0.00 0.00 0.00 10:22:14 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:03:02 docker0 111.26 124.48 8.74 504.83 0.00 0.00 0.00 0.00 10:22:14 10:04:01 veth5027348 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:04:01 eth0 35.68 23.50 20.11 84.05 0.00 0.00 0.00 0.00 10:22:14 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:05:01 veth6ab214c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:05:01 eth0 204.33 156.13 1697.47 24.84 0.00 0.00 0.00 0.00 10:22:14 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:06:03 vethe8813ab 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 10:22:14 10:06:03 eth0 80.58 55.71 174.19 63.96 0.00 0.00 0.00 0.00 10:22:14 10:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:06:03 docker0 11.63 22.11 0.61 141.62 0.00 0.00 0.00 0.00 10:22:14 10:07:01 veth77dc1a1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 10:22:14 10:07:01 vethe8813ab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:07:01 vethbd7f987 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 10:22:14 10:07:01 eth0 14.99 7.73 12.43 6.52 0.00 0.00 0.00 0.00 10:22:14 10:08:02 vethe8813ab 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:22:14 10:08:02 vethb7f730c 2.39 3.64 0.17 23.60 0.00 0.00 0.00 0.00 10:22:14 10:08:02 eth0 82.68 58.41 223.96 88.96 0.00 0.00 0.00 0.00 10:22:14 10:08:02 veth4919ff5 1.86 4.50 0.12 26.87 0.00 0.00 0.00 0.00 10:22:14 10:09:01 vethe8813ab 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:09:01 eth0 25.98 13.02 31.92 9.06 0.00 0.00 0.00 0.00 10:22:14 10:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:09:01 veth13b7b88 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:22:14 10:10:01 eth0 167.79 109.40 518.22 84.56 0.00 0.00 0.00 0.00 10:22:14 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:10:01 docker0 1363.65 1171.01 99.16 4290.61 0.00 0.00 0.00 0.00 10:22:14 10:11:01 eth0 1.12 0.43 0.65 0.21 0.00 0.00 0.00 0.00 10:22:14 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:12:01 eth0 1.02 0.33 0.32 0.20 0.00 0.00 0.00 0.00 10:22:14 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:13:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 10:22:14 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:15:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 10:22:14 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:16:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:18:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:19:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:20:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 10:22:14 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:22:14 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:22:02 eth0 214.52 178.53 2169.16 22.81 0.00 0.00 0.00 0.00 10:22:14 10:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 10:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 Average: eth0 152.75 132.99 703.62 29.73 0.00 0.00 0.00 0.00 10:22:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:22:14 Average: docker0 59.34 50.96 4.32 186.71 0.00 0.00 0.00 0.00 10:22:14 10:22:14 10:22:14 ---> sar -P ALL: 10:22:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 10:22:14 10:22:14 09:58:41 LINUX RESTART (4 CPU) 10:22:14 10:22:14 09:59:01 CPU %user %nice %system %iowait %steal %idle 10:22:14 10:00:01 all 14.44 0.00 7.28 5.61 0.05 72.62 10:22:14 10:00:01 0 14.56 0.00 7.74 3.73 0.05 73.92 10:22:14 10:00:01 1 14.22 0.00 8.52 3.13 0.02 74.11 10:22:14 10:00:01 2 14.73 0.00 6.39 5.87 0.07 72.94 10:22:14 10:00:01 3 14.26 0.00 6.45 9.70 0.05 69.54 10:22:14 10:01:01 all 7.80 0.00 4.21 0.72 0.03 87.24 10:22:14 10:01:01 0 9.97 0.00 5.35 0.23 0.02 84.44 10:22:14 10:01:01 1 6.93 0.00 4.24 0.15 0.03 88.64 10:22:14 10:01:01 2 8.53 0.00 3.82 2.18 0.03 85.43 10:22:14 10:01:01 3 5.82 0.00 3.46 0.31 0.02 90.39 10:22:14 10:02:01 all 8.97 0.00 5.70 1.55 0.03 83.75 10:22:14 10:02:01 0 7.42 0.00 6.10 1.57 0.02 84.89 10:22:14 10:02:01 1 8.31 0.00 5.71 1.78 0.05 84.15 10:22:14 10:02:01 2 10.83 0.00 5.30 1.10 0.02 82.75 10:22:14 10:02:01 3 9.33 0.00 5.67 1.75 0.03 83.22 10:22:14 10:03:02 all 22.94 0.00 9.59 5.41 0.05 62.00 10:22:14 10:03:02 0 22.04 0.00 9.48 5.01 0.03 63.44 10:22:14 10:03:02 1 22.51 0.00 8.95 5.07 0.05 63.42 10:22:14 10:03:02 2 24.03 0.00 9.83 7.02 0.05 59.07 10:22:14 10:03:02 3 23.21 0.00 10.13 4.52 0.07 62.08 10:22:14 10:04:01 all 57.48 0.00 12.63 4.31 0.05 25.54 10:22:14 10:04:01 0 64.93 0.00 11.14 2.95 0.05 20.93 10:22:14 10:04:01 1 50.88 0.00 13.02 6.07 0.05 29.97 10:22:14 10:04:01 2 50.92 0.00 13.09 3.80 0.03 32.16 10:22:14 10:04:01 3 63.18 0.00 13.27 4.41 0.05 19.09 10:22:14 10:05:01 all 37.80 0.00 13.51 3.67 0.05 44.97 10:22:14 10:05:01 0 39.10 0.00 13.63 1.59 0.05 45.63 10:22:14 10:05:01 1 37.99 0.00 13.94 4.58 0.05 43.43 10:22:14 10:05:01 2 37.28 0.00 13.46 6.01 0.02 43.23 10:22:14 10:05:01 3 36.81 0.00 13.02 2.50 0.07 47.61 10:22:14 10:06:03 all 20.17 0.00 27.14 18.38 0.09 34.22 10:22:14 10:06:03 0 20.45 0.00 25.91 17.98 0.08 35.58 10:22:14 10:06:03 1 21.49 0.00 27.02 19.84 0.10 31.55 10:22:14 10:06:03 2 19.07 0.00 28.28 17.66 0.10 34.89 10:22:14 10:06:03 3 19.66 0.00 27.34 18.02 0.09 34.89 10:22:14 10:07:01 all 45.70 0.00 20.57 19.68 0.08 13.98 10:22:14 10:07:01 0 45.40 0.00 19.94 17.59 0.07 17.00 10:22:14 10:07:01 1 45.14 0.00 21.09 20.88 0.07 12.83 10:22:14 10:07:01 2 45.84 0.00 20.36 20.89 0.07 12.85 10:22:14 10:07:01 3 46.42 0.00 20.88 19.37 0.09 13.24 10:22:14 10:08:02 all 27.78 0.00 25.55 19.42 0.05 27.21 10:22:14 10:08:02 0 25.81 0.00 25.11 16.71 0.09 32.28 10:22:14 10:08:02 1 27.50 0.00 24.67 22.60 0.03 25.20 10:22:14 10:08:02 2 28.53 0.00 26.45 20.58 0.03 24.41 10:22:14 10:08:02 3 29.26 0.00 25.96 17.78 0.05 26.95 10:22:14 10:09:01 all 50.66 0.00 23.02 20.10 0.06 6.16 10:22:14 10:09:01 0 51.31 0.00 22.19 18.48 0.09 7.93 10:22:14 10:09:01 1 50.17 0.00 23.19 20.06 0.05 6.52 10:22:14 10:09:01 2 51.14 0.00 23.06 20.41 0.05 5.34 10:22:14 10:09:01 3 50.02 0.00 23.63 21.45 0.05 4.85 10:22:14 10:10:01 all 19.73 0.00 10.52 12.48 0.04 57.22 10:22:14 10:10:01 0 19.56 0.00 10.86 9.80 0.05 59.73 10:22:14 10:10:01 1 19.54 0.00 10.12 17.77 0.05 52.52 10:22:14 10:10:01 2 20.79 0.00 10.66 9.04 0.03 59.47 10:22:14 10:10:01 3 19.01 0.00 10.46 13.30 0.03 57.20 10:22:14 10:22:14 10:10:01 CPU %user %nice %system %iowait %steal %idle 10:22:14 10:11:01 all 0.17 0.00 0.06 0.00 0.00 99.77 10:22:14 10:11:01 0 0.55 0.00 0.12 0.00 0.00 99.33 10:22:14 10:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:22:14 10:11:01 2 0.07 0.00 0.07 0.00 0.00 99.87 10:22:14 10:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:22:14 10:12:01 0 0.53 0.00 0.07 0.00 0.02 99.38 10:22:14 10:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:22:14 10:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:22:14 10:13:01 all 0.05 0.00 0.03 0.00 0.00 99.92 10:22:14 10:13:01 0 0.12 0.00 0.08 0.00 0.00 99.80 10:22:14 10:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:22:14 10:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:22:14 10:14:01 all 0.17 2.69 12.97 5.64 0.06 78.47 10:22:14 10:14:01 0 0.18 2.68 13.07 8.07 0.07 75.93 10:22:14 10:14:01 1 0.24 2.49 11.76 3.90 0.05 81.56 10:22:14 10:14:01 2 0.15 2.42 12.57 5.77 0.07 79.02 10:22:14 10:14:01 3 0.10 3.19 14.47 4.79 0.07 77.38 10:22:14 10:15:01 all 0.17 0.00 0.03 0.00 0.00 99.80 10:22:14 10:15:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:22:14 10:15:01 1 0.53 0.00 0.03 0.00 0.00 99.43 10:22:14 10:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:22:14 10:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:22:14 10:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 10:22:14 10:16:01 0 0.07 0.00 0.05 0.00 0.00 99.88 10:22:14 10:16:01 1 0.52 0.00 0.00 0.00 0.00 99.48 10:22:14 10:16:01 2 0.02 0.00 0.05 0.00 0.00 99.93 10:22:14 10:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:22:14 10:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 10:22:14 10:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:22:14 10:17:01 1 0.53 0.00 0.03 0.00 0.00 99.43 10:22:14 10:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:18:01 all 0.15 0.00 0.02 0.00 0.00 99.84 10:22:14 10:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:22:14 10:18:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:22:14 10:18:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:22:14 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:22:14 10:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:22:14 10:19:01 1 0.52 0.00 0.03 0.00 0.00 99.45 10:22:14 10:19:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:20:01 all 0.05 0.00 0.04 0.00 0.00 99.90 10:22:14 10:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:20:01 1 0.13 0.00 0.12 0.02 0.02 99.72 10:22:14 10:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:22:14 10:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:21:01 all 0.03 0.00 0.03 0.00 0.00 99.94 10:22:14 10:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:22:14 10:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:22:14 10:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:22:14 10:22:14 10:21:01 CPU %user %nice %system %iowait %steal %idle 10:22:14 10:22:02 all 6.39 0.00 4.84 3.47 0.01 85.29 10:22:14 10:22:02 0 5.95 0.00 4.50 1.88 0.02 87.65 10:22:14 10:22:02 1 7.00 0.00 5.00 6.56 0.02 81.42 10:22:14 10:22:02 2 5.58 0.00 5.21 2.04 0.00 87.17 10:22:14 10:22:02 3 7.05 0.00 4.62 3.38 0.02 84.93 10:22:14 Average: all 13.64 0.12 7.59 5.12 0.03 73.50 10:22:14 Average: 0 13.95 0.12 7.50 4.50 0.03 73.90 10:22:14 Average: 1 13.37 0.11 7.58 5.64 0.03 73.27 10:22:14 Average: 2 13.51 0.11 7.65 5.22 0.03 73.50 10:22:14 Average: 3 13.72 0.14 7.64 5.14 0.03 73.34 10:22:14 10:22:14 10:22:14