Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb69e69936ac7aa97186293b8f5f6440504c2891+3a622268bb16cc6f060a937717ebd043e18486e3 (7fdb70d6fcd8f5883d2af716130e9805c507d8b6) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29560 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 Merge succeeded, producing ae62a50f272e84596d95d866e2a01770033c3343 Checking out Revision ae62a50f272e84596d95d866e2a01770033c3343 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae62a50f272e84596d95d866e2a01770033c3343 # timeout=10 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:19 ========================================================= 00:32:19 EdgeX Global Pipelines Version Info 00:32:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:21 ------------------- 00:32:21 stable info: 00:32:21 ------------------- 00:32:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:21 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:32:21 Message: update stable to v1.0.184 00:32:22 ------------------- 00:32:22 experimental info: 00:32:22 ------------------- 00:32:22 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:22 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:32:22 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae62a50f272e84596d95d866e2a01770033c3343 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae62a50 [Pipeline] echo 00:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:25 provisioning config files... 00:32:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6778642224104602057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:25 ---> docker-login.sh 00:32:25 nexus3.edgexfoundry.org:10001 00:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:26 Configure a credential helper to remove this warning. See 00:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:26 00:32:26 Login Succeeded 00:32:26 nexus3.edgexfoundry.org:10002 00:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:26 Configure a credential helper to remove this warning. See 00:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:26 00:32:26 Login Succeeded 00:32:26 nexus3.edgexfoundry.org:10003 00:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:26 Configure a credential helper to remove this warning. See 00:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:26 00:32:26 Login Succeeded 00:32:26 nexus3.edgexfoundry.org:10004 00:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:26 Configure a credential helper to remove this warning. See 00:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:26 00:32:26 Login Succeeded 00:32:26 docker.io 00:32:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:26 Configure a credential helper to remove this warning. See 00:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:26 00:32:26 Login Succeeded 00:32:26 ---> docker-login.sh ends [Pipeline] } 00:32:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:27 ++ 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 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/core-command/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo core-command,cmd/core-command/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/core-data/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo core-data,cmd/core-data/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/core-metadata/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/support-notifications/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/support-scheduler/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:27 + for file in '`ls cmd/**/Dockerfile`' 00:32:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:27 ++ cut -d/ -f2 00:32:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:27 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 00:32:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:28 00:32:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:28 latest: Pulling from edgex-devops/git-semver 00:32:28 31603596830f: Pulling fs layer 00:32:28 2a8b12db71e7: Pulling fs layer 00:32:28 6ca5941a6612: Pulling fs layer 00:32:28 ecc8261a40a4: Pulling fs layer 00:32:28 ecc8261a40a4: Waiting 00:32:28 2a8b12db71e7: Verifying Checksum 00:32:28 2a8b12db71e7: Download complete 00:32:28 31603596830f: Verifying Checksum 00:32:28 31603596830f: Download complete 00:32:28 ecc8261a40a4: Verifying Checksum 00:32:28 ecc8261a40a4: Download complete 00:32:28 6ca5941a6612: Verifying Checksum 00:32:28 6ca5941a6612: Download complete 00:32:29 31603596830f: Pull complete 00:32:29 2a8b12db71e7: Pull complete 00:32:30 6ca5941a6612: Pull complete 00:32:30 ecc8261a40a4: Pull complete 00:32:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:30 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:32 $ docker top 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:33 [ssh-agent] Looking for ssh-agent implementation... 00:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:33 $ docker exec 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent 00:32:33 SSH_AUTH_SOCK=/tmp/ssh-8UibCKzws4fX/agent.12 00:32:33 SSH_AGENT_PID=17 00:32:33 Running ssh-add (command line suppressed) 00:32:34 Identity added: /w/workspace/edgex-go/17@tmp/private_key_782584640156069562.key (/w/workspace/edgex-go/17@tmp/private_key_782584640156069562.key) 00:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:34 + git tag --points-at HEAD [Pipeline] } 00:32:34 $ docker exec --env ******** --env ******** 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent -k 00:32:34 unset SSH_AUTH_SOCK; 00:32:34 unset SSH_AGENT_PID; 00:32:34 echo Agent pid 17 killed; 00:32:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:34 [ssh-agent] Looking for ssh-agent implementation... 00:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:34 $ docker exec 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent 00:32:35 SSH_AUTH_SOCK=/tmp/ssh-tpvEAIUrQNQT/agent.46 00:32:35 SSH_AGENT_PID=51 00:32:35 Running ssh-add (command line suppressed) 00:32:35 Identity added: /w/workspace/edgex-go/17@tmp/private_key_411949585865388029.key (/w/workspace/edgex-go/17@tmp/private_key_411949585865388029.key) 00:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:35 + git semver init 00:32:35 # -> Open(): unable to determine branch for HEAD 00:32:35 # $GIT_DIR = /w/workspace/edgex-go/17/.git 00:32:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 00:32:35 # $SEMVER_REMOTE_NAME = origin 00:32:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:35 # $SEMVER_USER_NAME = edgex-jenkins 00:32:35 # $SEMVER_BRANCH = PR-3208 00:32:35 # $SEMVER_TEMP = /tmp/semver-554687872 00:32:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:07 # '/tmp/semver-554687872' -> '/w/workspace/edgex-go/17/.semver' 00:33:07 # -> Force: false 00:33:07 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 00:33:07 $ docker exec --env ******** --env ******** 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent -k 00:33:08 unset SSH_AUTH_SOCK; 00:33:08 unset SSH_AGENT_PID; 00:33:08 echo Agent pid 51 killed; 00:33:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:08 + git semver [Pipeline] } 00:33:08 $ docker stop --time=1 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 00:33:10 $ docker rm -f 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:11 Stashed 1 file(s) [Pipeline] echo 00:33:11 [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 00:33:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:13 + true 00:33:13 + sudo service docker restart 00:33:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:13 ========================================================= 00:33:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:14 + 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 . 00:33:18 Sending build context to Docker daemon 328.5MB 00:33:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:18 Step 2/6 : FROM ${BASE} 00:33:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:18 188c0c94c7c5: Pulling fs layer 00:33:18 0ef7d3d256c8: Pulling fs layer 00:33:18 de9db76c5a1d: Pulling fs layer 00:33:18 bca2f99d35d6: Pulling fs layer 00:33:18 93359f2a8cfa: Pulling fs layer 00:33:18 7c6f9722023f: Pulling fs layer 00:33:18 a35cf1a2eb13: Pulling fs layer 00:33:18 93359f2a8cfa: Waiting 00:33:18 7c6f9722023f: Waiting 00:33:18 bca2f99d35d6: Waiting 00:33:18 de9db76c5a1d: Verifying Checksum 00:33:18 de9db76c5a1d: Download complete 00:33:18 0ef7d3d256c8: Download complete 00:33:18 93359f2a8cfa: Verifying Checksum 00:33:18 93359f2a8cfa: Download complete 00:33:18 7c6f9722023f: Verifying Checksum 00:33:18 7c6f9722023f: Download complete 00:33:18 188c0c94c7c5: Verifying Checksum 00:33:18 188c0c94c7c5: Download complete 00:33:18 188c0c94c7c5: Pull complete 00:33:19 0ef7d3d256c8: Pull complete 00:33:19 de9db76c5a1d: Pull complete 00:33:19 a35cf1a2eb13: Verifying Checksum 00:33:19 a35cf1a2eb13: Download complete 00:33:20 bca2f99d35d6: Verifying Checksum 00:33:20 bca2f99d35d6: Download complete 00:33:25 bca2f99d35d6: Pull complete 00:33:25 93359f2a8cfa: Pull complete 00:33:26 7c6f9722023f: Pull complete 00:33:26 Still waiting to schedule task 00:33:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:32 a35cf1a2eb13: Pull complete 00:33:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:32 ---> a62c8e92a672 00:33: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 00:33:32 ---> Running in db0432c20d83 00:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:34 (1/12) Installing libmagic (5.38-r0) 00:33:34 (2/12) Installing file (5.38-r0) 00:33:34 (3/12) Installing libc-dev (0.7.2-r3) 00:33:34 (4/12) Installing g++ (9.3.0-r2) 00:33:39 (5/12) Installing fortify-headers (1.1-r0) 00:33:39 (6/12) Installing patch (2.7.6-r6) 00:33:39 (7/12) Installing build-base (0.5-r2) 00:33:39 (8/12) Installing libsodium (1.0.18-r0) 00:33:39 (9/12) Installing pkgconf (1.7.2-r0) 00:33:39 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:39 (11/12) Installing libzmq (4.3.3-r0) 00:33:39 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:39 Executing busybox-1.31.1-r19.trigger 00:33:39 OK: 233 MiB in 51 packages 00:33:42 Removing intermediate container db0432c20d83 00:33:42 ---> ff2e6eec394c 00:33:42 Step 4/6 : WORKDIR /edgex-go 00:33:42 ---> Running in ea939afa96d4 00:33:42 Removing intermediate container ea939afa96d4 00:33:42 ---> 14f0fae7daf4 00:33:42 Step 5/6 : COPY go.mod . 00:33:43 ---> 76a6bfe5e8ff 00:33:43 Step 6/6 : RUN go mod download 00:33:43 ---> Running in 24014a9e0ef5 00:34:10 Removing intermediate container 24014a9e0ef5 00:34:10 ---> c4f43175420f 00:34:10 Successfully built c4f43175420f 00:34:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:10 + docker inspect -f . ci-base-image-x86_64 00:34:10 . [Pipeline] withDockerContainer 00:34:10 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:34:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:11 $ docker top 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:12 + go version 00:34:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:12 $ docker stop --time=1 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 00:34:13 $ docker rm -f 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:14 + docker inspect -f . ci-base-image-x86_64 00:34:14 . [Pipeline] withDockerContainer 00:34:14 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:34:14 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:15 $ docker top aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:15 ========================================================= 00:34:15 [edgeXBuildGoParallel] Running Tests and Build... 00:34:15 ========================================================= [Pipeline] sh 00:34:15 + make test 00:34:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:35:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.228s coverage: 82.9% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.107s coverage: 78.9% of statements 00:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 00:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.543s coverage: 92.8% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.043s coverage: 79.5% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 00:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.078s coverage: 81.4% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 62.4% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.477s coverage: 69.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.876s coverage: 29.1% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 96.5% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 00:35:37 GO111MODULE=on go vet ./... 00:36:09 gofmt -l . 00:36:09 [ "`gofmt -l .`" = "" ] 00:36:09 ./bin/test-go-mod-tidy.sh 00:36:10 ./bin/test-attribution-txt.sh [Pipeline] sh 00:36:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29566 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 00:36:11 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 00:36:11 + ls -al . 00:36:11 total 740 00:36:11 drwxrwxr-x 10 1001 1001 4096 Mar 12 00:36 . 00:36:11 drwxr-xr-x 4 root root 30 Mar 12 00:34 .. 00:36:11 -rw-rw-r-- 1 1001 1001 11 Mar 12 00:32 .dockerignore 00:36:11 drwxrwxr-x 8 1001 1001 179 Mar 12 00:32 .git 00:36:11 drwxrwxr-x 3 1001 1001 125 Mar 12 00:32 .github 00:36:11 -rw-rw-r-- 1 1001 1001 818 Mar 12 00:32 .gitignore 00:36:11 drwx------ 3 1001 1001 60 Mar 12 00:33 .semver 00:36:11 -rw-rw-r-- 1 1001 1001 166 Mar 12 00:32 .sonarcloud.properties 00:36:11 -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:32 Attribution.txt 00:36:11 -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:32 CONTRIBUTING.md 00:36:11 -rw-rw-r-- 1 1001 1001 931 Mar 12 00:32 Dockerfile.build 00:36:11 -rw-rw-r-- 1 1001 1001 863 Mar 12 00:32 Jenkinsfile 00:36:11 -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:32 LICENSE 00:36:11 -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:32 Makefile 00:36:11 -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:32 README.md 00:36:11 -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:32 SECURITY.md 00:36:11 -rw-rw-r-- 1 1001 1001 5 Mar 12 00:33 VERSION 00:36:11 -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:32 ZMQWindows.md 00:36:11 drwxrwxr-x 2 1001 1001 117 Mar 12 00:32 bin 00:36:11 drwxrwxr-x 14 1001 1001 4096 Mar 12 00:32 cmd 00:36:11 -rw-r--r-- 1 root root 628838 Mar 12 00:35 coverage.out 00:36:11 -rw-r--r-- 1 root root 1055 Mar 12 00:36 go.mod 00:36:11 -rw-r--r-- 1 root root 22209 Mar 12 00:36 go.sum 00:36:11 drwxrwxr-x 8 1001 1001 127 Mar 12 00:32 internal 00:36:11 drwxrwxr-x 4 1001 1001 26 Mar 12 00:32 openapi 00:36:11 drwxrwxr-x 4 1001 1001 71 Mar 12 00:32 snap 00:36:11 -rw-rw-r-- 1 1001 1001 168 Mar 12 00:32 version.go [Pipeline] sh 00:36:11 + '[' -e coverage.out ] 00:36:11 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:12 Stashed 1 file(s) [Pipeline] sh 00:36:12 + make build 00:36:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:16 using credential edgex-jenkins-ssh 00:36:16 Cloning the remote Git repository 00:36:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:17 > git init /w/workspace/edgex-go/17 # timeout=10 00:36:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:17 > git --version # timeout=10 00:36:17 > git --version # 'git version 2.17.1' 00:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:17 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 00:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:28 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 00:36:31 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 00:36:32 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 00:36:34 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 00:36:36 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 00:36:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36: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 00:36:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:40 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 00:36:41 Merge succeeded, producing e689869d2c32f65734b8c6f3eb882496ed6ff68e 00:36:41 Checking out Revision e689869d2c32f65734b8c6f3eb882496ed6ff68e (PR-3208) 00:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:36:40 > git config core.sparsecheckout # timeout=10 00:36:40 > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 00:36:41 > git remote # timeout=10 00:36:41 > git config --get remote.origin.url # timeout=10 00:36:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:41 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 00:36:41 > git rev-parse HEAD^{commit} # timeout=10 00:36:41 > git config core.sparsecheckout # timeout=10 00:36:41 > git checkout -f e689869d2c32f65734b8c6f3eb882496ed6ff68e # timeout=10 [Pipeline] } 00:36:44 $ docker stop --time=1 aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 00:36:45 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" 00:36:45 > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 00:36:46 $ docker rm -f aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:48 00:36:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:36:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:49 latest: Pulling from edgex-devops/edgex-compose 00:36:49 cbdbe7a5bc2a: Pulling fs layer 00:36:49 ca9280d653b3: Pulling fs layer 00:36:49 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 00:36:49 cbdbe7a5bc2a: Download complete 00:36:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:50 ca9280d653b3: Verifying Checksum 00:36:50 ca9280d653b3: Download complete 00:36:50 + true 00:36:50 + sudo service docker restart 00:36:50 cbdbe7a5bc2a: Pull complete 00:36:51 ca9280d653b3: Pull complete 00:36:51 7e9c9ca2126c: Verifying Checksum 00:36:51 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:52 provisioning config files... 00:36:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6542428951480884872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:52 ---> docker-login.sh 00:36:52 nexus3.edgexfoundry.org:10001 00:36:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:54 Configure a credential helper to remove this warning. See 00:36:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:54 00:36:54 Login Succeeded 00:36:54 nexus3.edgexfoundry.org:10002 00:36:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:54 Configure a credential helper to remove this warning. See 00:36:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:54 00:36:54 Login Succeeded 00:36:54 nexus3.edgexfoundry.org:10003 00:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:55 Configure a credential helper to remove this warning. See 00:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:55 00:36:55 Login Succeeded 00:36:55 nexus3.edgexfoundry.org:10004 00:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:55 Configure a credential helper to remove this warning. See 00:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:55 00:36:55 Login Succeeded 00:36:55 docker.io 00:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:56 Configure a credential helper to remove this warning. See 00:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:56 00:36:56 Login Succeeded 00:36:56 ---> docker-login.sh ends [Pipeline] } 00:36:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:56 ========================================================= 00:36:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:57 + 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 . 00:36:59 Sending build context to Docker daemon 166.7MB 00:36:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:59 Step 2/6 : FROM ${BASE} 00:36:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:59 5f621e34cdf4: Pulling fs layer 00:36:59 a4357932f1b6: Pulling fs layer 00:36:59 18c013af1878: Pulling fs layer 00:36:59 00ac8860ef70: Pulling fs layer 00:36:59 63d7cb157983: Pulling fs layer 00:36:59 b116817d02f9: Pulling fs layer 00:36:59 745a02a5169b: Pulling fs layer 00:36:59 00ac8860ef70: Waiting 00:36:59 63d7cb157983: Waiting 00:36:59 b116817d02f9: Waiting 00:36:59 745a02a5169b: Waiting 00:36:59 18c013af1878: Verifying Checksum 00:36:59 18c013af1878: Download complete 00:36:59 a4357932f1b6: Verifying Checksum 00:36:59 a4357932f1b6: Download complete 00:37:00 7e9c9ca2126c: Pull complete 00:37:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:37:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:37:00 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:37:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:00 b116817d02f9: Verifying Checksum 00:37:00 b116817d02f9: Download complete 00:37:00 5f621e34cdf4: Download complete 00:37:01 5f621e34cdf4: Pull complete 00:37:02 a4357932f1b6: Pull complete 00:37:02 18c013af1878: Pull complete 00:37:02 $ docker top 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:03 745a02a5169b: Verifying Checksum 00:37:03 745a02a5169b: Download complete 00:37:03 + docker-compose build --help 00:37:03 + grep parallel 00:37:04 00ac8860ef70: Download complete 00:37:04 --parallel Build images in parallel. [Pipeline] } 00:37:05 $ docker stop --time=1 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e 00:37:06 $ docker rm -f 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:07 . [Pipeline] withDockerContainer 00:37:07 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:37:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:08 $ docker top e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:37:10 Building docker-core-command-go ... 00:37:10 Building docker-core-data-go ... 00:37:10 Building docker-core-metadata-go ... 00:37:10 Building docker-security-bootstrapper-go ... 00:37:10 Building docker-security-proxy-setup-go ... 00:37:10 Building docker-security-secretstore-setup-go ... 00:37:10 Building docker-support-notifications-go ... 00:37:10 Building docker-support-scheduler-go ... 00:37:10 Building docker-sys-mgmt-agent-go ... 00:37:10 Building docker-security-bootstrapper-go 00:37:10 Building docker-core-metadata-go 00:37:10 Building docker-support-scheduler-go 00:37:10 Building docker-core-command-go 00:37:10 Building docker-support-notifications-go 00:37:14 00ac8860ef70: Pull complete 00:37:14 63d7cb157983: Pull complete 00:37:14 b116817d02f9: Pull complete 00:37:18 745a02a5169b: Pull complete 00:37:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:18 ---> b7e6874047d6 00:37:18 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 00:37:21 ---> Running in 190e3f4a3957 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:25 (1/12) Installing libmagic (5.38-r0) 00:37:25 (2/12) Installing file (5.38-r0) 00:37:25 (3/12) Installing libc-dev (0.7.2-r3) 00:37:25 (4/12) Installing g++ (9.3.0-r2) 00:37:44 (5/12) Installing fortify-headers (1.1-r0) 00:37:44 (6/12) Installing patch (2.7.6-r6) 00:37:44 (7/12) Installing build-base (0.5-r2) 00:37:44 (8/12) Installing libsodium (1.0.18-r0) 00:37:44 (9/12) Installing pkgconf (1.7.2-r0) 00:37:44 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:44 (11/12) Installing libzmq (4.3.3-r0) 00:37:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:44 Executing busybox-1.31.1-r19.trigger 00:37:44 OK: 217 MiB in 51 packages 00:37:46 Removing intermediate container 190e3f4a3957 00:37:46 ---> 6db45c71b43e 00:37:46 Step 4/6 : WORKDIR /edgex-go 00:37:47 ---> Running in 9e5708aacdce 00:37:47 Removing intermediate container 9e5708aacdce 00:37:47 ---> 294c7fa9239a 00:37:47 Step 5/6 : COPY go.mod . 00:37:48 ---> 03c18503ee58 00:37:48 Step 6/6 : RUN go mod download 00:37:48 ---> Running in e4eb826d2441 00:37:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> c4f43175420f 00:37:49 Step 3/31 : WORKDIR /edgex-go 00:37:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> c4f43175420f 00:37:49 Step 3/22 : WORKDIR /edgex-go 00:37:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> c4f43175420f 00:37:49 Step 3/22 : WORKDIR /edgex-go 00:37:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> c4f43175420f 00:37:49 Step 3/23 : WORKDIR /edgex-go 00:37:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:49 ---> c4f43175420f 00:37:49 Step 3/23 : WORKDIR /edgex-go 00:37:49 ---> Running in ac1938f0e1d6 00:37:49 ---> Running in 5d47874a2c10 00:37:49 ---> Running in 2396f31292ea 00:37:49 ---> Running in 8c19e55e271b 00:37:49 ---> Running in bd101acf90c5 00:37:49 Removing intermediate container 5d47874a2c10 00:37:49 Removing intermediate container ac1938f0e1d6 00:37:49 ---> eb5583110e80 00:37:49 ---> dbbe16b8df74 00:37:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 00:37:49 Removing intermediate container bd101acf90c5 00:37:49 ---> dcb9e6bb5d6e 00:37:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 Removing intermediate container 8c19e55e271b 00:37:49 ---> e52bb8dc537b 00:37:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 Removing intermediate container 2396f31292ea 00:37:49 ---> 4b62af807d3c 00:37:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:49 ---> Running in 042392071d69 00:37:49 ---> Running in 52e1b7db1de0 00:37:49 ---> Running in 7b04c4db65d8 00:37:49 ---> Running in 31c9e3bfff9e 00:37:49 ---> Running in 73fde588ed1c 00:37:51 Removing intermediate container 7b04c4db65d8 00:37:51 ---> 3125aae08d01 00:37:51 Step 5/22 : RUN apk add --update --no-cache make git 00:37:51 ---> Running in dc3c59bcae25 00:37:51 Removing intermediate container 042392071d69 00:37:51 ---> ad878540ccde 00:37:51 Step 5/23 : RUN apk add --update --no-cache make git 00:37:51 Removing intermediate container 52e1b7db1de0 00:37:51 ---> 0e47fc39149b 00:37:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:51 Removing intermediate container 31c9e3bfff9e 00:37:51 ---> e16fcfcaf446 00:37:51 Step 5/23 : RUN apk add --update --no-cache make git 00:37:51 Removing intermediate container 73fde588ed1c 00:37:51 ---> 564464a8109c 00:37:51 Step 5/31 : RUN apk add --update --no-cache make git 00:37:51 ---> Running in 0ae1d4708260 00:37:51 ---> Running in 8909f4a6ff71 00:37:51 ---> Running in 842fa09d6ac1 00:37:51 ---> Running in b9ae77e18e78 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 OK: 233 MiB in 51 packages 00:37:54 OK: 233 MiB in 51 packages 00:37:54 OK: 233 MiB in 51 packages 00:37:54 OK: 233 MiB in 51 packages 00:37:54 Removing intermediate container 8909f4a6ff71 00:37:54 ---> cb51e1b0b332 00:37:54 Step 6/23 : COPY go.mod . 00:37:54 OK: 233 MiB in 51 packages 00:37:55 Removing intermediate container dc3c59bcae25 00:37:55 ---> beb6ce9d5418 00:37:55 Step 6/22 : COPY go.mod . 00:37:55 ---> 7c4ff379f860 00:37:55 Step 7/23 : RUN go mod download 00:37:55 Removing intermediate container 0ae1d4708260 00:37:55 ---> 683a74a9d4d8 00:37:55 Step 6/22 : COPY go.mod . 00:37:55 Removing intermediate container b9ae77e18e78 00:37:55 ---> 073fd04b3499 00:37:55 Step 6/31 : COPY go.mod . 00:37:55 ---> Running in bd1667029fa1 00:37:55 ---> 5607c4602e47 00:37:55 Step 7/22 : RUN go mod download 00:37:55 Removing intermediate container 842fa09d6ac1 00:37:55 ---> e537431fb52c 00:37:55 Step 6/23 : COPY go.mod . 00:37:55 ---> f8bca664a6db 00:37:55 Step 7/22 : RUN go mod download 00:37:56 ---> 5d8581444287 00:37:56 Step 7/31 : RUN go mod download 00:37:56 ---> Running in 6cdedf67ad18 00:37:56 ---> Running in 4552dabf2336 00:37:56 ---> Running in 15100cc24d63 00:37:56 ---> 42e653d15216 00:37:56 Step 7/23 : RUN go mod download 00:37:56 ---> Running in e70e7f69d37f 00:37:57 Removing intermediate container bd1667029fa1 00:37:57 ---> 9a4c6110fe5d 00:37:57 Step 8/23 : COPY . . 00:37:58 Removing intermediate container 6cdedf67ad18 00:37:58 ---> cea1894a8b7e 00:37:58 Step 8/22 : COPY . . 00:37:58 Removing intermediate container 4552dabf2336 00:37:58 ---> d0be93441650 00:37:58 Step 8/31 : COPY . . 00:38:02 Removing intermediate container e70e7f69d37f 00:38:02 ---> b6d9a835cd98 00:38:02 Step 8/23 : COPY . . 00:38:02 Removing intermediate container 15100cc24d63 00:38:02 ---> edae155d3fed 00:38:02 Step 8/22 : COPY . . 00:38:20 Removing intermediate container e4eb826d2441 00:38:20 ---> 14ff88e4725a 00:38:20 Successfully built 14ff88e4725a 00:38:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:21 + docker inspect -f . ci-base-image-arm64 00:38:21 . [Pipeline] withDockerContainer 00:38:21 prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container 00:38:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:22 $ docker top 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:24 + go version 00:38:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:24 $ docker stop --time=1 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e 00:38:26 $ docker rm -f 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:27 + docker inspect -f . ci-base-image-arm64 00:38:27 . [Pipeline] withDockerContainer 00:38:27 prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container 00:38:27 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:29 $ docker top da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:29 ========================================================= 00:38:29 [edgeXBuildGoParallel] Running Tests and Build... 00:38:29 ========================================================= [Pipeline] sh 00:38:30 + make test 00:38:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:41 ---> e355e0646650 00:38:41 ---> d520e1b2fef3 00:38:41 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:41 00:38:41 ---> Running in f2d1330060f3 00:38:41 ---> 93e31e62fab4 00:38:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:41 ---> 4df34bfd4d58 00:38:41 Step 9/23 : RUN make cmd/core-command/core-command 00:38:41 ---> Running in 1d487e83d3c7 00:38:41 ---> Running in 929a7a53a7d1 00:38:41 ---> 1c88594f9166 00:38:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:41 ---> Running in ba0b929297c6 00:38:41 ---> Running in af02109a1e26 00:38:41 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 00:38:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:41 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 00:38:41 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 00:38:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:28 Removing intermediate container f2d1330060f3 00:39:28 ---> 69e33b45e1cc 00:39:28 00:39:28 Step 10/31 : FROM alpine:3.12 00:39:28 3.12: Pulling from library/alpine 00:39:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:39:31 Status: Downloaded newer image for alpine:3.12 00:39:31 ---> 88dd2752d2ea 00:39:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:32 Removing intermediate container ba0b929297c6 00:39:32 ---> 78f910df86be 00:39:32 00:39:32 Step 10/23 : FROM alpine:3.12 00:39:32 ---> 88dd2752d2ea 00:39:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:33 Removing intermediate container af02109a1e26 00:39:33 ---> dfb268e74e6e 00:39:33 00:39:33 Step 10/22 : FROM alpine:3.12 00:39:33 ---> 88dd2752d2ea 00:39:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:33 Removing intermediate container 1d487e83d3c7 00:39:33 ---> 70cb7264a3d7 00:39:33 00:39:33 Step 10/22 : FROM alpine:3.12 00:39:33 ---> 88dd2752d2ea 00:39:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:33 ---> Running in 3edccb7c9527 00:39:36 ---> Running in 39fb53af379e 00:39:36 ---> Running in f1383a56b5be 00:39:36 ---> Running in b9f6e4d52d53 00:39:36 Removing intermediate container 3edccb7c9527 00:39:36 ---> d9056fc88cd2 00:39:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:36 Removing intermediate container 929a7a53a7d1 00:39:36 ---> 97554c8ee99c 00:39:36 00:39:36 Step 10/23 : FROM alpine:3.12 00:39:36 ---> 88dd2752d2ea 00:39:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:36 ---> Running in 2b3f5f960a62 00:39:36 ---> Running in f357ced39ca2 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 (1/1) Installing dumb-init (1.2.2-r1) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 OK: 6 MiB in 15 packages 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 (1/1) Installing dumb-init (1.2.2-r1) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 OK: 6 MiB in 15 packages 00:39:38 (1/2) Installing ca-certificates (20191127-r4) 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:38 (2/2) Installing dumb-init (1.2.2-r1) 00:39:38 Executing busybox-1.31.1-r19.trigger 00:39:38 Executing ca-certificates-20191127-r4.trigger 00:39:38 (1/2) Installing dumb-init (1.2.2-r1) 00:39:38 (2/2) Installing su-exec (0.2-r1) 00:39:38 Executing busybox-1.31.1-r19.trigger 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:38 OK: 6 MiB in 16 packages 00:39:38 OK: 6 MiB in 16 packages 00:39:38 (1/1) Installing dumb-init (1.2.2-r1) 00:39:38 Executing busybox-1.31.1-r19.trigger 00:39:38 OK: 6 MiB in 15 packages 00:39:39 Removing intermediate container f1383a56b5be 00:39:39 ---> 0c0bab3eefea 00:39:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:39 Removing intermediate container 39fb53af379e 00:39:39 ---> 34a13f8025d4 00:39:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:39 ---> Running in 556d1ec91aaa 00:39:39 ---> Running in 75cfc16e2f2a 00:39:39 Removing intermediate container f357ced39ca2 00:39:39 ---> 777534ee3e2c 00:39:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:40 ---> Running in 99c656f6274c 00:39:40 Removing intermediate container 556d1ec91aaa 00:39:40 ---> 0354ae915a06 00:39:40 Step 13/22 : ENV APP_PORT=48085 00:39:40 Removing intermediate container 75cfc16e2f2a 00:39:40 ---> 485dc714e4a6 00:39:40 Step 13/23 : ENV APP_PORT=48082 00:39:40 Removing intermediate container 2b3f5f960a62 00:39:40 ---> 88cd028000a5 00:39:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:40 Removing intermediate container b9f6e4d52d53 00:39:40 ---> 8f6f93ecef20 00:39:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:40 ---> Running in c144ff58a643 00:39:40 ---> Running in c9a61a544098 00:39:40 ---> Running in f386ee274d72 00:39:40 ---> Running in a6c71df9aa71 00:39:40 Removing intermediate container 99c656f6274c 00:39:40 ---> e3ae7b900137 00:39:40 Step 13/23 : ENV APP_PORT=48081 00:39:40 ---> Running in ef858f7e434d 00:39:40 Removing intermediate container c144ff58a643 00:39:40 ---> 5e107db07640 00:39:40 Step 14/22 : EXPOSE $APP_PORT 00:39:40 Removing intermediate container c9a61a544098 00:39:40 ---> bf80577b7216 00:39:40 Step 14/23 : EXPOSE $APP_PORT 00:39:40 Removing intermediate container f386ee274d72 00:39:40 ---> d21b0a301039 00:39:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:40 Removing intermediate container a6c71df9aa71 00:39:40 ---> d94b9dec7701 00:39:40 Step 13/22 : ENV APP_PORT=48060 00:39:41 ---> Running in ccdfa8cc750b 00:39:41 ---> Running in 15186de50531 00:39:41 ---> Running in 2f5a98161b5a 00:39:41 ---> Running in 11daa7ad7ed6 00:39:41 Removing intermediate container ef858f7e434d 00:39:41 ---> d5cf596567ff 00:39:41 Step 14/23 : EXPOSE $APP_PORT 00:39:41 ---> Running in b2c59f69d1a2 00:39:41 Removing intermediate container 15186de50531 00:39:41 ---> 12962e275441 00:39:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:41 Removing intermediate container ccdfa8cc750b 00:39:41 ---> f422ebb428e4 00:39:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:41 Removing intermediate container 2f5a98161b5a 00:39:41 ---> 6b0097ec8f3b 00:39:41 Step 15/23 : WORKDIR / 00:39:41 Removing intermediate container 11daa7ad7ed6 00:39:41 ---> 4d66b1fa44fa 00:39:41 Step 14/22 : EXPOSE $APP_PORT 00:39:41 ---> Running in 74c4efd07b94 00:39:41 Removing intermediate container b2c59f69d1a2 00:39:41 ---> 2d932b470383 00:39:41 Step 15/23 : WORKDIR / 00:39:41 ---> Running in fd8d31f1cc11 00:39:41 ---> Running in a6d512ada6a5 00:39:41 ---> Running in 27c75f005088 00:39:42 ---> 89889586804f 00:39:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:42 Removing intermediate container a6d512ada6a5 00:39:42 ---> f44daaab76b2 00:39:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:42 Removing intermediate container fd8d31f1cc11 00:39:42 ---> a5f2a9ae59aa 00:39:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:43 Removing intermediate container 27c75f005088 00:39:43 ---> d5b0d11406a9 00:39:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:43 ---> 65a9aed9978b 00:39:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:43 ---> c1e1646891c7 00:39:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:43 ---> c4372787b95e 00:39:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:43 ---> 77859abdd3c5 00:39:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:43 ---> 7410d15ea6b2 00:39:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:43 Removing intermediate container 74c4efd07b94 00:39:43 ---> 6e7622c49978 00:39:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:44 ---> Running in fec464777b16 00:39:44 ---> Running in e396368c201e 00:39:44 ---> a4482e794c4d 00:39:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:44 ---> e8f6dd14d0cf 00:39:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:44 Removing intermediate container fec464777b16 00:39:44 ---> 8ba877f8d08a 00:39:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:44 ---> e337991f4c31 00:39:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:44 ---> Running in cd6789e9bb51 00:39:44 Removing intermediate container e396368c201e 00:39:44 ---> 76f0fddf3d9f 00:39:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:44 ---> d338681a1a51 00:39:44 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:44 ---> 228c2c227b28 00:39:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:44 ---> a72b02af2242 00:39:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:44 ---> Running in 55dc0b0d8485 00:39:45 ---> Running in 2b857310300a 00:39:45 ---> Running in ad8751ea2a67 00:39:45 Removing intermediate container cd6789e9bb51 00:39:45 ---> feb7b586f347 00:39:45 Step 20/22 : LABEL arch=x86_64 00:39:45 ---> 3541e6e82296 00:39:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:45 ---> Running in b510567b0746 00:39:45 ---> Running in 28f5d7a393a2 00:39:45 Removing intermediate container 55dc0b0d8485 00:39:45 ---> 074860777ee9 00:39:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:45 Removing intermediate container 2b857310300a 00:39:45 ---> 3e8994f53b50 00:39:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:45 Removing intermediate container ad8751ea2a67 00:39:45 ---> 806dfd96daea 00:39:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:45 ---> Running in 85e56d25e20d 00:39:46 ---> Running in 33b5ddfe13db 00:39:46 ---> Running in 3cc3d6e9329e 00:39:46 Removing intermediate container b510567b0746 00:39:46 ---> b41c13477114 00:39:46 Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:39:46 ---> Running in f4345a790f24 00:39:46 Removing intermediate container 33b5ddfe13db 00:39:46 ---> 345abee1c177 00:39:46 Step 20/22 : LABEL arch=x86_64 00:39:46 Removing intermediate container 3cc3d6e9329e 00:39:46 ---> 5519f26afe6b 00:39:46 Step 21/23 : LABEL arch=x86_64 00:39:46 Removing intermediate container 85e56d25e20d 00:39:46 ---> 0a86e8539a10 00:39:46 Step 21/23 : LABEL arch=x86_64 00:39:46 ---> Running in 1677276a94d7 00:39:46 Removing intermediate container f4345a790f24 00:39:46 ---> bd9beac2c6aa 00:39:46 Step 22/22 : LABEL version=0.0.0 00:39:46 ---> Running in a1caa31042a1 00:39:46 ---> Running in 7aa19df56217 00:39:46 ---> Running in 9dcc63b6765f 00:39:46 Removing intermediate container 1677276a94d7 00:39:46 ---> 1881958c1da0 00:39:46 Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:39:46 Removing intermediate container a1caa31042a1 00:39:46 ---> 83dad8bc8986 00:39:46 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:39:47 Removing intermediate container 7aa19df56217 00:39:47 ---> 2dab37e88da1 00:39:47 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:39:47 ---> Running in dba1e4f5dabe 00:39:47 ---> Running in 7d5c126572c1 00:39:47 Removing intermediate container 9dcc63b6765f 00:39:47 ---> a5ff6a2326bb 00:39:47 00:39:47 ---> Running in c3df07e8dbff 00:39:47 Removing intermediate container 7d5c126572c1 00:39:47 ---> 88bee6418ae7 00:39:47 Step 23/23 : LABEL version=0.0.0 00:39:47 Removing intermediate container 28f5d7a393a2 00:39:47 ---> 9e65c319c1b5 00:39:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:47 Removing intermediate container dba1e4f5dabe 00:39:47 ---> 9c10b3c24982 00:39:47 Step 22/22 : LABEL version=0.0.0 00:39:47 Successfully built a5ff6a2326bb 00:39:47 ---> Running in 53281f26e8c7 00:39:47 Successfully tagged docker-support-scheduler-go:latest 00:39:47 Building docker-security-secretstore-setup-go 00:39:47  Building docker-support-scheduler-go ... done Removing intermediate container c3df07e8dbff 00:39:47 ---> b23e8143f00b 00:39:47 Step 23/23 : LABEL version=0.0.0 00:39:47 ---> Running in ad4d20f21d93 00:39:47 ---> Running in c8f77d080eaa 00:39:48 ---> baa1c40aea76 00:39:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:48 Removing intermediate container 53281f26e8c7 00:39:48 ---> 3871174e9f59 00:39:48 00:39:48 Removing intermediate container ad4d20f21d93 00:39:48 ---> 63e1d95d2f8d 00:39:48 00:39:48 Successfully built 3871174e9f59 00:39:48 Successfully tagged docker-core-metadata-go:latest 00:39:48 Building docker-security-proxy-setup-go 00:39:48  Building docker-core-metadata-go ... done Removing intermediate container c8f77d080eaa 00:39:48 ---> 76a2527f7f22 00:39:48 00:39:48 Successfully built 63e1d95d2f8d 00:39:48 Successfully tagged docker-support-notifications-go:latest 00:39:48 Building docker-core-data-go 00:39:48  Building docker-support-notifications-go ... done Successfully built 76a2527f7f22 00:39:48 Successfully tagged docker-core-command-go:latest 00:39:48 Building docker-sys-mgmt-agent-go 00:39:48  Building docker-core-command-go ... done  ---> 03bc77ea84b3 00:39:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:49 ---> a91fce9fd78e 00:39:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:49 ---> b5884b39fd76 00:39:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:39:50 ---> 0310e70f9093 00:39:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:53 ---> Running in 0d81125b48a5 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:53 Removing intermediate container 0d81125b48a5 00:39:53 ---> b3c5d3564030 00:39:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:54 ---> af7db2ae00fd 00:39:54 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:55 ---> Running in aee20e2faefd 00:39:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:59 Removing intermediate container aee20e2faefd 00:39:59 ---> 62aa51e75358 00:39:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:59 ---> Running in 329aeb6d2e1e 00:39:59 Removing intermediate container 329aeb6d2e1e 00:39:59 ---> 3100abf8d097 00:39:59 Step 28/31 : CMD ["gate"] 00:40:00 ---> Running in e83d5d7eccb5 00:40:00 Removing intermediate container e83d5d7eccb5 00:40:00 ---> cd256f6ae93d 00:40:00 Step 29/31 : LABEL arch=x86_64 00:40:00 ---> Running in a1e16ef289e9 00:40:00 Removing intermediate container a1e16ef289e9 00:40:00 ---> e498be129019 00:40:00 Step 30/31 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:40:00 ---> Running in 8c621f5970cc 00:40:01 Removing intermediate container 8c621f5970cc 00:40:01 ---> 86b48441f5b9 00:40:01 Step 31/31 : LABEL version=0.0.0 00:40:01 ---> Running in a92d903ea0a7 00:40:01 Removing intermediate container a92d903ea0a7 00:40:01 ---> d194200bdd61 00:40:01 00:40:01 Successfully built d194200bdd61 00:40:01 Successfully tagged docker-security-bootstrapper-go:latest 00:40:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:16  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> c4f43175420f 00:40:16 Step 3/23 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> 4b62af807d3c 00:40:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> 564464a8109c 00:40:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> c4f43175420f 00:40:16 Step 3/24 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> 4b62af807d3c 00:40:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> 564464a8109c 00:40:16 Step 5/24 : RUN apk add --update --no-cache make git 00:40:16 ---> Using cache 00:40:16 ---> 073fd04b3499 00:40:16 Step 6/24 : COPY go.mod . 00:40:16 ---> Using cache 00:40:16 ---> 5d8581444287 00:40:16 Step 7/24 : RUN go mod download 00:40:16 ---> Using cache 00:40:16 ---> d0be93441650 00:40:16 Step 8/24 : COPY . . 00:40:16 ---> Using cache 00:40:16 ---> e355e0646650 00:40:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> c4f43175420f 00:40:16 Step 3/21 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> 4b62af807d3c 00:40:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> 564464a8109c 00:40:16 Step 5/21 : RUN apk add --update --no-cache make git 00:40:16 ---> Using cache 00:40:16 ---> 073fd04b3499 00:40:16 Step 6/21 : COPY go.mod . 00:40:16 ---> Using cache 00:40:16 ---> 5d8581444287 00:40:16 Step 7/21 : RUN go mod download 00:40:16 ---> Using cache 00:40:16 ---> d0be93441650 00:40:16 Step 8/21 : COPY . . 00:40:16 ---> Using cache 00:40:16 ---> e355e0646650 00:40:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:16 ---> c4f43175420f 00:40:16 Step 3/26 : WORKDIR /edgex-go 00:40:16 ---> Using cache 00:40:16 ---> 4b62af807d3c 00:40:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:16 ---> Using cache 00:40:16 ---> 564464a8109c 00:40:16 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:18 ---> Running in f9bfebad8a30 00:40:18 ---> Running in abb93be100a3 00:40:18 ---> Running in 251a69531ea3 00:40:18 ---> Running in f43be94e2baa 00:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:19 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 00:40:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:21 OK: 233 MiB in 51 packages 00:40:21 OK: 233 MiB in 51 packages 00:40:22 Removing intermediate container 251a69531ea3 00:40:22 ---> 6e4fc63e3243 00:40:22 Step 6/26 : COPY go.mod . 00:40:22 Removing intermediate container f9bfebad8a30 00:40:22 ---> 7129282ed148 00:40:22 Step 6/23 : COPY go.mod . 00:40:23 ---> 91a8642c85ad 00:40:23 Step 7/23 : RUN go mod download 00:40:23 ---> Running in 6fa4522914b5 00:40:23 ---> a985799c8727 00:40:23 Step 7/26 : RUN go mod download 00:40:23 ---> Running in ef0a6a47b38b 00:40:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:27 Removing intermediate container 6fa4522914b5 00:40:27 ---> 8e5609d421e7 00:40:27 Step 8/23 : COPY . . 00:40:27 Removing intermediate container ef0a6a47b38b 00:40:27 ---> 75153391fa97 00:40:27 Step 8/26 : COPY . . 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.326s coverage: 100.0% of statements 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.9% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:42 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 00:40:42 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 00:40:52 ---> cbeb7bafa30a 00:40:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:53 Removing intermediate container f43be94e2baa 00:40:53 ---> 58a85573a72b 00:40:53 00:40:53 Step 10/24 : FROM alpine:3.12 00:40:53 ---> 88dd2752d2ea 00:40:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:53 ---> 1f3ae435ae6f 00:40:53 Step 9/23 : RUN make cmd/core-data/core-data 00:40:53 Removing intermediate container abb93be100a3 00:40:53 ---> Running in a1a275aa25af 00:40:53 ---> b510e3893e9e 00:40:53 00:40:53 Step 10/21 : FROM alpine:3.12 00:40:53 ---> 88dd2752d2ea 00:40:53 Step 11/21 : RUN apk add --update --no-cache curl 00:40:53 ---> Running in eaaf3862c805 00:40:53 ---> Running in 6389ec91e324 00:40:53 ---> Running in b99fde42a8dc 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.380s coverage: 28.6% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:54 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 00:40:54 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 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:54 (1/5) Installing ca-certificates (20191127-r4) 00:40:55 (1/4) Installing ca-certificates (20191127-r4) 00:40:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:55 (3/5) Installing libcurl (7.69.1-r3) 00:40:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:55 (3/4) Installing libcurl (7.69.1-r3) 00:40:55 (4/5) Installing curl (7.69.1-r3) 00:40:55 (4/4) Installing curl (7.69.1-r3) 00:40:55 Executing busybox-1.31.1-r19.trigger 00:40:55 (5/5) Installing dumb-init (1.2.2-r1) 00:40:55 Executing busybox-1.31.1-r19.trigger 00:40:55 Executing ca-certificates-20191127-r4.trigger 00:40:55 Executing ca-certificates-20191127-r4.trigger 00:40:55 OK: 7 MiB in 18 packages 00:40:55 OK: 7 MiB in 19 packages 00:40:57 Removing intermediate container b99fde42a8dc 00:40:57 ---> 72bc2aeeb8cc 00:40:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:57 Removing intermediate container 6389ec91e324 00:40:57 ---> fdceb13d35eb 00:40:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:58 ---> Running in fc3c6c695054 00:40:58 ---> Running in 3f107c49af2d 00:40:58 Removing intermediate container fc3c6c695054 00:40:58 ---> 7733c000cc0d 00:40:58 Step 13/21 : WORKDIR /edgex 00:40:58 ---> Running in c413ff9a2ba4 00:40:58 Removing intermediate container 3f107c49af2d 00:40:58 ---> c66d703aa5fd 00:40:58 Step 13/24 : WORKDIR / 00:40:59 ---> Running in 0cb7f2dd5489 00:40:59 Removing intermediate container c413ff9a2ba4 00:40:59 ---> 2bc543b90a05 00:40:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:59 Removing intermediate container 0cb7f2dd5489 00:40:59 ---> c02017e15313 00:40:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:41:00 ---> 96638eb73fc3 00:41:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:00 ---> f4c32b329609 00:41:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:41:02 ---> 562e1a0fb93c 00:41:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:41:02 ---> 18ed6ed3b9b1 00:41:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:02 ---> 1c651771c6fb 00:41:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.377s coverage: 92.8% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 00:41:02 ---> 6fd7a08e59f3 00:41:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:02 ---> Running in 3e5a92e580bf 00:41:03 Removing intermediate container 3e5a92e580bf 00:41:03 ---> d0807fb7a1a3 00:41:03 Step 18/21 : CMD ["--init=true"] 00:41:03 ---> 1be0273038db 00:41:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:41:03 ---> Running in f1e23583dd95 00:41:03 Removing intermediate container f1e23583dd95 00:41:03 ---> cb2648ee6d7f 00:41:03 Step 19/21 : LABEL arch=x86_64 00:41:04 ---> Running in 2e3e4b74cca8 00:41:04 Removing intermediate container 2e3e4b74cca8 00:41:04 ---> bb387e6c9665 00:41:04 Step 20/21 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:41:04 ---> 3fd1f8dfb4de 00:41:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:41:04 ---> Running in 4f46bfca4373 00:41:05 ---> 57e5be802280 00:41:05 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/ 00:41:05 ---> Running in 2b1425a7e173 00:41:05 Removing intermediate container 4f46bfca4373 00:41:05 ---> 999cb30aa61a 00:41:05 Step 21/21 : LABEL version=0.0.0 00:41:05 ---> Running in 5d6f271697ee 00:41:06 Removing intermediate container 5d6f271697ee 00:41:06 ---> b30dd45a38f5 00:41:06 00:41:07 Successfully built b30dd45a38f5 00:41:07 Successfully tagged docker-security-proxy-setup-go:latest 00:41:07  Building docker-security-proxy-setup-go ... done Removing intermediate container 2b1425a7e173 00:41:07 ---> 76c724513e27 00:41:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:41:08 ---> Running in 4487de9ffafd 00:41:08 Removing intermediate container 4487de9ffafd 00:41:08 ---> 5ab38df9b0b7 00:41:08 Step 22/24 : LABEL arch=x86_64 00:41:08 ---> Running in c53113db52bc 00:41:08 Removing intermediate container c53113db52bc 00:41:08 ---> 5455951243d7 00:41:08 Step 23/24 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:41:08 ---> Running in 91b68e40b3e6 00:41:09 Removing intermediate container 91b68e40b3e6 00:41:09 ---> 1a1b5a50c27d 00:41:09 Step 24/24 : LABEL version=0.0.0 00:41:09 ---> Running in 9c4a165b53b9 00:41:09 Removing intermediate container 9c4a165b53b9 00:41:09 ---> f35c5c96918e 00:41:09 00:41:09 Successfully built f35c5c96918e 00:41:09 Successfully tagged docker-security-secretstore-setup-go:latest 00:41:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container a1a275aa25af 00:41:13 ---> ab8cca82a24b 00:41:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:41:13 ---> Running in 4bdc3cfeb17c 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.111s coverage: 94.4% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.083s coverage: 44.8% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.090s coverage: 81.4% of statements 00:41:15 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 00:41:17 Removing intermediate container 4bdc3cfeb17c 00:41:17 ---> 55823739b295 00:41:17 00:41:17 Step 11/26 : FROM docker:20.10.0 00:41:17 20.10.0: Pulling from library/docker 00:41:18 Removing intermediate container eaaf3862c805 00:41:18 ---> e7de136ca6bc 00:41:18 00:41:18 Step 10/23 : FROM alpine:3.12 00:41:18 ---> 88dd2752d2ea 00:41:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:18 ---> Running in b719985c13bc 00:41:18 Removing intermediate container b719985c13bc 00:41:18 ---> 9d6be9aa789b 00:41:18 Step 12/23 : ENV APP_PORT=48080 00:41:19 ---> Running in 112d7f3b364f 00:41:19 Removing intermediate container 112d7f3b364f 00:41:19 ---> 8da808fadd53 00:41:19 Step 13/23 : EXPOSE $APP_PORT 00:41:19 ---> Running in fb61739c0e50 00:41:19 Removing intermediate container fb61739c0e50 00:41:19 ---> f2b47f7eaccf 00:41:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:20 ---> Running in f63d9c2f1932 00:41:21 Removing intermediate container f63d9c2f1932 00:41:21 ---> 2173d242c79d 00:41:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:21 ---> Running in affb16667d31 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:41:22 Status: Downloaded newer image for docker:20.10.0 00:41:22 ---> aefe523efa57 00:41:22 Step 12/26 : RUN apk add --no-cache bash 00:41:22 ---> Running in 11ce8bdf5d4e 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 (1/2) Installing readline (8.0.4-r0) 00:41:23 (2/2) Installing bash (5.0.17-r0) 00:41:23 Executing bash-5.0.17-r0.post-install 00:41:23 Executing busybox-1.31.1-r19.trigger 00:41:23 OK: 12 MiB in 22 packages 00:41:23 (1/6) Installing dumb-init (1.2.2-r1) 00:41:23 Removing intermediate container 11ce8bdf5d4e 00:41:23 ---> 34c811af14e4 00:41:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:41:23 (2/6) Installing libgcc (9.3.0-r2) 00:41:23 ---> Running in 90c9d8c64cac 00:41:23 (3/6) Installing libsodium (1.0.18-r0) 00:41:24 Removing intermediate container 90c9d8c64cac 00:41:24 ---> c111f3d5591c 00:41:24 Step 14/26 : ENV APP_PORT=48090 00:41:24 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:24 ---> Running in f203dabc33ec 00:41:24 Removing intermediate container f203dabc33ec 00:41:24 ---> 7462d36bc03c 00:41:24 Step 15/26 : EXPOSE $APP_PORT 00:41:24 ---> Running in 90b222259471 00:41:24 (5/6) Installing libzmq (4.3.3-r0) 00:41:24 Removing intermediate container 90b222259471 00:41:24 ---> 2f2725e73d95 00:41:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:24 (6/6) Installing zeromq (4.3.3-r0) 00:41:24 Executing busybox-1.31.1-r19.trigger 00:41:24 OK: 8 MiB in 20 packages 00:41:25 ---> a9daeb2b927a 00:41:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:25 Removing intermediate container affb16667d31 00:41:25 ---> 22ea87ee5cda 00:41:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:25 ---> 62786bf12d44 00:41:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:25 ---> 7ded1329ac80 00:41:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:25 ---> f36ca9faad68 00:41:25 Step 19/26 : RUN apk --no-cache add py3-pip 00:41:25 ---> Running in bffc7a21c576 00:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:26 ---> a646c7112eca 00:41:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:26 (1/33) Installing libbz2 (1.0.8-r1) 00:41:26 (2/33) Installing expat (2.2.9-r1) 00:41:26 (3/33) Installing libffi (3.3-r2) 00:41:26 (4/33) Installing gdbm (1.13-r1) 00:41:26 (5/33) Installing xz-libs (5.2.5-r0) 00:41:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:26 (7/33) Installing python3 (3.8.5-r1) 00:41:26 ---> 256a7b84b8f3 00:41:26 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:27 ---> Running in 541a96d769ac 00:41:29 Removing intermediate container 541a96d769ac 00:41:29 ---> 23bfc0653e8e 00:41:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:30 ---> Running in e8d225a6ed58 00:41:30 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:30 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:30 (11/33) Installing py3-six (1.15.0-r0) 00:41:30 (12/33) Installing py3-packaging (20.4-r0) 00:41:30 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:30 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:30 (15/33) Installing py3-idna (2.9-r0) 00:41:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.6% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.558s coverage: 62.4% of statements 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 00:41:30 (18/33) Installing py3-requests (2.23.0-r0) 00:41:30 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:30 Removing intermediate container e8d225a6ed58 00:41:30 ---> 51d12280ec6b 00:41:30 Step 21/23 : LABEL arch=x86_64 00:41:30 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:30 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:30 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:31 (24/33) Installing py3-distro (1.5.0-r1) 00:41:31 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:31 ---> Running in 2a3b69f295de 00:41:31 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:31 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:31 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:31 (29/33) Installing py3-progress (1.5-r0) 00:41:31 (30/33) Installing py3-toml (0.10.1-r0) 00:41:31 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:31 (33/33) Installing py3-pip (20.1.1-r0) 00:41:32 Executing busybox-1.31.1-r19.trigger 00:41:32 OK: 71 MiB in 55 packages 00:41:32 Removing intermediate container 2a3b69f295de 00:41:32 ---> 2837493aa2b7 00:41:32 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:41:32 ---> Running in 09311828c145 00:41:32 Removing intermediate container 09311828c145 00:41:32 ---> 878e81c4c0ea 00:41:32 Step 23/23 : LABEL version=0.0.0 00:41:32 ---> Running in 4c598416f90a 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.904s coverage: 69.0% of statements 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:41:32 Removing intermediate container 4c598416f90a 00:41:32 ---> 8c5ec65c3f33 00:41:32 00:41:32 Successfully built 8c5ec65c3f33 00:41:32 Successfully tagged docker-core-data-go:latest 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.390s coverage: 38.4% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.110s coverage: 89.5% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements 00:41:38  Building docker-core-data-go ... done Removing intermediate container bffc7a21c576 00:41:38 ---> 3c02eebd0d20 00:41:38 Step 20/26 : RUN pip install docker-compose==1.23.2 00:41:38 ---> Running in 32eefed71c9f 00:41:39 Collecting docker-compose==1.23.2 00:41:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:39 Collecting cached-property<2,>=1.2.0 00:41:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:39 Collecting PyYAML<4,>=3.10 00:41:39 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:40 Collecting jsonschema<3,>=2.5.1 00:41:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:40 Collecting texttable<0.10,>=0.9.0 00:41:40 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:41 Collecting dockerpty<0.5,>=0.4.1 00:41:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:42 Collecting docopt<0.7,>=0.6.1 00:41:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.531s coverage: 47.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 87.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:42 Collecting docker<4.0,>=3.6.0 00:41:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:42 Collecting websocket-client<1.0,>=0.32.0 00:41:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:41:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:43 Collecting docker-pycreds>=0.4.0 00:41:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:43 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) 00:41:43 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) 00:41:43 Collecting urllib3<1.25,>=1.21.1 00:41:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:43 Collecting idna<2.8,>=2.5 00:41:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:43 Installing collected packages: cached-property, PyYAML, jsonschema, texttable, dockerpty, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docker-compose 00:41:43 Running setup.py install for PyYAML: started 00:41:44 Running setup.py install for PyYAML: finished with status 'done' 00:41:44 Running setup.py install for texttable: started 00:41:44 Running setup.py install for texttable: finished with status 'done' 00:41:44 Running setup.py install for dockerpty: started 00:41:45 Running setup.py install for dockerpty: finished with status 'done' 00:41:45 Running setup.py install for docopt: started 00:41:45 Running setup.py install for docopt: finished with status 'done' 00:41:46 Attempting uninstall: urllib3 00:41:46 Found existing installation: urllib3 1.25.9 00:41:46 Uninstalling urllib3-1.25.9: 00:41:46 Successfully uninstalled urllib3-1.25.9 00:41:46 Attempting uninstall: idna 00:41:46 Found existing installation: idna 2.9 00:41:46 Uninstalling idna-2.9: 00:41:46 Successfully uninstalled idna-2.9 00:41:46 Attempting uninstall: requests 00:41:46 Found existing installation: requests 2.23.0 00:41:46 Uninstalling requests-2.23.0: 00:41:46 Successfully uninstalled requests-2.23.0 00:41:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.948s coverage: 29.1% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 96.5% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 00:41:50 Removing intermediate container 32eefed71c9f 00:41:50 ---> 29971e2deb71 00:41:50 Step 21/26 : RUN apk --no-cache add curl 00:41:50 ---> Running in 9d9824504562 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:41:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:50 (2/3) Installing libcurl (7.69.1-r3) 00:41:50 (3/3) Installing curl (7.69.1-r3) 00:41:50 Executing busybox-1.31.1-r19.trigger 00:41:50 OK: 72 MiB in 58 packages 00:41:51 Removing intermediate container 9d9824504562 00:41:51 ---> 770e700b012f 00:41:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:51 ---> Running in 2d4ed7336f38 00:41:51 Removing intermediate container 2d4ed7336f38 00:41:51 ---> 23d7479e0e04 00:41:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:51 ---> Running in ec7beef08481 00:41:51 Removing intermediate container ec7beef08481 00:41:51 ---> 6d35a50c8ddd 00:41:51 Step 24/26 : LABEL arch=x86_64 00:41:52 ---> Running in efce920b2018 00:41:52 Removing intermediate container efce920b2018 00:41:52 ---> 94a356f35bb4 00:41:52 Step 25/26 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:41:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:52 ---> Running in 5e94da322b3a 00:41:52 Removing intermediate container 5e94da322b3a 00:41:52 ---> a447a3ce64e8 00:41:52 Step 26/26 : LABEL version=0.0.0 00:41:52 ---> Running in 666d5c653ceb 00:41:52 Removing intermediate container 666d5c653ceb 00:41:52 ---> 6647aa79392a 00:41:52 00:41:52 GO111MODULE=on go vet ./... 00:41:52 Successfully built 6647aa79392a 00:41:52 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:53 $ docker stop --time=1 e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d 00:41:54 $ docker rm -f e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d [Pipeline] // withDockerContainer [Pipeline] sh 00:41:55 + docker images 00:41:55 + grep docker 00:41:55 docker-sys-mgmt-agent-go latest 6647aa79392a 3 seconds ago 313MB 00:41:55 docker-core-data-go latest 8c5ec65c3f33 23 seconds ago 22.6MB 00:41:55 docker-security-secretstore-setup-go latest f35c5c96918e 46 seconds ago 24.9MB 00:41:55 docker-security-proxy-setup-go latest b30dd45a38f5 49 seconds ago 24.7MB 00:41:55 docker-security-bootstrapper-go latest d194200bdd61 About a minute ago 18.7MB 00:41:55 docker-core-command-go latest 76a2527f7f22 2 minutes ago 17.2MB 00:41:55 docker-support-notifications-go latest 63e1d95d2f8d 2 minutes ago 17.8MB 00:41:55 docker-core-metadata-go latest 3871174e9f59 2 minutes ago 19MB 00:41:55 docker-support-scheduler-go latest a5ff6a2326bb 2 minutes ago 17.3MB 00:41:55 docker 20.10.0 aefe523efa57 3 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 00:42:11 Still waiting to schedule task 00:42:11 ‘prd-centos7-docker-4c-2g-29555’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-29571’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29551’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29568’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ 00:43:14 gofmt -l . 00:43:17 [ "`gofmt -l .`" = "" ] 00:43:20 ./bin/test-go-mod-tidy.sh 00:43:20 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:23 + ls -al . 00:43:23 total 768 00:43:23 drwxrwxr-x 9 1001 1001 4096 Mar 12 00:43 . 00:43:23 drwxr-xr-x 4 root root 4096 Mar 12 00:38 .. 00:43:23 -rw-rw-r-- 1 1001 1001 11 Mar 12 00:36 .dockerignore 00:43:23 drwxrwxr-x 8 1001 1001 4096 Mar 12 00:36 .git 00:43:23 drwxrwxr-x 3 1001 1001 4096 Mar 12 00:36 .github 00:43:23 -rw-rw-r-- 1 1001 1001 818 Mar 12 00:36 .gitignore 00:43:23 -rw-rw-r-- 1 1001 1001 166 Mar 12 00:36 .sonarcloud.properties 00:43:23 -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:36 Attribution.txt 00:43:23 -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:36 CONTRIBUTING.md 00:43:23 -rw-rw-r-- 1 1001 1001 931 Mar 12 00:36 Dockerfile.build 00:43:23 -rw-rw-r-- 1 1001 1001 863 Mar 12 00:36 Jenkinsfile 00:43:23 -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:36 LICENSE 00:43:23 -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:36 Makefile 00:43:23 -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:36 README.md 00:43:23 -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:36 SECURITY.md 00:43:23 -rw-rw-r-- 1 1001 1001 5 Mar 12 00:33 VERSION 00:43:23 -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:36 ZMQWindows.md 00:43:23 drwxrwxr-x 2 1001 1001 4096 Mar 12 00:36 bin 00:43:23 drwxrwxr-x 14 1001 1001 4096 Mar 12 00:36 cmd 00:43:23 -rw-r--r-- 1 root root 628838 Mar 12 00:41 coverage.out 00:43:23 -rw-r--r-- 1 root root 1055 Mar 12 00:43 go.mod 00:43:23 -rw-r--r-- 1 root root 22209 Mar 12 00:43 go.sum 00:43:23 drwxrwxr-x 8 1001 1001 4096 Mar 12 00:36 internal 00:43:23 drwxrwxr-x 4 1001 1001 4096 Mar 12 00:36 openapi 00:43:23 drwxrwxr-x 4 1001 1001 4096 Mar 12 00:36 snap 00:43:23 -rw-rw-r-- 1 1001 1001 168 Mar 12 00:36 version.go [Pipeline] sh 00:43:23 + '[' -e coverage.out ] 00:43:23 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:23 Warning: overwriting stash ‘coverage-report’ 00:43:25 Stashed 1 file(s) [Pipeline] sh 00:43:25 + make build 00:43:25 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 00:43:35 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 00:43:52 Running on prd-ubuntu18.04-docker-8c-8g-29574 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 00:43:52 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 00:43:55 using credential edgex-jenkins-ssh 00:43:55 Cloning the remote Git repository 00:43:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:54 > git init /w/workspace/edgex-go/17 # timeout=10 00:43:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:54 > git --version # timeout=10 00:43:54 > git --version # 'git version 2.17.1' 00:43:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:06 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 00:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:16 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 00:44:16 Merge succeeded, producing b996fa77004ea5231fd5f40bf49789c0fd3bf2ba 00:44:16 Checking out Revision b996fa77004ea5231fd5f40bf49789c0fd3bf2ba (PR-3208) 00:44:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:15 > git config core.sparsecheckout # timeout=10 00:44:15 > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 00:44:15 > git remote # timeout=10 00:44:15 > git config --get remote.origin.url # timeout=10 00:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:15 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 00:44:15 > git rev-parse HEAD^{commit} # timeout=10 00:44:15 > git config core.sparsecheckout # timeout=10 00:44:15 > git checkout -f b996fa77004ea5231fd5f40bf49789c0fd3bf2ba # timeout=10 00:44:19 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 00:44:20 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" 00:44:19 > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:21 + echo snap-build.sh 00:44:21 snap-build.sh 00:44:21 + SNAP_BASE_DIR=. 00:44:21 + '[' '!' -z /w/workspace/edgex-go/17 ']' 00:44:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 00:44:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 00:44:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 00:44:21 + cd /w/workspace/edgex-go/17 00:44:21 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:21 Reading package lists... 00:44:21 Building dependency tree... 00:44:21 Reading state information... 00:44:21 The following packages were automatically installed and are no longer required: 00:44:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:21 uidmap xdelta3 00:44:21 Use 'sudo apt autoremove' to remove them. 00:44:22 The following packages will be REMOVED: 00:44:22 lxd* lxd-client* 00:44:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:22 After this operation, 31.7 MB disk space will be freed. 00:44:23 (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.) 00:44:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:23 Removing lxd dnsmasq configuration 00:44:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:25 (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.) 00:44:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:26 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:26 Processing triggers for ureadahead (0.100.0-21) ... 00:44:28 + sudo snap remove --purge lxd 00:44:28 snap "lxd" is not installed 00:44:28 + sudo groupadd --force --system lxd 00:44:28 ++ whoami 00:44:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:28 + newgrp - lxd 00:44:28 + sudo snap install lxd 00:44:29 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 00:44:35 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 00:44:36 2021-03-12T00:44:34Z INFO Waiting for automatic snapd restart... 00:44:39 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 00:44:44 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] } 00:44:53 $ docker stop --time=1 da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb 00:44:55 $ docker rm -f da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:58 00:44:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 00:44:58 lxd 4.12 from Canonical* installed 00:44:58 + sudo lxd init --auto [Pipeline] sh 00:44:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:59 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:59 29e5d40040c1: Pulling fs layer 00:44:59 1ce36da41761: Pulling fs layer 00:44:59 25b303627fd3: Pulling fs layer 00:44:59 29e5d40040c1: Verifying Checksum 00:44:59 29e5d40040c1: Download complete 00:44:59 1ce36da41761: Verifying Checksum 00:44:59 1ce36da41761: Download complete 00:44:59 29e5d40040c1: Pull complete 00:45:01 1ce36da41761: Pull complete 00:45:01 25b303627fd3: Verifying Checksum 00:45:01 25b303627fd3: Download complete 00:45:06 + sudo snap install --classic snapcraft 00:45:11 25b303627fd3: Pull complete 00:45:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:11 prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container 00:45:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:15 $ docker top 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:16 + docker-compose build --help 00:45:16 + grep parallel 00:45:18 snapcraft 4.5.4 from Canonical* installed 00:45:18 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:45:18 + patch --verbose -p1 00:45:18 Hmm... Looks like a unified diff to me... 00:45:18 The text leading up to this was: 00:45:18 -------------------------- 00:45:18 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:45:18 |From: Tony Espy 00:45:18 |Date: Tue, 9 Mar 2021 19:05:15 -0500 00:45:18 |Subject: [PATCH] optimize snap build for pipeline CI check 00:45:18 | 00:45:18 |This patch is used by the EdgeX CI pipeline builds to 00:45:18 |optimize the snap CI check run for pull requests. When 00:45:18 |applied, it essentially strips out everything (apps and 00:45:18 |parts) from the snapcraft.yaml file except those required 00:45:18 |to build edgex-go, as the whole idea of the CI check is to 00:45:18 |catch changes to edgex-go that break the snap build. 00:45:18 | 00:45:18 |In general, anyone updating snapcraft.yaml will also need 00:45:18 |to update this patch file, otherwise it may fail to apply, 00:45:18 |resulting in a failed snap build CI check in the associated 00:45:18 |pull request. 00:45:18 | 00:45:18 |Note - in addition to applying this patch, the pipeline also 00:45:18 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:45:18 |need to build the finally binary .snap file (and it won't 00:45:18 |work with the patch applied). This further reduces the build 00:45:18 |time. 00:45:18 |--- 00:45:18 | snap/snapcraft.yaml | 452 +------------------------------------------- 00:45:18 | 1 file changed, 1 insertion(+), 451 deletions(-) 00:45:18 | 00:45:18 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:45:18 |index d8bc12bc..5a5f5fbb 100644 00:45:18 |--- a/snap/snapcraft.yaml 00:45:18 |+++ b/snap/snapcraft.yaml 00:45:18 -------------------------- 00:45:18 patching file snap/snapcraft.yaml 00:45:18 Using Plan A... 00:45:18 Hunk #1 succeeded at 73. 00:45:18 Hunk #2 succeeded at 205. 00:45:18 Hunk #3 succeeded at 217. 00:45:18 Hunk #4 succeeded at 225. 00:45:18 Hunk #5 succeeded at 232. 00:45:18 Hunk #6 succeeded at 259. 00:45:18 Hunk #7 succeeded at 271. 00:45:18 Hunk #8 succeeded at 327. 00:45:18 Hmm... Ignoring the trailing garbage. 00:45:18 done 00:45:18 + sudo snapcraft prime --use-lxd 00:45:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:45:20 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:45:20 - README.md 00:45:20 00:45:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:20 Launching a container. 00:45:20 --parallel Build images in parallel. [Pipeline] } 00:45:21 $ docker stop --time=1 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 00:45:23 $ docker rm -f 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:24 . [Pipeline] withDockerContainer 00:45:24 prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container 00:45:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:26 $ docker top 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:27 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:32 Waiting for container to be ready 00:45:32 To start your first instance, try: lxc launch ubuntu:18.04 00:45:32 00:45:34 Building docker-core-command-go ... 00:45:34 Building docker-core-data-go ... 00:45:34 Building docker-core-metadata-go ... 00:45:34 Building docker-security-bootstrapper-go ... 00:45:34 Building docker-security-proxy-setup-go ... 00:45:34 Building docker-security-secretstore-setup-go ... 00:45:34 Building docker-support-notifications-go ... 00:45:34 Building docker-support-scheduler-go ... 00:45:34 Building docker-sys-mgmt-agent-go ... 00:45:34 Building docker-security-proxy-setup-go 00:45:34 Building docker-security-secretstore-setup-go 00:45:34 Building docker-support-scheduler-go 00:45:34 Building docker-core-metadata-go 00:45:34 Building docker-core-command-go 00:45:35 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:35 Waiting for network to be ready... 00:45:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:36 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 00:45:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:45:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 00:45:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 00:45:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 00:45:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:45:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 00:45:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:45:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 00:45:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 00:45:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 00:45:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:45:40 Fetched 24.0 MB in 4s (6090 kB/s) 00:45:40 Reading package lists... 00:45:41 Reading package lists... 00:45:41 Building dependency tree... 00:45:41 Reading state information... 00:45:41 The following additional packages will be installed: 00:45:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:41 Suggested packages: 00:45:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:41 Recommended packages: 00:45:41 gnupg libsasl2-modules 00:45:41 The following NEW packages will be installed: 00:45:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:41 The following packages will be upgraded: 00:45:41 gpg gpg-agent gpgconf libudev1 00:45:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:45:41 Need to get 3530 kB of archives. 00:45:41 After this operation, 13.3 MB of additional disk space will be used. 00:45:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:45:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:45:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:45:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:45:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:45:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:45:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:45:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:45:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:45:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:45:42 debconf: delaying package configuration, since apt-utils is not installed 00:45:42 Fetched 3530 kB in 1s (3512 kB/s) 00:45:42 (Reading database ... 12511 files and directories currently installed.) 00:45:42 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:45:42 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:45:43 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:45:43 Selecting previously unselected package udev. 00:45:43 (Reading database ... 12511 files and directories currently installed.) 00:45:43 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:45:43 Unpacking udev (237-3ubuntu10.44) ... 00:45:43 Selecting previously unselected package libfuse2:amd64. 00:45:43 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:43 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:43 Selecting previously unselected package fuse. 00:45:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:43 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:44 Selecting previously unselected package libksba8:amd64. 00:45:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:44 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:44 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:45 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Selecting previously unselected package libsasl2-2:amd64. 00:45:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Selecting previously unselected package libldap-common. 00:45:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:45:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:45 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:45:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:45 Selecting previously unselected package dirmngr. 00:45:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:45 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:46 Setting up udev (237-3ubuntu10.44) ... 00:45:46 invoke-rc.d: policy-rc.d denied execution of start. 00:45:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Processing triggers for systemd (237-3ubuntu10) ... 00:45:46 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:45:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:45:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:47 settings in the [Install] section, and DefaultInstance for template units). 00:45:47 This means they are not meant to be enabled using systemctl. 00:45:47 Possible reasons for having this kind of units are: 00:45:47 1) A unit may be statically enabled by being symlinked from another unit's 00:45:47 .wants/ or .requires/ directory. 00:45:47 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:47 a requirement dependency on it. 00:45:47 3) A unit may be started when needed via activation (socket, path, timer, 00:45:47 D-Bus, udev, scripted systemctl call, ...). 00:45:47 4) In case of template units, the unit is meant to be enabled with some 00:45:47 instance name specified. 00:45:47 Reading package lists... 00:45:47 Building dependency tree... 00:45:47 Reading state information... 00:45:48 The following additional packages will be installed: 00:45:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:48 Suggested packages: 00:45:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:48 systemd-container policykit-1 00:45:48 Recommended packages: 00:45:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:48 The following NEW packages will be installed: 00:45:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:48 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:48 python3.6-minimal snapd squashfs-tools sudo 00:45:48 The following packages will be upgraded: 00:45:48 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:45:48 Need to get 35.2 MB of archives. 00:45:48 After this operation, 141 MB of additional disk space will be used. 00:45:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:45:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:45:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:45:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:45:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:45:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:45:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:45:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:45:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:45:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:45:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:49 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:49 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:49 debconf: delaying package configuration, since apt-utils is not installed 00:45:49 Fetched 35.2 MB in 1s (27.8 MB/s) 00:45:49 (Reading database ... 12757 files and directories currently installed.) 00:45:49 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:45:49 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:45:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:45:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:45:50 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:45:50 (Reading database ... 12757 files and directories currently installed.) 00:45:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:50 (Reading database ... 12757 files and directories currently installed.) 00:45:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:50 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:51 Setting up apt (1.6.12ubuntu0.2) ... 00:45:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:51 (Reading database ... 12764 files and directories currently installed.) 00:45:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:45:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:45:51 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:52 Selecting previously unselected package libexpat1:amd64. 00:45:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:52 Selecting previously unselected package python3.6-minimal. 00:45:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:45:52 Checking for services that may need to be restarted...done. 00:45:52 Checking for services that may need to be restarted...done. 00:45:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:53 Selecting previously unselected package python3-minimal. 00:45:53 (Reading database ... 13012 files and directories currently installed.) 00:45:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:53 Selecting previously unselected package mime-support. 00:45:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:53 Unpacking mime-support (3.60ubuntu1) ... 00:45:53 Selecting previously unselected package libmpdec2:amd64. 00:45:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:53 Selecting previously unselected package python3.6. 00:45:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:45:53 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:53 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:54 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:54 Selecting previously unselected package python3. 00:45:54 (Reading database ... 13442 files and directories currently installed.) 00:45:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:54 Unpacking python3 (3.6.7-1~18.04) ... 00:45:54 Selecting previously unselected package multiarch-support. 00:45:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:54 Selecting previously unselected package liblzo2-2:amd64. 00:45:54 (Reading database ... 13479 files and directories currently installed.) 00:45:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:54 Selecting previously unselected package libbsd0:amd64. 00:45:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:54 Selecting previously unselected package sudo. 00:45:54 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:45:54 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:45:55 Selecting previously unselected package apparmor. 00:45:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:55 Selecting previously unselected package libedit2:amd64. 00:45:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:55 Selecting previously unselected package libkrb5support0:amd64. 00:45:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:55 Selecting previously unselected package libk5crypto3:amd64. 00:45:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:55 Selecting previously unselected package libkeyutils1:amd64. 00:45:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:55 Selecting previously unselected package libkrb5-3:amd64. 00:45:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:56 Selecting previously unselected package libssl1.0.0:amd64. 00:45:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:45:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:45:56 Selecting previously unselected package openssh-client. 00:45:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:56 Selecting previously unselected package squashfs-tools. 00:45:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:56 Selecting previously unselected package snapd. 00:45:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:45:56 Unpacking snapd (2.48.3+18.04) ... 00:45:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:45:58 Setting up mime-support (3.60ubuntu1) ... 00:45:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:45:58 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:58 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:58 Setting up systemd (237-3ubuntu10.44) ... 00:45:58 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:46:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:46:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:46:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:01 Setting up python3 (3.6.7-1~18.04) ... 00:46:01 running python rtupdate hooks for python3.6... 00:46:01 running python post-rtupdate hooks for python3.6... 00:46:01 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:46:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:03 Setting up snapd (2.48.3+18.04) ... 00:46:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:46:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:46:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:46:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:46:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:46:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:46:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:46:04 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:46:04 /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' 00:46:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:04 Processing triggers for systemd (237-3ubuntu10.44) ... 00:46:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:07 Reading package lists... 00:46:07 Reading package lists... 00:46:07 Building dependency tree... 00:46:07 Reading state information... 00:46:07 Calculating upgrade... 00:46:07 The following packages will be upgraded: 00:46:07 advancecomp base-files bash binutils binutils-common 00:46:07 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:46:07 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:46:07 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:46:07 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:46:07 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:46:07 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:46:07 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:46:07 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:46:07 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:46:07 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:46:07 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:46:07 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:46:07 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:46:07 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:46:08 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:46:08 Need to get 63.8 MB of archives. 00:46:08 After this operation, 5202 kB of additional disk space will be used. 00:46:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 00:46:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:46:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:46:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:46:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:46:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:46:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:46:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:46:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:46:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:46:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:46:08 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:46:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:46:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:46:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:46:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:46:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:46:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:46:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:46:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:46:08 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:46:08 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:46:08 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:46:08 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:46:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:46:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:46:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:46:08 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:46:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:46:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:46:08 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:46:08 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:46:08 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:46:08 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:46:08 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:46:08 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:46:08 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:46:08 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:46:08 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:46:08 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:46:08 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:46:08 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:46:08 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:46:08 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:46:08 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:46:08 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:46:08 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:46:08 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:46:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:46:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:46:08 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:46:08 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:46:08 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:46:08 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:46:08 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:46:08 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:46:08 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:46:09 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:46:09 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:46:09 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:46:09 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:46:09 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:46:09 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:46:09 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:46:09 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:46:09 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:46:09 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:46:09 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:46:09 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:46:09 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:46:09 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:46:09 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:46:09 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:46:09 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:46:09 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:46:09 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:46:09 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:46:09 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:46:09 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:46:09 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:46:09 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:46:09 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:46:09 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:46:09 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:46:09 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:46:09 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:46:09 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:46:09 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:46:09 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:46:09 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:46:09 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:46:09 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:46:09 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] 00:46:09 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:46:09 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:46:09 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:46:09 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:46:09 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:46:09 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:46:10 debconf: delaying package configuration, since apt-utils is not installed 00:46:10 Fetched 63.8 MB in 2s (36.4 MB/s) 00:46:10 (Reading database ... 13912 files and directories currently installed.) 00:46:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:46:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 00:46:10 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 00:46:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:12 (Reading database ... 13911 files and directories currently installed.) 00:46:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:46:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:46:12 (Reading database ... 13911 files and directories currently installed.) 00:46:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:13 (Reading database ... 13911 files and directories currently installed.) 00:46:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:46:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:46:14 (Reading database ... 13911 files and directories currently installed.) 00:46:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:46:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:46:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:46:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:46:14 Setting up base-files (10.1ubuntu2.10) ... 00:46:14 Installing new version of config file /etc/issue ... 00:46:14 Installing new version of config file /etc/issue.net ... 00:46:14 Installing new version of config file /etc/lsb-release ... 00:46:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:46:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:46:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:46:15 Removing obsolete conffile /etc/default/motd-news ... 00:46:15 (Reading database ... 13912 files and directories currently installed.) 00:46:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:46:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:46:15 Setting up bash (4.4.18-2ubuntu1.2) ... 00:46:15 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 00:46:15 (Reading database ... 13912 files and directories currently installed.) 00:46:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:46:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:46:15 (Reading database ... 13912 files and directories currently installed.) 00:46:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:46:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:46:16 Setting up tar (1.29b-2ubuntu0.2) ... 00:46:16 (Reading database ... 13912 files and directories currently installed.) 00:46:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:46:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:46:16 (Reading database ... 13912 files and directories currently installed.) 00:46:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:16 (Reading database ... 13912 files and directories currently installed.) 00:46:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:16 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:46:16 (Reading database ... 13912 files and directories currently installed.) 00:46:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:46:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:46:17 Setting up grep (3.1-2build1) ... 00:46:17 (Reading database ... 13912 files and directories currently installed.) 00:46:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:17 Setting up login (1:4.5-1ubuntu2) ... 00:46:17 (Reading database ... 13912 files and directories currently installed.) 00:46:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:17 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:46:18 (Reading database ... 13912 files and directories currently installed.) 00:46:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:46:19 (Reading database ... 13912 files and directories currently installed.) 00:46:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:46:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:46:20 (Reading database ... 13912 files and directories currently installed.) 00:46:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:46:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:46:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:46:21 (Reading database ... 13912 files and directories currently installed.) 00:46:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:21 (Reading database ... 13912 files and directories currently installed.) 00:46:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:21 (Reading database ... 13912 files and directories currently installed.) 00:46:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:22 (Reading database ... 13912 files and directories currently installed.) 00:46:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:22 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:22 (Reading database ... 13912 files and directories currently installed.) 00:46:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:22 (Reading database ... 13912 files and directories currently installed.) 00:46:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:23 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:23 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:46:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:46:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:46:24 (Reading database ... 13912 files and directories currently installed.) 00:46:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:25 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:46:25 (Reading database ... 13912 files and directories currently installed.) 00:46:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:46:25 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:25 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:46:25 (Reading database ... 13914 files and directories currently installed.) 00:46:25 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:46:25 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:46:25 Setting up debconf (1.5.66ubuntu1) ... 00:46:25 (Reading database ... 13914 files and directories currently installed.) 00:46:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:46:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:26 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:46:26 (Reading database ... 13914 files and directories currently installed.) 00:46:26 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:46:26 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:26 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:46:26 (Reading database ... 13914 files and directories currently installed.) 00:46:26 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:26 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:26 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:26 (Reading database ... 13914 files and directories currently installed.) 00:46:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:27 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:27 (Reading database ... 13914 files and directories currently installed.) 00:46:27 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:27 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:27 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:27 (Reading database ... 13914 files and directories currently installed.) 00:46:27 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:27 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:27 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:46:27 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:28 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:46:28 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:46:28 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:46:28 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:29 (Reading database ... 13914 files and directories currently installed.) 00:46:29 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:29 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:29 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:29 (Reading database ... 13914 files and directories currently installed.) 00:46:29 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:46:29 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:46:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:46:29 (Reading database ... 13914 files and directories currently installed.) 00:46:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:30 Setting up passwd (1:4.5-1ubuntu2) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:46:30 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:46:30 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:46:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:46:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:46:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:46:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:46:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:46:31 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:31 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:46:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:46:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:46:32 (Reading database ... 13915 files and directories currently installed.) 00:46:32 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:32 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:32 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:32 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:46:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:46:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:46:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:46:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:33 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:33 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:46:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:46:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:35 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:35 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:35 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:35 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:35 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:35 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:35 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:36 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:36 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:37 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:38 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:39 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:39 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:40 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:40 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:41 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:41 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:46:42 00:46:42 Current default time zone: 'Etc/UTC' 00:46:42 Local time is now: Fri Mar 12 00:46:41 UTC 2021. 00:46:42 Universal Time is now: Fri Mar 12 00:46:41 UTC 2021. 00:46:42 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:42 00:46:42 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:46:42 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:42 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 00:46:42 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:42 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:42 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:42 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:42 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:42 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:46:42 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:42 Setting up ca-certificates (20210119~18.04.1) ... 00:46:44 Updating certificates in /etc/ssl/certs... 00:46:45 23 added, 27 removed; done. 00:46:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:45 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:46:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:46 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:46:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:46 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:46 Processing triggers for systemd (237-3ubuntu10.44) ... 00:46:46 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:46:46 Updating certificates in /etc/ssl/certs... 00:46:47 0 added, 0 removed; done. 00:46:47 Running hooks in /etc/ca-certificates/update.d... 00:46:47 done. 00:46:47 Reading package lists... 00:46:48 Building dependency tree... 00:46:48 Reading state information... 00:46:48 The following NEW packages will be installed: 00:46:48 apt-transport-https 00:46:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:48 Need to get 1696 B of archives. 00:46:48 After this operation, 153 kB of additional disk space will be used. 00:46:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:48 debconf: delaying package configuration, since apt-utils is not installed 00:46:48 Fetched 1696 B in 0s (8440 B/s) 00:46:48 Selecting previously unselected package apt-transport-https. 00:46:48 (Reading database ... 13920 files and directories currently installed.) 00:46:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:48 Waiting for network to be ready... 00:46:54 2021-03-12T00:46:52Z INFO Waiting for automatic snapd restart... 00:46:54 snapd 2.49 from Canonical* installed 00:46:55 "snapd" switched to the "latest/stable" channel 00:46:55 00:46:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:55 ---> 14ff88e4725a 00:46:55 Step 3/23 : WORKDIR /edgex-go 00:46:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:55 ---> 14ff88e4725a 00:46:55 Step 3/22 : WORKDIR /edgex-go 00:46:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:55 ---> 14ff88e4725a 00:46:55 Step 3/21 : WORKDIR /edgex-go 00:46:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:55 ---> 14ff88e4725a 00:46:55 Step 3/23 : WORKDIR /edgex-go 00:46:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:55 ---> 14ff88e4725a 00:46:55 Step 3/24 : WORKDIR /edgex-go 00:46:55 ---> Running in cf1c210c6401 00:46:55 ---> Running in 7b7e982d78f4 00:46:55 ---> Running in 105b3c39d684 00:46:55 ---> Running in 391daac4d39a 00:46:55 ---> Running in c9622176d970 00:46:55 Removing intermediate container 105b3c39d684 00:46:55 ---> cab5836c0d76 00:46:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 Removing intermediate container c9622176d970 00:46:55 ---> 3bd0bdf4ebc7 00:46:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 Removing intermediate container cf1c210c6401 00:46:55 Removing intermediate container 7b7e982d78f4 00:46:55 ---> c9807aae4314 00:46:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 ---> e665aa4e58ff 00:46:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 Removing intermediate container 391daac4d39a 00:46:55 ---> bf0c4991f0e5 00:46:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:55 ---> Running in e2d7664138a7 00:46:55 ---> Running in cf2bed489905 00:46:55 ---> Running in 81c3f17de849 00:46:55 ---> Running in b2d96d3d2227 00:46:55 ---> Running in 3c454ef88c5a 00:46:55 Removing intermediate container e2d7664138a7 00:46:55 ---> 754b87ddc292 00:46:55 Step 5/21 : RUN apk add --update --no-cache make git 00:46:55 ---> Running in 6317f1f09e56 00:46:55 Removing intermediate container 3c454ef88c5a 00:46:55 ---> 372c2154bca1 00:46:55 Step 5/24 : RUN apk add --update --no-cache make git 00:46:55 Removing intermediate container cf2bed489905 00:46:55 ---> da49fe0bc01d 00:46:55 Step 5/23 : RUN apk add --update --no-cache make git 00:46:55 ---> Running in ff49d7eea8d0 00:46:55 ---> Running in eccc47e2f0cb 00:46:55 Removing intermediate container b2d96d3d2227 00:46:55 ---> 68a6033b3402 00:46:55 Step 5/22 : RUN apk add --update --no-cache make git 00:46:55 Removing intermediate container 81c3f17de849 00:46:55 ---> 1bd3124adc58 00:46:55 Step 5/23 : RUN apk add --update --no-cache make git 00:46:55 ---> Running in 53ff8ccd79c8 00:46:55 ---> Running in 3e0c3a4b2e51 00:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:57 OK: 217 MiB in 51 packages 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:58 OK: 217 MiB in 51 packages 00:46:58 OK: 217 MiB in 51 packages 00:46:58 OK: 217 MiB in 51 packages 00:46:58 OK: 217 MiB in 51 packages 00:46:58 core18 20210128 from Canonical* installed 00:46:58 "core18" switched to the "latest/stable" channel 00:46:58 00:46:59 Removing intermediate container 6317f1f09e56 00:46:59 ---> e89c411dfce6 00:46:59 Step 6/21 : COPY go.mod . 00:47:00 ---> bf302cb8f1b7 00:47:00 Step 7/21 : RUN go mod download 00:47:00 Removing intermediate container ff49d7eea8d0 00:47:00 ---> 9d03ff668ed0 00:47:00 Step 6/24 : COPY go.mod . 00:47:00 Removing intermediate container 3e0c3a4b2e51 00:47:00 ---> c12f1c9f87ac 00:47:00 Step 6/22 : COPY go.mod . 00:47:00 ---> Running in 3449d67c865c 00:47:00 Removing intermediate container eccc47e2f0cb 00:47:00 ---> 0373a0010ba3 00:47:00 Step 6/23 : COPY go.mod . 00:47:01 Removing intermediate container 53ff8ccd79c8 00:47:01 ---> 0e675d3064d4 00:47:01 Step 6/23 : COPY go.mod . 00:47:01 ---> 129e30707ef7 00:47:01 Step 7/24 : RUN go mod download 00:47:01 ---> 894a2872edb5 00:47:01 Step 7/22 : RUN go mod download 00:47:01 ---> Running in ed214764a495 00:47:02 ---> Running in 008ee4c20eff 00:47:02 ---> 470c50a0b0a3 00:47:02 Step 7/23 : RUN go mod download 00:47:02 snapcraft 4.5.4 from Canonical* installed 00:47:02 "snapcraft" switched to the "latest/stable" channel 00:47:02 00:47:02 ---> 4830d83d685e 00:47:02 Step 7/23 : RUN go mod download 00:47:02 ---> Running in 875087f978db 00:47:02 ---> Running in 155e8f49a041 00:47:05 Removing intermediate container 3449d67c865c 00:47:05 ---> eba05ec8c841 00:47:05 Step 8/21 : COPY . . 00:47:05 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:47:05 - README.md 00:47:05 00:47:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:07 Removing intermediate container ed214764a495 00:47:07 ---> ce74648f9927 00:47:07 Step 8/24 : COPY . . 00:47:08 Removing intermediate container 008ee4c20eff 00:47:08 ---> d1221e12ddcb 00:47:08 Step 8/22 : COPY . . 00:47:08 Removing intermediate container 875087f978db 00:47:08 ---> 5f16f552d218 00:47:08 Step 8/23 : COPY . . 00:47:09 Removing intermediate container 155e8f49a041 00:47:09 ---> 7e88d97e61c5 00:47:09 Step 8/23 : COPY . . 00:47:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:13 Reading package lists... 00:47:13 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 00:47:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:19 Reading package lists... 00:47:19 Building dependency tree... 00:47:19 Reading state information... 00:47:19 Suggested packages: 00:47:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:47:19 Recommended packages: 00:47:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:47:19 The following NEW packages will be installed: 00:47:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:47:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:47:19 pkg-config zip 00:47:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:47:19 Need to get 7658 kB of archives. 00:47:19 After this operation, 43.8 MB of additional disk space will be used. 00:47:19 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:47:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 00:47:19 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:47:20 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:47:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:47:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:47:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:47:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:47:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:47:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:47:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:47:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:47:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:47:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:47:20 debconf: delaying package configuration, since apt-utils is not installed 00:47:20 Fetched 7658 kB in 1s (6904 kB/s) 00:47:20 Selecting previously unselected package libglib2.0-0:amd64. 00:47:20 (Reading database ... 13924 files and directories currently installed.) 00:47:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 00:47:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 00:47:21 Selecting previously unselected package libpsl5:amd64. 00:47:21 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:47:21 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:47:21 Selecting previously unselected package libnghttp2-14:amd64. 00:47:21 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:47:21 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:21 Selecting previously unselected package librtmp1:amd64. 00:47:21 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:47:21 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:21 Selecting previously unselected package libcurl3-gnutls:amd64. 00:47:21 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:47:21 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:21 Selecting previously unselected package liberror-perl. 00:47:21 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:47:21 Unpacking liberror-perl (0.17025-1) ... 00:47:21 Selecting previously unselected package git-man. 00:47:21 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:47:21 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:47:21 Selecting previously unselected package git. 00:47:21 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:47:22 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:47:22 Selecting previously unselected package libnorm1:amd64. 00:47:22 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:47:22 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:22 Selecting previously unselected package libpgm-5.2-0:amd64. 00:47:22 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:47:22 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:22 Selecting previously unselected package libsodium23:amd64. 00:47:22 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:47:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:47:23 Selecting previously unselected package libzmq5:amd64. 00:47:23 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:23 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:23 Selecting previously unselected package libzmq3-dev:amd64. 00:47:23 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:23 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:23 Selecting previously unselected package pkg-config. 00:47:23 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:47:23 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:47:23 Selecting previously unselected package zip. 00:47:23 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:47:23 Unpacking zip (3.0-11build1) ... 00:47:23 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:23 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:47:23 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:23 Setting up liberror-perl (0.17025-1) ... 00:47:23 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:47:23 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 00:47:23 No schema files found: doing nothing. 00:47:23 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:23 Setting up zip (3.0-11build1) ... 00:47:23 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:24 Setting up libsodium23:amd64 (1.0.16-2) ... 00:47:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:47:24 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:24 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:24 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:47:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:30 git set to automatically installed. 00:47:30 git-man set to automatically installed. 00:47:30 libcurl3-gnutls set to automatically installed. 00:47:30 liberror-perl set to automatically installed. 00:47:30 libglib2.0-0 set to automatically installed. 00:47:30 libnghttp2-14 set to automatically installed. 00:47:30 libnorm1 set to automatically installed. 00:47:30 libpgm-5.2-0 set to automatically installed. 00:47:30 libpsl5 set to automatically installed. 00:47:30 librtmp1 set to automatically installed. 00:47:30 libsodium23 set to automatically installed. 00:47:30 libzmq3-dev set to automatically installed. 00:47:30 libzmq5 set to automatically installed. 00:47:30 pkg-config set to automatically installed. 00:47:30 zip set to automatically installed. 00:47:32 snapd is not logged in, snap install commands will use sudo 00:47:36 ---> 3019d33f2ecf 00:47:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:36 ---> Running in ff1f7bcbf3cc 00:47:36 ---> b5a4e8ac63ca 00:47:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:36 ---> 04544b98ba3f 00:47:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:36 ---> 8d0b9a007ea8 00:47:36 Step 9/23 : RUN make cmd/core-command/core-command 00:47:36 ---> a5e83e29394b 00:47:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:36 ---> Running in e460b26e2568 00:47:36 ---> Running in 1a6af072d431 00:47:36 ---> Running in 954eb7cc0c34 00:47:36 ---> Running in 6a1ac05a8893 00:47:36 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 00:47:36 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 00:47:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47: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 00:47:37 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 00:47:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:57 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 00:47:57 snapd is not logged in, snap install commands will use sudo 00:48:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:02 snap "core18" has no updates available 00:48:03 Pulling config-common 00:48:03 + snapcraftctl pull 00:48:04 + snapcraftctl pull 00:48:04 Pulling go-build-helper 00:48:05 'edgex-go' has dependencies that need to be staged: go-build-helper 00:48:05 Skipping pull go-build-helper (already ran) 00:48:05 Building go-build-helper 00:48:05 + snapcraftctl build 00:48:07 Staging go-build-helper 00:48:07 + snapcraftctl stage 00:48:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:48:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 00:48:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:48:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:48:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:48:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 00:48:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 00:48:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 00:48:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:48:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:48:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:48:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:48:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:48:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:48:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:48:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:48:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:48:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:48:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 00:48:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:48:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:48:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:48:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 00:48:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 00:48:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 00:48:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:48:17 Fetched 24.0 MB in 0s (0 B/s) 00:48:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:48:17 Fetched 224 kB in 0s (0 B/s) 00:48:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:48:17 Fetched 157 kB in 0s (0 B/s) 00:48:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:48:17 Fetched 221 kB in 0s (0 B/s) 00:48:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:48:17 Fetched 143 kB in 0s (0 B/s) 00:48:17 Pulling edgex-go 00:48:17 + snapcraftctl pull 00:48:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:48:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:38 Fetched 0 B in 0s (0 B/s) 00:48:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:48:38 Fetched 96.5 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:48:38 Fetched 279 kB in 0s (0 B/s) 00:48:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:48:38 Fetched 122 kB in 0s (0 B/s) 00:48:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:48:38 Fetched 77.8 kB in 0s (0 B/s) 00:48:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:48:38 Fetched 8848 B in 0s (0 B/s) 00:48:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:48:38 Fetched 47.8 kB in 0s (0 B/s) 00:48:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:48:38 Fetched 45.6 kB in 0s (0 B/s) 00:48:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:48:38 Fetched 15.0 kB in 0s (0 B/s) 00:48:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:48:38 Fetched 214 kB in 0s (0 B/s) 00:48:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:48:38 Fetched 154 kB in 0s (0 B/s) 00:48:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:48:38 Fetched 50.6 kB in 0s (0 B/s) 00:48:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:48:38 Fetched 14.8 kB in 0s (0 B/s) 00:48:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:48:38 Fetched 41.8 kB in 0s (0 B/s) 00:48:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:48:38 Fetched 499 kB in 0s (0 B/s) 00:48:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:48:38 Fetched 111 kB in 0s (0 B/s) 00:48:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:48:38 Fetched 240 kB in 0s (0 B/s) 00:48:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:48:38 Fetched 29.3 kB in 0s (0 B/s) 00:48:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:48:38 Fetched 85.5 kB in 0s (0 B/s) 00:48:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:48:38 Fetched 24.5 kB in 0s (0 B/s) 00:48:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:48:38 Fetched 49.2 kB in 0s (0 B/s) 00:48:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:48:38 Fetched 54.2 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:48:38 Fetched 30.8 kB in 0s (0 B/s) 00:48:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:48:38 Fetched 15.8 kB in 0s (0 B/s) 00:48:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:48:38 Fetched 85.9 kB in 0s (0 B/s) 00:48:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:48:38 Fetched 8720 B in 0s (0 B/s) 00:48:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:48:38 Fetched 137 kB in 0s (0 B/s) 00:48:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:48:38 Fetched 119 kB in 0s (0 B/s) 00:48:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:48:38 Fetched 109 kB in 0s (0 B/s) 00:48:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:48:38 Fetched 11.1 kB in 0s (0 B/s) 00:48:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:48:38 Fetched 645 kB in 0s (0 B/s) 00:48:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:48:38 Fetched 41.3 kB in 0s (0 B/s) 00:48:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:48:38 Fetched 17.9 kB in 0s (0 B/s) 00:48:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:48:38 Fetched 368 kB in 0s (0 B/s) 00:48:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:48:38 Fetched 187 kB in 0s (0 B/s) 00:48:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:48:38 Fetched 175 kB in 0s (0 B/s) 00:48:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:48:38 Fetched 206 kB in 0s (0 B/s) 00:48:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:48:38 Fetched 1301 kB in 0s (0 B/s) 00:48:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:48:38 Fetched 36.2 kB in 0s (0 B/s) 00:48:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:48:38 Fetched 159 kB in 0s (0 B/s) 00:48:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:48:38 Fetched 107 kB in 0s (0 B/s) 00:48:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:48:38 Fetched 48.7 kB in 0s (0 B/s) 00:48:38 Pulling static-packages 00:48:38 + snapcraftctl pull 00:48:38 Pulling version 00:48:38 + cd /root/project 00:48:38 + [ -f VERSION ] 00:48:38 + PROJECT_VERSION=local-dev 00:48:38 + git rev-parse --short HEAD 00:48:38 + GIT_REVISION=b996fa77 00:48:38 + snapcraftctl set-version local-dev 00:48:38 Building config-common 00:48:38 + snapcraftctl build 00:48:40 Skipping build go-build-helper (already ran) 00:48:40 Building edgex-go 00:48:40 + cd /root/parts/edgex-go/src 00:48:40 + make build 00:48:40 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 00:48:43 go: downloading github.com/gorilla/mux v1.8.0 00:48:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 00:48:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 00:48:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 00:48:43 go: downloading github.com/google/uuid v1.2.0 00:48:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:48:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:48:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:48:44 go: downloading github.com/hashicorp/consul/api v1.8.1 00:48:44 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:48:44 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:48:44 go: downloading github.com/x448/float16 v0.8.4 00:48:44 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:44 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:44 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:48:44 go: downloading github.com/pebbe/zmq4 v1.2.5 00:48:44 go: downloading github.com/mattn/go-isatty v0.0.12 00:48:44 go: downloading github.com/imdario/mergo v0.3.12 00:48:44 go: downloading github.com/fatih/color v1.9.0 00:48:44 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:44 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:48:44 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:48:44 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:48:44 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:48:44 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:44 go: downloading github.com/pkg/errors v0.8.1 00:48:44 go: downloading github.com/hashicorp/serf v0.9.5 00:48:44 go: downloading github.com/mattn/go-colorable v0.1.6 00:48:44 go: downloading github.com/leodido/go-urn v1.2.0 00:48:44 go: downloading github.com/go-kit/kit v0.8.0 00:48:44 go: downloading github.com/go-playground/universal-translator v0.17.0 00:48:44 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:48:44 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:44 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:48:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:44 go: downloading github.com/go-playground/locales v0.13.0 00:48:44 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:44 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:44 go: downloading github.com/gorilla/websocket v1.4.2 00:48:44 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:48:44 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:45 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:45 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:48:55 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 00:48:55 go: downloading gopkg.in/yaml.v2 v2.4.0 00:49:00 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 00:49:01 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 00:49:03 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 00:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:03 go: downloading github.com/stretchr/testify v1.7.0 00:49:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:49:03 go: downloading github.com/pmezard/go-difflib v1.0.0 00:49:03 go: downloading github.com/davecgh/go-spew v1.1.1 00:49:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:49:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:49:07 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 00:49:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:08 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:49:10 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 00:49:11 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 00:49:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:49:13 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 00:49:13 go: downloading github.com/lib/pq v1.9.0 00:49:14 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 00:49:14 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 00:49:15 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:49:15 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:49:15 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:49:15 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:49:15 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:49:15 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:49:15 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:49:15 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:49:15 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:49:15 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:49:15 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:49:15 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:49:15 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:49:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:49:15 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:49:15 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:49:15 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:49:15 + 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 00:49:15 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:49:15 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:49:15 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:49:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:49:15 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:49:15 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:49:15 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:49:18 Building static-packages 00:49:18 + snapcraftctl build 00:49:20 Building version 00:49:20 + snapcraftctl build 00:49:22 Staging config-common 00:49:22 + snapcraftctl stage 00:49:23 Skipping stage go-build-helper (already ran) 00:49:23 Staging edgex-go 00:49:23 + snapcraftctl stage 00:49:24 Staging static-packages 00:49:24 + snapcraftctl stage 00:49:24 Staging version 00:49:24 + snapcraftctl stage 00:49:25 Priming config-common 00:49:25 + snapcraftctl prime 00:49:26 Removing intermediate container ff1f7bcbf3cc 00:49:26 ---> 99f246e894ef 00:49:26 00:49:26 Step 10/21 : FROM alpine:3.12 00:49:26 3.12: Pulling from library/alpine 00:49:26 Priming go-build-helper 00:49:26 + snapcraftctl prime 00:49:27 Priming edgex-go 00:49:27 + snapcraftctl prime 00:49:27 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:27 Status: Downloaded newer image for alpine:3.12 00:49:27 ---> d10569e2745f 00:49:27 Step 11/21 : RUN apk add --update --no-cache curl 00:49:28 Removing intermediate container 1a6af072d431 00:49:28 ---> 24a4d459359d 00:49:28 00:49:28 Step 10/24 : FROM alpine:3.12 00:49:28 ---> d10569e2745f 00:49:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:28 ---> Running in 4da058821b9f 00:49:28 ---> Running in d815e429d3be 00:49:29 Priming static-packages 00:49:29 + snapcraftctl prime 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 Priming version 00:49:31 + snapcraftctl prime 00:49:31 (1/5) Installing ca-certificates (20191127-r4) 00:49:31 (1/4) Installing ca-certificates (20191127-r4) 00:49:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:31 (3/5) Installing libcurl (7.69.1-r3) 00:49:31 (4/5) Installing curl (7.69.1-r3) 00:49:31 (5/5) Installing dumb-init (1.2.2-r1) 00:49:31 Executing busybox-1.31.1-r19.trigger 00:49:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:31 (3/4) Installing libcurl (7.69.1-r3) 00:49:31 Executing ca-certificates-20191127-r4.trigger 00:49:31 (4/4) Installing curl (7.69.1-r3) 00:49:31 Executing busybox-1.31.1-r19.trigger 00:49:31 Executing ca-certificates-20191127-r4.trigger 00:49:32 OK: 7 MiB in 19 packages 00:49:32 OK: 7 MiB in 18 packages 00:49:32 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] } 00:49:35 Removing intermediate container d815e429d3be 00:49:35 ---> 9c205e589cdb 00:49:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:35 Removing intermediate container 4da058821b9f 00:49:35 ---> ea38e5ebf6c7 00:49:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:35 ---> Running in cd7df400f6c9 00:49:35 ---> Running in 5dd27459df83 00:49:36 Removing intermediate container cd7df400f6c9 00:49:36 ---> 92364fe2b06d 00:49:36 Step 13/24 : WORKDIR / 00:49:36 Removing intermediate container 5dd27459df83 00:49:36 ---> 5acbdc0c66f9 00:49:36 Step 13/21 : WORKDIR /edgex 00:49:36 ---> Running in 10bff7568881 00:49:37 ---> Running in 7790573cf611 00:49:37 Removing intermediate container 10bff7568881 00:49:37 ---> c2be261e2d2b 00:49:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:38 Removing intermediate container 7790573cf611 00:49:38 ---> 51d5d892685a 00:49:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:39 ---> 53d5471a7de7 00:49:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:40 ---> 2a104059029f 00:49:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:41 ---> 0715fa8b2dcd 00:49:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:42 ---> 88f5b6f179c7 00:49:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:43 ---> db8822a5133f 00:49:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:44 Removing intermediate container 6a1ac05a8893 00:49:44 ---> c57087adad59 00:49:44 00:49:44 Step 10/23 : FROM alpine:3.12 00:49:44 ---> d10569e2745f 00:49:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:45 ---> Running in 6b15ec1c240f 00:49:45 ---> 6ce6cdbf99ab 00:49:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:45 ---> Running in 058cc504d787 00:49:45 ---> 660c52c5550c 00:49:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:46 Removing intermediate container e460b26e2568 00:49:46 ---> d3527dc1fa28 00:49:46 00:49:46 Step 10/22 : FROM alpine:3.12 00:49:46 ---> d10569e2745f 00:49:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:46 ---> Running in 37047157e259 00:49:46 Removing intermediate container 058cc504d787 00:49:46 ---> 1d401d8a1fef 00:49:46 Step 18/21 : CMD ["--init=true"] 00:49:47 ---> Running in 8e8ad27c66e8 00:49:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:48 Removing intermediate container 8e8ad27c66e8 00:49:48 ---> 2520d936dac9 00:49:48 Step 19/21 : LABEL arch=arm64 00:49:48 (1/1) Installing dumb-init (1.2.2-r1) 00:49:48 Executing busybox-1.31.1-r19.trigger 00:49:48 OK: 5 MiB in 15 packages 00:49:48 ---> 176d7838a3dd 00:49:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:48 ---> Running in 7290b2a50ed8 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 Removing intermediate container 7290b2a50ed8 00:49:50 ---> d006be9af36e 00:49:50 Step 20/21 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:49:50 (1/1) Installing dumb-init (1.2.2-r1) 00:49:50 Executing busybox-1.31.1-r19.trigger 00:49:50 OK: 5 MiB in 15 packages 00:49:50 ---> Running in f0c07ddd206c 00:49:50 Removing intermediate container 6b15ec1c240f 00:49:50 ---> 02e2aaa7dffb 00:49:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:50 ---> 73a4b42fcd57 00:49:50 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/ 00:49:50 ---> Running in 63a1c3bbe70f 00:49:50 ---> Running in b515a118f288 00:49:51 Removing intermediate container f0c07ddd206c 00:49:51 ---> ea264fdf9047 00:49:51 Step 21/21 : LABEL version=0.0.0 00:49:51 ---> Running in 32a1bad576b8 00:49:51 Removing intermediate container 63a1c3bbe70f 00:49:51 ---> 0129479d4f19 00:49:51 Step 13/23 : ENV APP_PORT=48082 00:49:52 ---> Running in 80cca588a269 00:49:52 Removing intermediate container 37047157e259 00:49:52 ---> 547147eb46c9 00:49:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:52 Removing intermediate container 32a1bad576b8 00:49:52 ---> 64018dcff0d3 00:49:52 00:49:52 ---> Running in 2156826d933a 00:49:53 Removing intermediate container 80cca588a269 00:49:53 ---> 8d34945e3ab5 00:49:53 Step 14/23 : EXPOSE $APP_PORT 00:49:53 Successfully built 64018dcff0d3 00:49:53 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:53 Building docker-sys-mgmt-agent-go 00:49:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 2156826d933a 00:49:53 ---> Running in f9db5a74bff7 00:49:53 ---> c38dcecab0c1 00:49:53 Step 13/22 : ENV APP_PORT=48085 00:49:54 ---> Running in 16e4fb72b8e8 00:49:54 Removing intermediate container f9db5a74bff7 00:49:54 ---> 6b73ac6aec19 00:49:54 Step 15/23 : WORKDIR / 00:49:54 Removing intermediate container 954eb7cc0c34 00:49:54 ---> 30158024edf2 00:49:54 00:49:54 Step 10/23 : FROM alpine:3.12 00:49:54 ---> d10569e2745f 00:49:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:54 ---> Using cache 00:49:54 ---> 547147eb46c9 00:49:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:54 ---> Using cache 00:49:54 ---> c38dcecab0c1 00:49:54 Step 13/23 : ENV APP_PORT=48081 00:49:54 ---> Running in be63a6ffee90 00:49:54 ---> Running in 48eb7d6fa380 00:49:54 Removing intermediate container b515a118f288 00:49:54 ---> d2bf08a2fd71 00:49:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"]Removing intermediate container 16e4fb72b8e8 00:49:54 ---> adfd3a23e034 00:49:54 Step 14/22 : EXPOSE $APP_PORT 00:49:54 00:49:55 ---> Running in 54be66973c2d 00:49:55 ---> Running in 02bf88827fde 00:49:55 Removing intermediate container be63a6ffee90 00:49:55 ---> 16d88c79e30d 00:49:55 Step 14/23 : EXPOSE $APP_PORT 00:49:55 Removing intermediate container 48eb7d6fa380 00:49:55 ---> 7b237c1403bd 00:49:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:56 ---> Running in 14cf78339513 00:49:56 Removing intermediate container 54be66973c2d 00:49:56 ---> d60fd128ec65 00:49:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:56 Removing intermediate container 02bf88827fde 00:49:56 ---> 43d865c20f2f 00:49:56 Step 22/24 : LABEL arch=arm64 00:49:57 ---> 134646f8c7f2 00:49:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:57 ---> Running in c201f1502fc6 00:49:57 Removing intermediate container 14cf78339513 00:49:57 ---> e3d3489083e5 00:49:57 Step 15/23 : WORKDIR / 00:49:57 ---> 54782af918bb 00:49:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:57 ---> Running in b5a0d7da90e2 00:49:58 Removing intermediate container c201f1502fc6 00:49:58 ---> 0960f7ff0b47 00:49:58 Step 23/24 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:49:58 ---> Running in d11b33142d65 00:49:58 Removing intermediate container b5a0d7da90e2 00:49:58 ---> 3eb019045279 00:49:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:59 ---> 7bcdc081b3a4 00:49:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:59 Removing intermediate container d11b33142d65 00:49:59 ---> 56ceddae80b9 00:49:59 Step 24/24 : LABEL version=0.0.0 00:49:59 ---> 0712b1abaef0 00:49:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:00 ---> Running in 2eb93608278e 00:50:00 ---> e10d239353be 00:50:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:00 ---> be267874c6d0 00:50:00 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:01 Removing intermediate container 2eb93608278e 00:50:01 ---> ead481f2b38b 00:50:01 00:50:01 ---> Running in 8b8688665312 00:50:01 ---> 80808d4c56b2 00:50:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:01 ---> Running in ab921096a768 00:50:01 Successfully built ead481f2b38b 00:50:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:02  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:50:02 Removing intermediate container 8b8688665312 00:50:02 ---> 4462eb4352d0 00:50:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:02 ---> f8ce60845006 00:50:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:02 ---> Running in 472ff8f5fba1 00:50:02 Removing intermediate container ab921096a768 00:50:02 ---> b220d17d4e5a 00:50:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:02 ---> Running in cbeb2f55c3d0 00:50:02 Removing intermediate container 472ff8f5fba1 00:50:02 ---> 403816fd03e1 00:50:02 Step 21/23 : LABEL arch=arm64 00:50:03 ---> Running in ce7a5fe60a7a 00:50:03 Removing intermediate container cbeb2f55c3d0 00:50:03 ---> 0fa682ebb476 00:50:03 Step 20/22 : LABEL arch=arm64 00:50:03 ---> 39c248c8684f 00:50:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:03 ---> Running in 6694c8cb5e90 00:50:03 ---> Running in 5d3fd4d213de 00:50:03 Removing intermediate container ce7a5fe60a7a 00:50:03 ---> ee9e558b7f7f 00:50:03 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:50:04 ---> Running in 1f05169f7079 00:50:04 Removing intermediate container 5d3fd4d213de 00:50:04 ---> dcf132c3be4f 00:50:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:04 Removing intermediate container 6694c8cb5e90 00:50:04 ---> 72e936291a50 00:50:04 Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:50:04 ---> Running in 38f7789ee2d8 00:50:04 ---> Running in e4cdf9846711 00:50:04 Removing intermediate container 1f05169f7079 00:50:04 ---> 9a8e33f22b5e 00:50:04 Step 23/23 : LABEL version=0.0.0 00:50:04 ---> Running in 3925856d46e7 00:50:05 Removing intermediate container 38f7789ee2d8 00:50:05 ---> 5bf6a8a2df8a 00:50:05 Step 21/23 : LABEL arch=arm64 00:50:05 Removing intermediate container e4cdf9846711 00:50:05 ---> 4d7c64e9d117 00:50:05 Step 22/22 : LABEL version=0.0.0 00:50:05 ---> Running in decca33b6269 00:50:06 ---> Running in 69dcd923e3bd 00:50:06 Removing intermediate container 3925856d46e7 00:50:06 ---> 0d06a7121414 00:50:06 00:50:06 Successfully built 0d06a7121414 00:50:06 Removing intermediate container decca33b6269 00:50:06 ---> 24addcd5d0d5 00:50:06 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:50:06 Successfully tagged docker-core-command-go-arm64:latest 00:50:06  Building docker-core-command-go ... done Building docker-support-notifications-go 00:50:06 Removing intermediate container 69dcd923e3bd 00:50:06 ---> a3fc83d8bcad 00:50:06 00:50:06 ---> Running in c5b0786e11fd 00:50:07 Successfully built a3fc83d8bcad 00:50:07 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:07  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:50:07 Removing intermediate container c5b0786e11fd 00:50:07 ---> a4e2cf413167 00:50:07 Step 23/23 : LABEL version=0.0.0 00:50:07 ---> Running in fa793172805e 00:50:08 Removing intermediate container fa793172805e 00:50:08 ---> 68a4368e8763 00:50:08 00:50:08 Successfully built 68a4368e8763 00:50:08 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:47  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:47 ---> 14ff88e4725a 00:50:47 Step 3/26 : WORKDIR /edgex-go 00:50:47 ---> Using cache 00:50:47 ---> bf0c4991f0e5 00:50:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:47 ---> Using cache 00:50:47 ---> 68a6033b3402 00:50:47 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:47 ---> Running in fa6da58a86c7 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 OK: 217 MiB in 51 packages 00:50:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:50:52 ---> 14ff88e4725a 00:50:52 Step 3/31 : WORKDIR /edgex-go 00:50:52 ---> Using cache 00:50:52 ---> bf0c4991f0e5 00:50:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:52 ---> Using cache 00:50:52 ---> 68a6033b3402 00:50:52 Step 5/31 : RUN apk add --update --no-cache make git 00:50:52 ---> Using cache 00:50:52 ---> c12f1c9f87ac 00:50:52 Step 6/31 : COPY go.mod . 00:50:52 ---> Using cache 00:50:52 ---> 894a2872edb5 00:50:52 Step 7/31 : RUN go mod download 00:50:52 ---> Using cache 00:50:52 ---> d1221e12ddcb 00:50:52 Step 8/31 : COPY . . 00:50:52 ---> Using cache 00:50:52 ---> 04544b98ba3f 00:50:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:53 ---> Running in 0b12b84c953b 00:50:53 Removing intermediate container fa6da58a86c7 00:50:53 ---> e383a3e16c74 00:50:53 Step 6/26 : COPY go.mod . 00:50:55 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 00:50:55 ---> 9b115c7a533e 00:50:55 Step 7/26 : RUN go mod download 00:50:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:55 ---> 14ff88e4725a 00:50:55 Step 3/22 : WORKDIR /edgex-go 00:50:55 ---> Using cache 00:50:55 ---> bf0c4991f0e5 00:50:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:55 ---> Using cache 00:50:55 ---> 68a6033b3402 00:50:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:55 ---> Running in 75fb79ff2194 00:50:55 ---> Running in f4c4b88637e9 00:50:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:55 ---> 14ff88e4725a 00:50:55 Step 3/23 : WORKDIR /edgex-go 00:50:55 ---> Using cache 00:50:55 ---> bf0c4991f0e5 00:50:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:55 ---> Using cache 00:50:55 ---> 68a6033b3402 00:50:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:55 ---> Running in aac1df483a62 00:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:59 OK: 217 MiB in 51 packages 00:50:59 OK: 217 MiB in 51 packages 00:51:01 Removing intermediate container f4c4b88637e9 00:51:01 ---> 75e0dc240928 00:51:01 Step 8/26 : COPY . . 00:51:01 Removing intermediate container 75fb79ff2194 00:51:01 ---> fc4d96e14239 00:51:01 Step 6/22 : COPY go.mod . 00:51:02 Removing intermediate container aac1df483a62 00:51:02 ---> d1d4e94f243d 00:51:02 Step 6/23 : COPY go.mod . 00:51:03 ---> fa3955bc7077 00:51:03 Step 7/22 : RUN go mod download 00:51:04 ---> Running in afdbc165792a 00:51:04 ---> c3f5becc5aab 00:51:04 Step 7/23 : RUN go mod download 00:51:05 ---> Running in d14dd3373deb 00:51:11 Removing intermediate container afdbc165792a 00:51:11 ---> 148c78821449 00:51:11 Step 8/22 : COPY . . 00:51:11 Removing intermediate container d14dd3373deb 00:51:11 ---> 2094400bee0b 00:51:11 Step 8/23 : COPY . . 00:51:34 ---> 71f7010a633a 00:51:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:34 ---> Running in b4c0965ac805 00:51:35 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 00:51:42 ---> fe12351bde5c 00:51:42 Step 9/23 : RUN make cmd/core-data/core-data 00:51:42 ---> 9d683d83e43f 00:51:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:42 ---> Running in 32b3231f6b68 00:51:42 ---> Running in ea077e455ce1 00:51:45 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 00:51:45 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 00:51:45 Removing intermediate container 0b12b84c953b 00:51:45 ---> fb7303d203ff 00:51:45 00:51:45 Step 10/31 : FROM alpine:3.12 00:51:45 ---> d10569e2745f 00:51:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:46 ---> Running in fcf90861fea6 00:51:46 Removing intermediate container fcf90861fea6 00:51:46 ---> e44c118eab16 00:51:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:47 ---> Running in 99c0e6c54de0 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:50 (1/2) Installing dumb-init (1.2.2-r1) 00:51:50 (2/2) Installing su-exec (0.2-r1) 00:51:50 Executing busybox-1.31.1-r19.trigger 00:51:50 OK: 5 MiB in 16 packages 00:51:52 Removing intermediate container 99c0e6c54de0 00:51:52 ---> fc39e320b103 00:51:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:52 ---> Running in 56352f0071e9 00:51:52 Removing intermediate container 56352f0071e9 00:51:52 ---> 6f3a3a8f3edd 00:51:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:52 ---> Running in 7fb82e0f9d9c 00:51:53 Removing intermediate container 7fb82e0f9d9c 00:51:53 ---> 7f99b06d26e3 00:51:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:53 ---> Running in 0b323c70dcdd 00:51:58 Removing intermediate container 0b323c70dcdd 00:51:58 ---> 42ccf8cd794b 00:51:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:58 ---> Running in 1c1b9383baf4 00:51:58 Removing intermediate container 1c1b9383baf4 00:51:58 ---> 6846117ce082 00:51:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:59 ---> 38b8d6a7c07e 00:51:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:59 ---> Running in 5cf1c00b1830 00:52:04 Removing intermediate container 5cf1c00b1830 00:52:04 ---> 976d282f2ddf 00:52:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:04 ---> 16b7a5d48101 00:52:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:06 ---> 0bf5f240773c 00:52:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:07 ---> 47f032a9a8c7 00:52:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:08 ---> 4c7708fcd0bf 00:52:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:52:09 ---> 00d8b10360c4 00:52:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:10 ---> Running in 73de042b5f95 00:52:11 Removing intermediate container 73de042b5f95 00:52:11 ---> 98c6303a95e1 00:52:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:12 ---> 00e17694f55f 00:52:12 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:12 ---> Running in c1c312c29581 00:52:16 Removing intermediate container c1c312c29581 00:52:16 ---> 94d61cb040f5 00:52:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:16 ---> Running in 6f15073a81a3 00:52:17 Removing intermediate container 6f15073a81a3 00:52:17 ---> 123c2ada5575 00:52:17 Step 28/31 : CMD ["gate"] 00:52:17 ---> Running in b210a11e2eb7 00:52:18 Removing intermediate container b210a11e2eb7 00:52:18 ---> bc433c969292 00:52:18 Step 29/31 : LABEL arch=arm64 00:52:19 ---> Running in 6c71b1bcd379 00:52:19 Removing intermediate container 6c71b1bcd379 00:52:19 ---> 20ef0b89114a 00:52:19 Step 30/31 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:52:20 ---> Running in 6f4897f4935a 00:52:20 Removing intermediate container 6f4897f4935a 00:52:20 ---> 2c6b8f221473 00:52:20 Step 31/31 : LABEL version=0.0.0 00:52:21 ---> Running in 54e6d3441040 00:52:22 Removing intermediate container 54e6d3441040 00:52:22 ---> f6cb28247ec7 00:52:22 00:52:22 Successfully built f6cb28247ec7 00:52:22 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:55  Building docker-security-bootstrapper-go ... done Removing intermediate container b4c0965ac805 00:52:55 ---> e7ac9e474059 00:52:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:55 ---> Running in 41296b72e0d7 00:52:55 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 00:52:59 Removing intermediate container 41296b72e0d7 00:52:59 ---> 7cddfeaeaa0a 00:52:59 00:52:59 Step 11/26 : FROM docker:20.10.0 00:52:59 20.10.0: Pulling from library/docker 00:53:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:14 Status: Downloaded newer image for docker:20.10.0 00:53:14 ---> eeaf43b92773 00:53:14 Step 12/26 : RUN apk add --no-cache bash 00:53:14 ---> Running in 68393fa81a6c 00:53:14 Removing intermediate container 32b3231f6b68 00:53:14 ---> 9aee0f2c62f4 00:53:14 00:53:14 Step 10/22 : FROM alpine:3.12 00:53:14 ---> d10569e2745f 00:53:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:53:14 ---> Running in f2171755b02a 00:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:15 (1/2) Installing readline (8.0.4-r0) 00:53:15 (2/2) Installing bash (5.0.17-r0) 00:53:15 Executing bash-5.0.17-r0.post-install 00:53:15 Executing busybox-1.31.1-r19.trigger 00:53:15 OK: 12 MiB in 22 packages 00:53:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:16 (1/2) Installing ca-certificates (20191127-r4) 00:53:16 (2/2) Installing dumb-init (1.2.2-r1) 00:53:16 Executing busybox-1.31.1-r19.trigger 00:53:16 Executing ca-certificates-20191127-r4.trigger 00:53:16 OK: 6 MiB in 16 packages 00:53:17 Removing intermediate container 68393fa81a6c 00:53:17 ---> 484ec3a938e3 00:53:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:17 ---> Running in bfddda815eba 00:53:18 Removing intermediate container bfddda815eba 00:53:18 ---> 809c8c0840de 00:53:18 Step 14/26 : ENV APP_PORT=48090 00:53:18 ---> Running in 7a140ee68d39 00:53:18 Removing intermediate container f2171755b02a 00:53:18 ---> ed7bc60e61db 00:53:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:18 ---> Running in 378173ca8422 00:53:18 Removing intermediate container 7a140ee68d39 00:53:18 ---> 87d7228472c3 00:53:18 Step 15/26 : EXPOSE $APP_PORT 00:53:19 ---> Running in 4eccb905f1aa 00:53:19 Removing intermediate container 378173ca8422 00:53:19 ---> 8955cdb00166 00:53:19 Step 13/22 : ENV APP_PORT=48060 00:53:19 ---> Running in 6882428648d5 00:53:19 Removing intermediate container 4eccb905f1aa 00:53:19 ---> f518991eafb8 00:53:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:20 Removing intermediate container 6882428648d5 00:53:20 ---> a77ea6051e56 00:53:20 Step 14/22 : EXPOSE $APP_PORT 00:53:20 ---> Running in c21ee64d0868 00:53:21 ---> 788dc6ccbd28 00:53:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:21 Removing intermediate container c21ee64d0868 00:53:21 ---> 092406fac775 00:53:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:22 ---> e3fd904bdd6d 00:53:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:22 Removing intermediate container ea077e455ce1 00:53:22 ---> 496bafdc796d 00:53:22 00:53:22 Step 10/23 : FROM alpine:3.12 00:53:22 ---> d10569e2745f 00:53:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:22 ---> ba5439814a3a 00:53:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:22 ---> Running in 89c731ffb7df 00:53:23 Removing intermediate container 89c731ffb7df 00:53:23 ---> 458269bdb97e 00:53:23 Step 12/23 : ENV APP_PORT=48080 00:53:23 ---> 6a8058233c5d 00:53:23 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:23 ---> Running in 370bd1d2a697 00:53:24 ---> Running in aa2350d0f29d 00:53:24 ---> f5261f628815 00:53:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:24 Removing intermediate container 370bd1d2a697 00:53:24 ---> ba82c8c960c6 00:53:24 Step 13/23 : EXPOSE $APP_PORT 00:53:24 ---> Running in d2fcb37f666d 00:53:25 ---> df074736bb22 00:53:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:25 ---> Running in b62e246de61b 00:53:25 Removing intermediate container d2fcb37f666d 00:53:25 ---> cf627c5685f4 00:53:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:25 ---> Running in e2c3a8fc4eb1 00:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:26 Removing intermediate container b62e246de61b 00:53:26 ---> af7a71558e59 00:53:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:26 ---> Running in 8d2dc85459b9 00:53:26 (1/33) Installing libbz2 (1.0.8-r1) 00:53:26 (2/33) Installing expat (2.2.9-r1) 00:53:26 (3/33) Installing libffi (3.3-r2) 00:53:26 (4/33) Installing gdbm (1.13-r1) 00:53:26 (5/33) Installing xz-libs (5.2.5-r0) 00:53:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:26 (7/33) Installing python3 (3.8.5-r1) 00:53:27 Removing intermediate container 8d2dc85459b9 00:53:27 ---> 0a42f83404f8 00:53:27 Step 20/22 : LABEL arch=arm64 00:53:28 ---> Running in a580f9b0801e 00:53:28 Removing intermediate container a580f9b0801e 00:53:28 ---> c303b1c74d5e 00:53:28 Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:53:28 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:28 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:28 (11/33) Installing py3-six (1.15.0-r0) 00:53:28 (12/33) Installing py3-packaging (20.4-r0) 00:53:28 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:28 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:29 (15/33) Installing py3-idna (2.9-r0) 00:53:29 ---> Running in 7d98f2b593cb 00:53:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:29 (18/33) Installing py3-requests (2.23.0-r0) 00:53:29 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:29 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:29 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:29 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:29 Removing intermediate container e2c3a8fc4eb1 00:53:29 ---> db9c5ce81a77 00:53:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:29 (24/33) Installing py3-distro (1.5.0-r1) 00:53:29 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:29 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:29 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:29 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:29 (29/33) Installing py3-progress (1.5-r0) 00:53:29 (30/33) Installing py3-toml (0.10.1-r0) 00:53:29 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:29 (33/33) Installing py3-pip (20.1.1-r0) 00:53:29 Executing busybox-1.31.1-r19.trigger 00:53:29 ---> Running in 3dfb0508452e 00:53:29 OK: 71 MiB in 55 packages 00:53:29 Removing intermediate container 7d98f2b593cb 00:53:29 ---> d9c205db10af 00:53:29 Step 22/22 : LABEL version=0.0.0 00:53:29 ---> Running in 9db6e2d9c79b 00:53:30 Removing intermediate container 9db6e2d9c79b 00:53:30 ---> 64ef52fa514a 00:53:30 00:53:31 Successfully built 64ef52fa514a 00:53:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:31  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:32 (1/6) Installing dumb-init (1.2.2-r1) 00:53:32 (2/6) Installing libgcc (9.3.0-r2) 00:53:33 (3/6) Installing libsodium (1.0.18-r0) 00:53:33 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:33 (5/6) Installing libzmq (4.3.3-r0) 00:53:33 (6/6) Installing zeromq (4.3.3-r0) 00:53:33 Executing busybox-1.31.1-r19.trigger 00:53:33 OK: 8 MiB in 20 packages 00:53:35 Removing intermediate container 3dfb0508452e 00:53:35 ---> 16611c93a30d 00:53:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:35 Removing intermediate container aa2350d0f29d 00:53:35 ---> 7beb2d6271ce 00:53:35 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:35 ---> Running in 76cf6c168336 00:53:36 ---> 61e177bc1dc5 00:53:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:37 ---> ea65e2706024 00:53:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:38 ---> 10c684a464a5 00:53:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:38 ---> Running in 0db5a3ac2fa8 00:53:39 Removing intermediate container 0db5a3ac2fa8 00:53:39 ---> f8b0eebd201b 00:53:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:39 ---> Running in 5672d6af2f8b 00:53:40 Removing intermediate container 5672d6af2f8b 00:53:40 ---> 7df7ea164603 00:53:40 Step 21/23 : LABEL arch=arm64 00:53:40 ---> Running in 1cd79163c13a 00:53:40 Removing intermediate container 1cd79163c13a 00:53:40 ---> a1851ea74fa4 00:53:40 Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:53:40 ---> Running in 5f756c921a9c 00:53:41 Removing intermediate container 5f756c921a9c 00:53:41 ---> 41aecf86bd99 00:53:41 Step 23/23 : LABEL version=0.0.0 00:53:41 ---> Running in 3f6c5f155fc6 00:53:42 Removing intermediate container 3f6c5f155fc6 00:53:42 ---> 98c18104376f 00:53:42 00:53:42 Collecting docker-compose==1.23.2 00:53:42 Successfully built 98c18104376f 00:53:42 Successfully tagged docker-core-data-go-arm64:latest 00:53:42  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:43 Collecting PyYAML<4,>=3.10 00:53:44 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:48 Collecting docker<4.0,>=3.6.0 00:53:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:49 Collecting websocket-client<1.0,>=0.32.0 00:53:49 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:53:49 Collecting cached-property<2,>=1.2.0 00:53:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:51 Collecting texttable<0.10,>=0.9.0 00:53:51 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:53 Collecting jsonschema<3,>=2.5.1 00:53:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:53 Collecting docopt<0.7,>=0.6.1 00:53:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:56 Collecting dockerpty<0.5,>=0.4.1 00:53:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:58 Collecting docker-pycreds>=0.4.0 00:53:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:58 Collecting idna<2.8,>=2.5 00:53:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:59 Collecting urllib3<1.25,>=1.21.1 00:53:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:00 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) 00:54:00 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) 00:54:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:01 Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, texttable, jsonschema, docopt, dockerpty, docker-compose 00:54:01 Running setup.py install for PyYAML: started 00:54:04 Running setup.py install for PyYAML: finished with status 'done' 00:54:04 Attempting uninstall: idna 00:54:04 Found existing installation: idna 2.9 00:54:04 Uninstalling idna-2.9: 00:54:04 Successfully uninstalled idna-2.9 00:54:05 Attempting uninstall: urllib3 00:54:05 Found existing installation: urllib3 1.25.9 00:54:05 Uninstalling urllib3-1.25.9: 00:54:05 Successfully uninstalled urllib3-1.25.9 00:54:06 Attempting uninstall: requests 00:54:06 Found existing installation: requests 2.23.0 00:54:06 Uninstalling requests-2.23.0: 00:54:06 Successfully uninstalled requests-2.23.0 00:54:08 Running setup.py install for texttable: started 00:54:10 Running setup.py install for texttable: finished with status 'done' 00:54:10 Running setup.py install for docopt: started 00:54:13 Running setup.py install for docopt: finished with status 'done' 00:54:13 Running setup.py install for dockerpty: started 00:54:15 Running setup.py install for dockerpty: finished with status 'done' 00:54:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:54:21 Removing intermediate container 76cf6c168336 00:54:21 ---> 3f14569b8351 00:54:21 Step 21/26 : RUN apk --no-cache add curl 00:54:21 ---> Running in 27e5b273b9dc 00:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:23 (2/3) Installing libcurl (7.69.1-r3) 00:54:23 (3/3) Installing curl (7.69.1-r3) 00:54:23 Executing busybox-1.31.1-r19.trigger 00:54:23 OK: 71 MiB in 58 packages 00:54:24 Removing intermediate container 27e5b273b9dc 00:54:24 ---> ccd2516ac740 00:54:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:25 ---> Running in f289e0e05a38 00:54:25 Removing intermediate container f289e0e05a38 00:54:25 ---> f9e651900648 00:54:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:25 ---> Running in 2bfbfff280c6 00:54:26 Removing intermediate container 2bfbfff280c6 00:54:26 ---> 49652e096b2a 00:54:26 Step 24/26 : LABEL arch=arm64 00:54:26 ---> Running in 6628706278d6 00:54:26 Removing intermediate container 6628706278d6 00:54:26 ---> e05157a41a7f 00:54:26 Step 25/26 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 00:54:26 ---> Running in e9ccf43ad909 00:54:27 Removing intermediate container e9ccf43ad909 00:54:27 ---> 3a06efdd3273 00:54:27 Step 26/26 : LABEL version=0.0.0 00:54:27 ---> Running in df6728da1e8a 00:54:27 Removing intermediate container df6728da1e8a 00:54:27 ---> 4bd2646c3def 00:54:27 00:54:28 Successfully built 4bd2646c3def 00:54:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:29 $ docker stop --time=1 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 00:54:31 $ docker rm -f 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 [Pipeline] // withDockerContainer [Pipeline] sh 00:54:32 + docker images 00:54:32 + grep docker 00:54:32 docker-sys-mgmt-agent-go-arm64 latest 4bd2646c3def 5 seconds ago 300MB 00:54:32 docker-core-data-go-arm64 latest 98c18104376f 51 seconds ago 21.3MB 00:54:32 docker-support-notifications-go-arm64 latest 64ef52fa514a About a minute ago 16.9MB 00:54:32 docker-security-bootstrapper-go-arm64 latest f6cb28247ec7 2 minutes ago 17.8MB 00:54:32 docker-core-metadata-go-arm64 latest 68a4368e8763 4 minutes ago 17.9MB 00:54:32 docker-support-scheduler-go-arm64 latest a3fc83d8bcad 4 minutes ago 16.3MB 00:54:32 docker-core-command-go-arm64 latest 0d06a7121414 4 minutes ago 16.2MB 00:54:32 docker-security-secretstore-setup-go-arm64 latest ead481f2b38b 4 minutes ago 23.7MB 00:54:32 docker-security-proxy-setup-go-arm64 latest 64018dcff0d3 4 minutes ago 23.4MB 00:54:32 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:54:33 ---> job-cost.sh 00:54:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R5Q3 00:55:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:57:27 lf-activate-venv(): INFO: Adding /tmp/venv-R5Q3/bin to PATH 00:57:27 INFO: No Stack... 00:57:27 INFO: Retrieving Pricing Info for: lf-standard-4 00:57:27 INFO: Archiving Costs [Pipeline] sh 00:57:27 + cat /w/workspace/edgex-go/17/archives/cost.csv 00:57:27 + cut -d, -f6 [Pipeline] lock 00:57:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] 00:57:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] did not exist. Created. 00:57:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:57:28 + echo total: 0.20999999344348907 [Pipeline] stash 00:57:28 Stashed 1 file(s) [Pipeline] } 00:57:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] [Pipeline] // lock [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 00:57:29 provisioning config files... 00:57:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config4271861908799132656tmp [Pipeline] { [Pipeline] sh 00:57:29 + set +x 00:57:29 + curl -s https://codecov.io/bash 00:57:29 + bash -s -- 00:57:30 00:57:30 _____ _ 00:57:30 / ____| | | 00:57:30 | | ___ __| | ___ ___ _____ __ 00:57:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:57:30 | |___| (_) | (_| | __/ (_| (_) \ V / 00:57:30 \_____\___/ \__,_|\___|\___\___/ \_/ 00:57:30 Bash-20210309-2b87ace 00:57:30 00:57:30 00:57:30 ==> git version 2.24.3 found 00:57:30 ==> 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 00:57:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:57:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:57:30 ==> Jenkins CI detected. 00:57:30 project root: . 00:57:30 --> token set from env 00:57:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:57:30 ==> Running gcov in . (disable via -X gcov) 00:57:30 ==> Python coveragepy not found 00:57:30 ==> Searching for coverage reports in: 00:57:30 + . 00:57:30 -> Found 1 reports 00:57:30 ==> Detecting git/mercurial file structure 00:57:30 ==> Reading reports 00:57:30 + ./coverage.out bytes=628838 00:57:30 ==> Appending adjustments 00:57:30 https://docs.codecov.io/docs/fixing-reports 00:57:34 + Found adjustments 00:57:34 ==> Gzipping contents 00:57:34 92K /tmp/codecov.FjsRFl.gz 00:57:34 ==> Uploading reports 00:57:34 url: https://codecov.io 00:57:34 query: branch=PR-3208&commit=ae62a50f272e84596d95d866e2a01770033c3343&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 00:57:34 -> Pinging Codecov 00:57:34 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=ae62a50f272e84596d95d866e2a01770033c3343&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 00:57:34 -> Uploading to 00:57:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/ae62a50f272e84596d95d866e2a01770033c3343/02dc005c-c6bb-4d54-8e46-99953a931734.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T005734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3e14ab37fca001419184724809d8218fdf6b38de3f3de09e8dc5c2c146621a0 00:57:34 % Total % Received % Xferd Average Speed Time Time Time Current 00:57:34 Dload Upload Total Spent Left Speed 00:57:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 52 92859 0 0 52 49152 0 182k --:--:-- --:--:-- --:--:-- 182k 100 92859 0 0 100 92859 0 175k --:--:-- --:--:-- --:--:-- 175k 00:57:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae62a50f272e84596d95d866e2a01770033c3343 [Pipeline] } 00:57:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:57:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:57:37 ---> package-listing.sh 00:57:37 ++ facter osfamily 00:57:37 ++ tr '[:upper:]' '[:lower:]' 00:57:37 + OS_FAMILY=redhat 00:57:37 + workspace=/w/workspace/edgex-go/17 00:57:37 + START_PACKAGES=/tmp/packages_start.txt 00:57:37 + END_PACKAGES=/tmp/packages_end.txt 00:57:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:57:37 + PACKAGES=/tmp/packages_start.txt 00:57:37 + '[' /w/workspace/edgex-go/17 ']' 00:57:37 + PACKAGES=/tmp/packages_end.txt 00:57:37 + case "${OS_FAMILY}" in 00:57:37 + rpm -qa 00:57:37 + sort 00:57:41 + '[' -f /tmp/packages_start.txt ']' 00:57:41 + '[' -f /tmp/packages_end.txt ']' 00:57:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:57:41 + '[' /w/workspace/edgex-go/17 ']' 00:57:41 + mkdir -p /w/workspace/edgex-go/17/archives/ 00:57:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 00:57:41 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:57:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:42 00:57:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:57:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:42 alpine: Pulling from edgex-lftools-log-publisher 00:57:42 df20fa9351a1: Pulling fs layer 00:57:42 36b3adc4ff6f: Pulling fs layer 00:57:42 8ad3a11d3b57: Pulling fs layer 00:57:42 46f8f816bc3b: Pulling fs layer 00:57:42 93b61091891f: Pulling fs layer 00:57:42 93b9cdb0e59b: Pulling fs layer 00:57:42 5e14af77c1be: Pulling fs layer 00:57:42 01666e4c0597: Pulling fs layer 00:57:42 aa168da1d23b: Pulling fs layer 00:57:42 93b9cdb0e59b: Waiting 00:57:42 01666e4c0597: Waiting 00:57:42 5e14af77c1be: Waiting 00:57:42 aa168da1d23b: Waiting 00:57:42 93b61091891f: Waiting 00:57:42 46f8f816bc3b: Waiting 00:57:42 36b3adc4ff6f: Verifying Checksum 00:57:42 36b3adc4ff6f: Download complete 00:57:42 46f8f816bc3b: Verifying Checksum 00:57:42 46f8f816bc3b: Download complete 00:57:42 df20fa9351a1: Verifying Checksum 00:57:42 df20fa9351a1: Download complete 00:57:43 93b9cdb0e59b: Verifying Checksum 00:57:43 93b9cdb0e59b: Download complete 00:57:43 5e14af77c1be: Verifying Checksum 00:57:43 5e14af77c1be: Download complete 00:57:43 01666e4c0597: Verifying Checksum 00:57:43 01666e4c0597: Download complete 00:57:43 93b61091891f: Verifying Checksum 00:57:43 93b61091891f: Download complete 00:57:43 df20fa9351a1: Pull complete 00:57:43 8ad3a11d3b57: Verifying Checksum 00:57:43 8ad3a11d3b57: Download complete 00:57:43 36b3adc4ff6f: Pull complete 00:57:44 aa168da1d23b: Verifying Checksum 00:57:44 aa168da1d23b: Download complete 00:57:45 8ad3a11d3b57: Pull complete 00:57:45 46f8f816bc3b: Pull complete 00:57:46 93b61091891f: Pull complete 00:57:46 93b9cdb0e59b: Pull complete 00:57:46 5e14af77c1be: Pull complete 00:57:46 01666e4c0597: Pull complete 00:57:55 aa168da1d23b: Pull complete 00:57:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:57:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:57:55 prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container 00:57:55 $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:58:04 $ docker top 2750c03788c177a2b3bcc7fcac299fe71e997a21e5d8f47f4d3980deef6f6333 -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:05 + touch /tmp/pre-build-complete [Pipeline] sh 00:58:05 + mkdir -p /var/log/sa [Pipeline] sh 00:58:05 + ls /var/log/sa-host 00:58:05 + sadf -c /var/log/sa-host/sa12 00:58:05 file_magic: OK 00:58:05 HZ: Using current value: 100 00:58:05 file_header: OK 00:58:05 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 00:58:05 Statistics: 00:58:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:58:05 File successfully converted to sysstat format version 12.2.1 00:58:05 + sadf -c /var/log/sa-host/sa23 00:58:05 file_magic: OK 00:58:05 HZ: Using current value: 100 00:58:05 file_header: OK 00:58:05 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 00:58:05 Statistics: 00:58:05 Hnuu...uuuununununu... 00:58:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:58:06 provisioning config files... 00:58:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config1975570207731873851tmp [Pipeline] { [Pipeline] echo 00:58:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:58:06 ---> create-netrc.sh [Pipeline] } 00:58:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:58:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:58:07 ---> python-tools-install.sh [Pipeline] echo 00:58:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:58:07 ---> sudo-logs.sh 00:58:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:58:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:58:07 ---> job-cost.sh 00:58:07 lf-activate-venv: SKIPPING 00:58:07 DEBUG: total: 0.20999999344348907 00:58:07 INFO: Retrieving Stack Cost... 00:58:09 INFO: Retrieving Pricing Info for: v1-standard-2 00:58:09 INFO: Archiving Costs [Pipeline] echo 00:58:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:58:09 ---> logs-deploy.sh 00:58:09 lf-activate-venv: SKIPPING 00:58:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/17 00:58:09 INFO: archiving workspace using pattern(s): 00:58:11 Archives upload complete. 00:58:11 INFO: archiving logs to Nexus 00:58:12 ---> uname -a: 00:58:12 Linux prd-centos7-docker-4c-2g-29560.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:58:12 00:58:12 00:58:12 ---> lscpu: 00:58:12 Architecture: x86_64 00:58:12 CPU op-mode(s): 32-bit, 64-bit 00:58:12 Byte Order: Little Endian 00:58:12 Address sizes: 40 bits physical, 48 bits virtual 00:58:12 CPU(s): 4 00:58:12 On-line CPU(s) list: 0-3 00:58:12 Thread(s) per core: 1 00:58:12 Core(s) per socket: 1 00:58:12 Socket(s): 4 00:58:12 NUMA node(s): 1 00:58:12 Vendor ID: GenuineIntel 00:58:12 CPU family: 6 00:58:12 Model: 44 00:58:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:58:12 Stepping: 1 00:58:12 CPU MHz: 2933.438 00:58:12 BogoMIPS: 5866.87 00:58:12 Virtualization: VT-x 00:58:12 Hypervisor vendor: KVM 00:58:12 Virtualization type: full 00:58:12 L1d cache: 128 KiB 00:58:12 L1i cache: 128 KiB 00:58:12 L2 cache: 16 MiB 00:58:12 L3 cache: 64 MiB 00:58:12 NUMA node0 CPU(s): 0-3 00:58:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:58:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:58:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:58:12 Vulnerability Meltdown: Mitigation; PTI 00:58:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:58:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:58:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:58:12 Vulnerability Srbds: Not affected 00:58:12 Vulnerability Tsx async abort: Not affected 00:58:12 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 00:58:12 00:58:12 00:58:12 ---> nproc: 00:58:12 4 00:58:12 00:58:12 00:58:12 ---> df -h: 00:58:12 Filesystem Size Used Available Use% Mounted on 00:58:12 overlay 50.0G 11.7G 38.2G 23% / 00:58:12 tmpfs 64.0M 0 64.0M 0% /dev 00:58:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:58:12 shm 64.0M 0 64.0M 0% /dev/shm 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/17@tmp 00:58:12 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/17 00:58:12 00:58:12 00:58:12 ---> free -m: 00:58:12 total used free shared buff/cache available 00:58:12 Mem: 1837 732 197 0 907 1022 00:58:12 Swap: 1023 61 962 00:58:12 00:58:12 00:58:12 ---> ip addr: 00:58:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:58:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:58:12 inet 127.0.0.1/8 scope host lo 00:58:12 valid_lft forever preferred_lft forever 00:58:12 inet6 ::1/128 scope host 00:58:12 valid_lft forever preferred_lft forever 00:58:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:58:12 link/ether fa:16:3e:20:81:51 brd ff:ff:ff:ff:ff:ff 00:58:12 inet 10.30.123.126/23 brd 10.30.123.255 scope global dynamic eth0 00:58:12 valid_lft 84781sec preferred_lft 84781sec 00:58:12 inet6 fe80::f816:3eff:fe20:8151/64 scope link 00:58:12 valid_lft forever preferred_lft forever 00:58:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:58:12 link/ether 02:42:9d:4f:36:62 brd ff:ff:ff:ff:ff:ff 00:58:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:58:12 valid_lft forever preferred_lft forever 00:58:12 inet6 fe80::42:9dff:fe4f:3662/64 scope link 00:58:12 valid_lft forever preferred_lft forever 00:58:12 00:58:12 00:58:12 ---> sar -b -r -n DEV: 00:58:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/12/21 _x86_64_ (4 CPU) 00:58:12 00:58:12 00:31:01 LINUX RESTART (4 CPU) 00:58:12 00:58:12 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:58:12 00:33:02 69.56 23.19 46.37 0.00 5235.66 10556.10 0.00 00:58:12 00:34:01 306.59 115.07 191.52 0.00 7676.65 53255.98 0.00 00:58:12 00:35:01 197.31 93.07 104.24 0.00 3472.12 13590.51 0.00 00:58:12 00:36:01 120.92 48.43 72.49 0.00 1688.82 7637.63 0.00 00:58:12 00:37:01 124.32 34.61 89.72 0.00 2374.88 23747.55 0.00 00:58:12 00:38:02 1318.83 1039.63 279.21 0.00 111092.57 164488.24 0.00 00:58:12 00:39:02 2318.91 2057.95 260.97 0.00 127084.91 142291.42 0.00 00:58:12 00:40:01 405.47 133.20 272.27 0.00 27157.33 87989.52 0.00 00:58:12 00:41:01 2212.61 1906.87 305.74 0.00 131007.54 132120.57 0.00 00:58:12 00:42:01 241.08 47.00 194.08 0.00 5511.88 29422.81 0.00 00:58:12 00:43:01 6.15 0.07 6.08 0.00 0.93 200.42 0.00 00:58:12 00:44:01 0.77 0.05 0.72 0.00 0.40 8.03 0.00 00:58:12 00:45:01 0.52 0.02 0.50 0.00 0.13 4.58 0.00 00:58:12 00:46:01 0.44 0.24 0.20 0.00 22.08 1.51 0.00 00:58:12 00:47:01 2.13 1.23 0.90 0.00 28.91 16.64 0.00 00:58:12 00:48:01 0.32 0.00 0.32 0.00 0.00 4.93 0.00 00:58:12 00:49:01 0.37 0.02 0.35 0.00 0.53 5.20 0.00 00:58:12 00:50:01 0.28 0.02 0.27 0.00 0.27 4.01 0.00 00:58:12 00:51:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 00:58:12 00:52:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 00:58:12 00:53:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 00:58:12 00:54:01 0.33 0.02 0.32 0.00 0.53 3.68 0.00 00:58:12 00:55:01 0.27 0.00 0.27 0.00 0.00 2.83 0.00 00:58:12 00:56:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 00:58:12 00:57:01 0.48 0.23 0.25 0.00 114.72 2.43 0.00 00:58:12 00:58:01 165.45 81.79 83.66 0.00 7720.55 18161.11 0.00 00:58:12 Average: 288.68 215.18 73.49 0.00 16590.36 26309.67 0.00 00:58:12 00:58:12 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:58:12 00:33:02 73680 0 809208 43.01 2620 996036 1513988 51.67 680332 924072 14124 00:58:12 00:34:01 77880 0 756612 40.21 1496 1045556 1503692 51.32 650288 863260 85680 00:58:12 00:35:01 79600 0 877420 46.63 860 923664 1872920 63.92 746096 767700 53568 00:58:12 00:36:01 187972 0 823816 43.78 708 869048 1657320 56.56 647916 752948 56556 00:58:12 00:37:01 191796 0 748364 39.77 584 940800 1329644 45.38 552052 848684 16 00:58:12 00:38:02 80324 0 855364 45.46 100 945756 2385156 81.40 715180 862500 69900 00:58:12 00:39:02 264764 0 1136072 60.38 72 480636 3173604 108.31 723428 620868 7100 00:58:12 00:40:01 68144 0 725892 38.58 72 1087436 1569628 53.57 757056 817424 1128 00:58:12 00:41:01 235628 0 895344 47.59 72 750500 2395052 81.74 680884 717292 40 00:58:12 00:42:01 161096 0 652448 34.68 72 1067928 1222412 41.72 589680 878532 20 00:58:12 00:43:01 165252 0 648200 34.45 72 1068020 1198732 40.91 588356 877448 12 00:58:12 00:44:01 165872 0 647568 34.42 72 1068032 1198708 40.91 588452 877440 8 00:58:12 00:45:01 166816 0 646616 34.37 72 1068040 1187376 40.52 587508 877124 8 00:58:12 00:46:01 165800 0 647080 34.39 72 1068592 1188372 40.56 588128 877624 8 00:58:12 00:47:01 165304 0 647368 34.41 72 1068800 1187448 40.53 587740 877860 20 00:58:12 00:48:01 165804 0 646848 34.38 72 1068820 1187376 40.52 587548 877876 16 00:58:12 00:49:01 165968 0 646688 34.37 72 1068816 1187376 40.52 587552 877876 16 00:58:12 00:50:01 165704 0 646932 34.38 72 1068836 1187376 40.52 587556 877900 8 00:58:12 00:51:01 165624 0 646996 34.39 72 1068852 1187376 40.52 587552 877900 8 00:58:12 00:52:01 165420 0 647196 34.40 72 1068856 1187460 40.53 587648 877900 12 00:58:12 00:53:01 165788 0 646820 34.38 72 1068864 1187376 40.52 587448 877900 12 00:58:12 00:54:01 165836 0 646776 34.37 72 1068860 1187376 40.52 587456 877900 8 00:58:12 00:55:01 165960 0 646632 34.37 72 1068880 1187376 40.52 587564 877916 8 00:58:12 00:56:01 165836 0 646748 34.37 72 1068888 1187376 40.52 587588 877916 8 00:58:12 00:57:01 159404 0 649728 34.53 72 1072340 1187448 40.53 593320 878528 20 00:58:12 00:58:01 287288 0 724904 38.53 0 869352 1380848 47.13 531312 764908 8744 00:58:12 Average: 161098 0 719755 38.25 298 1000393 1455339 49.67 619063 845588 11425 00:58:12 00:58:12 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:58:12 00:33:02 eth0 997.77 1279.51 4020.98 149.74 0.00 0.00 0.00 0.00 00:58:12 00:33:02 veth3574adf 997.59 644.11 90.90 2674.68 0.00 0.00 0.00 0.00 00:58:12 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:33:02 docker0 997.59 643.98 77.26 2674.67 0.00 0.00 0.00 0.00 00:58:12 00:34:01 eth0 501.05 405.88 3737.95 42.98 0.00 0.00 0.00 0.00 00:58:12 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:34:01 docker0 147.52 191.82 10.80 848.78 0.00 0.00 0.00 0.00 00:58:12 00:35:01 eth0 45.52 32.07 33.76 77.88 0.00 0.00 0.00 0.00 00:58:12 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:35:01 veth2d310fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:36:01 eth0 23.73 12.71 17.00 9.27 0.00 0.00 0.00 0.00 00:58:12 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:36:01 veth2d310fe 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 00:58:12 00:36:01 docker0 2.34 2.34 0.15 0.19 0.00 0.00 0.00 0.00 00:58:12 00:37:01 eth0 191.29 134.72 1693.65 23.64 0.00 0.00 0.00 0.00 00:58:12 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:38:02 vethe2aa678 0.00 0.30 0.00 0.02 0.00 0.00 0.00 0.00 00:58:12 00:38:02 eth0 70.26 49.18 173.54 71.73 0.00 0.00 0.00 0.00 00:58:12 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:38:02 docker0 13.94 24.77 0.74 145.05 0.00 0.00 0.00 0.00 00:58:12 00:39:02 vethe2aa678 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:39:02 vetha4e6b1e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:39:02 vethf2731bc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:39:02 veth89191c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:40:01 vethe2aa678 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:40:01 eth0 2648.41 2512.08 12426.42 528.71 0.00 0.00 0.00 0.00 00:58:12 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:40:01 docker0 1187.95 898.19 90.73 3863.97 0.00 0.00 0.00 0.00 00:58:12 00:41:01 vethc7ec495 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:41:01 vethe2aa678 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:41:01 veth9c046d7 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:58:12 00:41:01 eth0 50.93 25.02 156.94 12.27 0.00 0.00 0.00 0.00 00:58:12 00:42:01 eth0 243.04 177.22 1700.36 97.73 0.00 0.00 0.00 0.00 00:58:12 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:42:01 docker0 1213.94 966.22 92.04 4387.41 0.00 0.00 0.00 0.00 00:58:12 00:43:01 eth0 3.10 1.08 1.54 0.77 0.00 0.00 0.00 0.00 00:58:12 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:44:01 eth0 1.47 0.65 0.65 0.40 0.00 0.00 0.00 0.00 00:58:12 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:45:01 eth0 0.25 0.10 0.02 0.04 0.00 0.00 0.00 0.00 00:58:12 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:46:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:58:12 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:47:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 00:58:12 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:50:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:51:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 00:58:12 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:52:01 eth0 0.83 0.22 0.19 0.08 0.00 0.00 0.00 0.00 00:58:12 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:53:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:54:01 eth0 0.33 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:58:12 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:55:01 eth0 0.65 0.10 0.06 0.01 0.00 0.00 0.00 0.00 00:58:12 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:56:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:58:12 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:57:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:58:12 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:58:01 eth0 206.82 174.37 2176.69 21.89 0.00 0.00 0.00 0.00 00:58:12 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 Average: eth0 93.11 90.15 535.34 22.67 0.00 0.00 0.00 0.00 00:58:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:12 Average: docker0 46.78 37.23 3.55 169.06 0.00 0.00 0.00 0.00 00:58:12 00:58:12 00:58:12 ---> sar -P ALL: 00:58:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/12/21 _x86_64_ (4 CPU) 00:58:12 00:58:12 00:31:01 LINUX RESTART (4 CPU) 00:58:12 00:58:12 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:58:12 00:33:02 all 12.01 0.00 4.70 1.56 0.57 81.16 00:58:12 00:33:02 0 10.27 0.00 5.86 3.76 0.59 79.53 00:58:12 00:33:02 1 10.04 0.00 4.37 0.71 0.81 84.08 00:58:12 00:33:02 2 12.43 0.00 4.39 0.56 0.54 82.08 00:58:12 00:33:02 3 15.32 0.00 4.20 1.25 0.32 78.91 00:58:12 00:34:01 all 12.21 0.00 9.00 3.33 2.52 72.93 00:58:12 00:34:01 0 11.21 0.00 9.33 3.08 2.57 73.81 00:58:12 00:34:01 1 12.30 0.00 8.95 3.43 2.56 72.76 00:58:12 00:34:01 2 11.93 0.00 8.95 3.41 2.48 73.23 00:58:12 00:34:01 3 13.42 0.00 8.79 3.39 2.47 71.92 00:58:12 00:35:01 all 47.32 0.00 11.13 4.90 1.20 35.45 00:58:12 00:35:01 0 48.44 0.00 10.62 3.62 1.08 36.24 00:58:12 00:35:01 1 45.33 0.00 11.34 6.08 1.36 35.89 00:58:12 00:35:01 2 48.49 0.00 10.90 4.02 1.30 35.29 00:58:12 00:35:01 3 47.00 0.00 11.68 5.88 1.08 34.37 00:58:12 00:36:01 all 51.47 0.00 13.07 3.67 1.45 30.34 00:58:12 00:36:01 0 50.09 0.00 13.21 5.65 1.52 29.53 00:58:12 00:36:01 1 51.07 0.00 13.08 3.06 1.49 31.29 00:58:12 00:36:01 2 52.85 0.00 13.41 2.27 1.29 30.18 00:58:12 00:36:01 3 51.88 0.00 12.58 3.69 1.50 30.35 00:58:12 00:37:01 all 31.63 0.00 10.82 2.07 4.23 51.25 00:58:12 00:37:01 0 31.23 0.00 10.97 2.58 4.08 51.14 00:58:12 00:37:01 1 31.68 0.00 10.95 2.90 4.39 50.09 00:58:12 00:37:01 2 31.54 0.00 10.92 1.44 4.18 51.91 00:58:12 00:37:01 3 32.07 0.00 10.44 1.37 4.27 51.86 00:58:12 00:38:02 all 21.57 0.00 21.45 8.07 6.70 42.22 00:58:12 00:38:02 0 20.83 0.00 19.69 7.41 7.32 44.74 00:58:12 00:38:02 1 19.84 0.00 20.18 7.11 7.03 45.84 00:58:12 00:38:02 2 22.87 0.00 22.63 7.88 6.28 40.33 00:58:12 00:38:02 3 22.76 0.00 23.35 9.92 6.14 37.82 00:58:12 00:39:02 all 46.33 0.00 20.58 17.63 2.86 12.59 00:58:12 00:39:02 0 45.26 0.00 18.35 18.37 3.01 15.00 00:58:12 00:39:02 1 46.10 0.00 19.05 18.21 3.27 13.37 00:58:12 00:39:02 2 46.83 0.00 22.69 16.17 2.52 11.80 00:58:12 00:39:02 3 47.14 0.00 22.29 17.75 2.64 10.17 00:58:12 00:40:01 all 40.39 0.00 16.63 13.68 5.30 24.01 00:58:12 00:40:01 0 39.52 0.00 16.21 13.25 5.21 25.82 00:58:12 00:40:01 1 39.92 0.00 16.61 15.09 5.56 22.82 00:58:12 00:40:01 2 40.91 0.00 16.61 14.73 5.14 22.61 00:58:12 00:40:01 3 41.22 0.00 17.08 11.63 5.27 24.80 00:58:12 00:41:01 all 44.51 0.00 22.99 13.76 1.74 16.99 00:58:12 00:41:01 0 42.52 0.00 23.34 13.36 2.12 18.66 00:58:12 00:41:01 1 45.83 0.00 21.48 15.25 1.72 15.72 00:58:12 00:41:01 2 44.37 0.00 23.74 14.13 1.52 16.24 00:58:12 00:41:01 3 45.35 0.00 23.42 12.29 1.58 17.36 00:58:12 00:42:01 all 23.12 0.00 9.37 6.17 0.28 61.07 00:58:12 00:42:01 0 25.17 0.00 10.36 5.08 0.29 59.10 00:58:12 00:42:01 1 22.52 0.00 9.35 9.90 0.26 57.96 00:58:12 00:42:01 2 21.45 0.00 8.80 5.60 0.22 63.93 00:58:12 00:42:01 3 23.34 0.00 8.96 4.08 0.33 63.30 00:58:12 00:43:01 all 0.17 0.00 0.05 0.00 0.00 99.77 00:58:12 00:43:01 0 0.05 0.00 0.03 0.02 0.00 99.90 00:58:12 00:43:01 1 0.57 0.00 0.12 0.00 0.00 99.32 00:58:12 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:58:12 00:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:58:12 00:58:12 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:58:12 00:44:01 all 0.14 0.00 0.03 0.00 0.02 99.81 00:58:12 00:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:58:12 00:44:01 1 0.48 0.00 0.03 0.00 0.03 99.45 00:58:12 00:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:58:12 00:44:01 3 0.03 0.00 0.05 0.00 0.02 99.90 00:58:12 00:45:01 all 0.15 0.00 0.08 0.00 0.08 99.70 00:58:12 00:45:01 0 0.05 0.00 0.07 0.00 0.05 99.83 00:58:12 00:45:01 1 0.02 0.00 0.12 0.00 0.08 99.78 00:58:12 00:45:01 2 0.03 0.00 0.05 0.02 0.07 99.83 00:58:12 00:45:01 3 0.50 0.00 0.07 0.00 0.10 99.33 00:58:12 00:46:01 all 0.15 0.00 0.04 0.00 0.01 99.80 00:58:12 00:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:58:12 00:46:01 1 0.05 0.00 0.05 0.02 0.02 99.86 00:58:12 00:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:58:12 00:46:01 3 0.53 0.00 0.05 0.00 0.02 99.41 00:58:12 00:47:01 all 0.17 0.00 0.05 0.02 0.01 99.76 00:58:12 00:47:01 0 0.02 0.00 0.07 0.07 0.00 99.85 00:58:12 00:47:01 1 0.07 0.00 0.03 0.00 0.02 99.88 00:58:12 00:47:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:58:12 00:47:01 3 0.53 0.00 0.07 0.00 0.00 99.40 00:58:12 00:48:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:58:12 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:58:12 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:58:12 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:58:12 00:48:01 3 0.55 0.00 0.05 0.00 0.00 99.40 00:58:12 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:58:12 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:12 00:49:01 1 0.12 0.00 0.03 0.00 0.00 99.85 00:58:12 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:58:12 00:49:01 3 0.42 0.00 0.02 0.00 0.02 99.55 00:58:12 00:50:01 all 0.09 0.00 0.03 0.00 0.01 99.86 00:58:12 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:12 00:50:01 1 0.28 0.00 0.05 0.00 0.03 99.63 00:58:12 00:50:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:58:12 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:58:12 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:58:12 00:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:58:12 00:51:01 1 0.53 0.00 0.02 0.00 0.02 99.43 00:58:12 00:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:58:12 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:58:12 00:52:01 all 0.15 0.00 0.02 0.00 0.02 99.81 00:58:12 00:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:58:12 00:52:01 1 0.52 0.00 0.02 0.00 0.03 99.43 00:58:12 00:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:58:12 00:52:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:58:12 00:53:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:58:12 00:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:58:12 00:53:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:58:12 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:58:12 00:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:58:12 00:54:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:58:12 00:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:58:12 00:54:01 1 0.50 0.00 0.03 0.00 0.00 99.47 00:58:12 00:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:58:12 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:58:12 00:58:12 00:54:01 CPU %user %nice %system %iowait %steal %idle 00:58:12 00:55:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:58:12 00:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:58:12 00:55:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:58:12 00:55:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:58:12 00:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:58:12 00:56:01 all 0.12 0.00 0.02 0.00 0.00 99.85 00:58:12 00:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:12 00:56:01 1 0.43 0.00 0.02 0.00 0.00 99.55 00:58:12 00:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:58:12 00:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:58:12 00:57:01 all 0.09 0.00 0.03 0.01 0.00 99.86 00:58:12 00:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:58:12 00:57:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:58:12 00:57:01 2 0.07 0.00 0.07 0.03 0.02 99.82 00:58:12 00:57:01 3 0.23 0.00 0.03 0.00 0.00 99.73 00:58:12 00:58:01 all 6.42 0.00 4.16 2.97 0.07 86.38 00:58:12 00:58:01 0 5.78 0.00 3.31 2.31 0.05 88.54 00:58:12 00:58:01 1 7.55 0.00 5.18 2.62 0.05 84.60 00:58:12 00:58:01 2 5.67 0.00 4.22 2.72 0.08 87.32 00:58:12 00:58:01 3 6.67 0.00 3.93 4.24 0.08 85.08 00:58:12 Average: all 12.65 0.00 5.39 2.90 1.02 78.04 00:58:12 Average: 0 12.35 0.00 5.30 2.93 1.05 78.37 00:58:12 Average: 1 12.61 0.00 5.30 3.15 1.09 77.85 00:58:12 Average: 2 12.66 0.00 5.51 2.71 0.96 78.15 00:58:12 Average: 3 12.98 0.00 5.47 2.79 0.97 77.79 00:58:12 00:58:12 00:58:12