Pull request #3164 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84+2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 (0c3447e3cdf2712f78dc722a3463be3aeb570fdc) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26814’ is offline Running on prd-centos7-docker-4c-2g-26819 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) > git config core.sparsecheckout # timeout=10 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # 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 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 Commit message: "Merge branch 'master' into attr-upd-for-consul" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:10:34 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 55326834ffc8ed0ef16efc4db2edace1313f2b8c # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:10:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:10:34 ========================================================= 21:10:34 EdgeX Global Pipelines Version Info 21:10:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:10:36 ------------------- 21:10:36 stable info: 21:10:36 ------------------- 21:10:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:10:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:10:36 Message: update stable to v1.0.179 21:10:37 ------------------- 21:10:37 experimental info: 21:10:37 ------------------- 21:10:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:10:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:10:37 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:10:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:10:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:10:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:10:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:10:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:10:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo 21:10:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo 21:10:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo 21:10:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [Pipeline] echo 21:10:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3c2caa [Pipeline] echo 21:10:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:10:40 provisioning config files... 21:10:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config6975452927869190611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:41 ---> docker-login.sh 21:10:41 nexus3.edgexfoundry.org:10001 21:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:41 Configure a credential helper to remove this warning. See 21:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:41 21:10:41 Login Succeeded 21:10:41 nexus3.edgexfoundry.org:10002 21:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:41 Configure a credential helper to remove this warning. See 21:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:41 21:10:41 Login Succeeded 21:10:41 nexus3.edgexfoundry.org:10003 21:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 nexus3.edgexfoundry.org:10004 21:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 docker.io 21:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 ---> docker-login.sh ends [Pipeline] } 21:10:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:10:43 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/core-command/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo core-command,cmd/core-command/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/core-data/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo core-data,cmd/core-data/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/core-metadata/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo core-metadata,cmd/core-metadata/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/security-bootstrapper/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/security-proxy-setup/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/support-notifications/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo support-notifications,cmd/support-notifications/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/support-scheduler/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:10:43 + for file in '`ls cmd/**/Dockerfile`' 21:10:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:10:43 ++ cut -d/ -f2 21:10:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:10:43 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:10:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:44 21:10:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:10:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:45 latest: Pulling from edgex-devops/git-semver 21:10:45 31603596830f: Pulling fs layer 21:10:45 2a8b12db71e7: Pulling fs layer 21:10:45 6ca5941a6612: Pulling fs layer 21:10:45 ecc8261a40a4: Pulling fs layer 21:10:45 ecc8261a40a4: Waiting 21:10:45 2a8b12db71e7: Verifying Checksum 21:10:45 2a8b12db71e7: Download complete 21:10:45 31603596830f: Verifying Checksum 21:10:45 31603596830f: Download complete 21:10:45 ecc8261a40a4: Verifying Checksum 21:10:45 ecc8261a40a4: Download complete 21:10:45 6ca5941a6612: Verifying Checksum 21:10:45 6ca5941a6612: Download complete 21:10:45 31603596830f: Pull complete 21:10:45 2a8b12db71e7: Pull complete 21:10:46 6ca5941a6612: Pull complete 21:10:46 ecc8261a40a4: Pull complete 21:10:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:10:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:10:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:10:47 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:10:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:10:49 $ docker top ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:10:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:10:49 [ssh-agent] Looking for ssh-agent implementation... 21:10:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:10:50 $ docker exec ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent 21:10:50 SSH_AUTH_SOCK=/tmp/ssh-22BkbDGijdHE/agent.12 21:10:50 SSH_AGENT_PID=18 21:10:50 Running ssh-add (command line suppressed) 21:10:50 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1549752038285538828.key (/w/workspace/edgex-go/7@tmp/private_key_1549752038285538828.key) 21:10:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:10:50 + git tag --points-at HEAD [Pipeline] } 21:10:50 $ docker exec --env ******** --env ******** ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent -k 21:10:51 unset SSH_AUTH_SOCK; 21:10:51 unset SSH_AGENT_PID; 21:10:51 echo Agent pid 18 killed; 21:10:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:10:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:10:51 [ssh-agent] Looking for ssh-agent implementation... 21:10:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:10:51 $ docker exec ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent 21:10:51 SSH_AUTH_SOCK=/tmp/ssh-qEJdUP6YiFDN/agent.46 21:10:51 SSH_AGENT_PID=52 21:10:51 Running ssh-add (command line suppressed) 21:10:51 Identity added: /w/workspace/edgex-go/7@tmp/private_key_787923732640009286.key (/w/workspace/edgex-go/7@tmp/private_key_787923732640009286.key) 21:10:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:10:52 + git semver init 21:10:52 # -> Open(): unable to determine branch for HEAD 21:10:52 # $GIT_DIR = /w/workspace/edgex-go/7/.git 21:10:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 21:10:52 # $SEMVER_REMOTE_NAME = origin 21:10:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:10:52 # $SEMVER_USER_NAME = edgex-jenkins 21:10:52 # $SEMVER_BRANCH = PR-3164 21:10:52 # $SEMVER_TEMP = /tmp/semver-573406136 21:10:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:11:18 # '/tmp/semver-573406136' -> '/w/workspace/edgex-go/7/.semver' 21:11:18 # -> Force: false 21:11:18 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 21:11:18 $ docker exec --env ******** --env ******** ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent -k 21:11:19 unset SSH_AUTH_SOCK; 21:11:19 unset SSH_AGENT_PID; 21:11:19 echo Agent pid 52 killed; 21:11:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:11:19 + git semver [Pipeline] } 21:11:19 $ docker stop --time=1 ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 21:11:21 $ docker rm -f ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 [Pipeline] // withDockerContainer [Pipeline] sh 21:11:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:11:22 Stashed 1 file(s) [Pipeline] echo 21:11:22 [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 21:11:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:11:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:11:24 + true 21:11:24 + sudo service docker restart 21:11:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:11:24 ========================================================= 21:11:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:11:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:25 + 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 . 21:11:29 Sending build context to Docker daemon 327.9MB 21:11:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:11:29 Step 2/6 : FROM ${BASE} 21:11:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:11:29 188c0c94c7c5: Pulling fs layer 21:11:29 0ef7d3d256c8: Pulling fs layer 21:11:29 de9db76c5a1d: Pulling fs layer 21:11:29 bca2f99d35d6: Pulling fs layer 21:11:29 93359f2a8cfa: Pulling fs layer 21:11:29 7c6f9722023f: Pulling fs layer 21:11:29 a35cf1a2eb13: Pulling fs layer 21:11:29 93359f2a8cfa: Waiting 21:11:29 7c6f9722023f: Waiting 21:11:29 a35cf1a2eb13: Waiting 21:11:29 bca2f99d35d6: Waiting 21:11:29 de9db76c5a1d: Verifying Checksum 21:11:29 de9db76c5a1d: Download complete 21:11:29 0ef7d3d256c8: Download complete 21:11:29 93359f2a8cfa: Verifying Checksum 21:11:29 93359f2a8cfa: Download complete 21:11:29 7c6f9722023f: Verifying Checksum 21:11:29 7c6f9722023f: Download complete 21:11:29 188c0c94c7c5: Verifying Checksum 21:11:29 188c0c94c7c5: Download complete 21:11:29 188c0c94c7c5: Pull complete 21:11:30 0ef7d3d256c8: Pull complete 21:11:30 de9db76c5a1d: Pull complete 21:11:31 a35cf1a2eb13: Verifying Checksum 21:11:31 a35cf1a2eb13: Download complete 21:11:32 bca2f99d35d6: Verifying Checksum 21:11:32 bca2f99d35d6: Download complete 21:11:37 bca2f99d35d6: Pull complete 21:11:37 93359f2a8cfa: Pull complete 21:11:37 7c6f9722023f: Pull complete 21:11:38 Still waiting to schedule task 21:11:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:11:43 a35cf1a2eb13: Pull complete 21:11:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:11:43 ---> a62c8e92a672 21:11:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:11:43 ---> Running in 82fbf14b9722 21:11:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:44 (1/12) Installing libmagic (5.38-r0) 21:11:44 (2/12) Installing file (5.38-r0) 21:11:44 (3/12) Installing libc-dev (0.7.2-r3) 21:11:44 (4/12) Installing g++ (9.3.0-r2) 21:11:49 (5/12) Installing fortify-headers (1.1-r0) 21:11:49 (6/12) Installing patch (2.7.6-r6) 21:11:49 (7/12) Installing build-base (0.5-r2) 21:11:49 (8/12) Installing libsodium (1.0.18-r0) 21:11:49 (9/12) Installing pkgconf (1.7.2-r0) 21:11:49 (10/12) Installing libsodium-dev (1.0.18-r0) 21:11:49 (11/12) Installing libzmq (4.3.3-r0) 21:11:49 (12/12) Installing zeromq-dev (4.3.3-r0) 21:11:49 Executing busybox-1.31.1-r19.trigger 21:11:49 OK: 233 MiB in 51 packages 21:11:53 Removing intermediate container 82fbf14b9722 21:11:53 ---> e085f5d3e509 21:11:53 Step 4/6 : WORKDIR /edgex-go 21:11:53 ---> Running in ac7b09a123a2 21:11:53 Removing intermediate container ac7b09a123a2 21:11:53 ---> 871af0871efa 21:11:53 Step 5/6 : COPY go.mod . 21:11:53 ---> d48a8b1e3c8e 21:11:53 Step 6/6 : RUN go mod download 21:11:53 ---> Running in 117a55442e5a 21:12:20 Removing intermediate container 117a55442e5a 21:12:20 ---> 37c241111119 21:12:20 Successfully built 37c241111119 21:12:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:12:20 + docker inspect -f . ci-base-image-x86_64 21:12:20 . [Pipeline] withDockerContainer 21:12:20 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:12:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:12:22 $ docker top 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:22 + go version 21:12:22 go version go1.15.5 linux/amd64 [Pipeline] } 21:12:22 $ docker stop --time=1 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 21:12:24 $ docker rm -f 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:12:25 + docker inspect -f . ci-base-image-x86_64 21:12:25 . [Pipeline] withDockerContainer 21:12:25 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:12:25 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:12:25 $ docker top e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 -eo pid,comm [Pipeline] { [Pipeline] echo 21:12:26 ========================================================= 21:12:26 [edgeXBuildGoParallel] Running Tests and Build... 21:12:26 ========================================================= [Pipeline] sh 21:12:26 + make test 21:12:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:12:36 ? github.com/edgexfoundry/edgex-go [no test files] 21:12:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:12:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:12:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:12:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:13:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:13:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 45.9% of statements 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 21:13:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:13:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:13:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:13:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 65.8% of statements 21:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 21:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.417s coverage: 92.8% of statements 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 21:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 21:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 21:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 21:13:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26820 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 21:13:36 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:13:40 using credential edgex-jenkins-ssh 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.048s coverage: 87.2% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.098s coverage: 89.4% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 21:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 21:13:40 GO111MODULE=on go vet ./... 21:13:40 Cloning the remote Git repository 21:13:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:13:41 > git init /w/workspace/edgex-go/7 # timeout=10 21:13:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:13:41 > git --version # timeout=10 21:13:41 > git --version # 'git version 2.17.1' 21:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:13:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:13:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:13:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:13:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:13:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:13:57 Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:13:57 Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:13:57 Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) 21:13:57 > git config core.sparsecheckout # timeout=10 21:13:57 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 21:13:57 > git remote # timeout=10 21:13:57 > git config --get remote.origin.url # timeout=10 21:13:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:13:57 > git merge 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 21:13:57 > git rev-parse HEAD^{commit} # timeout=10 21:13:57 > git config core.sparsecheckout # timeout=10 21:13:57 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 21:14:02 Commit message: "Merge branch 'master' into attr-upd-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:14:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:14:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:14:04 + sudo service docker restart 21:14:04 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:14:06 provisioning config files... 21:14:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4863097051491750708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:14:07 ---> docker-login.sh 21:14:07 nexus3.edgexfoundry.org:10001 21:14:07 gofmt -l . 21:14:07 [ "`gofmt -l .`" = "" ] 21:14:07 ./bin/test-go-mod-tidy.sh 21:14:07 ./bin/test-attribution-txt.sh 21:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 21:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:08 Configure a credential helper to remove this warning. See 21:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:08 21:14:08 Login Succeeded 21:14:08 nexus3.edgexfoundry.org:10002 21:14:08 + ls -al . 21:14:08 total 708 21:14:08 drwxrwxr-x 10 1001 1001 4096 Feb 18 21:14 . 21:14:08 drwxr-xr-x 4 root root 28 Feb 18 21:12 .. 21:14:08 -rw-rw-r-- 1 1001 1001 11 Feb 18 21:10 .dockerignore 21:14:08 drwxrwxr-x 8 1001 1001 179 Feb 18 21:10 .git 21:14:08 drwxrwxr-x 3 1001 1001 125 Feb 18 21:10 .github 21:14:08 -rw-rw-r-- 1 1001 1001 818 Feb 18 21:10 .gitignore 21:14:08 drwx------ 3 1001 1001 60 Feb 18 21:11 .semver 21:14:08 -rw-rw-r-- 1 1001 1001 166 Feb 18 21:10 .sonarcloud.properties 21:14:08 -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:10 Attribution.txt 21:14:08 -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:10 CONTRIBUTING.md 21:14:08 -rw-rw-r-- 1 1001 1001 931 Feb 18 21:10 Dockerfile.build 21:14:08 -rw-rw-r-- 1 1001 1001 863 Feb 18 21:10 Jenkinsfile 21:14:08 -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:10 LICENSE 21:14:08 -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:10 Makefile 21:14:08 -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:10 README.md 21:14:08 -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:10 SECURITY.md 21:14:08 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:11 VERSION 21:14:08 -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:10 ZMQWindows.md 21:14:08 drwxrwxr-x 2 1001 1001 117 Feb 18 21:10 bin 21:14:08 drwxrwxr-x 14 1001 1001 4096 Feb 18 21:10 cmd 21:14:08 -rw-r--r-- 1 root root 597520 Feb 18 21:13 coverage.out 21:14:08 -rw-r--r-- 1 root root 1054 Feb 18 21:14 go.mod 21:14:08 -rw-r--r-- 1 root root 23562 Feb 18 21:14 go.sum 21:14:08 drwxrwxr-x 8 1001 1001 127 Feb 18 21:10 internal 21:14:08 drwxrwxr-x 4 1001 1001 26 Feb 18 21:10 openapi 21:14:08 drwxrwxr-x 4 1001 1001 71 Feb 18 21:10 snap 21:14:08 -rw-rw-r-- 1 1001 1001 168 Feb 18 21:10 version.go [Pipeline] sh 21:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:08 + '[' -e coverage.out ] 21:14:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:08 Configure a credential helper to remove this warning. See 21:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:08 21:14:08 Login Succeeded 21:14:08 nexus3.edgexfoundry.org:10003 21:14:08 Stashed 1 file(s) [Pipeline] sh 21:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:09 Configure a credential helper to remove this warning. See 21:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:09 21:14:09 Login Succeeded 21:14:09 + make build 21:14:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:14:09 nexus3.edgexfoundry.org:10004 21:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:09 Configure a credential helper to remove this warning. See 21:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:09 21:14:09 Login Succeeded 21:14:09 docker.io 21:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:10 Configure a credential helper to remove this warning. See 21:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:10 21:14:10 Login Succeeded 21:14:10 ---> docker-login.sh ends [Pipeline] } 21:14:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:14:11 ========================================================= 21:14:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:14:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:14:11 + 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 . 21:14:14 Sending build context to Docker daemon 166.4MB 21:14:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:14:14 Step 2/6 : FROM ${BASE} 21:14:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:14:14 5f621e34cdf4: Pulling fs layer 21:14:14 a4357932f1b6: Pulling fs layer 21:14:14 18c013af1878: Pulling fs layer 21:14:14 00ac8860ef70: Pulling fs layer 21:14:14 63d7cb157983: Pulling fs layer 21:14:14 b116817d02f9: Pulling fs layer 21:14:14 745a02a5169b: Pulling fs layer 21:14:14 00ac8860ef70: Waiting 21:14:14 63d7cb157983: Waiting 21:14:14 b116817d02f9: Waiting 21:14:14 745a02a5169b: Waiting 21:14:14 18c013af1878: Verifying Checksum 21:14:14 18c013af1878: Download complete 21:14:14 a4357932f1b6: Verifying Checksum 21:14:14 a4357932f1b6: Download complete 21:14:14 63d7cb157983: Download complete 21:14:14 b116817d02f9: Download complete 21:14:14 5f621e34cdf4: Verifying Checksum 21:14:14 5f621e34cdf4: Download complete 21:14:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:14:15 5f621e34cdf4: Pull complete 21:14:16 a4357932f1b6: Pull complete 21:14:16 18c013af1878: Pull complete 21:14:16 745a02a5169b: Verifying Checksum 21:14:17 00ac8860ef70: Verifying Checksum 21:14:17 00ac8860ef70: Download complete 21:14:22 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 21:14:23 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 21:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:14:25 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 21:14:27 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 21:14:28 00ac8860ef70: Pull complete 21:14:28 63d7cb157983: Pull complete 21:14:28 b116817d02f9: Pull complete 21:14:29 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 21:14:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:14:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:14: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 21:14:32 745a02a5169b: Pull complete 21:14:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:14:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:14:32 ---> b7e6874047d6 21:14:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:14:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:14:35 $ docker stop --time=1 e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 21:14:36 ---> Running in 4294df924d0b 21:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:37 $ docker rm -f e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 21:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:14:38 (1/12) Installing libmagic (5.38-r0) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:14:38 (2/12) Installing file (5.38-r0) 21:14:38 (3/12) Installing libc-dev (0.7.2-r3) 21:14:38 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 21:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:41 21:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:41 latest: Pulling from edgex-devops/edgex-compose 21:14:41 cbdbe7a5bc2a: Pulling fs layer 21:14:41 ca9280d653b3: Pulling fs layer 21:14:41 7e9c9ca2126c: Pulling fs layer 21:14:42 cbdbe7a5bc2a: Verifying Checksum 21:14:42 cbdbe7a5bc2a: Download complete 21:14:42 ca9280d653b3: Verifying Checksum 21:14:42 ca9280d653b3: Download complete 21:14:42 cbdbe7a5bc2a: Pull complete 21:14:43 7e9c9ca2126c: Download complete 21:14:43 ca9280d653b3: Pull complete 21:14:51 7e9c9ca2126c: Pull complete 21:14:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:14:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:14:51 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:14:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:14:53 $ docker top 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:54 (5/12) Installing fortify-headers (1.1-r0) 21:14:54 (6/12) Installing patch (2.7.6-r6) 21:14:54 (7/12) Installing build-base (0.5-r2) 21:14:54 (8/12) Installing libsodium (1.0.18-r0) 21:14:54 (9/12) Installing pkgconf (1.7.2-r0) 21:14:54 (10/12) Installing libsodium-dev (1.0.18-r0) 21:14:54 (11/12) Installing libzmq (4.3.3-r0) 21:14:54 (12/12) Installing zeromq-dev (4.3.3-r0) 21:14:54 Executing busybox-1.31.1-r19.trigger 21:14:54 OK: 217 MiB in 51 packages 21:14:54 + docker-compose build --help 21:14:54 + grep parallel 21:14:55 --parallel Build images in parallel. [Pipeline] } 21:14:55 $ docker stop --time=1 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 21:14:56 $ docker rm -f 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:14:57 . [Pipeline] withDockerContainer 21:14:57 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:14:57 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:14:57 Removing intermediate container 4294df924d0b 21:14:57 ---> 25b6f7cedcb2 21:14:57 Step 4/6 : WORKDIR /edgex-go 21:14:57 ---> Running in 32ff962bc9ed 21:14:57 Removing intermediate container 32ff962bc9ed 21:14:57 ---> abdee7777f34 21:14:57 Step 5/6 : COPY go.mod . 21:14:58 $ docker top 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:58 ---> 54415b098f0c 21:14:58 Step 6/6 : RUN go mod download 21:14:58 ---> Running in 1e620b85741a 21:14:58 + docker-compose -f ./docker-compose-build.yml build --parallel 21:14:59 Building docker-core-command-go ... 21:14:59 Building docker-core-data-go ... 21:14:59 Building docker-core-metadata-go ... 21:14:59 Building docker-security-bootstrapper-go ... 21:14:59 Building docker-security-proxy-setup-go ... 21:14:59 Building docker-security-secretstore-setup-go ... 21:14:59 Building docker-support-notifications-go ... 21:14:59 Building docker-support-scheduler-go ... 21:14:59 Building docker-sys-mgmt-agent-go ... 21:14:59 Building docker-core-command-go 21:14:59 Building docker-sys-mgmt-agent-go 21:14:59 Building docker-security-bootstrapper-go 21:14:59 Building docker-core-metadata-go 21:14:59 Building docker-support-scheduler-go 21:15:30 Removing intermediate container 1e620b85741a 21:15:30 ---> 1c720c03e8f1 21:15:30 Successfully built 1c720c03e8f1 21:15:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:15:31 + docker inspect -f . ci-base-image-arm64 21:15:31 . [Pipeline] withDockerContainer 21:15:31 prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container 21:15:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:15:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:15:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:15:31 ---> 37c241111119 21:15:31 Step 3/23 : WORKDIR /edgex-go 21:15:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:15:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:15:31 ---> 37c241111119 21:15:31 Step 3/23 : WORKDIR /edgex-go 21:15:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:15:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:15:32 ---> 37c241111119 21:15:32 Step 3/26 : WORKDIR /edgex-go 21:15:32 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:15:32 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:15:32 ---> 37c241111119 21:15:32 Step 3/30 : WORKDIR /edgex-go 21:15:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:15:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:15:32 ---> 37c241111119 21:15:32 Step 3/22 : WORKDIR /edgex-go 21:15:32 $ docker top c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:33 ---> Running in 2e3eab122b97 21:15:33 ---> Running in 2bab4a7bb602 21:15:33 ---> Running in f1f01de020ca 21:15:33 ---> Running in 97837478eb9e 21:15:33 ---> Running in 8b130b833462 21:15:33 Removing intermediate container 8b130b833462 21:15:33 ---> d2ce0ae8737a 21:15:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:33 Removing intermediate container f1f01de020ca 21:15:33 ---> e6e0e34b923b 21:15:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:33 Removing intermediate container 2e3eab122b97 21:15:33 ---> 696616d64b82 21:15:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:33 Removing intermediate container 97837478eb9e 21:15:33 ---> af2bc6c8b1b9 21:15:33 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:33 Removing intermediate container 2bab4a7bb602 21:15:33 ---> 8b63a56e3c8a 21:15:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:33 ---> Running in 577dc1a65a6d 21:15:33 ---> Running in f3c72c87fd02 21:15:33 ---> Running in cc1ebe4bb52d 21:15:33 ---> Running in 3e949ae38c37 21:15:33 ---> Running in 9052fb3cb2b8 21:15:34 + go version 21:15:34 go version go1.15.5 linux/arm64 [Pipeline] } 21:15:34 $ docker stop --time=1 c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 21:15:36 $ docker rm -f c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:15:36 Removing intermediate container 577dc1a65a6d 21:15:36 ---> f7c463aab717 21:15:36 Step 5/26 : RUN apk add --update --no-cache make bash git 21:15:36 Removing intermediate container 3e949ae38c37 21:15:36 ---> 79262735f4cf 21:15:36 Step 5/30 : RUN apk add --update --no-cache make git 21:15:36 Removing intermediate container f3c72c87fd02 21:15:36 ---> 7c0245a0be29 21:15:36 Step 5/22 : RUN apk add --update --no-cache make git 21:15:36 ---> Running in 4b080217ba5e 21:15:36 Removing intermediate container 9052fb3cb2b8 21:15:36 ---> a983c822ba0a 21:15:36 Step 5/23 : RUN apk add --update --no-cache make git 21:15:36 Removing intermediate container cc1ebe4bb52d 21:15:36 ---> 2843c34eea73 21:15:36 Step 5/23 : RUN apk add --update --no-cache make git 21:15:36 ---> Running in 824a15760208 21:15:36 ---> Running in 8e3dffbc57fe 21:15:36 ---> Running in 3db108d23e78 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:36 ---> Running in 858881676f49 21:15:37 + docker inspect -f . ci-base-image-arm64 21:15:37 . [Pipeline] withDockerContainer 21:15:37 prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container 21:15:37 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:38 $ docker top 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b -eo pid,comm 21:15:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 21:15:39 ========================================================= 21:15:39 [edgeXBuildGoParallel] Running Tests and Build... 21:15:39 ========================================================= [Pipeline] sh 21:15:39 + make test 21:15:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:15:39 OK: 233 MiB in 51 packages 21:15:39 OK: 233 MiB in 51 packages 21:15:39 OK: 233 MiB in 51 packages 21:15:40 OK: 233 MiB in 51 packages 21:15:40 OK: 233 MiB in 51 packages 21:15:40 Removing intermediate container 824a15760208 21:15:40 ---> bbc18c894dc8 21:15:40 Step 6/30 : COPY go.mod . 21:15:40 Removing intermediate container 4b080217ba5e 21:15:40 ---> f6134d13a90c 21:15:40 Step 6/26 : COPY go.mod . 21:15:41 Removing intermediate container 8e3dffbc57fe 21:15:41 ---> 717b3658a846 21:15:41 Step 6/22 : COPY go.mod . 21:15:41 ---> a029bdd715a4 21:15:41 Step 7/30 : RUN go mod download 21:15:41 ---> Running in bfb7d44021ec 21:15:41 ---> b09f65299d51 21:15:41 Step 7/26 : RUN go mod download 21:15:41 Removing intermediate container 858881676f49 21:15:41 ---> 5c0fcb711329 21:15:41 Step 6/23 : COPY go.mod . 21:15:41 Removing intermediate container 3db108d23e78 21:15:41 ---> 30eb3f9c7e5d 21:15:41 Step 6/23 : COPY go.mod . 21:15:41 ---> 1a18f7f11629 21:15:41 Step 7/22 : RUN go mod download 21:15:41 ---> Running in a7960291f443 21:15:41 ---> Running in 8d8d88aff865 21:15:41 ---> 4cff81806e7c 21:15:41 Step 7/23 : RUN go mod download 21:15:41 ---> a1bcad526842 21:15:41 Step 7/23 : RUN go mod download 21:15:42 ---> Running in 66a11416ba2c 21:15:42 ---> Running in 11d36dcc7a5b 21:15:44 Removing intermediate container bfb7d44021ec 21:15:44 ---> 609207b18c1b 21:15:44 Step 8/30 : COPY . . 21:15:44 Removing intermediate container a7960291f443 21:15:44 ---> 19ce79d58425 21:15:44 Step 8/26 : COPY . . 21:15:44 Removing intermediate container 8d8d88aff865 21:15:44 ---> 116038729f65 21:15:44 Step 8/22 : COPY . . 21:15:45 Removing intermediate container 11d36dcc7a5b 21:15:45 ---> debcb7137b24 21:15:45 Step 8/23 : COPY . . 21:15:49 Removing intermediate container 66a11416ba2c 21:15:49 ---> 52fe1ab5a5fd 21:15:49 Step 8/23 : COPY . . 21:16:02 ? github.com/edgexfoundry/edgex-go [no test files] 21:16:21 ---> 28507575c6b0 21:16:21 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:16:21 ---> 372291a020db 21:16:21 Step 9/23 : RUN make cmd/core-command/core-command 21:16:21 ---> 74014be69361 21:16:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:16:21 ---> b8d58978d01a 21:16:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:16:21 ---> 1d250131fa0f 21:16:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:16:21 ---> Running in 903cc8eea1fc 21:16:21 ---> Running in 9a4f65c9e394 21:16:21 ---> Running in 0de9539f245c 21:16:21 ---> Running in 31293703ebe6 21:16:21 ---> Running in 5b7e951d0604 21:16:21 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 21:16:21 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 21:16:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:16:21 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 21:16:21 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 21:16:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:16:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:17:00 Removing intermediate container 31293703ebe6 21:17:00 ---> 1eb1c86beb81 21:17:00 21:17:00 Step 10/30 : FROM alpine:3.12 21:17:00 3.12: Pulling from library/alpine 21:17:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:17:00 Status: Downloaded newer image for alpine:3.12 21:17:00 ---> 389fef711851 21:17:00 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:17:00 Removing intermediate container 0de9539f245c 21:17:00 ---> c3ec1e271256 21:17:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:17:00 ---> Running in 44fc0c6e3b2f 21:17:00 ---> Running in 81f630107c22 21:17:00 Removing intermediate container 81f630107c22 21:17:00 ---> 4e33d9e69709 21:17:00 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:17:00 ---> Running in ae732934650a 21:17:00 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 21:17:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:00 (1/2) Installing dumb-init (1.2.2-r1) 21:17:00 (2/2) Installing su-exec (0.2-r1) 21:17:00 Executing busybox-1.31.1-r19.trigger 21:17:00 OK: 6 MiB in 16 packages 21:17:05 Removing intermediate container 9a4f65c9e394 21:17:05 ---> 90debb7633e8 21:17:05 21:17:05 Step 10/22 : FROM alpine:3.12 21:17:05 ---> 389fef711851 21:17:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:17:05 Removing intermediate container 5b7e951d0604 21:17:05 ---> 750cdfbb5864 21:17:05 21:17:05 Step 10/23 : FROM alpine:3.12 21:17:05 ---> 389fef711851 21:17:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:05 Removing intermediate container ae732934650a 21:17:05 ---> 856cbf9b27cb 21:17:05 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:17:05 ---> Running in 40074992de39 21:17:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:17:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:17:06 ---> Running in 3feb924dc1b9 21:17:06 ---> Running in ede38201828f 21:17:06 Removing intermediate container 44fc0c6e3b2f 21:17:06 ---> 83bd2d3e6bee 21:17:06 21:17:06 Step 11/26 : FROM docker:20.10.0 21:17:06 20.10.0: Pulling from library/docker 21:17:07 Removing intermediate container 903cc8eea1fc 21:17:07 ---> 23ab9862754b 21:17:07 21:17:07 Step 10/23 : FROM alpine:3.12 21:17:07 ---> 389fef711851 21:17:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:07 Removing intermediate container ede38201828f 21:17:07 ---> 14d8dd35632c 21:17:07 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:17:07 ---> Running in 00b0c34f9146 21:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:07 ---> Running in ca19a3bae0b5 21:17:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:17:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:17:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:17:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:17:07 (1/1) Installing dumb-init (1.2.2-r1) 21:17:07 Executing busybox-1.31.1-r19.trigger 21:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:07 OK: 6 MiB in 15 packages 21:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:07 Removing intermediate container ca19a3bae0b5 21:17:07 ---> 5e4bedca4bf7 21:17:07 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:17:07 (1/1) Installing dumb-init (1.2.2-r1) 21:17:07 Executing busybox-1.31.1-r19.trigger 21:17:07 OK: 6 MiB in 15 packages 21:17:08 ---> Running in 3f8f091bca0c 21:17:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:08 (1/1) Installing dumb-init (1.2.2-r1) 21:17:08 Executing busybox-1.31.1-r19.trigger 21:17:08 OK: 6 MiB in 15 packages 21:17:09 Removing intermediate container 40074992de39 21:17:09 ---> d37bad06d17d 21:17:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:17:10 ---> Running in 13dc0d1328be 21:17:11 Removing intermediate container 3feb924dc1b9 21:17:11 ---> fb009f5d0f67 21:17:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:11 Removing intermediate container 00b0c34f9146 21:17:11 ---> 5a9ce3c3cc13 21:17:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:11 ---> Running in 965ae12989a4 21:17:11 Removing intermediate container 13dc0d1328be 21:17:11 ---> 4becbcff6df0 21:17:11 Step 13/22 : ENV APP_PORT=48085 21:17:11 ---> Running in 25910213a49e 21:17:11 ---> Running in 1cf5b0c05fe6 21:17:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:17:11 Removing intermediate container 965ae12989a4 21:17:11 ---> 6b6e0c9688ea 21:17:11 Step 13/23 : ENV APP_PORT=48082 21:17:11 ---> Running in 240cd6d7be69 21:17:11 Removing intermediate container 25910213a49e 21:17:11 ---> 160f363dae96 21:17:11 Step 13/23 : ENV APP_PORT=48081 21:17:11 Removing intermediate container 1cf5b0c05fe6 21:17:11 ---> 22e7310f0b28 21:17:11 Step 14/22 : EXPOSE $APP_PORT 21:17:11 Removing intermediate container 3f8f091bca0c 21:17:11 ---> cb14d3acfd12 21:17:11 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:17:12 ---> Running in 7d1f856826b5 21:17:12 ---> Running in b367c83c8e03 21:17:12 Removing intermediate container 240cd6d7be69 21:17:12 ---> 60f782cb3a8e 21:17:12 Step 14/23 : EXPOSE $APP_PORT 21:17:12 ---> Running in 3b14c01dc053 21:17:12 ---> Running in f568e51c5101 21:17:12 Removing intermediate container b367c83c8e03 21:17:12 ---> d4cae0dc3c9d 21:17:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:12 Removing intermediate container 7d1f856826b5 21:17:12 ---> 1c2036d9969f 21:17:12 Step 14/23 : EXPOSE $APP_PORT 21:17:12 Removing intermediate container 3b14c01dc053 21:17:12 ---> 09f060f8ab28 21:17:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:17:12 ---> Running in 6938cc242335 21:17:12 Removing intermediate container f568e51c5101 21:17:12 ---> 9ca6583786db 21:17:12 Step 15/23 : WORKDIR / 21:17:13 ---> d553e450fac8 21:17:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:17:13 ---> 48153882bbf4 21:17:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:17:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:17:13 ---> Running in 0714f93d3eeb 21:17:13 Status: Downloaded newer image for docker:20.10.0 21:17:13 ---> aefe523efa57 21:17:13 Step 12/26 : RUN apk add --no-cache bash 21:17:13 Removing intermediate container 6938cc242335 21:17:13 ---> d6cf54477656 21:17:13 Step 15/23 : WORKDIR / 21:17:13 ---> Running in 807aae27e26f 21:17:13 ---> Running in 5065fb3b502e 21:17:13 ---> Running in 1d8e053543c8 21:17:13 Removing intermediate container 0714f93d3eeb 21:17:13 ---> 99d77d15257b 21:17:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:13 ---> 83b48fb92c88 21:17:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:17:14 Removing intermediate container 5065fb3b502e 21:17:14 ---> 7e308de35506 21:17:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:14 ---> 5b8525ccd07f 21:17:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:17:14 ---> 6aa7aefd4205 21:17:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:17:15 ---> 7654bfce9d3c 21:17:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:17:15 ---> Running in 6f76c74c3fe2 21:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:15 Removing intermediate container 6f76c74c3fe2 21:17:15 ---> 194601681f7f 21:17:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:15 (1/2) Installing readline (8.0.4-r0) 21:17:15 (2/2) Installing bash (5.0.17-r0) 21:17:15 Executing bash-5.0.17-r0.post-install 21:17:15 Executing busybox-1.31.1-r19.trigger 21:17:15 OK: 12 MiB in 22 packages 21:17:15 ---> Running in bbe73931fcf9 21:17:16 ---> f23cc9db8d47 21:17:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:17:16 ---> fa5d637842ce 21:17:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:17:16 Removing intermediate container bbe73931fcf9 21:17:16 ---> 048443c152f3 21:17:16 Step 20/22 : LABEL arch=x86_64 21:17:16 Removing intermediate container 807aae27e26f 21:17:16 ---> 805d022c810c 21:17:16 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:16 ---> Running in 45913677ddad 21:17:16 ---> 723acaae4daf 21:17:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:17:16 ---> 3b9d1aed9dbb 21:17:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:17:16 Removing intermediate container 1d8e053543c8 21:17:16 ---> 806e9cdb184b 21:17:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:17:16 ---> Running in c929fba91005 21:17:16 ---> Running in c1027771858c 21:17:16 ---> Running in f3eef959d9e4 21:17:17 Removing intermediate container 45913677ddad 21:17:17 ---> 64c3e04c4513 21:17:17 Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:17:17 ---> 605fabfc3c39 21:17:17 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:17:17 ---> Running in 383577e5181e 21:17:17 Removing intermediate container c929fba91005 21:17:17 ---> d4af4b9f04c4 21:17:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:17 Removing intermediate container c1027771858c 21:17:17 ---> 8673b9e56b6f 21:17:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:17 Removing intermediate container f3eef959d9e4 21:17:17 ---> f24b2c1df61d 21:17:17 Step 14/26 : ENV APP_PORT=48090 21:17:17 ---> Running in c0379316b211 21:17:17 ---> Running in dfc3cc973b22 21:17:17 ---> Running in 4ed9bdfb9641 21:17:17 Removing intermediate container 383577e5181e 21:17:17 ---> 3594104de2c2 21:17:17 Step 22/22 : LABEL version=0.0.0 21:17:17 ---> Running in d7a7fcaa21c8 21:17:17 ---> 251775d95e20 21:17:17 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:17:17 Removing intermediate container c0379316b211 21:17:17 ---> 2ceea4482b5f 21:17:17 Step 21/23 : LABEL arch=x86_64 21:17:17 Removing intermediate container dfc3cc973b22 21:17:17 ---> c554b511b566 21:17:17 Step 21/23 : LABEL arch=x86_64 21:17:18 Removing intermediate container 4ed9bdfb9641 21:17:18 ---> df5153821fe4 21:17:18 Step 15/26 : EXPOSE $APP_PORT 21:17:18 ---> Running in bced328eafb6 21:17:18 ---> Running in 1c0ba7f2d78a 21:17:18 ---> Running in cf7924097d7c 21:17:18 Removing intermediate container d7a7fcaa21c8 21:17:18 ---> 590473a4d1cd 21:17:18 21:17:18 ---> eba18b474359 21:17:18 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:17:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:17:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:17:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:17:18 Removing intermediate container bced328eafb6 21:17:18 ---> dc1b5d6612e2 21:17:18 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:17:18 Successfully built 590473a4d1cd 21:17:18 Removing intermediate container 1c0ba7f2d78a 21:17:18 ---> 0473afa55c29 21:17:18 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:17:18 Successfully tagged docker-support-scheduler-go:latest 21:17:18  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 21:17:18 Removing intermediate container cf7924097d7c 21:17:18 ---> d37e91e2ae24 21:17:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:17:18 ---> Running in 5bc602d58a20 21:17:18 ---> c980d84a128a 21:17:18 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:17:18 ---> Running in 8f15c3b00c85 21:17:18 ---> Running in 18fcb6886c79 21:17:18 Removing intermediate container 8f15c3b00c85 21:17:18 ---> 90a1405969d9 21:17:18 Step 23/23 : LABEL version=0.0.0 21:17:19 Removing intermediate container 5bc602d58a20 21:17:19 ---> ec07d485dea1 21:17:19 Step 23/23 : LABEL version=0.0.0 21:17:19 ---> Running in 2a04a857a337 21:17:19 ---> Running in c6889ea09393 21:17:20 ---> 8e0b7a0c8b9d 21:17:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:17:20 Removing intermediate container 18fcb6886c79 21:17:20 ---> 3b8346a24f7e 21:17:20 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:17:22 Removing intermediate container 2a04a857a337 21:17:22 ---> 816b7018ec45 21:17:22 21:17:22 ---> afcbd0bf227e 21:17:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:17:22 Removing intermediate container c6889ea09393 21:17:22 ---> 4c328cbe5998 21:17:22 21:17:23 Successfully built 4c328cbe5998 21:17:23 Successfully tagged docker-core-command-go:latest 21:17:23 Building docker-support-notifications-go 21:17:23  Building docker-core-command-go ... done Successfully built 816b7018ec45 21:17:23 ---> fddacaca9900 21:17:23 Step 25/30 : RUN chmod +x /entrypoint.sh 21:17:23 Successfully tagged docker-core-metadata-go:latest 21:17:23 Building docker-core-data-go 21:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.305s coverage: 45.9% of statements 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.196s coverage: 100.0% of statements 21:17:26  Building docker-core-metadata-go ... done  ---> d1c84c68adf4 21:17:26 Step 19/26 : RUN apk --no-cache add py3-pip 21:17:27 ---> Running in 29ef6be7b542 21:17:27 ---> Running in 569c373ec5c5 21:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:30 (1/33) Installing libbz2 (1.0.8-r1) 21:17:30 (2/33) Installing expat (2.2.9-r1) 21:17:30 (3/33) Installing libffi (3.3-r2) 21:17:30 (4/33) Installing gdbm (1.13-r1) 21:17:30 (5/33) Installing xz-libs (5.2.5-r0) 21:17:30 (6/33) Installing sqlite-libs (3.32.1-r0) 21:17:30 (7/33) Installing python3 (3.8.5-r0) 21:17:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.1% of statements 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:17:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.108s coverage: 100.0% of statements 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:17:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:17:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements 21:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.755s coverage: 82.3% of statements 21:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:17:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:17:36 ---> 37c241111119 21:17:36 Step 3/24 : WORKDIR /edgex-go 21:17:36 ---> Using cache 21:17:36 ---> 8b63a56e3c8a 21:17:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:36 ---> Using cache 21:17:36 ---> a983c822ba0a 21:17:36 Step 5/24 : RUN apk add --update --no-cache make git 21:17:36 ---> Using cache 21:17:36 ---> 30eb3f9c7e5d 21:17:36 Step 6/24 : COPY go.mod . 21:17:36 ---> Using cache 21:17:36 ---> a1bcad526842 21:17:36 Step 7/24 : RUN go mod download 21:17:36 ---> Using cache 21:17:36 ---> 52fe1ab5a5fd 21:17:36 Step 8/24 : COPY . . 21:17:36 ---> Using cache 21:17:36 ---> 372291a020db 21:17:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:17:36 ---> Running in fe7c8e881a74 21:17:36 (8/33) Installing py3-appdirs (1.4.4-r1) 21:17:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:17:36 (10/33) Installing py3-parsing (2.4.7-r0) 21:17:36 (11/33) Installing py3-six (1.15.0-r0) 21:17:36 (12/33) Installing py3-packaging (20.4-r0) 21:17:36 (13/33) Installing py3-setuptools (47.0.0-r0) 21:17:36 (14/33) Installing py3-chardet (3.0.4-r4) 21:17:36 (15/33) Installing py3-idna (2.9-r0) 21:17:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:17:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:17:36 (18/33) Installing py3-requests (2.23.0-r0) 21:17:36 (19/33) Installing py3-msgpack (1.0.0-r0) 21:17:36 (20/33) Installing py3-lockfile (0.12.2-r3) 21:17:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:17:37 (22/33) Installing py3-colorama (0.4.3-r0) 21:17:38 (23/33) Installing py3-distlib (0.3.0-r0) 21:17:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:17:40 (24/33) Installing py3-distro (1.5.0-r1) 21:17:40 (25/33) Installing py3-webencodings (0.5.1-r3) 21:17:40 (26/33) Installing py3-html5lib (1.0.1-r4) 21:17:40 Removing intermediate container 29ef6be7b542 21:17:40 ---> ffd0797b46e2 21:17:40 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:17:40 (27/33) Installing py3-pytoml (0.1.21-r0) 21:17:40 (28/33) Installing py3-pep517 (0.8.2-r0) 21:17:40 (29/33) Installing py3-progress (1.5-r0) 21:17:40 (30/33) Installing py3-toml (0.10.1-r0) 21:17:41 (31/33) Installing py3-retrying (1.3.3-r0) 21:17:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:17:42 (33/33) Installing py3-pip (20.1.1-r0) 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:17:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:17:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:17:44 ---> Running in afb032b8837d 21:17:44 Executing busybox-1.31.1-r19.trigger 21:17:45 OK: 71 MiB in 55 packages 21:17:46 Removing intermediate container afb032b8837d 21:17:46 ---> 6048c3635ae3 21:17:46 Step 27/30 : CMD ["gate"] 21:17:47 ---> Running in 6bef3d444ce8 21:17:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:17:48 ---> 37c241111119 21:17:48 Step 3/22 : WORKDIR /edgex-go 21:17:48 ---> Using cache 21:17:48 ---> 8b63a56e3c8a 21:17:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:48 ---> Using cache 21:17:48 ---> a983c822ba0a 21:17:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:17:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:17:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:17:48 ---> 37c241111119 21:17:48 Step 3/23 : WORKDIR /edgex-go 21:17:48 ---> Using cache 21:17:48 ---> 8b63a56e3c8a 21:17:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:17:48 ---> Using cache 21:17:48 ---> a983c822ba0a 21:17:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:17:49 ---> Running in a42226752b45 21:17:50 Removing intermediate container 6bef3d444ce8 21:17:50 ---> f4677f7d3f98 21:17:50 Step 28/30 : LABEL arch=x86_64 21:17:51 ---> Running in c9cbed07448b 21:17:51 ---> Running in 4a36e5a23319 21:17:52 Removing intermediate container 4a36e5a23319 21:17:52 ---> e4b9e9de25e9 21:17:52 Step 29/30 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:17:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.117s coverage: 96.3% of statements 21:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 21:17:53 ---> Running in 6c4ed3b21c9c 21:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:54 Removing intermediate container 6c4ed3b21c9c 21:17:54 ---> 3d04b2f37ec6 21:17:54 Step 30/30 : LABEL version=0.0.0 21:17:54 OK: 233 MiB in 51 packages 21:17:55 OK: 233 MiB in 51 packages 21:17:56 ---> Running in 76717cfdb719 21:17:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:17:58 Removing intermediate container 76717cfdb719 21:17:58 ---> 6b9c48dddbe1 21:17:58 21:17:58 Removing intermediate container a42226752b45 21:17:58 ---> 8979409a3773 21:17:58 Step 6/22 : COPY go.mod . 21:17:58 Successfully built 6b9c48dddbe1 21:17:58 Removing intermediate container 569c373ec5c5 21:17:58 ---> 56a3d2fd4caf 21:17:58 Step 20/26 : RUN pip install docker-compose==1.23.2 21:17:58 Removing intermediate container c9cbed07448b 21:17:58 ---> 88310043e86e 21:17:58 Step 6/23 : COPY go.mod . 21:17:58 Successfully tagged docker-security-bootstrapper-go:latest 21:17:58 Building docker-security-proxy-setup-go 21:17:58  Building docker-security-bootstrapper-go ... done  ---> Running in ee32bd930b37 21:17:58 ---> 58fbe5cdd85d 21:17:58 Step 7/22 : RUN go mod download 21:17:59 ---> db6ac747c234 21:17:59 Step 7/23 : RUN go mod download 21:17:59 ---> Running in cfa2dd530c12 21:17:59 ---> Running in 57d5a90a95fa 21:18:03 Collecting docker-compose==1.23.2 21:18:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:18:03 Collecting docopt<0.7,>=0.6.1 21:18:03 Downloading docopt-0.6.2.tar.gz (25 kB) 21:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements 21:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 21:18:05 Collecting texttable<0.10,>=0.9.0 21:18:05 Downloading texttable-0.9.1.tar.gz (11 kB) 21:18:06 Removing intermediate container cfa2dd530c12 21:18:06 ---> 5aa48618ec1a 21:18:06 Step 8/22 : COPY . . 21:18:06 Collecting cached-property<2,>=1.2.0 21:18:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:18:06 Removing intermediate container fe7c8e881a74 21:18:06 ---> 2ba8851b8f17 21:18:06 21:18:06 Step 10/24 : FROM alpine:3.12 21:18:06 ---> 389fef711851 21:18:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:18:06 Removing intermediate container 57d5a90a95fa 21:18:06 ---> d7257f0644c0 21:18:06 Step 8/23 : COPY . . 21:18:06 ---> Running in 9a7cf2c590f1 21:18:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:18:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:18:08 Collecting PyYAML<4,>=3.10 21:18:08 Downloading PyYAML-3.13.tar.gz (270 kB) 21:18:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:18:13 Collecting jsonschema<3,>=2.5.1 21:18:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:18:15 Collecting websocket-client<1.0,>=0.32.0 21:18:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:18:17 Collecting docker<4.0,>=3.6.0 21:18:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:18:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:18:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:18:18 ---> 37c241111119 21:18:18 Step 3/21 : WORKDIR /edgex-go 21:18:18 ---> Using cache 21:18:18 ---> 8b63a56e3c8a 21:18:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:18:18 ---> Using cache 21:18:18 ---> a983c822ba0a 21:18:18 Step 5/21 : RUN apk add --update --no-cache make git 21:18:18 ---> Using cache 21:18:18 ---> 30eb3f9c7e5d 21:18:18 Step 6/21 : COPY go.mod . 21:18:18 ---> Using cache 21:18:18 ---> a1bcad526842 21:18:18 Step 7/21 : RUN go mod download 21:18:18 ---> Using cache 21:18:18 ---> 52fe1ab5a5fd 21:18:18 Step 8/21 : COPY . . 21:18:18 (1/5) Installing ca-certificates (20191127-r4) 21:18:18 Collecting dockerpty<0.5,>=0.4.1 21:18:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:18:18 (3/5) Installing libcurl (7.69.1-r3) 21:18:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:18:18 ---> Using cache 21:18:18 ---> 372291a020db 21:18:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:18:18 (4/5) Installing curl (7.69.1-r3) 21:18:18 (5/5) Installing dumb-init (1.2.2-r1) 21:18:18 Executing busybox-1.31.1-r19.trigger 21:18:19 Executing ca-certificates-20191127-r4.trigger 21:18:19 OK: 7 MiB in 19 packages 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.172s coverage: 91.4% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:18:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:18:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:18:21 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) 21:18:21 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) 21:18:21 Collecting idna<2.8,>=2.5 21:18:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:18:22 ---> Running in 8ffd1db5072f 21:18:22 Collecting urllib3<1.25,>=1.21.1 21:18:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.701s coverage: 84.0% of statements 21:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements 21:18:25 Collecting docker-pycreds>=0.4.0 21:18:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:18:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:18:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:18:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:18:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:18:26 Installing collected packages: docopt, texttable, cached-property, idna, urllib3, requests, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 21:18:26 Running setup.py install for docopt: started 21:18:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:18:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:18:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.167s coverage: 100.0% of statements 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:18:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.307s coverage: 89.4% of statements 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:18:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:18:27 Running setup.py install for docopt: finished with status 'done' 21:18:27 Running setup.py install for texttable: started 21:18:27 Removing intermediate container 9a7cf2c590f1 21:18:27 ---> f72b8a9de888 21:18:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:18:28 Running setup.py install for texttable: finished with status 'done' 21:18:28 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 21:18:28 Attempting uninstall: idna 21:18:28 Found existing installation: idna 2.9 21:18:28 Uninstalling idna-2.9: 21:18:29 Successfully uninstalled idna-2.9 21:18:29 ---> Running in 63535a98e2b3 21:18:29 Attempting uninstall: urllib3 21:18:29 Found existing installation: urllib3 1.25.9 21:18:29 Uninstalling urllib3-1.25.9: 21:18:30 Successfully uninstalled urllib3-1.25.9 21:18:30 Removing intermediate container 63535a98e2b3 21:18:30 ---> 6eabd401cafc 21:18:30 Step 13/24 : WORKDIR / 21:18:32 Attempting uninstall: requests 21:18:32 ---> Running in 2c6f5194e839 21:18:32 Found existing installation: requests 2.23.0 21:18:32 Uninstalling requests-2.23.0: 21:18:32 Successfully uninstalled requests-2.23.0 21:18:33 Running setup.py install for PyYAML: started 21:18:34 Running setup.py install for PyYAML: finished with status 'done' 21:18:34 Removing intermediate container 2c6f5194e839 21:18:34 ---> 7fcefad2b1b2 21:18:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.949s coverage: 29.1% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.164s coverage: 99.0% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.187s coverage: 100.0% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements 21:18:36 Running setup.py install for dockerpty: started 21:18:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements 21:18:37 ---> 9d9c375e7662 21:18:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:18:37 Running setup.py install for dockerpty: finished with status 'done' 21:18:37 ---> 4f14e6fc60b4 21:18:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:18:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:18:37 ---> f24e0029d399 21:18:37 Step 9/23 : RUN make cmd/core-data/core-data 21:18:38 ---> 37472e51b6bb 21:18:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:18:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:18:38 ---> Running in efc308647520 21:18:38 ---> Running in a0b90c688514 21:18:38 GO111MODULE=on go vet ./... 21:18:38 ---> 42adcceec127 21:18:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:18:39 ---> 759cb39d4b2f 21:18:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:18: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 21:18:39 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 21:18:42 ---> d485772449b2 21:18:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:18:42 Removing intermediate container ee32bd930b37 21:18:42 ---> 4d0ba74b5c8d 21:18:42 Step 21/26 : RUN apk --no-cache add curl 21:18:42 ---> 23b9c1a39ea1 21:18:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:18:42 ---> Running in c4f744f4c68b 21:18:42 ---> Running in c96dc9d704c0 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:45 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 21:18:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:18:45 (2/3) Installing libcurl (7.69.1-r3) 21:18:45 (3/3) Installing curl (7.69.1-r3) 21:18:45 Executing busybox-1.31.1-r19.trigger 21:18:45 OK: 72 MiB in 58 packages 21:18:46 Removing intermediate container c96dc9d704c0 21:18:46 ---> 9acd655dd545 21:18:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:18:46 ---> Running in 9c63a58b12fc 21:18:46 Removing intermediate container c4f744f4c68b 21:18:46 ---> c450fe1c512b 21:18:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:18:46 ---> Running in 04a904c50810 21:18:46 Removing intermediate container 9c63a58b12fc 21:18:46 ---> 2135582ab778 21:18:46 Step 22/24 : LABEL arch=x86_64 21:18:47 ---> Running in e7339fda001e 21:18:48 Removing intermediate container 04a904c50810 21:18:48 ---> 0d29062c6046 21:18:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:48 ---> Running in 0e192d5bf51f 21:18:48 Removing intermediate container e7339fda001e 21:18:48 ---> f76baac37497 21:18:48 Step 23/24 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:18:48 ---> Running in 615659b636ba 21:18:48 Removing intermediate container 0e192d5bf51f 21:18:48 ---> ffafece03015 21:18:48 Step 24/26 : LABEL arch=x86_64 21:18:49 ---> Running in 7353142a38da 21:18:49 Removing intermediate container 615659b636ba 21:18:49 ---> 89e1bb827108 21:18:49 Step 24/24 : LABEL version=0.0.0 21:18:51 ---> Running in 4871378513c3 21:18:51 Removing intermediate container 7353142a38da 21:18:51 ---> 641973a96ae7 21:18:51 Step 25/26 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:18:51 ---> Running in 39ff0482f21e 21:18:51 Removing intermediate container 4871378513c3 21:18:51 ---> ebdf356610d7 21:18:51 21:18:51 Removing intermediate container 39ff0482f21e 21:18:51 ---> 625803cbd8bf 21:18:51 Step 26/26 : LABEL version=0.0.0 21:18:51 Successfully built ebdf356610d7 21:18:51 Successfully tagged docker-security-secretstore-setup-go:latest 21:18:52  Building docker-security-secretstore-setup-go ... done  ---> Running in b490462bc434 21:18:53 Removing intermediate container b490462bc434 21:18:53 ---> 932de6adb3db 21:18:53 21:18:53 Successfully built 932de6adb3db 21:18:54 Successfully tagged docker-sys-mgmt-agent-go:latest 21:18:54  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8ffd1db5072f 21:18:54 ---> 85b680f9d336 21:18:54 21:18:54 Step 10/21 : FROM alpine:3.12 21:18:54 ---> 389fef711851 21:18:54 Step 11/21 : RUN apk add --update --no-cache curl 21:18:54 ---> Running in df0abaa479fa 21:18:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:18:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:18:56 (1/4) Installing ca-certificates (20191127-r4) 21:18:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:18:56 (3/4) Installing libcurl (7.69.1-r3) 21:18:56 (4/4) Installing curl (7.69.1-r3) 21:18:56 Executing busybox-1.31.1-r19.trigger 21:18:56 Executing ca-certificates-20191127-r4.trigger 21:18:56 OK: 7 MiB in 18 packages 21:18:58 Removing intermediate container df0abaa479fa 21:18:58 ---> 6a9ddf9ca591 21:18:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:18:58 ---> Running in 54f185a6b7d9 21:18:59 Removing intermediate container 54f185a6b7d9 21:18:59 ---> a589cc54fe12 21:18:59 Step 13/21 : WORKDIR /edgex 21:18:59 ---> Running in 1e466043a272 21:18:59 Removing intermediate container 1e466043a272 21:18:59 ---> 6bfe3cdcf162 21:18:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:19:00 ---> 6ab217b3a46c 21:19:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:19:00 ---> 8ced292025cc 21:19:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:19:01 ---> aa0e2288f76c 21:19:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:19:01 ---> Running in da430d74607a 21:19:04 Removing intermediate container da430d74607a 21:19:04 ---> b501414bb7c9 21:19:04 Step 18/21 : CMD ["--init=true"] 21:19:05 ---> Running in e2a0f46d6e67 21:19:05 Removing intermediate container a0b90c688514 21:19:05 ---> 80ef807d1b52 21:19:05 21:19:05 Step 10/22 : FROM alpine:3.12 21:19:05 ---> 389fef711851 21:19:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:19:05 ---> Running in f3408a691ee4 21:19:05 Removing intermediate container e2a0f46d6e67 21:19:05 ---> 5865ad38cd1f 21:19:05 Step 19/21 : LABEL arch=x86_64 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:06 (1/2) Installing ca-certificates (20191127-r4) 21:19:06 (2/2) Installing dumb-init (1.2.2-r1) 21:19:06 Executing busybox-1.31.1-r19.trigger 21:19:06 Executing ca-certificates-20191127-r4.trigger 21:19:06 OK: 6 MiB in 16 packages 21:19:07 ---> Running in a4ba63df405a 21:19:08 Removing intermediate container efc308647520 21:19:08 ---> e9d3116494a0 21:19:08 21:19:08 Step 10/23 : FROM alpine:3.12 21:19:08 ---> 389fef711851 21:19:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:19:08 Removing intermediate container a4ba63df405a 21:19:08 ---> 29f08e5f5b94 21:19:08 Step 20/21 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:19:08 ---> Running in c9d923e64c3e 21:19:08 ---> Running in 2fa8d3128cff 21:19:08 Removing intermediate container f3408a691ee4 21:19:08 ---> 535301e22904 21:19:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:19:08 Removing intermediate container 2fa8d3128cff 21:19:08 ---> 51737134b160 21:19:08 Step 21/21 : LABEL version=0.0.0 21:19:08 Removing intermediate container c9d923e64c3e 21:19:08 ---> dd355a7edb01 21:19:08 Step 12/23 : ENV APP_PORT=48080 21:19:09 ---> Running in 9d614a237c93 21:19:09 ---> Running in 74f410c1802a 21:19:09 ---> Running in 76cbde5655b8 21:19:09 Removing intermediate container 9d614a237c93 21:19:09 ---> 8ac54f276262 21:19:09 Step 13/22 : ENV APP_PORT=48060 21:19:09 Removing intermediate container 76cbde5655b8 21:19:09 ---> 874082bc75be 21:19:09 Step 13/23 : EXPOSE $APP_PORT 21:19:09 Removing intermediate container 74f410c1802a 21:19:09 ---> 42654fab1c9a 21:19:09 21:19:09 ---> Running in 3a3797ca5ff0 21:19:09 ---> Running in 4fe2bafd14d6 21:19:10 Successfully built 42654fab1c9a 21:19:10 Successfully tagged docker-security-proxy-setup-go:latest 21:19:10  Building docker-security-proxy-setup-go ... done Removing intermediate container 4fe2bafd14d6 21:19:10 ---> 4cbba8fd2274 21:19:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:10 Removing intermediate container 3a3797ca5ff0 21:19:10 ---> 50b85b9c4130 21:19:10 Step 14/22 : EXPOSE $APP_PORT 21:19:10 ---> Running in 2a407c25b148 21:19:10 ---> Running in a9669ffab814 21:19:10 Removing intermediate container 2a407c25b148 21:19:10 ---> 417865c60f72 21:19:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:10 ---> 328b91df20b6 21:19:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:19:11 ---> 8599b5ec3653 21:19:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:19:11 Removing intermediate container a9669ffab814 21:19:11 ---> 0432f0216aaf 21:19:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:19:11 ---> Running in 642032a7e710 21:19:11 ---> f76511016d38 21:19:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:19:11 ---> Running in b2a09348eed5 21:19:11 Removing intermediate container b2a09348eed5 21:19:11 ---> fda0f2b4752a 21:19:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:19:11 ---> Running in 3804e760c4c5 21:19:12 Removing intermediate container 3804e760c4c5 21:19:12 ---> e55e3597a8c9 21:19:12 Step 20/22 : LABEL arch=x86_64 21:19:12 ---> Running in 2c0bbca386bc 21:19:12 Removing intermediate container 2c0bbca386bc 21:19:12 ---> bd5a10456e66 21:19:12 Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:19:12 ---> Running in 139770adc3a3 21:19:12 Removing intermediate container 139770adc3a3 21:19:12 ---> bd45889e76ea 21:19:12 Step 22/22 : LABEL version=0.0.0 21:19:12 ---> Running in e6d1def176c9 21:19:13 Removing intermediate container e6d1def176c9 21:19:13 ---> dcc270a59b60 21:19:13 21:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:19:13 Successfully built dcc270a59b60 21:19:13 Successfully tagged docker-support-notifications-go:latest 21:19:13  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 21:19:13 (2/6) Installing libgcc (9.3.0-r2) 21:19:14 (3/6) Installing libsodium (1.0.18-r0) 21:19:14 (4/6) Installing libstdc++ (9.3.0-r2) 21:19:14 (5/6) Installing libzmq (4.3.3-r0) 21:19:15 (6/6) Installing zeromq (4.3.3-r0) 21:19:15 Executing busybox-1.31.1-r19.trigger 21:19:15 OK: 8 MiB in 20 packages 21:19:15 Removing intermediate container 642032a7e710 21:19:15 ---> e689b3dbad2b 21:19:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:15 ---> 347d0c913217 21:19:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:19:16 ---> cb24ffbee011 21:19:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:19:16 ---> 3d73f14fabab 21:19:16 Step 19/23 : ENTRYPOINT ["/core-data"] 21:19:17 ---> Running in ad65ff5e3bae 21:19:17 Removing intermediate container ad65ff5e3bae 21:19:17 ---> 0d4eb281d47b 21:19:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:17 ---> Running in e2c059701d2e 21:19:17 Removing intermediate container e2c059701d2e 21:19:17 ---> 4a998beb3c9c 21:19:17 Step 21/23 : LABEL arch=x86_64 21:19:17 ---> Running in 76746031d10b 21:19:17 Removing intermediate container 76746031d10b 21:19:17 ---> d2be28de2ef7 21:19:17 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:19:17 ---> Running in fe4b36f75510 21:19:17 Removing intermediate container fe4b36f75510 21:19:17 ---> 4459a18348e4 21:19:17 Step 23/23 : LABEL version=0.0.0 21:19:17 ---> Running in 7a1317db355b 21:19:18 Removing intermediate container 7a1317db355b 21:19:18 ---> d64a16db28a1 21:19:18 21:19:18 Successfully built d64a16db28a1 21:19:18 Successfully tagged docker-core-data-go:latest 21:19:18  Building docker-core-data-go ... done  [Pipeline] } 21:19:18 $ docker stop --time=1 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c 21:19:20 $ docker rm -f 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c [Pipeline] // withDockerContainer [Pipeline] sh 21:19:20 + docker images 21:19:20 + grep docker 21:19:20 docker-core-data-go latest d64a16db28a1 3 seconds ago 22.4MB 21:19:20 docker-support-notifications-go latest dcc270a59b60 8 seconds ago 17.7MB 21:19:20 docker-security-proxy-setup-go latest 42654fab1c9a 11 seconds ago 24.7MB 21:19:20 docker-sys-mgmt-agent-go latest 932de6adb3db 28 seconds ago 313MB 21:19:20 docker-security-secretstore-setup-go latest ebdf356610d7 29 seconds ago 24.9MB 21:19:20 docker-security-bootstrapper-go latest 6b9c48dddbe1 About a minute ago 18.2MB 21:19:20 docker-core-command-go latest 4c328cbe5998 About a minute ago 17.1MB 21:19:20 docker-core-metadata-go latest 816b7018ec45 About a minute ago 19MB 21:19:20 docker-support-scheduler-go latest 590473a4d1cd 2 minutes ago 17.2MB 21:19:20 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:19:36 Still waiting to schedule task 21:19:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:19:59 gofmt -l . 21:19:59 [ "`gofmt -l .`" = "" ] 21:19:59 ./bin/test-go-mod-tidy.sh 21:19:59 ./bin/test-attribution-txt.sh [Pipeline] sh 21:20:00 + ls -al . 21:20:00 total 736 21:20:00 drwxrwxr-x 9 1001 1001 4096 Feb 18 21:19 . 21:20:00 drwxr-xr-x 4 root root 4096 Feb 18 21:15 .. 21:20:00 -rw-rw-r-- 1 1001 1001 11 Feb 18 21:13 .dockerignore 21:20:00 drwxrwxr-x 8 1001 1001 4096 Feb 18 21:14 .git 21:20:00 drwxrwxr-x 3 1001 1001 4096 Feb 18 21:13 .github 21:20:00 -rw-rw-r-- 1 1001 1001 818 Feb 18 21:13 .gitignore 21:20:00 -rw-rw-r-- 1 1001 1001 166 Feb 18 21:13 .sonarcloud.properties 21:20:00 -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:13 Attribution.txt 21:20:00 -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:13 CONTRIBUTING.md 21:20:00 -rw-rw-r-- 1 1001 1001 931 Feb 18 21:13 Dockerfile.build 21:20:00 -rw-rw-r-- 1 1001 1001 863 Feb 18 21:13 Jenkinsfile 21:20:00 -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:13 LICENSE 21:20:00 -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:13 Makefile 21:20:00 -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:13 README.md 21:20:00 -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:13 SECURITY.md 21:20:00 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:11 VERSION 21:20:00 -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:13 ZMQWindows.md 21:20:00 drwxrwxr-x 2 1001 1001 4096 Feb 18 21:13 bin 21:20:00 drwxrwxr-x 14 1001 1001 4096 Feb 18 21:13 cmd 21:20:00 -rw-r--r-- 1 root root 597520 Feb 18 21:18 coverage.out 21:20:00 -rw-r--r-- 1 root root 1054 Feb 18 21:19 go.mod 21:20:00 -rw-r--r-- 1 root root 23562 Feb 18 21:19 go.sum 21:20:00 drwxrwxr-x 8 1001 1001 4096 Feb 18 21:13 internal 21:20:00 drwxrwxr-x 4 1001 1001 4096 Feb 18 21:13 openapi 21:20:00 drwxrwxr-x 4 1001 1001 4096 Feb 18 21:13 snap 21:20:00 -rw-rw-r-- 1 1001 1001 168 Feb 18 21:13 version.go [Pipeline] sh 21:20:01 + '[' -e coverage.out ] 21:20:01 + chown 1001:1001 coverage.out [Pipeline] stash 21:20:01 Warning: overwriting stash ‘coverage-report’ 21:20:02 Stashed 1 file(s) [Pipeline] sh 21:20:03 + make build 21:20:03 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 21:20:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:20:31 Running on prd-ubuntu18.04-docker-8c-8g-26821 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws 21:20:31 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 21:20:33 using credential edgex-jenkins-ssh 21:20:33 Cloning the remote Git repository 21:20:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:20:33 > git init /w/workspace/edgex-go/7 # timeout=10 21:20:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:20:33 > git --version # timeout=10 21:20:33 > git --version # 'git version 2.17.1' 21:20:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:20:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:20:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:20: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 21:20:48 Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:20:48 Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:20:48 Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) 21:20:49 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 21:20:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:20:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:20:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:20:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:20:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:20:48 > git config core.sparsecheckout # timeout=10 21:20:48 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 21:20:48 > git remote # timeout=10 21:20:48 > git config --get remote.origin.url # timeout=10 21:20:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:48 > git merge 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 21:20:48 > git rev-parse HEAD^{commit} # timeout=10 21:20:48 > git config core.sparsecheckout # timeout=10 21:20:48 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 21:20:52 Commit message: "Merge branch 'master' into attr-upd-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:20:53 + echo snap-build.sh 21:20:53 snap-build.sh 21:20:53 + SNAP_BASE_DIR=. 21:20:53 + '[' '!' -z /w/workspace/edgex-go/7 ']' 21:20:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 21:20:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 21:20:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 21:20:53 + cd /w/workspace/edgex-go/7 21:20:53 + sudo apt-get remove -qy --purge lxd lxd-client 21:20:53 Reading package lists... 21:20:53 Building dependency tree... 21:20:53 Reading state information... 21:20:54 The following packages were automatically installed and are no longer required: 21:20:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:20:54 uidmap xdelta3 21:20:54 Use 'sudo apt autoremove' to remove them. 21:20:54 The following packages will be REMOVED: 21:20:54 lxd* lxd-client* 21:20:54 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:20:54 After this operation, 31.7 MB disk space will be freed. 21:20: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 21:20:55 (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.) 21:20:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:20:56 Removing lxd dnsmasq configuration 21:20:56 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:20:56 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:20:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:20:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:20:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:20:59 Processing triggers for systemd (237-3ubuntu10.42) ... 21:20:59 Processing triggers for ureadahead (0.100.0-21) ... 21:20:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:21:00 + sudo snap remove --purge lxd 21:21:00 snap "lxd" is not installed 21:21:00 + sudo groupadd --force --system lxd 21:21:00 ++ whoami 21:21:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:21:00 + newgrp - lxd 21:21:00 + sudo snap install lxd 21:21:03 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 21:21:08 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 21:21:12 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 21:21:13 2021-02-18T21:21:08Z INFO Waiting for automatic snapd restart... 21:21:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:21:22 $ docker stop --time=1 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b 21:21:25 $ docker rm -f 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:28 21:21:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:21:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:28 latest: Pulling from edgex-devops/edgex-compose-arm64 21:21:28 29e5d40040c1: Pulling fs layer 21:21:28 1ce36da41761: Pulling fs layer 21:21:28 25b303627fd3: Pulling fs layer 21:21:29 29e5d40040c1: Verifying Checksum 21:21:29 29e5d40040c1: Download complete 21:21:30 1ce36da41761: Verifying Checksum 21:21:30 1ce36da41761: Download complete 21:21:30 29e5d40040c1: Pull complete 21:21:31 lxd 4.11 from Canonical* installed 21:21:31 + sudo lxd init --auto 21:21:31 1ce36da41761: Pull complete 21:21:31 25b303627fd3: Verifying Checksum 21:21:31 25b303627fd3: Download complete 21:21:39 + sudo snap install --classic snapcraft 21:21:42 25b303627fd3: Pull complete 21:21:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:21:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:21:42 prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container 21:21:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:21:43 snapcraft 4.5.1 from Canonical* installed 21:21:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:21:43 + patch --verbose -p1 21:21:43 Hmm... Looks like a unified diff to me... 21:21:43 The text leading up to this was: 21:21:43 -------------------------- 21:21:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:21:43 |From: Tony Espy 21:21:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:21:43 |Subject: [PATCH] optimize snap build for pipeline CI check 21:21:43 | 21:21:43 |This patch is used by the EdgeX CI pipeline builds to 21:21:43 |optimize the snap CI check run for pull requests. When 21:21:43 |applied, it essentially strips out everything (apps and 21:21:43 |parts) from the snapcraft.yaml file except those required 21:21:43 |to build edgex-go, as the whole idea of the CI check is to 21:21:43 |catch changes to edgex-go that break the snap build. 21:21:43 | 21:21:43 |In general, anyone updating snapcraft.yaml will also need 21:21:43 |to update this patch file, otherwise it may fail to apply, 21:21:43 |resulting in a failed snap build CI check in the associated 21:21:43 |pull request. 21:21:43 | 21:21:43 |Note - in addition to applying this patch, the pipeline also 21:21:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:21:43 |need to build the finally binary .snap file (and it won't 21:21:43 |work with the patch applied). This further reduces the build 21:21:43 |time. 21:21:43 |--- 21:21:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:21:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:21:43 | 21:21:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:21:43 |index 1e537489..faf42425 100644 21:21:43 |--- a/snap/snapcraft.yaml 21:21:43 |+++ b/snap/snapcraft.yaml 21:21:43 -------------------------- 21:21:43 patching file snap/snapcraft.yaml 21:21:43 Using Plan A... 21:21:43 Hunk #1 succeeded at 73. 21:21:43 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 21:21:43 Hunk #3 succeeded at 217 (offset 3 lines). 21:21:43 Hunk #4 succeeded at 225 (offset 3 lines). 21:21:43 Hunk #5 succeeded at 232 (offset 3 lines). 21:21:43 Hunk #6 succeeded at 259 (offset 3 lines). 21:21:43 Hunk #7 succeeded at 293 (offset 3 lines). 21:21:43 Hunk #8 succeeded at 352 (offset 11 lines). 21:21:43 Hmm... Ignoring the trailing garbage. 21:21:43 done 21:21:43 + sudo snapcraft prime --use-lxd 21:21:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:21:45 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: 21:21:45 - README.md 21:21:45 - snapcraft.yaml.orig 21:21:45 21:21:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:21:45 $ docker top 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a -eo pid,comm 21:21:45 Launching a container. [Pipeline] { [Pipeline] sh 21:21:46 + grep parallel 21:21:46 + docker-compose build --help 21:21:49 --parallel Build images in parallel. [Pipeline] } 21:21:50 $ docker stop --time=1 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a 21:21:52 $ docker rm -f 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:52 . [Pipeline] withDockerContainer 21:21:53 prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container 21:21:53 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:21:54 $ docker top ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:55 + docker-compose -f ./docker-compose-build.yml build --parallel 21:21:57 Waiting for container to be ready 21:21:57 To start your first instance, try: lxc launch ubuntu:18.04 21:21:57 21:22:00 Building docker-core-command-go ... 21:22:00 Building docker-core-data-go ... 21:22:00 Building docker-core-metadata-go ... 21:22:00 Building docker-security-bootstrapper-go ... 21:22:00 Building docker-security-proxy-setup-go ... 21:22:00 Building docker-security-secretstore-setup-go ... 21:22:00 Building docker-support-notifications-go ... 21:22:00 Building docker-support-scheduler-go ... 21:22:00 Building docker-sys-mgmt-agent-go ... 21:22:00 Building docker-support-notifications-go 21:22:00 Building docker-security-proxy-setup-go 21:22:00 Building docker-security-secretstore-setup-go 21:22:00 Building docker-support-scheduler-go 21:22:00 Building docker-security-bootstrapper-go 21:22:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:22:01 Waiting for network to be ready... 21:22:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:22:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 21:22:01 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:22:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 21:22:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:22:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:22:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:22:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:22:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:22:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 21:22:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:22:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:22:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:22:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:22:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:22:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:22:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:22:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:22:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:22:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 21:22:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 21:22:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:22:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:22:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:22:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:22:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 21:22:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:22:05 Fetched 23.9 MB in 4s (5868 kB/s) 21:22:06 Reading package lists... 21:22:06 Reading package lists... 21:22:06 Building dependency tree... 21:22:06 Reading state information... 21:22:07 The following additional packages will be installed: 21:22:07 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:22:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:22:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:22:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:22:07 Suggested packages: 21:22:07 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:22:07 Recommended packages: 21:22:07 gnupg libsasl2-modules 21:22:07 The following NEW packages will be installed: 21:22:07 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:22:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:22:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:22:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:22:07 The following packages will be upgraded: 21:22:07 gpg gpg-agent gpgconf libudev1 21:22:07 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:22:07 Need to get 3532 kB of archives. 21:22:07 After this operation, 13.3 MB of additional disk space will be used. 21:22:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:22:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:22:07 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:22:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:22:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:22:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:22:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:22:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 21:22:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 21:22:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:22:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:22:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:22:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:22:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:22:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:22:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:22:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:22:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:22:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:22:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:22:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:22:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:22:08 debconf: delaying package configuration, since apt-utils is not installed 21:22:08 Fetched 3532 kB in 1s (3225 kB/s) 21:22:08 (Reading database ... 12511 files and directories currently installed.) 21:22:08 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:22:08 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:22:08 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:22:08 Selecting previously unselected package udev. 21:22:08 (Reading database ... 12511 files and directories currently installed.) 21:22:08 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:22:08 Unpacking udev (237-3ubuntu10.44) ... 21:22:09 Selecting previously unselected package libfuse2:amd64. 21:22:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:22:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:22:09 Selecting previously unselected package fuse. 21:22:09 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:22:09 Unpacking fuse (2.9.7-1ubuntu1) ... 21:22:09 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:22:09 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:22:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:22:09 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:22:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:22:09 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:22:09 Selecting previously unselected package libksba8:amd64. 21:22:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:22:09 Unpacking libksba8:amd64 (1.3.5-2) ... 21:22:09 Selecting previously unselected package libroken18-heimdal:amd64. 21:22:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:22:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:22:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:22:10 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libwind0-heimdal:amd64. 21:22:10 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:22:10 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:22:10 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:22:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:22:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:22:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:10 Selecting previously unselected package libsasl2-modules-db:amd64. 21:22:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:22:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:22:10 Selecting previously unselected package libsasl2-2:amd64. 21:22:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:22:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:22:10 Selecting previously unselected package libldap-common. 21:22:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 21:22:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 21:22:10 Selecting previously unselected package libldap-2.4-2:amd64. 21:22:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 21:22:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 21:22:11 Selecting previously unselected package dirmngr. 21:22:11 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:22:11 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:22:11 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 21:22:11 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:22:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:22:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:22:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:22:11 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:22:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:11 Setting up libksba8:amd64 (1.3.5-2) ... 21:22:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:22:11 Setting up udev (237-3ubuntu10.44) ... 21:22:11 invoke-rc.d: policy-rc.d denied execution of start. 21:22:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:11 Processing triggers for systemd (237-3ubuntu10) ... 21:22:11 Setting up fuse (2.9.7-1ubuntu1) ... 21:22:11 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:22:12 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:22:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 21:22:12 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:22:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:22:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:22:12 settings in the [Install] section, and DefaultInstance for template units). 21:22:12 This means they are not meant to be enabled using systemctl. 21:22:12 Possible reasons for having this kind of units are: 21:22:12 1) A unit may be statically enabled by being symlinked from another unit's 21:22:12 .wants/ or .requires/ directory. 21:22:12 2) A unit's purpose may be to act as a helper for some other unit which has 21:22:12 a requirement dependency on it. 21:22:12 3) A unit may be started when needed via activation (socket, path, timer, 21:22:12 D-Bus, udev, scripted systemctl call, ...). 21:22:12 4) In case of template units, the unit is meant to be enabled with some 21:22:12 instance name specified. 21:22:13 Reading package lists... 21:22:13 Building dependency tree... 21:22:13 Reading state information... 21:22:13 The following additional packages will be installed: 21:22:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:22:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:22:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:22:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:22:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:22:13 Suggested packages: 21:22:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:22:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:22:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:22:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:22:13 systemd-container policykit-1 21:22:13 Recommended packages: 21:22:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:22:13 The following NEW packages will be installed: 21:22:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:22:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:22:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:22:13 multiarch-support openssh-client python3 python3-minimal python3.6 21:22:13 python3.6-minimal snapd squashfs-tools sudo 21:22:13 The following packages will be upgraded: 21:22:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:22:13 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:22:13 Need to get 35.2 MB of archives. 21:22:13 After this operation, 141 MB of additional disk space will be used. 21:22:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:22:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:22:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:22:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 21:22:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:22:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:22:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:22:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:22:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:22:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:22:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:22:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:22:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:22:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:22:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:22:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:22:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:22:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:22:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:22:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:22:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:22:14 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:22:14 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:22:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:22:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:22:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:22:14 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:22:14 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:22:14 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:22:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:22:14 debconf: delaying package configuration, since apt-utils is not installed 21:22:14 Fetched 35.2 MB in 1s (26.8 MB/s) 21:22:15 (Reading database ... 12757 files and directories currently installed.) 21:22:15 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:22:15 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:22:15 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:22:15 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:22:16 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:22:16 (Reading database ... 12757 files and directories currently installed.) 21:22:16 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:22:16 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:22:16 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:22:16 (Reading database ... 12757 files and directories currently installed.) 21:22:16 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:22:16 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:22:16 Setting up apt (1.6.12ubuntu0.2) ... 21:22:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:22:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:22:17 (Reading database ... 12764 files and directories currently installed.) 21:22:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:22:17 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:22:17 Selecting previously unselected package libpython3.6-minimal:amd64. 21:22:17 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:22:17 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:22:17 Selecting previously unselected package libexpat1:amd64. 21:22:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:22:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:22:17 Selecting previously unselected package python3.6-minimal. 21:22:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:22:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:22:18 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 21:22:18 Checking for services that may need to be restarted...done. 21:22:18 Checking for services that may need to be restarted...done. 21:22:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:22:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:22:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:22:18 Selecting previously unselected package python3-minimal. 21:22:18 (Reading database ... 13012 files and directories currently installed.) 21:22:18 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:22:18 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:22:18 Selecting previously unselected package mime-support. 21:22:18 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:22:18 Unpacking mime-support (3.60ubuntu1) ... 21:22:18 Selecting previously unselected package libmpdec2:amd64. 21:22:18 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:22:18 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:22:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:22:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:22:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:22:19 Selecting previously unselected package python3.6. 21:22:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:22:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:22:19 Selecting previously unselected package libpython3-stdlib:amd64. 21:22:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:22:19 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:22:19 Setting up python3-minimal (3.6.7-1~18.04) ... 21:22:19 Selecting previously unselected package python3. 21:22:19 (Reading database ... 13442 files and directories currently installed.) 21:22:19 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:22:19 Unpacking python3 (3.6.7-1~18.04) ... 21:22:19 Selecting previously unselected package multiarch-support. 21:22:19 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:22:19 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:22:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:22:20 Selecting previously unselected package liblzo2-2:amd64. 21:22:20 (Reading database ... 13479 files and directories currently installed.) 21:22:20 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:22:20 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:22:20 Selecting previously unselected package libbsd0:amd64. 21:22:20 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:22:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:22:20 Selecting previously unselected package sudo. 21:22:20 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:22:20 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:22:20 Selecting previously unselected package apparmor. 21:22:20 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:22:20 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:22:20 Selecting previously unselected package libedit2:amd64. 21:22:20 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:22:20 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:22:21 Selecting previously unselected package libkrb5support0:amd64. 21:22:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:22:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:22:21 Selecting previously unselected package libk5crypto3:amd64. 21:22:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:22:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:22:21 Selecting previously unselected package libkeyutils1:amd64. 21:22:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:22:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:22:21 Selecting previously unselected package libkrb5-3:amd64. 21:22:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:22:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:22:21 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:22:21 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:22:21 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:22:21 Selecting previously unselected package libssl1.0.0:amd64. 21:22:21 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:22:21 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:22:21 Selecting previously unselected package openssh-client. 21:22:21 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:22:21 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:22:21 Selecting previously unselected package squashfs-tools. 21:22:21 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:22:21 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:22:22 Selecting previously unselected package snapd. 21:22:22 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:22:22 Unpacking snapd (2.48.3+18.04) ... 21:22:23 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:22:23 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:22:24 Setting up mime-support (3.60ubuntu1) ... 21:22:24 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:22:24 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:22:24 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:22:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:22:24 Setting up systemd (237-3ubuntu10.44) ... 21:22:24 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:22:25 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:22:25 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:22:25 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:22:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:22:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:22:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:22:26 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:22:26 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:22:26 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:22:26 Setting up python3 (3.6.7-1~18.04) ... 21:22:26 running python rtupdate hooks for python3.6... 21:22:26 running python post-rtupdate hooks for python3.6... 21:22:26 Setting up apparmor (2.12-4ubuntu5.1) ... 21:22:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:22:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:22:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:22:28 Setting up snapd (2.48.3+18.04) ... 21:22:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:22:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:22:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:22:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:22:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:22:29 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:22:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:22:30 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:22:30 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:22:30 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:22:30 /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' 21:22:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:22:30 Processing triggers for systemd (237-3ubuntu10.44) ... 21:22:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:22:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:22:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:22:32 Fetched 88.7 kB in 1s (157 kB/s) 21:22:33 Reading package lists... 21:22:33 Reading package lists... 21:22:33 Building dependency tree... 21:22:33 Reading state information... 21:22:33 Calculating upgrade... 21:22:34 The following packages will be upgraded: 21:22:34 advancecomp base-files bash binutils binutils-common 21:22:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:22:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:22:34 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:22:34 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:22:34 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:22:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:22:34 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:22:34 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:22:34 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:22:34 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:22:34 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:22:34 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:22:34 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:22:34 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:22:34 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:22:34 Need to get 63.8 MB of archives. 21:22:34 After this operation, 5189 kB of additional disk space will be used. 21:22:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 21:22:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:22:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:22:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:22:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:22:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:22:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:22:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:22:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:22:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:22:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:22:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:22:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:22:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:22:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:22:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:22:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:22:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:22:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:22:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:22:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:22:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:22:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:22:34 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:22:34 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:22:34 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:22:34 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:22:34 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:22:34 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:22:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:22:34 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:22:34 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:22:34 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:22:34 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:22:34 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:22:34 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:22:34 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:22:34 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:22:34 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:22:34 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:22:34 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 21:22:34 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:22:34 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:22:34 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:22:34 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:22:34 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:22:34 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:22:34 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:22:34 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:22:34 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:22:34 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:22:34 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:22:34 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:22:34 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:22:34 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:22:34 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:22:34 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:22:34 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:22:34 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:22:34 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:22:35 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:22:35 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:22:35 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:22:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:22:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:22:35 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:22:35 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:22:35 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:22:35 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:22:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:22:35 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:22:35 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:22:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:22:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:22:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:22:35 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:22:35 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:22:35 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:22:35 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:22:35 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:22:36 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:22:36 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:22:36 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:22:36 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:22:36 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:22:36 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:22:36 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:22:36 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:22:36 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:22:36 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:22:36 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:22:36 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:22:36 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:22:36 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:22:36 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:22:36 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:22:36 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:22:36 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:22:36 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:22:36 debconf: delaying package configuration, since apt-utils is not installed 21:22:36 Fetched 63.8 MB in 2s (29.3 MB/s) 21:22:36 (Reading database ... 13912 files and directories currently installed.) 21:22:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:22:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:22:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:22:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:22:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 21:22:37 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 21:22:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:38 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:38 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:22:39 (Reading database ... 13911 files and directories currently installed.) 21:22:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:22:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:22:39 (Reading database ... 13911 files and directories currently installed.) 21:22:39 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:22:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:22:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:22:40 (Reading database ... 13911 files and directories currently installed.) 21:22:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:22:40 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:22:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:22:41 (Reading database ... 13911 files and directories currently installed.) 21:22:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:22:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:22:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:22:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:22:41 Setting up base-files (10.1ubuntu2.10) ... 21:22:41 Installing new version of config file /etc/issue ... 21:22:41 Installing new version of config file /etc/issue.net ... 21:22:41 Installing new version of config file /etc/lsb-release ... 21:22:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:22:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:22:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:22:42 Removing obsolete conffile /etc/default/motd-news ... 21:22:42 (Reading database ... 13912 files and directories currently installed.) 21:22:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:22:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:22:42 Setting up bash (4.4.18-2ubuntu1.2) ... 21:22:42 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 21:22:42 (Reading database ... 13912 files and directories currently installed.) 21:22:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:22:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:22:42 (Reading database ... 13912 files and directories currently installed.) 21:22:42 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:22:42 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:22:42 Setting up tar (1.29b-2ubuntu0.2) ... 21:22:42 (Reading database ... 13912 files and directories currently installed.) 21:22:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:22:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:22:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:22:43 (Reading database ... 13912 files and directories currently installed.) 21:22:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:22:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:22:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:22:43 (Reading database ... 13912 files and directories currently installed.) 21:22:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:22:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:22:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:22:43 (Reading database ... 13912 files and directories currently installed.) 21:22:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:22:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:22:43 Setting up grep (3.1-2build1) ... 21:22:43 (Reading database ... 13912 files and directories currently installed.) 21:22:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:22:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:22:44 Setting up login (1:4.5-1ubuntu2) ... 21:22:44 (Reading database ... 13912 files and directories currently installed.) 21:22:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:22:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:22:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:22:44 (Reading database ... 13912 files and directories currently installed.) 21:22:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:22:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:22:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:22:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:22:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:22:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:22:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:22:45 (Reading database ... 13912 files and directories currently installed.) 21:22:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:22:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:22:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:22:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:22:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:22:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:22:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:22:47 (Reading database ... 13912 files and directories currently installed.) 21:22:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:22:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:22:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:22:47 (Reading database ... 13912 files and directories currently installed.) 21:22:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:22:47 (Reading database ... 13912 files and directories currently installed.) 21:22:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:22:47 (Reading database ... 13912 files and directories currently installed.) 21:22:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:22:48 (Reading database ... 13912 files and directories currently installed.) 21:22:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:22:48 (Reading database ... 13912 files and directories currently installed.) 21:22:48 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:22:48 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:22:48 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:22:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:22:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:22:48 (Reading database ... 13912 files and directories currently installed.) 21:22:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:22:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:22:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:22:49 (Reading database ... 13912 files and directories currently installed.) 21:22:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:22:49 (Reading database ... 13912 files and directories currently installed.) 21:22:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:22:49 (Reading database ... 13912 files and directories currently installed.) 21:22:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:49 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:22:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:22:50 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:22:50 (Reading database ... 13912 files and directories currently installed.) 21:22:50 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:22:50 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:22:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:22:51 (Reading database ... 13912 files and directories currently installed.) 21:22:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:22:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:22:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:22:51 (Reading database ... 13914 files and directories currently installed.) 21:22:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:22:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:22:51 Setting up debconf (1.5.66ubuntu1) ... 21:22:52 (Reading database ... 13914 files and directories currently installed.) 21:22:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:22:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:22:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:22:52 (Reading database ... 13914 files and directories currently installed.) 21:22:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:22:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:22:52 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:22:52 (Reading database ... 13914 files and directories currently installed.) 21:22:52 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:22:52 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:22:52 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:22:52 (Reading database ... 13914 files and directories currently installed.) 21:22:52 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:22:52 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:22:52 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:22:53 (Reading database ... 13914 files and directories currently installed.) 21:22:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:22:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:22:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:22:53 (Reading database ... 13914 files and directories currently installed.) 21:22:53 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:22:53 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:22:53 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:22:53 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:22:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:22:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:22:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:22:54 (Reading database ... 13914 files and directories currently installed.) 21:22:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:22:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:22:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:22:54 (Reading database ... 13914 files and directories currently installed.) 21:22:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:22:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:22:54 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:22:55 (Reading database ... 13914 files and directories currently installed.) 21:22:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:22:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:22:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:22:55 (Reading database ... 13914 files and directories currently installed.) 21:22:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:22:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:22:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:22:55 (Reading database ... 13914 files and directories currently installed.) 21:22:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:22:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:22:55 Setting up passwd (1:4.5-1ubuntu2) ... 21:22:56 (Reading database ... 13914 files and directories currently installed.) 21:22:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:22:56 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:22:56 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:22:56 (Reading database ... 13914 files and directories currently installed.) 21:22:56 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:22:56 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:22:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:22:56 (Reading database ... 13914 files and directories currently installed.) 21:22:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:22:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:22:56 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:22:57 (Reading database ... 13914 files and directories currently installed.) 21:22:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:22:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:22:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:22:57 (Reading database ... 13914 files and directories currently installed.) 21:22:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:22:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:22:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:22:57 (Reading database ... 13914 files and directories currently installed.) 21:22:57 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:22:58 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:22:58 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:22:58 (Reading database ... 13914 files and directories currently installed.) 21:22:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:22:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:22:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:22:58 (Reading database ... 13915 files and directories currently installed.) 21:22:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:22:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:22:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:22:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:22:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:22:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:22:59 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:22:59 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:22:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:22:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:22:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:22:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:22:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:22:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:22:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:22:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:22:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:22:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:22:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:22:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:22:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:23:00 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:23:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:23:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:23:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:23:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:23:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:23:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:23:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:23:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:23:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:23:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:23:01 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:23:01 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:23:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:23:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:23:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:04 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:05 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:05 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:23:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:23:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:23:07 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:23:07 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:23:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:23:07 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:23:07 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:23:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:23:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:23:07 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:23:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:23:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:23:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:23:08 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:23:08 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:23:08 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:23:08 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:23:08 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:23:08 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:23:08 21:23:08 Current default time zone: 'Etc/UTC' 21:23:08 Local time is now: Thu Feb 18 21:23:08 UTC 2021. 21:23:08 Universal Time is now: Thu Feb 18 21:23:08 UTC 2021. 21:23:08 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:23:08 21:23:08 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:23:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 21:23:08 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:23:08 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:23:08 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:23:08 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:23:08 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:23:08 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:23:08 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:23:08 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:23:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:09 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:23:09 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:09 Setting up patch (2.7.6-2ubuntu1.1) ... 21:23:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:23:09 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:23:09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 21:23:09 Installing new version of config file /etc/ssl/openssl.cnf ... 21:23:09 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:23:09 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:23:09 Setting up ca-certificates (20210119~18.04.1) ... 21:23:11 Updating certificates in /etc/ssl/certs... 21:23:12 23 added, 27 removed; done. 21:23:12 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:23:12 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:23:12 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:23:12 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:23:12 Setting up pkgbinarymangler (138.18.04.1) ... 21:23:12 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:23:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up perl (5.26.1-6ubuntu0.5) ... 21:23:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:23:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:23:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:23:12 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:23:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:23:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:23:13 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:23:13 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:23:13 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:23:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:23:13 Processing triggers for systemd (237-3ubuntu10.44) ... 21:23:13 Processing triggers for mime-support (3.60ubuntu1) ... 21:23:13 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:23:13 Updating certificates in /etc/ssl/certs... 21:23:13 0 added, 0 removed; done. 21:23:13 Running hooks in /etc/ca-certificates/update.d... 21:23:13 done. 21:23:14 Reading package lists... 21:23:14 Building dependency tree... 21:23:14 Reading state information... 21:23:14 The following NEW packages will be installed: 21:23:14 apt-transport-https 21:23:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:23:14 Need to get 1696 B of archives. 21:23:14 After this operation, 153 kB of additional disk space will be used. 21:23:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:23:14 debconf: delaying package configuration, since apt-utils is not installed 21:23:14 Fetched 1696 B in 0s (28.5 kB/s) 21:23:14 Selecting previously unselected package apt-transport-https. 21:23:14 (Reading database ... 13920 files and directories currently installed.) 21:23:14 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:23:14 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:23:14 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:23:15 Waiting for network to be ready... 21:23:20 2021-02-18T21:23:18Z INFO Waiting for automatic snapd restart... 21:23:21 snapd 2.48.2.1 from Canonical* installed 21:23:21 "snapd" switched to the "latest/stable" channel 21:23:21 21:23:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 1c720c03e8f1 21:23:21 Step 3/21 : WORKDIR /edgex-go 21:23:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 1c720c03e8f1 21:23:21 Step 3/24 : WORKDIR /edgex-go 21:23:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 1c720c03e8f1 21:23:21 Step 3/22 : WORKDIR /edgex-go 21:23:21 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 1c720c03e8f1 21:23:21 Step 3/30 : WORKDIR /edgex-go 21:23:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:23:21 ---> 1c720c03e8f1 21:23:21 Step 3/22 : WORKDIR /edgex-go 21:23:21 ---> Running in baedb608105f 21:23:21 ---> Running in 02faf3d5904c 21:23:21 ---> Running in ebde7cc1b226 21:23:21 ---> Running in e21819c28ec2 21:23:21 ---> Running in c8ed79d700e1 21:23:21 Removing intermediate container baedb608105f 21:23:21 ---> e364df6e3ca5 21:23:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 Removing intermediate container ebde7cc1b226 21:23:21 ---> b286abcff8ad 21:23:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 ---> Running in ee1f7b40e105 21:23:21 Removing intermediate container e21819c28ec2 21:23:21 ---> 17e11dec739b 21:23:21 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 Removing intermediate container c8ed79d700e1 21:23:21 ---> 023546baf4d9 21:23:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 ---> Running in 758373827c94 21:23:21 Removing intermediate container 02faf3d5904c 21:23:21 ---> c9f8c0207caa 21:23:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:21 ---> Running in 6253432cd0b9 21:23:21 ---> Running in 1426e7d46124 21:23:21 ---> Running in 8bb127dcbfb0 21:23:21 Removing intermediate container ee1f7b40e105 21:23:21 ---> 90dd6d9507ea 21:23:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:23:21 ---> Running in 771dc8c1233a 21:23:21 Removing intermediate container 758373827c94 21:23:21 ---> 0870d9224abf 21:23:21 Step 5/22 : RUN apk add --update --no-cache make git 21:23:21 Removing intermediate container 6253432cd0b9 21:23:21 ---> a3045571b692 21:23:21 Step 5/30 : RUN apk add --update --no-cache make git 21:23:21 ---> Running in 9b78cf1cf4f2 21:23:21 Removing intermediate container 1426e7d46124 21:23:21 ---> 7afdb601f61e 21:23:21 Step 5/24 : RUN apk add --update --no-cache make git 21:23:21 ---> Running in d85d2733d7aa 21:23:21 Removing intermediate container 8bb127dcbfb0 21:23:21 ---> 67d05a4b1b1d 21:23:21 Step 5/21 : RUN apk add --update --no-cache make git 21:23:21 ---> Running in 90014cd5401b 21:23:21 ---> Running in 1b168b594b66 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:21 OK: 217 MiB in 51 packages 21:23:21 OK: 217 MiB in 51 packages 21:23:22 OK: 217 MiB in 51 packages 21:23:22 OK: 217 MiB in 51 packages 21:23:22 OK: 217 MiB in 51 packages 21:23:22 Removing intermediate container 771dc8c1233a 21:23:23 ---> 91b14afced34 21:23:23 Step 6/22 : COPY go.mod . 21:23:23 Removing intermediate container 9b78cf1cf4f2 21:23:23 ---> 6ec58aa59629 21:23:23 Step 6/22 : COPY go.mod . 21:23:23 Removing intermediate container 1b168b594b66 21:23:23 ---> c24dafedbc44 21:23:23 Step 6/21 : COPY go.mod . 21:23:24 ---> 1890a7002e49 21:23:24 Step 7/22 : RUN go mod download 21:23:24 Removing intermediate container 90014cd5401b 21:23:24 ---> e1adacbac230 21:23:24 Step 6/24 : COPY go.mod . 21:23:24 Removing intermediate container d85d2733d7aa 21:23:24 ---> 1e5f8005ab7b 21:23:24 Step 6/30 : COPY go.mod . 21:23:24 ---> Running in 9180ee9c34a8 21:23:24 core18 20210128 from Canonical* installed 21:23:24 "core18" switched to the "latest/stable" channel 21:23:24 21:23:24 ---> bcfd2496ee24 21:23:24 Step 7/22 : RUN go mod download 21:23:24 ---> 18d803b62a99 21:23:24 Step 7/21 : RUN go mod download 21:23:24 ---> Running in 484333ec5db8 21:23:25 ---> Running in 6b6d63b6342d 21:23:25 ---> 72db26421ee7 21:23:25 Step 7/24 : RUN go mod download 21:23:25 ---> Running in 35d20224ff2d 21:23:25 ---> 52bd01cffc63 21:23:25 Step 7/30 : RUN go mod download 21:23:26 ---> Running in 430d56b62cbf 21:23:27 snapcraft 4.5.1 from Canonical* installed 21:23:27 "snapcraft" switched to the "latest/stable" channel 21:23:27 21:23:28 Removing intermediate container 9180ee9c34a8 21:23:28 ---> 7cf3e3e4e2c0 21:23:28 Step 8/22 : COPY . . 21:23:29 Removing intermediate container 484333ec5db8 21:23:29 ---> ebb7bcfdf232 21:23:29 Step 8/22 : COPY . . 21:23:29 Removing intermediate container 6b6d63b6342d 21:23:29 ---> be58233c4916 21:23:29 Step 8/21 : COPY . . 21:23:30 Removing intermediate container 35d20224ff2d 21:23:30 ---> 9a5aa2524790 21:23:30 Step 8/24 : COPY . . 21:23:30 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: 21:23:30 - README.md 21:23:30 - snapcraft.yaml.orig 21:23:30 21:23:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:23:31 Removing intermediate container 430d56b62cbf 21:23:31 ---> ee0861238d53 21:23:31 Step 8/30 : COPY . . 21:23:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:23:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:23:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:23:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:23:37 Fetched 88.7 kB in 1s (160 kB/s) 21:23:38 Reading package lists... 21:23:39 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 21:23:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:23:45 Reading package lists... 21:23:45 Building dependency tree... 21:23:45 Reading state information... 21:23:45 Suggested packages: 21:23:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:23:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:23:45 Recommended packages: 21:23:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:23:45 The following NEW packages will be installed: 21:23:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:23:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:23:45 pkg-config zip 21:23:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:23:45 Need to get 7655 kB of archives. 21:23:45 After this operation, 43.7 MB of additional disk space will be used. 21:23:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:23:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:23:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:23:45 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:23:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:23:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:23:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:23:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:23:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:23:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:23:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:23:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:23:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:23:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:23:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:23:46 debconf: delaying package configuration, since apt-utils is not installed 21:23:46 Fetched 7655 kB in 1s (10.6 MB/s) 21:23:46 Selecting previously unselected package libglib2.0-0:amd64. 21:23:46 (Reading database ... 13924 files and directories currently installed.) 21:23:46 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:23:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:23:46 Selecting previously unselected package libpsl5:amd64. 21:23:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:23:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:23:46 Selecting previously unselected package libnghttp2-14:amd64. 21:23:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:23:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:23:46 Selecting previously unselected package librtmp1:amd64. 21:23:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:23:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:23:46 Selecting previously unselected package libcurl3-gnutls:amd64. 21:23:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:23:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:23:46 Selecting previously unselected package liberror-perl. 21:23:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:23:46 Unpacking liberror-perl (0.17025-1) ... 21:23:47 Selecting previously unselected package git-man. 21:23:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:23:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:23:47 Selecting previously unselected package git. 21:23:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:23:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:23:48 Selecting previously unselected package libnorm1:amd64. 21:23:48 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:23:48 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:23:48 Selecting previously unselected package libpgm-5.2-0:amd64. 21:23:48 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:23:48 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:23:48 Selecting previously unselected package libsodium23:amd64. 21:23:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:23:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:23:48 Selecting previously unselected package libzmq5:amd64. 21:23:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:23:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:23:48 Selecting previously unselected package libzmq3-dev:amd64. 21:23:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:23:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:23:48 Selecting previously unselected package pkg-config. 21:23:48 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:23:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:23:48 Selecting previously unselected package zip. 21:23:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:23:48 Unpacking zip (3.0-11build1) ... 21:23:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:23:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:23:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:23:48 Setting up liberror-perl (0.17025-1) ... 21:23:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:23:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:23:48 No schema files found: doing nothing. 21:23:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:23:48 Setting up zip (3.0-11build1) ... 21:23:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:23:48 Setting up libsodium23:amd64 (1.0.16-2) ... 21:23:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:23:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:23:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:23:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:23:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:23:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:23:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:23:55 git set to automatically installed. 21:23:55 git-man set to automatically installed. 21:23:55 libcurl3-gnutls set to automatically installed. 21:23:55 liberror-perl set to automatically installed. 21:23:55 libglib2.0-0 set to automatically installed. 21:23:55 libnghttp2-14 set to automatically installed. 21:23:55 libnorm1 set to automatically installed. 21:23:55 libpgm-5.2-0 set to automatically installed. 21:23:55 libpsl5 set to automatically installed. 21:23:55 librtmp1 set to automatically installed. 21:23:55 libsodium23 set to automatically installed. 21:23:55 libzmq3-dev set to automatically installed. 21:23:55 libzmq5 set to automatically installed. 21:23:55 pkg-config set to automatically installed. 21:23:55 zip set to automatically installed. 21:23:57 snapd is not logged in, snap install commands will use sudo 21:23:58 ---> 96fea31268c0 21:23:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:23:58 ---> 559fa24e048a 21:23:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:23:58 ---> a4282f98ce36 21:23:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:23:58 ---> Running in 7d9352614292 21:23:58 ---> Running in 37cd773ee534 21:23:58 ---> Running in 83973314bfac 21:23:58 ---> e383c64d2cb4 21:23:58 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:23:58 ---> 781ad4860b71 21:23:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:23:58 ---> Running in 115262d926fd 21:23:58 ---> Running in 99a1ba21f1c1 21:23:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:23:58 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 21:23:58 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 21:23:58 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 21:23:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:24:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:24:04 snap "core18" has no updates available 21:24:04 Pulling config-common 21:24:04 + snapcraftctl pull 21:24:05 Pulling go-build-helper 21:24:05 + snapcraftctl pull 21:24:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:24:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:24:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:24:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 21:24:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:24:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:24:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:24:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:24:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:24:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:24:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:24:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 21:24:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:24:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:24:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:24:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:24:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:24:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 21:24:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:24:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 21:24:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 21:24:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:24:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:24:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:24:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:24:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 21:24:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:24:28 Fetched 23.9 MB in 0s (0 B/s) 21:24:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:24:28 Fetched 96.5 kB in 0s (0 B/s) 21:24:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:24:28 Fetched 279 kB in 0s (0 B/s) 21:24:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:24:28 Fetched 122 kB in 0s (0 B/s) 21:24:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:24:28 Fetched 77.8 kB in 0s (0 B/s) 21:24:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:24:28 Fetched 8848 B in 0s (0 B/s) 21:24:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:24:28 Fetched 47.8 kB in 0s (0 B/s) 21:24:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:24:28 Fetched 45.6 kB in 0s (0 B/s) 21:24:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:24:28 Fetched 15.0 kB in 0s (0 B/s) 21:24:28 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:24:28 Fetched 214 kB in 0s (0 B/s) 21:24:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 21:24:28 Fetched 155 kB in 0s (0 B/s) 21:24:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:24:28 Fetched 50.6 kB in 0s (0 B/s) 21:24:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:24:28 Fetched 14.8 kB in 0s (0 B/s) 21:24:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:24:28 Fetched 41.8 kB in 0s (0 B/s) 21:24:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:24:28 Fetched 499 kB in 0s (0 B/s) 21:24:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:24:28 Fetched 111 kB in 0s (0 B/s) 21:24:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:24:28 Fetched 240 kB in 0s (0 B/s) 21:24:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:24:28 Fetched 29.3 kB in 0s (0 B/s) 21:24:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:24:28 Fetched 85.5 kB in 0s (0 B/s) 21:24:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:24:28 Fetched 24.5 kB in 0s (0 B/s) 21:24:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:24:28 Fetched 49.2 kB in 0s (0 B/s) 21:24:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:24:28 Fetched 54.2 kB in 0s (0 B/s) 21:24:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:24:28 Fetched 30.8 kB in 0s (0 B/s) 21:24:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 21:24:28 Fetched 16.6 kB in 0s (0 B/s) 21:24:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:24:28 Fetched 85.9 kB in 0s (0 B/s) 21:24:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:24:28 Fetched 8720 B in 0s (0 B/s) 21:24:28 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:24:28 Fetched 137 kB in 0s (0 B/s) 21:24:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:24:28 Fetched 119 kB in 0s (0 B/s) 21:24:28 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:24:28 Fetched 109 kB in 0s (0 B/s) 21:24:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:24:28 Fetched 11.1 kB in 0s (0 B/s) 21:24:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:24:28 Fetched 645 kB in 0s (0 B/s) 21:24:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:24:28 Fetched 41.3 kB in 0s (0 B/s) 21:24:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:24:28 Fetched 17.9 kB in 0s (0 B/s) 21:24:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:24:28 Fetched 368 kB in 0s (0 B/s) 21:24:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:24:28 Fetched 187 kB in 0s (0 B/s) 21:24:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:24:28 Fetched 175 kB in 0s (0 B/s) 21:24:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:24:30 Fetched 206 kB in 0s (0 B/s) 21:24:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 21:24:30 Fetched 1301 kB in 0s (0 B/s) 21:24:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:24:30 Fetched 36.2 kB in 0s (0 B/s) 21:24:30 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:24:30 Fetched 159 kB in 0s (0 B/s) 21:24:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:24:30 Fetched 107 kB in 0s (0 B/s) 21:24:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:24:30 Fetched 48.7 kB in 0s (0 B/s) 21:24:30 Pulling static-packages 21:24:30 + snapcraftctl pull 21:24:31 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:24:31 Skipping pull go-build-helper (already ran) 21:24:31 Skipping pull static-packages (already ran) 21:24:31 Building go-build-helper 21:24:31 + snapcraftctl build 21:24:34 Building static-packages 21:24:34 + snapcraftctl build 21:24:36 Staging go-build-helper 21:24:36 + snapcraftctl stage 21:24:37 Staging static-packages 21:24:37 + snapcraftctl stage 21:24:38 Pulling go115 21:24:38 + snapcraftctl pull 21:24:39 'edgex-go' has dependencies that need to be staged: go115 21:24:39 Skipping pull go115 (already ran) 21:24:39 Building go115 21:24:39 + dpkg --print-architecture 21:24:39 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 21:24:39 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 21:24:39 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 21:24:39 % Total % Received % Xferd Average Speed Time Time Time Current 21:24:39 Dload Upload Total Spent Left Speed 21:24:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 5575 0 0 41917 0 0:48:10 --:--:-- 0:48:10 41604 40 115M 40 46.4M 0 0 41.3M 0 0:00:02 0:00:01 0:00:01 41.3M 72 115M 72 84.3M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 115M 100 115M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.1M 21:24:42 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 21:24:42 + sha256sum -c sha256 21:24:42 + grep OK 21:24:42 go1.15.2.linux-amd64.tar.gz: OK 21:24:42 + mkdir -p /root/stage/go1.15 21:24:42 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 21:24:47 Staging go115 21:24:47 + snapcraftctl stage 21:24:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:24:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:24:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:24:51 Fetched 0 B in 0s (0 B/s) 21:24:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:24:51 Fetched 224 kB in 0s (0 B/s) 21:24:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:24:51 Fetched 157 kB in 0s (0 B/s) 21:24:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:24:51 Fetched 221 kB in 0s (0 B/s) 21:24:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:24:51 Fetched 143 kB in 0s (0 B/s) 21:24:51 Pulling edgex-go 21:24:51 + snapcraftctl pull 21:24:52 Pulling version 21:24:52 + cd /root/project 21:24:52 + [ -f VERSION ] 21:24:52 + PROJECT_VERSION=local-dev 21:24:52 + git rev-parse --short HEAD 21:24:52 + GIT_REVISION=a3c2caa4 21:24:52 + snapcraftctl set-version local-dev 21:24:53 Building config-common 21:24:53 + snapcraftctl build 21:24:55 Skipping build go-build-helper (already ran) 21:24:55 Skipping build static-packages (already ran) 21:24:55 Skipping build go115 (already ran) 21:24:55 Building edgex-go 21:24:55 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 21:24:55 + cd /root/parts/edgex-go/src 21:24:55 + make build 21:24:55 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 21:24:57 go: downloading github.com/gorilla/mux v1.8.0 21:24:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 21:24:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:24:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 21:24:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:24:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 21:24:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:24:57 go: downloading github.com/google/uuid v1.2.0 21:24:57 go: downloading github.com/pelletier/go-toml v1.2.0 21:24:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:24:57 go: downloading github.com/x448/float16 v0.8.4 21:24:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 21:24:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 21:24:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:24:58 go: downloading github.com/imdario/mergo v0.3.11 21:24:58 go: downloading github.com/BurntSushi/toml v0.3.1 21:24:58 go: downloading github.com/hashicorp/consul/api v1.8.1 21:24:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:24:58 go: downloading github.com/pkg/errors v0.8.1 21:24:58 go: downloading github.com/go-kit/kit v0.8.0 21:24:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:24:58 go: downloading github.com/pebbe/zmq4 v1.2.2 21:24:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:24:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:24:58 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:24:58 go: downloading github.com/hashicorp/serf v0.9.5 21:24:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:24:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:24:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:24:58 go: downloading github.com/leodido/go-urn v1.2.0 21:24:58 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:24:58 go: downloading github.com/go-playground/universal-translator v0.17.0 21:24:58 go: downloading github.com/mattn/go-isatty v0.0.12 21:24:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:24:58 go: downloading github.com/mitchellh/copystructure v1.0.0 21:24:58 go: downloading github.com/fatih/color v1.9.0 21:24:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:24:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:24:58 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 21:24:58 go: downloading github.com/go-playground/locales v0.13.0 21:24:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:24:58 go: downloading github.com/mattn/go-colorable v0.1.6 21:24:58 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:24:58 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:25: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 21:25:04 go: downloading gopkg.in/yaml.v2 v2.4.0 21:25: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 21:25:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:25:11 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 21:25:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:25:12 go: downloading github.com/stretchr/testify v1.7.0 21:25:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:25:12 go: downloading github.com/davecgh/go-spew v1.1.1 21:25:12 go: downloading github.com/pmezard/go-difflib v1.0.0 21:25:13 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 21:25:13 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:25:13 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:25:15 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 21:25:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:25:15 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 21:25:17 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 21:25:17 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 21:25:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:25:18 go: downloading github.com/lib/pq v1.9.0 21:25:20 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:25:20 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:25:20 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:25:20 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:25:20 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:25:20 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:25:20 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:25:20 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:25:20 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:25:20 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:25:20 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:25:20 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:25:20 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:25:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:25:20 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:25:20 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:25:20 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:25:20 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 21:25:20 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:25:20 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:25:20 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:25:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:25:20 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:25:20 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:25:20 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:25:21 Building version 21:25:21 + snapcraftctl build 21:25:23 Staging config-common 21:25:23 + snapcraftctl stage 21:25:24 Skipping stage go-build-helper (already ran) 21:25:24 Skipping stage static-packages (already ran) 21:25:24 Skipping stage go115 (already ran) 21:25:24 Staging edgex-go 21:25:24 + snapcraftctl stage 21:25:25 Staging version 21:25:25 + snapcraftctl stage 21:25:26 Priming config-common 21:25:26 + snapcraftctl prime 21:25:27 Priming go-build-helper 21:25:27 + snapcraftctl prime 21:25:28 Priming static-packages 21:25:28 + snapcraftctl prime 21:25:30 Priming go115 21:25:30 + snapcraftctl prime 21:25:31 Priming edgex-go 21:25:31 + snapcraftctl prime 21:25:32 Priming version 21:25:32 + snapcraftctl prime 21:25:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:25: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 21:25:35 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 21:25:40 Removing intermediate container 99a1ba21f1c1 21:25:40 ---> 394ae1a4dc4a 21:25:40 21:25:40 Step 10/30 : FROM alpine:3.12 21:25:40 Removing intermediate container 115262d926fd 21:25:40 ---> 37262e9949b4 21:25:40 21:25:40 Step 10/24 : FROM alpine:3.12 21:25:40 3.12: Pulling from library/alpine 21:25:40 3.12: Pulling from library/alpine 21:25:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:25:41 Status: Downloaded newer image for alpine:3.12 21:25:41 ---> afeebe901d6b 21:25:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:25:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:25:41 Status: Image is up to date for alpine:3.12 21:25:41 ---> afeebe901d6b 21:25:41 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:25:42 ---> Running in 8d9a45ec588a 21:25:42 ---> Running in bf2063d8c07e 21:25:43 Removing intermediate container 83973314bfac 21:25:43 ---> af11a59fdee5 21:25:43 21:25:43 Step 10/21 : FROM alpine:3.12 21:25:43 ---> afeebe901d6b 21:25:43 Step 11/21 : RUN apk add --update --no-cache curl 21:25:43 Removing intermediate container bf2063d8c07e 21:25:43 ---> 62a5c4005fa7 21:25:43 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:25:43 ---> Running in da66c9f499c5 21:25:43 ---> Running in 336c7be3e428 21:25:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:45 (1/5) Installing ca-certificates (20191127-r4) 21:25:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:25:45 (3/5) Installing libcurl (7.69.1-r3) 21:25:45 (4/5) Installing curl (7.69.1-r3) 21:25:45 (5/5) Installing dumb-init (1.2.2-r1) 21:25:45 Executing busybox-1.31.1-r19.trigger 21:25:45 Executing ca-certificates-20191127-r4.trigger 21:25:45 OK: 7 MiB in 19 packages 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:46 (1/2) Installing dumb-init (1.2.2-r1) 21:25:46 (2/2) Installing su-exec (0.2-r1) 21:25:46 Executing busybox-1.31.1-r19.trigger 21:25:46 OK: 5 MiB in 16 packages 21:25:46 (1/4) Installing ca-certificates (20191127-r4) 21:25:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:25:46 (3/4) Installing libcurl (7.69.1-r3) 21:25:46 (4/4) Installing curl (7.69.1-r3) 21:25:46 Executing busybox-1.31.1-r19.trigger 21:25:46 Executing ca-certificates-20191127-r4.trigger 21:25:47 OK: 7 MiB in 18 packages 21:25:49 Removing intermediate container 8d9a45ec588a 21:25:49 ---> 9ea3842b403e 21:25:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:25:49 Removing intermediate container 336c7be3e428 21:25:49 ---> eb46563943fb 21:25:49 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:25:49 Removing intermediate container da66c9f499c5 21:25:49 ---> 1d22e312f1e3 21:25:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:25:49 ---> Running in 57614113168e 21:25:49 ---> Running in 1976b26018d8 21:25:49 ---> Running in 4d39541e1574 21:25:50 Removing intermediate container 7d9352614292 21:25:50 ---> e2b24bd00232 21:25:50 21:25:50 Step 10/22 : FROM alpine:3.12 21:25:50 ---> afeebe901d6b 21:25:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:25:50 Removing intermediate container 37cd773ee534 21:25:50 ---> f8dff64d8e98 21:25:50 21:25:50 Step 10/22 : FROM alpine:3.12 21:25:50 ---> afeebe901d6b 21:25:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:25:50 ---> Running in 4b9c229997e2 21:25:50 Removing intermediate container 1976b26018d8 21:25:50 ---> 90119cba91c9 21:25:50 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:25:50 Removing intermediate container 57614113168e 21:25:50 ---> 8f4b9aa851f8 21:25:50 Step 13/24 : WORKDIR / 21:25:50 ---> Running in fb41b6fca92e 21:25:50 Removing intermediate container 4d39541e1574 21:25:50 ---> a2d0929f8131 21:25:50 Step 13/21 : WORKDIR /edgex 21:25:50 ---> Running in 79224626b629 21:25:51 ---> Running in a9aacdd4ddca 21:25:51 ---> Running in f9773a4bd469 21:25:51 Removing intermediate container 79224626b629 21:25:51 ---> 92f32125a51a 21:25:51 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:25:52 ---> Running in 78a48d06d15e 21:25:52 Removing intermediate container a9aacdd4ddca 21:25:52 ---> 2de565ebd379 21:25:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:25:52 Removing intermediate container f9773a4bd469 21:25:52 ---> b2120108746a 21:25:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:25:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:53 (1/2) Installing ca-certificates (20191127-r4) 21:25:53 (2/2) Installing dumb-init (1.2.2-r1) 21:25:53 Executing busybox-1.31.1-r19.trigger 21:25:53 Executing ca-certificates-20191127-r4.trigger 21:25:53 (1/1) Installing dumb-init (1.2.2-r1) 21:25:53 Executing busybox-1.31.1-r19.trigger 21:25:53 OK: 5 MiB in 15 packages 21:25:53 OK: 6 MiB in 16 packages 21:25:53 ---> 3700c2787317 21:25:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:25:54 ---> 42afa140a9f8 21:25:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:25:55 ---> 5568cd070b22 21:25:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:25:55 Removing intermediate container fb41b6fca92e 21:25:55 ---> 826d143858fc 21:25:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:25:55 ---> Running in d6c950641eed 21:25:55 ---> 16067032138d 21:25:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:25:56 Removing intermediate container 78a48d06d15e 21:25:56 ---> 90261274b8ae 21:25:56 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:25:56 ---> Running in 15b4f8f2157a 21:25:56 Removing intermediate container d6c950641eed 21:25:56 ---> f004e33f7dd3 21:25:56 Step 13/22 : ENV APP_PORT=48085 21:25:56 Removing intermediate container 4b9c229997e2 21:25:56 ---> 53aab3435d26 21:25:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:25:56 ---> Running in d192d546b44f 21:25:56 ---> 07250eaee958 21:25:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:25:56 ---> Running in a5a64683466a 21:25:57 Removing intermediate container 15b4f8f2157a 21:25:57 ---> c7dc34f5f65d 21:25:57 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:25:57 Removing intermediate container d192d546b44f 21:25:57 ---> ae7fa3e95f0b 21:25:57 Step 14/22 : EXPOSE $APP_PORT 21:25:57 ---> 45dec787d32f 21:25:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:25:57 Removing intermediate container a5a64683466a 21:25:57 ---> b4be76fe4500 21:25:57 Step 13/22 : ENV APP_PORT=48060 21:25:58 ---> Running in b2737b1d2f05 21:25:58 ---> Running in c8825cca1f1a 21:25:58 ---> Running in 1ad9d1d398e1 21:25:58 ---> 814aad3458ac 21:25:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:25:58 ---> d24d5568282a 21:25:58 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:25:58 ---> Running in 1e55c24eb35e 21:25:58 Removing intermediate container c8825cca1f1a 21:25:58 ---> 7ba95b09d028 21:25:58 Step 18/21 : CMD ["--init=true"] 21:25:58 Removing intermediate container b2737b1d2f05 21:25:58 ---> e27a591d41a6 21:25:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:59 Removing intermediate container 1ad9d1d398e1 21:25:59 ---> ca8d0fe9bf21 21:25:59 Step 14/22 : EXPOSE $APP_PORT 21:25:59 ---> Running in d761da111f65 21:25:59 ---> Running in 6fcb84d74a44 21:26:00 Removing intermediate container d761da111f65 21:26:00 ---> 8d7ab753bee8 21:26:00 Step 19/21 : LABEL arch=arm64 21:26:00 Removing intermediate container 6fcb84d74a44 21:26:00 ---> a273156ee12b 21:26:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:00 ---> Running in fbd4ed0feab0 21:26:00 ---> d5b0b2664890 21:26:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:26:00 ---> bd6c1f8f08e1 21:26:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:26:01 Removing intermediate container fbd4ed0feab0 21:26:01 ---> bf5b6a1b121c 21:26:01 Step 20/21 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:26:01 ---> Running in 4bebe8f1e411 21:26:01 ---> c8b085189d23 21:26:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:26:01 ---> 0df9a24023bd 21:26:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:26:02 ---> Running in 866cc16cdd51 21:26:02 Removing intermediate container 1e55c24eb35e 21:26:02 ---> 6a8cf8457f30 21:26:02 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:02 Removing intermediate container 4bebe8f1e411 21:26:02 ---> a0fc7ded9bee 21:26:02 Step 21/21 : LABEL version=0.0.0 21:26:02 ---> c86d732d60a2 21:26:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:26:02 ---> Running in 612a2efa02e4 21:26:03 ---> 0bc64c1a15a8 21:26:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:26:03 ---> d5e060a5ec4d 21:26:03 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:26:03 Removing intermediate container 612a2efa02e4 21:26:03 ---> 298389963a01 21:26:03 21:26:03 ---> 6344a56001b5 21:26:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:26:04 ---> Running in afe28a8bbd3a 21:26:04 Successfully built 298389963a01 21:26:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:26:04  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 21:26:04 ---> a4f027eacdf2 21:26:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:26:05 Removing intermediate container afe28a8bbd3a 21:26:05 ---> c5c29501a4a6 21:26:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:05 ---> Running in 41257ae6bdab 21:26:05 ---> Running in 742d3b79bd63 21:26:05 ---> 3f11442dc01a 21:26:05 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:26:05 Removing intermediate container 866cc16cdd51 21:26:05 ---> ef2b9b10a491 21:26:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:26:05 Removing intermediate container 41257ae6bdab 21:26:05 ---> a72815e90815 21:26:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:05 ---> Running in cf9d90f3983b 21:26:06 ---> Running in bc36b4f2b63b 21:26:07 Removing intermediate container 742d3b79bd63 21:26:07 ---> ccee3609e825 21:26:07 Step 20/22 : LABEL arch=arm64 21:26:08 Removing intermediate container cf9d90f3983b 21:26:08 ---> 57b6fe733d9b 21:26:08 Step 22/24 : LABEL arch=arm64 21:26:08 ---> 464dc776deae 21:26:08 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:26:08 ---> Running in 4da3a446df2e 21:26:08 Removing intermediate container bc36b4f2b63b 21:26:08 ---> 2e71f698c4d4 21:26:08 Step 20/22 : LABEL arch=arm64 21:26:08 ---> Running in f109f85341bd 21:26:08 ---> Running in a250898e0537 21:26:08 Removing intermediate container 4da3a446df2e 21:26:08 ---> dad32cb830fa 21:26:08 Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:26:10 Removing intermediate container f109f85341bd 21:26:10 ---> 07621fb1c22e 21:26:10 Step 23/24 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:26:10 Removing intermediate container a250898e0537 21:26:10 ---> 0a02afde1160 21:26:10 Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:26:10 ---> a4ac00b20e65 21:26:10 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:26:10 ---> Running in 039cdd393f27 21:26:10 ---> Running in 6a2daf954031 21:26:10 ---> Running in 2cd6764837c2 21:26:10 ---> Running in 51144dfcced9 21:26:11 Removing intermediate container 039cdd393f27 21:26:11 ---> 41cebd7e8ea6 21:26:11 Step 22/22 : LABEL version=0.0.0 21:26:11 Removing intermediate container 2cd6764837c2 21:26:11 ---> 429279f7f13d 21:26:11 Removing intermediate container 6a2daf954031 21:26:11 ---> 1155c8269f7b 21:26:11 Step 24/24 : LABEL version=0.0.0 21:26:11 Step 22/22 : LABEL version=0.0.0 21:26:11 ---> Running in 5205d1e1f5f8 21:26:11 ---> Running in 91256715f1f2 21:26:11 ---> Running in 86e339851935 21:26:11 Removing intermediate container 51144dfcced9 21:26:11 ---> 60b160ef06b8 21:26:11 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:26:12 Removing intermediate container 5205d1e1f5f8 21:26:12 ---> 589a40e6038b 21:26:12 21:26:12 Removing intermediate container 91256715f1f2 21:26:12 ---> c5e0326b6198 21:26:12 21:26:12 Removing intermediate container 86e339851935 21:26:12 ---> b0a003105d7f 21:26:12 21:26:12 Successfully built 589a40e6038b 21:26:12 Successfully tagged docker-support-scheduler-go-arm64:latest 21:26:12 Building docker-core-metadata-go 21:26:12  Building docker-support-scheduler-go ... done Successfully built c5e0326b6198 21:26:12 ---> f0c583d7e7e0 21:26:12 Step 25/30 : RUN chmod +x /entrypoint.sh 21:26:12 Successfully tagged docker-support-notifications-go-arm64:latest 21:26:12 Building docker-core-data-go 21:26:12  Building docker-support-notifications-go ... done Successfully built b0a003105d7f 21:26:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:26:13  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 21:26:13 ---> Running in f8576ec67d52 21:26:16 Removing intermediate container f8576ec67d52 21:26:16 ---> 01e6ce8ec182 21:26:16 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:26:16 ---> Running in 29c73aa09dba 21:26:16 Removing intermediate container 29c73aa09dba 21:26:16 ---> 23e86f8888f2 21:26:16 Step 27/30 : CMD ["gate"] 21:26:17 ---> Running in eea0fae6b8f5 21:26:18 Removing intermediate container eea0fae6b8f5 21:26:18 ---> 86378e332831 21:26:18 Step 28/30 : LABEL arch=arm64 21:26:18 ---> Running in 90e83cbacf16 21:26:19 Removing intermediate container 90e83cbacf16 21:26:19 ---> fcf847bbbc68 21:26:19 Step 29/30 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:26:20 ---> Running in 484fef2ce183 21:26:21 Removing intermediate container 484fef2ce183 21:26:21 ---> e12a412e341e 21:26:21 Step 30/30 : LABEL version=0.0.0 21:26:22 ---> Running in 66f947016538 21:26:23 Removing intermediate container 66f947016538 21:26:23 ---> 164cfa54afb8 21:26:23 21:26:24 Successfully built 164cfa54afb8 21:26:24 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:26:51  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:26:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:26:51 ---> 1c720c03e8f1 21:26:51 Step 3/23 : WORKDIR /edgex-go 21:26:51 ---> Using cache 21:26:51 ---> c9f8c0207caa 21:26:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:26:51 ---> Using cache 21:26:51 ---> 67d05a4b1b1d 21:26:51 Step 5/23 : RUN apk add --update --no-cache make git 21:26:51 ---> Using cache 21:26:51 ---> c24dafedbc44 21:26:51 Step 6/23 : COPY go.mod . 21:26:51 ---> Using cache 21:26:51 ---> 18d803b62a99 21:26:51 Step 7/23 : RUN go mod download 21:26:51 ---> Using cache 21:26:51 ---> be58233c4916 21:26:51 Step 8/23 : COPY . . 21:26:51 ---> Using cache 21:26:51 ---> 559fa24e048a 21:26:51 Step 9/23 : RUN make cmd/core-command/core-command 21:26:57 ---> Running in 0ffa191e9062 21:26:59 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 21:27:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:27:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:27:03 ---> 1c720c03e8f1 21:27:03 Step 3/23 : WORKDIR /edgex-go 21:27:03 ---> Using cache 21:27:03 ---> c9f8c0207caa 21:27:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:03 ---> Using cache 21:27:03 ---> 67d05a4b1b1d 21:27:03 Step 5/23 : RUN apk add --update --no-cache make git 21:27:03 ---> Using cache 21:27:03 ---> c24dafedbc44 21:27:03 Step 6/23 : COPY go.mod . 21:27:03 ---> Using cache 21:27:03 ---> 18d803b62a99 21:27:03 Step 7/23 : RUN go mod download 21:27:03 ---> Using cache 21:27:03 ---> be58233c4916 21:27:03 Step 8/23 : COPY . . 21:27:03 ---> Using cache 21:27:03 ---> 559fa24e048a 21:27:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:27:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:27:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:27:03 ---> 1c720c03e8f1 21:27:03 Step 3/23 : WORKDIR /edgex-go 21:27:03 ---> Using cache 21:27:03 ---> c9f8c0207caa 21:27:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:03 ---> Using cache 21:27:03 ---> 67d05a4b1b1d 21:27:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:27:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:27:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:27:03 ---> 1c720c03e8f1 21:27:03 Step 3/26 : WORKDIR /edgex-go 21:27:03 ---> Using cache 21:27:03 ---> c9f8c0207caa 21:27:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:03 ---> Using cache 21:27:03 ---> 67d05a4b1b1d 21:27:03 Step 5/26 : RUN apk add --update --no-cache make bash git 21:27:04 ---> Running in afccb20e812f 21:27:04 ---> Running in ce2916804787 21:27:04 ---> Running in 2caa44de57fc 21:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:27:07 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 21:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:27:09 OK: 217 MiB in 51 packages 21:27:10 OK: 217 MiB in 51 packages 21:27:11 Removing intermediate container ce2916804787 21:27:11 ---> add158d30d98 21:27:11 Step 6/26 : COPY go.mod . 21:27:12 Removing intermediate container afccb20e812f 21:27:12 ---> b9530321a0dc 21:27:12 Step 6/23 : COPY go.mod . 21:27:12 ---> bbd1cb8887cc 21:27:12 Step 7/26 : RUN go mod download 21:27:12 ---> Running in 906d6bf95cc1 21:27:12 ---> b117a06655d8 21:27:12 Step 7/23 : RUN go mod download 21:27:13 ---> Running in 2d93acb37a51 21:27:17 Removing intermediate container 906d6bf95cc1 21:27:17 ---> bb38022b2c94 21:27:17 Step 8/26 : COPY . . 21:27:18 Removing intermediate container 2d93acb37a51 21:27:18 ---> 19700fff50ab 21:27:18 Step 8/23 : COPY . . 21:27:50 ---> a89cd80427ac 21:27:50 Step 9/23 : RUN make cmd/core-data/core-data 21:27:50 ---> c48b07d11a2f 21:27:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:27:50 ---> Running in 363fc9a41c63 21:27:50 ---> Running in a885ffdf86b2 21:27:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:27: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 21:28:09 Removing intermediate container 0ffa191e9062 21:28:09 ---> 64a86b6b807d 21:28:09 21:28:09 Step 10/23 : FROM alpine:3.12 21:28:09 ---> afeebe901d6b 21:28:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:28:09 ---> Using cache 21:28:09 ---> 826d143858fc 21:28:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:28:09 ---> Using cache 21:28:09 ---> f004e33f7dd3 21:28:09 Step 13/23 : ENV APP_PORT=48082 21:28:09 ---> Running in 66edb1e8f559 21:28:10 Removing intermediate container 66edb1e8f559 21:28:10 ---> f889d19eecd1 21:28:10 Step 14/23 : EXPOSE $APP_PORT 21:28:10 ---> Running in 1c11a11e91d6 21:28:11 Removing intermediate container 1c11a11e91d6 21:28:11 ---> 4752227b9261 21:28:11 Step 15/23 : WORKDIR / 21:28:11 ---> Running in 0579e89cff62 21:28:12 Removing intermediate container 0579e89cff62 21:28:12 ---> 77470ed1df77 21:28:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:28:13 ---> ce3a41cac15f 21:28:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:28:15 ---> e17ab05c23ad 21:28:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:28:16 ---> 6d069b946d8a 21:28:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:28:16 ---> Running in 6a2a0241665c 21:28:17 Removing intermediate container 6a2a0241665c 21:28:17 ---> ee799f65ee46 21:28:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:28:17 ---> Running in 9d311882f5cc 21:28:18 Removing intermediate container 9d311882f5cc 21:28:18 ---> 5dd7132d8e30 21:28:18 Step 21/23 : LABEL arch=arm64 21:28:18 ---> Running in be8bd9968bb2 21:28:19 Removing intermediate container be8bd9968bb2 21:28:19 ---> 9db8843bac47 21:28:19 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:28:19 ---> Running in 6338ac7ea277 21:28:20 Removing intermediate container 6338ac7ea277 21:28:20 ---> 3b7a9df09b32 21:28:20 Step 23/23 : LABEL version=0.0.0 21:28:20 ---> Running in ada46d247950 21:28:20 Removing intermediate container ada46d247950 21:28:20 ---> 3532ca9d3d78 21:28:20 21:28:21 Successfully built 3532ca9d3d78 21:28:21 Successfully tagged docker-core-command-go-arm64:latest 21:28:43  Building docker-core-command-go ... done Removing intermediate container 2caa44de57fc 21:28:43 ---> 14c9f1f2794f 21:28:43 21:28:43 Step 10/23 : FROM alpine:3.12 21:28:43 ---> afeebe901d6b 21:28:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:28:43 ---> Using cache 21:28:43 ---> 826d143858fc 21:28:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:28:43 ---> Using cache 21:28:43 ---> f004e33f7dd3 21:28:43 Step 13/23 : ENV APP_PORT=48081 21:28:43 ---> Running in 8e1f649884d0 21:28:43 Removing intermediate container 8e1f649884d0 21:28:43 ---> 247c0c72233e 21:28:43 Step 14/23 : EXPOSE $APP_PORT 21:28:43 ---> Running in e75ed1c01587 21:28:43 Removing intermediate container e75ed1c01587 21:28:43 ---> af3d2e0376ee 21:28:43 Step 15/23 : WORKDIR / 21:28:43 ---> Running in a0119b85b0e0 21:28:43 Removing intermediate container a0119b85b0e0 21:28:43 ---> 2100ede574fe 21:28:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:28:43 ---> 974985c43c43 21:28:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:28:45 ---> abc4169a0d71 21:28:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:28:47 ---> fc65179b0153 21:28:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:28:47 ---> Running in 779ecaa0acad 21:28:47 Removing intermediate container 779ecaa0acad 21:28:47 ---> c2a474d4de76 21:28:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:28:48 ---> Running in 6e272337d2d3 21:28:48 Removing intermediate container 6e272337d2d3 21:28:48 ---> 09ce45bdf14f 21:28:48 Step 21/23 : LABEL arch=arm64 21:28:49 ---> Running in 01b9244c3ca2 21:28:50 Removing intermediate container 01b9244c3ca2 21:28:50 ---> 4d0ff5055a2e 21:28:50 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:28:50 ---> Running in 2684fa352723 21:28:51 Removing intermediate container 2684fa352723 21:28:51 ---> 70d81d9dba6d 21:28:51 Step 23/23 : LABEL version=0.0.0 21:28:51 ---> Running in a907de8ea49e 21:28:51 Removing intermediate container a907de8ea49e 21:28:51 ---> 3f84bcad7dc4 21:28:51 21:28:52 Successfully built 3f84bcad7dc4 21:28:52 Successfully tagged docker-core-metadata-go-arm64:latest 21:28:58  Building docker-core-metadata-go ... done Removing intermediate container a885ffdf86b2 21:28:58 ---> 7e0369ecea1c 21:28:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:28:58 ---> Running in d1256fee7dee 21:28:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:29:02 Removing intermediate container d1256fee7dee 21:29:02 ---> d5aa76171935 21:29:02 21:29:02 Step 11/26 : FROM docker:20.10.0 21:29:02 20.10.0: Pulling from library/docker 21:29:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:29:13 Status: Downloaded newer image for docker:20.10.0 21:29:13 ---> eeaf43b92773 21:29:13 Step 12/26 : RUN apk add --no-cache bash 21:29:13 ---> Running in 0b8390ca8d3a 21:29:13 Removing intermediate container 363fc9a41c63 21:29:13 ---> abdff0e0e379 21:29:13 21:29:13 Step 10/23 : FROM alpine:3.12 21:29:13 ---> afeebe901d6b 21:29:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:29:13 ---> Running in 4744f4185d50 21:29:13 Removing intermediate container 4744f4185d50 21:29:13 ---> 1b93f979628b 21:29:13 Step 12/23 : ENV APP_PORT=48080 21:29:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:13 ---> Running in ab6902478ba2 21:29:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:14 Removing intermediate container ab6902478ba2 21:29:14 ---> 0461bc2cfd8f 21:29:14 Step 13/23 : EXPOSE $APP_PORT 21:29:14 ---> Running in 9ec4d4cf47cf 21:29:14 (1/2) Installing readline (8.0.4-r0) 21:29:14 (2/2) Installing bash (5.0.17-r0) 21:29:14 Executing bash-5.0.17-r0.post-install 21:29:14 Executing busybox-1.31.1-r19.trigger 21:29:14 OK: 12 MiB in 22 packages 21:29:14 Removing intermediate container 9ec4d4cf47cf 21:29:14 ---> 9e7af400deda 21:29:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:29:14 ---> Running in 4ef0185bf08c 21:29:15 Removing intermediate container 0b8390ca8d3a 21:29:15 ---> 757c9627ef78 21:29:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:29:15 ---> Running in e22387aae3dc 21:29:16 Removing intermediate container e22387aae3dc 21:29:16 ---> 270200f15cc3 21:29:16 Step 14/26 : ENV APP_PORT=48090 21:29:16 ---> Running in 10027ccc06ff 21:29:16 Removing intermediate container 10027ccc06ff 21:29:16 ---> 10f75ad66fc4 21:29:16 Step 15/26 : EXPOSE $APP_PORT 21:29:16 ---> Running in 11201c051c68 21:29:17 Removing intermediate container 4ef0185bf08c 21:29:17 ---> 8465293d584d 21:29:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:29:17 ---> Running in f97a4a7ae739 21:29:17 Removing intermediate container 11201c051c68 21:29:17 ---> 15d1a1c8492c 21:29:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:18 ---> afe4b4d211b8 21:29:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:19 ---> 1abdacbb9c9c 21:29:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:29:20 (1/6) Installing dumb-init (1.2.2-r1) 21:29:20 (2/6) Installing libgcc (9.3.0-r2) 21:29:20 (3/6) Installing libsodium (1.0.18-r0) 21:29:20 ---> b8d2f01ec48a 21:29:20 Step 19/26 : RUN apk --no-cache add py3-pip 21:29:20 (4/6) Installing libstdc++ (9.3.0-r2) 21:29:20 ---> Running in a867ebe0c49c 21:29:20 (5/6) Installing libzmq (4.3.3-r0) 21:29:20 (6/6) Installing zeromq (4.3.3-r0) 21:29:20 Executing busybox-1.31.1-r19.trigger 21:29:20 OK: 8 MiB in 20 packages 21:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:29:22 Removing intermediate container f97a4a7ae739 21:29:22 ---> 4f2784ad995e 21:29:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:29:22 (1/33) Installing libbz2 (1.0.8-r1) 21:29:22 (2/33) Installing expat (2.2.9-r1) 21:29:22 (3/33) Installing libffi (3.3-r2) 21:29:22 (4/33) Installing gdbm (1.13-r1) 21:29:22 (5/33) Installing xz-libs (5.2.5-r0) 21:29:22 (6/33) Installing sqlite-libs (3.32.1-r0) 21:29:22 (7/33) Installing python3 (3.8.5-r0) 21:29:23 ---> a62bdf271c9c 21:29:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:29:24 (8/33) Installing py3-appdirs (1.4.4-r1) 21:29:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:29:24 (10/33) Installing py3-parsing (2.4.7-r0) 21:29:24 (11/33) Installing py3-six (1.15.0-r0) 21:29:24 (12/33) Installing py3-packaging (20.4-r0) 21:29:24 (13/33) Installing py3-setuptools (47.0.0-r0) 21:29:24 (14/33) Installing py3-chardet (3.0.4-r4) 21:29:24 (15/33) Installing py3-idna (2.9-r0) 21:29:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:29:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:29:24 (18/33) Installing py3-requests (2.23.0-r0) 21:29:24 (19/33) Installing py3-msgpack (1.0.0-r0) 21:29:24 (20/33) Installing py3-lockfile (0.12.2-r3) 21:29:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:29:24 (22/33) Installing py3-colorama (0.4.3-r0) 21:29:24 (23/33) Installing py3-distlib (0.3.0-r0) 21:29:24 (24/33) Installing py3-distro (1.5.0-r1) 21:29:24 (25/33) Installing py3-webencodings (0.5.1-r3) 21:29:24 (26/33) Installing py3-html5lib (1.0.1-r4) 21:29:24 (27/33) Installing py3-pytoml (0.1.21-r0) 21:29:24 (28/33) Installing py3-pep517 (0.8.2-r0) 21:29:24 (29/33) Installing py3-progress (1.5-r0) 21:29:24 (30/33) Installing py3-toml (0.10.1-r0) 21:29:25 (31/33) Installing py3-retrying (1.3.3-r0) 21:29:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:29:25 (33/33) Installing py3-pip (20.1.1-r0) 21:29:25 Executing busybox-1.31.1-r19.trigger 21:29:25 OK: 71 MiB in 55 packages 21:29:25 ---> 41a40ef4c73b 21:29:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:29:26 ---> 057a87d5fc15 21:29:26 Step 19/23 : ENTRYPOINT ["/core-data"] 21:29:27 ---> Running in 21ffe969a986 21:29:27 Removing intermediate container 21ffe969a986 21:29:27 ---> 14f579f885be 21:29:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:29:27 ---> Running in 014e3e883284 21:29:28 Removing intermediate container 014e3e883284 21:29:28 ---> f87122b5d5d8 21:29:28 Step 21/23 : LABEL arch=arm64 21:29:28 ---> Running in 8a69b5f2d238 21:29:29 Removing intermediate container 8a69b5f2d238 21:29:29 ---> 559a2e8a7e3b 21:29:29 Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:29:29 ---> Running in 04cf1dab9a03 21:29:29 Removing intermediate container 04cf1dab9a03 21:29:29 ---> 31972d87d2e2 21:29:29 Step 23/23 : LABEL version=0.0.0 21:29:29 ---> Running in 13d0cb186957 21:29:30 Removing intermediate container 13d0cb186957 21:29:30 ---> ec41859a1a89 21:29:30 21:29:31 Successfully built ec41859a1a89 21:29:31 Successfully tagged docker-core-data-go-arm64:latest 21:29:31  Building docker-core-data-go ... done Removing intermediate container a867ebe0c49c 21:29:31 ---> ea608f5df954 21:29:31 Step 20/26 : RUN pip install docker-compose==1.23.2 21:29:31 ---> Running in 3386dee4aede 21:29:36 Collecting docker-compose==1.23.2 21:29:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:29:36 Collecting texttable<0.10,>=0.9.0 21:29:36 Downloading texttable-0.9.1.tar.gz (11 kB) 21:29:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:29:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:29:39 Collecting websocket-client<1.0,>=0.32.0 21:29:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:29:40 Collecting jsonschema<3,>=2.5.1 21:29:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:29:40 Collecting docker<4.0,>=3.6.0 21:29:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:29:41 Collecting PyYAML<4,>=3.10 21:29:41 Downloading PyYAML-3.13.tar.gz (270 kB) 21:29:45 Collecting cached-property<2,>=1.2.0 21:29:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:29:45 Collecting dockerpty<0.5,>=0.4.1 21:29:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:29:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:29:46 Collecting docopt<0.7,>=0.6.1 21:29:46 Downloading docopt-0.6.2.tar.gz (25 kB) 21:29:48 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) 21:29:49 Collecting urllib3<1.25,>=1.21.1 21:29:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:29:49 Collecting idna<2.8,>=2.5 21:29:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:29:49 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) 21:29:49 Collecting docker-pycreds>=0.4.0 21:29:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:29:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:29:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:29:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:29:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:29:50 Installing collected packages: texttable, urllib3, idna, requests, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, cached-property, dockerpty, docopt, docker-compose 21:29:50 Running setup.py install for texttable: started 21:29:52 Running setup.py install for texttable: finished with status 'done' 21:29:52 Attempting uninstall: urllib3 21:29:52 Found existing installation: urllib3 1.25.9 21:29:52 Uninstalling urllib3-1.25.9: 21:29:52 Successfully uninstalled urllib3-1.25.9 21:29:53 Attempting uninstall: idna 21:29:53 Found existing installation: idna 2.9 21:29:53 Uninstalling idna-2.9: 21:29:53 Successfully uninstalled idna-2.9 21:29:53 Attempting uninstall: requests 21:29:53 Found existing installation: requests 2.23.0 21:29:53 Uninstalling requests-2.23.0: 21:29:54 Successfully uninstalled requests-2.23.0 21:29:55 Running setup.py install for PyYAML: started 21:29:57 Running setup.py install for PyYAML: finished with status 'done' 21:29:57 Running setup.py install for dockerpty: started 21:29:59 Running setup.py install for dockerpty: finished with status 'done' 21:29:59 Running setup.py install for docopt: started 21:30:01 Running setup.py install for docopt: finished with status 'done' 21:30:02 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 21:30:06 Removing intermediate container 3386dee4aede 21:30:06 ---> b38e815c6e2f 21:30:06 Step 21/26 : RUN apk --no-cache add curl 21:30:06 ---> Running in ee45c157499e 21:30:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:30:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:30:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:30:07 (2/3) Installing libcurl (7.69.1-r3) 21:30:07 (3/3) Installing curl (7.69.1-r3) 21:30:07 Executing busybox-1.31.1-r19.trigger 21:30:07 OK: 71 MiB in 58 packages 21:30:08 Removing intermediate container ee45c157499e 21:30:08 ---> 77d666716976 21:30:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:30:09 ---> Running in e71333a4475d 21:30:09 Removing intermediate container e71333a4475d 21:30:09 ---> 1ad33c13662e 21:30:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:30:09 ---> Running in 35e2c08b08ce 21:30:10 Removing intermediate container 35e2c08b08ce 21:30:10 ---> 3e1808a712cd 21:30:10 Step 24/26 : LABEL arch=arm64 21:30:10 ---> Running in 005515b272aa 21:30:10 Removing intermediate container 005515b272aa 21:30:10 ---> 37ef072fc669 21:30:10 Step 25/26 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 21:30:10 ---> Running in cca42b378b51 21:30:11 Removing intermediate container cca42b378b51 21:30:11 ---> 6cfdd3b0bdbd 21:30:11 Step 26/26 : LABEL version=0.0.0 21:30:11 ---> Running in 510b3e43f920 21:30:12 Removing intermediate container 510b3e43f920 21:30:12 ---> 30616eab5366 21:30:12 21:30:12 Successfully built 30616eab5366 21:30:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:30:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:30:12 $ docker stop --time=1 ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a 21:30:14 $ docker rm -f ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a [Pipeline] // withDockerContainer [Pipeline] sh 21:30:15 + docker images 21:30:15 + grep docker 21:30:15 docker-sys-mgmt-agent-go-arm64 latest 30616eab5366 4 seconds ago 300MB 21:30:15 docker-core-data-go-arm64 latest ec41859a1a89 45 seconds ago 21.1MB 21:30:15 docker-core-metadata-go-arm64 latest 3f84bcad7dc4 About a minute ago 17.9MB 21:30:15 docker-core-command-go-arm64 latest 3532ca9d3d78 About a minute ago 16.2MB 21:30:15 docker-security-bootstrapper-go-arm64 latest 164cfa54afb8 3 minutes ago 17.2MB 21:30:15 docker-support-notifications-go-arm64 latest c5e0326b6198 4 minutes ago 16.8MB 21:30:15 docker-support-scheduler-go-arm64 latest 589a40e6038b 4 minutes ago 16.3MB 21:30:15 docker-security-secretstore-setup-go-arm64 latest b0a003105d7f 4 minutes ago 23.6MB 21:30:15 docker-security-proxy-setup-go-arm64 latest 298389963a01 4 minutes ago 23.4MB 21:30:15 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 21:30:18 provisioning config files... 21:30:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3932413372040331992tmp [Pipeline] { [Pipeline] sh 21:30:18 + set +x 21:30:18 + curl -s https://codecov.io/bash 21:30:18 + bash -s -- 21:30:19 21:30:19 _____ _ 21:30:19 / ____| | | 21:30:19 | | ___ __| | ___ ___ _____ __ 21:30:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:30:19 | |___| (_) | (_| | __/ (_| (_) \ V / 21:30:19 \_____\___/ \__,_|\___|\___\___/ \_/ 21:30:19 Bash-20210129-7c25fce 21:30:19 21:30:19 21:30:19 ==> git version 2.24.3 found 21:30:19 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:30:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:30:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:30:19 ==> Jenkins CI detected. 21:30:19 project root: . 21:30:19 --> token set from env 21:30:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:30:19 ==> Running gcov in . (disable via -X gcov) 21:30:19 ==> Python coveragepy not found 21:30:19 ==> Searching for coverage reports in: 21:30:19 + . 21:30:19 -> Found 1 reports 21:30:19 ==> Detecting git/mercurial file structure 21:30:19 ==> Reading reports 21:30:19 + ./coverage.out bytes=597520 21:30:19 ==> Appending adjustments 21:30:19 https://docs.codecov.io/docs/fixing-reports 21:30:22 + Found adjustments 21:30:22 ==> Gzipping contents 21:30:22 88K /tmp/codecov.yZ0TgU.gz 21:30:22 ==> Uploading reports 21:30:22 url: https://codecov.io 21:30:22 query: branch=PR-3164&commit=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 21:30:22 -> Pinging Codecov 21:30:22 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= 21:30:22 -> Uploading to 21:30:22 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84/fd2408ac-31ed-4d7a-bc09-115820d0bae3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T213022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec6ff717668812bfca3e3665258ac4e95042e14d7a39bb7ae3641acecb68eaee 21:30:22 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:22 Dload Upload Total Spent Left Speed 21:30:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89672 0 0 100 89672 0 152k --:--:-- --:--:-- --:--:-- 153k 21:30:23 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [Pipeline] } 21:30:23 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 21:30:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:30:26 ---> package-listing.sh 21:30:26 ++ facter osfamily 21:30:26 ++ tr '[:upper:]' '[:lower:]' 21:30:26 + OS_FAMILY=redhat 21:30:26 + workspace=/w/workspace/edgex-go/7 21:30:26 + START_PACKAGES=/tmp/packages_start.txt 21:30:26 + END_PACKAGES=/tmp/packages_end.txt 21:30:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:30:26 + PACKAGES=/tmp/packages_start.txt 21:30:26 + '[' /w/workspace/edgex-go/7 ']' 21:30:26 + PACKAGES=/tmp/packages_end.txt 21:30:26 + case "${OS_FAMILY}" in 21:30:26 + rpm -qa 21:30:26 + sort 21:30:32 + '[' -f /tmp/packages_start.txt ']' 21:30:32 + '[' -f /tmp/packages_end.txt ']' 21:30:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:30:32 + '[' /w/workspace/edgex-go/7 ']' 21:30:32 + mkdir -p /w/workspace/edgex-go/7/archives/ 21:30:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 21:30:32 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:30:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:30:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:32 21:30:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:30:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:33 alpine: Pulling from edgex-lftools-log-publisher 21:30:33 df20fa9351a1: Pulling fs layer 21:30:33 36b3adc4ff6f: Pulling fs layer 21:30:33 8ad3a11d3b57: Pulling fs layer 21:30:33 46f8f816bc3b: Pulling fs layer 21:30:33 93b61091891f: Pulling fs layer 21:30:33 93b9cdb0e59b: Pulling fs layer 21:30:33 5e14af77c1be: Pulling fs layer 21:30:33 01666e4c0597: Pulling fs layer 21:30:33 aa168da1d23b: Pulling fs layer 21:30:33 93b9cdb0e59b: Waiting 21:30:33 5e14af77c1be: Waiting 21:30:33 01666e4c0597: Waiting 21:30:33 aa168da1d23b: Waiting 21:30:33 46f8f816bc3b: Waiting 21:30:33 36b3adc4ff6f: Download complete 21:30:33 df20fa9351a1: Verifying Checksum 21:30:33 df20fa9351a1: Download complete 21:30:33 46f8f816bc3b: Verifying Checksum 21:30:33 46f8f816bc3b: Download complete 21:30:33 93b9cdb0e59b: Download complete 21:30:33 5e14af77c1be: Verifying Checksum 21:30:33 5e14af77c1be: Download complete 21:30:33 01666e4c0597: Verifying Checksum 21:30:33 01666e4c0597: Download complete 21:30:33 93b61091891f: Verifying Checksum 21:30:33 93b61091891f: Download complete 21:30:33 8ad3a11d3b57: Verifying Checksum 21:30:33 8ad3a11d3b57: Download complete 21:30:33 df20fa9351a1: Pull complete 21:30:33 36b3adc4ff6f: Pull complete 21:30:35 aa168da1d23b: Verifying Checksum 21:30:35 aa168da1d23b: Download complete 21:30:36 8ad3a11d3b57: Pull complete 21:30:36 46f8f816bc3b: Pull complete 21:30:36 93b61091891f: Pull complete 21:30:36 93b9cdb0e59b: Pull complete 21:30:37 5e14af77c1be: Pull complete 21:30:37 01666e4c0597: Pull complete 21:30:47 aa168da1d23b: Pull complete 21:30:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:30:48 prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container 21:30:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:30:51 $ docker top 52f1f4fcc462a841b64d67b96423b721042b7fcba67113e8d2140e3eb23f8412 -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:52 + touch /tmp/pre-build-complete [Pipeline] sh 21:30:52 + mkdir -p /var/log/sa [Pipeline] sh 21:30:53 + ls /var/log/sa-host 21:30:53 + sadf -c /var/log/sa-host/sa18 21:30:53 file_magic: OK 21:30:53 HZ: Using current value: 100 21:30:53 file_header: OK 21:30:53 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 21:30:53 Statistics: 21:30:53 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... 21:30:53 File successfully converted to sysstat format version 12.2.1 21:30:53 + sadf -c /var/log/sa-host/sa23 21:30:53 file_magic: OK 21:30:53 HZ: Using current value: 100 21:30:53 file_header: OK 21:30:53 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 21:30:53 Statistics: 21:30:53 Hnuu...uuuununununu... 21:30:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:30:53 provisioning config files... 21:30:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config6572537966537317195tmp [Pipeline] { [Pipeline] echo 21:30:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:30:54 ---> create-netrc.sh [Pipeline] } 21:30:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:30:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:30:54 ---> python-tools-install.sh [Pipeline] echo 21:30:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:30:55 ---> sudo-logs.sh 21:30:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:30:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:30:55 ---> job-cost.sh 21:30:55 lf-activate-venv: SKIPPING 21:30:55 INFO: No Stack... 21:30:56 INFO: Retrieving Pricing Info for: v1-standard-2 21:30:56 INFO: Archiving Costs [Pipeline] echo 21:30:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:30:57 ---> logs-deploy.sh 21:30:57 lf-activate-venv: SKIPPING 21:30:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/7 21:30:57 INFO: archiving workspace using pattern(s): 21:30:58 Archives upload complete. 21:30:58 INFO: archiving logs to Nexus 21:30:59 ---> uname -a: 21:30:59 Linux prd-centos7-docker-4c-2g-26819.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:30:59 21:30:59 21:30:59 ---> lscpu: 21:30:59 Architecture: x86_64 21:30:59 CPU op-mode(s): 32-bit, 64-bit 21:30:59 Byte Order: Little Endian 21:30:59 Address sizes: 40 bits physical, 48 bits virtual 21:30:59 CPU(s): 4 21:30:59 On-line CPU(s) list: 0-3 21:30:59 Thread(s) per core: 1 21:30:59 Core(s) per socket: 1 21:30:59 Socket(s): 4 21:30:59 NUMA node(s): 1 21:30:59 Vendor ID: GenuineIntel 21:30:59 CPU family: 6 21:30:59 Model: 44 21:30:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:30:59 Stepping: 1 21:30:59 CPU MHz: 2933.442 21:30:59 BogoMIPS: 5866.88 21:30:59 Virtualization: VT-x 21:30:59 Hypervisor vendor: KVM 21:30:59 Virtualization type: full 21:30:59 L1d cache: 128 KiB 21:30:59 L1i cache: 128 KiB 21:30:59 L2 cache: 16 MiB 21:30:59 L3 cache: 64 MiB 21:30:59 NUMA node0 CPU(s): 0-3 21:30:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:30:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:30:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:30:59 Vulnerability Meltdown: Mitigation; PTI 21:30:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:30:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:30:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:30:59 Vulnerability Srbds: Not affected 21:30:59 Vulnerability Tsx async abort: Not affected 21:30:59 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 21:30:59 21:30:59 21:30:59 ---> nproc: 21:30:59 4 21:30:59 21:30:59 21:30:59 ---> df -h: 21:30:59 Filesystem Size Used Available Use% Mounted on 21:30:59 overlay 50.0G 11.3G 38.7G 23% / 21:30:59 tmpfs 64.0M 0 64.0M 0% /dev 21:30:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:30:59 shm 64.0M 0 64.0M 0% /dev/shm 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7@tmp 21:30:59 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7 21:30:59 21:30:59 21:30:59 ---> free -m: 21:30:59 total used free shared buff/cache available 21:30:59 Mem: 1837 744 125 0 966 1006 21:30:59 Swap: 1023 53 970 21:30:59 21:30:59 21:30:59 ---> ip addr: 21:30:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:30:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:30:59 inet 127.0.0.1/8 scope host lo 21:30:59 valid_lft forever preferred_lft forever 21:30:59 inet6 ::1/128 scope host 21:30:59 valid_lft forever preferred_lft forever 21:30:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:30:59 link/ether fa:16:3e:a3:15:75 brd ff:ff:ff:ff:ff:ff 21:30:59 inet 10.30.123.241/23 brd 10.30.123.255 scope global dynamic eth0 21:30:59 valid_lft 85131sec preferred_lft 85131sec 21:30:59 inet6 fe80::f816:3eff:fea3:1575/64 scope link 21:30:59 valid_lft forever preferred_lft forever 21:30:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:30:59 link/ether 02:42:96:9d:15:98 brd ff:ff:ff:ff:ff:ff 21:30:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:30:59 valid_lft forever preferred_lft forever 21:30:59 inet6 fe80::42:96ff:fe9d:1598/64 scope link 21:30:59 valid_lft forever preferred_lft forever 21:30:59 21:30:59 21:30:59 ---> sar -b -r -n DEV: 21:30:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 21:30:59 21:30:59 21:09:39 LINUX RESTART (4 CPU) 21:30:59 21:30:59 21:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:30:59 21:11:01 134.37 47.40 86.97 0.00 8190.72 39359.36 0.00 21:30:59 21:12:02 275.72 120.63 155.09 0.00 8135.99 50506.75 0.00 21:30:59 21:13:01 249.37 108.36 141.00 0.00 3892.55 18837.98 0.00 21:30:59 21:14:01 130.22 54.32 75.90 0.00 2007.84 9627.79 0.00 21:30:59 21:15:01 136.00 40.69 95.31 0.00 3888.35 27627.61 0.00 21:30:59 21:16:05 1797.52 1439.62 357.90 0.00 178980.37 229331.30 0.00 21:30:59 21:17:02 1193.87 976.68 217.18 0.00 55220.91 76422.48 0.00 21:30:59 21:18:01 1190.44 820.40 370.04 0.00 94796.49 125450.51 0.00 21:30:59 21:19:02 1537.50 1203.48 334.02 0.00 92961.51 103774.03 0.00 21:30:59 21:20:01 95.90 20.80 75.10 0.00 3726.07 6765.15 0.00 21:30:59 21:21:01 1.83 0.12 1.72 0.00 2.27 31.05 0.00 21:30:59 21:22:01 1.48 1.23 0.25 0.00 94.05 2.60 0.00 21:30:59 21:23:01 0.25 0.02 0.23 0.00 0.27 2.12 0.00 21:30:59 21:24:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 21:30:59 21:25:01 1.78 1.53 0.25 0.00 52.35 3.05 0.00 21:30:59 21:26:01 0.97 0.15 0.82 0.00 2.66 15.53 0.00 21:30:59 21:27:01 0.28 0.02 0.27 0.00 0.13 2.61 0.00 21:30:59 21:28:01 0.33 0.05 0.28 0.00 0.40 3.63 0.00 21:30:59 21:29:01 0.27 0.03 0.23 0.00 0.27 3.30 0.00 21:30:59 21:30:01 0.53 0.33 0.20 0.00 3.86 2.75 0.00 21:30:59 Average: 339.99 243.94 96.05 0.00 23001.05 34885.47 0.00 21:30:59 21:30:59 21:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:30:59 21:11:01 70796 0 688696 36.60 2620 1119432 1322952 45.15 535760 1069800 65616 21:30:59 21:12:02 79576 0 775608 41.22 1492 1024868 1520400 51.89 571408 965680 78640 21:30:59 21:13:01 190704 0 799884 42.51 808 890148 1624396 55.44 634920 773912 62204 21:30:59 21:14:01 179576 0 846056 44.97 552 855360 1680484 57.35 667640 740688 64560 21:30:59 21:15:01 68660 0 774952 41.19 312 1037620 1253036 42.76 656620 861260 66488 21:30:59 21:16:05 76468 0 863592 45.90 0 941484 2334688 79.68 673140 901784 77480 21:30:59 21:17:02 384080 0 747588 39.73 0 749876 1573480 53.70 562196 683448 6708 21:30:59 21:18:01 142372 0 894520 47.54 0 844652 2962376 101.10 699996 792896 8136 21:30:59 21:19:02 69688 0 968416 51.47 0 843440 2091124 71.37 855560 697760 60716 21:30:59 21:20:01 446424 0 666500 35.42 0 768620 1251188 42.70 520436 669740 32 21:30:59 21:21:01 453292 0 659684 35.06 0 768568 1182348 40.35 516052 668424 8 21:30:59 21:22:01 451984 0 658168 34.98 0 771392 1175104 40.10 515620 671060 8 21:30:59 21:23:01 452136 0 658008 34.97 0 771400 1175104 40.10 515628 671064 8 21:30:59 21:24:01 451920 0 658208 34.98 0 771416 1175104 40.10 515756 671072 8 21:30:59 21:25:01 450532 0 658812 35.01 0 772200 1175104 40.10 515528 671852 16 21:30:59 21:26:01 450528 0 658812 35.01 0 772204 1175188 40.11 515864 671888 8 21:30:59 21:27:01 450840 0 658492 35.00 0 772212 1175104 40.10 515660 671900 8 21:30:59 21:28:01 450296 0 659028 35.03 0 772220 1175104 40.10 515664 671916 8 21:30:59 21:29:01 450512 0 658808 35.01 0 772224 1175140 40.11 515800 671916 8 21:30:59 21:30:01 450164 0 659148 35.03 0 772232 1175104 40.10 515600 672032 8 21:30:59 Average: 311027 0 730649 38.83 289 839578 1468626 50.12 576742 743505 24533 21:30:59 21:30:59 21:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:30:59 21:11:01 eth0 1318.40 1144.29 4828.71 164.84 0.00 0.00 0.00 0.00 21:30:59 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:11:01 veth9c4d5bb 442.11 293.03 41.45 1135.34 0.00 0.00 0.00 0.00 21:30:59 21:11:01 docker0 442.11 292.90 35.40 1135.33 0.00 0.00 0.00 0.00 21:30:59 21:12:02 eth0 832.07 951.70 5220.88 91.16 0.00 0.00 0.00 0.00 21:30:59 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:12:02 vethc71ceac 116.75 124.53 10.67 484.35 0.00 0.00 0.00 0.00 21:30:59 21:12:02 docker0 701.68 542.63 52.18 2380.42 0.00 0.00 0.00 0.00 21:30:59 21:13:01 eth0 33.30 18.92 31.46 10.83 0.00 0.00 0.00 0.00 21:30:59 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:13:01 vethff23ea3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:13:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:14:01 eth0 37.49 27.18 19.06 70.63 0.00 0.00 0.00 0.00 21:30:59 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:14:01 vethff23ea3 1.83 1.83 0.15 0.16 0.00 0.00 0.00 0.00 21:30:59 21:14:01 docker0 1.83 1.83 0.12 0.16 0.00 0.00 0.00 0.00 21:30:59 21:15:01 eth0 213.54 170.48 1704.32 84.09 0.00 0.00 0.00 0.00 21:30:59 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:15:01 veth3aab73c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:16:05 eth0 46.38 23.53 154.64 9.60 0.00 0.00 0.00 0.00 21:30:59 21:16:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:16:05 veth3aab73c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:16:05 docker0 13.12 26.42 0.70 138.16 0.00 0.00 0.00 0.00 21:30:59 21:17:02 veth0888c1c 2.56 4.67 0.17 31.18 0.00 0.00 0.00 0.00 21:30:59 21:17:02 eth0 18.70 11.99 86.31 4.03 0.00 0.00 0.00 0.00 21:30:59 21:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:17:02 vethe3446a8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:18:01 veth7876cb4 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:18:01 eth0 255.24 178.10 1776.69 105.34 0.00 0.00 0.00 0.00 21:30:59 21:18:01 veth993f713 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:19:02 eth0 83.11 46.26 173.64 79.98 0.00 0.00 0.00 0.00 21:30:59 21:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:19:02 vetha07d911 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:30:59 21:19:02 veth3aab73c 0.00 0.96 0.00 0.04 0.00 0.00 0.00 0.00 21:30:59 21:20:01 eth0 33.38 16.62 94.75 8.58 0.00 0.00 0.00 0.00 21:30:59 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:20:01 docker0 1234.34 998.26 93.23 4471.55 0.00 0.00 0.00 0.00 21:30:59 21:21:01 eth0 1.42 0.77 0.82 0.29 0.00 0.00 0.00 0.00 21:30:59 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:22:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:30:59 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:59 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:59 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:59 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:26:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:30:59 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:59 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:29:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 21:30:59 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 Average: eth0 143.84 129.67 704.81 31.48 0.00 0.00 0.00 0.00 21:30:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:59 Average: docker0 60.77 49.14 4.59 220.13 0.00 0.00 0.00 0.00 21:30:59 21:30:59 21:30:59 ---> sar -P ALL: 21:30:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 21:30:59 21:30:59 21:09:39 LINUX RESTART (4 CPU) 21:30:59 21:30:59 21:10:01 CPU %user %nice %system %iowait %steal %idle 21:30:59 21:11:01 all 16.70 0.00 8.49 4.69 0.05 70.08 21:30:59 21:11:01 0 17.59 0.00 9.40 4.59 0.07 68.36 21:30:59 21:11:01 1 17.03 0.00 6.92 4.95 0.03 71.07 21:30:59 21:11:01 2 17.09 0.00 9.23 4.25 0.05 69.38 21:30:59 21:11:01 3 15.09 0.00 8.42 4.96 0.05 71.48 21:30:59 21:12:02 all 15.01 0.00 8.83 4.15 0.06 71.95 21:30:59 21:12:02 0 17.27 0.00 10.33 5.54 0.07 66.79 21:30:59 21:12:02 1 13.38 0.00 7.63 2.79 0.05 76.14 21:30:59 21:12:02 2 11.71 0.00 8.18 5.27 0.07 74.77 21:30:59 21:12:02 3 17.71 0.00 9.18 3.00 0.05 70.07 21:30:59 21:13:01 all 36.04 0.00 11.72 5.98 0.11 46.14 21:30:59 21:13:01 0 35.72 0.00 11.68 2.92 0.12 49.55 21:30:59 21:13:01 1 35.56 0.00 11.89 7.51 0.11 44.93 21:30:59 21:13:01 2 33.78 0.00 11.69 8.05 0.11 46.38 21:30:59 21:13:01 3 39.12 0.00 11.60 5.46 0.12 43.70 21:30:59 21:14:01 all 51.08 0.00 14.15 2.68 0.07 32.02 21:30:59 21:14:01 0 50.35 0.00 14.27 3.36 0.05 31.96 21:30:59 21:14:01 1 52.13 0.00 14.26 1.83 0.05 31.73 21:30:59 21:14:01 2 50.17 0.00 13.66 4.05 0.09 32.04 21:30:59 21:14:01 3 51.67 0.00 14.41 1.47 0.09 32.36 21:30:59 21:15:01 all 27.57 0.00 11.48 1.56 0.06 59.33 21:30:59 21:15:01 0 26.67 0.00 10.91 1.46 0.07 60.89 21:30:59 21:15:01 1 27.29 0.00 12.38 3.00 0.07 57.27 21:30:59 21:15:01 2 28.03 0.00 11.59 1.10 0.03 59.25 21:30:59 21:15:01 3 28.27 0.00 11.06 0.70 0.07 59.89 21:30:59 21:16:05 all 21.24 0.00 31.17 19.96 0.18 27.43 21:30:59 21:16:05 0 19.96 0.00 30.22 21.97 0.23 27.61 21:30:59 21:16:05 1 21.24 0.00 31.74 20.73 0.17 26.13 21:30:59 21:16:05 2 22.21 0.00 30.76 19.06 0.17 27.81 21:30:59 21:16:05 3 21.58 0.00 31.99 18.07 0.17 28.19 21:30:59 21:17:02 all 59.97 0.00 19.45 10.56 0.07 9.95 21:30:59 21:17:02 0 61.49 0.00 18.07 9.60 0.07 10.77 21:30:59 21:17:02 1 58.87 0.00 20.07 10.46 0.09 10.51 21:30:59 21:17:02 2 59.04 0.00 20.18 12.34 0.06 8.38 21:30:59 21:17:02 3 60.43 0.00 19.51 9.87 0.05 10.13 21:30:59 21:18:01 all 25.76 0.00 22.85 26.57 0.12 24.71 21:30:59 21:18:01 0 25.99 0.00 22.22 23.16 0.09 28.54 21:30:59 21:18:01 1 25.88 0.00 23.10 27.79 0.11 23.12 21:30:59 21:18:01 2 24.65 0.00 22.29 28.22 0.16 24.68 21:30:59 21:18:01 3 26.52 0.00 23.79 27.13 0.11 22.46 21:30:59 21:19:02 all 43.80 0.00 21.55 22.60 0.11 11.94 21:30:59 21:19:02 0 44.08 0.00 20.51 22.88 0.10 12.43 21:30:59 21:19:02 1 42.17 0.00 22.40 22.59 0.12 12.71 21:30:59 21:19:02 2 42.98 0.00 22.38 22.61 0.12 11.90 21:30:59 21:19:02 3 45.97 0.00 20.92 22.32 0.09 10.70 21:30:59 21:20:01 all 2.73 0.00 2.75 4.61 0.03 89.88 21:30:59 21:20:01 0 2.76 0.00 3.12 6.16 0.03 87.92 21:30:59 21:20:01 1 3.19 0.00 2.48 4.87 0.02 89.44 21:30:59 21:20:01 2 2.75 0.00 2.93 3.90 0.03 90.38 21:30:59 21:20:01 3 2.23 0.00 2.48 3.49 0.02 91.78 21:30:59 21:21:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:30:59 21:21:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:30:59 21:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:30:59 21:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:30:59 21:21:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:30:59 21:30:59 21:21:01 CPU %user %nice %system %iowait %steal %idle 21:30:59 21:22:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:30:59 21:22:01 0 0.53 0.00 0.03 0.00 0.02 99.42 21:30:59 21:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:30:59 21:22:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:30:59 21:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:30:59 21:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:30:59 21:23:01 0 0.52 0.00 0.00 0.00 0.00 99.48 21:30:59 21:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:30:59 21:23:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:30:59 21:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:30:59 21:24:01 all 0.20 0.00 0.20 0.00 0.00 99.60 21:30:59 21:24:01 0 0.50 0.00 0.05 0.00 0.00 99.45 21:30:59 21:24:01 1 0.10 0.00 0.33 0.00 0.00 99.57 21:30:59 21:24:01 2 0.12 0.00 0.23 0.00 0.00 99.65 21:30:59 21:24:01 3 0.07 0.00 0.18 0.00 0.00 99.75 21:30:59 21:25:01 all 0.04 0.00 0.05 0.03 0.00 99.87 21:30:59 21:25:01 0 0.05 0.00 0.08 0.08 0.00 99.78 21:30:59 21:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:30:59 21:25:01 2 0.05 0.00 0.10 0.02 0.00 99.83 21:30:59 21:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:59 21:26:01 all 0.14 0.00 0.05 0.00 0.00 99.80 21:30:59 21:26:01 0 0.42 0.00 0.05 0.02 0.00 99.52 21:30:59 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:30:59 21:26:01 2 0.10 0.00 0.08 0.00 0.02 99.80 21:30:59 21:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:30:59 21:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:30:59 21:27:01 0 0.52 0.00 0.03 0.00 0.00 99.45 21:30:59 21:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:30:59 21:27:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:30:59 21:27:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:30:59 21:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:30:59 21:28:01 0 0.43 0.00 0.02 0.00 0.00 99.55 21:30:59 21:28:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:30:59 21:28:01 2 0.17 0.00 0.03 0.00 0.00 99.80 21:30:59 21:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:59 21:29:01 all 0.13 0.00 0.03 0.00 0.00 99.82 21:30:59 21:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:59 21:29:01 1 0.08 0.00 0.05 0.00 0.00 99.87 21:30:59 21:29:01 2 0.37 0.00 0.05 0.00 0.00 99.58 21:30:59 21:29:01 3 0.07 0.00 0.02 0.02 0.02 99.88 21:30:59 21:30:01 all 0.12 0.00 0.03 0.01 0.00 99.84 21:30:59 21:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:30:59 21:30:01 1 0.13 0.00 0.02 0.05 0.00 99.80 21:30:59 21:30:01 2 0.12 0.00 0.05 0.00 0.00 99.83 21:30:59 21:30:01 3 0.18 0.00 0.03 0.00 0.00 99.78 21:30:59 Average: all 14.61 0.00 7.47 5.04 0.04 72.84 21:30:59 Average: 0 14.86 0.00 7.41 4.99 0.05 72.69 21:30:59 Average: 1 14.38 0.00 7.48 5.19 0.04 72.91 21:30:59 Average: 2 14.23 0.00 7.50 5.29 0.04 72.92 21:30:59 Average: 3 14.97 0.00 7.50 4.68 0.04 72.82 21:30:59 21:30:59 21:30:59