Pull request #3202 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3+2c126a996be31befa6625c4f217e526aa48b3805 (6eb50ec493813d9972fd4e32a6bf0685238b9a68) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28918 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # 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 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:05:17 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 596fc41140bedc93e9c209e7b24655f58e554b90 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:05:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:05:18 ========================================================= 02:05:18 EdgeX Global Pipelines Version Info 02:05:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:05:19 ------------------- 02:05:19 stable info: 02:05:19 ------------------- 02:05:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:05:19 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:05:19 Message: update stable to v1.0.184 02:05:20 ------------------- 02:05:20 experimental info: 02:05:20 ------------------- 02:05:20 Commited By: **** collab-it+edgex@linuxfoundation.org 02:05:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:05:20 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:05:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:05:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:05:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f28bc40 [Pipeline] echo 02:05:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:05:23 provisioning config files... 02:05:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config41892466621304748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:24 ---> docker-login.sh 02:05:24 nexus3.edgexfoundry.org:10001 02:05:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:24 Configure a credential helper to remove this warning. See 02:05:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:24 02:05:24 Login Succeeded 02:05:24 nexus3.edgexfoundry.org:10002 02:05:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:25 Configure a credential helper to remove this warning. See 02:05:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:25 02:05:25 Login Succeeded 02:05:25 nexus3.edgexfoundry.org:10003 02:05:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:25 Configure a credential helper to remove this warning. See 02:05:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:25 02:05:25 Login Succeeded 02:05:25 nexus3.edgexfoundry.org:10004 02:05:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:25 Configure a credential helper to remove this warning. See 02:05:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:25 02:05:25 Login Succeeded 02:05:25 docker.io 02:05:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:25 Configure a credential helper to remove this warning. See 02:05:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:25 02:05:25 Login Succeeded 02:05:25 ---> docker-login.sh ends [Pipeline] } 02:05:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:05:26 ++ 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 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/core-command/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo core-command,cmd/core-command/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/core-data/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo core-data,cmd/core-data/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/core-metadata/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo core-metadata,cmd/core-metadata/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/security-bootstrapper/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/security-proxy-setup/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/support-notifications/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo support-notifications,cmd/support-notifications/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/support-scheduler/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:05:26 + for file in '`ls cmd/**/Dockerfile`' 02:05:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:05:26 ++ cut -d/ -f2 02:05:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:05:26 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 02:05:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:28 02:05:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:05:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:29 latest: Pulling from edgex-devops/git-semver 02:05:29 31603596830f: Pulling fs layer 02:05:29 2a8b12db71e7: Pulling fs layer 02:05:29 6ca5941a6612: Pulling fs layer 02:05:29 ecc8261a40a4: Pulling fs layer 02:05:29 ecc8261a40a4: Waiting 02:05:29 2a8b12db71e7: Verifying Checksum 02:05:29 2a8b12db71e7: Download complete 02:05:29 31603596830f: Download complete 02:05:29 ecc8261a40a4: Verifying Checksum 02:05:29 ecc8261a40a4: Download complete 02:05:29 6ca5941a6612: Verifying Checksum 02:05:29 6ca5941a6612: Download complete 02:05:29 31603596830f: Pull complete 02:05:29 2a8b12db71e7: Pull complete 02:05:30 6ca5941a6612: Pull complete 02:05:31 ecc8261a40a4: Pull complete 02:05:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:05:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:05:31 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:05:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:05:33 $ docker top 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:05:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:05:34 [ssh-agent] Looking for ssh-agent implementation... 02:05:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:05:34 $ docker exec 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent 02:05:34 SSH_AUTH_SOCK=/tmp/ssh-ithxxoR7wQ7J/agent.11 02:05:34 SSH_AGENT_PID=16 02:05:34 Running ssh-add (command line suppressed) 02:05:34 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4149009435970944053.key (/w/workspace/edgex-go/15@tmp/private_key_4149009435970944053.key) 02:05:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:05:34 + git tag --points-at HEAD [Pipeline] } 02:05:35 $ docker exec --env ******** --env ******** 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent -k 02:05:35 unset SSH_AUTH_SOCK; 02:05:35 unset SSH_AGENT_PID; 02:05:35 echo Agent pid 16 killed; 02:05:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:05:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:05:35 [ssh-agent] Looking for ssh-agent implementation... 02:05:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:05:35 $ docker exec 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent 02:05:35 SSH_AUTH_SOCK=/tmp/ssh-kjd85fFD3GDD/agent.44 02:05:35 SSH_AGENT_PID=49 02:05:35 Running ssh-add (command line suppressed) 02:05:35 Identity added: /w/workspace/edgex-go/15@tmp/private_key_1431806074931893224.key (/w/workspace/edgex-go/15@tmp/private_key_1431806074931893224.key) 02:05:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:05:36 + git semver init 02:05:36 # -> Open(): unable to determine branch for HEAD 02:05:36 # $GIT_DIR = /w/workspace/edgex-go/15/.git 02:05:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 02:05:36 # $SEMVER_REMOTE_NAME = origin 02:05:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:05:36 # $SEMVER_USER_NAME = edgex-jenkins 02:05:36 # $SEMVER_BRANCH = PR-3202 02:05:36 # $SEMVER_TEMP = /tmp/semver-263033131 02:05:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:05:54 # '/tmp/semver-263033131' -> '/w/workspace/edgex-go/15/.semver' 02:05:54 # -> Force: false 02:05:54 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 02:05:54 $ docker exec --env ******** --env ******** 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f ssh-agent -k 02:05:54 unset SSH_AUTH_SOCK; 02:05:54 unset SSH_AGENT_PID; 02:05:54 echo Agent pid 49 killed; 02:05:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:05:55 + git semver [Pipeline] } 02:05:55 $ docker stop --time=1 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f 02:05:57 $ docker rm -f 6d8b9478a0ddec6b67bd1cc65217d0f88a33b9557caa6eb2e8e8081896529d6f [Pipeline] // withDockerContainer [Pipeline] sh 02:05:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:05:58 Stashed 1 file(s) [Pipeline] echo 02:05:58 [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 02:05:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:05:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:05:59 + sudo service docker restart 02:05:59 + true 02:05:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:06:00 ========================================================= 02:06:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:06:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:06:00 + 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 . 02:06:04 Sending build context to Docker daemon 328.4MB 02:06:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:06:04 Step 2/6 : FROM ${BASE} 02:06:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:06:04 188c0c94c7c5: Pulling fs layer 02:06:04 0ef7d3d256c8: Pulling fs layer 02:06:04 de9db76c5a1d: Pulling fs layer 02:06:04 bca2f99d35d6: Pulling fs layer 02:06:04 93359f2a8cfa: Pulling fs layer 02:06:04 7c6f9722023f: Pulling fs layer 02:06:04 a35cf1a2eb13: Pulling fs layer 02:06:04 93359f2a8cfa: Waiting 02:06:04 7c6f9722023f: Waiting 02:06:04 a35cf1a2eb13: Waiting 02:06:04 bca2f99d35d6: Waiting 02:06:04 de9db76c5a1d: Verifying Checksum 02:06:04 de9db76c5a1d: Download complete 02:06:04 0ef7d3d256c8: Download complete 02:06:04 93359f2a8cfa: Verifying Checksum 02:06:04 93359f2a8cfa: Download complete 02:06:04 7c6f9722023f: Verifying Checksum 02:06:04 7c6f9722023f: Download complete 02:06:04 188c0c94c7c5: Verifying Checksum 02:06:04 188c0c94c7c5: Download complete 02:06:04 188c0c94c7c5: Pull complete 02:06:04 0ef7d3d256c8: Pull complete 02:06:05 de9db76c5a1d: Pull complete 02:06:07 a35cf1a2eb13: Verifying Checksum 02:06:07 a35cf1a2eb13: Download complete 02:06:07 bca2f99d35d6: Verifying Checksum 02:06:07 bca2f99d35d6: Download complete 02:06:13 bca2f99d35d6: Pull complete 02:06:13 93359f2a8cfa: Pull complete 02:06:13 7c6f9722023f: Pull complete 02:06:13 Still waiting to schedule task 02:06:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:06:18 a35cf1a2eb13: Pull complete 02:06:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:06:18 ---> a62c8e92a672 02:06:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:06:18 ---> Running in b9392186d8a4 02:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:19 (1/12) Installing libmagic (5.38-r0) 02:06:19 (2/12) Installing file (5.38-r0) 02:06:20 (3/12) Installing libc-dev (0.7.2-r3) 02:06:20 (4/12) Installing g++ (9.3.0-r2) 02:06:25 (5/12) Installing fortify-headers (1.1-r0) 02:06:25 (6/12) Installing patch (2.7.6-r6) 02:06:25 (7/12) Installing build-base (0.5-r2) 02:06:25 (8/12) Installing libsodium (1.0.18-r0) 02:06:25 (9/12) Installing pkgconf (1.7.2-r0) 02:06:25 (10/12) Installing libsodium-dev (1.0.18-r0) 02:06:25 (11/12) Installing libzmq (4.3.3-r0) 02:06:25 (12/12) Installing zeromq-dev (4.3.3-r0) 02:06:26 Executing busybox-1.31.1-r19.trigger 02:06:26 OK: 233 MiB in 51 packages 02:06:30 Removing intermediate container b9392186d8a4 02:06:30 ---> c8b9d44e5299 02:06:30 Step 4/6 : WORKDIR /edgex-go 02:06:30 ---> Running in 2c62ca4d517d 02:06:30 Removing intermediate container 2c62ca4d517d 02:06:30 ---> 373a327bdf4d 02:06:30 Step 5/6 : COPY go.mod . 02:06:30 ---> d549effd1474 02:06:30 Step 6/6 : RUN go mod download 02:06:30 ---> Running in 83a3f766e5f3 02:06:57 Removing intermediate container 83a3f766e5f3 02:06:57 ---> 934ec7485f11 02:06:57 Successfully built 934ec7485f11 02:06:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:06:57 + docker inspect -f . ci-base-image-x86_64 02:06:57 . [Pipeline] withDockerContainer 02:06:57 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:06:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:06:58 $ docker top a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:58 + go version 02:06:58 go version go1.15.5 linux/amd64 [Pipeline] } 02:06:58 $ docker stop --time=1 a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb 02:07:00 $ docker rm -f a79a5ffc83c81494b3f6782e2976a8b1659fa334b450d7900cdb6e4363cc3feb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:07:01 + docker inspect -f . ci-base-image-x86_64 02:07:01 . [Pipeline] withDockerContainer 02:07:01 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:07:01 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:07:01 $ docker top 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 -eo pid,comm [Pipeline] { [Pipeline] echo 02:07:02 ========================================================= 02:07:02 [edgeXBuildGoParallel] Running Tests and Build... 02:07:02 ========================================================= [Pipeline] sh 02:07:02 + make test 02:07:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:07:10 ? github.com/edgexfoundry/edgex-go [no test files] 02:07:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:07:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:07:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:07:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:07:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:07:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:07:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:07:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 45.9% of statements 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.136s coverage: 71.3% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.9% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:07:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 02:07:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:07:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:07:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:07:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 02:07:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 02:08:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28919 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 02:08:03 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.070s coverage: 81.4% of statements 02:08:08 using credential edgex-jenkins-ssh 02:08:08 Cloning the remote Git repository 02:08:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:08:08 > git init /w/workspace/edgex-go/15 # timeout=10 02:08:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:08:08 > git --version # timeout=10 02:08:08 > git --version # 'git version 2.17.1' 02:08:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.066s coverage: 92.9% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 62.4% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 88.5% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.740s coverage: 29.1% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.100s coverage: 95.6% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:08:16 GO111MODULE=on go vet ./... 02:08:27 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:08:27 Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:08:27 Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) 02:08:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:08:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:08:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:08:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:08:27 > git config core.sparsecheckout # timeout=10 02:08:27 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 02:08:27 > git remote # timeout=10 02:08:27 > git config --get remote.origin.url # timeout=10 02:08:27 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:27 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 02:08:27 > git rev-parse HEAD^{commit} # timeout=10 02:08:27 > git config core.sparsecheckout # timeout=10 02:08:27 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 02:08:32 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:08:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:08:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:08:34 + sudo service+ docker restart 02:08:34 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:08:36 provisioning config files... 02:08:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2655784696548314534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:37 ---> docker-login.sh 02:08:37 nexus3.edgexfoundry.org:10001 02:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:38 Configure a credential helper to remove this warning. See 02:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:38 02:08:38 Login Succeeded 02:08:38 nexus3.edgexfoundry.org:10002 02:08:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:39 Configure a credential helper to remove this warning. See 02:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:39 02:08:39 Login Succeeded 02:08:39 nexus3.edgexfoundry.org:10003 02:08:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:39 Configure a credential helper to remove this warning. See 02:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:39 02:08:39 Login Succeeded 02:08:39 nexus3.edgexfoundry.org:10004 02:08:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:40 Configure a credential helper to remove this warning. See 02:08:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:40 02:08:40 Login Succeeded 02:08:40 docker.io 02:08:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:41 Configure a credential helper to remove this warning. See 02:08:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:41 02:08:41 Login Succeeded 02:08:41 ---> docker-login.sh ends [Pipeline] } 02:08:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:08:41 ========================================================= 02:08:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:08:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:08:42 + 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 . 02:08:42 gofmt -l . 02:08:43 [ "`gofmt -l .`" = "" ] 02:08:43 ./bin/test-go-mod-tidy.sh 02:08:44 ./bin/test-attribution-txt.sh 02:08:44 Sending build context to Docker daemon 166.7MB 02:08:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:08:44 Step 2/6 : FROM ${BASE} 02:08:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:08:44 5f621e34cdf4: Pulling fs layer 02:08:44 a4357932f1b6: Pulling fs layer 02:08:44 18c013af1878: Pulling fs layer 02:08:44 00ac8860ef70: Pulling fs layer 02:08:44 63d7cb157983: Pulling fs layer 02:08:44 b116817d02f9: Pulling fs layer 02:08:44 745a02a5169b: Pulling fs layer 02:08:44 63d7cb157983: Waiting 02:08:44 b116817d02f9: Waiting 02:08:44 745a02a5169b: Waiting 02:08:44 00ac8860ef70: Waiting 02:08:44 18c013af1878: Verifying Checksum 02:08:44 18c013af1878: Download complete 02:08:44 a4357932f1b6: Download complete 02:08:44 63d7cb157983: Verifying Checksum 02:08:44 63d7cb157983: Download complete 02:08:44 b116817d02f9: Download complete 02:08:44 5f621e34cdf4: Verifying Checksum 02:08:44 5f621e34cdf4: Download complete [Pipeline] sh 02:08:45 + ls -al . 02:08:45 total 732 02:08:45 drwxrwxr-x 10 1001 1001 4096 Mar 8 02:08 . 02:08:45 drwxr-xr-x 4 root root 30 Mar 8 02:07 .. 02:08:45 -rw-rw-r-- 1 1001 1001 11 Mar 8 02:05 .dockerignore 02:08:45 drwxrwxr-x 8 1001 1001 179 Mar 8 02:05 .git 02:08:45 drwxrwxr-x 3 1001 1001 125 Mar 8 02:05 .github 02:08:45 -rw-rw-r-- 1 1001 1001 818 Mar 8 02:05 .gitignore 02:08:45 drwx------ 3 1001 1001 60 Mar 8 02:05 .semver 02:08:45 -rw-rw-r-- 1 1001 1001 166 Mar 8 02:05 .sonarcloud.properties 02:08:45 -rw-rw-r-- 1 1001 1001 8607 Mar 8 02:05 Attribution.txt 02:08:45 -rw-rw-r-- 1 1001 1001 3804 Mar 8 02:05 CONTRIBUTING.md 02:08:45 -rw-rw-r-- 1 1001 1001 931 Mar 8 02:05 Dockerfile.build 02:08:45 -rw-rw-r-- 1 1001 1001 863 Mar 8 02:05 Jenkinsfile 02:08:45 -rw-rw-r-- 1 1001 1001 10775 Mar 8 02:05 LICENSE 02:08:45 -rw-rw-r-- 1 1001 1001 5774 Mar 8 02:05 Makefile 02:08:45 -rw-rw-r-- 1 1001 1001 6524 Mar 8 02:05 README.md 02:08:45 -rw-rw-r-- 1 1001 1001 6755 Mar 8 02:05 SECURITY.md 02:08:45 -rw-rw-r-- 1 1001 1001 5 Mar 8 02:05 VERSION 02:08:45 -rw-rw-r-- 1 1001 1001 4131 Mar 8 02:05 ZMQWindows.md 02:08:45 drwxrwxr-x 2 1001 1001 117 Mar 8 02:05 bin 02:08:45 drwxrwxr-x 14 1001 1001 4096 Mar 8 02:05 cmd 02:08:45 -rw-r--r-- 1 root root 622273 Mar 8 02:08 coverage.out 02:08:45 -rw-r--r-- 1 root root 1055 Mar 8 02:08 go.mod 02:08:45 -rw-r--r-- 1 root root 21981 Mar 8 02:08 go.sum 02:08:45 drwxrwxr-x 8 1001 1001 127 Mar 8 02:05 internal 02:08:45 drwxrwxr-x 4 1001 1001 26 Mar 8 02:05 openapi 02:08:45 drwxrwxr-x 4 1001 1001 71 Mar 8 02:05 snap 02:08:45 -rw-rw-r-- 1 1001 1001 168 Mar 8 02:05 version.go [Pipeline] sh 02:08:45 5f621e34cdf4: Pull complete 02:08:45 + '[' -e coverage.out ] 02:08:45 + chown 1001:1001 coverage.out [Pipeline] stash 02:08:45 a4357932f1b6: Pull complete 02:08:46 Stashed 1 file(s) [Pipeline] sh 02:08:46 + make build 02:08:46 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 02:08:46 18c013af1878: Pull complete 02:08:47 745a02a5169b: Verifying Checksum 02:08:47 745a02a5169b: Download complete 02:08:49 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 02:08:49 00ac8860ef70: Verifying Checksum 02:08:49 00ac8860ef70: Download complete 02:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:08:59 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 02:08:59 00ac8860ef70: Pull complete 02:08:59 63d7cb157983: Pull complete 02:08:59 b116817d02f9: Pull complete 02:09:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:09: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 02:09:02 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 02:09:03 745a02a5169b: Pull complete 02:09:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:09:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:09:03 ---> b7e6874047d6 02:09:03 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 02:09:04 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 02:09:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:09:06 ---> Running in 047f6113cff9 02:09:06 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 02:09:07 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 02:09:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:08 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 02:09:09 (1/12) Installing libmagic (5.38-r0) 02:09:09 (2/12) Installing file (5.38-r0) 02:09:09 (3/12) Installing libc-dev (0.7.2-r3) 02:09:09 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 02:09:10 $ docker stop --time=1 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 02:09:12 $ docker rm -f 765662b01bbbdb75597931ad1a823144d686249520fb01de4acb8ada7073c229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 02:09:14 (5/12) Installing fortify-headers (1.1-r0) 02:09:14 (6/12) Installing patch (2.7.6-r6) 02:09:14 (7/12) Installing build-base (0.5-r2) 02:09:14 (8/12) Installing libsodium (1.0.18-r0) 02:09:14 (9/12) Installing pkgconf (1.7.2-r0) 02:09:14 (10/12) Installing libsodium-dev (1.0.18-r0) 02:09:14 (11/12) Installing libzmq (4.3.3-r0) 02:09:14 (12/12) Installing zeromq-dev (4.3.3-r0) 02:09:14 Executing busybox-1.31.1-r19.trigger 02:09:14 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 02:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:09:16 02:09:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:09:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:09:16 latest: Pulling from edgex-devops/edgex-compose 02:09:16 cbdbe7a5bc2a: Pulling fs layer 02:09:16 ca9280d653b3: Pulling fs layer 02:09:16 7e9c9ca2126c: Pulling fs layer 02:09:16 cbdbe7a5bc2a: Verifying Checksum 02:09:16 cbdbe7a5bc2a: Download complete 02:09:17 ca9280d653b3: Verifying Checksum 02:09:17 ca9280d653b3: Download complete 02:09:17 cbdbe7a5bc2a: Pull complete 02:09:18 Removing intermediate container 047f6113cff9 02:09:18 ---> e2373ccf11c9 02:09:18 Step 4/6 : WORKDIR /edgex-go 02:09:18 7e9c9ca2126c: Verifying Checksum 02:09:18 7e9c9ca2126c: Download complete 02:09:18 ca9280d653b3: Pull complete 02:09:18 ---> Running in cec309ef0d7a 02:09:18 Removing intermediate container cec309ef0d7a 02:09:18 ---> 06dd55fc1e89 02:09:18 Step 5/6 : COPY go.mod . 02:09:19 ---> e7ae6a0ffb08 02:09:19 Step 6/6 : RUN go mod download 02:09:19 ---> Running in 038ba7bda1e8 02:09:25 7e9c9ca2126c: Pull complete 02:09:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:09:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:09:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:09:25 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:09:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:09:27 $ docker top 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:28 + docker-compose build --help 02:09:28 + grep parallel 02:09:29 --parallel Build images in parallel. [Pipeline] } 02:09:29 $ docker stop --time=1 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca 02:09:30 $ docker rm -f 0dc7922fcd634d5fd941ae34594a8d457317378360b1e390be6824817930abca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:09:31 . [Pipeline] withDockerContainer 02:09:31 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:09:31 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:09:32 $ docker top cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:32 + docker-compose -f ./docker-compose-build.yml build --parallel 02:09:33 Building docker-core-command-go ... 02:09:33 Building docker-core-data-go ... 02:09:33 Building docker-core-metadata-go ... 02:09:33 Building docker-security-bootstrapper-go ... 02:09:33 Building docker-security-proxy-setup-go ... 02:09:33 Building docker-security-secretstore-setup-go ... 02:09:33 Building docker-support-notifications-go ... 02:09:33 Building docker-support-scheduler-go ... 02:09:33 Building docker-sys-mgmt-agent-go ... 02:09:33 Building docker-core-command-go 02:09:33 Building docker-core-data-go 02:09:33 Building docker-security-secretstore-setup-go 02:09:33 Building docker-security-proxy-setup-go 02:09:33 Building docker-core-metadata-go 02:09:46 Removing intermediate container 038ba7bda1e8 02:09:46 ---> 56cb10f3c5ed 02:09:46 Successfully built 56cb10f3c5ed 02:09:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:09:46 + docker inspect -f . ci-base-image-arm64 02:09:46 . [Pipeline] withDockerContainer 02:09:47 prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container 02:09:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:09:48 $ docker top ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:49 + go version 02:09:49 go version go1.15.5 linux/arm64 [Pipeline] } 02:09:49 $ docker stop --time=1 ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d 02:09:51 $ docker rm -f ec3b6f2062147f83ce5e06f3ce223df59a331332fc110bf208a31a0a1f0a547d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:52 + docker inspect -f . ci-base-image-arm64 02:09:52 . [Pipeline] withDockerContainer 02:09:52 prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container 02:09:52 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:09:54 $ docker top 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 -eo pid,comm [Pipeline] { [Pipeline] echo 02:09:54 ========================================================= 02:09:54 [edgeXBuildGoParallel] Running Tests and Build... 02:09:54 ========================================================= [Pipeline] sh 02:09:55 + make test 02:09:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:10:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:10:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:10:05 ---> 934ec7485f11 02:10:05 Step 3/23 : WORKDIR /edgex-go 02:10:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:10:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:10:05 ---> 934ec7485f11 02:10:05 Step 3/23 : WORKDIR /edgex-go 02:10:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:10:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:10:05 ---> 934ec7485f11 02:10:05 Step 3/24 : WORKDIR /edgex-go 02:10:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:10:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:10:05 ---> 934ec7485f11 02:10:05 Step 3/21 : WORKDIR /edgex-go 02:10:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:10:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:10:05 ---> 934ec7485f11 02:10:05 Step 3/23 : WORKDIR /edgex-go 02:10:06 ---> Running in b1d2345bb62f 02:10:06 ---> Running in a16c811d49ea 02:10:06 ---> Running in 1040071f4416 02:10:06 ---> Running in 69387ad89242 02:10:06 ---> Running in b0e87c04f029 02:10:07 Removing intermediate container 69387ad89242 02:10:07 ---> 30b3839ca492 02:10:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:07 Removing intermediate container 1040071f4416 02:10:07 ---> d13fc6a365ce 02:10:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:07 Removing intermediate container b0e87c04f029 02:10:07 ---> 7ffc34351cc0 02:10:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:07 Removing intermediate container b1d2345bb62f 02:10:07 ---> d0e4384e14cb 02:10:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:07 Removing intermediate container a16c811d49ea 02:10:07 ---> c4e8ea22da37 02:10:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:10:07 ---> Running in b44dac62fdfd 02:10:07 ---> Running in 9da4fc3588a2 02:10:07 ---> Running in 08cc81faef43 02:10:07 ---> Running in 7999b9f9bf50 02:10:07 ---> Running in f558627bc50b 02:10:09 Removing intermediate container b44dac62fdfd 02:10:09 ---> 46a4880b8132 02:10:09 Step 5/21 : RUN apk add --update --no-cache make git 02:10:09 ---> Running in 3cf23663c69a 02:10:09 Removing intermediate container 08cc81faef43 02:10:09 ---> d75b712eed7e 02:10:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:10:09 ---> Running in 7e1d9707c9b2 02:10:10 Removing intermediate container 9da4fc3588a2 02:10:10 ---> 458d07500bda 02:10:10 Step 5/23 : RUN apk add --update --no-cache make git 02:10:10 Removing intermediate container 7999b9f9bf50 02:10:10 ---> cb5c30e07ea9 02:10:10 Step 5/24 : RUN apk add --update --no-cache make git 02:10:10 ---> Running in a3ed257c2604 02:10:10 Removing intermediate container f558627bc50b 02:10:10 ---> 7e5ea6c9a053 02:10:10 Step 5/23 : RUN apk add --update --no-cache make git 02:10:10 ---> Running in 131bb569a108 02:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:10 ---> Running in 5cd7286d6dd1 02:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:11 OK: 233 MiB in 51 packages 02:10:11 OK: 233 MiB in 51 packages 02:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:12 Removing intermediate container 3cf23663c69a 02:10:12 ---> d7b17989942f 02:10:12 Step 6/21 : COPY go.mod . 02:10:12 Removing intermediate container 7e1d9707c9b2 02:10:12 ---> 004840a2c27c 02:10:12 Step 6/23 : COPY go.mod . 02:10:12 OK: 233 MiB in 51 packages 02:10:12 ---> d0734d929d24 02:10:12 Step 7/21 : RUN go mod download 02:10:12 OK: 233 MiB in 51 packages 02:10:12 ---> Running in 35f676f54cef 02:10:12 OK: 233 MiB in 51 packages 02:10:12 ---> 09f3fab3d0a2 02:10:12 Step 7/23 : RUN go mod download 02:10:12 ---> Running in 44e7f47fb1a0 02:10:13 Removing intermediate container 5cd7286d6dd1 02:10:13 ---> bb4d101757da 02:10:13 Step 6/23 : COPY go.mod . 02:10:13 Removing intermediate container a3ed257c2604 02:10:13 ---> fb02c1979b8b 02:10:13 Step 6/23 : COPY go.mod . 02:10:13 Removing intermediate container 131bb569a108 02:10:13 ---> 972aefbcad80 02:10:13 Step 6/24 : COPY go.mod . 02:10:13 ---> 85d274a23355 02:10:13 Step 7/23 : RUN go mod download 02:10:13 ---> ba0c77873d6a 02:10:13 Step 7/23 : RUN go mod download 02:10:13 ---> Running in 60be01cb9043 02:10:13 ---> 7237073a953e 02:10:13 Step 7/24 : RUN go mod download 02:10:13 ---> Running in 43f503fbc4d9 02:10:14 ---> Running in b33f17a12d09 02:10:15 Removing intermediate container 35f676f54cef 02:10:15 ---> a0cf0e258202 02:10:15 Step 8/21 : COPY . . 02:10:15 Removing intermediate container 44e7f47fb1a0 02:10:15 ---> a484dd2a2bac 02:10:15 Step 8/23 : COPY . . 02:10:17 ? github.com/edgexfoundry/edgex-go [no test files] 02:10:27 Removing intermediate container b33f17a12d09 02:10:27 ---> 74f710ec9ba9 02:10:27 Step 8/24 : COPY . . 02:10:27 Removing intermediate container 43f503fbc4d9 02:10:27 ---> f3d1b1fd7c82 02:10:27 Step 8/23 : COPY . .Removing intermediate container 60be01cb9043 02:10:27 ---> 54e5b808a098 02:10:27 Step 8/23 : COPY . . 02:10:27 02:10:49 ---> 852203a2862c 02:10:49 Step 9/23 : RUN make cmd/core-data/core-data 02:10:49 ---> 88674c9bc39f 02:10:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:10:49 ---> Running in b9acdf561ddd 02:10:49 ---> Running in 09fdec9ac1da 02:10:53 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 02:10:53 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 02:11:00 ---> f5d8dd7a9b49 02:11:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:11:01 ---> 762ee37c74b5 02:11:01 Step 9/23 : RUN make cmd/core-command/core-command 02:11:02 ---> Running in 3a3f76728e3a 02:11:02 ---> Running in ce8d7133b3a2 02:11:02 ---> 348c5a2e8db1 02:11:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:11:02 ---> Running in 3450da944d05 02:11:03 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 02:11:03 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 02:11:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:11:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:11:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:11:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:11:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:11:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:11:22 Removing intermediate container 09fdec9ac1da 02:11:22 ---> 5e7634e38b96 02:11:22 02:11:22 Step 10/21 : FROM alpine:3.12 02:11:23 3.12: Pulling from library/alpine 02:11:24 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:11:24 Status: Downloaded newer image for alpine:3.12 02:11:24 ---> 88dd2752d2ea 02:11:24 Step 11/21 : RUN apk add --update --no-cache curl 02:11:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:11:25 ---> Running in b959f6337369 02:11:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:26 (1/4) Installing ca-certificates (20191127-r4) 02:11:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:11:26 (3/4) Installing libcurl (7.69.1-r3) 02:11:26 (4/4) Installing curl (7.69.1-r3) 02:11:26 Executing busybox-1.31.1-r19.trigger 02:11:26 Executing ca-certificates-20191127-r4.trigger 02:11:26 OK: 7 MiB in 18 packages 02:11:28 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 02:11:29 Removing intermediate container b959f6337369 02:11:29 ---> dad6458cc2e6 02:11:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:11:29 ---> Running in c3aac797b1a9 02:11:31 Removing intermediate container c3aac797b1a9 02:11:31 ---> 1473b667def1 02:11:31 Step 13/21 : WORKDIR /edgex 02:11:32 ---> Running in 68b244e6946a 02:11:32 Removing intermediate container 68b244e6946a 02:11:32 ---> ea643f635a8e 02:11:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:11:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:11:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:11:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:11:34 ---> ddccf51a84e0 02:11:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:11:36 Removing intermediate container b9acdf561ddd 02:11:36 ---> 3335888da19b 02:11:36 02:11:36 Step 10/23 : FROM alpine:3.12 02:11:36 ---> 88dd2752d2ea 02:11:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:11:37 ---> 0325aeb2fecf 02:11:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:11:38 ---> Running in 1c7d4c59f475 02:11:38 Removing intermediate container 3a3f76728e3a 02:11:38 ---> d9b33d15b4fd 02:11:38 02:11:38 Step 10/24 : FROM alpine:3.12 02:11:38 ---> 88dd2752d2ea 02:11:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:11:39 ---> 31fb63663120 02:11:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.286s coverage: 100.0% of statements 02:11:40 ---> Running in 97ddf7828775 02:11:40 Removing intermediate container ce8d7133b3a2 02:11:40 ---> 98af8cbab65b 02:11:40 02:11:40 Step 10/23 : FROM alpine:3.12 02:11:40 ---> 88dd2752d2ea 02:11:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:11:40 Removing intermediate container 1c7d4c59f475 02:11:40 ---> 42ef306d7541 02:11:40 Step 12/23 : ENV APP_PORT=48080 02:11:40 ---> Running in 960c59b38841 02:11:40 ---> Running in cfee632cbd80 02:11:40 ---> Running in 43054ca8e9e2 02:11:40 Removing intermediate container 960c59b38841 02:11:40 ---> 3839616c8dbe 02:11:40 Step 18/21 : CMD ["--init=true"] 02:11:42 ---> Running in 28297d34c06d 02:11:42 Removing intermediate container 43054ca8e9e2 02:11:42 ---> a87390604029 02:11:42 Step 13/23 : EXPOSE $APP_PORT 02:11:43 ---> Running in 3a3be37ceaeb 02:11:43 Removing intermediate container 28297d34c06d 02:11:43 ---> 35808677da43 02:11:43 Step 19/21 : LABEL arch=x86_64 02:11:43 Removing intermediate container 3450da944d05 02:11:43 ---> 99d5c5ba60ff 02:11:43 02:11:43 Step 10/23 : FROM alpine:3.12 02:11:43 ---> 88dd2752d2ea 02:11:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:11:43 ---> Running in a54053c4a9d9 02:11:43 ---> Running in da65d5d4c5ed 02:11:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:43 Removing intermediate container 3a3be37ceaeb 02:11:43 ---> d0745234efa9 02:11:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:43 (1/1) Installing dumb-init (1.2.2-r1) 02:11:43 Executing busybox-1.31.1-r19.trigger 02:11:43 OK: 6 MiB in 15 packages 02:11:43 (1/5) Installing ca-certificates (20191127-r4) 02:11:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:11:43 (3/5) Installing libcurl (7.69.1-r3) 02:11:43 (4/5) Installing curl (7.69.1-r3) 02:11:43 (5/5) Installing dumb-init (1.2.2-r1) 02:11:43 Executing busybox-1.31.1-r19.trigger 02:11:43 Executing ca-certificates-20191127-r4.trigger 02:11:44 OK: 7 MiB in 19 packages 02:11:44 ---> Running in 82d30c5b3ec4 02:11:44 Removing intermediate container a54053c4a9d9 02:11:44 ---> 53e4bf71f6b3 02:11:44 Step 20/21 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:11:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:44 (1/1) Installing dumb-init (1.2.2-r1) 02:11:44 Executing busybox-1.31.1-r19.trigger 02:11:44 OK: 6 MiB in 15 packages 02:11:45 ---> Running in 2fd4608b15e8 02:11:45 Removing intermediate container 2fd4608b15e8 02:11:45 ---> 5440c50db23c 02:11:45 Step 21/21 : LABEL version=0.0.0 02:11:46 ---> Running in 404a0c4cdaeb 02:11:46 Removing intermediate container cfee632cbd80 02:11:46 ---> 44eb402cbff5 02:11:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:11:46 Removing intermediate container 97ddf7828775 02:11:46 ---> d89774fbaf9e 02:11:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:11:46 ---> Running in a4c44eff7199 02:11:46 ---> Running in 1b9f3d20a1f8 02:11:46 Removing intermediate container 404a0c4cdaeb 02:11:46 ---> 277796df8346 02:11:46 02:11:46 Removing intermediate container da65d5d4c5ed 02:11:46 ---> 9d53f067b5fd 02:11:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:11:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:11:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:11:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:11:46 Removing intermediate container a4c44eff7199 02:11:46 ---> 7a86168ccdb4 02:11:46 Step 13/23 : ENV APP_PORT=48082 02:11:47 Successfully built 277796df8346 02:11:47 ---> Running in feee1340207a 02:11:47 Successfully tagged docker-security-proxy-setup-go:latest 02:11:47 ---> Running in cba8a290be8a 02:11:47  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 02:11:47 Removing intermediate container 1b9f3d20a1f8 02:11:47 ---> f101d675398a 02:11:47 Step 13/24 : WORKDIR / 02:11:47 ---> Running in b0146a94ba21 02:11:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements 02:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:11:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:11:48 Removing intermediate container feee1340207a 02:11:48 ---> 687229605565 02:11:48 Step 13/23 : ENV APP_PORT=48081 02:11:48 Removing intermediate container cba8a290be8a 02:11:48 ---> 32615cc6110c 02:11:48 Step 14/23 : EXPOSE $APP_PORT 02:11:48 Removing intermediate container 82d30c5b3ec4 02:11:48 ---> dc72b8a68970 02:11:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:11:48 Removing intermediate container b0146a94ba21 02:11:48 ---> e75c3450cfd3 02:11:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:11:48 ---> Running in 1cb8a98feca9 02:11:48 ---> Running in 3e5d40125fa8 02:11:48 ---> Running in c1e146fd3f25 02:11:48 Removing intermediate container 1cb8a98feca9 02:11:48 ---> a9ed54ec55fa 02:11:48 Step 14/23 : EXPOSE $APP_PORT 02:11:48 Removing intermediate container c1e146fd3f25 02:11:48 ---> f448fd7c6944 02:11:48 Step 15/23 : WORKDIR / 02:11:49 ---> c24cde9005c9 02:11:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:11:49 ---> Running in b520b10a5607 02:11:49 ---> Running in dc6eb674d121 02:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:11:49 Removing intermediate container b520b10a5607 02:11:49 ---> 41eb6f4a7806 02:11:49 Step 15/23 : WORKDIR / 02:11:49 ---> 1a96cbace8dc 02:11:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:11:49 ---> Running in 8df6104d678a 02:11:49 Removing intermediate container dc6eb674d121 02:11:49 ---> c8788e1c002d 02:11:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:11:49 ---> 063951540654 02:11:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:11:49 Removing intermediate container 8df6104d678a 02:11:49 ---> 916fbbf8f29a 02:11:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.9% of statements 02:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:11:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements 02:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:11:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:11:51 (1/6) Installing dumb-init (1.2.2-r1) 02:11:51 (2/6) Installing libgcc (9.3.0-r2) 02:11:51 (3/6) Installing libsodium (1.0.18-r0) 02:11:51 ---> 056d67d8d6d5 02:11:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:11:51 (4/6) Installing libstdc++ (9.3.0-r2) 02:11:52 (5/6) Installing libzmq (4.3.3-r0) 02:11:52 (6/6) Installing zeromq (4.3.3-r0) 02:11:52 Executing busybox-1.31.1-r19.trigger 02:11:52 OK: 8 MiB in 20 packages 02:11:52 ---> 0f9080e85b3e 02:11:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:11:52 ---> 9abab09daab8 02:11:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:11:54 ---> 411db878e3fc 02:11:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:11:55 ---> ef2fb2a9a4f7 02:11:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:11:55 ---> 4ef52d968c03 02:11:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:11:55 ---> da24a2c80802 02:11:55 Step 19/23 : ENTRYPOINT ["/core-command"] 02:11:58 ---> Running in 78b482f2fbd2 02:11:58 Removing intermediate container 3e5d40125fa8 02:11:58 ---> 97c8e2a8b994 02:11:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:11:58 ---> 9b053b9846c6 02:11:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:11:58 ---> 12fd9b005779 02:11:58 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/ 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.303s coverage: 97.5% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:12:00 ---> Running in 749e20c645c1 02:12:01 Removing intermediate container 78b482f2fbd2 02:12:01 ---> bd92367eeae2 02:12:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:01 ---> Running in 8aa9e37480bf 02:12:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:12:01 ---> 5af7fa5a5232 02:12:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:12:02 ---> 934ec7485f11 02:12:02 Step 3/31 : WORKDIR /edgex-go 02:12:02 ---> Using cache 02:12:02 ---> c4e8ea22da37 02:12:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:02 ---> Using cache 02:12:02 ---> 7e5ea6c9a053 02:12:02 Step 5/31 : RUN apk add --update --no-cache make git 02:12:02 ---> Using cache 02:12:02 ---> bb4d101757da 02:12:02 Step 6/31 : COPY go.mod . 02:12:02 ---> Using cache 02:12:02 ---> 85d274a23355 02:12:02 Step 7/31 : RUN go mod download 02:12:02 ---> Using cache 02:12:02 ---> 54e5b808a098 02:12:02 Step 8/31 : COPY . . 02:12:02 ---> Using cache 02:12:02 ---> 762ee37c74b5 02:12:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:12:02 ---> Running in c6d16994825c 02:12:02 Removing intermediate container 749e20c645c1 02:12:02 ---> e2073f216927 02:12:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:03 ---> Running in a65bafa415fa 02:12:03 ---> 1d302fb5b4fd 02:12:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:12:03 ---> Running in 1373746b58fe 02:12:03 Removing intermediate container c6d16994825c 02:12:03 ---> 8b6c452554db 02:12:03 Step 21/23 : LABEL arch=x86_64 02:12:03 ---> Running in d09f3b78e0dc 02:12:03 Removing intermediate container 1373746b58fe 02:12:03 ---> b8fbac15fbc9 02:12:03 Step 21/23 : LABEL arch=x86_64 02:12:03 ---> 7db9efc9aa39 02:12:03 Step 19/23 : ENTRYPOINT ["/core-data"] 02:12:03 ---> Running in d415aea7ac5b 02:12:03 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 02:12:03 ---> Running in b2dc646395ec 02:12:03 Removing intermediate container d09f3b78e0dc 02:12:03 ---> 8c314937c66b 02:12:03 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:12:04 Removing intermediate container d415aea7ac5b 02:12:04 ---> 615dbc85adfe 02:12:04 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:12:04 ---> Running in 842c8a721fbe 02:12:04 ---> Running in a555550be168 02:12:04 Removing intermediate container b2dc646395ec 02:12:04 ---> 228e4124c3df 02:12:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:04 Removing intermediate container 8aa9e37480bf 02:12:04 ---> f3dfff52f218 02:12:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:12:04 ---> Running in e460e02afc05 02:12:04 ---> Running in 0e5dca07a10f 02:12:04 Removing intermediate container 842c8a721fbe 02:12:04 ---> e9ca08c459bc 02:12:04 Step 23/23 : LABEL version=0.0.0 02:12:05 Removing intermediate container a555550be168 02:12:05 ---> 1aa2ff437cf8 02:12:05 Step 23/23 : LABEL version=0.0.0 02:12:05 ---> Running in 6e53f0d4f46e 02:12:05 Removing intermediate container 0e5dca07a10f 02:12:05 ---> 4f9d14fcec33 02:12:05 Step 21/23 : LABEL arch=x86_64 02:12:05 ---> Running in 2cda425de30f 02:12:05 Removing intermediate container e460e02afc05 02:12:05 ---> c40851f1cc9d 02:12:05 Step 22/24 : LABEL arch=x86_64 02:12:05 ---> Running in eefbafd7a290 02:12:05 ---> Running in 91a44ce5f815 02:12:05 Removing intermediate container 6e53f0d4f46e 02:12:05 ---> a74d12429720 02:12:05 02:12:05 Removing intermediate container 2cda425de30f 02:12:05 ---> 7f260e48702d 02:12:05 02:12:05 Removing intermediate container eefbafd7a290 02:12:05 ---> 424a0f8c6e7f 02:12:05 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:12:05 Successfully built 7f260e48702d 02:12:05 Removing intermediate container 91a44ce5f815 02:12:05 ---> a6fdfd857de5 02:12:05 Step 23/24 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:12:06 Successfully built a74d12429720 02:12:06 Successfully tagged docker-core-metadata-go:latest 02:12:06 Building docker-support-notifications-go 02:12:06  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 02:12:06  Building docker-core-command-go ... done Building docker-support-scheduler-go 02:12:06 ---> Running in da17c027141c 02:12:06 ---> Running in 7716450ec625 02:12:06 Removing intermediate container 7716450ec625 02:12:06 ---> de4f830e374e 02:12:06 Step 23/23 : LABEL version=0.0.0 02:12:06 Removing intermediate container da17c027141c 02:12:06 ---> 37400877b53c 02:12:06 Step 24/24 : LABEL version=0.0.0 02:12:06 ---> Running in 6e9cd7f00df6 02:12:06 ---> Running in 5ce5f0fba83f 02:12:06 Removing intermediate container 6e9cd7f00df6 02:12:06 ---> 4bf4b24e50a0 02:12:06 02:12:07 Successfully built 4bf4b24e50a0 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.288s coverage: 92.8% of statements 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 02:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 02:12:10 Removing intermediate container 5ce5f0fba83f 02:12:10 ---> a15fe0e5d7bc 02:12:10 02:12:10 Successfully tagged docker-core-data-go:latest 02:12:10  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 02:12:10 Successfully built a15fe0e5d7bc 02:12:10 Successfully tagged docker-security-secretstore-setup-go:latest 02:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 02:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 02:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.101s coverage: 81.4% of statements 02:12:32  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:12:32 ---> 934ec7485f11 02:12:32 Step 3/22 : WORKDIR /edgex-go 02:12:32 ---> Using cache 02:12:32 ---> c4e8ea22da37 02:12:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:32 ---> Using cache 02:12:32 ---> 7e5ea6c9a053 02:12:32 Step 5/22 : RUN apk add --update --no-cache make git 02:12:32 ---> Using cache 02:12:32 ---> bb4d101757da 02:12:32 Step 6/22 : COPY go.mod . 02:12:32 ---> Using cache 02:12:32 ---> 85d274a23355 02:12:32 Step 7/22 : RUN go mod download 02:12:32 ---> Using cache 02:12:32 ---> 54e5b808a098 02:12:32 Step 8/22 : COPY . . 02:12:32 ---> Using cache 02:12:32 ---> 762ee37c74b5 02:12:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:12:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:12:32 ---> 934ec7485f11 02:12:32 Step 3/22 : WORKDIR /edgex-go 02:12:32 ---> Using cache 02:12:32 ---> c4e8ea22da37 02:12:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:32 ---> Using cache 02:12:32 ---> 7e5ea6c9a053 02:12:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:12:32 ---> Running in c2afc86de7f2 02:12:32 ---> Running in 43952f68e180 02:12:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:12:32 ---> 934ec7485f11 02:12:32 Step 3/26 : WORKDIR /edgex-go 02:12:32 ---> Using cache 02:12:32 ---> c4e8ea22da37 02:12:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:32 ---> Using cache 02:12:32 ---> 7e5ea6c9a053 02:12:32 Step 5/26 : RUN apk add --update --no-cache make bash git 02:12:34 ---> Running in b0668998ecce 02:12:34 Removing intermediate container a65bafa415fa 02:12:34 ---> cb0fbe84b97c 02:12:34 02:12:34 Step 10/31 : FROM alpine:3.12 02:12:34 ---> 88dd2752d2ea 02:12:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:12:34 ---> Running in 187489cffdf3 02:12:34 Removing intermediate container 187489cffdf3 02:12:34 ---> bdaa7f9caade 02:12:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:12:34 ---> Running in d046a2740aff 02:12: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 02:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:35 (1/2) Installing dumb-init (1.2.2-r1) 02:12:35 (2/2) Installing su-exec (0.2-r1) 02:12:35 Executing busybox-1.31.1-r19.trigger 02:12:35 OK: 6 MiB in 16 packages 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.117s coverage: 92.9% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.6% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.6% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.519s coverage: 62.4% of statements 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:12:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 02:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 02:12:36 OK: 233 MiB in 51 packages 02:12:36 OK: 233 MiB in 51 packages 02:12:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.882s coverage: 69.0% of statements 02:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:12:36 Removing intermediate container d046a2740aff 02:12:36 ---> 5c4a6c19fb7d 02:12:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:12:36 ---> Running in 0ec4dc097b05 02:12:37 Removing intermediate container 43952f68e180 02:12:37 ---> c2543f8d1786 02:12:37 Step 6/22 : COPY go.mod . 02:12:37 Removing intermediate container b0668998ecce 02:12:37 ---> e9ac8b07b35c 02:12:37 Step 6/26 : COPY go.mod . 02:12:37 Removing intermediate container 0ec4dc097b05 02:12:37 ---> 51425515fc62 02:12:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:12:37 ---> Running in d32565d00105 02:12:37 ---> 45b5ba9d0fc1 02:12:37 Step 7/22 : RUN go mod download 02:12:37 ---> ab3ea8144968 02:12:37 Step 7/26 : RUN go mod download 02:12:37 ---> Running in 41dcd3f591b8 02:12:38 Removing intermediate container d32565d00105 02:12:38 ---> c9d2243cefbf 02:12:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:12:38 ---> Running in 9aba3b7520c9 02:12:38 ---> Running in f2fe64c8ee8d 02:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements 02:12:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:12:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.174s coverage: 89.5% of statements 02:12:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:12:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.138s coverage: 84.8% of statements 02:12:40 Removing intermediate container f2fe64c8ee8d 02:12:40 ---> d6d1a5e21224 02:12:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:12:40 Removing intermediate container 41dcd3f591b8 02:12:40 ---> b38f7f2bebe1 02:12:40 Step 8/22 : COPY . . 02:12:40 ---> Running in 50933bdeec41 02:12:40 Removing intermediate container 9aba3b7520c9 02:12:40 ---> 3c98e314a216 02:12:40 Step 8/26 : COPY . . 02:12:40 Removing intermediate container 50933bdeec41 02:12:40 ---> eebbe813f2ee 02:12:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:12:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:12:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:12:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:12:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.367s coverage: 88.5% of statements 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:12:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:12:46 ---> 806ed3e89b33 02:12:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:12:49 ---> Running in 351af2488cab 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.280s coverage: 29.1% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 95.6% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:12:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:12:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 02:12:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements 02:12:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 02:12:55 GO111MODULE=on go vet ./... 02:12:59 Removing intermediate container 351af2488cab 02:12:59 ---> 5d6cae0f7868 02:12:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:13:02 ---> 4c7e8a86c0b6 02:13:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:13:06 ---> e35c5a94fb9d 02:13:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:13:08 ---> 3de68363a3db 02:13:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:13:11 ---> 33f353ee8e2f 02:13:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:13:11 ---> 2619e93322cc 02:13:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:13:11 ---> Running in 6c3dc0950d33 02:13:11 ---> 8beff814ba84 02:13:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:13:11 Removing intermediate container c2afc86de7f2 02:13:11 ---> 6e1d98c41d36 02:13:11 02:13:11 Step 10/22 : FROM alpine:3.12 02:13:11 ---> 88dd2752d2ea 02:13:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:13:11 ---> Using cache 02:13:11 ---> 9d53f067b5fd 02:13:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:13:11 ---> Using cache 02:13:11 ---> 687229605565 02:13:11 Step 13/22 : ENV APP_PORT=48085 02:13:11 ---> Running in e6b33eb7fbc4 02:13:11 ---> Running in fc7071b76dbf 02:13:11 ---> 87d947aa7cbc 02:13:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:13:11 ---> Running in af5e955108d5 02:13:11 Removing intermediate container fc7071b76dbf 02:13:11 ---> e7b1c4825790 02:13:11 Step 14/22 : EXPOSE $APP_PORT 02:13:11 ---> Running in cd85a6e88147 02:13:11 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 02:13:11 Removing intermediate container af5e955108d5 02:13:11 ---> bf9d354f49be 02:13:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:13:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:13:12 Removing intermediate container cd85a6e88147 02:13:12 ---> 6655d9110ccb 02:13:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:13:12 ---> 154edcd255bf 02:13:12 Step 26/31 : RUN chmod +x /entrypoint.sh 02:13:12 ---> f26a02a92ca6 02:13:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:13:12 ---> Running in 3467c946617e 02:13:13 ---> ccc58dac1d5d 02:13:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:13:13 ---> 0cd1338c15f7 02:13:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:13:14 ---> Running in 063e693da3f4 02:13:14 Removing intermediate container 3467c946617e 02:13:14 ---> 0066cfe693d4 02:13:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:13:15 ---> Running in 362cf0630b0d 02:13:15 Removing intermediate container 063e693da3f4 02:13:15 ---> 7221ef7970cb 02:13:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:13:15 ---> Running in e7d6a1d7e5b1 02:13:15 Removing intermediate container 362cf0630b0d 02:13:15 ---> 974a9ccb7813 02:13:15 Step 28/31 : CMD ["gate"] 02:13:15 ---> Running in b62d7597108c 02:13:16 Removing intermediate container e7d6a1d7e5b1 02:13:16 ---> fd6883949c68 02:13:16 Step 20/22 : LABEL arch=x86_64 02:13:16 ---> Running in 26a83b9470f0 02:13:16 Removing intermediate container b62d7597108c 02:13:16 ---> 0619d2d3c89b 02:13:16 Step 29/31 : LABEL arch=x86_64 02:13:16 ---> Running in 85181562cfc5 02:13:16 Removing intermediate container 26a83b9470f0 02:13:16 ---> 6ab7a736b495 02:13:16 Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:13:16 ---> Running in c27c5da577f1 02:13:16 Removing intermediate container 85181562cfc5 02:13:16 ---> df21ffa94afd 02:13:16 Step 30/31 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:13:17 Removing intermediate container c27c5da577f1 02:13:17 ---> e2562e68409b 02:13:17 Step 22/22 : LABEL version=0.0.0 02:13:17 ---> Running in ef4e34f1ac3c 02:13:18 ---> Running in 114a125314dd 02:13:18 Removing intermediate container ef4e34f1ac3c 02:13:18 ---> 38f8d2520266 02:13:18 Step 31/31 : LABEL version=0.0.0 02:13:18 Removing intermediate container 114a125314dd 02:13:18 ---> db05c7de9fd7 02:13:18 02:13:18 ---> Running in a4873ea9bd2c 02:13:18 Successfully built db05c7de9fd7 02:13:18 Successfully tagged docker-support-scheduler-go:latest 02:13:18  Building docker-support-scheduler-go ... done Removing intermediate container a4873ea9bd2c 02:13:18 ---> 8c06832ade57 02:13:18 02:13:19 Successfully built 8c06832ade57 02:13:19 Successfully tagged docker-security-bootstrapper-go:latest 02:13:31  Building docker-security-bootstrapper-go ... done Removing intermediate container e6b33eb7fbc4 02:13:31 ---> a59fc5bfe728 02:13:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:13:31 Removing intermediate container 6c3dc0950d33 02:13:31 ---> d0704c3a5388 02:13:31 02:13:31 Step 10/22 : FROM alpine:3.12 02:13:31 ---> 88dd2752d2ea 02:13:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:13:31 ---> Running in 4ca7819a1fe8 02:13:31 ---> Running in 2fe2e80e71aa 02:13:32 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 02:13:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:32 (1/2) Installing ca-certificates (20191127-r4) 02:13:32 (2/2) Installing dumb-init (1.2.2-r1) 02:13:32 Executing busybox-1.31.1-r19.trigger 02:13:32 Executing ca-certificates-20191127-r4.trigger 02:13:32 OK: 6 MiB in 16 packages 02:13:33 Removing intermediate container 4ca7819a1fe8 02:13:33 ---> 2821fe288af8 02:13:33 02:13:33 Step 11/26 : FROM docker:20.10.0 02:13:33 Removing intermediate container 2fe2e80e71aa 02:13:33 ---> 56891067fcd6 02:13:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:13:33 ---> Running in 575533480c52 02:13:33 20.10.0: Pulling from library/docker 02:13:33 Removing intermediate container 575533480c52 02:13:33 ---> e16e7f480e75 02:13:33 Step 13/22 : ENV APP_PORT=48060 02:13:33 ---> Running in 274e889630a6 02:13:34 Removing intermediate container 274e889630a6 02:13:34 ---> d76c13801694 02:13:34 Step 14/22 : EXPOSE $APP_PORT 02:13:34 ---> Running in 8e72e0c8310f 02:13:34 Removing intermediate container 8e72e0c8310f 02:13:34 ---> 9db5464b8546 02:13:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:13:34 ---> 878ace831110 02:13:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:13:35 ---> 21d4db240e3b 02:13:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:13:36 ---> 76e157b5560c 02:13:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:13:36 ---> Running in e4db643c5051 02:13:36 Removing intermediate container e4db643c5051 02:13:36 ---> cb361af8232e 02:13:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:13:36 ---> Running in 9ee742f8b645 02:13:36 Removing intermediate container 9ee742f8b645 02:13:36 ---> 8e1c4d8f680d 02:13:36 Step 20/22 : LABEL arch=x86_64 02:13:36 ---> Running in 9bfcfeb084e7 02:13:36 Removing intermediate container 9bfcfeb084e7 02:13:36 ---> 1d079eb19e71 02:13:36 Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:13:36 ---> Running in ff7f40f7b8c8 02:13:36 Removing intermediate container ff7f40f7b8c8 02:13:36 ---> e2bd5180252e 02:13:36 Step 22/22 : LABEL version=0.0.0 02:13:37 ---> Running in fc7b27fd1c5c 02:13:37 Removing intermediate container fc7b27fd1c5c 02:13:37 ---> b3510b557bc2 02:13:37 02:13:37 Successfully built b3510b557bc2 02:13:37 Successfully tagged docker-support-notifications-go:latest 02:13:44  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:13:44 Status: Downloaded newer image for docker:20.10.0 02:13:44 ---> aefe523efa57 02:13:44 Step 12/26 : RUN apk add --no-cache bash 02:13:44 ---> Running in 91377f938bfe 02:13:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:45 (1/2) Installing readline (8.0.4-r0) 02:13:45 (2/2) Installing bash (5.0.17-r0) 02:13:45 Executing bash-5.0.17-r0.post-install 02:13:45 Executing busybox-1.31.1-r19.trigger 02:13:45 OK: 12 MiB in 22 packages 02:13:46 Removing intermediate container 91377f938bfe 02:13:46 ---> be81ff3b4809 02:13:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:13:46 ---> Running in bde0cf0200e4 02:13:46 Removing intermediate container bde0cf0200e4 02:13:46 ---> 291564c0998c 02:13:46 Step 14/26 : ENV APP_PORT=48090 02:13:46 ---> Running in f71b483a40ab 02:13:46 Removing intermediate container f71b483a40ab 02:13:46 ---> 2db73e77c2f9 02:13:46 Step 15/26 : EXPOSE $APP_PORT 02:13:46 ---> Running in 8efac2e0547b 02:13:46 Removing intermediate container 8efac2e0547b 02:13:46 ---> 13f1ee65e437 02:13:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:13:47 ---> a0db507b40a4 02:13:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:13:47 ---> 21d4032d761e 02:13:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:13:47 ---> a2a190d114e9 02:13:47 Step 19/26 : RUN apk --no-cache add py3-pip 02:13:47 ---> Running in 4d4d4fcf6467 02:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:48 (1/33) Installing libbz2 (1.0.8-r1) 02:13:48 (2/33) Installing expat (2.2.9-r1) 02:13:48 (3/33) Installing libffi (3.3-r2) 02:13:48 (4/33) Installing gdbm (1.13-r1) 02:13:48 (5/33) Installing xz-libs (5.2.5-r0) 02:13:48 (6/33) Installing sqlite-libs (3.32.1-r0) 02:13:48 (7/33) Installing python3 (3.8.5-r1) 02:13:49 (8/33) Installing py3-appdirs (1.4.4-r1) 02:13:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:13:49 (10/33) Installing py3-parsing (2.4.7-r0) 02:13:49 (11/33) Installing py3-six (1.15.0-r0) 02:13:49 (12/33) Installing py3-packaging (20.4-r0) 02:13:49 (13/33) Installing py3-setuptools (47.0.0-r0) 02:13:49 (14/33) Installing py3-chardet (3.0.4-r4) 02:13:49 (15/33) Installing py3-idna (2.9-r0) 02:13:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:13:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:13:49 (18/33) Installing py3-requests (2.23.0-r0) 02:13:49 (19/33) Installing py3-msgpack (1.0.0-r0) 02:13:49 (20/33) Installing py3-lockfile (0.12.2-r3) 02:13:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:13:49 (22/33) Installing py3-colorama (0.4.3-r0) 02:13:49 (23/33) Installing py3-distlib (0.3.0-r0) 02:13:49 (24/33) Installing py3-distro (1.5.0-r1) 02:13:49 (25/33) Installing py3-webencodings (0.5.1-r3) 02:13:49 (26/33) Installing py3-html5lib (1.0.1-r4) 02:13:49 (27/33) Installing py3-pytoml (0.1.21-r0) 02:13:49 (28/33) Installing py3-pep517 (0.8.2-r0) 02:13:49 (29/33) Installing py3-progress (1.5-r0) 02:13:49 (30/33) Installing py3-toml (0.10.1-r0) 02:13:49 (31/33) Installing py3-retrying (1.3.3-r0) 02:13:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:13:49 (33/33) Installing py3-pip (20.1.1-r0) 02:13:50 Executing busybox-1.31.1-r19.trigger 02:13:50 OK: 71 MiB in 55 packages 02:14:00 Removing intermediate container 4d4d4fcf6467 02:14:00 ---> 5a6b2842864f 02:14:00 Step 20/26 : RUN pip install docker-compose==1.23.2 02:14:00 ---> Running in 89435e804818 02:14:00 Collecting docker-compose==1.23.2 02:14:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:14:01 Collecting websocket-client<1.0,>=0.32.0 02:14:01 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 02:14:01 Collecting docker<4.0,>=3.6.0 02:14:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:14:01 Collecting dockerpty<0.5,>=0.4.1 02:14:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:14:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:14:02 Collecting jsonschema<3,>=2.5.1 02:14:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:14:02 Collecting cached-property<2,>=1.2.0 02:14:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:14:02 Collecting texttable<0.10,>=0.9.0 02:14:02 Downloading texttable-0.9.1.tar.gz (11 kB) 02:14:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:14:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:14:03 Collecting docopt<0.7,>=0.6.1 02:14:03 Downloading docopt-0.6.2.tar.gz (25 kB) 02:14:03 Collecting PyYAML<4,>=3.10 02:14:03 Downloading PyYAML-3.13.tar.gz (270 kB) 02:14:04 Collecting docker-pycreds>=0.4.0 02:14:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:14:04 Collecting idna<2.8,>=2.5 02:14:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:14:04 Collecting urllib3<1.25,>=1.21.1 02:14:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:14:04 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) 02:14:04 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) 02:14:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:14:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:14:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:14:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:14:05 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, cached-property, texttable, docopt, PyYAML, docker-compose 02:14:05 Attempting uninstall: idna 02:14:05 Found existing installation: idna 2.9 02:14:05 Uninstalling idna-2.9: 02:14:05 Successfully uninstalled idna-2.9 02:14:05 Attempting uninstall: urllib3 02:14:05 Found existing installation: urllib3 1.25.9 02:14:05 Uninstalling urllib3-1.25.9: 02:14:05 Successfully uninstalled urllib3-1.25.9 02:14:05 Attempting uninstall: requests 02:14:05 Found existing installation: requests 2.23.0 02:14:05 Uninstalling requests-2.23.0: 02:14:05 Successfully uninstalled requests-2.23.0 02:14:06 Running setup.py install for dockerpty: started 02:14:06 Running setup.py install for dockerpty: finished with status 'done' 02:14:06 Running setup.py install for texttable: started 02:14:06 Running setup.py install for texttable: finished with status 'done' 02:14:06 Running setup.py install for docopt: started 02:14:07 Running setup.py install for docopt: finished with status 'done' 02:14:07 Running setup.py install for PyYAML: started 02:14:08 Running setup.py install for PyYAML: finished with status 'done' 02:14:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 02:14:12 Removing intermediate container 89435e804818 02:14:12 ---> 160257a95a1e 02:14:12 Step 21/26 : RUN apk --no-cache add curl 02:14:12 ---> Running in a5f36af811e0 02:14:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:14:12 (2/3) Installing libcurl (7.69.1-r3) 02:14:12 (3/3) Installing curl (7.69.1-r3) 02:14:12 Executing busybox-1.31.1-r19.trigger 02:14:12 OK: 72 MiB in 58 packages 02:14:13 Removing intermediate container a5f36af811e0 02:14:13 ---> 2dc1a986212f 02:14:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:14:13 ---> Running in 4f29b9a10d5c 02:14:13 Removing intermediate container 4f29b9a10d5c 02:14:13 ---> 6fd8adbe430c 02:14:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:14:13 ---> Running in bacb88ed5646 02:14:13 Removing intermediate container bacb88ed5646 02:14:13 ---> c85655431bb3 02:14:13 Step 24/26 : LABEL arch=x86_64 02:14:13 ---> Running in 1e80ad36f0ec 02:14:13 Removing intermediate container 1e80ad36f0ec 02:14:13 ---> f785299f1dd3 02:14:13 Step 25/26 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:14:14 ---> Running in fcc7b18f5bbd 02:14:14 Removing intermediate container fcc7b18f5bbd 02:14:14 ---> 15e55c13fc54 02:14:14 Step 26/26 : LABEL version=0.0.0 02:14:14 ---> Running in 2fdf157cc94d 02:14:14 Removing intermediate container 2fdf157cc94d 02:14:14 ---> 3ed25c6de060 02:14:14 02:14:14 Successfully built 3ed25c6de060 02:14:14 Successfully tagged docker-sys-mgmt-agent-go:latest 02:14:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:14:15 $ docker stop --time=1 cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f 02:14:16 $ docker rm -f cd1655e0903379b40a6e95f67619f974ebd94ffdf8901609b5967ad18a57e09f [Pipeline] // withDockerContainer [Pipeline] sh 02:14:17 + docker images 02:14:17 + grep docker 02:14:17 gofmt -l . 02:14:17 [ "`gofmt -l .`" = "" ] 02:14:17 ./bin/test-go-mod-tidy.sh 02:14:17 ./bin/test-attribution-txt.sh [Pipeline] sh 02:14:17 docker-sys-mgmt-agent-go latest 3ed25c6de060 3 seconds ago 313MB 02:14:17 docker-support-notifications-go latest b3510b557bc2 40 seconds ago 17.8MB 02:14:17 docker-security-bootstrapper-go latest 8c06832ade57 59 seconds ago 18.7MB 02:14:17 docker-support-scheduler-go latest db05c7de9fd7 59 seconds ago 17.2MB 02:14:17 docker-core-data-go latest 4bf4b24e50a0 2 minutes ago 22.6MB 02:14:17 docker-security-secretstore-setup-go latest a15fe0e5d7bc 2 minutes ago 24.9MB 02:14:17 docker-core-metadata-go latest 7f260e48702d 2 minutes ago 19MB 02:14:17 docker-core-command-go latest a74d12429720 2 minutes ago 17.2MB 02:14:17 docker-security-proxy-setup-go latest 277796df8346 2 minutes ago 24.7MB 02:14:17 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 02:14:18 + ls -al . 02:14:18 total 760 02:14:18 drwxrwxr-x 9 1001 1001 4096 Mar 8 02:14 . 02:14:18 drwxr-xr-x 4 root root 4096 Mar 8 02:09 .. 02:14:18 -rw-rw-r-- 1 1001 1001 11 Mar 8 02:08 .dockerignore 02:14:18 drwxrwxr-x 8 1001 1001 4096 Mar 8 02:08 .git 02:14:18 drwxrwxr-x 3 1001 1001 4096 Mar 8 02:08 .github 02:14:18 -rw-rw-r-- 1 1001 1001 818 Mar 8 02:08 .gitignore 02:14:18 -rw-rw-r-- 1 1001 1001 166 Mar 8 02:08 .sonarcloud.properties 02:14:18 -rw-rw-r-- 1 1001 1001 8607 Mar 8 02:08 Attribution.txt 02:14:18 -rw-rw-r-- 1 1001 1001 3804 Mar 8 02:08 CONTRIBUTING.md 02:14:18 -rw-rw-r-- 1 1001 1001 931 Mar 8 02:08 Dockerfile.build 02:14:18 -rw-rw-r-- 1 1001 1001 863 Mar 8 02:08 Jenkinsfile 02:14:18 -rw-rw-r-- 1 1001 1001 10775 Mar 8 02:08 LICENSE 02:14:18 -rw-rw-r-- 1 1001 1001 5774 Mar 8 02:08 Makefile 02:14:18 -rw-rw-r-- 1 1001 1001 6524 Mar 8 02:08 README.md 02:14:18 -rw-rw-r-- 1 1001 1001 6755 Mar 8 02:08 SECURITY.md 02:14:18 -rw-rw-r-- 1 1001 1001 5 Mar 8 02:05 VERSION 02:14:18 -rw-rw-r-- 1 1001 1001 4131 Mar 8 02:08 ZMQWindows.md 02:14:18 drwxrwxr-x 2 1001 1001 4096 Mar 8 02:08 bin 02:14:18 drwxrwxr-x 14 1001 1001 4096 Mar 8 02:08 cmd 02:14:18 -rw-r--r-- 1 root root 622273 Mar 8 02:12 coverage.out 02:14:18 -rw-r--r-- 1 root root 1055 Mar 8 02:14 go.mod 02:14:18 -rw-r--r-- 1 root root 21981 Mar 8 02:14 go.sum 02:14:18 drwxrwxr-x 8 1001 1001 4096 Mar 8 02:08 internal 02:14:18 drwxrwxr-x 4 1001 1001 4096 Mar 8 02:08 openapi 02:14:18 drwxrwxr-x 4 1001 1001 4096 Mar 8 02:08 snap 02:14:18 -rw-rw-r-- 1 1001 1001 168 Mar 8 02:08 version.go [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:14:18 + '[' -e coverage.out ] 02:14:18 + chown 1001:1001 coverage.out [Pipeline] stash 02:14:18 Warning: overwriting stash ‘coverage-report’ 02:14:20 Stashed 1 file(s) [Pipeline] sh 02:14:20 + make build 02:14: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 02:14:31 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 02:14:33 Still waiting to schedule task 02:14:33 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:14:53 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 02:14:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:15:01 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 02:15:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:15:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:15:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:15:19 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 02:15:22 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 02:15:27 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 02:15:31 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 02:15:33 Running on prd-ubuntu18.04-docker-8c-8g-28920 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 02:15:33 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 02:15:35 using credential edgex-jenkins-ssh 02:15:35 Cloning the remote Git repository 02:15:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:15:35 > git init /w/workspace/edgex-go/15 # timeout=10 [Pipeline] } 02:15:37 $ docker stop --time=1 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 02:15:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:15:37 > git --version # timeout=10 02:15:37 > git --version # 'git version 2.17.1' 02:15:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:15:39 $ docker rm -f 307d9b39a20a7346575ff66122116aa29b84b4a895e2d2d1a3c0782c1d507717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:15:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:15:41 02:15:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:15:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:15:42 latest: Pulling from edgex-devops/edgex-compose-arm64 02:15:42 29e5d40040c1: Pulling fs layer 02:15:42 1ce36da41761: Pulling fs layer 02:15:42 25b303627fd3: Pulling fs layer 02:15:42 29e5d40040c1: Download complete 02:15:43 29e5d40040c1: Pull complete 02:15:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:15:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:15:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:15:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:15:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:15:43 1ce36da41761: Download complete 02:15:43 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:15:43 Merge succeeded, producing f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:15:43 Checking out Revision f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 (PR-3202) 02:15:44 1ce36da41761: Pull complete 02:15:43 > git config core.sparsecheckout # timeout=10 02:15:43 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 02:15:43 > git remote # timeout=10 02:15:43 > git config --get remote.origin.url # timeout=10 02:15:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:15:43 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 02:15:43 > git rev-parse HEAD^{commit} # timeout=10 02:15:43 > git config core.sparsecheckout # timeout=10 02:15:43 > git checkout -f f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 # timeout=10 02:15:44 25b303627fd3: Verifying Checksum 02:15:44 25b303627fd3: Download complete 02:15:47 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:48 + echo snap-build.sh 02:15:48 snap-build.sh 02:15:48 + SNAP_BASE_DIR=. 02:15:48 + '[' '!' -z /w/workspace/edgex-go/15 ']' 02:15:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 02:15:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 02:15:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 02:15:48 + cd /w/workspace/edgex-go/15 02:15:48 + sudo apt-get remove -qy --purge lxd lxd-client 02:15:48 Reading package lists... 02:15:48 Building dependency tree... 02:15:48 Reading state information... 02:15:48 The following packages were automatically installed and are no longer required: 02:15:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:15:48 uidmap xdelta3 02:15:48 Use 'sudo apt autoremove' to remove them. 02:15:48 The following packages will be REMOVED: 02:15:48 lxd* lxd-client* 02:15:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:15:49 After this operation, 31.7 MB disk space will be freed. 02:15:50 (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.) 02:15:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:15:51 Removing lxd dnsmasq configuration 02:15:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:15:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:15:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:15:52 (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.) 02:15:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:15:54 Processing triggers for systemd (237-3ubuntu10.42) ... 02:15:54 Processing triggers for ureadahead (0.100.0-21) ... 02:15:55 25b303627fd3: Pull complete 02:15:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:15:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:15:55 prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container 02:15:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:15:55 + sudo snap remove --purge lxd 02:15:56 snap "lxd" is not installed 02:15:56 + sudo groupadd --force --system lxd 02:15:56 ++ whoami 02:15:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:15:56 + newgrp - lxd 02:15:56 + sudo snap install lxd 02:15:58 $ docker top 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:59 + + grepdocker-compose parallel 02:15:59 build --help 02:16:03 --parallel Build images in parallel. [Pipeline] } 02:16:03 $ docker stop --time=1 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd 02:16:05 $ docker rm -f 99d2492de1b1b80e73f0b4ea3c5d20c6eeeb6bdcdbf4da021b746035f21affcd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:16:06 2021-03-08T02:16:03Z INFO Waiting for automatic snapd restart... 02:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:16:06 . [Pipeline] withDockerContainer 02:16:06 prd-ubuntu18.04-docker-arm64-4c-16g-28919 does not seem to be running inside a container 02:16:06 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:16:07 $ docker top dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 -eo pid,comm [Pipeline] { [Pipeline] sh 02:16:08 + docker-compose -f ./docker-compose-build.yml build --parallel 02:16:13 Building docker-core-command-go ... 02:16:13 Building docker-core-data-go ... 02:16:13 Building docker-core-metadata-go ... 02:16:13 Building docker-security-bootstrapper-go ... 02:16:13 Building docker-security-proxy-setup-go ... 02:16:13 Building docker-security-secretstore-setup-go ... 02:16:13 Building docker-support-notifications-go ... 02:16:13 Building docker-support-scheduler-go ... 02:16:13 Building docker-sys-mgmt-agent-go ... 02:16:13 Building docker-support-scheduler-go 02:16:13 Building docker-security-bootstrapper-go 02:16:13 Building docker-core-metadata-go 02:16:13 Building docker-security-secretstore-setup-go 02:16:13 Building docker-support-notifications-go 02:16:21 lxd 4.11 from Canonical* installed 02:16:21 + sudo lxd init --auto 02:16:29 + sudo snap install --classic snapcraft 02:16:32 snapcraft 4.5.4 from Canonical* installed 02:16:32 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:16:32 + patch --verbose -p1 02:16:32 Hmm... Looks like a unified diff to me... 02:16:32 The text leading up to this was: 02:16:32 -------------------------- 02:16:32 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:16:32 |From: Tony Espy 02:16:32 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:16:32 |Subject: [PATCH] optimize snap build for pipeline CI check 02:16:32 | 02:16:32 |This patch is used by the EdgeX CI pipeline builds to 02:16:32 |optimize the snap CI check run for pull requests. When 02:16:32 |applied, it essentially strips out everything (apps and 02:16:32 |parts) from the snapcraft.yaml file except those required 02:16:32 |to build edgex-go, as the whole idea of the CI check is to 02:16:32 |catch changes to edgex-go that break the snap build. 02:16:32 | 02:16:32 |In general, anyone updating snapcraft.yaml will also need 02:16:32 |to update this patch file, otherwise it may fail to apply, 02:16:32 |resulting in a failed snap build CI check in the associated 02:16:32 |pull request. 02:16:32 | 02:16:32 |Note - in addition to applying this patch, the pipeline also 02:16:32 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:16:32 |need to build the finally binary .snap file (and it won't 02:16:32 |work with the patch applied). This further reduces the build 02:16:32 |time. 02:16:32 |--- 02:16:32 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:16:32 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:16:32 | 02:16:32 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:16:32 |index 1e537489..faf42425 100644 02:16:32 |--- a/snap/snapcraft.yaml 02:16:32 |+++ b/snap/snapcraft.yaml 02:16:32 -------------------------- 02:16:32 patching file snap/snapcraft.yaml 02:16:32 Using Plan A... 02:16:32 Hunk #1 succeeded at 73. 02:16:32 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 02:16:32 Hunk #3 succeeded at 217 (offset 3 lines). 02:16:32 Hunk #4 succeeded at 225 (offset 3 lines). 02:16:32 Hunk #5 succeeded at 232 (offset 3 lines). 02:16:32 Hunk #6 succeeded at 259 (offset 3 lines). 02:16:32 Hunk #7 succeeded at 293 (offset 3 lines). 02:16:32 Hunk #8 succeeded at 352 (offset 11 lines). 02:16:32 Hmm... Ignoring the trailing garbage. 02:16:32 done 02:16:32 + sudo snapcraft prime --use-lxd 02:16:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:16:33 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: 02:16:33 - README.md 02:16:33 - snapcraft.yaml.orig 02:16:33 02:16:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:16:34 Launching a container. 02:16:47 Waiting for container to be ready 02:16:47 To start your first instance, try: lxc launch ubuntu:18.04 02:16:47 02:16:50 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:16:50 Waiting for network to be ready... 02:16:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:16:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 02:16:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:16:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 02:16:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:16:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:16:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 02:16:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 02:16:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 02:16:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 02:16:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:16:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:16:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:16:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:16:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:16:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:16:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:16:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:16:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:16:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 02:16:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 02:16:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:16:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:16:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 02:16:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 02:16:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 02:16:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 02:16:55 Fetched 24.0 MB in 4s (6059 kB/s) 02:16:55 Reading package lists... 02:16:55 Reading package lists... 02:16:55 Building dependency tree... 02:16:55 Reading state information... 02:16:55 The following additional packages will be installed: 02:16:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:16:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:16:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:16:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:16:55 Suggested packages: 02:16:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:16:55 Recommended packages: 02:16:55 gnupg libsasl2-modules 02:16:55 The following NEW packages will be installed: 02:16:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:16:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:16:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:16:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:16:55 The following packages will be upgraded: 02:16:55 gpg gpg-agent gpgconf libudev1 02:16:56 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 02:16:56 Need to get 3530 kB of archives. 02:16:56 After this operation, 13.3 MB of additional disk space will be used. 02:16:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:16:56 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 02:16:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:16:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 02:16:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 02:16:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 02:16:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:16:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:16:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 02:16:57 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 02:16:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 02:16:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:16:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:16:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:16:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:16:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:16:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:16:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:16:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:16:57 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:16:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:16:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 02:16:57 debconf: delaying package configuration, since apt-utils is not installed 02:16:57 Fetched 3530 kB in 1s (2557 kB/s) 02:16:57 (Reading database ... 12511 files and directories currently installed.) 02:16:57 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 02:16:57 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:16:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 02:16:57 Selecting previously unselected package udev. 02:16:57 (Reading database ... 12511 files and directories currently installed.) 02:16:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 02:16:57 Unpacking udev (237-3ubuntu10.44) ... 02:16:57 Selecting previously unselected package libfuse2:amd64. 02:16:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:16:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:16:58 Selecting previously unselected package fuse. 02:16:58 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:16:58 Unpacking fuse (2.9.7-1ubuntu1) ... 02:16:58 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 02:16:58 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:16:58 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 02:16:58 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:16:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 02:16:58 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:16:58 Selecting previously unselected package libksba8:amd64. 02:16:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:16:58 Unpacking libksba8:amd64 (1.3.5-2) ... 02:16:58 Selecting previously unselected package libroken18-heimdal:amd64. 02:16:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:16:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:16:59 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:16:59 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libwind0-heimdal:amd64. 02:16:59 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:16:59 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:16:59 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:16:59 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:16:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:16:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:16:59 Selecting previously unselected package libsasl2-modules-db:amd64. 02:16:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:16:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:16:59 Selecting previously unselected package libsasl2-2:amd64. 02:16:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:16:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:16:59 Selecting previously unselected package libldap-common. 02:16:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 02:16:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:16:59 Selecting previously unselected package libldap-2.4-2:amd64. 02:16:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 02:16:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:17:00 Selecting previously unselected package dirmngr. 02:17:00 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 02:17:00 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 02:17:00 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:17:00 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 02:17:00 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:17:00 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:17:00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:17:00 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 02:17:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:00 Setting up libksba8:amd64 (1.3.5-2) ... 02:17:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:17:00 Setting up udev (237-3ubuntu10.44) ... 02:17:00 invoke-rc.d: policy-rc.d denied execution of start. 02:17:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:00 Processing triggers for systemd (237-3ubuntu10) ... 02:17:00 Setting up fuse (2.9.7-1ubuntu1) ... 02:17:01 Setting up gpg (2.2.4-1ubuntu1.4) ... 02:17:01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:17:01 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:17:01 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 02:17:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:17:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:17:01 settings in the [Install] section, and DefaultInstance for template units). 02:17:01 This means they are not meant to be enabled using systemctl. 02:17:01 Possible reasons for having this kind of units are: 02:17:01 1) A unit may be statically enabled by being symlinked from another unit's 02:17:01 .wants/ or .requires/ directory. 02:17:01 2) A unit's purpose may be to act as a helper for some other unit which has 02:17:01 a requirement dependency on it. 02:17:01 3) A unit may be started when needed via activation (socket, path, timer, 02:17:01 D-Bus, udev, scripted systemctl call, ...). 02:17:01 4) In case of template units, the unit is meant to be enabled with some 02:17:01 instance name specified. 02:17:02 Reading package lists... 02:17:02 Building dependency tree... 02:17:02 Reading state information... 02:17:02 The following additional packages will be installed: 02:17:02 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:17:02 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:17:02 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:17:02 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:17:02 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:17:02 Suggested packages: 02:17:02 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:17:02 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:17:02 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:17:02 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:17:02 systemd-container policykit-1 02:17:02 Recommended packages: 02:17:02 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:17:02 The following NEW packages will be installed: 02:17:02 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:17:02 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:17:02 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:17:02 multiarch-support openssh-client python3 python3-minimal python3.6 02:17:02 python3.6-minimal snapd squashfs-tools sudo 02:17:02 The following packages will be upgraded: 02:17:02 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:17:02 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 02:17:02 Need to get 35.2 MB of archives. 02:17:02 After this operation, 141 MB of additional disk space will be used. 02:17:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:17:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:17:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 02:17:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 02:17:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 02:17:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:17:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 02:17:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 02:17:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 02:17:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:17:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:17:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:17:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:17:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:17:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:17:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:17:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 02:17:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:17:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 02:17:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 02:17:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:17:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:17:03 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:17:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:17:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:17:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:17:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:17:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:17:03 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:17:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:17:04 debconf: delaying package configuration, since apt-utils is not installed 02:17:04 Fetched 35.2 MB in 2s (21.9 MB/s) 02:17:04 (Reading database ... 12757 files and directories currently installed.) 02:17:04 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 02:17:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:17:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 02:17:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:17:05 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 02:17:05 (Reading database ... 12757 files and directories currently installed.) 02:17:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:17:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:17:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:17:05 (Reading database ... 12757 files and directories currently installed.) 02:17:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:17:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:17:06 Setting up apt (1.6.12ubuntu0.2) ... 02:17:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:17:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:17:06 (Reading database ... 12764 files and directories currently installed.) 02:17:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 02:17:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 02:17:07 Selecting previously unselected package libpython3.6-minimal:amd64. 02:17:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:17:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:17:07 Selecting previously unselected package libexpat1:amd64. 02:17:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:17:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:17:07 Selecting previously unselected package python3.6-minimal. 02:17:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:17:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:17:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 02:17:07 Checking for services that may need to be restarted...done. 02:17:07 Checking for services that may need to be restarted...done. 02:17:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:17:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:17:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:17:08 Selecting previously unselected package python3-minimal. 02:17:08 (Reading database ... 13012 files and directories currently installed.) 02:17:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:17:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:17:08 Selecting previously unselected package mime-support. 02:17:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:17:08 Unpacking mime-support (3.60ubuntu1) ... 02:17:08 Selecting previously unselected package libmpdec2:amd64. 02:17:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:17:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:17:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:17:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:17:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:17:09 Selecting previously unselected package python3.6. 02:17:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:17:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:17:09 Selecting previously unselected package libpython3-stdlib:amd64. 02:17:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:17:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:17:09 Setting up python3-minimal (3.6.7-1~18.04) ... 02:17:09 Selecting previously unselected package python3. 02:17:09 (Reading database ... 13442 files and directories currently installed.) 02:17:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:17:09 Unpacking python3 (3.6.7-1~18.04) ... 02:17:09 Selecting previously unselected package multiarch-support. 02:17:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:17:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:17:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:17:09 Selecting previously unselected package liblzo2-2:amd64. 02:17:09 (Reading database ... 13479 files and directories currently installed.) 02:17:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:17:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:17:09 Selecting previously unselected package libbsd0:amd64. 02:17:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:17:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:17:10 Selecting previously unselected package sudo. 02:17:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:17:10 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:17:10 Selecting previously unselected package apparmor. 02:17:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:17:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:17:10 Selecting previously unselected package libedit2:amd64. 02:17:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:17:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:17:10 Selecting previously unselected package libkrb5support0:amd64. 02:17:10 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:17:10 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:17:10 Selecting previously unselected package libk5crypto3:amd64. 02:17:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:17:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:17:10 Selecting previously unselected package libkeyutils1:amd64. 02:17:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:17:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:17:10 Selecting previously unselected package libkrb5-3:amd64. 02:17:10 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:17:10 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:17:10 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:17:10 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:17:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:17:11 Selecting previously unselected package libssl1.0.0:amd64. 02:17:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 02:17:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:17:11 Selecting previously unselected package openssh-client. 02:17:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:17:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:17:11 Selecting previously unselected package squashfs-tools. 02:17:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:17:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:17:11 Selecting previously unselected package snapd. 02:17:11 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 02:17:11 Unpacking snapd (2.48.3+18.04) ... 02:17:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:17:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:17:13 Setting up mime-support (3.60ubuntu1) ... 02:17:13 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:17:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:17:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:17:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:17:13 Setting up systemd (237-3ubuntu10.44) ... 02:17:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:17:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:17:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:17:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:17:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:17:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:17:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:17:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:17:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:17:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:17:15 Setting up python3 (3.6.7-1~18.04) ... 02:17:15 running python rtupdate hooks for python3.6... 02:17:15 running python post-rtupdate hooks for python3.6... 02:17:15 Setting up apparmor (2.12-4ubuntu5.1) ... 02:17:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:17:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:17:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:17:18 Setting up snapd (2.48.3+18.04) ... 02:17:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:17:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:17:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:17:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:17:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:17:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:17:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:17:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:17:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:17:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:17:20 /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' 02:17:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:17:20 Processing triggers for systemd (237-3ubuntu10.44) ... 02:17:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:17:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:17:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:17:22 Reading package lists... 02:17:22 Reading package lists... 02:17:22 Building dependency tree... 02:17:22 Reading state information... 02:17:22 Calculating upgrade... 02:17:22 The following packages will be upgraded: 02:17:22 advancecomp base-files bash binutils binutils-common 02:17:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:17:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:17:22 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:17:22 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:17:22 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:17:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:17:22 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 02:17:22 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 02:17:22 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 02:17:22 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 02:17:22 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 02:17:22 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 02:17:22 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 02:17:22 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:17:23 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:17:23 Need to get 63.8 MB of archives. 02:17:23 After this operation, 5202 kB of additional disk space will be used. 02:17:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 02:17:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:17:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:17:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:17:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:17:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:17:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:17:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:17:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:17:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:17:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:17:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:17:23 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:17:23 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:17:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:17:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:17:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:17:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:17:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:17:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:17:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:17:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:17:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:17:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:17:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:17:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:17:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:17:23 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:17:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:17:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:17:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:17:23 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:17:23 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:17:23 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:17:24 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:17:24 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:17:24 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:17:24 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:17:24 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:17:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:17:24 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 02:17:24 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] 02:17:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:17:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:17:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:17:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:17:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:17:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:17:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:17:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:17:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:17:24 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:17:24 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 02:17:24 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:17:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:17:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:17:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:17:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:17:24 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:17:24 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:17:24 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:17:24 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:17:24 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:17:24 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:17:24 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:17:24 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:17:24 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:17:24 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:17:24 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:17:24 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:17:24 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 02:17:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:17:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:17:24 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 02:17:24 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:17:24 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:17:24 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:17:24 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:17:24 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:17:24 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:17:24 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:17:24 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:17:24 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 02:17:24 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 02:17:24 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 02:17:24 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 02:17:24 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:17:24 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:17:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:17:24 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:17:25 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:17:25 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:17:25 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:17:25 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:17:26 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:17:26 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:17:26 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:17:26 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:17:26 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:17:26 debconf: delaying package configuration, since apt-utils is not installed 02:17:26 Fetched 63.8 MB in 3s (20.3 MB/s) 02:17:26 (Reading database ... 13912 files and directories currently installed.) 02:17:26 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:17:26 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:17:27 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:17:27 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:17:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 02:17:27 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 02:17:28 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:28 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:28 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:28 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:29 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:29 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:29 (Reading database ... 13911 files and directories currently installed.) 02:17:29 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:17:29 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:17:29 (Reading database ... 13911 files and directories currently installed.) 02:17:29 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:17:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:17:30 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:30 (Reading database ... 13911 files and directories currently installed.) 02:17:30 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:17:30 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:17:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:17:30 (Reading database ... 13911 files and directories currently installed.) 02:17:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:17:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:17:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:17:31 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:17:31 Setting up base-files (10.1ubuntu2.10) ... 02:17:31 Installing new version of config file /etc/issue ... 02:17:31 Installing new version of config file /etc/issue.net ... 02:17:31 Installing new version of config file /etc/lsb-release ... 02:17:31 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:17:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:17:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:17:31 Removing obsolete conffile /etc/default/motd-news ... 02:17:31 (Reading database ... 13912 files and directories currently installed.) 02:17:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:17:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:17:32 Setting up bash (4.4.18-2ubuntu1.2) ... 02:17:32 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 02:17:32 (Reading database ... 13912 files and directories currently installed.) 02:17:32 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:32 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:17:32 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:17:32 (Reading database ... 13912 files and directories currently installed.) 02:17:32 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:17:32 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:17:32 Setting up tar (1.29b-2ubuntu0.2) ... 02:17:33 (Reading database ... 13912 files and directories currently installed.) 02:17:33 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:17:33 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:17:33 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:17:33 (Reading database ... 13912 files and directories currently installed.) 02:17:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:17:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:17:33 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:17:33 (Reading database ... 13912 files and directories currently installed.) 02:17:33 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:17:33 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:17:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:17:34 (Reading database ... 13912 files and directories currently installed.) 02:17:34 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:17:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:17:34 Setting up grep (3.1-2build1) ... 02:17:34 (Reading database ... 13912 files and directories currently installed.) 02:17:34 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:17:34 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:17:34 Setting up login (1:4.5-1ubuntu2) ... 02:17:34 (Reading database ... 13912 files and directories currently installed.) 02:17:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:17:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:17:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:17:34 (Reading database ... 13912 files and directories currently installed.) 02:17:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:17:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:17:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> 56cb10f3c5ed 02:17:35 Step 3/22 : WORKDIR /edgex-go 02:17:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> 56cb10f3c5ed 02:17:35 Step 3/24 : WORKDIR /edgex-go 02:17:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> 56cb10f3c5ed 02:17:35 Step 3/23 : WORKDIR /edgex-go 02:17:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> 56cb10f3c5ed 02:17:35 Step 3/22 : WORKDIR /edgex-go 02:17:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> 56cb10f3c5ed 02:17:35 Step 3/31 : WORKDIR /edgex-go 02:17:35 ---> Running in b054df5ce182 02:17:35 ---> Running in 1fa5e1e2c5cb 02:17:35 ---> Running in 0dccabfedbf5 02:17:35 ---> Running in 619534d8e15a 02:17:35 ---> Running in 7852238ff243 02:17:35 Removing intermediate container b054df5ce182 02:17:35 ---> c141e53d3628 02:17:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 Removing intermediate container 1fa5e1e2c5cb 02:17:35 ---> 86ff14d20a54 02:17:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 Removing intermediate container 0dccabfedbf5 02:17:35 ---> e140540b099f 02:17:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 ---> Running in c03910fcc221 02:17:35 Removing intermediate container 619534d8e15a 02:17:35 ---> 97643058f182 02:17:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 Removing intermediate container 7852238ff243 02:17:35 ---> 332bb848cc91 02:17:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 ---> Running in 104f0acd0fb9 02:17:35 ---> Running in ba0d553d0a33 02:17:35 ---> Running in c29eda4d8034 02:17:35 ---> Running in 6e38dfea925b 02:17:35 Removing intermediate container c03910fcc221 02:17:35 ---> 2d6eb3f820f0 02:17:35 Step 5/24 : RUN apk add --update --no-cache make git 02:17:35 ---> Running in ac3bd61d6626 02:17:35 Removing intermediate container ba0d553d0a33 02:17:35 ---> fc516637fa3b 02:17:35 Step 5/31 : RUN apk add --update --no-cache make git 02:17:35 Removing intermediate container 104f0acd0fb9 02:17:35 ---> cabbe7b4d98d 02:17:35 Step 5/23 : RUN apk add --update --no-cache make git 02:17:35 ---> Running in ff71c4c16bd2 02:17:35 Removing intermediate container c29eda4d8034 02:17:35 ---> e954489f2e17 02:17:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:17:35 ---> Running in b8e313d1abc0 02:17:35 ---> Running in 056069434bb0 02:17:35 Removing intermediate container 6e38dfea925b 02:17:35 ---> f52f5e982671 02:17:35 Step 5/22 : RUN apk add --update --no-cache make git 02:17:35 ---> Running in c263d24dafe7 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:17:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:17:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:17:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:17:36 (Reading database ... 13912 files and directories currently installed.) 02:17:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:17:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:17:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:17:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:17:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:17:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:17:37 (Reading database ... 13912 files and directories currently installed.) 02:17:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:17:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:17:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:17:37 OK: 217 MiB in 51 packages 02:17:37 (Reading database ... 13912 files and directories currently installed.) 02:17:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:17:37 (Reading database ... 13912 files and directories currently installed.) 02:17:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:38 OK: 217 MiB in 51 packages 02:17:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:38 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:17:38 (Reading database ... 13912 files and directories currently installed.) 02:17:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:17:38 (Reading database ... 13912 files and directories currently installed.) 02:17:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:17:38 (Reading database ... 13912 files and directories currently installed.) 02:17:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:17:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:17:38 OK: 217 MiB in 51 packages 02:17:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:17:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:17:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:17:39 OK: 217 MiB in 51 packages 02:17:39 OK: 217 MiB in 51 packages 02:17:39 (Reading database ... 13912 files and directories currently installed.) 02:17:39 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:17:39 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:17:39 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:17:39 (Reading database ... 13912 files and directories currently installed.) 02:17:39 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:39 Removing intermediate container c263d24dafe7 02:17:39 ---> adfb8e948d54 02:17:39 Step 6/22 : COPY go.mod . 02:17:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:17:39 (Reading database ... 13912 files and directories currently installed.) 02:17:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:17:39 (Reading database ... 13912 files and directories currently installed.) 02:17:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:39 Removing intermediate container ac3bd61d6626 02:17:39 ---> 68ca7d148371 02:17:39 Step 6/24 : COPY go.mod . 02:17:40 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:17:40 ---> 0d02d9ae249c 02:17:40 Step 7/22 : RUN go mod download 02:17:40 Removing intermediate container b8e313d1abc0 02:17:40 ---> cf967aa920b4 02:17:40 Step 6/23 : COPY go.mod . 02:17:40 ---> Running in b9b9a2c134aa 02:17:40 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:17:40 Removing intermediate container ff71c4c16bd2 02:17:40 ---> 111c429c2012 02:17:40 Step 6/31 : COPY go.mod . 02:17:40 ---> b41a4a08fde0 02:17:40 Step 7/24 : RUN go mod download 02:17:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:17:40 (Reading database ... 13912 files and directories currently installed.) 02:17:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:17:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:17:41 Removing intermediate container 056069434bb0 02:17:41 ---> 76036b189577 02:17:41 Step 6/22 : COPY go.mod . 02:17:41 ---> Running in 67a2a77e1e0d 02:17:41 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:17:41 (Reading database ... 13912 files and directories currently installed.) 02:17:41 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:17:41 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:17:41 ---> 159f10273a04 02:17:41 Step 7/23 : RUN go mod download 02:17:41 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:17:41 (Reading database ... 13914 files and directories currently installed.) 02:17:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:17:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:17:41 ---> Running in 485aeebf45f8 02:17:41 Setting up debconf (1.5.66ubuntu1) ... 02:17:41 ---> 03e91a08d976 02:17:41 Step 7/31 : RUN go mod download 02:17:41 (Reading database ... 13914 files and directories currently installed.) 02:17:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:17:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:17:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:17:42 (Reading database ... 13914 files and directories currently installed.) 02:17:42 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:17:42 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:17:42 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:17:42 ---> Running in f07496b0812d 02:17:42 ---> a37720a37327 02:17:42 Step 7/22 : RUN go mod download 02:17:42 (Reading database ... 13914 files and directories currently installed.) 02:17:42 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:17:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:17:42 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:17:42 (Reading database ... 13914 files and directories currently installed.) 02:17:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:17:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:17:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:17:42 ---> Running in 7bc1aaf6ab0f 02:17:42 (Reading database ... 13914 files and directories currently installed.) 02:17:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:17:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:17:43 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:17:43 (Reading database ... 13914 files and directories currently installed.) 02:17:43 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:17:43 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:17:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 02:17:43 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:17:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:17:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:17:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:17:43 (Reading database ... 13914 files and directories currently installed.) 02:17:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:17:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:17:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:17:43 (Reading database ... 13914 files and directories currently installed.) 02:17:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:17:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:17:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:17:44 (Reading database ... 13914 files and directories currently installed.) 02:17:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:17:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:17:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:17:44 (Reading database ... 13914 files and directories currently installed.) 02:17:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:17:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:17:45 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:17:45 (Reading database ... 13914 files and directories currently installed.) 02:17:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:17:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:17:45 Removing intermediate container b9b9a2c134aa 02:17:45 ---> f53f4fdadb5b 02:17:45 Step 8/22 : COPY . . 02:17:45 Removing intermediate container 67a2a77e1e0d 02:17:45 ---> 95cb716da03e 02:17:45 Step 8/24 : COPY . . 02:17:45 Setting up passwd (1:4.5-1ubuntu2) ... 02:17:45 (Reading database ... 13914 files and directories currently installed.) 02:17:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 02:17:45 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:17:45 Setting up gpgv (2.2.4-1ubuntu1.4) ... 02:17:45 (Reading database ... 13914 files and directories currently installed.) 02:17:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:17:46 Removing intermediate container 485aeebf45f8 02:17:46 ---> f97d9098cd59 02:17:46 Step 8/23 : COPY . . 02:17:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:17:46 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:17:46 (Reading database ... 13914 files and directories currently installed.) 02:17:46 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:17:46 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:17:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:17:46 (Reading database ... 13914 files and directories currently installed.) 02:17:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:17:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:17:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:17:46 (Reading database ... 13914 files and directories currently installed.) 02:17:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:17:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:17:47 Removing intermediate container f07496b0812d 02:17:47 ---> 483b7140c8ad 02:17:47 Step 8/31 : COPY . . 02:17:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:17:47 (Reading database ... 13914 files and directories currently installed.) 02:17:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:17:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:17:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:17:47 (Reading database ... 13914 files and directories currently installed.) 02:17:47 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:17:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:17:47 Removing intermediate container 7bc1aaf6ab0f 02:17:47 ---> 7f43064b43e6 02:17:47 Step 8/22 : COPY . . 02:17:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:17:47 (Reading database ... 13915 files and directories currently installed.) 02:17:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:17:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:17:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:17:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:17:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 02:17:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 02:17:48 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 02:17:48 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 02:17:48 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:17:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:17:48 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:17:48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:17:48 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:17:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:17:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:17:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:17:49 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:17:49 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:17:49 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:17:49 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:17:49 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:17:49 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:17:49 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:17:49 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:17:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:17:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:17:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:17:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:17:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:17:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:17:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:17:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:17:51 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:17:51 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:17:51 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:17:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:17:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:52 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:52 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:52 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:52 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:52 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:52 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:53 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:53 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:54 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:54 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:55 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:55 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:56 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:17:56 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:17:56 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:17:56 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:17:56 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:17:56 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:17:56 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:17:56 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:17:56 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:17:56 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:17:56 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:17:56 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:17:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:17:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:17:57 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:17:57 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:17:57 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:57 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:17:57 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:57 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:57 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:57 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:17:57 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:17:57 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:17:57 02:17:57 Current default time zone: 'Etc/UTC' 02:17:57 Local time is now: Mon Mar 8 02:17:57 UTC 2021. 02:17:57 Universal Time is now: Mon Mar 8 02:17:57 UTC 2021. 02:17:57 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:17:57 02:17:57 Setting up systemd-sysv (237-3ubuntu10.44) ... 02:17:57 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:57 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 02:17:57 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:17:57 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:17:57 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:17:57 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:17:57 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:17:57 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:17:57 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:17:57 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:17:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:17:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 02:17:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:17:58 Setting up patch (2.7.6-2ubuntu1.1) ... 02:17:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:17:58 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:17:58 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 02:17:58 Installing new version of config file /etc/ssl/openssl.cnf ... 02:17:58 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:17:58 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:17:58 Setting up ca-certificates (20210119~18.04.1) ... 02:18:00 Updating certificates in /etc/ssl/certs... 02:18:01 23 added, 27 removed; done. 02:18:01 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:18:01 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:18:01 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:18:01 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:18:01 Setting up pkgbinarymangler (138.18.04.1) ... 02:18:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 02:18:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:18:01 Setting up perl (5.26.1-6ubuntu0.5) ... 02:18:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 02:18:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:18:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:18:02 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 02:18:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:18:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:18:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:18:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:18:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:18:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:18:02 Processing triggers for systemd (237-3ubuntu10.44) ... 02:18:02 Processing triggers for mime-support (3.60ubuntu1) ... 02:18:02 Processing triggers for ca-certificates (20210119~18.04.1) ... 02:18:02 Updating certificates in /etc/ssl/certs... 02:18:03 0 added, 0 removed; done. 02:18:03 Running hooks in /etc/ca-certificates/update.d... 02:18:03 done. 02:18:03 Reading package lists... 02:18:03 Building dependency tree... 02:18:03 Reading state information... 02:18:03 The following NEW packages will be installed: 02:18:03 apt-transport-https 02:18:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:18:03 Need to get 1696 B of archives. 02:18:03 After this operation, 153 kB of additional disk space will be used. 02:18:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:18:04 debconf: delaying package configuration, since apt-utils is not installed 02:18:04 Fetched 1696 B in 0s (6944 B/s) 02:18:04 Selecting previously unselected package apt-transport-https. 02:18:04 (Reading database ... 13920 files and directories currently installed.) 02:18:04 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:18:04 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:18:04 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:18:04 Waiting for network to be ready... 02:18:11 2021-03-08T02:18:07Z INFO Waiting for automatic snapd restart... 02:18:11 snapd 2.49 from Canonical* installed 02:18:11 "snapd" switched to the "latest/stable" channel 02:18:11 02:18:14 ---> 7b44d7eb99e7 02:18:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:18:14 ---> 143ce9030727 02:18:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:18:14 ---> 9bd6ec3f01e9 02:18:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:18:14 ---> 39cbd4d1732a 02:18:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:18:14 ---> Running in b27ea0135d4d 02:18:14 ---> 3ff13cc2c05e 02:18:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:18:14 ---> Running in e2086833d5fe 02:18:14 ---> Running in e948f95435bf 02:18:14 ---> Running in 435a3046b223 02:18:14 ---> Running in 4082895395da 02:18:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:18:14 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 02:18:14 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 02:18:15 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 02:18:15 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 02:18:15 core18 20210128 from Canonical* installed 02:18:15 "core18" switched to the "latest/stable" channel 02:18:15 02:18:18 snapcraft 4.5.4 from Canonical* installed 02:18:18 "snapcraft" switched to the "latest/stable" channel 02:18:18 02:18:21 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: 02:18:21 - README.md 02:18:21 - snapcraft.yaml.orig 02:18:21 02:18:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:18:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:18:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:18:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:18:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:18:29 Reading package lists... 02:18:29 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 02:18:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:18:36 Reading package lists... 02:18:36 Building dependency tree... 02:18:36 Reading state information... 02:18:36 Suggested packages: 02:18:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:18:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:18:36 Recommended packages: 02:18:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:18:36 The following NEW packages will be installed: 02:18:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:18:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:18:36 pkg-config zip 02:18:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:18:36 Need to get 7655 kB of archives. 02:18:36 After this operation, 43.7 MB of additional disk space will be used. 02:18:36 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:18:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:18:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:18:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:18:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:18:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:18:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:18:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:18:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:18:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:18:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:18:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:18:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:18:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:18:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:18:37 debconf: delaying package configuration, since apt-utils is not installed 02:18:37 Fetched 7655 kB in 1s (6110 kB/s) 02:18:37 Selecting previously unselected package libglib2.0-0:amd64. 02:18:37 (Reading database ... 13924 files and directories currently installed.) 02:18:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:18:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:18:37 Selecting previously unselected package libpsl5:amd64. 02:18:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:18:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:18:38 Selecting previously unselected package libnghttp2-14:amd64. 02:18:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:18:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:18:38 Selecting previously unselected package librtmp1:amd64. 02:18:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:18:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:18:38 Selecting previously unselected package libcurl3-gnutls:amd64. 02:18:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:18:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:18:38 Selecting previously unselected package liberror-perl. 02:18:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:18:38 Unpacking liberror-perl (0.17025-1) ... 02:18:38 Selecting previously unselected package git-man. 02:18:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:18:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:18:38 Selecting previously unselected package git. 02:18:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:18:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:18:39 Selecting previously unselected package libnorm1:amd64. 02:18:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:18:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:18:39 Selecting previously unselected package libpgm-5.2-0:amd64. 02:18:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:18:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:18:39 Selecting previously unselected package libsodium23:amd64. 02:18:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:18:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:18:39 Selecting previously unselected package libzmq5:amd64. 02:18:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:18:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:18:39 Selecting previously unselected package libzmq3-dev:amd64. 02:18:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:18:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:18:39 Selecting previously unselected package pkg-config. 02:18:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:18:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:18:39 Selecting previously unselected package zip. 02:18:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:18:39 Unpacking zip (3.0-11build1) ... 02:18:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:18:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:18:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:18:40 Setting up liberror-perl (0.17025-1) ... 02:18:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:18:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:18:40 No schema files found: doing nothing. 02:18:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:18:40 Setting up zip (3.0-11build1) ... 02:18:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:18:40 Setting up libsodium23:amd64 (1.0.16-2) ... 02:18:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:18:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:18:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:18:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:18:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:18:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:18:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:18:47 git set to automatically installed. 02:18:47 git-man set to automatically installed. 02:18:47 libcurl3-gnutls set to automatically installed. 02:18:47 liberror-perl set to automatically installed. 02:18:47 libglib2.0-0 set to automatically installed. 02:18:47 libnghttp2-14 set to automatically installed. 02:18:47 libnorm1 set to automatically installed. 02:18:47 libpgm-5.2-0 set to automatically installed. 02:18:47 libpsl5 set to automatically installed. 02:18:47 librtmp1 set to automatically installed. 02:18:47 libsodium23 set to automatically installed. 02:18:47 libzmq3-dev set to automatically installed. 02:18:47 libzmq5 set to automatically installed. 02:18:47 pkg-config set to automatically installed. 02:18:47 zip set to automatically installed. 02:18:48 snapd is not logged in, snap install commands will use sudo 02:18:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:18:55 snap "core18" has no updates available 02:18:57 Pulling config-common 02:18:57 + snapcraftctl pull 02:18:58 Pulling go-build-helper 02:18:58 + snapcraftctl pull 02:19:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:19:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:19:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 02:19:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 02:19:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:19:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:19:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 02:19:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 02:19:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 02:19:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 02:19:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:19:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:19:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:19:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:19:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:19:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:19:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:19:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:19:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:19:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 02:19:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 02:19:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:19:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:19:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 02:19:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 02:19:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 02:19:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 02:19:20 Fetched 24.0 MB in 0s (0 B/s) 02:19:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:19:20 Fetched 96.5 kB in 0s (0 B/s) 02:19:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:19:20 Fetched 279 kB in 0s (0 B/s) 02:19:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:19:20 Fetched 122 kB in 0s (0 B/s) 02:19:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:19:20 Fetched 77.8 kB in 0s (0 B/s) 02:19:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:19:20 Fetched 8848 B in 0s (0 B/s) 02:19:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:19:20 Fetched 47.8 kB in 0s (0 B/s) 02:19:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:19:20 Fetched 45.6 kB in 0s (0 B/s) 02:19:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:19:20 Fetched 15.0 kB in 0s (0 B/s) 02:19:20 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:19:20 Fetched 214 kB in 0s (0 B/s) 02:19:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 02:19:20 Fetched 154 kB in 0s (0 B/s) 02:19:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:19:20 Fetched 50.6 kB in 0s (0 B/s) 02:19:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:19:20 Fetched 14.8 kB in 0s (0 B/s) 02:19:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:19:20 Fetched 41.8 kB in 0s (0 B/s) 02:19:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:19:20 Fetched 499 kB in 0s (0 B/s) 02:19:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:19:20 Fetched 111 kB in 0s (0 B/s) 02:19:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:19:20 Fetched 240 kB in 0s (0 B/s) 02:19:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:19:20 Fetched 29.3 kB in 0s (0 B/s) 02:19:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:19:20 Fetched 85.5 kB in 0s (0 B/s) 02:19:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:19:20 Fetched 24.5 kB in 0s (0 B/s) 02:19:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:19:20 Fetched 49.2 kB in 0s (0 B/s) 02:19:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:19:20 Fetched 54.2 kB in 0s (0 B/s) 02:19:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:19:20 Fetched 30.8 kB in 0s (0 B/s) 02:19:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 02:19:20 Fetched 15.8 kB in 0s (0 B/s) 02:19:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:19:20 Fetched 85.9 kB in 0s (0 B/s) 02:19:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:19:20 Fetched 8720 B in 0s (0 B/s) 02:19:20 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:19:20 Fetched 137 kB in 0s (0 B/s) 02:19:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:19:20 Fetched 119 kB in 0s (0 B/s) 02:19:20 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:19:20 Fetched 109 kB in 0s (0 B/s) 02:19:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:19:20 Fetched 11.1 kB in 0s (0 B/s) 02:19:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:19:20 Fetched 645 kB in 0s (0 B/s) 02:19:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:19:20 Fetched 41.3 kB in 0s (0 B/s) 02:19:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:19:20 Fetched 17.9 kB in 0s (0 B/s) 02:19:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:19:20 Fetched 368 kB in 0s (0 B/s) 02:19:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:19:20 Fetched 187 kB in 0s (0 B/s) 02:19:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:19:20 Fetched 175 kB in 0s (0 B/s) 02:19:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:19:22 Fetched 206 kB in 0s (0 B/s) 02:19:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 02:19:22 Fetched 1301 kB in 0s (0 B/s) 02:19:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:19:22 Fetched 36.2 kB in 0s (0 B/s) 02:19:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:19:22 Fetched 159 kB in 0s (0 B/s) 02:19:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:19:22 Fetched 107 kB in 0s (0 B/s) 02:19:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:19:22 Fetched 48.7 kB in 0s (0 B/s) 02:19:22 Pulling static-packages 02:19:22 + snapcraftctl pull 02:19:23 'go115' has dependencies that need to be staged: go-build-helper static-packages 02:19:23 Skipping pull go-build-helper (already ran) 02:19:23 Skipping pull static-packages (already ran) 02:19:23 Building go-build-helper 02:19:23 + snapcraftctl build 02:19:27 Building static-packages 02:19:27 + snapcraftctl build 02:19:29 Staging go-build-helper 02:19:29 + snapcraftctl stage 02:19:29 Staging static-packages 02:19:29 + snapcraftctl stage 02:19:30 Pulling go115 02:19:30 + snapcraftctl pull 02:19:31 'edgex-go' has dependencies that need to be staged: go115 02:19:31 Skipping pull go115 (already ran) 02:19:31 Building go115 02:19:31 + dpkg --print-architecture 02:19:31 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 02:19:31 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 02:19:31 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 02:19:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:19:31 Dload Upload Total Spent Left Speed 02:19:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2959k 0 0 8266k 0 0:00:14 --:--:-- 0:00:14 8243k 49 115M 49 57.1M 0 0 42.3M 0 0:00:02 0:00:01 0:00:01 42.3M 92 115M 92 106M 0 0 45.4M 0 0:00:02 0:00:02 --:--:-- 45.4M 100 115M 100 115M 0 0 46.2M 0 0:00:02 0:00:02 --:--:-- 46.2M 02:19:33 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 02:19:33 + sha256sum -c sha256 02:19:33 + grep OK 02:19:34 go1.15.2.linux-amd64.tar.gz: OK 02:19:34 + mkdir -p /root/stage/go1.15 02:19:34 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 02:19:38 Staging go115 02:19:38 + snapcraftctl stage 02:19:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:19:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:19:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:19:44 Fetched 0 B in 0s (0 B/s) 02:19:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:19:44 Fetched 224 kB in 0s (0 B/s) 02:19:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:19:44 Fetched 157 kB in 0s (0 B/s) 02:19:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:19:44 Fetched 221 kB in 0s (0 B/s) 02:19:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:19:44 Fetched 143 kB in 0s (0 B/s) 02:19:44 Pulling edgex-go 02:19:44 + snapcraftctl pull 02:19:45 Pulling version 02:19:45 + cd /root/project 02:19:45 + [ -f VERSION ] 02:19:45 + PROJECT_VERSION=local-dev 02:19:45 + git rev-parse --short HEAD 02:19:45 + GIT_REVISION=f28bc404 02:19:45 + snapcraftctl set-version local-dev 02:19:45 Building config-common 02:19:45 + snapcraftctl build 02:19:47 Skipping build go-build-helper (already ran) 02:19:47 Skipping build static-packages (already ran) 02:19:47 Skipping build go115 (already ran) 02:19:47 Building edgex-go 02:19:47 + 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/6120/bin/scriptlet-bin 02:19:47 + cd /root/parts/edgex-go/src 02:19:47 + make build 02:19:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:19:49 go: downloading github.com/gorilla/mux v1.8.0 02:19:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 02:19:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 02:19:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 02:19:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:19:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 02:19:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:19:49 go: downloading github.com/google/uuid v1.2.0 02:19:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 02:19:49 go: downloading github.com/go-kit/kit v0.8.0 02:19:49 go: downloading github.com/pebbe/zmq4 v1.2.5 02:19:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:19:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 02:19:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 02:19:49 go: downloading github.com/pkg/errors v0.8.1 02:19:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:19:49 go: downloading github.com/imdario/mergo v0.3.11 02:19:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:19:49 go: downloading github.com/hashicorp/consul/api v1.8.1 02:19:49 go: downloading github.com/BurntSushi/toml v0.3.1 02:19:49 go: downloading github.com/x448/float16 v0.8.4 02:19:49 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:19:49 go: downloading github.com/pelletier/go-toml v1.2.0 02:19:49 go: downloading github.com/gorilla/websocket v1.4.2 02:19:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:19:49 go: downloading github.com/go-playground/universal-translator v0.17.0 02:19:49 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 02:19:49 go: downloading github.com/leodido/go-urn v1.2.0 02:19:50 go: downloading github.com/hashicorp/serf v0.9.5 02:19:50 go: downloading github.com/hashicorp/go-hclog v0.12.0 02:19:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:19:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:19:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:19:50 go: downloading github.com/mitchellh/copystructure v1.0.0 02:19:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:19:50 go: downloading github.com/go-playground/locales v0.13.0 02:19:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:19:50 go: downloading github.com/fatih/color v1.9.0 02:19:50 go: downloading github.com/mattn/go-isatty v0.0.12 02:19:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:19:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:19:50 go: downloading github.com/mattn/go-colorable v0.1.6 02:19:50 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 02:19:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:19:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:19:51 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 02:19:56 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 02:19:56 go: downloading gopkg.in/yaml.v2 v2.4.0 02:19:58 Removing intermediate container 435a3046b223 02:19:58 ---> f71999adb59f 02:19:58 02:19:58 Step 10/24 : FROM alpine:3.12 02:19:58 3.12: Pulling from library/alpine 02:20:00 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:20:00 Status: Downloaded newer image for alpine:3.12 02:20:00 ---> d10569e2745f 02:20:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:20:01 ---> Running in da0980247357 02:20:02 Removing intermediate container 4082895395da 02:20:02 ---> 3f061cc91dd0 02:20:02 02:20:02 Step 10/31 : FROM alpine:3.12 02:20:02 ---> d10569e2745f 02:20:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:20:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:20:02 ---> Running in acc740b53711 02:20: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 02:20:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20:03 Removing intermediate container acc740b53711 02:20:03 ---> 34ee4c06f022 02:20:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:20:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:03 ---> Running in d537786e7e73 02:20: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 02:20: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 02:20:04 go: downloading github.com/stretchr/testify v1.7.0 02:20:04 go: downloading github.com/davecgh/go-spew v1.1.1 02:20:04 go: downloading github.com/pmezard/go-difflib v1.0.0 02:20:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:20:04 (1/5) Installing ca-certificates (20191127-r4) 02:20:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:20:04 (3/5) Installing libcurl (7.69.1-r3) 02:20:04 (4/5) Installing curl (7.69.1-r3) 02:20:04 (5/5) Installing dumb-init (1.2.2-r1) 02:20:04 Executing busybox-1.31.1-r19.trigger 02:20:04 Executing ca-certificates-20191127-r4.trigger 02:20:04 OK: 7 MiB in 19 packages 02:20:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20: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 02:20:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:20:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:20:06 (1/2) Installing dumb-init (1.2.2-r1) 02:20:06 (2/2) Installing su-exec (0.2-r1) 02:20:06 Executing busybox-1.31.1-r19.trigger 02:20:06 OK: 5 MiB in 16 packages 02:20: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 02:20:07 Removing intermediate container da0980247357 02:20:07 ---> eaa0a858ff0a 02:20:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:20:07 ---> Running in e1500dd3cd82 02:20:07 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 02:20:07 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 02:20:09 Removing intermediate container d537786e7e73 02:20:09 ---> d34448e67074 02:20:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:20:09 Removing intermediate container e1500dd3cd82 02:20:09 ---> 0ebc9f2df737 02:20:09 Step 13/24 : WORKDIR / 02:20:09 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 02:20:09 ---> Running in 69f196286ea5 02:20:09 ---> Running in efd1d37c45e7 02:20:10 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 02:20:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:20:11 Removing intermediate container 69f196286ea5 02:20:11 ---> f69e944a9255 02:20:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:20:11 Removing intermediate container efd1d37c45e7 02:20:11 ---> d072f940b170 02:20: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 02:20: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 02:20:11 go: downloading github.com/lib/pq v1.9.0 02:20:12 ---> Running in cb7b146bc904 02:20:12 ---> 7628c3590e4f 02:20: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 02:20:13 Removing intermediate container cb7b146bc904 02:20:13 ---> 67fcc9ae6c17 02:20:13 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:20:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 02:20:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 02:20:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 02:20:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 02:20:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 02:20:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 02:20:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 02:20:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 02:20:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 02:20:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 02:20:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 02:20:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 02:20:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 02:20:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 02:20:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 02:20:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 02:20:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 02:20: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 02:20:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 02:20:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 02:20:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 02:20:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 02:20:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 02:20:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 02:20:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 02:20:14 ---> Running in e334c3003bfb 02:20:14 Building version 02:20:14 + snapcraftctl build 02:20:14 ---> e3772d37233e 02:20:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:20:15 Removing intermediate container e2086833d5fe 02:20:15 ---> c39242fd537e 02:20:15 02:20:15 Step 10/22 : FROM alpine:3.12 02:20:15 ---> d10569e2745f 02:20:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:20:15 Removing intermediate container e948f95435bf 02:20:15 ---> bbde7864edc3 02:20:15 02:20:15 Step 10/22 : FROM alpine:3.12 02:20:15 ---> d10569e2745f 02:20:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:20:15 ---> Running in d06c859288ad 02:20:15 ---> Running in fe2659463675 02:20:15 Staging config-common 02:20:15 + snapcraftctl stage 02:20:16 ---> 8aafb69d188c 02:20:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:20:16 Skipping stage go-build-helper (already ran) 02:20:16 Skipping stage static-packages (already ran) 02:20:16 Skipping stage go115 (already ran) 02:20:16 Staging edgex-go 02:20:16 + snapcraftctl stage 02:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20:17 Staging version 02:20:17 + snapcraftctl stage 02:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:18 Priming config-common 02:20:18 + snapcraftctl prime 02:20:18 (1/1) Installing dumb-init (1.2.2-r1) 02:20:18 Executing busybox-1.31.1-r19.trigger 02:20:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20:18 OK: 5 MiB in 15 packages 02:20:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:19 Priming go-build-helper 02:20:19 + snapcraftctl prime 02:20:19 (1/2) Installing ca-certificates (20191127-r4) 02:20:19 (2/2) Installing dumb-init (1.2.2-r1) 02:20:19 Executing busybox-1.31.1-r19.trigger 02:20:19 Executing ca-certificates-20191127-r4.trigger 02:20:19 OK: 6 MiB in 16 packages 02:20:20 Removing intermediate container e334c3003bfb 02:20:20 ---> 03e1e7a9f6dd 02:20:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:20:20 ---> 2e53fbdd8a66 02:20:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:20:20 Priming static-packages 02:20:20 + snapcraftctl prime 02:20:21 ---> Running in f7becb0008da 02:20:21 Removing intermediate container b27ea0135d4d 02:20:21 ---> 230e20795d9a 02:20:21 02:20:21 Step 10/23 : FROM alpine:3.12 02:20:21 ---> d10569e2745f 02:20:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:20:21 ---> Using cache 02:20:21 ---> 7d5bc081e7cc 02:20:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:20:21 Removing intermediate container d06c859288ad 02:20:21 ---> 7d5bc081e7cc 02:20:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:20:21 ---> Running in 46848ff76e0e 02:20:22 Removing intermediate container f7becb0008da 02:20:22 ---> 6b410b2d684c 02:20:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:20:22 ---> Running in 0f07a1b273b4 02:20:22 Removing intermediate container fe2659463675 02:20:22 ---> 11d4e079e846 02:20:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:20:22 ---> 7fb850954847 02:20:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:20:22 ---> Running in 980b6e86cdc4 02:20:22 Removing intermediate container 46848ff76e0e 02:20:22 ---> e2c6e949494b 02:20:22 Step 13/23 : ENV APP_PORT=48081 02:20:22 ---> Running in 6f24bf037c24 02:20:22 Priming go115 02:20:22 + snapcraftctl prime 02:20:23 Removing intermediate container 0f07a1b273b4 02:20:23 ---> 55beb2d13eb9 02:20:23 Step 13/22 : ENV APP_PORT=48085 02:20:23 ---> Running in 30126d49bf2a 02:20:23 ---> c548b4081b42 02:20:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:20:23 Removing intermediate container 980b6e86cdc4 02:20:23 ---> 942fb30361e3 02:20:23 Step 13/22 : ENV APP_PORT=48060 02:20:23 ---> 6d86ff4c5bc9 02:20: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/ 02:20:23 ---> Running in ec31dd1c496b 02:20:23 ---> Running in dabbb8328f28 02:20:23 ---> Running in f244f0af4ad7 02:20:23 Removing intermediate container 6f24bf037c24 02:20:23 ---> 5525127169d1 02:20:23 Step 14/23 : EXPOSE $APP_PORT 02:20:23 Priming edgex-go 02:20:23 + snapcraftctl prime 02:20:23 Removing intermediate container 30126d49bf2a 02:20:23 ---> 7bd3ef5aedc9 02:20:23 Step 14/22 : EXPOSE $APP_PORT 02:20:24 ---> Running in 6df4bd82b366 02:20:24 ---> Running in 585f4430400b 02:20:24 Removing intermediate container ec31dd1c496b 02:20:24 ---> 73ce85ec937c 02:20:24 Step 14/22 : EXPOSE $APP_PORT 02:20:24 ---> Running in a0ae8b478d5a 02:20:25 Removing intermediate container 6df4bd82b366 02:20:25 ---> a5930bd79db8 02:20:25 Step 15/23 : WORKDIR / 02:20:25 Removing intermediate container 585f4430400b 02:20:25 ---> c9b5ced5ad6b 02:20:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:20:25 ---> Running in 3fbd27af2940 02:20:25 Priming version 02:20:25 + snapcraftctl prime 02:20:25 Removing intermediate container a0ae8b478d5a 02:20:25 ---> 08f076bc1b0d 02:20:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:20:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 02:20:26 ---> 923bff658894 02:20:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:20:26 Removing intermediate container 3fbd27af2940 02:20:26 ---> 9f349bb6571b 02:20:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:20:26 ---> 6787b3d1b4a0 02:20:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:20:27 Removing intermediate container f244f0af4ad7 02:20:27 ---> 1b768c54f458 02:20:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:20:27 Removing intermediate container dabbb8328f28 02:20:27 ---> 3ffa45ff1d78 02:20:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 02:20:27 ---> 9d917b503031 02:20:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:20:27 ---> Running in 803d604f4aa6 [Pipeline] } [Pipeline] // node [Pipeline] } 02:20:28 ---> 3b8e141276b2 02:20:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:20:28 ---> c8d218b7ecf4 02:20:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 02:20:28 ---> 0c93ed535ab3 02:20:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] } 02:20:28 Removing intermediate container 803d604f4aa6 02:20:28 ---> 55eb57ccb31d 02:20:28 Step 22/24 : LABEL arch=arm64 02:20:28 ---> Running in 01754fe93ce9 02:20:29 ---> d3d6cbb63484 02:20:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:20:29 ---> aaaaa51093c9 02:20:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:20:29 ---> Running in 014e90b71f3d 02:20:29 ---> Running in 2d84575d5619 02:20:29 Removing intermediate container 01754fe93ce9 02:20:29 ---> 38be642e6e12 02:20:29 Step 23/24 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:20:29 ---> 0b01e77f8332 02:20:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:20:29 ---> Running in fe8365025477 02:20:30 ---> 763d22cee8ed 02:20:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:20:30 Removing intermediate container 014e90b71f3d 02:20:30 ---> dd564afb283a 02:20:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:30 Removing intermediate container 2d84575d5619 02:20:30 ---> f1f5b38d6c1e 02:20:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:30 ---> Running in fe44ff91e8a1 02:20:30 ---> Running in c0c9215c2e4c 02:20:30 Removing intermediate container fe8365025477 02:20:30 ---> 78d229d3df54 02:20:30 Step 24/24 : LABEL version=0.0.0 02:20:30 ---> 4fd21026c462 02:20:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:20:30 ---> Running in 4cbfc0ab2952 02:20:30 ---> Running in e80f083be0fe 02:20:30 ---> 87f71217bf55 02:20:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:20:31 Removing intermediate container fe44ff91e8a1 02:20:31 Removing intermediate container c0c9215c2e4c 02:20:31 ---> 88e3e482ee61 02:20:31 Step 20/22 : LABEL arch=arm64 02:20:31 ---> fa3aa63f18e2 02:20:31 Step 20/22 : LABEL arch=arm64 02:20:31 ---> Running in bc7499431ff3 02:20:31 ---> Running in a8ef70735fa0 02:20:31 Removing intermediate container e80f083be0fe 02:20:31 ---> ae5009685cf3 02:20:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:31 Removing intermediate container 4cbfc0ab2952 02:20:31 ---> 54fc2c4b9df9 02:20:31 02:20:31 ---> Running in 872dbe3d60cb 02:20:32 Removing intermediate container bc7499431ff3 02:20:32 ---> 4516497de2ae 02:20:32 Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:20:32 Removing intermediate container a8ef70735fa0 02:20:32 ---> 9686dce1b501 02:20:32 Step 21/22 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:20:32 ---> 3ecda611a8e8 02:20:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:20:32 Successfully built 54fc2c4b9df9 02:20:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:20:32  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 02:20:32 ---> Running in d1872a0c2103 02:20:32 ---> Running in 1c0c7c8e39d8 02:20:32 Removing intermediate container 872dbe3d60cb 02:20:32 ---> 8a64958fd527 02:20:32 Step 21/23 : LABEL arch=arm64 02:20:32 ---> Running in 09e0d1490ad2 02:20:33 Removing intermediate container d1872a0c2103 02:20:33 ---> 2598ec8ee159 02:20:33 Step 22/22 : LABEL version=0.0.0 02:20:33 Removing intermediate container 1c0c7c8e39d8 02:20:33 ---> a29692614926 02:20:33 Step 22/22 : LABEL version=0.0.0 02:20:33 ---> 312ee17364b2 02:20:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:20:33 ---> Running in 6f46d0cadd1b 02:20:33 ---> Running in d1ac65d31ab5 02:20:33 ---> Running in 32f2263f0820 02:20:33 Removing intermediate container 09e0d1490ad2 02:20:33 ---> 3378768e9d77 02:20:33 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:20:34 ---> Running in 710ff2302307 02:20:34 Removing intermediate container 6f46d0cadd1b 02:20:34 ---> 113ac2412cf4 02:20:34 02:20:34 Removing intermediate container d1ac65d31ab5 02:20:34 ---> cc98fe70ea0d 02:20:34 02:20:34 Removing intermediate container 32f2263f0820 02:20:34 ---> 5daad8ce9e62 02:20:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:20:34 Successfully built 113ac2412cf4 02:20:35 Successfully built cc98fe70ea0d 02:20:35 Successfully tagged docker-support-scheduler-go-arm64:latest 02:20:35  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 02:20:35 Successfully tagged docker-support-notifications-go-arm64:latest 02:20:35 Building docker-security-proxy-setup-go 02:20:35 Removing intermediate container 710ff2302307 02:20:35 ---> 56babfe8414f 02:20:35 Step 23/23 : LABEL version=0.0.0 02:20:35  Building docker-support-notifications-go ... done  ---> Running in 0a78bca8ff3b 02:20:35 ---> c8ee64e767b2 02:20:35 Step 26/31 : RUN chmod +x /entrypoint.sh 02:20:36 ---> Running in 2fe7d3595fa0 02:20:36 Removing intermediate container 0a78bca8ff3b 02:20:36 ---> f8a2277fa4b2 02:20:36 02:20:37 Successfully built f8a2277fa4b2 02:20:37 Successfully tagged docker-core-metadata-go-arm64:latest 02:20:37 Building docker-core-data-go 02:20:39  Building docker-core-metadata-go ... done Removing intermediate container 2fe7d3595fa0 02:20:39 ---> dd0e375805ed 02:20:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:20:39 ---> Running in 4e7fdbda2c42 02:20:40 Removing intermediate container 4e7fdbda2c42 02:20:40 ---> 1249455902e8 02:20:40 Step 28/31 : CMD ["gate"] 02:20:41 ---> Running in f39dd7eb955f 02:20:41 Removing intermediate container f39dd7eb955f 02:20:41 ---> 0ed402a34098 02:20:41 Step 29/31 : LABEL arch=arm64 02:20:42 ---> Running in 690f62f67ed6 02:20:43 Removing intermediate container 690f62f67ed6 02:20:43 ---> ce6bd3652614 02:20:43 Step 30/31 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:20:43 ---> Running in 85b617f58c0d 02:20:44 Removing intermediate container 85b617f58c0d 02:20:44 ---> d875cbd76873 02:20:44 Step 31/31 : LABEL version=0.0.0 02:20:45 ---> Running in a6493b3b8b75 02:20:46 Removing intermediate container a6493b3b8b75 02:20:46 ---> 5bea0194502f 02:20:46 02:20:46 Successfully built 5bea0194502f 02:20:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:21:33  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:21:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:21:33 ---> 56cb10f3c5ed 02:21:33 Step 3/23 : WORKDIR /edgex-go 02:21:33 ---> Using cache 02:21:33 ---> 332bb848cc91 02:21:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:33 ---> Using cache 02:21:33 ---> f52f5e982671 02:21:33 Step 5/23 : RUN apk add --update --no-cache make git 02:21:33 ---> Using cache 02:21:33 ---> adfb8e948d54 02:21:33 Step 6/23 : COPY go.mod . 02:21:33 ---> Using cache 02:21:33 ---> 0d02d9ae249c 02:21:33 Step 7/23 : RUN go mod download 02:21:33 ---> Using cache 02:21:33 ---> f53f4fdadb5b 02:21:33 Step 8/23 : COPY . . 02:21:33 ---> Using cache 02:21:33 ---> 143ce9030727 02:21:33 Step 9/23 : RUN make cmd/core-command/core-command 02:21:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:21:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:21:33 ---> 56cb10f3c5ed 02:21:33 Step 3/21 : WORKDIR /edgex-go 02:21:33 ---> Using cache 02:21:33 ---> 332bb848cc91 02:21:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:33 ---> Using cache 02:21:33 ---> f52f5e982671 02:21:33 Step 5/21 : RUN apk add --update --no-cache make git 02:21:33 ---> Using cache 02:21:33 ---> adfb8e948d54 02:21:33 Step 6/21 : COPY go.mod . 02:21:33 ---> Using cache 02:21:33 ---> 0d02d9ae249c 02:21:33 Step 7/21 : RUN go mod download 02:21:33 ---> Using cache 02:21:33 ---> f53f4fdadb5b 02:21:33 Step 8/21 : COPY . . 02:21:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:21:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:21:33 ---> 56cb10f3c5ed 02:21:33 Step 3/26 : WORKDIR /edgex-go 02:21:33 ---> Using cache 02:21:33 ---> 332bb848cc91 02:21:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:33 ---> Using cache 02:21:33 ---> f52f5e982671 02:21:33 Step 5/26 : RUN apk add --update --no-cache make bash git 02:21:33 ---> Using cache 02:21:33 ---> 143ce9030727 02:21:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:21:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:21:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:21:33 ---> 56cb10f3c5ed 02:21:33 Step 3/23 : WORKDIR /edgex-go 02:21:33 ---> Using cache 02:21:33 ---> 332bb848cc91 02:21:33 ---> Running in ee808603a8f1 02:21:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:21:33 ---> Using cache 02:21:33 ---> f52f5e982671 02:21:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:21:33 ---> Running in 3a0b7e5a0006 02:21:33 ---> Running in bb117eab4af5 02:21:33 ---> Running in 6bdd3db07212 02:21:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:21:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:21:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:21:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:21:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:21:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:21:36 OK: 217 MiB in 51 packages 02:21:36 OK: 217 MiB in 51 packages 02:21:38 Removing intermediate container 3a0b7e5a0006 02:21:38 ---> 69161007359d 02:21:38 Step 6/26 : COPY go.mod . 02:21:38 Removing intermediate container bb117eab4af5 02:21:38 ---> c025470ebf84 02:21:38 Step 6/23 : COPY go.mod . 02:21:39 ---> 92ca1ce4a7b8 02:21:39 Step 7/26 : RUN go mod download 02:21:39 ---> Running in 94a3c3bb8b9d 02:21:39 ---> dfa4bf15f11a 02:21:39 Step 7/23 : RUN go mod download 02:21:40 ---> Running in 3cd9efd856b3 02:21:45 Removing intermediate container 94a3c3bb8b9d 02:21:45 ---> a4dacb34a2fd 02:21:45 Step 8/26 : COPY . . 02:21:45 Removing intermediate container 3cd9efd856b3 02:21:45 ---> 3383a1ac8e2b 02:21:45 Step 8/23 : COPY . . 02:22:18 ---> 0dbc7ce055ad 02:22:18 Step 9/23 : RUN make cmd/core-data/core-data 02:22:18 ---> 025bd41e471a 02:22:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:22:18 ---> Running in 89ba79cbda15 02:22:18 ---> Running in ed146abb49d7 02:22:18 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 02:22:18 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 02:22:26 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 02:22:45 Removing intermediate container 6bdd3db07212 02:22:45 ---> 5127ceb5f6a5 02:22:45 02:22:45 Step 10/21 : FROM alpine:3.12 02:22:45 ---> d10569e2745f 02:22:45 Step 11/21 : RUN apk add --update --no-cache curl 02:22:45 ---> Running in 09c5e1369bdf 02:22:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:22:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:22:46 (1/4) Installing ca-certificates (20191127-r4) 02:22:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:22:46 (3/4) Installing libcurl (7.69.1-r3) 02:22:46 (4/4) Installing curl (7.69.1-r3) 02:22:46 Executing busybox-1.31.1-r19.trigger 02:22:46 Executing ca-certificates-20191127-r4.trigger 02:22:46 OK: 7 MiB in 18 packages 02:22:50 Removing intermediate container 09c5e1369bdf 02:22:50 ---> ede092c1951e 02:22:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:22:50 ---> Running in 68e8952d8199 02:22:50 Removing intermediate container ee808603a8f1 02:22:50 ---> c1437728dbf7 02:22:50 02:22:50 Step 10/23 : FROM alpine:3.12 02:22:50 ---> d10569e2745f 02:22:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:22:50 ---> Using cache 02:22:50 ---> 7d5bc081e7cc 02:22:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:22:50 ---> Using cache 02:22:50 ---> 55beb2d13eb9 02:22:50 Step 13/23 : ENV APP_PORT=48082 02:22:51 ---> Running in a84e5de367ad 02:22:51 Removing intermediate container 68e8952d8199 02:22:51 ---> c6d78d2576e8 02:22:51 Step 13/21 : WORKDIR /edgex 02:22:51 ---> Running in f20cdb421638 02:22:51 Removing intermediate container a84e5de367ad 02:22:51 ---> 5f30fe0723f8 02:22:51 Step 14/23 : EXPOSE $APP_PORT 02:22:52 ---> Running in c24dbd211cc2 02:22:52 Removing intermediate container f20cdb421638 02:22:52 ---> 787e722c717d 02:22:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:22:53 Removing intermediate container c24dbd211cc2 02:22:53 ---> f0b310f2e236 02:22:53 Step 15/23 : WORKDIR / 02:22:53 ---> Running in db74e4e730d5 02:22:53 ---> 9a04bbb756f0 02:22:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:22:53 Removing intermediate container db74e4e730d5 02:22:53 ---> 38a346ae3766 02:22:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:22:55 ---> 72264b0882e5 02:22:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:22:55 ---> 5f9ed648a4af 02:22:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:22:57 ---> 9ddcb56d9268 02:22:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:22:58 ---> 1e1ac7bf864c 02:22:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:22:58 ---> Running in 60b78f907814 02:22:59 Removing intermediate container 60b78f907814 02:22:59 ---> 4948f901672d 02:22:59 Step 18/21 : CMD ["--init=true"] 02:22:59 ---> cd20ed8642db 02:22:59 Step 19/23 : ENTRYPOINT ["/core-command"] 02:22:59 ---> Running in adafa380c9e9 02:22:59 ---> Running in 1aecea49d4c9 02:23:00 Removing intermediate container adafa380c9e9 02:23:00 ---> 651a40b8d209 02:23:00 Step 19/21 : LABEL arch=arm64 02:23:00 ---> Running in 410e199425fb 02:23:00 Removing intermediate container 1aecea49d4c9 02:23:00 ---> 4d26b71df80a 02:23:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:23:00 ---> Running in b54707e65fc4 02:23:01 Removing intermediate container 410e199425fb 02:23:01 ---> 6ec1223f45e2 02:23:01 Step 20/21 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:23:01 Removing intermediate container b54707e65fc4 02:23:01 ---> 98c27d62637b 02:23:01 Step 21/23 : LABEL arch=arm64 02:23:01 ---> Running in 03371fa8499d 02:23:01 ---> Running in 25d2c830f5fe 02:23:02 Removing intermediate container 03371fa8499d 02:23:02 ---> 035bb3f1c385 02:23:02 Step 21/21 : LABEL version=0.0.0 02:23:02 ---> Running in 39e063ac0b56 02:23:02 Removing intermediate container 25d2c830f5fe 02:23:02 ---> f5ee69ab16a7 02:23:02 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:23:02 ---> Running in e092cfe0a5ef 02:23:03 Removing intermediate container 39e063ac0b56 02:23:03 ---> 1e4b0118d5de 02:23:03 02:23:03 Removing intermediate container e092cfe0a5ef 02:23:03 ---> 3ed1b1f93362 02:23:03 Step 23/23 : LABEL version=0.0.0 02:23:03 Successfully built 1e4b0118d5de 02:23:03 ---> Running in 1e915e5f5044 02:23:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:23:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 1e915e5f5044 02:23:04 ---> ab3b35f6c6c8 02:23:04 02:23:05 Successfully built ab3b35f6c6c8 02:23:05 Successfully tagged docker-core-command-go-arm64:latest 02:23:27  Building docker-core-command-go ... done Removing intermediate container ed146abb49d7 02:23:27 ---> f916cac7111a 02:23:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:23:27 ---> Running in e9be529fcb92 02:23:27 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 02:23:29 Removing intermediate container e9be529fcb92 02:23:29 ---> 2c3886cd6dab 02:23:29 02:23:29 Step 11/26 : FROM docker:20.10.0 02:23:29 20.10.0: Pulling from library/docker 02:23:35 Removing intermediate container 89ba79cbda15 02:23:35 ---> 9c897d6ed617 02:23:35 02:23:35 Step 10/23 : FROM alpine:3.12 02:23:35 ---> d10569e2745f 02:23:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:23:36 ---> Running in 3aa148f3b5eb 02:23:37 Removing intermediate container 3aa148f3b5eb 02:23:37 ---> 1659cb0d38e9 02:23:37 Step 12/23 : ENV APP_PORT=48080 02:23:37 ---> Running in 9a6f2af507e1 02:23:38 Removing intermediate container 9a6f2af507e1 02:23:38 ---> 2bd055bd814d 02:23:38 Step 13/23 : EXPOSE $APP_PORT 02:23:38 ---> Running in 50d4e9b34e08 02:23:39 Removing intermediate container 50d4e9b34e08 02:23:39 ---> 59a32aa67e0d 02:23:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:23:40 ---> Running in ddd67e75cd6f 02:23:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:23:42 Status: Downloaded newer image for docker:20.10.0 02:23:42 ---> eeaf43b92773 02:23:42 Step 12/26 : RUN apk add --no-cache bash 02:23:42 ---> Running in 7be1661806d2 02:23:43 Removing intermediate container ddd67e75cd6f 02:23:43 ---> fa6782cdef34 02:23:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:23:43 ---> Running in 13515f45063b 02:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:23:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:23:44 (1/2) Installing readline (8.0.4-r0) 02:23:44 (2/2) Installing bash (5.0.17-r0) 02:23:45 Executing bash-5.0.17-r0.post-install 02:23:45 Executing busybox-1.31.1-r19.trigger 02:23:45 OK: 12 MiB in 22 packages 02:23:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:23:46 (1/6) Installing dumb-init (1.2.2-r1) 02:23:46 (2/6) Installing libgcc (9.3.0-r2) 02:23:46 (3/6) Installing libsodium (1.0.18-r0) 02:23:46 (4/6) Installing libstdc++ (9.3.0-r2) 02:23:46 Removing intermediate container 7be1661806d2 02:23:46 ---> e3a4036fba4c 02:23:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:23:46 (5/6) Installing libzmq (4.3.3-r0) 02:23:46 (6/6) Installing zeromq (4.3.3-r0) 02:23:46 ---> Running in e9fbb0a93cd8 02:23:46 Executing busybox-1.31.1-r19.trigger 02:23:46 OK: 8 MiB in 20 packages 02:23:47 Removing intermediate container e9fbb0a93cd8 02:23:47 ---> 819cb72a5905 02:23:47 Step 14/26 : ENV APP_PORT=48090 02:23:47 ---> Running in e3fdc9eb1c59 02:23:47 Removing intermediate container e3fdc9eb1c59 02:23:47 ---> 70e98284cf63 02:23:47 Step 15/26 : EXPOSE $APP_PORT 02:23:48 ---> Running in 2dbb923ffd56 02:23:48 Removing intermediate container 13515f45063b 02:23:48 ---> 586738cdb674 02:23:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:23:48 Removing intermediate container 2dbb923ffd56 02:23:48 ---> 2fd1ef3e5386 02:23:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:23:48 ---> d52e794f923c 02:23:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:23:50 ---> a32fc695b705 02:23:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:23:50 ---> 0aeffe5087f0 02:23:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:23:50 ---> 75506f5a8e28 02:23:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:23:50 ---> 4176da0dff2b 02:23:50 Step 19/23 : ENTRYPOINT ["/core-data"] 02:23:51 ---> Running in b2ff3b8e2e66 02:23:51 ---> 8e6a6d3473dc 02:23:51 Step 19/26 : RUN apk --no-cache add py3-pip 02:23:51 Removing intermediate container b2ff3b8e2e66 02:23:51 ---> 263b636f65f9 02:23:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:23:51 ---> Running in e81e8936260c 02:23:52 ---> Running in 4d0514899059 02:23:52 Removing intermediate container 4d0514899059 02:23:52 ---> 126b5b905db2 02:23:52 Step 21/23 : LABEL arch=arm64 02:23:52 ---> Running in beebca78f6f3 02:23:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:23:53 Removing intermediate container beebca78f6f3 02:23:53 ---> ea48c023a39a 02:23:53 Step 22/23 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:23:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:23:53 ---> Running in 060a5f1b9561 02:23:53 Removing intermediate container 060a5f1b9561 02:23:53 ---> 5c7814dcae7f 02:23:53 Step 23/23 : LABEL version=0.0.0 02:23:53 (1/33) Installing libbz2 (1.0.8-r1) 02:23:53 (2/33) Installing expat (2.2.9-r1) 02:23:53 (3/33) Installing libffi (3.3-r2) 02:23:53 (4/33) Installing gdbm (1.13-r1) 02:23:53 (5/33) Installing xz-libs (5.2.5-r0) 02:23:53 (6/33) Installing sqlite-libs (3.32.1-r0) 02:23:53 (7/33) Installing python3 (3.8.5-r1) 02:23:53 ---> Running in 68c21386e90b 02:23:54 Removing intermediate container 68c21386e90b 02:23:54 ---> 118be5da411c 02:23:54 02:23:55 Successfully built 118be5da411c 02:23:55 Successfully tagged docker-core-data-go-arm64:latest 02:23:55  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 02:23:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:23:55 (10/33) Installing py3-parsing (2.4.7-r0) 02:23:55 (11/33) Installing py3-six (1.15.0-r0) 02:23:55 (12/33) Installing py3-packaging (20.4-r0) 02:23:55 (13/33) Installing py3-setuptools (47.0.0-r0) 02:23:55 (14/33) Installing py3-chardet (3.0.4-r4) 02:23:55 (15/33) Installing py3-idna (2.9-r0) 02:23:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:23:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:23:55 (18/33) Installing py3-requests (2.23.0-r0) 02:23:55 (19/33) Installing py3-msgpack (1.0.0-r0) 02:23:55 (20/33) Installing py3-lockfile (0.12.2-r3) 02:23:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:23:55 (22/33) Installing py3-colorama (0.4.3-r0) 02:23:55 (23/33) Installing py3-distlib (0.3.0-r0) 02:23:56 (24/33) Installing py3-distro (1.5.0-r1) 02:23:56 (25/33) Installing py3-webencodings (0.5.1-r3) 02:23:56 (26/33) Installing py3-html5lib (1.0.1-r4) 02:23:56 (27/33) Installing py3-pytoml (0.1.21-r0) 02:23:56 (28/33) Installing py3-pep517 (0.8.2-r0) 02:23:56 (29/33) Installing py3-progress (1.5-r0) 02:23:56 (30/33) Installing py3-toml (0.10.1-r0) 02:23:56 (31/33) Installing py3-retrying (1.3.3-r0) 02:23:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:23:56 (33/33) Installing py3-pip (20.1.1-r0) 02:23:56 Executing busybox-1.31.1-r19.trigger 02:23:56 OK: 71 MiB in 55 packages 02:24:03 Removing intermediate container e81e8936260c 02:24:03 ---> 8794740c4de3 02:24:03 Step 20/26 : RUN pip install docker-compose==1.23.2 02:24:03 ---> Running in a417ff010a32 02:24:07 Collecting docker-compose==1.23.2 02:24:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:24:08 Collecting docopt<0.7,>=0.6.1 02:24:08 Downloading docopt-0.6.2.tar.gz (25 kB) 02:24:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:24:10 Collecting jsonschema<3,>=2.5.1 02:24:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:24:10 Collecting cached-property<2,>=1.2.0 02:24:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:24:10 Collecting texttable<0.10,>=0.9.0 02:24:10 Downloading texttable-0.9.1.tar.gz (11 kB) 02:24:13 Collecting PyYAML<4,>=3.10 02:24:13 Downloading PyYAML-3.13.tar.gz (270 kB) 02:24:16 Collecting docker<4.0,>=3.6.0 02:24:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:24:16 Collecting dockerpty<0.5,>=0.4.1 02:24:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:24:19 Collecting websocket-client<1.0,>=0.32.0 02:24:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 02:24:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:24:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:24:20 Collecting docker-pycreds>=0.4.0 02:24:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:24:20 Collecting urllib3<1.25,>=1.21.1 02:24:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:24:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 02:24:21 Collecting idna<2.8,>=2.5 02:24:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:24:21 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 02:24:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:24:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:24:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:24:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:24:22 Installing collected packages: docopt, jsonschema, cached-property, texttable, PyYAML, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docker-compose 02:24:22 Running setup.py install for docopt: started 02:24:23 Running setup.py install for docopt: finished with status 'done' 02:24:24 Running setup.py install for texttable: started 02:24:26 Running setup.py install for texttable: finished with status 'done' 02:24:26 Running setup.py install for PyYAML: started 02:24:28 Running setup.py install for PyYAML: finished with status 'done' 02:24:28 Attempting uninstall: urllib3 02:24:28 Found existing installation: urllib3 1.25.9 02:24:28 Uninstalling urllib3-1.25.9: 02:24:28 Successfully uninstalled urllib3-1.25.9 02:24:29 Attempting uninstall: idna 02:24:29 Found existing installation: idna 2.9 02:24:29 Uninstalling idna-2.9: 02:24:29 Successfully uninstalled idna-2.9 02:24:30 Attempting uninstall: requests 02:24:30 Found existing installation: requests 2.23.0 02:24:30 Uninstalling requests-2.23.0: 02:24:30 Successfully uninstalled requests-2.23.0 02:24:31 Running setup.py install for dockerpty: started 02:24:33 Running setup.py install for dockerpty: finished with status 'done' 02:24:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 02:24:38 Removing intermediate container a417ff010a32 02:24:38 ---> 558fde836fde 02:24:38 Step 21/26 : RUN apk --no-cache add curl 02:24:38 ---> Running in 5f7cba623b81 02:24:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:24:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:24:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:24:40 (2/3) Installing libcurl (7.69.1-r3) 02:24:40 (3/3) Installing curl (7.69.1-r3) 02:24:40 Executing busybox-1.31.1-r19.trigger 02:24:40 OK: 71 MiB in 58 packages 02:24:41 Removing intermediate container 5f7cba623b81 02:24:41 ---> 70fb565117af 02:24:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:24:41 ---> Running in d9b67a4074ac 02:24:42 Removing intermediate container d9b67a4074ac 02:24:42 ---> 86df4f4d5561 02:24:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:24:42 ---> Running in 3fbc50271c42 02:24:42 Removing intermediate container 3fbc50271c42 02:24:42 ---> 31f3ef405ce4 02:24:42 Step 24/26 : LABEL arch=arm64 02:24:42 ---> Running in 527308b7aad3 02:24:43 Removing intermediate container 527308b7aad3 02:24:43 ---> ee9423b0fdc3 02:24:43 Step 25/26 : LABEL git_sha=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 02:24:43 ---> Running in 1f6b41c36442 02:24:44 Removing intermediate container 1f6b41c36442 02:24:44 ---> 0283381eb69a 02:24:44 Step 26/26 : LABEL version=0.0.0 02:24:44 ---> Running in 7d44d7cbb99c 02:24:44 Removing intermediate container 7d44d7cbb99c 02:24:44 ---> 81e7ddad35f4 02:24:44 02:24:45 Successfully built 81e7ddad35f4 02:24:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:24:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:24:45 $ docker stop --time=1 dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 02:24:47 $ docker rm -f dc189529a5043384f0b5113782c382ea4bf215d1dbe7da0d0899f097cdcf5d51 [Pipeline] // withDockerContainer [Pipeline] sh 02:24:48 + docker images 02:24:48 + grep docker 02:24:48 docker-sys-mgmt-agent-go-arm64 latest 81e7ddad35f4 4 seconds ago 300MB 02:24:48 docker-core-data-go-arm64 latest 118be5da411c 54 seconds ago 21.3MB 02:24:48 docker-core-command-go-arm64 latest ab3b35f6c6c8 About a minute ago 16.2MB 02:24:48 docker-security-proxy-setup-go-arm64 latest 1e4b0118d5de About a minute ago 23.4MB 02:24:48 docker-security-bootstrapper-go-arm64 latest 5bea0194502f 4 minutes ago 17.8MB 02:24:48 docker-core-metadata-go-arm64 latest f8a2277fa4b2 4 minutes ago 17.9MB 02:24:48 docker-support-scheduler-go-arm64 latest 113ac2412cf4 4 minutes ago 16.3MB 02:24:48 docker-support-notifications-go-arm64 latest cc98fe70ea0d 4 minutes ago 16.9MB 02:24:48 docker-security-secretstore-setup-go-arm64 latest 54fc2c4b9df9 4 minutes ago 23.7MB 02:24:48 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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:24:49 ---> job-cost.sh 02:24:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Iwxk 02:25:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:27:50 lf-activate-venv(): INFO: Adding /tmp/venv-Iwxk/bin to PATH 02:27:50 INFO: No Stack... 02:27:50 INFO: Retrieving Pricing Info for: lf-standard-4 02:27:50 INFO: Archiving Costs [Pipeline] sh 02:27:51 + + cutcat -d, /w/workspace/edgex-go/15/archives/cost.csv -f6 02:27:51 [Pipeline] lock 02:27:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] 02:27:51 Resource [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] did not exist. Created. 02:27:51 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:27:51 + echo total: 0.20999999344348907 [Pipeline] stash 02:27:52 Stashed 1 file(s) [Pipeline] } 02:27:52 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-15-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:27:54 provisioning config files... 02:27:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config5062444460432867321tmp [Pipeline] { [Pipeline] sh 02:27:54 + set +x 02:27:54 + curl -s https://codecov.io/bash 02:27:54 + bash -s -- 02:27:55 02:27:55 _____ _ 02:27:55 / ____| | | 02:27:55 | | ___ __| | ___ ___ _____ __ 02:27:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:27:55 | |___| (_) | (_| | __/ (_| (_) \ V / 02:27:55 \_____\___/ \__,_|\___|\___\___/ \_/ 02:27:55 Bash-20210226-7100762 02:27:55 02:27:55 02:27:55 ==> git version 2.24.3 found 02:27:55 ==> 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 02:27:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:27:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:27:55 ==> Jenkins CI detected. 02:27:55 project root: . 02:27:55 --> token set from env 02:27:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:27:55 ==> Running gcov in . (disable via -X gcov) 02:27:55 ==> Python coveragepy not found 02:27:55 ==> Searching for coverage reports in: 02:27:55 + . 02:27:55 -> Found 1 reports 02:27:55 ==> Detecting git/mercurial file structure 02:27:55 ==> Reading reports 02:27:55 + ./coverage.out bytes=622273 02:27:55 ==> Appending adjustments 02:27:55 https://docs.codecov.io/docs/fixing-reports 02:27:59 + Found adjustments 02:27:59 ==> Gzipping contents 02:27:59 92K /tmp/codecov.cqqnOs.gz 02:27:59 ==> Uploading reports 02:27:59 url: https://codecov.io 02:27:59 query: branch=PR-3202&commit=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 02:27:59 -> Pinging Codecov 02:27:59 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 02:27:59 -> Uploading to 02:27:59 https://storage.googleapis.com/codecov/v4/raw/2021-03-08/00271124DB129430A58F1EEE437C3FCB/f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3/3ed6f8e4-8b9c-4f93-be15-49dcdb32936f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210308T022758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f370f8e3ae25ff625540002f95e51ff1a5d744423193ebe816acb6defe1fc0d 02:27:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:27:59 Dload Upload Total Spent Left Speed 02:27:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92057 0 0 100 92057 0 154k --:--:-- --:--:-- --:--:-- 154k 02:27:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f28bc404c33adfe661cb5ff8b79c4ccc8ce062f3 [Pipeline] } 02:27:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:28:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:28:03 ---> package-listing.sh 02:28:03 ++ facter osfamily 02:28:03 ++ tr '[:upper:]' '[:lower:]' 02:28:03 + OS_FAMILY=redhat 02:28:03 + workspace=/w/workspace/edgex-go/15 02:28:03 + START_PACKAGES=/tmp/packages_start.txt 02:28:03 + END_PACKAGES=/tmp/packages_end.txt 02:28:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:28:03 + PACKAGES=/tmp/packages_start.txt 02:28:03 + '[' /w/workspace/edgex-go/15 ']' 02:28:03 + PACKAGES=/tmp/packages_end.txt 02:28:03 + case "${OS_FAMILY}" in 02:28:03 + rpm -qa 02:28:03 + sort 02:28:09 + '[' -f /tmp/packages_start.txt ']' 02:28:09 + '[' -f /tmp/packages_end.txt ']' 02:28:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:28:09 + '[' /w/workspace/edgex-go/15 ']' 02:28:09 + mkdir -p /w/workspace/edgex-go/15/archives/ 02:28:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 02:28:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:28:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:28:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:28:09 02:28:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:28:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:28:10 alpine: Pulling from edgex-lftools-log-publisher 02:28:10 df20fa9351a1: Pulling fs layer 02:28:10 36b3adc4ff6f: Pulling fs layer 02:28:10 8ad3a11d3b57: Pulling fs layer 02:28:10 46f8f816bc3b: Pulling fs layer 02:28:10 93b61091891f: Pulling fs layer 02:28:10 93b9cdb0e59b: Pulling fs layer 02:28:10 5e14af77c1be: Pulling fs layer 02:28:10 01666e4c0597: Pulling fs layer 02:28:10 aa168da1d23b: Pulling fs layer 02:28:10 93b61091891f: Waiting 02:28:10 93b9cdb0e59b: Waiting 02:28:10 5e14af77c1be: Waiting 02:28:10 01666e4c0597: Waiting 02:28:10 aa168da1d23b: Waiting 02:28:10 36b3adc4ff6f: Download complete 02:28:10 46f8f816bc3b: Verifying Checksum 02:28:10 46f8f816bc3b: Download complete 02:28:10 df20fa9351a1: Verifying Checksum 02:28:10 df20fa9351a1: Download complete 02:28:10 93b9cdb0e59b: Verifying Checksum 02:28:10 93b9cdb0e59b: Download complete 02:28:10 93b61091891f: Verifying Checksum 02:28:10 93b61091891f: Download complete 02:28:10 01666e4c0597: Verifying Checksum 02:28:10 01666e4c0597: Download complete 02:28:10 5e14af77c1be: Verifying Checksum 02:28:10 5e14af77c1be: Download complete 02:28:10 8ad3a11d3b57: Verifying Checksum 02:28:10 8ad3a11d3b57: Download complete 02:28:10 df20fa9351a1: Pull complete 02:28:10 36b3adc4ff6f: Pull complete 02:28:12 8ad3a11d3b57: Pull complete 02:28:12 46f8f816bc3b: Pull complete 02:28:12 93b61091891f: Pull complete 02:28:12 93b9cdb0e59b: Pull complete 02:28:13 5e14af77c1be: Pull complete 02:28:13 01666e4c0597: Pull complete 02:28:13 aa168da1d23b: Verifying Checksum 02:28:13 aa168da1d23b: Download complete 02:28:23 aa168da1d23b: Pull complete 02:28:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:28:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:28:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:28:24 prd-centos7-docker-4c-2g-28918 does not seem to be running inside a container 02:28:24 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 02:28:28 $ docker top 2e2e2db1ac4beeebad63ff7e64c9b0e8ed085042443761f7ee99415aafbe6195 -eo pid,comm [Pipeline] { [Pipeline] sh 02:28:29 + touch /tmp/pre-build-complete [Pipeline] sh 02:28:29 + mkdir -p /var/log/sa [Pipeline] sh 02:28:30 + ls /var/log/sa-host 02:28:30 + sadf -c /var/log/sa-host/sa08 02:28:30 file_magic: OK 02:28:30 HZ: Using current value: 100 02:28:30 file_header: OK 02:28:30 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 02:28:30 Statistics: 02:28:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:28:30 File successfully converted to sysstat format version 12.2.1 02:28:30 + sadf -c /var/log/sa-host/sa23 02:28:30 file_magic: OK 02:28:30 HZ: Using current value: 100 02:28:30 file_header: OK 02:28:30 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 02:28:30 Statistics: 02:28:30 Hnuu...uuuununununu... 02:28:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:28:30 provisioning config files... 02:28:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config8604069604632160712tmp [Pipeline] { [Pipeline] echo 02:28:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:28:31 ---> create-netrc.sh [Pipeline] } 02:28:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:28:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:28:31 ---> python-tools-install.sh [Pipeline] echo 02:28:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:28:32 ---> sudo-logs.sh 02:28:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:28:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:28:32 ---> job-cost.sh 02:28:32 lf-activate-venv: SKIPPING 02:28:32 DEBUG: total: 0.20999999344348907 02:28:32 INFO: Retrieving Stack Cost... 02:28:34 INFO: Retrieving Pricing Info for: v1-standard-2 02:28:34 INFO: Archiving Costs [Pipeline] echo 02:28:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:28:34 ---> logs-deploy.sh 02:28:34 lf-activate-venv: SKIPPING 02:28:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/15 02:28:34 INFO: archiving workspace using pattern(s): 02:28:36 Archives upload complete. 02:28:36 INFO: archiving logs to Nexus 02:28:37 ---> uname -a: 02:28:37 Linux prd-centos7-docker-4c-2g-28918.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:28:37 02:28:37 02:28:37 ---> lscpu: 02:28:37 Architecture: x86_64 02:28:37 CPU op-mode(s): 32-bit, 64-bit 02:28:37 Byte Order: Little Endian 02:28:37 Address sizes: 40 bits physical, 48 bits virtual 02:28:37 CPU(s): 4 02:28:37 On-line CPU(s) list: 0-3 02:28:37 Thread(s) per core: 1 02:28:37 Core(s) per socket: 1 02:28:37 Socket(s): 4 02:28:37 NUMA node(s): 1 02:28:37 Vendor ID: GenuineIntel 02:28:37 CPU family: 6 02:28:37 Model: 44 02:28:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:28:37 Stepping: 1 02:28:37 CPU MHz: 2933.438 02:28:37 BogoMIPS: 5866.87 02:28:37 Virtualization: VT-x 02:28:37 Hypervisor vendor: KVM 02:28:37 Virtualization type: full 02:28:37 L1d cache: 128 KiB 02:28:37 L1i cache: 128 KiB 02:28:37 L2 cache: 16 MiB 02:28:37 L3 cache: 64 MiB 02:28:37 NUMA node0 CPU(s): 0-3 02:28:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:28:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:28:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:28:37 Vulnerability Meltdown: Mitigation; PTI 02:28:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:28:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:28:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:28:37 Vulnerability Srbds: Not affected 02:28:37 Vulnerability Tsx async abort: Not affected 02:28:37 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 02:28:37 02:28:37 02:28:37 ---> nproc: 02:28:37 4 02:28:37 02:28:37 02:28:37 ---> df -h: 02:28:37 Filesystem Size Used Available Use% Mounted on 02:28:37 overlay 50.0G 11.3G 38.7G 23% / 02:28:37 tmpfs 64.0M 0 64.0M 0% /dev 02:28:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:28:37 shm 64.0M 0 64.0M 0% /dev/shm 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/15 02:28:37 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/15@tmp 02:28:37 02:28:37 02:28:37 ---> free -m: 02:28:37 total used free shared buff/cache available 02:28:37 Mem: 1837 724 205 0 907 1029 02:28:37 Swap: 1023 51 972 02:28:37 02:28:37 02:28:37 ---> ip addr: 02:28:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:28:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:28:37 inet 127.0.0.1/8 scope host lo 02:28:37 valid_lft forever preferred_lft forever 02:28:37 inet6 ::1/128 scope host 02:28:37 valid_lft forever preferred_lft forever 02:28:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:28:37 link/ether fa:16:3e:43:94:7c brd ff:ff:ff:ff:ff:ff 02:28:37 inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 02:28:37 valid_lft 84957sec preferred_lft 84957sec 02:28:37 inet6 fe80::f816:3eff:fe43:947c/64 scope link 02:28:37 valid_lft forever preferred_lft forever 02:28:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:28:37 link/ether 02:42:e0:2c:d8:ee brd ff:ff:ff:ff:ff:ff 02:28:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:28:37 valid_lft forever preferred_lft forever 02:28:37 inet6 fe80::42:e0ff:fe2c:d8ee/64 scope link 02:28:37 valid_lft forever preferred_lft forever 02:28:37 02:28:37 02:28:37 ---> sar -b -r -n DEV: 02:28:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 02:28:37 02:28:37 02:04:23 LINUX RESTART (4 CPU) 02:28:37 02:28:37 02:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:28:37 02:06:01 118.28 56.86 61.42 0.00 9335.15 19293.53 0.00 02:28:37 02:07:01 285.44 81.44 203.99 0.00 3827.43 51318.49 0.00 02:28:37 02:08:01 177.67 87.98 89.69 0.00 2897.69 10294.38 0.00 02:28:37 02:09:01 154.20 80.96 73.25 0.00 3613.92 9644.65 0.00 02:28:37 02:10:02 737.97 507.32 230.65 0.00 83591.49 156717.40 0.00 02:28:37 02:11:02 2884.60 2525.06 359.54 0.00 155376.91 166049.07 0.00 02:28:37 02:12:01 836.54 558.58 277.96 0.00 34987.53 60776.50 0.00 02:28:37 02:13:03 2058.36 1719.03 339.32 0.00 118722.32 146434.13 0.00 02:28:37 02:14:01 489.41 266.09 223.32 0.00 14494.18 43235.34 0.00 02:28:37 02:15:01 42.71 10.97 31.73 0.00 2849.28 1125.99 0.00 02:28:37 02:16:02 0.37 0.02 0.35 0.00 0.53 4.38 0.00 02:28:37 02:17:01 0.27 0.00 0.27 0.00 0.00 2.66 0.00 02:28:37 02:18:01 0.23 0.02 0.22 0.00 0.53 1.82 0.00 02:28:37 02:19:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 02:28:37 02:20:01 2.10 1.88 0.22 0.00 135.73 3.05 0.00 02:28:37 02:21:01 0.92 0.05 0.87 0.00 1.60 15.67 0.00 02:28:37 02:22:01 0.30 0.00 0.30 0.00 0.00 3.26 0.00 02:28:37 02:23:01 0.27 0.00 0.27 0.00 0.00 3.81 0.00 02:28:37 02:24:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 02:28:37 02:25:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 02:28:37 02:26:01 0.27 0.02 0.25 0.00 1.07 3.30 0.00 02:28:37 02:27:01 0.27 0.00 0.27 0.00 0.00 3.05 0.00 02:28:37 02:28:01 14.09 13.79 0.30 0.00 899.65 24.01 0.00 02:28:37 Average: 340.78 258.26 82.53 0.00 18869.55 29100.90 0.00 02:28:37 02:28:37 02:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:28:37 02:06:01 223792 0 676276 35.94 2596 978880 1483756 50.64 622352 832580 82340 02:28:37 02:07:01 302160 0 726624 38.62 1284 851476 1322212 45.12 461632 840416 20 02:28:37 02:08:01 301980 0 792944 42.14 648 785972 1835132 62.63 636080 655308 78928 02:28:37 02:09:01 210532 0 775368 41.21 648 894996 1428160 48.74 617024 758084 88080 02:28:37 02:10:02 73804 0 833344 44.29 88 974308 2271192 77.51 734060 866136 84272 02:28:37 02:11:02 481352 0 945112 50.23 88 454992 2455340 83.80 614452 533972 428 02:28:37 02:12:01 542604 0 700636 37.24 88 638216 1388376 47.38 446224 645600 2384 02:28:37 02:13:03 68760 0 752424 39.99 88 1060272 1987700 67.84 649020 931132 324 02:28:37 02:14:01 128656 0 719924 38.26 88 1032876 1477960 50.44 615380 886392 1924 02:28:37 02:15:01 177244 0 639060 33.96 88 1065152 1177968 40.20 529092 930772 12 02:28:37 02:16:02 179100 0 637200 33.87 88 1065156 1165688 39.78 527996 930576 8 02:28:37 02:17:01 180216 0 636076 33.81 88 1065164 1156436 39.47 527496 930444 8 02:28:37 02:18:01 180204 0 636092 33.81 88 1065160 1156436 39.47 527500 930448 8 02:28:37 02:19:01 180304 0 635924 33.80 88 1065228 1156436 39.47 527428 930468 16 02:28:37 02:20:01 173364 0 639508 33.99 88 1068584 1156496 39.47 533260 930964 16 02:28:37 02:21:01 173360 0 639516 33.99 88 1068580 1156472 39.47 533108 930960 12 02:28:37 02:22:01 173632 0 639224 33.97 88 1068600 1156436 39.47 533080 930976 16 02:28:37 02:23:01 173468 0 639380 33.98 88 1068608 1156436 39.47 533092 930976 8 02:28:37 02:24:01 173460 0 639380 33.98 88 1068616 1156436 39.47 533120 930976 8 02:28:37 02:25:01 172968 0 639864 34.01 88 1068624 1156508 39.47 533324 930976 8 02:28:37 02:26:01 172964 0 639860 34.01 88 1068632 1156472 39.47 533148 931008 8 02:28:37 02:27:01 173036 0 639776 34.00 88 1068644 1156436 39.47 533264 931012 8 02:28:37 02:28:01 143144 0 643432 34.20 88 1094880 1156616 39.47 541852 950272 108 02:28:37 Average: 206961 0 689867 36.66 298 984418 1385700 47.29 558391 869585 14737 02:28:37 02:28:37 02:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:28:37 02:06:01 eth0 1387.76 1296.26 5890.66 170.77 0.00 0.00 0.00 0.00 02:28:37 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:06:01 docker0 823.77 693.10 68.96 2678.94 0.00 0.00 0.00 0.00 02:28:37 02:07:01 veth0954188 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:07:01 eth0 464.73 350.43 3672.57 37.09 0.00 0.00 0.00 0.00 02:28:37 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:07:01 veth27898d5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:08:01 eth0 43.18 29.68 25.83 66.22 0.00 0.00 0.00 0.00 02:28:37 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:08:01 veth27898d5 0.83 0.96 0.07 0.09 0.00 0.00 0.00 0.00 02:28:37 02:08:01 docker0 927.05 863.34 76.16 3508.74 0.00 0.00 0.00 0.00 02:28:37 02:09:01 eth0 24.82 13.82 20.19 10.99 0.00 0.00 0.00 0.00 02:28:37 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:09:01 veth27898d5 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 02:28:37 02:09:01 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 02:28:37 02:10:02 vethe94ef27 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:28:37 02:10:02 eth0 201.47 157.99 1671.35 69.54 0.00 0.00 0.00 0.00 02:28:37 02:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:11:02 vethbbcc8c7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:11:02 veth0382daa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:28:37 02:11:02 veth7bc3bcc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:11:02 veth7417967 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:12:01 veth1b68f72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:12:01 vethe94ef27 0.00 0.77 0.00 0.04 0.00 0.00 0.00 0.00 02:28:37 02:12:01 eth0 2566.70 2118.09 12404.87 473.39 0.00 0.00 0.00 0.00 02:28:37 02:12:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:13:03 vethe94ef27 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 02:28:37 02:13:03 eth0 66.03 46.61 110.70 67.99 0.00 0.00 0.00 0.00 02:28:37 02:13:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:13:03 veth7595133 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 02:28:37 02:14:01 vethe94ef27 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:28:37 02:14:01 eth0 224.30 161.67 1686.28 75.84 0.00 0.00 0.00 0.00 02:28:37 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:14:01 veth7d7d6db 1.29 1.41 0.19 7.02 0.00 0.00 0.00 0.00 02:28:37 02:15:01 eth0 21.73 13.27 60.64 6.93 0.00 0.00 0.00 0.00 02:28:37 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:15:01 docker0 1003.55 989.24 80.83 4360.55 0.00 0.00 0.00 0.00 02:28:37 02:16:02 eth0 0.83 0.45 0.36 0.24 0.00 0.00 0.00 0.00 02:28:37 02:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:17:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:19:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:20:01 eth0 0.15 0.08 0.08 0.04 0.00 0.00 0.00 0.00 02:28:37 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:21:01 eth0 0.27 0.27 0.12 0.05 0.00 0.00 0.00 0.00 02:28:37 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:23:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:25:01 eth0 0.18 0.17 0.08 0.04 0.00 0.00 0.00 0.00 02:28:37 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:26:01 eth0 0.20 0.15 0.07 0.04 0.00 0.00 0.00 0.00 02:28:37 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:28:37 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:28:01 eth0 6.89 4.83 6.74 3.73 0.00 0.00 0.00 0.00 02:28:37 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 Average: eth0 112.07 94.02 589.95 25.53 0.00 0.00 0.00 0.00 02:28:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:28:37 Average: docker0 43.67 43.05 3.52 189.75 0.00 0.00 0.00 0.00 02:28:37 02:28:37 02:28:37 ---> sar -P ALL: 02:28:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/08/21 _x86_64_ (4 CPU) 02:28:37 02:28:37 02:04:23 LINUX RESTART (4 CPU) 02:28:37 02:28:37 02:05:01 CPU %user %nice %system %iowait %steal %idle 02:28:37 02:06:01 all 15.48 0.00 7.08 1.63 0.10 75.72 02:28:37 02:06:01 0 12.01 0.00 8.70 3.02 0.12 76.15 02:28:37 02:06:01 1 21.97 0.00 7.74 2.01 0.12 68.17 02:28:37 02:06:01 2 14.19 0.00 6.50 0.90 0.09 78.33 02:28:37 02:06:01 3 13.72 0.00 5.39 0.59 0.08 80.21 02:28:37 02:07:01 all 11.41 0.00 9.51 5.08 0.11 73.88 02:28:37 02:07:01 0 11.99 0.00 9.89 4.64 0.09 73.39 02:28:37 02:07:01 1 11.29 0.00 9.13 3.32 0.12 76.14 02:28:37 02:07:01 2 11.50 0.00 9.22 5.23 0.14 73.92 02:28:37 02:07:01 3 10.88 0.00 9.78 7.14 0.10 72.09 02:28:37 02:08:01 all 51.99 0.00 12.66 4.55 0.07 30.72 02:28:37 02:08:01 0 52.45 0.00 12.52 4.54 0.07 30.42 02:28:37 02:08:01 1 50.10 0.00 12.58 5.74 0.07 31.51 02:28:37 02:08:01 2 51.20 0.00 13.39 3.06 0.07 32.29 02:28:37 02:08:01 3 54.20 0.00 12.17 4.88 0.09 28.67 02:28:37 02:09:01 all 49.54 0.00 14.63 3.55 0.08 32.20 02:28:37 02:09:01 0 50.66 0.00 14.59 3.46 0.09 31.21 02:28:37 02:09:01 1 49.45 0.00 14.47 5.43 0.07 30.58 02:28:37 02:09:01 2 47.34 0.00 15.10 2.61 0.07 34.88 02:28:37 02:09:01 3 50.71 0.00 14.38 2.71 0.09 32.11 02:28:37 02:10:02 all 23.19 0.00 20.55 6.99 0.10 49.17 02:28:37 02:10:02 0 23.59 0.00 20.45 6.70 0.12 49.14 02:28:37 02:10:02 1 22.84 0.00 20.46 8.91 0.10 47.68 02:28:37 02:10:02 2 22.67 0.00 20.97 6.46 0.08 49.82 02:28:37 02:10:02 3 23.64 0.00 20.32 5.89 0.10 50.04 02:28:37 02:11:02 all 24.72 0.00 25.55 24.46 0.17 25.11 02:28:37 02:11:02 0 23.92 0.00 25.67 21.63 0.16 28.62 02:28:37 02:11:02 1 24.70 0.00 24.95 28.85 0.18 21.33 02:28:37 02:11:02 2 24.82 0.00 25.98 24.93 0.18 24.09 02:28:37 02:11:02 3 25.44 0.00 25.60 22.41 0.14 26.40 02:28:37 02:12:01 all 50.91 0.00 17.29 15.63 0.08 16.09 02:28:37 02:12:01 0 50.87 0.00 16.43 18.60 0.11 13.99 02:28:37 02:12:01 1 50.61 0.00 17.07 16.23 0.09 16.01 02:28:37 02:12:01 2 50.82 0.00 17.77 11.94 0.05 19.41 02:28:37 02:12:01 3 51.32 0.00 17.87 15.76 0.09 14.96 02:28:37 02:13:03 all 33.83 0.00 24.52 23.70 0.15 17.79 02:28:37 02:13:03 0 33.12 0.00 23.93 21.04 0.17 21.74 02:28:37 02:13:03 1 34.07 0.00 24.21 26.58 0.19 14.94 02:28:37 02:13:03 2 34.22 0.00 24.04 24.70 0.12 16.92 02:28:37 02:13:03 3 33.92 0.00 25.92 22.46 0.14 17.57 02:28:37 02:14:01 all 28.35 0.00 13.20 10.21 0.09 48.16 02:28:37 02:14:01 0 29.82 0.00 14.29 10.91 0.13 44.86 02:28:37 02:14:01 1 27.53 0.00 12.28 9.01 0.07 51.10 02:28:37 02:14:01 2 28.81 0.00 13.51 10.82 0.07 46.79 02:28:37 02:14:01 3 27.23 0.00 12.71 10.09 0.11 49.86 02:28:37 02:15:01 all 3.03 0.00 1.52 1.53 0.01 93.91 02:28:37 02:15:01 0 4.05 0.00 1.34 0.28 0.02 94.31 02:28:37 02:15:01 1 3.23 0.00 2.26 1.47 0.00 93.05 02:28:37 02:15:01 2 4.04 0.00 1.60 1.62 0.02 92.71 02:28:37 02:15:01 3 0.80 0.00 0.89 2.74 0.02 95.55 02:28:37 02:16:02 all 0.15 0.00 0.03 0.00 0.00 99.81 02:28:37 02:16:02 0 0.53 0.00 0.03 0.00 0.00 99.43 02:28:37 02:16:02 1 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:16:02 2 0.05 0.00 0.05 0.00 0.00 99.90 02:28:37 02:16:02 3 0.02 0.00 0.02 0.00 0.00 99.97 02:28:37 02:28:37 02:16:02 CPU %user %nice %system %iowait %steal %idle 02:28:37 02:17:01 all 0.10 0.00 0.08 0.00 0.00 99.81 02:28:37 02:17:01 0 0.25 0.00 0.07 0.00 0.00 99.68 02:28:37 02:17:01 1 0.07 0.00 0.12 0.00 0.02 99.80 02:28:37 02:17:01 2 0.03 0.00 0.08 0.00 0.00 99.88 02:28:37 02:17:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:28:37 02:18:01 all 0.07 0.00 0.03 0.00 0.00 99.90 02:28:37 02:18:01 0 0.20 0.00 0.03 0.00 0.00 99.77 02:28:37 02:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:28:37 02:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:28:37 02:18:01 3 0.03 0.00 0.03 0.02 0.00 99.92 02:28:37 02:19:01 all 0.17 0.00 0.10 0.00 0.00 99.73 02:28:37 02:19:01 0 0.48 0.00 0.02 0.00 0.00 99.50 02:28:37 02:19:01 1 0.05 0.00 0.12 0.00 0.00 99.83 02:28:37 02:19:01 2 0.07 0.00 0.13 0.00 0.00 99.80 02:28:37 02:19:01 3 0.07 0.00 0.15 0.00 0.00 99.78 02:28:37 02:20:01 all 0.17 0.00 0.07 0.03 0.01 99.73 02:28:37 02:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:20:01 1 0.05 0.00 0.07 0.02 0.00 99.87 02:28:37 02:20:01 2 0.55 0.00 0.08 0.03 0.03 99.30 02:28:37 02:20:01 3 0.05 0.00 0.08 0.07 0.02 99.78 02:28:37 02:21:01 all 0.09 0.00 0.04 0.00 0.00 99.87 02:28:37 02:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:21:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:28:37 02:21:01 2 0.25 0.00 0.03 0.00 0.02 99.70 02:28:37 02:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:28:37 02:22:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:28:37 02:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:28:37 02:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:22:01 2 0.47 0.00 0.02 0.00 0.00 99.52 02:28:37 02:22:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:28:37 02:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:28:37 02:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:28:37 02:23:01 1 0.05 0.00 0.07 0.00 0.02 99.87 02:28:37 02:23:01 2 0.52 0.00 0.02 0.00 0.00 99.47 02:28:37 02:23:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:28:37 02:24:01 all 0.15 0.00 0.02 0.00 0.02 99.81 02:28:37 02:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:28:37 02:24:01 1 0.08 0.00 0.05 0.00 0.03 99.83 02:28:37 02:24:01 2 0.52 0.00 0.02 0.00 0.03 99.43 02:28:37 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:28:37 02:25:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:28:37 02:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:28:37 02:25:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:28:37 02:25:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:28:37 02:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:28:37 02:26:01 all 0.05 0.00 0.04 0.00 0.00 99.92 02:28:37 02:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:28:37 02:26:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:26:01 2 0.08 0.00 0.08 0.00 0.00 99.83 02:28:37 02:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:28:37 02:27:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:28:37 02:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:28:37 02:27:01 1 0.12 0.00 0.05 0.00 0.00 99.83 02:28:37 02:27:01 2 0.50 0.00 0.02 0.00 0.00 99.48 02:28:37 02:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:28:37 02:28:37 02:27:01 CPU %user %nice %system %iowait %steal %idle 02:28:37 02:28:01 all 1.12 0.00 0.68 0.36 0.01 97.83 02:28:37 02:28:01 0 1.28 0.00 0.77 0.35 0.02 97.58 02:28:37 02:28:01 1 0.63 0.00 0.45 0.18 0.02 98.72 02:28:37 02:28:01 2 1.78 0.00 0.85 0.67 0.02 96.68 02:28:37 02:28:01 3 0.78 0.00 0.65 0.23 0.00 98.33 02:28:37 Average: all 12.53 0.00 6.27 4.13 0.04 77.02 02:28:37 Average: 0 12.55 0.00 6.32 4.02 0.05 77.07 02:28:37 Average: 1 12.62 0.00 6.22 4.56 0.05 76.55 02:28:37 Average: 2 12.54 0.00 6.36 3.94 0.04 77.12 02:28:37 Average: 3 12.42 0.00 6.18 4.00 0.04 77.35 02:28:37 02:28:37 02:28:37