Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 381370a24fa11f31a9a344a70b43ef8e9a3a22d6+8d65b999035e49fddad3f4b9ff0ea0f872535afc (deee5aed30098a310dec46339c98c55d6300c033) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26085’ is offline Running on prd-centos7-docker-4c-2g-26095 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:32:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 15:32:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:32:40 ========================================================= 15:32:40 EdgeX Global Pipelines Version Info 15:32:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:32:41 ------------------- 15:32:41 stable info: 15:32:41 ------------------- 15:32:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:41 Message: update stable to v1.0.179 15:32:42 ------------------- 15:32:42 experimental info: 15:32:42 ------------------- 15:32:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:42 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:32:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:32:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] echo 15:32:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 381370a [Pipeline] echo 15:32:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:32:46 provisioning config files... 15:32:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config196249817635814714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:32:46 ---> docker-login.sh 15:32:46 nexus3.edgexfoundry.org:10001 15:32:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:47 Configure a credential helper to remove this warning. See 15:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:47 15:32:47 Login Succeeded 15:32:47 nexus3.edgexfoundry.org:10002 15:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:47 Configure a credential helper to remove this warning. See 15:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:47 15:32:47 Login Succeeded 15:32:47 nexus3.edgexfoundry.org:10003 15:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:47 Configure a credential helper to remove this warning. See 15:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:47 15:32:47 Login Succeeded 15:32:47 nexus3.edgexfoundry.org:10004 15:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:47 Configure a credential helper to remove this warning. See 15:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:47 15:32:47 Login Succeeded 15:32:47 docker.io 15:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:47 Configure a credential helper to remove this warning. See 15:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:47 15:32:47 Login Succeeded 15:32:47 ---> docker-login.sh ends [Pipeline] } 15:32:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:48 ++ 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 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/core-command/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo core-command,cmd/core-command/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/core-data/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo core-data,cmd/core-data/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/core-metadata/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo core-metadata,cmd/core-metadata/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/security-bootstrapper/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/security-proxy-setup/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/support-notifications/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo support-notifications,cmd/support-notifications/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/support-scheduler/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:32:48 + for file in '`ls cmd/**/Dockerfile`' 15:32:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:32:48 ++ cut -d/ -f2 15:32:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:32:48 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 15:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:49 15:32:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:32:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:49 latest: Pulling from edgex-devops/git-semver 15:32:49 31603596830f: Pulling fs layer 15:32:49 2a8b12db71e7: Pulling fs layer 15:32:49 6ca5941a6612: Pulling fs layer 15:32:49 ecc8261a40a4: Pulling fs layer 15:32:49 ecc8261a40a4: Waiting 15:32:49 2a8b12db71e7: Verifying Checksum 15:32:49 2a8b12db71e7: Download complete 15:32:50 31603596830f: Verifying Checksum 15:32:50 31603596830f: Download complete 15:32:50 ecc8261a40a4: Verifying Checksum 15:32:50 ecc8261a40a4: Download complete 15:32:50 6ca5941a6612: Verifying Checksum 15:32:50 6ca5941a6612: Download complete 15:32:50 31603596830f: Pull complete 15:32:50 2a8b12db71e7: Pull complete 15:32:51 6ca5941a6612: Pull complete 15:32:51 ecc8261a40a4: Pull complete 15:32:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:32:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:32:51 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:32:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:32:54 $ docker top 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:54 [ssh-agent] Looking for ssh-agent implementation... 15:32:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:54 $ docker exec 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent 15:32:54 SSH_AUTH_SOCK=/tmp/ssh-Ilwo2RECoyVL/agent.12 15:32:54 SSH_AGENT_PID=17 15:32:54 Running ssh-add (command line suppressed) 15:32:55 Identity added: /w/workspace/edgex-go/20@tmp/private_key_4936494476787462182.key (/w/workspace/edgex-go/20@tmp/private_key_4936494476787462182.key) 15:32:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:55 + git tag --points-at HEAD [Pipeline] } 15:32:55 $ docker exec --env ******** --env ******** 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent -k 15:32:55 unset SSH_AUTH_SOCK; 15:32:55 unset SSH_AGENT_PID; 15:32:55 echo Agent pid 17 killed; 15:32:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:32:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:55 [ssh-agent] Looking for ssh-agent implementation... 15:32:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:55 $ docker exec 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent 15:32:56 SSH_AUTH_SOCK=/tmp/ssh-2psguWeunXt6/agent.45 15:32:56 SSH_AGENT_PID=50 15:32:56 Running ssh-add (command line suppressed) 15:32:56 Identity added: /w/workspace/edgex-go/20@tmp/private_key_2236053792409802683.key (/w/workspace/edgex-go/20@tmp/private_key_2236053792409802683.key) 15:32:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:56 + git semver init 15:32:56 # -> Open(): unable to determine branch for HEAD 15:32:56 # $GIT_DIR = /w/workspace/edgex-go/20/.git 15:32:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 15:32:56 # $SEMVER_REMOTE_NAME = origin 15:32:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:56 # $SEMVER_USER_NAME = edgex-jenkins 15:32:56 # $SEMVER_BRANCH = PR-3113 15:32:56 # $SEMVER_TEMP = /tmp/semver-540573748 15:32:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:33:28 # '/tmp/semver-540573748' -> '/w/workspace/edgex-go/20/.semver' 15:33:28 # -> Force: false 15:33:28 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 15:33:28 $ docker exec --env ******** --env ******** 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b ssh-agent -k 15:33:29 unset SSH_AUTH_SOCK; 15:33:29 unset SSH_AGENT_PID; 15:33:29 echo Agent pid 50 killed; 15:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:29 + git semver [Pipeline] } 15:33:29 $ docker stop --time=1 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b 15:33:31 $ docker rm -f 52121892d513eaad8efeda83040fb62496b3f48fbb8cd15e0bb5c7794b470a1b [Pipeline] // withDockerContainer [Pipeline] sh 15:33:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:33:32 Stashed 1 file(s) [Pipeline] echo 15:33:32 [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 15:33:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:33:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:33:34 + sudo service docker restart 15:33:34 + true 15:33:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:33:34 ========================================================= 15:33:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:33:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:33:35 + 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 . 15:33:38 Sending build context to Docker daemon 327.8MB 15:33:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:33:38 Step 2/6 : FROM ${BASE} 15:33:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:33:38 188c0c94c7c5: Pulling fs layer 15:33:38 0ef7d3d256c8: Pulling fs layer 15:33:38 de9db76c5a1d: Pulling fs layer 15:33:38 bca2f99d35d6: Pulling fs layer 15:33:38 93359f2a8cfa: Pulling fs layer 15:33:38 7c6f9722023f: Pulling fs layer 15:33:38 a35cf1a2eb13: Pulling fs layer 15:33:38 93359f2a8cfa: Waiting 15:33:38 7c6f9722023f: Waiting 15:33:38 a35cf1a2eb13: Waiting 15:33:38 bca2f99d35d6: Waiting 15:33:38 de9db76c5a1d: Download complete 15:33:38 0ef7d3d256c8: Download complete 15:33:38 93359f2a8cfa: Verifying Checksum 15:33:38 93359f2a8cfa: Download complete 15:33:38 7c6f9722023f: Download complete 15:33:38 188c0c94c7c5: Verifying Checksum 15:33:38 188c0c94c7c5: Download complete 15:33:39 188c0c94c7c5: Pull complete 15:33:39 0ef7d3d256c8: Pull complete 15:33:39 de9db76c5a1d: Pull complete 15:33:40 a35cf1a2eb13: Verifying Checksum 15:33:40 a35cf1a2eb13: Download complete 15:33:41 bca2f99d35d6: Verifying Checksum 15:33:41 bca2f99d35d6: Download complete 15:33:46 bca2f99d35d6: Pull complete 15:33:46 93359f2a8cfa: Pull complete 15:33:47 7c6f9722023f: Pull complete 15:33:48 Still waiting to schedule task 15:33:48 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26093’ 15:33:52 a35cf1a2eb13: Pull complete 15:33:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:33:52 ---> a62c8e92a672 15:33:52 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 15:33:52 ---> Running in 77af092c2db9 15:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:56 (1/12) Installing libmagic (5.38-r0) 15:33:57 (2/12) Installing file (5.38-r0) 15:33:57 (3/12) Installing libc-dev (0.7.2-r3) 15:33:57 (4/12) Installing g++ (9.3.0-r2) 15:34:07 (5/12) Installing fortify-headers (1.1-r0) 15:34:07 (6/12) Installing patch (2.7.6-r6) 15:34:07 (7/12) Installing build-base (0.5-r2) 15:34:07 (8/12) Installing libsodium (1.0.18-r0) 15:34:07 (9/12) Installing pkgconf (1.7.2-r0) 15:34:07 (10/12) Installing libsodium-dev (1.0.18-r0) 15:34:07 (11/12) Installing libzmq (4.3.3-r0) 15:34:07 (12/12) Installing zeromq-dev (4.3.3-r0) 15:34:07 Executing busybox-1.31.1-r19.trigger 15:34:07 OK: 233 MiB in 51 packages 15:34:10 Removing intermediate container 77af092c2db9 15:34:10 ---> a35cf8077856 15:34:10 Step 4/6 : WORKDIR /edgex-go 15:34:10 ---> Running in cf35fea794bb 15:34:10 Removing intermediate container cf35fea794bb 15:34:10 ---> 9160f5c37f7f 15:34:10 Step 5/6 : COPY go.mod . 15:34:11 ---> c44315330168 15:34:11 Step 6/6 : RUN go mod download 15:34:11 ---> Running in 6769d3e4d089 15:34:33 Removing intermediate container 6769d3e4d089 15:34:33 ---> 0ff4ef72d5f9 15:34:33 Successfully built 0ff4ef72d5f9 15:34:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:34:33 + docker inspect -f . ci-base-image-x86_64 15:34:33 . [Pipeline] withDockerContainer 15:34:33 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:34:34 $ docker top 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:34 + go version 15:34:34 go version go1.15.5 linux/amd64 [Pipeline] } 15:34:35 $ docker stop --time=1 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc 15:34:36 $ docker rm -f 687113dcec6e8ffb7d96305d978ebbce1b78b7109ff141ed149666176dfd43bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:34:37 + docker inspect -f . ci-base-image-x86_64 15:34:37 . [Pipeline] withDockerContainer 15:34:37 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:34:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:34:38 $ docker top 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 -eo pid,comm [Pipeline] { [Pipeline] echo 15:34:38 ========================================================= 15:34:38 [edgeXBuildGoParallel] Running Tests and Build... 15:34:38 ========================================================= [Pipeline] sh 15:34:38 + make test 15:34:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:34:48 ? github.com/edgexfoundry/edgex-go [no test files] 15:35:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:35:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:35:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:35:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:35:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:35:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:35:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:35:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:35:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:35:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:35:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:35:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements 15:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.3% of statements 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:35:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 15:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 15:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.059s coverage: 92.9% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 77.8% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.095s coverage: 89.4% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.745s coverage: 29.1% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 15:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:35:51 GO111MODULE=on go vet ./... 15:36:18 gofmt -l . 15:36:18 [ "`gofmt -l .`" = "" ] 15:36:18 ./bin/test-go-mod-tidy.sh 15:36:18 ./bin/test-attribution-txt.sh [Pipeline] sh 15:36:19 + ls -al . 15:36:19 total 700 15:36:19 drwxrwxr-x 10 1001 1001 4096 Feb 11 15:36 . 15:36:19 drwxr-xr-x 4 root root 30 Feb 11 15:34 .. 15:36:19 -rw-rw-r-- 1 1001 1001 11 Feb 11 15:32 .dockerignore 15:36:19 drwxrwxr-x 8 1001 1001 179 Feb 11 15:32 .git 15:36:19 drwxrwxr-x 3 1001 1001 125 Feb 11 15:32 .github 15:36:19 -rw-rw-r-- 1 1001 1001 818 Feb 11 15:32 .gitignore 15:36:19 drwx------ 3 1001 1001 60 Feb 11 15:33 .semver 15:36:19 -rw-rw-r-- 1 1001 1001 166 Feb 11 15:32 .sonarcloud.properties 15:36:19 -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:32 Attribution.txt 15:36:19 -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:32 CONTRIBUTING.md 15:36:19 -rw-rw-r-- 1 1001 1001 931 Feb 11 15:32 Dockerfile.build 15:36:19 -rw-rw-r-- 1 1001 1001 863 Feb 11 15:32 Jenkinsfile 15:36:19 -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:32 LICENSE 15:36:19 -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:32 Makefile 15:36:19 -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:32 README.md 15:36:19 -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:32 SECURITY.md 15:36:19 -rw-rw-r-- 1 1001 1001 5 Feb 11 15:33 VERSION 15:36:19 -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:32 ZMQWindows.md 15:36:19 drwxrwxr-x 2 1001 1001 117 Feb 11 15:32 bin 15:36:19 drwxrwxr-x 14 1001 1001 4096 Feb 11 15:32 cmd 15:36:19 -rw-r--r-- 1 root root 595164 Feb 11 15:35 coverage.out 15:36:19 -rw-r--r-- 1 root root 1054 Feb 11 15:36 go.mod 15:36:19 -rw-r--r-- 1 root root 19290 Feb 11 15:36 go.sum 15:36:19 drwxrwxr-x 8 1001 1001 127 Feb 11 15:32 internal 15:36:19 drwxrwxr-x 4 1001 1001 26 Feb 11 15:32 openapi 15:36:19 drwxrwxr-x 4 1001 1001 71 Feb 11 15:32 snap 15:36:19 -rw-rw-r-- 1 1001 1001 168 Feb 11 15:32 version.go [Pipeline] sh 15:36:20 + '[' -e coverage.out ] 15:36:20 + chown 1001:1001 coverage.out [Pipeline] stash 15:36:20 Stashed 1 file(s) [Pipeline] sh 15:36:20 + make build 15:36:20 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 15:36:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26100 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 15:36:23 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 15:36:23 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 15:36:29 using credential edgex-jenkins-ssh 15:36:29 Cloning the remote Git repository 15:36:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:36:29 > git init /w/workspace/edgex-go/20 # timeout=10 15:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:36:29 > git --version # timeout=10 15:36:29 > git --version # 'git version 2.17.1' 15:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:32 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 15:36:33 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 15:36:34 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 15:36:34 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 15:36: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 15:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15: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 15: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 15: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 15:36:42 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] } 15:36:44 $ docker stop --time=1 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 15:36:45 $ docker rm -f 80c4e49017106cd6916cb8bcc34107e065c11f75d86c8bbbc71fbd07aecaa5c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:47 15:36:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:36:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:48 latest: Pulling from edgex-devops/edgex-compose 15:36:48 cbdbe7a5bc2a: Pulling fs layer 15:36:48 ca9280d653b3: Pulling fs layer 15:36:48 7e9c9ca2126c: Pulling fs layer 15:36:48 cbdbe7a5bc2a: Download complete 15:36:48 cbdbe7a5bc2a: Pull complete 15:36:49 ca9280d653b3: Verifying Checksum 15:36:49 ca9280d653b3: Download complete 15:36:50 7e9c9ca2126c: Verifying Checksum 15:36:50 7e9c9ca2126c: Download complete 15:36:50 ca9280d653b3: Pull complete 15:36:56 7e9c9ca2126c: Pull complete 15:36:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:36:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:36:56 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:36:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:36:59 $ docker top aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:00 + docker-compose build --help 15:37:00 + grep parallel 15:37:01 --parallel Build images in parallel. [Pipeline] } 15:37:01 $ docker stop --time=1 aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 15:37:02 $ docker rm -f aa312a36b355b939689da1e843795806a419a6561f0114d1ddffe3d26d958359 [Pipeline] // withDockerContainer 15:37:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:37:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:37:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:37:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:37:03 . [Pipeline] withDockerContainer 15:37:03 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:37:04 $ docker top 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:04 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:37:04 + docker-compose -f ./docker-compose-build.yml build --parallel 15:37:04 Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:37:04 Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (PR-3113) 15:37:05 Building docker-core-command-go ... 15:37:05 Building docker-core-data-go ... 15:37:05 Building docker-core-metadata-go ... 15:37:05 Building docker-security-bootstrapper-go ... 15:37:05 Building docker-security-proxy-setup-go ... 15:37:05 Building docker-security-secretstore-setup-go ... 15:37:05 Building docker-support-notifications-go ... 15:37:05 Building docker-support-scheduler-go ... 15:37:05 Building docker-sys-mgmt-agent-go ... 15:37:05 Building docker-support-scheduler-go 15:37:05 Building docker-security-bootstrapper-go 15:37:05 Building docker-core-data-go 15:37:05 Building docker-support-notifications-go 15:37:05 Building docker-security-secretstore-setup-go 15:37:04 > git config core.sparsecheckout # timeout=10 15:37:04 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 15:37:04 > git remote # timeout=10 15:37:04 > git config --get remote.origin.url # timeout=10 15:37:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:04 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 15:37:04 > git rev-parse HEAD^{commit} # timeout=10 15:37:04 > git config core.sparsecheckout # timeout=10 15:37:04 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 15:37:09 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:37:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:37:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:37:11 + + truesudo 15:37:11 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:37:13 provisioning config files... 15:37:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config3225277160440752166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:37:14 ---> docker-login.sh 15:37:14 nexus3.edgexfoundry.org:10001 15:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:15 Configure a credential helper to remove this warning. See 15:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:15 15:37:15 Login Succeeded 15:37:15 nexus3.edgexfoundry.org:10002 15:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:16 Configure a credential helper to remove this warning. See 15:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:16 15:37:16 Login Succeeded 15:37:16 nexus3.edgexfoundry.org:10003 15:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:16 Configure a credential helper to remove this warning. See 15:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:16 15:37:16 Login Succeeded 15:37:16 nexus3.edgexfoundry.org:10004 15:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:17 Configure a credential helper to remove this warning. See 15:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:17 15:37:17 Login Succeeded 15:37:17 docker.io 15:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:37:18 Configure a credential helper to remove this warning. See 15:37:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:37:18 15:37:18 Login Succeeded 15:37:18 ---> docker-login.sh ends [Pipeline] } 15:37:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:37:18 ========================================================= 15:37:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:37:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:37:18 + 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 . 15:37:20 Sending build context to Docker daemon 166.3MB 15:37:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:37:21 Step 2/6 : FROM ${BASE} 15:37:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:37:21 5f621e34cdf4: Pulling fs layer 15:37:21 a4357932f1b6: Pulling fs layer 15:37:21 18c013af1878: Pulling fs layer 15:37:21 00ac8860ef70: Pulling fs layer 15:37:21 63d7cb157983: Pulling fs layer 15:37:21 b116817d02f9: Pulling fs layer 15:37:21 745a02a5169b: Pulling fs layer 15:37:21 63d7cb157983: Waiting 15:37:21 745a02a5169b: Waiting 15:37:21 00ac8860ef70: Waiting 15:37:21 b116817d02f9: Waiting 15:37:21 18c013af1878: Download complete 15:37:21 a4357932f1b6: Verifying Checksum 15:37:21 a4357932f1b6: Download complete 15:37:21 63d7cb157983: Download complete 15:37:21 b116817d02f9: Download complete 15:37:21 5f621e34cdf4: Verifying Checksum 15:37:21 5f621e34cdf4: Download complete 15:37:22 5f621e34cdf4: Pull complete 15:37:23 a4357932f1b6: Pull complete 15:37:23 18c013af1878: Pull complete 15:37:24 745a02a5169b: Verifying Checksum 15:37:24 745a02a5169b: Download complete 15:37:25 00ac8860ef70: Verifying Checksum 15:37:25 00ac8860ef70: Download complete 15:37:35 00ac8860ef70: Pull complete 15:37:35 63d7cb157983: Pull complete 15:37:36 b116817d02f9: Pull complete 15:37:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:37 ---> 0ff4ef72d5f9 15:37:37 Step 3/23 : WORKDIR /edgex-go 15:37:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:37 ---> 0ff4ef72d5f9 15:37:37 Step 3/22 : WORKDIR /edgex-go 15:37:37 ---> Running in e69f269afad8 15:37:37 ---> Running in 0d514d34ff24 15:37:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:37:37 ---> 0ff4ef72d5f9 15:37:37 Step 3/24 : WORKDIR /edgex-go 15:37:37 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:37 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:37:37 ---> 0ff4ef72d5f9 15:37:37 Step 3/30 : WORKDIR /edgex-go 15:37:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:38 ---> 0ff4ef72d5f9 15:37:38 Step 3/22 : WORKDIR /edgex-go 15:37:38 ---> Running in 162409ef07b0 15:37:38 ---> Running in d7b4b7659f57 15:37:38 ---> Running in 8441e432115a 15:37:38 Removing intermediate container e69f269afad8 15:37:38 ---> 17662a24ecaf 15:37:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:38 Removing intermediate container 0d514d34ff24 15:37:38 ---> 431a1ac0c851 15:37:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:38 Removing intermediate container 8441e432115a 15:37:38 ---> 081e06e72c2b 15:37:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:39 Removing intermediate container 162409ef07b0 15:37:39 ---> 45b06fd3d119 15:37:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:39 Removing intermediate container d7b4b7659f57 15:37:39 ---> 1598a9350eab 15:37:39 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:39 ---> Running in 5ff7e9e4846c 15:37:39 ---> Running in ad62bc9defaa 15:37:39 ---> Running in 6822cb29e87e 15:37:39 ---> Running in 09fadaaca625 15:37:39 ---> Running in 1634f37dd5ad 15:37:39 745a02a5169b: Pull complete 15:37:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:37:39 ---> b7e6874047d6 15:37:39 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 15:37:41 Removing intermediate container 6822cb29e87e 15:37:41 ---> 95ba0157af1f 15:37:41 Step 5/24 : RUN apk add --update --no-cache make git 15:37:41 Removing intermediate container 5ff7e9e4846c 15:37:41 ---> 1ede4c3336dc 15:37:41 Step 5/22 : RUN apk add --update --no-cache make git 15:37:41 ---> Running in 3befc651191c 15:37:41 Removing intermediate container ad62bc9defaa 15:37:41 ---> 298f98d4b5af 15:37:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:37:41 ---> Running in b49dcbeebf63 15:37:42 ---> Running in 121d8baa717e 15:37:42 Removing intermediate container 09fadaaca625 15:37:42 ---> c6f718531451 15:37:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:37:42 Removing intermediate container 1634f37dd5ad 15:37:42 ---> 5c7ce4708431 15:37:42 Step 5/30 : RUN apk add --update --no-cache make git 15:37:42 ---> Running in b808c2cf7c42 15:37:42 ---> Running in a8cc88309dec 15:37:42 ---> Running in 80fe8798a327 15:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:44 OK: 233 MiB in 51 packages 15:37:44 OK: 233 MiB in 51 packages 15:37:44 OK: 233 MiB in 51 packages 15:37:44 Removing intermediate container 3befc651191c 15:37:44 ---> cf64459ada73 15:37:44 Step 6/24 : COPY go.mod . 15:37:44 OK: 233 MiB in 51 packages 15:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:37:45 ---> c4e26c90f501 15:37:45 Step 7/24 : RUN go mod download 15:37:45 OK: 233 MiB in 51 packages 15:37:45 Removing intermediate container b49dcbeebf63 15:37:45 ---> 925603c25653 15:37:45 Step 6/22 : COPY go.mod . 15:37:45 ---> Running in 5cf55185deb4 15:37:45 (1/12) Installing libmagic (5.38-r0) 15:37:45 Removing intermediate container a8cc88309dec 15:37:45 ---> e4ca2cd8541d 15:37:45 Step 6/30 : COPY go.mod . 15:37:45 Removing intermediate container b808c2cf7c42 15:37:45 ---> f8066be97798 15:37:45 Step 6/22 : COPY go.mod . 15:37:45 (2/12) Installing file (5.38-r0) 15:37:45 (3/12) Installing libc-dev (0.7.2-r3) 15:37:45 (4/12) Installing g++ (9.3.0-r2) 15:37:45 ---> 5f506a4fe588 15:37:45 Step 7/22 : RUN go mod download 15:37:46 ---> 88b138ee1135 15:37:46 Step 7/30 : RUN go mod download 15:37:46 ---> Running in ca2fb4cf3936 15:37:46 ---> 49509d0b0e3a 15:37:46 Step 7/22 : RUN go mod download 15:37:46 Removing intermediate container 121d8baa717e 15:37:46 ---> 42e79e2814ec 15:37:46 Step 6/23 : COPY go.mod . 15:37:46 ---> Running in 81aa81634295 15:37:46 ---> Running in b9bb8dbeabe7 15:37:46 ---> 3cc6740eaa94 15:37:46 Step 7/23 : RUN go mod download 15:37:46 ---> Running in 2ef366818214 15:37:48 Removing intermediate container ca2fb4cf3936 15:37:48 ---> 47b4ebae30eb 15:37:48 Step 8/22 : COPY . . 15:37:48 Removing intermediate container 5cf55185deb4 15:37:48 ---> 46cc13169ef4 15:37:48 Step 8/24 : COPY . . 15:37:51 (5/12) Installing fortify-headers (1.1-r0) 15:37:51 (6/12) Installing patch (2.7.6-r6) 15:37:51 (7/12) Installing build-base (0.5-r2) 15:37:51 (8/12) Installing libsodium (1.0.18-r0) 15:37:51 (9/12) Installing pkgconf (1.7.2-r0) 15:37:51 (10/12) Installing libsodium-dev (1.0.18-r0) 15:37:51 (11/12) Installing libzmq (4.3.3-r0) 15:37:51 (12/12) Installing zeromq-dev (4.3.3-r0) 15:37:51 Executing busybox-1.31.1-r19.trigger 15:37:51 OK: 217 MiB in 51 packages 15:37:55 Removing intermediate container 80fe8798a327 15:37:55 ---> 1bf82e16ca9b 15:37:55 Step 4/6 : WORKDIR /edgex-go 15:37:55 ---> Running in e356604fea3a 15:37:55 Removing intermediate container e356604fea3a 15:37:55 ---> 609a351750ee 15:37:55 Step 5/6 : COPY go.mod . 15:37:56 Removing intermediate container 2ef366818214 15:37:56 ---> 2fab2504ed2d 15:37:56 Step 8/23 : COPY . . 15:37:56 Removing intermediate container b9bb8dbeabe7 15:37:56 ---> fa9bd4dcb524 15:37:56 Step 8/22 : COPY . . 15:37:56 ---> d16e7e52c669 15:37:56 Step 6/6 : RUN go mod download 15:37:56 ---> Running in 01481f9e8835 15:37:57 Removing intermediate container 81aa81634295 15:37:57 ---> 4204b1a47732 15:37:57 Step 8/30 : COPY . . 15:38:23 Removing intermediate container 01481f9e8835 15:38:23 ---> b64592f56c55 15:38:23 Successfully built b64592f56c55 15:38:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:38:24 + docker inspect -f . ci-base-image-arm64 15:38:24 . [Pipeline] withDockerContainer 15:38:24 prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container 15:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:38:25 $ docker top 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:27 + go version 15:38:27 go version go1.15.5 linux/arm64 [Pipeline] } 15:38:27 $ docker stop --time=1 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e 15:38:29 $ docker rm -f 86e5173c57b542a1a37ba428b754ba1d0986db2338601f8e80eda94958b5123e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:30 ---> 2bede189201d 15:38:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:38:30 ---> 0ef1506a4c11 15:38:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:38:30 + docker inspect -f . ci-base-image-arm64 15:38:30 . [Pipeline] withDockerContainer 15:38:30 prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container 15:38:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:38:32 $ docker top 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 -eo pid,comm [Pipeline] { [Pipeline] echo 15:38:32 ========================================================= 15:38:32 [edgeXBuildGoParallel] Running Tests and Build... 15:38:32 ========================================================= [Pipeline] sh 15:38:33 + make test 15:38:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:38:34 ---> Running in e7cc4251a783 15:38:34 ---> Running in d3ba3548dbe4 15:38:34 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 15:38: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 15:38:36 ---> b939626861b8 15:38:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:38:36 ---> cd6e20942e61 15:38:36 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:38:36 ---> 361c127477eb 15:38:36 Step 9/23 : RUN make cmd/core-data/core-data 15:38:36 ---> Running in e7f97f7786c3 15:38:36 ---> Running in 978bfdc4436a 15:38:36 ---> Running in a3b7f21997ff 15:38:37 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 15:38:37 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 15:38:37 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 15:38:59 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 15:38:59 ? github.com/edgexfoundry/edgex-go [no test files] 15:39:09 Removing intermediate container e7cc4251a783 15:39:09 ---> 853753a4cd1c 15:39:09 15:39:09 Step 10/24 : FROM alpine:3.12 15:39:09 Removing intermediate container 978bfdc4436a 15:39:09 ---> 445ca3c3bd8b 15:39:09 15:39:09 Step 10/30 : FROM alpine:3.12 15:39:09 3.12: Pulling from library/alpine 15:39:09 3.12: Pulling from library/alpine 15:39:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:39:11 Removing intermediate container d3ba3548dbe4 15:39:11 ---> 69621618f41a 15:39:11 15:39:11 Step 10/22 : FROM alpine:3.12 15:39:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:39:11 Status: Downloaded newer image for alpine:3.12 15:39:11 ---> 389fef711851 15:39:11 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:39:11 ---> 389fef711851 15:39:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:39:11 Status: Downloaded newer image for alpine:3.12 15:39:11 ---> 389fef711851 15:39:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:39:13 ---> Running in 29d4de01dc8f 15:39:13 ---> Running in 813b697a1f13 15:39:13 ---> Running in 1642b5251618 15:39:13 Removing intermediate container e7f97f7786c3 15:39:13 ---> bebf2ecd11f2 15:39:13 15:39:13 Step 10/22 : FROM alpine:3.12 15:39:13 ---> 389fef711851 15:39:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:39:13 ---> Running in d50bf868a6ec 15:39:13 Removing intermediate container 813b697a1f13 15:39:13 ---> bcb7e849fc58 15:39:13 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:39:14 ---> Running in 65eba4df174f 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:14 (1/5) Installing ca-certificates (20191127-r4) 15:39:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:39:14 (3/5) Installing libcurl (7.69.1-r3) 15:39:14 (4/5) Installing curl (7.69.1-r3) 15:39:14 (5/5) Installing dumb-init (1.2.2-r1) 15:39:14 Executing busybox-1.31.1-r19.trigger 15:39:14 Executing ca-certificates-20191127-r4.trigger 15:39:14 OK: 7 MiB in 19 packages 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:14 (1/1) Installing dumb-init (1.2.2-r1) 15:39:14 Executing busybox-1.31.1-r19.trigger 15:39:14 OK: 6 MiB in 15 packages 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:15 (1/2) Installing ca-certificates (20191127-r4) 15:39:15 (2/2) Installing dumb-init (1.2.2-r1) 15:39:15 Executing busybox-1.31.1-r19.trigger 15:39:15 Executing ca-certificates-20191127-r4.trigger 15:39:15 OK: 6 MiB in 16 packages 15:39:15 (1/2) Installing dumb-init (1.2.2-r1) 15:39:15 (2/2) Installing su-exec (0.2-r1) 15:39:15 Executing busybox-1.31.1-r19.trigger 15:39:15 OK: 6 MiB in 16 packages 15:39:17 Removing intermediate container a3b7f21997ff 15:39:17 ---> 12924c766812 15:39:17 15:39:17 Step 10/23 : FROM alpine:3.12 15:39:17 ---> 389fef711851 15:39:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:39:17 ---> Running in 5ed4e5c24f78 15:39:17 Removing intermediate container 29d4de01dc8f 15:39:17 ---> 552f5d17e4c5 15:39:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:39:18 ---> Running in 3d054ffe87a6 15:39:18 Removing intermediate container 1642b5251618 15:39:18 ---> 1a30ba6a0b72 15:39:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:39:18 Removing intermediate container 5ed4e5c24f78 15:39:18 ---> 8eeae692c373 15:39:18 Step 12/23 : ENV APP_PORT=48080 15:39:18 Removing intermediate container 65eba4df174f 15:39:18 ---> fec6d13cd105 15:39:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:39:18 Removing intermediate container d50bf868a6ec 15:39:18 ---> ecc7a3c9156f 15:39:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:39:19 ---> Running in e059f0eb6269 15:39:19 ---> Running in ad8e3ae6b743 15:39:19 ---> Running in 64a5dbf9ab8e 15:39:19 Removing intermediate container 3d054ffe87a6 15:39:19 ---> 2d01c41d5f67 15:39:19 Step 13/24 : WORKDIR / 15:39:19 ---> Running in 65086ad0b675 15:39:19 ---> Running in 73f2a778b127 15:39:19 Removing intermediate container e059f0eb6269 15:39:19 ---> e6f18cf12147 15:39:19 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:39:19 Removing intermediate container 64a5dbf9ab8e 15:39:19 ---> 3286719bfbd0 15:39:19 Step 13/22 : ENV APP_PORT=48085 15:39:19 Removing intermediate container ad8e3ae6b743 15:39:19 ---> 9fd1056a3289 15:39:19 Step 13/23 : EXPOSE $APP_PORT 15:39:19 Removing intermediate container 65086ad0b675 15:39:19 ---> 66f535615585 15:39:19 Step 13/22 : ENV APP_PORT=48060 15:39:19 ---> Running in 3a917779b5db 15:39:19 ---> Running in 4b6c9239a84d 15:39:19 ---> Running in e28d42b8585c 15:39:19 Removing intermediate container 73f2a778b127 15:39:19 ---> 0439e116652e 15:39:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:39:19 ---> Running in 489c44763f0a 15:39:20 Removing intermediate container 3a917779b5db 15:39:20 ---> ac554e4b39ed 15:39:20 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:39:20 ---> Running in 5b0edac528a4 15:39:20 Removing intermediate container 4b6c9239a84d 15:39:20 ---> dd11f425d2d5 15:39:20 Step 14/22 : EXPOSE $APP_PORT 15:39:20 Removing intermediate container e28d42b8585c 15:39:20 ---> d307c7bf6183 15:39:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:20 Removing intermediate container 489c44763f0a 15:39:20 ---> 12570ecabf0a 15:39:20 Step 14/22 : EXPOSE $APP_PORT 15:39:20 ---> 88e9edc189f3 15:39:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:39:20 ---> Running in b7407b7e9279 15:39:20 ---> Running in 9dc2aac1ad1b 15:39:20 ---> Running in 6b830b858ef4 15:39:20 ---> 1a6f8610a497 15:39:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:39:21 Removing intermediate container 6b830b858ef4 15:39:21 ---> a70f610bbe3f 15:39:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:21 Removing intermediate container b7407b7e9279 15:39:21 ---> 330976a31273 15:39:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:21 ---> 41ec7e32361f 15:39:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:39:21 ---> d506490d9c6d 15:39:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:39:21 ---> 51481a2fd128 15:39:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:39:22 ---> 6e39281dd4fb 15:39:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:39:22 Removing intermediate container 5b0edac528a4 15:39:22 ---> c7b111bda79c 15:39:22 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:39:22 Removing intermediate container 9dc2aac1ad1b 15:39:22 ---> 01aa791a9a04 15:39:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:39:22 ---> Running in f5c54f0a2d1a 15:39:22 ---> ef9d0cc42173 15:39:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:39:22 ---> Running in f497b59d1707 15:39:23 ---> 8a99101b5dcb 15:39:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:39:23 ---> 1be363605640 15:39:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:39:23 Removing intermediate container f5c54f0a2d1a 15:39:23 ---> 75107ab9938e 15:39:23 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:39:23 ---> 2871d8e23bc7 15:39:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:39:23 ---> 4b8bcbaf5c0c 15:39:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:39:23 ---> 68f71396c41e 15:39:23 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/ 15:39:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:23 ---> Running in 819dd44ab4b1 15:39:23 ---> Running in 4d57b84a26bf 15:39:23 ---> Running in f8eac7e5b6a4 15:39:23 ---> 6607b0b11a15 15:39:23 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:39:23 ---> Running in f1434f4d584c 15:39:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:24 Removing intermediate container 819dd44ab4b1 15:39:24 ---> 3cbbe01a21ab 15:39:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:24 Removing intermediate container 4d57b84a26bf 15:39:24 ---> c7bbe52b0a9a 15:39:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:24 ---> Running in d70c35941179 15:39:24 ---> Running in e9f9ec4624e9 15:39:24 (1/6) Installing dumb-init (1.2.2-r1) 15:39:24 (2/6) Installing libgcc (9.3.0-r2) 15:39:24 (3/6) Installing libsodium (1.0.18-r0) 15:39:24 (4/6) Installing libstdc++ (9.3.0-r2) 15:39:24 Removing intermediate container d70c35941179 15:39:24 ---> 957f015870c2 15:39:24 Step 20/22 : LABEL arch=x86_64 15:39:24 Removing intermediate container e9f9ec4624e9 15:39:24 ---> 472c2f2de2b1 15:39:24 Step 20/22 : LABEL arch=x86_64 15:39:24 ---> Running in abedfca68432 15:39:24 (5/6) Installing libzmq (4.3.3-r0) 15:39:25 ---> Running in 0caebe3f824f 15:39:25 (6/6) Installing zeromq (4.3.3-r0) 15:39:25 Executing busybox-1.31.1-r19.trigger 15:39:25 OK: 8 MiB in 20 packages 15:39:25 Removing intermediate container abedfca68432 15:39:25 ---> 9ad8747dfd98 15:39:25 Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:39:25 Removing intermediate container 0caebe3f824f 15:39:25 ---> 6616a1c4989f 15:39:25 Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:39:25 ---> Running in f8f9c458ca6c 15:39:25 ---> Running in bcdde642c9db 15:39:25 Removing intermediate container f8eac7e5b6a4 15:39:25 ---> f4910e8754b4 15:39:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:39:25 ---> Running in 472442eccc21 15:39:26 Removing intermediate container f8f9c458ca6c 15:39:26 ---> d5fc86a4a0e4 15:39:26 Step 22/22 : LABEL version=0.0.0 15:39:26 Removing intermediate container bcdde642c9db 15:39:26 ---> 7ecf3be4f591 15:39:26 Step 22/22 : LABEL version=0.0.0 15:39:26 Removing intermediate container f1434f4d584c 15:39:26 ---> cc22a8b07d16 15:39:26 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:26 ---> Running in 45a2011785cd 15:39:26 ---> Running in a9f78e6973ad 15:39:26 Removing intermediate container f497b59d1707 15:39:26 ---> df01cc8419c1 15:39:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:26 Removing intermediate container 472442eccc21 15:39:26 ---> f6f12a2fa78e 15:39:26 Step 22/24 : LABEL arch=x86_64 15:39:26 ---> Running in 28cd144dddc9 15:39:26 Removing intermediate container 45a2011785cd 15:39:26 ---> b9c7ae223db3 15:39:26 15:39:26 ---> b5c483dd4a1e 15:39:26 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:39:26 Removing intermediate container a9f78e6973ad 15:39:26 ---> cf65bd93b7ac 15:39:26 15:39:26 Successfully built b9c7ae223db3 15:39:26 ---> 3ad1aa42d576 15:39:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:39:27 Successfully tagged docker-support-scheduler-go:latest 15:39:27 Building docker-sys-mgmt-agent-go 15:39:27  Building docker-support-scheduler-go ... done Successfully built cf65bd93b7ac 15:39:27 Removing intermediate container 28cd144dddc9 15:39:27 ---> 53d247a11b74 15:39:27 Step 23/24 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:39:27 Successfully tagged docker-support-notifications-go:latest 15:39:27 Building docker-security-proxy-setup-go 15:39:27  Building docker-support-notifications-go ... done  ---> Running in dc59381cded4 15:39:27 ---> b7135b0efe17 15:39:27 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:39:27 Removing intermediate container dc59381cded4 15:39:27 ---> 0370b64f627b 15:39:27 Step 24/24 : LABEL version=0.0.0 15:39:27 ---> e6506a882d8d 15:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:39:27 ---> 149549e1e8f5 15:39:27 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:39:28 ---> Running in 4e83f6c38e01 15:39:29 Removing intermediate container 4e83f6c38e01 15:39:29 ---> 2d2c5b42561d 15:39:29 15:39:31 ---> 12d0eb625844 15:39:31 Step 19/23 : ENTRYPOINT ["/core-data"] 15:39:31 Successfully built 2d2c5b42561d 15:39:32 Successfully tagged docker-security-secretstore-setup-go:latest 15:39:32 Building docker-core-metadata-go 15:39:35  Building docker-security-secretstore-setup-go ... done  ---> d6602c74b538 15:39:35 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:39:35 ---> Running in 21a778a4d19a 15:39:36 ---> Running in 827de2055940 15:39:37 Removing intermediate container 21a778a4d19a 15:39:37 ---> dbd1ddabd74a 15:39:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:39 ---> Running in 277d96d08be1 15:39:39 Removing intermediate container 827de2055940 15:39:39 ---> 93f8b0802f47 15:39:39 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:39:42 Removing intermediate container 277d96d08be1 15:39:42 ---> d8c69484c217 15:39:42 Step 21/23 : LABEL arch=x86_64 15:39:47 ---> 6fc5efda1254 15:39:47 Step 25/30 : RUN chmod +x /entrypoint.sh 15:39:47 ---> Running in 74eb1dcc831d 15:39:48 ---> Running in 21672b60816d 15:39:49 Removing intermediate container 74eb1dcc831d 15:39:49 ---> 56c09d0aa4f0 15:39:49 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:39:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:39:49 ---> 0ff4ef72d5f9 15:39:49 Step 3/26 : WORKDIR /edgex-go 15:39:49 ---> Using cache 15:39:49 ---> 1598a9350eab 15:39:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:49 ---> Using cache 15:39:49 ---> 5c7ce4708431 15:39:49 Step 5/26 : RUN apk add --update --no-cache make bash git 15:39:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:39:51 ---> 0ff4ef72d5f9 15:39:51 Step 3/21 : WORKDIR /edgex-go 15:39:51 ---> Using cache 15:39:51 ---> 1598a9350eab 15:39:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:51 ---> Using cache 15:39:51 ---> 5c7ce4708431 15:39:51 Step 5/21 : RUN apk add --update --no-cache make git 15:39:51 ---> Using cache 15:39:51 ---> e4ca2cd8541d 15:39:51 Step 6/21 : COPY go.mod . 15:39:51 ---> Using cache 15:39:51 ---> 88b138ee1135 15:39:51 Step 7/21 : RUN go mod download 15:39:51 ---> Using cache 15:39:51 ---> 4204b1a47732 15:39:51 Step 8/21 : COPY . . 15:39:51 ---> Using cache 15:39:51 ---> cd6e20942e61 15:39:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:39:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:39:52 ---> 0ff4ef72d5f9 15:39:52 Step 3/23 : WORKDIR /edgex-go 15:39:52 ---> Using cache 15:39:52 ---> 1598a9350eab 15:39:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:52 ---> Using cache 15:39:52 ---> 5c7ce4708431 15:39:52 Step 5/23 : RUN apk add --update --no-cache make git 15:39:52 ---> Using cache 15:39:52 ---> e4ca2cd8541d 15:39:52 Step 6/23 : COPY go.mod . 15:39:52 ---> Using cache 15:39:52 ---> 88b138ee1135 15:39:52 Step 7/23 : RUN go mod download 15:39:52 ---> Using cache 15:39:52 ---> 4204b1a47732 15:39:52 Step 8/23 : COPY . . 15:39:52 ---> Using cache 15:39:52 ---> cd6e20942e61 15:39:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:39:52 ---> Running in ed8433151f07 15:39:52 ---> Running in dd46192b39ad 15:39:53 ---> Running in ae9e2b2b3e9a 15:39:53 ---> Running in 48c89fa2c16f 15:39:53 Removing intermediate container ed8433151f07 15:39:53 ---> 319f4506f9ab 15:39:53 Step 23/23 : LABEL version=0.0.0 15:39:53 ---> Running in 1db7b630f2b4 15:39:54 Removing intermediate container 1db7b630f2b4 15:39:54 ---> 392293aefcc2 15:39:54 15:39:54 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 15:39:54 Successfully built 392293aefcc2 15:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:54 Successfully tagged docker-core-data-go:latest 15:39:54  Building docker-core-data-go ... done Building docker-core-command-go 15:39:54 Removing intermediate container 21672b60816d 15:39:54 ---> b36b8a33ebeb 15:39:54 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:39:54 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 15:39:54 ---> Running in 7b54f85ae3f2 15:39:54 Removing intermediate container 7b54f85ae3f2 15:39:54 ---> dc8246d4bca2 15:39:54 Step 27/30 : CMD ["gate"] 15:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:55 ---> Running in c708317fc6c5 15:39:56 OK: 233 MiB in 51 packages 15:39:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:39:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:39:59 Removing intermediate container c708317fc6c5 15:39:59 ---> 1e6dfa0c8f4c 15:39:59 Step 28/30 : LABEL arch=x86_64 15:39:59 ---> Running in d391081854c8 15:39:59 Removing intermediate container dd46192b39ad 15:39:59 ---> 58286789b778 15:39:59 Step 6/26 : COPY go.mod . 15:40:01 Removing intermediate container d391081854c8 15:40:01 ---> 12fbceda37e4 15:40:01 Step 29/30 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:40:01 ---> 7482ede8f278 15:40:01 Step 7/26 : RUN go mod download 15:40:02 ---> Running in f55da545c9fc 15:40:02 ---> Running in addb6c81d4ea 15:40:02 Removing intermediate container addb6c81d4ea 15:40:02 ---> 92af82ea2f80 15:40:02 Step 30/30 : LABEL version=0.0.0 15:40:03 ---> Running in bea98843e416 15:40:04 Removing intermediate container bea98843e416 15:40:04 ---> 44783dc1c63f 15:40:04 15:40:04 Successfully built 44783dc1c63f 15:40:04 Successfully tagged docker-security-bootstrapper-go:latest 15:40:06  Building docker-security-bootstrapper-go ... done Removing intermediate container f55da545c9fc 15:40:06 ---> 3f5cb5344a0b 15:40:06 Step 8/26 : COPY . . 15:40:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:40:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:40:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:40:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:40:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:40:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:40:14 ---> 0ff4ef72d5f9 15:40:14 Step 3/23 : WORKDIR /edgex-go 15:40:14 ---> Using cache 15:40:14 ---> 1598a9350eab 15:40:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:14 ---> Using cache 15:40:14 ---> 5c7ce4708431 15:40:14 Step 5/23 : RUN apk add --update --no-cache make git 15:40:14 ---> Using cache 15:40:14 ---> e4ca2cd8541d 15:40:14 Step 6/23 : COPY go.mod . 15:40:14 ---> Using cache 15:40:14 ---> 88b138ee1135 15:40:14 Step 7/23 : RUN go mod download 15:40:14 ---> Using cache 15:40:14 ---> 4204b1a47732 15:40:14 Step 8/23 : COPY . . 15:40:14 ---> Using cache 15:40:14 ---> cd6e20942e61 15:40:14 Step 9/23 : RUN make cmd/core-command/core-command 15:40:14 ---> Running in 6ad8e7004ad9 15:40:16 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 15:40:16 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 15:40:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:40:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:40:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 45.9% of statements 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements 15:40:31 ---> da67262a926d 15:40:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:40:31 Removing intermediate container ae9e2b2b3e9a 15:40:31 ---> 47b822205bc8 15:40:31 15:40:31 Step 10/21 : FROM alpine:3.12 15:40:31 ---> 389fef711851 15:40:31 Step 11/21 : RUN apk add --update --no-cache curl 15:40:31 ---> Running in 282ceaf2356c 15:40:32 ---> Running in 2a8aea26e12f 15:40:32 Removing intermediate container 48c89fa2c16f 15:40:32 ---> 5a4d19a379d6 15:40:32 15:40:32 Step 10/23 : FROM alpine:3.12 15:40:32 ---> 389fef711851 15:40:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:40:32 ---> Using cache 15:40:32 ---> 1a30ba6a0b72 15:40:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:40:32 ---> Using cache 15:40:32 ---> 3286719bfbd0 15:40:32 Step 13/23 : ENV APP_PORT=48081 15:40:32 ---> Running in 96018958c3ee 15:40:33 Removing intermediate container 96018958c3ee 15:40:33 ---> db4d815d5ca8 15:40:33 Step 14/23 : EXPOSE $APP_PORT 15:40:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:40:33 ---> Running in 121a237365a6 15:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:33 Removing intermediate container 121a237365a6 15:40:33 ---> e3c2a64c5576 15:40:33 Step 15/23 : WORKDIR / 15:40:33 ---> Running in 9d41558b769e 15:40:33 (1/4) Installing ca-certificates (20191127-r4) 15:40:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:40:33 (3/4) Installing libcurl (7.69.1-r3) 15:40:33 (4/4) Installing curl (7.69.1-r3) 15:40:33 Executing busybox-1.31.1-r19.trigger 15:40:33 Executing ca-certificates-20191127-r4.trigger 15:40:33 OK: 7 MiB in 18 packages 15:40:34 Removing intermediate container 9d41558b769e 15:40:34 ---> 8889aba6ce1b 15:40:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:34 ---> e0d9944d933e 15:40:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.669s coverage: 27.1% of statements 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:40:35 Removing intermediate container 2a8aea26e12f 15:40:35 ---> 88ddb871e6f3 15:40:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:40:36 ---> Running in d14a3f0297d8 15:40:36 ---> bdecf9085ed5 15:40:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:40:36 Removing intermediate container d14a3f0297d8 15:40:36 ---> 67568750eefd 15:40:36 Step 13/21 : WORKDIR /edgex 15:40:37 ---> Running in 83416dccb51d 15:40:37 ---> 534b73b21790 15:40:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:40:37 ---> Running in 36de76b9bcca 15:40:37 Removing intermediate container 83416dccb51d 15:40:37 ---> 40fdcc690c20 15:40:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:40:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements 15:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:40:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:40:37 Removing intermediate container 36de76b9bcca 15:40:37 ---> a59b96672cb5 15:40:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:39 ---> Running in 9b7b667a9db0 15:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.3% of statements 15:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:40:40 ---> 1b1254eddf81 15:40:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:40:40 Removing intermediate container 9b7b667a9db0 15:40:40 ---> d4f71cef8c7e 15:40:40 Step 21/23 : LABEL arch=x86_64 15:40:40 Removing intermediate container 6ad8e7004ad9 15:40:40 ---> d3b474911820 15:40:40 15:40:40 Step 10/23 : FROM alpine:3.12 15:40:40 ---> 389fef711851 15:40:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:40:40 ---> Using cache 15:40:40 ---> 1a30ba6a0b72 15:40:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:40:40 ---> Using cache 15:40:40 ---> 3286719bfbd0 15:40:40 Step 13/23 : ENV APP_PORT=48082 15:40:40 ---> Running in 46d1dfcbb920 15:40:41 ---> Running in dcd9716a79a1 15:40:41 ---> 4b0d8717dd74 15:40:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:40:41 Removing intermediate container 46d1dfcbb920 15:40:41 ---> 66b9c372e65a 15:40:41 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:40:42 Removing intermediate container dcd9716a79a1 15:40:42 ---> 8d5a98f1fb31 15:40:42 Step 14/23 : EXPOSE $APP_PORT 15:40:42 ---> Running in d010ecfa1354 15:40:42 ---> Running in 8065e0a8cfb2 15:40:42 ---> 941097076bdd 15:40:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:40:42 Removing intermediate container d010ecfa1354 15:40:42 ---> 62b0b759de0b 15:40:42 Step 23/23 : LABEL version=0.0.0 15:40:42 ---> Running in acbbf4bedd16 15:40:42 ---> Running in 711e95469aa3 15:40:42 Removing intermediate container 8065e0a8cfb2 15:40:42 ---> 84109d87713f 15:40:42 Step 15/23 : WORKDIR / 15:40:43 Removing intermediate container acbbf4bedd16 15:40:43 ---> a1164d516c62 15:40:43 Step 18/21 : CMD ["--init=true"] 15:40:43 ---> Running in 6b3472751d0f 15:40:43 Removing intermediate container 711e95469aa3 15:40:43 ---> 0c24d28a5c4b 15:40:43 15:40:43 ---> Running in 0efa788de759 15:40:43 Successfully built 0c24d28a5c4b 15:40:43 Successfully tagged docker-core-metadata-go:latest 15:40:43  Building docker-core-metadata-go ... done Removing intermediate container 6b3472751d0f 15:40:43 ---> 942c88fac13c 15:40:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:44 Removing intermediate container 0efa788de759 15:40:44 ---> 0b86ce34cd8a 15:40:44 Step 19/21 : LABEL arch=x86_64 15:40:44 ---> Running in 061db8a2dc76 15:40:44 ---> f2ddd2b6432c 15:40:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:40:44 Removing intermediate container 061db8a2dc76 15:40:44 ---> 83df824296b3 15:40:44 Step 20/21 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:40:44 ---> Running in d76aa3fb9c7d 15:40:44 ---> a1c390910930 15:40:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:40:44 Removing intermediate container d76aa3fb9c7d 15:40:44 ---> 52ca401e95b7 15:40:44 Step 21/21 : LABEL version=0.0.0 15:40:44 ---> Running in b2520c66878f 15:40:45 ---> 147a05f88539 15:40:45 Step 19/23 : ENTRYPOINT ["/core-command"] 15:40:45 Removing intermediate container b2520c66878f 15:40:45 ---> 165564bb4024 15:40:45 15:40:45 ---> Running in b6f5674c8f40 15:40:45 Successfully built 165564bb4024 15:40:45 Successfully tagged docker-security-proxy-setup-go:latest 15:40:45  Building docker-security-proxy-setup-go ... done Removing intermediate container b6f5674c8f40 15:40:45 ---> 25762dd3cf0a 15:40:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.325s coverage: 28.6% of statements 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:40:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements 15:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:40:47 ---> Running in ab4a91042f6d 15:40:47 Removing intermediate container 282ceaf2356c 15:40:47 ---> 938cc82f656b 15:40:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:40:47 ---> Running in bc5ae450ff74 15:40:47 Removing intermediate container ab4a91042f6d 15:40:47 ---> 5b9e94bbc307 15:40:47 Step 21/23 : LABEL arch=x86_64 15:40:47 ---> Running in cccab2bedc4f 15:40:47 Removing intermediate container cccab2bedc4f 15:40:47 ---> 7c875d7a9be4 15:40:47 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:40:47 ---> Running in 9b112d25e628 15:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:40:47 Removing intermediate container 9b112d25e628 15:40:47 ---> b209b8a77260 15:40:47 Step 23/23 : LABEL version=0.0.0 15:40:47 ---> Running in 8d32cff8f4ce 15:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements 15:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 15:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:40:48 Removing intermediate container 8d32cff8f4ce 15:40:48 ---> 438739dd26e1 15:40:48 15:40:48 Successfully built 438739dd26e1 15:40:48 Successfully tagged docker-core-command-go:latest 15:40:48  Building docker-core-command-go ... done Removing intermediate container bc5ae450ff74 15:40:48 ---> ab933ebe6157 15:40:48 15:40:48 Step 11/26 : FROM docker:20.10.0 15:40:48 20.10.0: Pulling from library/docker 15:40:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:40:52 Status: Downloaded newer image for docker:20.10.0 15:40:52 ---> aefe523efa57 15:40:52 Step 12/26 : RUN apk add --no-cache bash 15:40:53 ---> Running in e4a6d981669c 15:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:53 (1/2) Installing readline (8.0.4-r0) 15:40:53 (2/2) Installing bash (5.0.17-r0) 15:40:53 Executing bash-5.0.17-r0.post-install 15:40:53 Executing busybox-1.31.1-r19.trigger 15:40:53 OK: 12 MiB in 22 packages 15:40:54 Removing intermediate container e4a6d981669c 15:40:54 ---> 9d8391859876 15:40:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:40:54 ---> Running in 8ed4b3678520 15:40:54 Removing intermediate container 8ed4b3678520 15:40:54 ---> 127769d106a6 15:40:54 Step 14/26 : ENV APP_PORT=48090 15:40:55 ---> Running in be25d01f16fb 15:40:55 Removing intermediate container be25d01f16fb 15:40:55 ---> 6838280cec11 15:40:55 Step 15/26 : EXPOSE $APP_PORT 15:40:55 ---> Running in ae6be91e947e 15:40:55 Removing intermediate container ae6be91e947e 15:40:55 ---> 927905cca9aa 15:40:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:40:55 ---> 76ce7a4fcad9 15:40:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:40:56 ---> 08025c956882 15:40:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:40:56 ---> 7a7339326039 15:40:56 Step 19/26 : RUN apk --no-cache add py3-pip 15:40:56 ---> Running in 223ce761e548 15:40:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:57 (1/33) Installing libbz2 (1.0.8-r1) 15:40:57 (2/33) Installing expat (2.2.9-r1) 15:40:57 (3/33) Installing libffi (3.3-r2) 15:40:57 (4/33) Installing gdbm (1.13-r1) 15:40:57 (5/33) Installing xz-libs (5.2.5-r0) 15:40:57 (6/33) Installing sqlite-libs (3.32.1-r0) 15:40:57 (7/33) Installing python3 (3.8.5-r0) 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.352s coverage: 92.8% of statements 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.1% of statements 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 15:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 15:40:58 (8/33) Installing py3-appdirs (1.4.4-r1) 15:40:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:40:58 (10/33) Installing py3-parsing (2.4.7-r0) 15:40:58 (11/33) Installing py3-six (1.15.0-r0) 15:40:58 (12/33) Installing py3-packaging (20.4-r0) 15:40:58 (13/33) Installing py3-setuptools (47.0.0-r0) 15:40:58 (14/33) Installing py3-chardet (3.0.4-r4) 15:40:58 (15/33) Installing py3-idna (2.9-r0) 15:40:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:40:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:40:58 (18/33) Installing py3-requests (2.23.0-r0) 15:40:58 (19/33) Installing py3-msgpack (1.0.0-r0) 15:40:58 (20/33) Installing py3-lockfile (0.12.2-r3) 15:40:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:40:58 (22/33) Installing py3-colorama (0.4.3-r0) 15:40:58 (23/33) Installing py3-distlib (0.3.0-r0) 15:40:58 (24/33) Installing py3-distro (1.5.0-r1) 15:40:58 (25/33) Installing py3-webencodings (0.5.1-r3) 15:40:58 (26/33) Installing py3-html5lib (1.0.1-r4) 15:40:58 (27/33) Installing py3-pytoml (0.1.21-r0) 15:40:58 (28/33) Installing py3-pep517 (0.8.2-r0) 15:40:58 (29/33) Installing py3-progress (1.5-r0) 15:40:58 (30/33) Installing py3-toml (0.10.1-r0) 15:40:58 (31/33) Installing py3-retrying (1.3.3-r0) 15:40:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:40:58 (33/33) Installing py3-pip (20.1.1-r0) 15:40:58 Executing busybox-1.31.1-r19.trigger 15:40:58 OK: 71 MiB in 55 packages 15:41:07 Removing intermediate container 223ce761e548 15:41:07 ---> abe4d8cdf61b 15:41:07 Step 20/26 : RUN pip install docker-compose==1.23.2 15:41:07 ---> Running in bcaab366e73e 15:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements 15:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements 15:41:08 Collecting docker-compose==1.23.2 15:41:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:41:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:41:08 Collecting texttable<0.10,>=0.9.0 15:41:08 Downloading texttable-0.9.1.tar.gz (11 kB) 15:41:08 Collecting docopt<0.7,>=0.6.1 15:41:08 Downloading docopt-0.6.2.tar.gz (25 kB) 15:41:09 Collecting docker<4.0,>=3.6.0 15:41:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:41:09 Collecting PyYAML<4,>=3.10 15:41:09 Downloading PyYAML-3.13.tar.gz (270 kB) 15:41:10 Collecting websocket-client<1.0,>=0.32.0 15:41:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:41:11 Collecting dockerpty<0.5,>=0.4.1 15:41:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:41:12 Collecting jsonschema<3,>=2.5.1 15:41:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:41:12 Collecting cached-property<2,>=1.2.0 15:41:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:41:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:41:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:41:12 Collecting docker-pycreds>=0.4.0 15:41:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:41:12 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) 15:41:12 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) 15:41:12 Collecting idna<2.8,>=2.5 15:41:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:41:12 Collecting urllib3<1.25,>=1.21.1 15:41:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:41:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:41:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:41:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:41:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:41:12 Installing collected packages: texttable, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, dockerpty, jsonschema, cached-property, docker-compose 15:41:12 Running setup.py install for texttable: started 15:41:13 Running setup.py install for texttable: finished with status 'done' 15:41:13 Running setup.py install for docopt: started 15:41:14 Running setup.py install for docopt: finished with status 'done' 15:41:14 Attempting uninstall: idna 15:41:14 Found existing installation: idna 2.9 15:41:14 Uninstalling idna-2.9: 15:41:14 Successfully uninstalled idna-2.9 15:41:14 Attempting uninstall: urllib3 15:41:14 Found existing installation: urllib3 1.25.9 15:41:14 Uninstalling urllib3-1.25.9: 15:41:14 Successfully uninstalled urllib3-1.25.9 15:41:14 Attempting uninstall: requests 15:41:14 Found existing installation: requests 2.23.0 15:41:14 Uninstalling requests-2.23.0: 15:41:14 Successfully uninstalled requests-2.23.0 15:41:14 Running setup.py install for PyYAML: started 15:41:15 Running setup.py install for PyYAML: finished with status 'done' 15:41:15 Running setup.py install for dockerpty: started 15:41:15 Running setup.py install for dockerpty: finished with status 'done' 15:41: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.57.0 15:41:19 Removing intermediate container bcaab366e73e 15:41:19 ---> 0ae6c1a89f4e 15:41:19 Step 21/26 : RUN apk --no-cache add curl 15:41:19 ---> Running in d4a06656fbdb 15:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:41:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:41:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:41:19 (2/3) Installing libcurl (7.69.1-r3) 15:41:19 (3/3) Installing curl (7.69.1-r3) 15:41:19 Executing busybox-1.31.1-r19.trigger 15:41:19 OK: 72 MiB in 58 packages 15:41:20 Removing intermediate container d4a06656fbdb 15:41:20 ---> 44c00c668ccc 15:41:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:41:20 ---> Running in 11c5f9e9d9b4 15:41:20 Removing intermediate container 11c5f9e9d9b4 15:41:20 ---> 6f80dae75a2e 15:41:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:41:20 ---> Running in 58d2588f493b 15:41:20 Removing intermediate container 58d2588f493b 15:41:20 ---> 09bd142a3484 15:41:20 Step 24/26 : LABEL arch=x86_64 15:41:20 ---> Running in 2e0c7412de87 15:41:20 Removing intermediate container 2e0c7412de87 15:41:20 ---> 4aa0cd64e0b6 15:41:20 Step 25/26 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:41:20 ---> Running in 4d0d788a760f 15:41:21 Removing intermediate container 4d0d788a760f 15:41:21 ---> 08dcdf5dfe47 15:41:21 Step 26/26 : LABEL version=0.0.0 15:41:21 ---> Running in 518b141fa13e 15:41:21 Removing intermediate container 518b141fa13e 15:41:21 ---> 2827e7120809 15:41:21 15:41:21 Successfully built 2827e7120809 15:41:21 Successfully tagged docker-sys-mgmt-agent-go:latest 15:41:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:41:22 $ docker stop --time=1 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 15:41:23 $ docker rm -f 362e1ba23de8b0843aec852dd4ebefac24ada937f55185cbdae48898c2092710 [Pipeline] // withDockerContainer [Pipeline] sh 15:41:24 + docker images 15:41:24 + grep docker 15:41:24 docker-sys-mgmt-agent-go latest 2827e7120809 3 seconds ago 313MB 15:41:24 docker-core-command-go latest 438739dd26e1 37 seconds ago 16.9MB 15:41:24 docker-security-proxy-setup-go latest 165564bb4024 40 seconds ago 24.4MB 15:41:24 docker-core-metadata-go latest 0c24d28a5c4b 41 seconds ago 18.8MB 15:41:24 docker-security-bootstrapper-go latest 44783dc1c63f About a minute ago 17.9MB 15:41:24 docker-core-data-go latest 392293aefcc2 About a minute ago 22.3MB 15:41:24 docker-security-secretstore-setup-go latest 2d2c5b42561d About a minute ago 24.6MB 15:41:24 docker-support-scheduler-go latest b9c7ae223db3 About a minute ago 17MB 15:41:24 docker-support-notifications-go latest cf65bd93b7ac About a minute ago 17.6MB 15:41:24 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 15:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.009s coverage: 68.9% of statements 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.414s coverage: 37.0% of statements 15:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.824s coverage: 84.0% of statements 15:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 15:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.442s coverage: 47.0% of statements 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.177s coverage: 100.0% of statements 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:41:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.389s coverage: 89.4% of statements 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:41:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:41:40 Still waiting to schedule task 15:41:40 ‘prd-ubuntu18.04-docker-8c-8g-26104’ is offline 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.386s coverage: 29.1% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.170s coverage: 100.0% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.273s coverage: 100.0% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 15:41:47 GO111MODULE=on go vet ./... 15:43:09 gofmt -l . 15:43:09 [ "`gofmt -l .`" = "" ] 15:43:09 ./bin/test-go-mod-tidy.sh 15:43:09 ./bin/test-attribution-txt.sh [Pipeline] sh 15:43:09 + ls -al . 15:43:09 total 728 15:43:09 drwxrwxr-x 9 1001 1001 4096 Feb 11 15:43 . 15:43:09 drwxr-xr-x 4 root root 4096 Feb 11 15:38 .. 15:43:09 -rw-rw-r-- 1 1001 1001 11 Feb 11 15:37 .dockerignore 15:43:09 drwxrwxr-x 8 1001 1001 4096 Feb 11 15:37 .git 15:43:09 drwxrwxr-x 3 1001 1001 4096 Feb 11 15:37 .github 15:43:09 -rw-rw-r-- 1 1001 1001 818 Feb 11 15:37 .gitignore 15:43:09 -rw-rw-r-- 1 1001 1001 166 Feb 11 15:37 .sonarcloud.properties 15:43:09 -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:37 Attribution.txt 15:43:09 -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:37 CONTRIBUTING.md 15:43:09 -rw-rw-r-- 1 1001 1001 931 Feb 11 15:37 Dockerfile.build 15:43:09 -rw-rw-r-- 1 1001 1001 863 Feb 11 15:37 Jenkinsfile 15:43:09 -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:37 LICENSE 15:43:09 -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:37 Makefile 15:43:09 -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:37 README.md 15:43:09 -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:37 SECURITY.md 15:43:09 -rw-rw-r-- 1 1001 1001 5 Feb 11 15:33 VERSION 15:43:09 -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:37 ZMQWindows.md 15:43:09 drwxrwxr-x 2 1001 1001 4096 Feb 11 15:37 bin 15:43:09 drwxrwxr-x 14 1001 1001 4096 Feb 11 15:37 cmd 15:43:09 -rw-r--r-- 1 root root 595164 Feb 11 15:41 coverage.out 15:43:09 -rw-r--r-- 1 root root 1054 Feb 11 15:43 go.mod 15:43:09 -rw-r--r-- 1 root root 19290 Feb 11 15:43 go.sum 15:43:09 drwxrwxr-x 8 1001 1001 4096 Feb 11 15:37 internal 15:43:09 drwxrwxr-x 4 1001 1001 4096 Feb 11 15:37 openapi 15:43:09 drwxrwxr-x 4 1001 1001 4096 Feb 11 15:37 snap 15:43:09 -rw-rw-r-- 1 1001 1001 168 Feb 11 15:37 version.go [Pipeline] sh 15:43:10 + '[' -e coverage.out ] 15:43:10 + chown 1001:1001 coverage.out [Pipeline] stash 15:43:10 Warning: overwriting stash ‘coverage-report’ 15:43:12 Stashed 1 file(s) [Pipeline] sh 15:43:12 + make build 15:43: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 15:43:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:43:51 Running on prd-ubuntu18.04-docker-8c-8g-26106 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 15:43:51 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 15:43:53 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 15:43:53 using credential edgex-jenkins-ssh 15:43:53 Cloning the remote Git repository 15:43:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:43:53 > git init /w/workspace/edgex-go/20 # timeout=10 15:43:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:43:53 > git --version # timeout=10 15:43:53 > git --version # 'git version 2.17.1' 15:43:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:44:00 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 15:44: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 15:44:11 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 15:44:16 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 15:44:16 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:44:16 Merge succeeded, producing 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:44:16 Checking out Revision 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 (PR-3113) 15:44:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:44:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:44:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:44:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:44:16 > git config core.sparsecheckout # timeout=10 15:44:16 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 15:44:16 > git remote # timeout=10 15:44:16 > git config --get remote.origin.url # timeout=10 15:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:44:16 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 15:44:16 > git rev-parse HEAD^{commit} # timeout=10 15:44:16 > git config core.sparsecheckout # timeout=10 15:44:16 > git checkout -f 381370a24fa11f31a9a344a70b43ef8e9a3a22d6 # timeout=10 15:44:20 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 15:44:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:44:21 + echo snap-build.sh 15:44:21 snap-build.sh 15:44:21 + SNAP_BASE_DIR=. 15:44:21 + '[' '!' -z /w/workspace/edgex-go/20 ']' 15:44:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/20 15:44:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' 15:44:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/20] 15:44:21 + cd /w/workspace/edgex-go/20 15:44:21 + sudo apt-get remove -qy --purge lxd lxd-client 15:44:21 Reading package lists... 15:44:21 Building dependency tree... 15:44:21 Reading state information... 15:44:21 The following packages were automatically installed and are no longer required: 15:44:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:44:21 uidmap xdelta3 15:44:21 Use 'sudo apt autoremove' to remove them. 15:44:21 The following packages will be REMOVED: 15:44:21 lxd* lxd-client* 15:44:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:44:22 After this operation, 31.7 MB disk space will be freed. 15: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.) 15:44:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:44:24 Removing lxd dnsmasq configuration 15:44:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:44:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:44:25 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 15:44:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15: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.) 15:44:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:44:27 Processing triggers for systemd (237-3ubuntu10.42) ... 15:44:27 Processing triggers for ureadahead (0.100.0-21) ... 15:44:29 + sudo snap remove --purge lxd 15:44:29 snap "lxd" is not installed 15:44:29 + sudo groupadd --force --system lxd 15:44:29 ++ whoami 15:44:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:44:29 + newgrp - lxd 15:44:29 + sudo snap install lxd 15:44:30 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 15:44:37 2021-02-11T15:44:35Z INFO Waiting for automatic snapd restart... [Pipeline] } 15:44:40 $ docker stop --time=1 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 15:44:43 $ docker rm -f 8368d1838b91e4467ac0d42a4bb9690dd50828a94613a2f52a615674683d5975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:45 15:44:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:44:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:46 latest: Pulling from edgex-devops/edgex-compose-arm64 15:44:46 29e5d40040c1: Pulling fs layer 15:44:46 1ce36da41761: Pulling fs layer 15:44:46 25b303627fd3: Pulling fs layer 15:44:46 29e5d40040c1: Download complete 15:44:46 1ce36da41761: Verifying Checksum 15:44:46 1ce36da41761: Download complete 15:44:47 29e5d40040c1: Pull complete 15:44:48 1ce36da41761: Pull complete 15:44:48 25b303627fd3: Verifying Checksum 15:44:48 25b303627fd3: Download complete 15:44:50 lxd 4.11 from Canonical* installed 15:44:50 + sudo lxd init --auto 15:44:59 25b303627fd3: Pull complete 15:44:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:44:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:44:59 prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container 15:44:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:45:00 + sudo snap install --classic snapcraft 15:45:03 $ docker top f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:04 + + grepdocker-compose parallel build 15:45:04 --help 15:45:04 snapcraft 4.5.1 from Canonical* installed 15:45:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:45:04 + patch --verbose -p1 15:45:04 Hmm... Looks like a unified diff to me... 15:45:04 The text leading up to this was: 15:45:04 -------------------------- 15:45:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:45:04 |From: Tony Espy 15:45:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:45:04 |Subject: [PATCH] optimize snap build for pipeline CI check 15:45:04 | 15:45:04 |This patch is used by the EdgeX CI pipeline builds to 15:45:04 |optimize the snap CI check run for pull requests. When 15:45:04 |applied, it essentially strips out everything (apps and 15:45:04 |parts) from the snapcraft.yaml file except those required 15:45:04 |to build edgex-go, as the whole idea of the CI check is to 15:45:04 |catch changes to edgex-go that break the snap build. 15:45:04 | 15:45:04 |In general, anyone updating snapcraft.yaml will also need 15:45:04 |to update this patch file, otherwise it may fail to apply, 15:45:04 |resulting in a failed snap build CI check in the associated 15:45:04 |pull request. 15:45:04 | 15:45:04 |Note - in addition to applying this patch, the pipeline also 15:45:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:45:04 |need to build the finally binary .snap file (and it won't 15:45:04 |work with the patch applied). This further reduces the build 15:45:04 |time. 15:45:04 |--- 15:45:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:45:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:45:04 | 15:45:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:45:04 |index 1e537489..faf42425 100644 15:45:04 |--- a/snap/snapcraft.yaml 15:45:04 |+++ b/snap/snapcraft.yaml 15:45:04 -------------------------- 15:45:04 patching file snap/snapcraft.yaml 15:45:04 Using Plan A... 15:45:04 Hunk #1 succeeded at 73. 15:45:04 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:45:04 Hunk #3 succeeded at 217 (offset 3 lines). 15:45:04 Hunk #4 succeeded at 225 (offset 3 lines). 15:45:04 Hunk #5 succeeded at 232 (offset 3 lines). 15:45:04 Hunk #6 succeeded at 259 (offset 3 lines). 15:45:04 Hunk #7 succeeded at 293 (offset 3 lines). 15:45:04 Hunk #8 succeeded at 352 (offset 11 lines). 15:45:04 Hmm... Ignoring the trailing garbage. 15:45:04 done 15:45:04 + sudo snapcraft prime --use-lxd 15:45:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:45:06 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: 15:45:06 - README.md 15:45:06 - snapcraft.yaml.orig 15:45:06 15:45:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:45:06 Launching a container. 15:45:09 --parallel Build images in parallel. [Pipeline] } 15:45:09 $ docker stop --time=1 f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 15:45:11 $ docker rm -f f4aa96ba7e11bd963754b7d2bbe41b5f79ac7f961abd742cb95b173b6f54f077 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:45:12 . [Pipeline] withDockerContainer 15:45:12 prd-ubuntu18.04-docker-arm64-4c-16g-26100 does not seem to be running inside a container 15:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:45:14 $ docker top ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:15 + docker-compose -f ./docker-compose-build.yml build --parallel 15:45:19 Waiting for container to be ready 15:45:19 To start your first instance, try: lxc launch ubuntu:18.04 15:45:19 15:45:22 Building docker-core-command-go ... 15:45:22 Building docker-core-data-go ... 15:45:22 Building docker-core-metadata-go ... 15:45:22 Building docker-security-bootstrapper-go ... 15:45:22 Building docker-security-proxy-setup-go ... 15:45:22 Building docker-security-secretstore-setup-go ... 15:45:22 Building docker-support-notifications-go ... 15:45:22 Building docker-support-scheduler-go ... 15:45:22 Building docker-sys-mgmt-agent-go ... 15:45:22 Building docker-core-data-go 15:45:22 Building docker-security-bootstrapper-go 15:45:22 Building docker-support-notifications-go 15:45:22 Building docker-security-proxy-setup-go 15:45:22 Building docker-support-scheduler-go 15:45:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:45:23 Waiting for network to be ready... 15:45:23 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:45:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:45:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:45:23 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:45:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:45:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:45:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:45:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:45:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:45:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:45:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:45:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:45:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:45:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:45:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:45:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:45:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:45:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:45:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:45:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:45:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:45:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:45:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:45:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:45:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:45:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:45:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:45:29 Fetched 23.9 MB in 6s (4143 kB/s) 15:45:30 Reading package lists... 15:45:30 Reading package lists... 15:45:31 Building dependency tree... 15:45:31 Reading state information... 15:45:31 The following additional packages will be installed: 15:45:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:45:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:45:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:45:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:45:31 Suggested packages: 15:45:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:45:31 Recommended packages: 15:45:31 gnupg libsasl2-modules 15:45:31 The following NEW packages will be installed: 15:45:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:45:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:45:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:45:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:45:31 The following packages will be upgraded: 15:45:31 gpg gpg-agent gpgconf libudev1 15:45:31 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:45:31 Need to get 3532 kB of archives. 15:45:31 After this operation, 13.3 MB of additional disk space will be used. 15:45:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:45:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:45:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:45:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:45:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:45:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 15:45:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 15:45:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:45:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:45:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:45:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:45:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:45:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:45:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:45:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:45:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:45:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:45:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:45:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:45:32 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:45:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:45:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:45:32 debconf: delaying package configuration, since apt-utils is not installed 15:45:32 Fetched 3532 kB in 1s (3032 kB/s) 15:45:32 (Reading database ... 12511 files and directories currently installed.) 15:45:32 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:45:32 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:32 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:45:32 Selecting previously unselected package udev. 15:45:32 (Reading database ... 12511 files and directories currently installed.) 15:45:32 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:45:32 Unpacking udev (237-3ubuntu10.44) ... 15:45:33 Selecting previously unselected package libfuse2:amd64. 15:45:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:45:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:45:33 Selecting previously unselected package fuse. 15:45:33 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:45:33 Unpacking fuse (2.9.7-1ubuntu1) ... 15:45:33 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:33 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:33 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:33 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:33 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:33 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:45:33 Selecting previously unselected package libksba8:amd64. 15:45:33 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:45:33 Unpacking libksba8:amd64 (1.3.5-2) ... 15:45:33 Selecting previously unselected package libroken18-heimdal:amd64. 15:45:33 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:45:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:45:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:45:34 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libwind0-heimdal:amd64. 15:45:34 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:45:34 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:45:34 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:34 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:45:34 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:34 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:45:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:45:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:35 Selecting previously unselected package libsasl2-modules-db:amd64. 15:45:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:45:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:35 Selecting previously unselected package libsasl2-2:amd64. 15:45:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:45:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:35 Selecting previously unselected package libldap-common. 15:45:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 15:45:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:45:35 Selecting previously unselected package libldap-2.4-2:amd64. 15:45:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 15:45:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:45:35 Selecting previously unselected package dirmngr. 15:45:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:45:35 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:45:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:45:35 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:45:35 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:45:35 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:35 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:45:35 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:45:35 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:35 Setting up libksba8:amd64 (1.3.5-2) ... 15:45:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:35 Setting up udev (237-3ubuntu10.44) ... 15:45:36 invoke-rc.d: policy-rc.d denied execution of start. 15:45:36 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Processing triggers for systemd (237-3ubuntu10) ... 15:45:36 Setting up fuse (2.9.7-1ubuntu1) ... 15:45:36 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:45:36 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:45:36 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:45:36 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:45:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:37 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:45:37 settings in the [Install] section, and DefaultInstance for template units). 15:45:37 This means they are not meant to be enabled using systemctl. 15:45:37 Possible reasons for having this kind of units are: 15:45:37 1) A unit may be statically enabled by being symlinked from another unit's 15:45:37 .wants/ or .requires/ directory. 15:45:37 2) A unit's purpose may be to act as a helper for some other unit which has 15:45:37 a requirement dependency on it. 15:45:37 3) A unit may be started when needed via activation (socket, path, timer, 15:45:37 D-Bus, udev, scripted systemctl call, ...). 15:45:37 4) In case of template units, the unit is meant to be enabled with some 15:45:37 instance name specified. 15:45:37 Reading package lists... 15:45:37 Building dependency tree... 15:45:37 Reading state information... 15:45:37 The following additional packages will be installed: 15:45:37 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:45:37 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:45:37 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:45:37 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:45:37 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:45:37 Suggested packages: 15:45:37 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:45:37 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:45:37 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:45:37 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:45:37 systemd-container policykit-1 15:45:37 Recommended packages: 15:45:37 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:45:37 The following NEW packages will be installed: 15:45:37 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:45:37 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:45:37 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:45:37 multiarch-support openssh-client python3 python3-minimal python3.6 15:45:37 python3.6-minimal snapd squashfs-tools sudo 15:45:37 The following packages will be upgraded: 15:45:37 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:45:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:45:38 Need to get 35.2 MB of archives. 15:45:38 After this operation, 141 MB of additional disk space will be used. 15:45:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:45:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:45:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:45:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:45:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:45:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:45:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:45:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:45:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:45:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:45:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:45:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:45:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:45:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:45:39 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:45:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:45:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:45:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:45:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:45:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:45:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:45:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:45:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:45:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:45:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:45:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:45:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:45:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:45:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:45:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:45:44 debconf: delaying package configuration, since apt-utils is not installed 15:45:44 Fetched 35.2 MB in 6s (6168 kB/s) 15:45:44 (Reading database ... 12757 files and directories currently installed.) 15:45:44 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:45:44 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:45:44 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:45:45 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:45:45 (Reading database ... 12757 files and directories currently installed.) 15:45:45 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:45:45 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:45:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:45:45 (Reading database ... 12757 files and directories currently installed.) 15:45:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:45:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:45:45 Setting up apt (1.6.12ubuntu0.2) ... 15:45:45 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:45:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:45:47 (Reading database ... 12764 files and directories currently installed.) 15:45:47 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:45:47 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:45:47 Selecting previously unselected package libpython3.6-minimal:amd64. 15:45:47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:47 Selecting previously unselected package libexpat1:amd64. 15:45:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:45:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:45:47 Selecting previously unselected package python3.6-minimal. 15:45:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:45:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:45:48 Checking for services that may need to be restarted...done. 15:45:48 Checking for services that may need to be restarted...done. 15:45:48 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:45:48 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:45:48 Selecting previously unselected package python3-minimal. 15:45:48 (Reading database ... 13012 files and directories currently installed.) 15:45:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:45:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:45:48 Selecting previously unselected package mime-support. 15:45:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:45:48 Unpacking mime-support (3.60ubuntu1) ... 15:45:48 Selecting previously unselected package libmpdec2:amd64. 15:45:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:45:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:45:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:45:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:49 Selecting previously unselected package python3.6. 15:45:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:45:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:45:49 Selecting previously unselected package libpython3-stdlib:amd64. 15:45:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:45:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:45:49 Setting up python3-minimal (3.6.7-1~18.04) ... 15:45:49 Selecting previously unselected package python3. 15:45:49 (Reading database ... 13442 files and directories currently installed.) 15:45:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:45:49 Unpacking python3 (3.6.7-1~18.04) ... 15:45:49 Selecting previously unselected package multiarch-support. 15:45:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:45:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:45:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:45:49 Selecting previously unselected package liblzo2-2:amd64. 15:45:49 (Reading database ... 13479 files and directories currently installed.) 15:45:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:45:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:45:49 Selecting previously unselected package libbsd0:amd64. 15:45:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:45:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:45:50 Selecting previously unselected package sudo. 15:45:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:45:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:45:50 Selecting previously unselected package apparmor. 15:45:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:45:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:45:50 Selecting previously unselected package libedit2:amd64. 15:45:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:45:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:45:50 Selecting previously unselected package libkrb5support0:amd64. 15:45:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:45:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:45:50 Selecting previously unselected package libk5crypto3:amd64. 15:45:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:45:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:45:50 Selecting previously unselected package libkeyutils1:amd64. 15:45:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:45:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:45:50 Selecting previously unselected package libkrb5-3:amd64. 15:45:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:45:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:45:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:45:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:45:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:45:50 Selecting previously unselected package libssl1.0.0:amd64. 15:45:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:45:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:45:51 Selecting previously unselected package openssh-client. 15:45:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:45:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:51 Selecting previously unselected package squashfs-tools. 15:45:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:45:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:45:51 Selecting previously unselected package snapd. 15:45:51 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:45:51 Unpacking snapd (2.48.3+18.04) ... 15:45:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:45:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:45:54 Setting up mime-support (3.60ubuntu1) ... 15:45:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:45:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:45:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:45:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:54 Setting up systemd (237-3ubuntu10.44) ... 15:45:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:45:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:45:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:45:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:45:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:45:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:45:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:45:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:45:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:45:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:45:56 Setting up python3 (3.6.7-1~18.04) ... 15:45:56 running python rtupdate hooks for python3.6... 15:45:56 running python post-rtupdate hooks for python3.6... 15:45:56 Setting up apparmor (2.12-4ubuntu5.1) ... 15:45:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:45:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:45:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:58 Setting up snapd (2.48.3+18.04) ... 15:45:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:45:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:45:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:45:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:45:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:45:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:45:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:45:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:46:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:46:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:46:00 /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' 15:46:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:46:00 Processing triggers for systemd (237-3ubuntu10.44) ... 15:46:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:46:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:46:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:46:03 Reading package lists... 15:46:03 Reading package lists... 15:46:03 Building dependency tree... 15:46:03 Reading state information... 15:46:04 Calculating upgrade... 15:46:04 The following packages will be upgraded: 15:46:04 advancecomp base-files bash binutils binutils-common 15:46:04 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:46:04 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:46:04 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:46:04 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:46:04 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:46:04 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:46:04 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:46:04 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:46:04 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:46:04 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:46:04 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:46:04 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:46:04 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:46:04 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:46:04 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:46:04 Need to get 63.8 MB of archives. 15:46:04 After this operation, 5188 kB of additional disk space will be used. 15:46:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:46:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:46:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:46:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:46:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:46:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:46:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:46:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:46:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:46:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:46:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:46:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:46:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:46:05 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:46:05 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:46:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:46:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:46:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:46:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:46:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:46:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:46:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:46:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:46:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:46:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:46:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:46:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:46:05 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:46:05 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:46:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:46:05 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:46:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:46:05 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:46:05 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:46:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:46:05 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:46:05 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:46:05 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:46:05 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:46:05 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:46:05 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:46:05 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:46:05 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:46:05 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:46:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:46:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:46:05 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:46:05 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:46:05 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:46:05 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:46:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:46:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:46:05 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:46:05 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:46:05 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:46:05 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:46:05 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:46:05 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:46:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:46:05 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:46:05 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:46:05 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:46:05 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:46:06 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:46:06 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:46:06 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:46:06 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:46:06 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:46:06 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:46:06 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:46:06 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:46:06 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:46:06 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:46:06 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:46:06 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:46:06 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:46:06 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:46:06 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:46:06 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:46:06 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:46:06 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:46:06 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:46:06 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:46:06 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:46:06 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:46:06 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:46:06 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:46:06 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:46:06 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:46:06 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:46:06 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:46:07 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:46:07 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:46:07 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:46:08 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:46:08 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:46:08 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:46:08 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:46:08 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:46:08 debconf: delaying package configuration, since apt-utils is not installed 15:46:08 Fetched 63.8 MB in 4s (17.0 MB/s) 15:46:08 (Reading database ... 13912 files and directories currently installed.) 15:46:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:46:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:46:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:46:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:46:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:46:09 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:46:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:10 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:10 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:10 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:10 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:10 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:11 (Reading database ... 13911 files and directories currently installed.) 15:46:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:46:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:46:11 (Reading database ... 13911 files and directories currently installed.) 15:46:11 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:11 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:46:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:46:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:12 (Reading database ... 13911 files and directories currently installed.) 15:46:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:46:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:46:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:46:13 (Reading database ... 13911 files and directories currently installed.) 15:46:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:46:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:46:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:46:13 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:46:13 Setting up base-files (10.1ubuntu2.10) ... 15:46:13 Installing new version of config file /etc/issue ... 15:46:13 Installing new version of config file /etc/issue.net ... 15:46:13 Installing new version of config file /etc/lsb-release ... 15:46:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:46:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:46:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:46:13 Removing obsolete conffile /etc/default/motd-news ... 15:46:13 (Reading database ... 13912 files and directories currently installed.) 15:46:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:46:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:46:14 Setting up bash (4.4.18-2ubuntu1.2) ... 15:46:14 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 15:46:14 (Reading database ... 13912 files and directories currently installed.) 15:46:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:46:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:46:14 (Reading database ... 13912 files and directories currently installed.) 15:46:14 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:46:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:46:14 Setting up tar (1.29b-2ubuntu0.2) ... 15:46:14 (Reading database ... 13912 files and directories currently installed.) 15:46:14 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:46:14 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:46:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:46:14 (Reading database ... 13912 files and directories currently installed.) 15:46:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:46:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:46:15 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:46:15 (Reading database ... 13912 files and directories currently installed.) 15:46:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:46:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:46:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:46:15 (Reading database ... 13912 files and directories currently installed.) 15:46:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:46:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:46:15 Setting up grep (3.1-2build1) ... 15:46:15 (Reading database ... 13912 files and directories currently installed.) 15:46:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:46:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:46:16 Setting up login (1:4.5-1ubuntu2) ... 15:46:16 (Reading database ... 13912 files and directories currently installed.) 15:46:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:46:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:46:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:46:16 (Reading database ... 13912 files and directories currently installed.) 15:46:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:46:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:46:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:46:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:46:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:46:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:46:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:46:17 (Reading database ... 13912 files and directories currently installed.) 15:46:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:46:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:46:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:46:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:46:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:46:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:46:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:46:19 (Reading database ... 13912 files and directories currently installed.) 15:46:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:46:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:46:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:46:19 (Reading database ... 13912 files and directories currently installed.) 15:46:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:19 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:19 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:46:20 (Reading database ... 13912 files and directories currently installed.) 15:46:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:46:20 (Reading database ... 13912 files and directories currently installed.) 15:46:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:46:20 (Reading database ... 13912 files and directories currently installed.) 15:46:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:46:20 (Reading database ... 13912 files and directories currently installed.) 15:46:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:46:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:46:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:46:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:46:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:46:21 (Reading database ... 13912 files and directories currently installed.) 15:46:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:46:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:46:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:46:21 (Reading database ... 13912 files and directories currently installed.) 15:46:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:46:21 (Reading database ... 13912 files and directories currently installed.) 15:46:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:46:21 (Reading database ... 13912 files and directories currently installed.) 15:46:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:46:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:46:23 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:46:23 (Reading database ... 13912 files and directories currently installed.) 15:46:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:46:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:46:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:46:23 (Reading database ... 13912 files and directories currently installed.) 15:46:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:46:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:46:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:46:23 (Reading database ... 13914 files and directories currently installed.) 15:46:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:46:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:46:24 Setting up debconf (1.5.66ubuntu1) ... 15:46:24 (Reading database ... 13914 files and directories currently installed.) 15:46:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:46:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:46:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:46:24 (Reading database ... 13914 files and directories currently installed.) 15:46:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:46:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:46:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:46:25 (Reading database ... 13914 files and directories currently installed.) 15:46:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:46:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:46:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:46:25 (Reading database ... 13914 files and directories currently installed.) 15:46:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:46:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:46:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:46:25 (Reading database ... 13914 files and directories currently installed.) 15:46:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:46:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:46:26 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:46:26 (Reading database ... 13914 files and directories currently installed.) 15:46:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:46:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:46:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:46:26 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:46:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:46:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:46:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:46:27 (Reading database ... 13914 files and directories currently installed.) 15:46:27 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:46:27 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:46:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:46:27 (Reading database ... 13914 files and directories currently installed.) 15:46:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:46:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:46:27 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:46:27 (Reading database ... 13914 files and directories currently installed.) 15:46:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:46:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:46:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:46:28 (Reading database ... 13914 files and directories currently installed.) 15:46:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:46:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:46:28 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:46:28 (Reading database ... 13914 files and directories currently installed.) 15:46:28 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:46:28 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:46:29 Setting up passwd (1:4.5-1ubuntu2) ... 15:46:29 (Reading database ... 13914 files and directories currently installed.) 15:46:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:46:29 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:46:29 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:46:29 (Reading database ... 13914 files and directories currently installed.) 15:46:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:46:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:46:29 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:46:29 (Reading database ... 13914 files and directories currently installed.) 15:46:29 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:46:29 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:46:29 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:46:30 (Reading database ... 13914 files and directories currently installed.) 15:46:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:46:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:46:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:46:30 (Reading database ... 13914 files and directories currently installed.) 15:46:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:46:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:46:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:46:30 (Reading database ... 13914 files and directories currently installed.) 15:46:30 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:46:30 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:46:30 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:46:31 (Reading database ... 13914 files and directories currently installed.) 15:46:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:46:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:46:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:46:31 (Reading database ... 13915 files and directories currently installed.) 15:46:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:46:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:46:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:46:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:46:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:46:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:46:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:46:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:46:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:46:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:46:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:46:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:46:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:46:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:46:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:46:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:46:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:46:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:46:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:46:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:46:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:46:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:46:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:46:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:46:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:46:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:46:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:46:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:46:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:46:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:46:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:46:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:46:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:46:34 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:46:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:46:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:46:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:46:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:46:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:46:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:46:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:46:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:46:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:46:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:46:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:46:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:46:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:46:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:46:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:46:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:46:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:46:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:46:41 15:46:41 Current default time zone: 'Etc/UTC' 15:46:41 Local time is now: Thu Feb 11 15:46:41 UTC 2021. 15:46:41 Universal Time is now: Thu Feb 11 15:46:41 UTC 2021. 15:46:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:46:41 15:46:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:46:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:41 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:46:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:46:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:46:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:46:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:46:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:46:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:46:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:46:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:46:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:46:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:42 Setting up patch (2.7.6-2ubuntu1.1) ... 15:46:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:46:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:46:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:46:42 Installing new version of config file /etc/ssl/openssl.cnf ... 15:46:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:46:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:46:42 Setting up ca-certificates (20210119~18.04.1) ... 15:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:46:44 ---> b64592f56c55 15:46:44 Step 3/22 : WORKDIR /edgex-go 15:46:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:46:44 ---> b64592f56c55 15:46:44 Step 3/21 : WORKDIR /edgex-go 15:46:44 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:44 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:46:44 ---> b64592f56c55 15:46:44 Step 3/30 : WORKDIR /edgex-go 15:46:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:46:44 ---> b64592f56c55 15:46:44 Step 3/23 : WORKDIR /edgex-go 15:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:46:44 ---> b64592f56c55 15:46:44 Step 3/22 : WORKDIR /edgex-go 15:46:44 ---> Running in 255c2fc91f37 15:46:44 ---> Running in 3c0e82ee1722 15:46:44 ---> Running in cc0649743d03 15:46:44 ---> Running in 8f7eec73e806 15:46:44 ---> Running in 12a2214e2c31 15:46:44 Removing intermediate container 12a2214e2c31 15:46:44 ---> 1801da3ddd44 15:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:44 Removing intermediate container cc0649743d03 15:46:44 ---> be8ca47336b6 15:46:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:44 Removing intermediate container 8f7eec73e806 15:46:44 ---> b103ec9ae054 15:46:44 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:44 Removing intermediate container 255c2fc91f37 15:46:44 ---> 8cd1bc75f754 15:46:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:44 Removing intermediate container 3c0e82ee1722 15:46:44 ---> 4d24b53317f7 15:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:44 ---> Running in 604772beb933 15:46:44 ---> Running in ec05a5a5d86b 15:46:44 ---> Running in feebda897cda 15:46:44 ---> Running in 5d8554e352a8 15:46:44 ---> Running in 34e62cc0c580 15:46:44 Removing intermediate container 604772beb933 15:46:44 ---> c59ffd4fd9f8 15:46:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:46:44 ---> Running in 5c4814d45ab9 15:46:44 Removing intermediate container ec05a5a5d86b 15:46:44 ---> 25f361ffeb82 15:46:44 Step 5/30 : RUN apk add --update --no-cache make git 15:46:44 Removing intermediate container 34e62cc0c580 15:46:44 ---> be4b489e256f 15:46:44 Step 5/22 : RUN apk add --update --no-cache make git 15:46:44 Removing intermediate container feebda897cda 15:46:44 ---> 3a4052450a1e 15:46:44 Step 5/21 : RUN apk add --update --no-cache make git 15:46:44 ---> Running in 097b52f6c2ca 15:46:44 ---> Running in c9cfc00b6044 15:46:44 ---> Running in a34d0f2242e3 15:46:44 Removing intermediate container 5d8554e352a8 15:46:44 ---> aae8eef0723e 15:46:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:46:44 ---> Running in b05928384245 15:46:44 Updating certificates in /etc/ssl/certs... 15:46:44 23 added, 27 removed; done. 15:46:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:46:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:46:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:46:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:46:45 Setting up pkgbinarymangler (138.18.04.1) ... 15:46:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:46:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up perl (5.26.1-6ubuntu0.5) ... 15:46:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:46:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:46:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:46:45 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:46:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:46:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:46:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:46:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:46:45 Processing triggers for systemd (237-3ubuntu10.44) ... 15:46:45 Processing triggers for mime-support (3.60ubuntu1) ... 15:46:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:46:45 Updating certificates in /etc/ssl/certs... 15:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:46 0 added, 0 removed; done. 15:46:46 Running hooks in /etc/ca-certificates/update.d... 15:46:46 done. 15:46:47 OK: 217 MiB in 51 packages 15:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:47 Reading package lists... 15:46:47 Building dependency tree... 15:46:47 Reading state information... 15:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:47 The following NEW packages will be installed: 15:46:47 apt-transport-https 15:46:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:46:47 Need to get 1696 B of archives. 15:46:47 After this operation, 153 kB of additional disk space will be used. 15:46:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:46:47 debconf: delaying package configuration, since apt-utils is not installed 15:46:47 Fetched 1696 B in 0s (28.5 kB/s) 15:46:47 Selecting previously unselected package apt-transport-https. 15:46:47 (Reading database ... 13920 files and directories currently installed.) 15:46:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:46:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:46:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:46:48 Waiting for network to be ready... 15:46:48 OK: 217 MiB in 51 packages 15:46:48 OK: 217 MiB in 51 packages 15:46:48 OK: 217 MiB in 51 packages 15:46:48 Removing intermediate container 5c4814d45ab9 15:46:48 ---> 04a27289e818 15:46:48 Step 6/22 : COPY go.mod . 15:46:48 OK: 217 MiB in 51 packages 15:46:50 ---> 6d535d45836e 15:46:50 Step 7/22 : RUN go mod download 15:46:50 Removing intermediate container c9cfc00b6044 15:46:50 ---> ad9eff2ebbc9 15:46:50 Step 6/30 : COPY go.mod . 15:46:50 ---> Running in 59cc778e53a5 15:46:50 Removing intermediate container b05928384245 15:46:50 ---> 26da87755454 15:46:50 Step 6/23 : COPY go.mod . 15:46:50 Removing intermediate container a34d0f2242e3 15:46:50 ---> 3f63b6442e4a 15:46:50 Step 6/21 : COPY go.mod . 15:46:50 Removing intermediate container 097b52f6c2ca 15:46:50 ---> 4cfa5c85a3bc 15:46:50 Step 6/22 : COPY go.mod . 15:46:51 ---> 926cc9ccbe0b 15:46:51 Step 7/30 : RUN go mod download 15:46:51 ---> Running in 39a11267fa52 15:46:52 ---> 5227617727fe 15:46:52 Step 7/23 : RUN go mod download 15:46:52 ---> 3886a984af0b 15:46:52 Step 7/21 : RUN go mod download 15:46:52 ---> 166e30c2644c 15:46:52 Step 7/22 : RUN go mod download 15:46:52 ---> Running in 3c99f65ef243 15:46:52 ---> Running in 1715c6ca0bab 15:46:52 ---> Running in 7ba8b271012d 15:46:53 2021-02-11T15:46:53Z INFO Waiting for automatic snapd restart... 15:46:54 snapd 2.48.2.1 from Canonical* installed 15:46:54 "snapd" switched to the "latest/stable" channel 15:46:54 15:46:54 Removing intermediate container 59cc778e53a5 15:46:54 ---> c43acd9a9841 15:46:54 Step 8/22 : COPY . . 15:46:56 Removing intermediate container 39a11267fa52 15:46:56 ---> 916e46b7c399 15:46:56 Step 8/30 : COPY . . 15:46:57 Removing intermediate container 3c99f65ef243 15:46:57 ---> 8caeae95442a 15:46:57 Step 8/23 : COPY . . 15:46:58 Removing intermediate container 1715c6ca0bab 15:46:58 Removing intermediate container 7ba8b271012d 15:46:58 ---> ae368b54ef1e 15:46:58 Step 8/21 : COPY . . 15:46:58 ---> 0e96f8e42154 15:46:58 Step 8/22 : COPY . . 15:46:59 core18 20210128 from Canonical* installed 15:46:59 "core18" switched to the "latest/stable" channel 15:46:59 15:47:06 snapcraft 4.5.1 from Canonical* installed 15:47:06 "snapcraft" switched to the "latest/stable" channel 15:47:06 15:47:08 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: 15:47:08 - README.md 15:47:08 - snapcraft.yaml.orig 15:47:08 15:47:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:47:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:47:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:47:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:47:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:47:17 Reading package lists... 15:47:17 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:47:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:47:24 Reading package lists... 15:47:24 Building dependency tree... 15:47:24 Reading state information... 15:47:24 Suggested packages: 15:47:24 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:47:24 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:47:24 Recommended packages: 15:47:24 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:47:24 The following NEW packages will be installed: 15:47:24 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:47:24 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:47:24 pkg-config zip 15:47:24 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:47:24 Need to get 7655 kB of archives. 15:47:24 After this operation, 43.7 MB of additional disk space will be used. 15:47:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:47:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:47:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:47:24 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:47:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:47:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:47:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:47:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:47:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:47:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:47:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:47:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:47:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:47:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:47:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:47:25 debconf: delaying package configuration, since apt-utils is not installed 15:47:25 Fetched 7655 kB in 1s (10.6 MB/s) 15:47:25 Selecting previously unselected package libglib2.0-0:amd64. 15:47:25 (Reading database ... 13924 files and directories currently installed.) 15:47:25 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:47:25 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:47:25 ---> 2a496cbc78b8 15:47:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:47:25 ---> b2ed513e3169 15:47:25 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:47:25 ---> 41ec6c724644 15:47:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:47:25 ---> 2e21be9a2abf 15:47:25 Step 9/23 : RUN make cmd/core-data/core-data 15:47:25 ---> Running in f3b5a801322a 15:47:25 ---> Running in bfdddd7bc7d8 15:47:25 ---> Running in 9fe30302a6e2 15:47:25 ---> Running in c12d3aba9140 15:47:25 ---> facd637112b2 15:47:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:47:25 ---> Running in 2a903bf2da0a 15:47:25 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 15:47:25 Selecting previously unselected package libpsl5:amd64. 15:47:25 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:47:25 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:47:25 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 15:47:26 Selecting previously unselected package libnghttp2-14:amd64. 15:47:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:47:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:47:26 Selecting previously unselected package librtmp1:amd64. 15:47:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:47:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:47:26 Selecting previously unselected package libcurl3-gnutls:amd64. 15:47:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:47:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:47:26 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 15:47: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 15:47:26 Selecting previously unselected package liberror-perl. 15:47:26 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:47:26 Unpacking liberror-perl (0.17025-1) ... 15:47:26 Selecting previously unselected package git-man. 15:47:26 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:47:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:47:26 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 15:47:26 Selecting previously unselected package git. 15:47:26 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:47:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:47:27 Selecting previously unselected package libnorm1:amd64. 15:47:27 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:47:27 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:47:27 Selecting previously unselected package libpgm-5.2-0:amd64. 15:47:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:47:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:47:27 Selecting previously unselected package libsodium23:amd64. 15:47:27 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:47:27 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:47:27 Selecting previously unselected package libzmq5:amd64. 15:47:27 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:47:27 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:47:27 Selecting previously unselected package libzmq3-dev:amd64. 15:47:27 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:47:27 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:47:27 Selecting previously unselected package pkg-config. 15:47:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:47:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:47:27 Selecting previously unselected package zip. 15:47:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:47:27 Unpacking zip (3.0-11build1) ... 15:47:28 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:47:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:47:28 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:47:28 Setting up liberror-perl (0.17025-1) ... 15:47:28 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:47:28 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:47:28 No schema files found: doing nothing. 15:47:28 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:47:28 Setting up zip (3.0-11build1) ... 15:47:28 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:47:28 Setting up libsodium23:amd64 (1.0.16-2) ... 15:47:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:47:28 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:47:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:47:28 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:47:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:47:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:47:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:47:35 git set to automatically installed. 15:47:35 git-man set to automatically installed. 15:47:35 libcurl3-gnutls set to automatically installed. 15:47:35 liberror-perl set to automatically installed. 15:47:35 libglib2.0-0 set to automatically installed. 15:47:35 libnghttp2-14 set to automatically installed. 15:47:35 libnorm1 set to automatically installed. 15:47:35 libpgm-5.2-0 set to automatically installed. 15:47:35 libpsl5 set to automatically installed. 15:47:35 librtmp1 set to automatically installed. 15:47:35 libsodium23 set to automatically installed. 15:47:35 libzmq3-dev set to automatically installed. 15:47:35 libzmq5 set to automatically installed. 15:47:35 pkg-config set to automatically installed. 15:47:35 zip set to automatically installed. 15:47:37 snapd is not logged in, snap install commands will use sudo 15:47:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:47:43 snap "core18" has no updates available 15:47:44 Pulling config-common 15:47:44 + snapcraftctl pull 15:47:45 Pulling go-build-helper 15:47:45 + snapcraftctl pull 15:48:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:48:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:48:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:48:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:48:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:48:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:48:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:48:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:48:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:48:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:48:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:48:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:48:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:48:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:48:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:48:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:48:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:48:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:48:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:48:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:48:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:48:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:48:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:48:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:48:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:48:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:48:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:48:12 Fetched 23.9 MB in 0s (0 B/s) 15:48:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:48:12 Fetched 96.5 kB in 0s (0 B/s) 15:48:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:48:12 Fetched 279 kB in 0s (0 B/s) 15:48:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:48:12 Fetched 122 kB in 0s (0 B/s) 15:48:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:48:12 Fetched 77.8 kB in 0s (0 B/s) 15:48:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:48:12 Fetched 8848 B in 0s (0 B/s) 15:48:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:48:12 Fetched 47.8 kB in 0s (0 B/s) 15:48:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:48:12 Fetched 45.6 kB in 0s (0 B/s) 15:48:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:48:12 Fetched 15.0 kB in 0s (0 B/s) 15:48:12 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:48:12 Fetched 214 kB in 0s (0 B/s) 15:48:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 15:48:12 Fetched 155 kB in 0s (0 B/s) 15:48:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:48:12 Fetched 50.6 kB in 0s (0 B/s) 15:48:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:48:12 Fetched 14.8 kB in 0s (0 B/s) 15:48:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:48:12 Fetched 41.8 kB in 0s (0 B/s) 15:48:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:48:12 Fetched 499 kB in 0s (0 B/s) 15:48:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:48:12 Fetched 111 kB in 0s (0 B/s) 15:48:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:48:12 Fetched 240 kB in 0s (0 B/s) 15:48:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:48:12 Fetched 29.3 kB in 0s (0 B/s) 15:48:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:48:12 Fetched 85.5 kB in 0s (0 B/s) 15:48:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:48:12 Fetched 24.5 kB in 0s (0 B/s) 15:48:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:48:12 Fetched 49.2 kB in 0s (0 B/s) 15:48:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:48:12 Fetched 54.2 kB in 0s (0 B/s) 15:48:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:48:12 Fetched 30.8 kB in 0s (0 B/s) 15:48:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 15:48:12 Fetched 16.6 kB in 0s (0 B/s) 15:48:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:48:12 Fetched 85.9 kB in 0s (0 B/s) 15:48:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:48:12 Fetched 8720 B in 0s (0 B/s) 15:48:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:48:12 Fetched 137 kB in 0s (0 B/s) 15:48:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:48:12 Fetched 119 kB in 0s (0 B/s) 15:48:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:48:12 Fetched 109 kB in 0s (0 B/s) 15:48:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:48:12 Fetched 11.1 kB in 0s (0 B/s) 15:48:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:48:12 Fetched 645 kB in 0s (0 B/s) 15:48:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:48:12 Fetched 41.3 kB in 0s (0 B/s) 15:48:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:48:12 Fetched 17.9 kB in 0s (0 B/s) 15:48:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:48:12 Fetched 368 kB in 0s (0 B/s) 15:48:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:48:12 Fetched 187 kB in 0s (0 B/s) 15:48:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:48:12 Fetched 175 kB in 0s (0 B/s) 15:48:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:48:12 Fetched 206 kB in 0s (0 B/s) 15:48:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:48:12 Fetched 1301 kB in 0s (0 B/s) 15:48:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:48:12 Fetched 36.2 kB in 0s (0 B/s) 15:48:12 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:48:12 Fetched 159 kB in 0s (0 B/s) 15:48:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:48:12 Fetched 107 kB in 0s (0 B/s) 15:48:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:48:12 Fetched 48.7 kB in 0s (0 B/s) 15:48:12 Pulling static-packages 15:48:12 + snapcraftctl pull 15:48:13 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:48:13 Skipping pull go-build-helper (already ran) 15:48:13 Skipping pull static-packages (already ran) 15:48:13 Building go-build-helper 15:48:13 + snapcraftctl build 15:48:17 Building static-packages 15:48:17 + snapcraftctl build 15:48:20 Staging go-build-helper 15:48:20 + snapcraftctl stage 15:48:21 Staging static-packages 15:48:21 + snapcraftctl stage 15:48:22 Pulling go115 15:48:22 + snapcraftctl pull 15:48:23 'edgex-go' has dependencies that need to be staged: go115 15:48:23 Skipping pull go115 (already ran) 15:48:23 Building go115 15:48:23 + dpkg --print-architecture 15:48:23 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:48:23 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:48:23 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:48:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:48:23 Dload Upload Total Spent Left Speed 15:48:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.9M 0 0 30.8M 0 0:00:03 --:--:-- 0:00:03 30.8M 55 115M 55 63.6M 0 0 39.7M 0 0:00:02 0:00:01 0:00:01 39.7M 97 115M 97 112M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M 100 115M 100 115M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M 15:48:26 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:48:26 + sha256sum -c sha256 15:48:26 + grep OK 15:48:27 go1.15.2.linux-amd64.tar.gz: OK 15:48:27 + mkdir -p /root/stage/go1.15 15:48:27 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:48:32 Staging go115 15:48:32 + snapcraftctl stage 15:48:39 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:48:39 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:48:39 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:48:39 Fetched 0 B in 0s (0 B/s) 15:48:39 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:48:39 Fetched 224 kB in 0s (0 B/s) 15:48:39 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:48:39 Fetched 157 kB in 0s (0 B/s) 15:48:39 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:48:39 Fetched 221 kB in 0s (0 B/s) 15:48:39 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:48:39 Fetched 143 kB in 0s (0 B/s) 15:48:39 Pulling edgex-go 15:48:39 + snapcraftctl pull 15:48:41 Pulling version 15:48:41 + cd /root/project 15:48:41 + [ -f VERSION ] 15:48:41 + PROJECT_VERSION=local-dev 15:48:41 + git rev-parse --short HEAD 15:48:41 + GIT_REVISION=381370a2 15:48:41 + snapcraftctl set-version local-dev 15:48:42 Building config-common 15:48:42 + snapcraftctl build 15:48:44 Skipping build go-build-helper (already ran) 15:48:44 Skipping build static-packages (already ran) 15:48:44 Skipping build go115 (already ran) 15:48:44 Building edgex-go 15:48:45 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 15:48:45 + cd /root/parts/edgex-go/src 15:48:45 + make build 15:48: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 15:48:46 go: downloading github.com/gorilla/mux v1.8.0 15:48:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 15:48:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:48:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 15:48:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:48:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 15:48:46 go: downloading github.com/google/uuid v1.2.0 15:48:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 15:48:46 go: downloading github.com/pelletier/go-toml v1.2.0 15:48:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:48:46 go: downloading github.com/BurntSushi/toml v0.3.1 15:48:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:48:46 go: downloading github.com/imdario/mergo v0.3.11 15:48:46 go: downloading github.com/go-kit/kit v0.8.0 15:48:46 go: downloading github.com/x448/float16 v0.8.4 15:48:46 go: downloading github.com/pkg/errors v0.8.1 15:48:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:48:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:48:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:48:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:48:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:48:46 go: downloading github.com/pebbe/zmq4 v1.2.2 15:48:46 go: downloading github.com/hashicorp/consul/api v1.1.0 15:48:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:48:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:48:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:48:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:48:46 go: downloading github.com/mitchellh/copystructure v1.0.0 15:48:46 go: downloading github.com/go-playground/universal-translator v0.17.0 15:48:46 go: downloading github.com/leodido/go-urn v1.2.0 15:48:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:48:46 go: downloading github.com/hashicorp/serf v0.8.2 15:48:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:48:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:48:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:48:47 go: downloading github.com/go-playground/locales v0.13.0 15:48:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:48:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:48:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:48:57 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 15:48:57 go: downloading gopkg.in/yaml.v2 v2.4.0 15:49:01 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 15:49:02 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 15:49:03 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 15: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 15:49:04 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 15:49:04 go: downloading github.com/stretchr/testify v1.7.0 15:49:04 go: downloading github.com/davecgh/go-spew v1.1.1 15:49:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:49:04 go: downloading github.com/pmezard/go-difflib v1.0.0 15:49:06 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 15:49:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:49:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15: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 15: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 15:49:08 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:49:10 Removing intermediate container bfdddd7bc7d8 15:49:10 ---> 76740c72b0c2 15:49:10 15:49:10 Step 10/30 : FROM alpine:3.12 15:49:10 3.12: Pulling from library/alpine 15: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 15:49:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:49:11 Status: Downloaded newer image for alpine:3.12 15:49:11 ---> afeebe901d6b 15:49:11 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15: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 15:49:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:49:11 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 15:49:11 go: downloading github.com/lib/pq v1.9.0 15:49:12 ---> Running in 0c1044d4b3e4 15:49:12 Removing intermediate container 0c1044d4b3e4 15:49:12 ---> 222efc5045dc 15:49:12 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:49:12 Removing intermediate container 2a903bf2da0a 15:49:12 ---> 66c2157c1825 15:49:12 15:49:12 Step 10/21 : FROM alpine:3.12 15:49:12 ---> afeebe901d6b 15:49:12 Step 11/21 : RUN apk add --update --no-cache curl 15:49:13 ---> Running in 8df78ddd7648 15:49:13 ---> Running in 915c11eb8da0 15:49:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:49:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:49:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:49:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:49:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:49:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:49:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:49:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:49:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:49:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:49:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:49:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:49:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:49:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:49:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:49:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:49:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:49:13 + 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 15:49:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:49:14 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:49:14 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:49:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:49:14 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:49:14 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:49:14 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:16 Building version 15:49:16 + snapcraftctl build 15:49:16 (1/4) Installing ca-certificates (20191127-r4) 15:49:16 (1/2) Installing dumb-init (1.2.2-r1) 15:49:16 (2/2) Installing su-exec (0.2-r1) 15:49:16 Executing busybox-1.31.1-r19.trigger 15:49:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:49:16 (3/4) Installing libcurl (7.69.1-r3) 15:49:16 OK: 5 MiB in 16 packages 15:49:16 (4/4) Installing curl (7.69.1-r3) 15:49:16 Executing busybox-1.31.1-r19.trigger 15:49:16 Executing ca-certificates-20191127-r4.trigger 15:49:16 OK: 7 MiB in 18 packages 15:49:18 Staging config-common 15:49:18 + snapcraftctl stage 15:49:18 Removing intermediate container 915c11eb8da0 15:49:18 ---> ccae904219f2 15:49:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:49:18 ---> Running in fc7a6594a5b8 15:49:19 Removing intermediate container 8df78ddd7648 15:49:19 ---> 8c520e2b9aed 15:49:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:49:19 Skipping stage go-build-helper (already ran) 15:49:19 Skipping stage static-packages (already ran) 15:49:19 Skipping stage go115 (already ran) 15:49:19 Staging edgex-go 15:49:19 + snapcraftctl stage 15:49:19 ---> Running in 6fb7c4186766 15:49:19 Removing intermediate container fc7a6594a5b8 15:49:19 ---> 05af56c40dbd 15:49:19 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:49:20 ---> Running in b4424fe02e05 15:49:20 Removing intermediate container 6fb7c4186766 15:49:20 ---> dd9c854f075b 15:49:20 Step 13/21 : WORKDIR /edgex 15:49:20 Staging version 15:49:20 + snapcraftctl stage 15:49:20 ---> Running in c81c101ecc9a 15:49:21 Removing intermediate container b4424fe02e05 15:49:21 ---> 3bf4c185c831 15:49:21 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:49:21 ---> Running in 55d8f7ab48ff 15:49:21 Removing intermediate container c81c101ecc9a 15:49:21 ---> f911ab317116 15:49:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:49:21 Priming config-common 15:49:21 + snapcraftctl prime 15:49:22 Priming go-build-helper 15:49:22 + snapcraftctl prime 15:49:23 ---> f4fa5d90138a 15:49:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:49:23 Priming static-packages 15:49:23 + snapcraftctl prime 15:49:27 Removing intermediate container 55d8f7ab48ff 15:49:27 ---> bb8a176dc547 15:49:27 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:49:27 Priming go115 15:49:27 + snapcraftctl prime 15:49:27 ---> 00b520659309 15:49:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:49:27 ---> Running in bd3fa2475471 15:49:27 Priming edgex-go 15:49:27 + snapcraftctl prime 15:49:28 Removing intermediate container f3b5a801322a 15:49:28 ---> 805065e27c59 15:49:28 15:49:28 Step 10/22 : FROM alpine:3.12 15:49:28 ---> afeebe901d6b 15:49:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:49:28 Removing intermediate container 9fe30302a6e2 15:49:28 ---> 34ed4a3378b4 15:49:28 15:49:28 Step 10/22 : FROM alpine:3.12 15:49:28 ---> afeebe901d6b 15:49:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:49:28 ---> Running in d0dcfb86f5e7 15:49:28 ---> Running in 85f6acc4e290 15:49:29 Priming version 15:49:29 + snapcraftctl prime 15:49:29 Removing intermediate container bd3fa2475471 15:49:29 ---> 31f20520f4df 15:49:29 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:49:29 ---> 47709f893855 15:49:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:49:29 ---> Running in 825c7d01417a 15:49:30 ---> ae1e2b07a614 15:49:30 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:49:30 Removing intermediate container 825c7d01417a 15:49:30 ---> 7672e2272039 15:49:30 Step 18/21 : CMD ["--init=true"] 15:49:30 ---> Running in bb0b620904fa 15:49:30 ---> Running in 5495f238f7b4 15:49:30 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 15:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:31 Removing intermediate container bb0b620904fa 15:49:31 ---> 51a2707c7f28 15:49:31 Step 19/21 : LABEL arch=arm64 15:49:31 ---> Running in a5246237abdf 15:49:31 (1/2) Installing ca-certificates (20191127-r4) 15:49:32 (2/2) Installing dumb-init (1.2.2-r1) 15:49:32 Executing busybox-1.31.1-r19.trigger 15:49:32 Executing ca-certificates-20191127-r4.trigger 15:49:32 (1/1) Installing dumb-init (1.2.2-r1) 15:49:32 Executing busybox-1.31.1-r19.trigger 15:49:32 OK: 5 MiB in 15 packages 15:49:32 OK: 6 MiB in 16 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 15:49:33 Removing intermediate container a5246237abdf 15:49:33 ---> 9fe923a7d4dd 15:49:33 Step 20/21 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] } [Pipeline] // stage [Pipeline] } 15:49:33 ---> Running in 7e6de46aa128 15:49:34 Removing intermediate container d0dcfb86f5e7 15:49:34 ---> 7ec68e7841ca 15:49:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:49:34 Removing intermediate container 7e6de46aa128 15:49:34 ---> 481d6b5db659 15:49:34 Step 21/21 : LABEL version=0.0.0 15:49:34 ---> Running in d9c1a23da0b5 15:49:34 ---> Running in 19b49740a549 15:49:34 Removing intermediate container 5495f238f7b4 15:49:34 ---> 82d2eda3f46a 15:49:34 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:49:35 Removing intermediate container 85f6acc4e290 15:49:35 ---> 061531d27286 15:49:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:49:35 Removing intermediate container d9c1a23da0b5 15:49:35 ---> 9a69e50eade9 15:49:35 15:49:35 ---> Running in 2d28844b4927 15:49:35 Removing intermediate container 19b49740a549 15:49:35 ---> 8f377430a7d4 15:49:35 Step 13/22 : ENV APP_PORT=48085 15:49:35 Successfully built 9a69e50eade9 15:49:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:49:35  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 15:49:35 ---> Running in 9a04adab6129 15:49:35 ---> d30d106c9678 15:49:35 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:49:36 Removing intermediate container 2d28844b4927 15:49:36 ---> c9df010868ca 15:49:36 Step 13/22 : ENV APP_PORT=48060 15:49:36 ---> Running in 9e707d1b820f 15:49:36 Removing intermediate container 9a04adab6129 15:49:36 ---> 3b3446b3a3ed 15:49:36 Step 14/22 : EXPOSE $APP_PORT 15:49:37 ---> Running in 5e2ace0f78ac 15:49:37 Removing intermediate container 9e707d1b820f 15:49:37 ---> 54e867af4da0 15:49:37 Step 14/22 : EXPOSE $APP_PORT 15:49:37 ---> Running in 94da48e7d530 15:49:38 Removing intermediate container 5e2ace0f78ac 15:49:38 ---> 93a636af55c6 15:49:38 ---> 7a861e8e2709 15:49:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:49:38 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:49:38 Removing intermediate container 94da48e7d530 15:49:38 ---> 3c724f3ef2ee 15:49:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:49:40 ---> c1d349c06f4f 15:49:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:49:40 ---> 56bcb8b77b3f 15:49:40 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:49:40 ---> db93085b00b5 15:49:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:49:43 ---> faac7eb59f53 15:49:43 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:49:44 ---> fd2369e292d8 15:49:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:49:44 ---> Running in 56d2cd45d03c 15:49:44 ---> 2474794877eb 15:49:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:49:45 Removing intermediate container c12d3aba9140 15:49:45 ---> d29466ab4347 15:49:45 15:49:45 Step 10/23 : FROM alpine:3.12 15:49:45 ---> afeebe901d6b 15:49:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:49:46 ---> Running in 5f5ee8aa25ff 15:49:46 Removing intermediate container 56d2cd45d03c 15:49:46 ---> 373e3530d3e7 15:49:46 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:49:46 ---> 5b76b1d2b323 15:49:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:49:46 ---> 4d9076f092ca 15:49:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:49:47 ---> Running in 0cfc2a59e3fa 15:49:47 ---> Running in 34eb23755b4c 15:49:47 Removing intermediate container 5f5ee8aa25ff 15:49:47 ---> 5f7962ee424d 15:49:47 Step 12/23 : ENV APP_PORT=48080 15:49:48 ---> 1ef12cb6fd38 15:49:48 Step 25/30 : RUN chmod +x /entrypoint.sh 15:49:48 ---> Running in 31ff076d31a7 15:49:49 ---> Running in c96b7a6b136e 15:49:49 Removing intermediate container 0cfc2a59e3fa 15:49:49 ---> 40548478deef 15:49:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:49:49 Removing intermediate container 34eb23755b4c 15:49:49 ---> ca8cb777ca9d 15:49:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:49:49 Removing intermediate container 31ff076d31a7 15:49:49 ---> f75a51f9549e 15:49:49 Step 13/23 : EXPOSE $APP_PORT 15:49:50 ---> Running in a44fa88ee007 15:49:50 ---> Running in 0e8fe9a9e75a 15:49:50 ---> Running in 4e936f53fce0 15:49:51 Removing intermediate container 0e8fe9a9e75a 15:49:51 ---> ccf6ee39143d 15:49:51 Step 20/22 : LABEL arch=arm64 15:49:51 Removing intermediate container a44fa88ee007 15:49:51 ---> 98f6d2532628 15:49:51 Step 20/22 : LABEL arch=arm64 15:49:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:49:51 ---> b64592f56c55 15:49:51 Step 3/26 : WORKDIR /edgex-go 15:49:51 ---> Using cache 15:49:51 ---> b103ec9ae054 15:49:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:51 ---> Using cache 15:49:51 ---> 25f361ffeb82 15:49:51 Step 5/26 : RUN apk add --update --no-cache make bash git 15:49:51 Removing intermediate container 4e936f53fce0 15:49:51 ---> cf2c49bee95b 15:49:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:52 ---> Running in f5486a5003b4 15:49:52 ---> Running in 623998c28426 15:49:52 ---> Running in fb945c379d83 15:49:52 ---> Running in ee36ddedb54a 15:49:53 Removing intermediate container f5486a5003b4 15:49:53 ---> 896cba17e6d2 15:49:53 Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:49:53 Removing intermediate container fb945c379d83 15:49:53 ---> 936c74d5287c 15:49:53 Step 21/22 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:49:53 ---> Running in 987f966a173d 15:49:53 ---> Running in 58c651284eb3 15:49:53 Removing intermediate container c96b7a6b136e 15:49:53 ---> ea48735f3022 15:49:53 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:49:54 ---> Running in b652aef19c5f 15:49:54 Removing intermediate container 987f966a173d 15:49:54 ---> b343f0b3b561 15:49:54 Step 22/22 : LABEL version=0.0.0 15:49:54 Removing intermediate container 58c651284eb3 15:49:54 ---> 849e43260dea 15:49:54 Step 22/22 : LABEL version=0.0.0 15:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:54 ---> Running in 2016626d075b 15:49:54 ---> Running in 5515c42ac97c 15:49:55 Removing intermediate container b652aef19c5f 15:49:55 ---> 417309c7bb21 15:49:55 Step 27/30 : CMD ["gate"] 15:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:55 ---> Running in ba98bff8672a 15:49:55 Removing intermediate container 5515c42ac97c 15:49:55 ---> 318f53728a8e 15:49:55 15:49:55 Removing intermediate container 2016626d075b 15:49:55 ---> 35757a6bf956 15:49:55 15:49:56 OK: 217 MiB in 51 packages 15:49:56 Successfully built 318f53728a8e 15:49:56 Successfully built 35757a6bf956 15:49:56 Successfully tagged docker-support-notifications-go-arm64:latest 15:49:56  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 15:49:56 Successfully tagged docker-support-scheduler-go-arm64:latest 15:49:56 Building docker-core-metadata-go 15:49:56  Building docker-support-scheduler-go ... done Removing intermediate container ba98bff8672a 15:49:56 ---> 62f3a8daaec1 15:49:56 Step 28/30 : LABEL arch=arm64 15:49:56 Removing intermediate container ee36ddedb54a 15:49:56 ---> 695840a075fe 15:49:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:49:56 ---> Running in a3dd1a102aca 15:49:56 ---> Running in a72f1dfe58a8 15:49:57 Removing intermediate container a72f1dfe58a8 15:49:57 ---> 264a463a7fae 15:49:57 Step 29/30 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:49:58 ---> Running in ae90462af21a 15:49:58 Removing intermediate container 623998c28426 15:49:58 ---> 3661f09080b6 15:49:58 Step 6/26 : COPY go.mod . 15:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:58 Removing intermediate container ae90462af21a 15:49:58 ---> 4d118a0b33d7 15:49:58 Step 30/30 : LABEL version=0.0.0 15:49:59 ---> 035de2f1883a 15:49:59 Step 7/26 : RUN go mod download 15:49:59 ---> Running in 5da68609407d 15:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:59 ---> Running in cd5ae0b4df72 15:50:00 (1/6) Installing dumb-init (1.2.2-r1) 15:50:00 (2/6) Installing libgcc (9.3.0-r2) 15:50:00 (3/6) Installing libsodium (1.0.18-r0) 15:50:00 (4/6) Installing libstdc++ (9.3.0-r2) 15:50:00 Removing intermediate container 5da68609407d 15:50:00 ---> 0dae03f74131 15:50:00 15:50:00 (5/6) Installing libzmq (4.3.3-r0) 15:50:00 (6/6) Installing zeromq (4.3.3-r0) 15:50:01 Executing busybox-1.31.1-r19.trigger 15:50:01 OK: 8 MiB in 20 packages 15:50:01 Successfully built 0dae03f74131 15:50:01 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:50:01  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 15:50:04 Removing intermediate container a3dd1a102aca 15:50:04 ---> bf7a6279ebb5 15:50:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:04 Removing intermediate container cd5ae0b4df72 15:50:04 ---> e1e36155ce76 15:50:04 Step 8/26 : COPY . . 15:50:05 ---> 1b8c7afcfd32 15:50:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:50:11 ---> c3c5bd0ee2ef 15:50:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:50:11 ---> 44e3e5826a88 15:50:11 Step 19/23 : ENTRYPOINT ["/core-data"] 15:50:12 ---> Running in c6dbf9632801 15:50:13 Removing intermediate container c6dbf9632801 15:50:13 ---> 0ea8ff98cb5c 15:50:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:13 ---> Running in 1d14985cfd5e 15:50:14 Removing intermediate container 1d14985cfd5e 15:50:14 ---> ffb39774dbdc 15:50:14 Step 21/23 : LABEL arch=arm64 15:50:14 ---> Running in c50cd4b2ffff 15:50:15 Removing intermediate container c50cd4b2ffff 15:50:15 ---> 29325e431997 15:50:15 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:50:15 ---> Running in 723fdb548c1e 15:50:16 Removing intermediate container 723fdb548c1e 15:50:16 ---> 13090f894035 15:50:16 Step 23/23 : LABEL version=0.0.0 15:50:17 ---> Running in 90ab0b796bc8 15:50:18 Removing intermediate container 90ab0b796bc8 15:50:18 ---> 48ac06f4543c 15:50:18 15:50:18 ---> c7554ff39740 15:50:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:50:18 ---> Running in 0d0106fcd785 15:50:18 Successfully built 48ac06f4543c 15:50:18 Successfully tagged docker-core-data-go-arm64:latest 15:50:19  Building docker-core-data-go ... done 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 15:50:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:50:35 ---> b64592f56c55 15:50:35 Step 3/24 : WORKDIR /edgex-go 15:50:35 ---> Using cache 15:50:35 ---> b103ec9ae054 15:50:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:35 ---> Using cache 15:50:35 ---> 25f361ffeb82 15:50:35 Step 5/24 : RUN apk add --update --no-cache make git 15:50:35 ---> Using cache 15:50:35 ---> ad9eff2ebbc9 15:50:35 Step 6/24 : COPY go.mod . 15:50:35 ---> Using cache 15:50:35 ---> 926cc9ccbe0b 15:50:35 Step 7/24 : RUN go mod download 15:50:35 ---> Using cache 15:50:35 ---> 916e46b7c399 15:50:35 Step 8/24 : COPY . . 15:50:35 ---> Using cache 15:50:35 ---> b2ed513e3169 15:50:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:50:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:50:36 ---> b64592f56c55 15:50:36 Step 3/23 : WORKDIR /edgex-go 15:50:36 ---> Using cache 15:50:36 ---> b103ec9ae054 15:50:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:36 ---> Using cache 15:50:36 ---> 25f361ffeb82 15:50:36 Step 5/23 : RUN apk add --update --no-cache make git 15:50:36 ---> Using cache 15:50:36 ---> ad9eff2ebbc9 15:50:36 Step 6/23 : COPY go.mod . 15:50:36 ---> Using cache 15:50:36 ---> 926cc9ccbe0b 15:50:36 Step 7/23 : RUN go mod download 15:50:36 ---> Using cache 15:50:36 ---> 916e46b7c399 15:50:36 Step 8/23 : COPY . . 15:50:36 ---> Using cache 15:50:36 ---> b2ed513e3169 15:50:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:50:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:50:38 ---> b64592f56c55 15:50:38 Step 3/23 : WORKDIR /edgex-go 15:50:38 ---> Using cache 15:50:38 ---> b103ec9ae054 15:50:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:38 ---> Using cache 15:50:38 ---> 25f361ffeb82 15:50:38 Step 5/23 : RUN apk add --update --no-cache make git 15:50:38 ---> Using cache 15:50:38 ---> ad9eff2ebbc9 15:50:38 Step 6/23 : COPY go.mod . 15:50:38 ---> Using cache 15:50:38 ---> 926cc9ccbe0b 15:50:38 Step 7/23 : RUN go mod download 15:50:38 ---> Using cache 15:50:38 ---> 916e46b7c399 15:50:38 Step 8/23 : COPY . . 15:50:39 ---> Using cache 15:50:39 ---> b2ed513e3169 15:50:39 Step 9/23 : RUN make cmd/core-command/core-command 15:50:39 ---> Running in c0e091bd888a 15:50:39 ---> Running in e13bdc1c8a3d 15:50:39 ---> Running in 05eefdc44e0d 15:50:41 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 15:50: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 15:50: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 15:51:38 Removing intermediate container 0d0106fcd785 15:51:38 ---> 219bef1e8fed 15:51:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:51:38 ---> Running in 97ca59a4c432 15:51:38 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 15:51:38 Removing intermediate container 97ca59a4c432 15:51:38 ---> 969729ea1545 15:51:38 15:51:38 Step 11/26 : FROM docker:20.10.0 15:51:38 20.10.0: Pulling from library/docker 15:51:48 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 15:51:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:51:56 Status: Downloaded newer image for docker:20.10.0 15:51:56 ---> eeaf43b92773 15:51:56 Step 12/26 : RUN apk add --no-cache bash 15:51:58 ---> Running in 265268da30bc 15:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:52:01 (1/2) Installing readline (8.0.4-r0) 15:52:01 (2/2) Installing bash (5.0.17-r0) 15:52:01 Executing bash-5.0.17-r0.post-install 15:52:01 Executing busybox-1.31.1-r19.trigger 15:52:01 OK: 12 MiB in 22 packages 15:52:02 Removing intermediate container c0e091bd888a 15:52:02 ---> 2f6c9be7a1e4 15:52:02 15:52:02 Step 10/24 : FROM alpine:3.12 15:52:02 ---> afeebe901d6b 15:52:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:52:02 ---> Running in 402e8d93a0b0 15:52:04 Removing intermediate container 265268da30bc 15:52:04 ---> 662f7b300f21 15:52:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:52:04 ---> Running in 98a5d13653d6 15:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:52:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:52:05 Removing intermediate container 98a5d13653d6 15:52:05 ---> 90f5aceae536 15:52:05 Step 14/26 : ENV APP_PORT=48090 15:52:05 ---> Running in e63f1b3f5f96 15:52:05 (1/5) Installing ca-certificates (20191127-r4) 15:52:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:52:05 (3/5) Installing libcurl (7.69.1-r3) 15:52:05 (4/5) Installing curl (7.69.1-r3) 15:52:05 (5/5) Installing dumb-init (1.2.2-r1) 15:52:05 Executing busybox-1.31.1-r19.trigger 15:52:05 Executing ca-certificates-20191127-r4.trigger 15:52:06 Removing intermediate container e63f1b3f5f96 15:52:06 ---> e4d874f4779b 15:52:06 Step 15/26 : EXPOSE $APP_PORT 15:52:06 OK: 7 MiB in 19 packages 15:52:06 ---> Running in c0661e24353f 15:52:07 Removing intermediate container c0661e24353f 15:52:07 ---> 1da6d66c3131 15:52:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:52:08 Removing intermediate container 402e8d93a0b0 15:52:08 ---> 781e4884735f 15:52:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:52:08 ---> 46c94879df08 15:52:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:52:09 ---> Running in 79707f9bd675 15:52:10 ---> 268a08273a5f 15:52:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:52:10 Removing intermediate container 79707f9bd675 15:52:10 ---> 360f4b50adcb 15:52:10 Step 13/24 : WORKDIR / 15:52:10 ---> Running in c3746a7a02d9 15:52:11 Removing intermediate container c3746a7a02d9 15:52:11 ---> 15b308798335 15:52:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:52:11 ---> 3a1786306062 15:52:11 Step 19/26 : RUN apk --no-cache add py3-pip 15:52:11 Removing intermediate container 05eefdc44e0d 15:52:11 ---> 020b7040403a 15:52:11 15:52:11 Step 10/23 : FROM alpine:3.12 15:52:11 ---> afeebe901d6b 15:52:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:52:11 ---> Running in 0efc349d5ecf 15:52:11 ---> Using cache 15:52:11 ---> 7ec68e7841ca 15:52:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:11 ---> Using cache 15:52:12 ---> 8f377430a7d4 15:52:12 Step 13/23 : ENV APP_PORT=48082 15:52:12 ---> Running in 7eb75feff7f4 15:52:12 ---> d9643347fe92 15:52:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:52:13 Removing intermediate container 7eb75feff7f4 15:52:13 ---> b5ec44e3b133 15:52:13 Step 14/23 : EXPOSE $APP_PORT 15:52:13 ---> Running in 01cf11a1c91c 15:52:13 ---> 93a8af14e835 15:52:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:52:14 Removing intermediate container 01cf11a1c91c 15:52:14 ---> b2557e0a0886 15:52:14 Step 15/23 : WORKDIR / 15:52:14 ---> Running in 6bf618f4f646 15:52:14 (1/33) Installing libbz2 (1.0.8-r1) 15:52:14 (2/33) Installing expat (2.2.9-r1) 15:52:14 (3/33) Installing libffi (3.3-r2) 15:52:14 ---> b4be589480e4 15:52:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:52:14 (4/33) Installing gdbm (1.13-r1) 15:52:14 (5/33) Installing xz-libs (5.2.5-r0) 15:52:14 (6/33) Installing sqlite-libs (3.32.1-r0) 15:52:14 (7/33) Installing python3 (3.8.5-r0) 15:52:15 Removing intermediate container 6bf618f4f646 15:52:15 ---> 1bc5a27abe45 15:52:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:16 (8/33) Installing py3-appdirs (1.4.4-r1) 15:52:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:52:16 (10/33) Installing py3-parsing (2.4.7-r0) 15:52:16 ---> 516547cdb7e4 15:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:52:16 (11/33) Installing py3-six (1.15.0-r0) 15:52:16 (12/33) Installing py3-packaging (20.4-r0) 15:52:16 (13/33) Installing py3-setuptools (47.0.0-r0) 15:52:16 (14/33) Installing py3-chardet (3.0.4-r4) 15:52:17 (15/33) Installing py3-idna (2.9-r0) 15:52:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:52:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:52:17 (18/33) Installing py3-requests (2.23.0-r0) 15:52:17 (19/33) Installing py3-msgpack (1.0.0-r0) 15:52:17 (20/33) Installing py3-lockfile (0.12.2-r3) 15:52:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:52:17 (22/33) Installing py3-colorama (0.4.3-r0) 15:52:17 (23/33) Installing py3-distlib (0.3.0-r0) 15:52:17 ---> 872ede12df3b 15:52:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:52:17 (24/33) Installing py3-distro (1.5.0-r1) 15:52:17 (25/33) Installing py3-webencodings (0.5.1-r3) 15:52:17 (26/33) Installing py3-html5lib (1.0.1-r4) 15:52:17 (27/33) Installing py3-pytoml (0.1.21-r0) 15:52:17 (28/33) Installing py3-pep517 (0.8.2-r0) 15:52:17 (29/33) Installing py3-progress (1.5-r0) 15:52:17 (30/33) Installing py3-toml (0.10.1-r0) 15:52:17 (31/33) Installing py3-retrying (1.3.3-r0) 15:52:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:52:17 (33/33) Installing py3-pip (20.1.1-r0) 15:52:17 Executing busybox-1.31.1-r19.trigger 15:52:17 OK: 71 MiB in 55 packages 15:52:18 ---> 9b97b872d19f 15:52:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:52:18 ---> 05cfe2768318 15:52:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:52:19 Removing intermediate container e13bdc1c8a3d 15:52:19 ---> 2fd6fbdb4f50 15:52:19 15:52:19 Step 10/23 : FROM alpine:3.12 15:52:19 ---> afeebe901d6b 15:52:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:52:19 ---> Using cache 15:52:19 ---> 7ec68e7841ca 15:52:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:19 ---> Using cache 15:52:19 ---> 8f377430a7d4 15:52:19 Step 13/23 : ENV APP_PORT=48081 15:52:19 ---> Running in 3267d39ea787 15:52:20 ---> a3ce2d2ecefd 15:52:20 Step 19/23 : ENTRYPOINT ["/core-command"] 15:52:20 ---> 3a05c66dedcb 15:52:20 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/ 15:52:20 ---> Running in ea829dd56645 15:52:20 Removing intermediate container 3267d39ea787 15:52:20 ---> 2aa03f4e8d29 15:52:20 Step 14/23 : EXPOSE $APP_PORT 15:52:20 ---> Running in 8b0f7ab91805 15:52:20 ---> Running in c696fa99ca2d 15:52:20 Removing intermediate container ea829dd56645 15:52:20 ---> 0612a03f971a 15:52:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:21 ---> Running in d533391ea0fb 15:52:21 Removing intermediate container c696fa99ca2d 15:52:21 ---> 51dc2d98251d 15:52:21 Step 15/23 : WORKDIR / 15:52:21 ---> Running in cfccc0070c85 15:52:22 Removing intermediate container d533391ea0fb 15:52:22 ---> ca725dee5f11 15:52:22 Step 21/23 : LABEL arch=arm64 15:52:22 ---> Running in 773234187e42 15:52:22 Removing intermediate container cfccc0070c85 15:52:22 ---> 85c2e516aab7 15:52:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:23 Removing intermediate container 773234187e42 15:52:23 ---> 8385ef8b92ce 15:52:23 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:52:23 ---> Running in 7f2aca0458cc 15:52:23 ---> fb13a4c0bef1 15:52:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:52:23 Removing intermediate container 8b0f7ab91805 15:52:23 ---> cdf9d6599794 15:52:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:52:23 ---> Running in 1737c204e2b2 15:52:23 Removing intermediate container 7f2aca0458cc 15:52:23 ---> dd5cdd75795d 15:52:23 Step 23/23 : LABEL version=0.0.0 15:52:24 ---> Running in bcfa3e98ae8a 15:52:24 Removing intermediate container 1737c204e2b2 15:52:24 ---> 19a5d4e7fc93 15:52:24 Step 22/24 : LABEL arch=arm64 15:52:24 ---> Running in bdf23301f513 15:52:25 Removing intermediate container bcfa3e98ae8a 15:52:25 ---> f2aabf47d68e 15:52:25 15:52:25 ---> 1dd9ad7b57f9 15:52:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:52:25 Removing intermediate container bdf23301f513 15:52:25 ---> eec8ec420d42 15:52:25 Step 23/24 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:52:25 Successfully built f2aabf47d68e 15:52:25 Successfully tagged docker-core-command-go-arm64:latest 15:52:25  Building docker-core-command-go ... done Removing intermediate container 0efc349d5ecf 15:52:25 ---> 6075d900d408 15:52:25 Step 20/26 : RUN pip install docker-compose==1.23.2 15:52:25 ---> Running in d270e6bf838e 15:52:26 ---> Running in 7dba574eb0c1 15:52:26 ---> 8546134bc0aa 15:52:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:52:26 ---> Running in 3f3030ebdee8 15:52:26 Removing intermediate container d270e6bf838e 15:52:26 ---> eab17904bba5 15:52:26 Step 24/24 : LABEL version=0.0.0 15:52:26 ---> Running in f86ec3211145 15:52:27 Removing intermediate container 3f3030ebdee8 15:52:27 ---> 1f31247761d5 15:52:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:27 ---> Running in 67d70b9d364b 15:52:27 Removing intermediate container f86ec3211145 15:52:27 ---> 096863c6ec77 15:52:27 15:52:27 Removing intermediate container 67d70b9d364b 15:52:27 ---> de2d0060ef57 15:52:27 Step 21/23 : LABEL arch=arm64 15:52:27 Successfully built 096863c6ec77 15:52:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:52:27  Building docker-security-secretstore-setup-go ... done  ---> Running in 256700f52426 15:52:28 Removing intermediate container 256700f52426 15:52:28 ---> aca72f04f9e7 15:52:28 Step 22/23 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:52:28 ---> Running in 8c36a8c1eba0 15:52:28 Removing intermediate container 8c36a8c1eba0 15:52:28 ---> 4cea35f7549b 15:52:28 Step 23/23 : LABEL version=0.0.0 15:52:28 ---> Running in c2348b3e04bf 15:52:29 Removing intermediate container c2348b3e04bf 15:52:29 ---> feef39f47d47 15:52:29 15:52:29 Successfully built feef39f47d47 15:52:29 Successfully tagged docker-core-metadata-go-arm64:latest 15:52:31  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 15:52:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:52:32 Collecting jsonschema<3,>=2.5.1 15:52:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:52:33 Collecting PyYAML<4,>=3.10 15:52:33 Downloading PyYAML-3.13.tar.gz (270 kB) 15:52:36 Collecting dockerpty<0.5,>=0.4.1 15:52:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:52:37 Collecting cached-property<2,>=1.2.0 15:52:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:52:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:52:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:52:39 Collecting docopt<0.7,>=0.6.1 15:52:39 Downloading docopt-0.6.2.tar.gz (25 kB) 15:52:41 Collecting texttable<0.10,>=0.9.0 15:52:41 Downloading texttable-0.9.1.tar.gz (11 kB) 15:52:43 Collecting docker<4.0,>=3.6.0 15:52:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:52:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:52:44 Collecting websocket-client<1.0,>=0.32.0 15:52:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:52:44 Collecting idna<2.8,>=2.5 15:52:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:52:44 Collecting urllib3<1.25,>=1.21.1 15:52:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:52:45 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) 15:52:45 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) 15:52:45 Collecting docker-pycreds>=0.4.0 15:52:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:52:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:52:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:52:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:52:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:52:46 Installing collected packages: jsonschema, PyYAML, dockerpty, cached-property, idna, urllib3, requests, docopt, texttable, docker-pycreds, websocket-client, docker, docker-compose 15:52:46 Running setup.py install for PyYAML: started 15:52:48 Running setup.py install for PyYAML: finished with status 'done' 15:52:48 Running setup.py install for dockerpty: started 15:52:50 Running setup.py install for dockerpty: finished with status 'done' 15:52:50 Attempting uninstall: idna 15:52:50 Found existing installation: idna 2.9 15:52:50 Uninstalling idna-2.9: 15:52:50 Successfully uninstalled idna-2.9 15:52:51 Attempting uninstall: urllib3 15:52:51 Found existing installation: urllib3 1.25.9 15:52:51 Uninstalling urllib3-1.25.9: 15:52:51 Successfully uninstalled urllib3-1.25.9 15:52:51 Attempting uninstall: requests 15:52:51 Found existing installation: requests 2.23.0 15:52:51 Uninstalling requests-2.23.0: 15:52:52 Successfully uninstalled requests-2.23.0 15:52:52 Running setup.py install for docopt: started 15:52:54 Running setup.py install for docopt: finished with status 'done' 15:52:54 Running setup.py install for texttable: started 15:52:55 Running setup.py install for texttable: finished with status 'done' 15:52:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:53:01 Removing intermediate container 7dba574eb0c1 15:53:01 ---> cc3220d80edc 15:53:01 Step 21/26 : RUN apk --no-cache add curl 15:53:01 ---> Running in bcb6274d172f 15:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:53:03 (2/3) Installing libcurl (7.69.1-r3) 15:53:03 (3/3) Installing curl (7.69.1-r3) 15:53:03 Executing busybox-1.31.1-r19.trigger 15:53:03 OK: 71 MiB in 58 packages 15:53:04 Removing intermediate container bcb6274d172f 15:53:04 ---> c26ec790a92c 15:53:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:53:04 ---> Running in c42c21bf7c15 15:53:05 Removing intermediate container c42c21bf7c15 15:53:05 ---> 13552c952e50 15:53:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:53:05 ---> Running in cec362356d59 15:53:05 Removing intermediate container cec362356d59 15:53:05 ---> 65b17a17edcd 15:53:05 Step 24/26 : LABEL arch=arm64 15:53:05 ---> Running in 192428e01158 15:53:06 Removing intermediate container 192428e01158 15:53:06 ---> 0b2534e6ea64 15:53:06 Step 25/26 : LABEL git_sha=381370a24fa11f31a9a344a70b43ef8e9a3a22d6 15:53:06 ---> Running in 1ede6497b4cc 15:53:07 Removing intermediate container 1ede6497b4cc 15:53:07 ---> 91e3be84fea3 15:53:07 Step 26/26 : LABEL version=0.0.0 15:53:07 ---> Running in 6ef6f8ff2eaa 15:53:07 Removing intermediate container 6ef6f8ff2eaa 15:53:07 ---> 57190a18ca3b 15:53:07 15:53:07 Successfully built 57190a18ca3b 15:53:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:53:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:53:08 $ docker stop --time=1 ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb 15:53:10 $ docker rm -f ab453ffda68b6485051c0cfd3875e66973355525a6ef426bbcd69670a136fddb [Pipeline] // withDockerContainer [Pipeline] sh 15:53:10 + grep docker 15:53:10 + docker images 15:53:11 docker-sys-mgmt-agent-go-arm64 latest 57190a18ca3b 3 seconds ago 300MB 15:53:11 docker-core-metadata-go-arm64 latest feef39f47d47 41 seconds ago 17.8MB 15:53:11 docker-security-secretstore-setup-go-arm64 latest 096863c6ec77 44 seconds ago 23.4MB 15:53:11 docker-core-command-go-arm64 latest f2aabf47d68e 46 seconds ago 16MB 15:53:11 docker-core-data-go-arm64 latest 48ac06f4543c 2 minutes ago 21MB 15:53:11 docker-security-bootstrapper-go-arm64 latest 0dae03f74131 3 minutes ago 17MB 15:53:11 docker-support-scheduler-go-arm64 latest 35757a6bf956 3 minutes ago 16.1MB 15:53:11 docker-support-notifications-go-arm64 latest 318f53728a8e 3 minutes ago 16.7MB 15:53:11 docker-security-proxy-setup-go-arm64 latest 9a69e50eade9 3 minutes ago 23.2MB 15:53:11 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:53:12 provisioning config files... 15:53:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config345440911218144831tmp [Pipeline] { [Pipeline] sh 15:53:13 + set +x 15:53:13 + curl -s https://codecov.io/bash 15:53:13 + bash -s -- 15:53:13 15:53:13 _____ _ 15:53:13 / ____| | | 15:53:13 | | ___ __| | ___ ___ _____ __ 15:53:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:53:13 | |___| (_) | (_| | __/ (_| (_) \ V / 15:53:13 \_____\___/ \__,_|\___|\___\___/ \_/ 15:53:13 Bash-20210129-7c25fce 15:53:13 15:53:13 15:53:13 ==> git version 2.24.3 found 15:53:13 ==> 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 15:53:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:53:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:53:13 ==> Jenkins CI detected. 15:53:13 project root: . 15:53:13 --> token set from env 15:53:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:53:13 ==> Running gcov in . (disable via -X gcov) 15:53:13 ==> Python coveragepy not found 15:53:13 ==> Searching for coverage reports in: 15:53:13 + . 15:53:13 -> Found 1 reports 15:53:13 ==> Detecting git/mercurial file structure 15:53:13 ==> Reading reports 15:53:13 + ./coverage.out bytes=595164 15:53:13 ==> Appending adjustments 15:53:13 https://docs.codecov.io/docs/fixing-reports 15:53:17 + Found adjustments 15:53:17 ==> Gzipping contents 15:53:17 88K /tmp/codecov.4lM0L0.gz 15:53:17 ==> Uploading reports 15:53:17 url: https://codecov.io 15:53:17 query: branch=PR-3113&commit=381370a24fa11f31a9a344a70b43ef8e9a3a22d6&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 15:53:17 -> Pinging Codecov 15:53:17 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=381370a24fa11f31a9a344a70b43ef8e9a3a22d6&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 15:53:17 -> Uploading to 15:53:17 https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/381370a24fa11f31a9a344a70b43ef8e9a3a22d6/de04ff56-f499-4dfb-a644-89bba08dd508.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T155317Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed69e3c2a56c103ccb9c685ec34b2ad49da51ecf640cca4a07405052540bd668 15:53:17 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:17 Dload Upload Total Spent Left Speed 15:53:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89323 0 0 100 89323 0 177k --:--:-- --:--:-- --:--:-- 178k 100 89323 0 0 100 89323 0 177k --:--:-- --:--:-- --:--:-- 177k 15:53:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/381370a24fa11f31a9a344a70b43ef8e9a3a22d6 [Pipeline] } 15:53:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:53:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:53:20 ---> package-listing.sh 15:53:20 ++ facter osfamily 15:53:20 ++ tr '[:upper:]' '[:lower:]' 15:53:20 + OS_FAMILY=redhat 15:53:20 + workspace=/w/workspace/edgex-go/20 15:53:20 + START_PACKAGES=/tmp/packages_start.txt 15:53:20 + END_PACKAGES=/tmp/packages_end.txt 15:53:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:53:20 + PACKAGES=/tmp/packages_start.txt 15:53:20 + '[' /w/workspace/edgex-go/20 ']' 15:53:20 + PACKAGES=/tmp/packages_end.txt 15:53:20 + case "${OS_FAMILY}" in 15:53:20 + rpm -qa 15:53:20 + sort 15:53:26 + '[' -f /tmp/packages_start.txt ']' 15:53:26 + '[' -f /tmp/packages_end.txt ']' 15:53:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:53:26 + '[' /w/workspace/edgex-go/20 ']' 15:53:26 + mkdir -p /w/workspace/edgex-go/20/archives/ 15:53:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 15:53:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:53:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:26 15:53:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:53:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:27 alpine: Pulling from edgex-lftools-log-publisher 15:53:27 df20fa9351a1: Pulling fs layer 15:53:27 36b3adc4ff6f: Pulling fs layer 15:53:27 8ad3a11d3b57: Pulling fs layer 15:53:27 46f8f816bc3b: Pulling fs layer 15:53:27 93b61091891f: Pulling fs layer 15:53:27 93b9cdb0e59b: Pulling fs layer 15:53:27 5e14af77c1be: Pulling fs layer 15:53:27 01666e4c0597: Pulling fs layer 15:53:27 aa168da1d23b: Pulling fs layer 15:53:27 93b9cdb0e59b: Waiting 15:53:27 5e14af77c1be: Waiting 15:53:27 46f8f816bc3b: Waiting 15:53:27 93b61091891f: Waiting 15:53:27 aa168da1d23b: Waiting 15:53:27 01666e4c0597: Waiting 15:53:27 36b3adc4ff6f: Verifying Checksum 15:53:27 36b3adc4ff6f: Download complete 15:53:27 46f8f816bc3b: Download complete 15:53:27 df20fa9351a1: Verifying Checksum 15:53:27 df20fa9351a1: Download complete 15:53:27 93b9cdb0e59b: Verifying Checksum 15:53:27 93b9cdb0e59b: Download complete 15:53:27 93b61091891f: Verifying Checksum 15:53:27 93b61091891f: Download complete 15:53:27 5e14af77c1be: Verifying Checksum 15:53:27 5e14af77c1be: Download complete 15:53:27 01666e4c0597: Verifying Checksum 15:53:27 01666e4c0597: Download complete 15:53:27 df20fa9351a1: Pull complete 15:53:27 36b3adc4ff6f: Pull complete 15:53:27 8ad3a11d3b57: Verifying Checksum 15:53:27 8ad3a11d3b57: Download complete 15:53:28 8ad3a11d3b57: Pull complete 15:53:28 46f8f816bc3b: Pull complete 15:53:29 aa168da1d23b: Verifying Checksum 15:53:29 aa168da1d23b: Download complete 15:53:30 93b61091891f: Pull complete 15:53:31 93b9cdb0e59b: Pull complete 15:53:31 5e14af77c1be: Pull complete 15:53:31 01666e4c0597: Pull complete 15:53:39 aa168da1d23b: Pull complete 15:53:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:53:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:53:39 prd-centos7-docker-4c-2g-26095 does not seem to be running inside a container 15:53:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:53:44 $ docker top afd4c8c99bdb8f7a547c05d9892127acdfbfcc47c1fc563a352aca6f42b35604 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:45 + touch /tmp/pre-build-complete [Pipeline] sh 15:53:45 + mkdir -p /var/log/sa [Pipeline] sh 15:53:45 + ls /var/log/sa-host 15:53:45 + sadf -c /var/log/sa-host/sa11 15:53:45 file_magic: OK 15:53:45 HZ: Using current value: 100 15:53:45 file_header: OK 15:53:45 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 15:53:45 Statistics: 15:53:45 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... 15:53:45 File successfully converted to sysstat format version 12.2.1 15:53:45 + sadf -c /var/log/sa-host/sa23 15:53:45 file_magic: OK 15:53:45 HZ: Using current value: 100 15:53:45 file_header: OK 15:53:45 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 15:53:45 Statistics: 15:53:45 Hnuu...uuuununununu... 15:53:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:53:46 provisioning config files... 15:53:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8433303456497171505tmp [Pipeline] { [Pipeline] echo 15:53:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:53:46 ---> create-netrc.sh [Pipeline] } 15:53:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:53:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:53:46 ---> python-tools-install.sh [Pipeline] echo 15:53:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:53:47 ---> sudo-logs.sh 15:53:47 Archiving 'sudo' log.. [Pipeline] echo 15:53:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:53:47 ---> job-cost.sh 15:53:47 lf-activate-venv: SKIPPING 15:53:47 INFO: No Stack... 15:53:48 INFO: Retrieving Pricing Info for: v1-standard-2 15:53:49 INFO: Archiving Costs [Pipeline] echo 15:53:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:53:49 ---> logs-deploy.sh 15:53:49 lf-activate-venv: SKIPPING 15:53:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/20 15:53:49 INFO: archiving workspace using pattern(s): 15:53:51 Archives upload complete. 15:53:51 INFO: archiving logs to Nexus 15:53:52 ---> uname -a: 15:53:52 Linux prd-centos7-docker-4c-2g-26095.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:53:52 15:53:52 15:53:52 ---> lscpu: 15:53:52 Architecture: x86_64 15:53:52 CPU op-mode(s): 32-bit, 64-bit 15:53:52 Byte Order: Little Endian 15:53:52 Address sizes: 40 bits physical, 48 bits virtual 15:53:52 CPU(s): 4 15:53:52 On-line CPU(s) list: 0-3 15:53:52 Thread(s) per core: 1 15:53:52 Core(s) per socket: 1 15:53:52 Socket(s): 4 15:53:52 NUMA node(s): 1 15:53:52 Vendor ID: GenuineIntel 15:53:52 CPU family: 6 15:53:52 Model: 44 15:53:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:53:52 Stepping: 1 15:53:52 CPU MHz: 2933.438 15:53:52 BogoMIPS: 5866.87 15:53:52 Virtualization: VT-x 15:53:52 Hypervisor vendor: KVM 15:53:52 Virtualization type: full 15:53:52 L1d cache: 128 KiB 15:53:52 L1i cache: 128 KiB 15:53:52 L2 cache: 16 MiB 15:53:52 L3 cache: 64 MiB 15:53:52 NUMA node0 CPU(s): 0-3 15:53:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:53:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:53:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:53:52 Vulnerability Meltdown: Mitigation; PTI 15:53:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:53:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:53:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:53:52 Vulnerability Srbds: Not affected 15:53:52 Vulnerability Tsx async abort: Not affected 15:53:52 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 15:53:52 15:53:52 15:53:52 ---> nproc: 15:53:52 4 15:53:52 15:53:52 15:53:52 ---> df -h: 15:53:52 Filesystem Size Used Available Use% Mounted on 15:53:52 overlay 50.0G 11.7G 38.3G 23% / 15:53:52 tmpfs 64.0M 0 64.0M 0% /dev 15:53:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:53:52 shm 64.0M 0 64.0M 0% /dev/shm 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/20 15:53:52 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/20@tmp 15:53:52 15:53:52 15:53:52 ---> free -m: 15:53:52 total used free shared buff/cache available 15:53:52 Mem: 1837 709 210 0 917 1043 15:53:52 Swap: 1023 64 959 15:53:52 15:53:52 15:53:52 ---> ip addr: 15:53:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:53:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:53:52 inet 127.0.0.1/8 scope host lo 15:53:52 valid_lft forever preferred_lft forever 15:53:52 inet6 ::1/128 scope host 15:53:52 valid_lft forever preferred_lft forever 15:53:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:53:52 link/ether fa:16:3e:89:d7:0e brd ff:ff:ff:ff:ff:ff 15:53:52 inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 15:53:52 valid_lft 85079sec preferred_lft 85079sec 15:53:52 inet6 fe80::f816:3eff:fe89:d70e/64 scope link 15:53:52 valid_lft forever preferred_lft forever 15:53:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:53:52 link/ether 02:42:7b:21:80:de brd ff:ff:ff:ff:ff:ff 15:53:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:53:52 valid_lft forever preferred_lft forever 15:53:52 inet6 fe80::42:7bff:fe21:80de/64 scope link 15:53:52 valid_lft forever preferred_lft forever 15:53:52 15:53:52 15:53:52 ---> sar -b -r -n DEV: 15:53:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 15:53:52 15:53:52 15:31:38 LINUX RESTART (4 CPU) 15:53:52 15:53:52 15:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:53:52 15:33:03 122.27 47.65 74.62 0.00 8187.85 27724.55 0.00 15:53:52 15:34:01 184.46 85.92 98.54 0.00 6147.56 43638.47 0.00 15:53:52 15:35:01 255.63 97.41 158.22 0.00 3863.89 21526.46 0.00 15:53:52 15:36:01 139.77 61.79 77.98 0.00 2291.91 9304.77 0.00 15:53:52 15:37:01 145.54 37.82 107.72 0.00 2739.95 25581.64 0.00 15:53:52 15:38:03 1974.35 1643.86 330.49 0.00 145258.61 200913.40 0.00 15:53:52 15:39:02 1751.26 1502.26 249.00 0.00 90046.72 101882.54 0.00 15:53:52 15:40:01 1353.95 993.84 360.11 0.00 85063.36 131993.03 0.00 15:53:52 15:41:01 1169.69 874.14 295.55 0.00 51601.21 78155.03 0.00 15:53:52 15:42:01 69.96 14.41 55.54 0.00 2964.98 3809.27 0.00 15:53:52 15:43:02 1.87 0.10 1.77 0.00 4.80 31.67 0.00 15:53:52 15:44:01 0.27 0.00 0.27 0.00 0.00 3.29 0.00 15:53:52 15:45:01 0.30 0.03 0.27 0.00 0.40 2.73 0.00 15:53:52 15:46:01 0.75 0.00 0.75 0.00 0.00 8.56 0.00 15:53:52 15:47:01 2.08 1.81 0.27 0.00 57.54 3.21 0.00 15:53:52 15:48:01 0.82 0.03 0.78 0.00 1.07 15.45 0.00 15:53:52 15:49:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 15:53:52 15:50:01 0.67 0.43 0.23 0.00 47.96 3.26 0.00 15:53:52 15:51:01 0.30 0.03 0.27 0.00 0.80 3.20 0.00 15:53:52 15:52:01 0.22 0.02 0.20 0.00 0.13 1.65 0.00 15:53:52 15:53:01 0.53 0.28 0.25 0.00 149.48 3.25 0.00 15:53:52 Average: 342.69 256.20 86.49 0.00 19100.67 30854.07 0.00 15:53:52 15:53:52 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:53:52 15:33:03 69360 0 669900 35.60 2620 1139664 1387516 47.35 572716 1034328 54692 15:53:52 15:34:01 116140 0 690496 36.70 2540 1072368 1433140 48.91 572164 953360 22064 15:53:52 15:35:01 249372 0 753448 40.04 1492 877232 1730936 59.07 594420 766792 84248 15:53:52 15:36:01 331256 0 768756 40.86 664 780868 1559688 53.23 569136 695704 51972 15:53:52 15:37:01 193068 0 743600 39.52 520 944356 1426264 48.68 567260 831888 40 15:53:52 15:38:03 53740 0 847288 45.03 0 980516 2347320 80.11 773436 832368 84084 15:53:52 15:39:02 265188 0 1009864 53.67 0 606492 3765144 128.50 672020 669836 69124 15:53:52 15:40:01 72012 0 978976 52.03 0 830556 2729908 93.17 783172 782732 11432 15:53:52 15:41:01 128300 0 678480 36.06 0 1074764 1343464 45.85 506180 999044 8 15:53:52 15:42:01 121424 0 635544 33.78 0 1124576 1190808 40.64 522848 992676 12 15:53:52 15:43:02 124276 0 632576 33.62 0 1124692 1162992 39.69 521336 991480 16 15:53:52 15:44:01 124384 0 632456 33.61 0 1124704 1163016 39.69 521604 991484 16 15:53:52 15:45:01 125648 0 631188 33.55 0 1124708 1154744 39.41 520888 991272 12 15:53:52 15:46:01 126092 0 630732 33.52 0 1124720 1154744 39.41 520764 991284 8 15:53:52 15:47:01 123992 0 631844 33.58 0 1125708 1154744 39.41 520988 991932 16 15:53:52 15:48:01 123492 0 632312 33.61 0 1125740 1154828 39.41 521492 991952 8 15:53:52 15:49:01 123448 0 632352 33.61 0 1125744 1154744 39.41 520916 991948 12 15:53:52 15:50:01 122256 0 632116 33.60 0 1127172 1154744 39.41 521508 992924 8 15:53:52 15:51:01 122388 0 631976 33.59 0 1127180 1154744 39.41 521368 992952 12 15:53:52 15:52:01 122288 0 632020 33.59 0 1127236 1154744 39.41 521436 992968 20 15:53:52 15:53:01 114524 0 635344 33.77 0 1131676 1154828 39.41 527608 994608 8 15:53:52 Average: 140602 0 701489 37.28 373 1039080 1506336 51.41 565393 927311 17991 15:53:52 15:53:52 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:53:52 15:33:03 veth2960660 663.72 628.59 63.54 1932.16 0.00 0.00 0.00 0.00 15:53:52 15:33:03 eth0 1664.35 1447.46 5624.82 192.76 0.00 0.00 0.00 0.00 15:53:52 15:33:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:33:03 docker0 663.72 628.47 54.47 1932.15 0.00 0.00 0.00 0.00 15:53:52 15:34:01 eth0 586.73 552.87 3816.49 54.92 0.00 0.00 0.00 0.00 15:53:52 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:34:01 veth43b3c72 14.89 21.66 0.98 92.28 0.00 0.00 0.00 0.00 15:53:52 15:34:01 docker0 281.58 266.78 21.16 874.69 0.00 0.00 0.00 0.00 15:53:52 15:35:01 eth0 202.36 156.59 769.04 23.76 0.00 0.00 0.00 0.00 15:53:52 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:35:01 vethfaff679 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:35:01 docker0 138.97 171.79 10.33 741.61 0.00 0.00 0.00 0.00 15:53:52 15:36:01 eth0 48.41 35.98 23.35 79.78 0.00 0.00 0.00 0.00 15:53:52 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:36:01 vethfaff679 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 15:53:52 15:36:01 docker0 1.73 1.73 0.12 0.14 0.00 0.00 0.00 0.00 15:53:52 15:37:01 veth75dc6ae 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:37:01 eth0 183.80 150.42 1697.34 24.39 0.00 0.00 0.00 0.00 15:53:52 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:38:03 eth0 76.42 55.30 170.05 61.04 0.00 0.00 0.00 0.00 15:53:52 15:38:03 veth8f9316b 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 15:53:52 15:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:38:03 docker0 16.05 24.40 0.98 141.36 0.00 0.00 0.00 0.00 15:53:52 15:39:02 veth140abb0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:39:02 vethed2e95a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:39:02 vethd31cabf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:39:02 eth0 13.88 7.15 11.50 6.03 0.00 0.00 0.00 0.00 15:53:52 15:40:01 eth0 100.99 62.72 291.06 90.38 0.00 0.00 0.00 0.00 15:53:52 15:40:01 veth8f9316b 0.00 0.84 0.00 0.04 0.00 0.00 0.00 0.00 15:53:52 15:40:01 veth9641f46 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:53:52 15:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:53:52 15:41:01 eth0 194.78 139.71 1628.48 24.74 0.00 0.00 0.00 0.00 15:53:52 15:41:01 veth8f9316b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:41:01 docker0 1137.79 1176.92 88.82 4247.33 0.00 0.00 0.00 0.00 15:53:52 15:42:01 eth0 61.00 49.43 74.61 71.07 0.00 0.00 0.00 0.00 15:53:52 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:42:01 docker0 5.28 8.84 0.56 56.35 0.00 0.00 0.00 0.00 15:53:52 15:43:02 eth0 1.47 0.50 0.47 0.27 0.00 0.00 0.00 0.00 15:53:52 15:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:44:01 eth0 1.41 0.51 0.59 0.36 0.00 0.00 0.00 0.00 15:53:52 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:45:01 eth0 0.17 0.07 0.01 0.04 0.00 0.00 0.00 0.00 15:53:52 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:53:52 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:53:52 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:48:01 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 15:53:52 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:49:01 eth0 0.08 0.17 0.01 0.01 0.00 0.00 0.00 0.00 15:53:52 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:53:52 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:52:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:53:01 eth0 0.38 0.32 0.15 0.08 0.00 0.00 0.00 0.00 15:53:52 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 Average: eth0 148.95 126.20 667.88 30.04 0.00 0.00 0.00 0.00 15:53:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:53:52 Average: docker0 54.67 56.71 4.27 205.81 0.00 0.00 0.00 0.00 15:53:52 15:53:52 15:53:52 ---> sar -P ALL: 15:53:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 15:53:52 15:53:52 15:31:38 LINUX RESTART (4 CPU) 15:53:52 15:53:52 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:53:52 15:33:03 all 16.82 0.00 8.68 3.26 0.09 71.14 15:53:52 15:33:03 0 15.37 0.00 11.17 0.76 0.10 72.60 15:53:52 15:33:03 1 19.68 0.00 7.72 3.96 0.09 68.55 15:53:52 15:33:03 2 17.65 0.00 6.86 6.04 0.09 69.36 15:53:52 15:33:03 3 14.56 0.00 9.02 2.25 0.07 74.10 15:53:52 15:34:01 all 11.81 0.00 6.65 1.31 0.04 80.18 15:53:52 15:34:01 0 12.13 0.00 8.12 1.02 0.04 78.70 15:53:52 15:34:01 1 10.83 0.00 6.15 1.60 0.05 81.36 15:53:52 15:34:01 2 11.71 0.00 6.52 2.08 0.04 79.65 15:53:52 15:34:01 3 12.60 0.00 5.81 0.53 0.05 81.00 15:53:52 15:35:01 all 26.12 0.00 9.37 7.80 0.06 56.65 15:53:52 15:35:01 0 25.68 0.00 9.17 7.38 0.07 57.69 15:53:52 15:35:01 1 26.06 0.00 10.04 10.86 0.09 52.95 15:53:52 15:35:01 2 25.87 0.00 9.39 6.69 0.05 58.00 15:53:52 15:35:01 3 26.87 0.00 8.89 6.26 0.03 57.95 15:53:52 15:36:01 all 46.74 0.00 13.58 3.07 0.07 36.53 15:53:52 15:36:01 0 46.76 0.00 13.62 2.25 0.05 37.32 15:53:52 15:36:01 1 46.78 0.00 13.91 3.71 0.05 35.55 15:53:52 15:36:01 2 47.24 0.00 13.28 2.91 0.14 36.43 15:53:52 15:36:01 3 46.19 0.00 13.51 3.41 0.05 36.83 15:53:52 15:37:01 all 35.38 0.00 12.38 4.54 0.05 47.66 15:53:52 15:37:01 0 35.68 0.00 12.07 6.42 0.05 45.77 15:53:52 15:37:01 1 37.03 0.00 12.84 2.96 0.03 47.13 15:53:52 15:37:01 2 34.38 0.00 12.42 4.88 0.07 48.25 15:53:52 15:37:01 3 34.42 0.00 12.18 3.89 0.03 49.47 15:53:52 15:38:03 all 20.07 0.00 27.18 20.48 0.16 32.12 15:53:52 15:38:03 0 19.17 0.00 26.61 19.92 0.19 34.12 15:53:52 15:38:03 1 21.49 0.00 26.74 18.98 0.13 32.65 15:53:52 15:38:03 2 20.12 0.00 27.43 21.14 0.15 31.15 15:53:52 15:38:03 3 19.48 0.00 27.94 21.90 0.15 30.52 15:53:52 15:39:02 all 48.18 0.00 20.03 18.06 0.10 13.63 15:53:52 15:39:02 0 47.48 0.00 20.07 16.68 0.13 15.65 15:53:52 15:39:02 1 47.67 0.00 20.47 20.35 0.09 11.42 15:53:52 15:39:02 2 48.21 0.00 20.39 17.78 0.09 13.54 15:53:52 15:39:02 3 49.36 0.00 19.20 17.41 0.11 13.93 15:53:52 15:40:01 all 28.71 0.00 20.01 23.97 0.09 27.23 15:53:52 15:40:01 0 29.46 0.00 18.49 23.01 0.09 28.96 15:53:52 15:40:01 1 29.45 0.00 19.26 24.60 0.12 26.56 15:53:52 15:40:01 2 27.72 0.00 19.85 24.84 0.05 27.54 15:53:52 15:40:01 3 28.19 0.00 22.46 23.42 0.09 25.84 15:53:52 15:41:01 all 40.21 0.00 18.02 17.00 0.08 24.69 15:53:52 15:41:01 0 42.06 0.00 17.66 17.95 0.05 22.28 15:53:52 15:41:01 1 39.06 0.00 17.80 15.69 0.12 27.33 15:53:52 15:41:01 2 40.67 0.00 18.08 17.32 0.09 23.84 15:53:52 15:41:01 3 39.02 0.00 18.55 17.05 0.07 25.32 15:53:52 15:42:01 all 4.50 0.00 2.45 1.85 0.02 91.18 15:53:52 15:42:01 0 4.33 0.00 2.55 0.40 0.02 92.70 15:53:52 15:42:01 1 3.94 0.00 2.43 1.56 0.02 92.06 15:53:52 15:42:01 2 3.97 0.00 2.55 2.00 0.02 91.46 15:53:52 15:42:01 3 5.77 0.00 2.27 3.45 0.02 88.49 15:53:52 15:43:02 all 0.15 0.00 0.04 0.00 0.00 99.80 15:53:52 15:43:02 0 0.50 0.00 0.03 0.00 0.00 99.47 15:53:52 15:43:02 1 0.05 0.00 0.05 0.00 0.00 99.90 15:53:52 15:43:02 2 0.03 0.00 0.03 0.00 0.00 99.93 15:53:52 15:43:02 3 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:53:52 15:43:02 CPU %user %nice %system %iowait %steal %idle 15:53:52 15:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:53:52 15:44:01 0 0.20 0.00 0.02 0.00 0.00 99.78 15:53:52 15:44:01 1 0.36 0.00 0.03 0.00 0.00 99.61 15:53:52 15:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:53:52 15:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:53:52 15:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:53:52 15:45:01 1 0.52 0.00 0.05 0.02 0.00 99.42 15:53:52 15:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:53:52 15:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:53:52 15:46:01 all 0.21 0.00 0.25 0.00 0.00 99.54 15:53:52 15:46:01 0 0.10 0.00 0.32 0.00 0.00 99.58 15:53:52 15:46:01 1 0.58 0.00 0.18 0.00 0.00 99.23 15:53:52 15:46:01 2 0.08 0.00 0.32 0.00 0.00 99.60 15:53:52 15:46:01 3 0.07 0.00 0.18 0.00 0.00 99.75 15:53:52 15:47:01 all 0.15 0.00 0.06 0.02 0.00 99.77 15:53:52 15:47:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:53:52 15:47:01 1 0.52 0.00 0.03 0.00 0.00 99.45 15:53:52 15:47:01 2 0.03 0.00 0.10 0.08 0.00 99.78 15:53:52 15:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 15:53:52 15:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:53:52 15:48:01 1 0.53 0.00 0.03 0.00 0.02 99.42 15:53:52 15:48:01 2 0.05 0.00 0.07 0.00 0.00 99.88 15:53:52 15:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:53:52 15:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:53:52 15:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:53:52 15:49:01 1 0.52 0.00 0.00 0.00 0.00 99.48 15:53:52 15:49:01 2 0.02 0.00 0.05 0.00 0.00 99.93 15:53:52 15:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:53:52 15:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:53:52 15:50:01 1 0.40 0.00 0.03 0.00 0.00 99.57 15:53:52 15:50:01 2 0.10 0.00 0.05 0.00 0.00 99.85 15:53:52 15:50:01 3 0.17 0.00 0.03 0.00 0.00 99.80 15:53:52 15:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:53:52 15:51:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:53:52 15:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:53:52 15:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 15:53:52 15:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:53:52 15:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:53:52 15:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:53:52 15:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:53:52 15:52:01 3 0.53 0.00 0.03 0.00 0.00 99.43 15:53:52 15:53:01 all 0.15 0.00 0.04 0.01 0.00 99.80 15:53:52 15:53:01 0 0.02 0.00 0.03 0.02 0.00 99.93 15:53:52 15:53:01 1 0.02 0.00 0.05 0.03 0.00 99.90 15:53:52 15:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:53:52 15:53:01 3 0.53 0.00 0.03 0.00 0.00 99.43 15:53:52 Average: all 13.03 0.00 6.47 4.70 0.04 75.76 15:53:52 Average: 0 12.97 0.00 6.53 4.45 0.04 76.01 15:53:52 Average: 1 13.30 0.00 6.43 4.85 0.04 75.38 15:53:52 Average: 2 12.92 0.00 6.40 4.91 0.04 75.73 15:53:52 Average: 3 12.91 0.00 6.52 4.60 0.03 75.93 15:53:52 15:53:52 15:53:52