Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca94abc708ca01bb5b64868ff0b76537e5a207d7+2bc9c9b3e55542447c270c13b14d4c2aa2a5583e (0ab3ce1cf65239da8a31ff3e3b34443192305c5e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31931 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/44 [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/44 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 Merge succeeded, producing ca94abc708ca01bb5b64868ff0b76537e5a207d7 Checking out Revision ca94abc708ca01bb5b64868ff0b76537e5a207d7 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # 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 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:42:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:42:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:42:53 ========================================================= 00:42:53 EdgeX Global Pipelines Version Info 00:42:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c7b1b825becddcd54e10fe0af3432bfba2a6eeed # timeout=10 00:42:55 ------------------- 00:42:55 stable info: 00:42:55 ------------------- 00:42:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:42:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:42:55 Message: update stable to v1.0.186 00:42:56 ------------------- 00:42:56 experimental info: 00:42:56 ------------------- 00:42:56 Commited By: **** collab-it+edgex@linuxfoundation.org 00:42:56 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:42:56 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:42:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:42:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca94abc708ca01bb5b64868ff0b76537e5a207d7 [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca94abc [Pipeline] echo 00:42:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:42:59 provisioning config files... 00:42:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config3124926540776086848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:59 ---> docker-login.sh 00:42:59 nexus3.edgexfoundry.org:10001 00:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:42:59 Configure a credential helper to remove this warning. See 00:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:42:59 00:42:59 Login Succeeded 00:42:59 nexus3.edgexfoundry.org:10002 00:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:42:59 Configure a credential helper to remove this warning. See 00:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:42:59 00:42:59 Login Succeeded 00:42:59 nexus3.edgexfoundry.org:10003 00:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:00 Configure a credential helper to remove this warning. See 00:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:00 00:43:00 Login Succeeded 00:43:00 nexus3.edgexfoundry.org:10004 00:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:00 Configure a credential helper to remove this warning. See 00:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:00 00:43:00 Login Succeeded 00:43:00 docker.io 00:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:00 Configure a credential helper to remove this warning. See 00:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:00 00:43:00 Login Succeeded 00:43:00 ---> docker-login.sh ends [Pipeline] } 00:43:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:43:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/core-command/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo core-command,cmd/core-command/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/core-data/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo core-data,cmd/core-data/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/core-metadata/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo core-metadata,cmd/core-metadata/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/security-bootstrapper/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/security-proxy-setup/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/support-notifications/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo support-notifications,cmd/support-notifications/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/support-scheduler/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:43:01 + for file in '`ls cmd/**/Dockerfile`' 00:43:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:43:01 ++ cut -d/ -f2 00:43:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:43:01 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:43:02 00:43:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:43:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:43:02 latest: Pulling from edgex-devops/git-semver 00:43:02 31603596830f: Pulling fs layer 00:43:02 2a8b12db71e7: Pulling fs layer 00:43:02 6ca5941a6612: Pulling fs layer 00:43:02 ecc8261a40a4: Pulling fs layer 00:43:02 ecc8261a40a4: Waiting 00:43:02 2a8b12db71e7: Verifying Checksum 00:43:02 2a8b12db71e7: Download complete 00:43:02 31603596830f: Verifying Checksum 00:43:02 31603596830f: Download complete 00:43:02 ecc8261a40a4: Verifying Checksum 00:43:02 ecc8261a40a4: Download complete 00:43:02 6ca5941a6612: Download complete 00:43:03 31603596830f: Pull complete 00:43:03 2a8b12db71e7: Pull complete 00:43:04 6ca5941a6612: Pull complete 00:43:04 ecc8261a40a4: Pull complete 00:43:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:43:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:43:04 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 00:43:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:43:06 $ docker top c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:43:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:43:06 [ssh-agent] Looking for ssh-agent implementation... 00:43:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:43:07 $ docker exec c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c ssh-agent 00:43:07 SSH_AUTH_SOCK=/tmp/ssh-qVi7hWcLHPP2/agent.12 00:43:07 SSH_AGENT_PID=17 00:43:07 Running ssh-add (command line suppressed) 00:43:07 Identity added: /w/workspace/edgex-go/44@tmp/private_key_4723496849890211503.key (/w/workspace/edgex-go/44@tmp/private_key_4723496849890211503.key) 00:43:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:43:08 + git tag --points-at HEAD [Pipeline] } 00:43:08 $ docker exec --env ******** --env ******** c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c ssh-agent -k 00:43:08 unset SSH_AUTH_SOCK; 00:43:08 unset SSH_AGENT_PID; 00:43:08 echo Agent pid 17 killed; 00:43:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:43:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:43:08 [ssh-agent] Looking for ssh-agent implementation... 00:43:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:43:08 $ docker exec c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c ssh-agent 00:43:08 SSH_AUTH_SOCK=/tmp/ssh-K7tZi3oIabzS/agent.46 00:43:08 SSH_AGENT_PID=51 00:43:08 Running ssh-add (command line suppressed) 00:43:09 Identity added: /w/workspace/edgex-go/44@tmp/private_key_8748983429957021362.key (/w/workspace/edgex-go/44@tmp/private_key_8748983429957021362.key) 00:43:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:43:09 + git semver init 00:43:09 # -> Open(): unable to determine branch for HEAD 00:43:09 # $GIT_DIR = /w/workspace/edgex-go/44/.git 00:43:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/44 00:43:09 # $SEMVER_REMOTE_NAME = origin 00:43:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:43:09 # $SEMVER_USER_NAME = edgex-jenkins 00:43:09 # $SEMVER_BRANCH = PR-3234 00:43:09 # $SEMVER_TEMP = /tmp/semver-899358239 00:43:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:43:56 # '/tmp/semver-899358239' -> '/w/workspace/edgex-go/44/.semver' 00:43:56 # -> Force: false 00:43:56 # $SEMVER_DIR = /w/workspace/edgex-go/44/.semver [Pipeline] } 00:43:56 $ docker exec --env ******** --env ******** c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c ssh-agent -k 00:43:56 unset SSH_AUTH_SOCK; 00:43:56 unset SSH_AGENT_PID; 00:43:56 echo Agent pid 51 killed; 00:43:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:43:57 + git semver [Pipeline] } 00:43:57 $ docker stop --time=1 c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c 00:43:59 $ docker rm -f c9c8cbb2acbaf74070985ebf7de0ee1542a7a1a773b3c16f56293eb04ff76f1c [Pipeline] // withDockerContainer [Pipeline] sh 00:43:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:44:00 Stashed 1 file(s) [Pipeline] echo 00:44:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:44:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:44:02 + sudo service docker restart 00:44:02 + true 00:44:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:44:02 ========================================================= 00:44:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:44:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:44:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:44:07 Sending build context to Docker daemon 328.9MB 00:44:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:44:07 Step 2/6 : FROM ${BASE} 00:44:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:44:07 188c0c94c7c5: Pulling fs layer 00:44:07 0ef7d3d256c8: Pulling fs layer 00:44:07 de9db76c5a1d: Pulling fs layer 00:44:07 bca2f99d35d6: Pulling fs layer 00:44:07 93359f2a8cfa: Pulling fs layer 00:44:07 7c6f9722023f: Pulling fs layer 00:44:07 a35cf1a2eb13: Pulling fs layer 00:44:07 bca2f99d35d6: Waiting 00:44:07 93359f2a8cfa: Waiting 00:44:07 7c6f9722023f: Waiting 00:44:07 a35cf1a2eb13: Waiting 00:44:07 de9db76c5a1d: Download complete 00:44:07 0ef7d3d256c8: Verifying Checksum 00:44:07 0ef7d3d256c8: Download complete 00:44:07 93359f2a8cfa: Verifying Checksum 00:44:07 93359f2a8cfa: Download complete 00:44:07 188c0c94c7c5: Verifying Checksum 00:44:07 188c0c94c7c5: Download complete 00:44:07 7c6f9722023f: Verifying Checksum 00:44:07 7c6f9722023f: Download complete 00:44:07 188c0c94c7c5: Pull complete 00:44:07 0ef7d3d256c8: Pull complete 00:44:07 de9db76c5a1d: Pull complete 00:44:09 a35cf1a2eb13: Verifying Checksum 00:44:09 a35cf1a2eb13: Download complete 00:44:09 bca2f99d35d6: Verifying Checksum 00:44:09 bca2f99d35d6: Download complete 00:44:15 bca2f99d35d6: Pull complete 00:44:15 93359f2a8cfa: Pull complete 00:44:15 7c6f9722023f: Pull complete 00:44:15 Still waiting to schedule task 00:44:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:44:20 a35cf1a2eb13: Pull complete 00:44:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:44:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:44:20 ---> a62c8e92a672 00:44:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:44:20 ---> Running in cb235841534f 00:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:24 (1/12) Installing libmagic (5.38-r0) 00:44:24 (2/12) Installing file (5.38-r0) 00:44:24 (3/12) Installing libc-dev (0.7.2-r3) 00:44:24 (4/12) Installing g++ (9.3.0-r2) 00:44:46 (5/12) Installing fortify-headers (1.1-r0) 00:44:46 (6/12) Installing patch (2.7.6-r6) 00:44:46 (7/12) Installing build-base (0.5-r2) 00:44:46 (8/12) Installing libsodium (1.0.18-r0) 00:44:46 (9/12) Installing pkgconf (1.7.2-r0) 00:44:46 (10/12) Installing libsodium-dev (1.0.18-r0) 00:44:46 (11/12) Installing libzmq (4.3.3-r0) 00:44:46 (12/12) Installing zeromq-dev (4.3.3-r0) 00:44:46 Executing busybox-1.31.1-r19.trigger 00:44:46 OK: 233 MiB in 51 packages 00:44:48 Removing intermediate container cb235841534f 00:44:48 ---> 3e05f48a99ca 00:44:48 Step 4/6 : WORKDIR /edgex-go 00:44:48 ---> Running in fbec8d2485e2 00:44:48 Removing intermediate container fbec8d2485e2 00:44:48 ---> 1a2b87019f38 00:44:48 Step 5/6 : COPY go.mod . 00:44:48 ---> 41bec8c0024b 00:44:48 Step 6/6 : RUN go mod download 00:44:48 ---> Running in 809b9833c95b 00:45:10 Removing intermediate container 809b9833c95b 00:45:10 ---> 816a0095f0a9 00:45:10 Successfully built 816a0095f0a9 00:45:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:45:11 + docker inspect -f . ci-base-image-x86_64 00:45:11 . [Pipeline] withDockerContainer 00:45:11 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 00:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-x86_64 cat 00:45:12 $ docker top e8dddb056876733880f5740d9d20e483b14c09a9ea4b5e0250fc240cd40ab407 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:12 + go version 00:45:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:45:12 $ docker stop --time=1 e8dddb056876733880f5740d9d20e483b14c09a9ea4b5e0250fc240cd40ab407 00:45:14 $ docker rm -f e8dddb056876733880f5740d9d20e483b14c09a9ea4b5e0250fc240cd40ab407 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:15 + docker inspect -f . ci-base-image-x86_64 00:45:15 . [Pipeline] withDockerContainer 00:45:15 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 00:45:15 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-x86_64 cat 00:45:15 $ docker top 2a6b9ce9c4e44791e26063408a21e64144b61896c284bf2cde74bd49fb58d89e -eo pid,comm [Pipeline] { [Pipeline] echo 00:45:16 ========================================================= 00:45:16 [edgeXBuildGoParallel] Running Tests and Build... 00:45:16 ========================================================= [Pipeline] sh 00:45:16 + make test 00:45:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:45:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:45:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:45:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:45:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:45:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:45:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:45:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:45:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:45:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:45:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:45:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:45:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.163s coverage: 45.9% of statements 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:45:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 19.8% of statements 00:45:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.1% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 00:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.161s coverage: 86.7% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:46:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:46:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 92.8% of statements 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 1.0% of statements 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:46:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 00:46:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 00:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 00:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements 00:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.233s coverage: 82.6% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.097s coverage: 92.9% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.6% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 69.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 38.4% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.1% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.758s coverage: 29.1% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 94.6% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:46:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:46:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:46:35 GO111MODULE=on go vet ./... 00:47:07 gofmt -l . 00:47:07 [ "`gofmt -l .`" = "" ] 00:47:07 ./bin/test-go-mod-tidy.sh 00:47:07 ./bin/test-attribution-txt.sh [Pipeline] sh 00:47:07 + ls -al . 00:47:07 total 780 00:47:07 drwxrwxr-x 10 1001 1001 4096 Mar 30 00:47 . 00:47:07 drwxr-xr-x 4 root root 30 Mar 30 00:45 .. 00:47:07 -rw-rw-r-- 1 1001 1001 11 Mar 30 00:42 .dockerignore 00:47:07 drwxrwxr-x 8 1001 1001 179 Mar 30 00:42 .git 00:47:07 drwxrwxr-x 3 1001 1001 125 Mar 30 00:42 .github 00:47:07 -rw-rw-r-- 1 1001 1001 818 Mar 30 00:42 .gitignore 00:47:07 drwx------ 3 1001 1001 60 Mar 30 00:43 .semver 00:47:07 -rw-rw-r-- 1 1001 1001 166 Mar 30 00:42 .sonarcloud.properties 00:47:07 -rw-rw-r-- 1 1001 1001 8607 Mar 30 00:42 Attribution.txt 00:47:07 -rw-rw-r-- 1 1001 1001 3804 Mar 30 00:42 CONTRIBUTING.md 00:47:07 -rw-rw-r-- 1 1001 1001 931 Mar 30 00:42 Dockerfile.build 00:47:07 -rw-rw-r-- 1 1001 1001 863 Mar 30 00:42 Jenkinsfile 00:47:07 -rw-rw-r-- 1 1001 1001 10775 Mar 30 00:42 LICENSE 00:47:07 -rw-rw-r-- 1 1001 1001 5774 Mar 30 00:42 Makefile 00:47:07 -rw-rw-r-- 1 1001 1001 6548 Mar 30 00:42 README.md 00:47:07 -rw-rw-r-- 1 1001 1001 6755 Mar 30 00:42 SECURITY.md 00:47:07 -rw-rw-r-- 1 1001 1001 5 Mar 30 00:43 VERSION 00:47:07 -rw-rw-r-- 1 1001 1001 4131 Mar 30 00:42 ZMQWindows.md 00:47:07 drwxrwxr-x 2 1001 1001 117 Mar 30 00:42 bin 00:47:07 drwxrwxr-x 14 1001 1001 4096 Mar 30 00:42 cmd 00:47:07 -rw-r--r-- 1 root root 668090 Mar 30 00:46 coverage.out 00:47:07 -rw-r--r-- 1 root root 1057 Mar 30 00:47 go.mod 00:47:07 -rw-r--r-- 1 root root 22759 Mar 30 00:47 go.sum 00:47:07 drwxrwxr-x 8 1001 1001 127 Mar 30 00:42 internal 00:47:07 drwxrwxr-x 4 1001 1001 26 Mar 30 00:42 openapi 00:47:07 drwxrwxr-x 4 1001 1001 71 Mar 30 00:42 snap 00:47:07 -rw-rw-r-- 1 1001 1001 168 Mar 30 00:42 version.go [Pipeline] sh 00:47:07 + '[' -e coverage.out ] 00:47:07 + chown 1001:1001 coverage.out [Pipeline] stash 00:47:08 Stashed 1 file(s) [Pipeline] sh 00:47:08 + make build 00:47:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:47:36 $ docker stop --time=1 2a6b9ce9c4e44791e26063408a21e64144b61896c284bf2cde74bd49fb58d89e 00:47:38 $ docker rm -f 2a6b9ce9c4e44791e26063408a21e64144b61896c284bf2cde74bd49fb58d89e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:47:40 00:47:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:47:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:47:41 latest: Pulling from edgex-devops/edgex-compose 00:47:41 cbdbe7a5bc2a: Pulling fs layer 00:47:41 ca9280d653b3: Pulling fs layer 00:47:41 7e9c9ca2126c: Pulling fs layer 00:47:41 cbdbe7a5bc2a: Verifying Checksum 00:47:41 cbdbe7a5bc2a: Download complete 00:47:41 ca9280d653b3: Verifying Checksum 00:47:41 ca9280d653b3: Download complete 00:47:41 cbdbe7a5bc2a: Pull complete 00:47:42 7e9c9ca2126c: Download complete 00:47:43 ca9280d653b3: Pull complete 00:47:51 7e9c9ca2126c: Pull complete 00:47:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:47:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:47:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:47:51 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 00:47:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:47:52 $ docker top 749408b70103f6973a84da6d856b2f45d5a6948a1ff4584940a472b5c124eb60 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:53 + docker-compose build --help 00:47:53 + grep parallel 00:47:54 --parallel Build images in parallel. [Pipeline] } 00:47:54 $ docker stop --time=1 749408b70103f6973a84da6d856b2f45d5a6948a1ff4584940a472b5c124eb60 00:47:55 $ docker rm -f 749408b70103f6973a84da6d856b2f45d5a6948a1ff4584940a472b5c124eb60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:47:56 . [Pipeline] withDockerContainer 00:47:56 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 00:47:56 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:47:57 $ docker top cfa0e35adef225e0e2be013d791c070d61f911b38289c395496685f89f713e88 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:47:58 Building docker-core-command-go ... 00:47:58 Building docker-core-data-go ... 00:47:58 Building docker-core-metadata-go ... 00:47:58 Building docker-security-bootstrapper-go ... 00:47:58 Building docker-security-proxy-setup-go ... 00:47:58 Building docker-security-secretstore-setup-go ... 00:47:58 Building docker-support-notifications-go ... 00:47:58 Building docker-support-scheduler-go ... 00:47:58 Building docker-sys-mgmt-agent-go ... 00:47:58 Building docker-security-secretstore-setup-go 00:47:58 Building docker-core-metadata-go 00:47:58 Building docker-security-proxy-setup-go 00:47:58 Building docker-support-scheduler-go 00:47:58 Building docker-sys-mgmt-agent-go 00:48:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 816a0095f0a9 00:48:37 Step 3/22 : WORKDIR /edgex-go 00:48:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 816a0095f0a9 00:48:37 Step 3/24 : WORKDIR /edgex-go 00:48:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 816a0095f0a9 00:48:37 Step 3/26 : WORKDIR /edgex-go 00:48:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 816a0095f0a9 00:48:37 Step 3/21 : WORKDIR /edgex-go 00:48:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:37 ---> 816a0095f0a9 00:48:37 Step 3/23 : WORKDIR /edgex-go 00:48:37 ---> Running in dae18ae4441c 00:48:37 ---> Running in de74e245d90d 00:48:37 ---> Running in 9bf5098693b4 00:48:37 ---> Running in ddc5dc5467c2 00:48:37 ---> Running in 849d1897879d 00:48:37 Removing intermediate container 9bf5098693b4 00:48:37 ---> 999be1af9eb2 00:48:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 Removing intermediate container dae18ae4441c 00:48:37 ---> 74d84d3103a2 00:48:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 Removing intermediate container de74e245d90d 00:48:37 ---> 32fb0e5bee27 00:48:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 Removing intermediate container ddc5dc5467c2 00:48:37 ---> acfb7820f304 00:48:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 Removing intermediate container 849d1897879d 00:48:37 ---> b639220b4280 00:48:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:37 ---> Running in 3cada13d6616 00:48:37 ---> Running in 713a19daa1eb 00:48:37 ---> Running in 3e948a46114f 00:48:37 ---> Running in c0affd78af31 00:48:37 ---> Running in 5e2fe9c9fc15 00:48:37 Removing intermediate container 3e948a46114f 00:48:37 ---> 8ce328f6445f 00:48:37 Step 5/24 : RUN apk add --update --no-cache make git 00:48:37 ---> Running in fa904e1969e6 00:48:37 Removing intermediate container 3cada13d6616 00:48:37 ---> 852b6b5e4df1 00:48:37 Step 5/22 : RUN apk add --update --no-cache make git 00:48:37 Removing intermediate container c0affd78af31 00:48:37 ---> dcb4e13e30b3 00:48:37 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:37 Removing intermediate container 713a19daa1eb 00:48:37 ---> a50f03ba5849 00:48:37 Step 5/21 : RUN apk add --update --no-cache make git 00:48:37 Removing intermediate container 5e2fe9c9fc15 00:48:37 ---> 3ea87a6f3da7 00:48:37 Step 5/23 : RUN apk add --update --no-cache make git 00:48:37 ---> Running in 12ef3170dab7 00:48:37 ---> Running in 15c8e46d57a6 00:48:37 ---> Running in fd37d4980a1e 00:48:37 ---> Running in 3ce0ada562c1 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:38 OK: 233 MiB in 51 packages 00:48:39 OK: 233 MiB in 51 packages 00:48:39 OK: 233 MiB in 51 packages 00:48:39 OK: 233 MiB in 51 packages 00:48:39 OK: 233 MiB in 51 packages 00:48:39 Removing intermediate container fa904e1969e6 00:48:39 ---> a01d6e6fafce 00:48:39 Step 6/24 : COPY go.mod . 00:48:40 ---> c12cbaa981ab 00:48:40 Step 7/24 : RUN go mod download 00:48:40 ---> Running in 2d6ff3665ebe 00:48:40 Removing intermediate container fd37d4980a1e 00:48:40 ---> 1b461d4fa084 00:48:40 Step 6/21 : COPY go.mod . 00:48:40 Removing intermediate container 3ce0ada562c1 00:48:40 ---> f821e8c108e1 00:48:40 Step 6/23 : COPY go.mod . 00:48:40 Removing intermediate container 15c8e46d57a6 00:48:40 ---> 7283d75d8b81 00:48:40 Step 6/26 : COPY go.mod . 00:48:40 Removing intermediate container 12ef3170dab7 00:48:40 ---> 3e9f17d4b77f 00:48:40 Step 6/22 : COPY go.mod . 00:48:40 ---> 4816f34bedcf 00:48:40 Step 7/21 : RUN go mod download 00:48:40 ---> f2a56ac036dd 00:48:40 Step 7/23 : RUN go mod download 00:48:40 ---> Running in f768191029d1 00:48:41 ---> Running in 9062690e078b 00:48:41 ---> 22b9948fd101 00:48:41 Step 7/26 : RUN go mod download 00:48:41 ---> 1f3d614e016b 00:48:41 Step 7/22 : RUN go mod download 00:48:41 ---> Running in e56eb0be6a75 00:48:41 ---> Running in b0f68765c42b 00:48:43 Removing intermediate container 2d6ff3665ebe 00:48:43 ---> 2b30a3c67e6d 00:48:43 Step 8/24 : COPY . . 00:48:43 Removing intermediate container f768191029d1 00:48:43 ---> 4328b99b7320 00:48:43 Step 8/21 : COPY . . 00:48:47 Removing intermediate container e56eb0be6a75 00:48:47 ---> c6561e921d0a 00:48:47 Step 8/26 : COPY . . 00:48:47 Removing intermediate container 9062690e078b 00:48:47 ---> 674ca8bbb290 00:48:47 Step 8/23 : COPY . . 00:48:48 Removing intermediate container b0f68765c42b 00:48:48 ---> e1471556b1ba 00:48:48 Step 8/22 : COPY . . 00:49:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31933 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:49:17 Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout 00:49:23 using credential edgex-jenkins-ssh 00:49:23 Cloning the remote Git repository 00:49:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:49:23 > git init /w/workspace/edgex-go/44 # timeout=10 00:49:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:23 > git --version # timeout=10 00:49:23 > git --version # 'git version 2.17.1' 00:49:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:27 ---> 91e847cd4255 00:49:27 ---> cf610f11129f 00:49:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:27 00:49:27 ---> 4039b2d669f4 00:49:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:27 ---> Running in 930cc9af1364 00:49:27 ---> Running in b6dda3459dad 00:49:27 ---> Running in fed9fc7477a7 00:49:27 ---> e99ae18d817d 00:49:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:27 ---> 5bd31c650bf1 00:49:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:27 ---> Running in a775968b755d 00:49:27 ---> Running in a0bd1860ca5c 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:49:42 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:49:42 Merge succeeded, producing ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:49:42 Checking out Revision ca94abc708ca01bb5b64868ff0b76537e5a207d7 (PR-3234) 00:49:42 > git config core.sparsecheckout # timeout=10 00:49:42 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:49:42 > git remote # timeout=10 00:49:42 > git config --get remote.origin.url # timeout=10 00:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:42 > git merge 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e # timeout=10 00:49:42 > git rev-parse HEAD^{commit} # timeout=10 00:49:42 > git config core.sparsecheckout # timeout=10 00:49:42 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:49:47 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:49:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:49:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:49:49 + true 00:49:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:49:52 provisioning config files... 00:49:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config4842572085089415698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:53 ---> docker-login.sh 00:49:53 nexus3.edgexfoundry.org:10001 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 nexus3.edgexfoundry.org:10002 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 nexus3.edgexfoundry.org:10003 00:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:55 Configure a credential helper to remove this warning. See 00:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:55 00:49:55 Login Succeeded 00:49:55 nexus3.edgexfoundry.org:10004 00:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 docker.io 00:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:56 Configure a credential helper to remove this warning. See 00:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:56 00:49:56 Login Succeeded 00:49:56 ---> docker-login.sh ends [Pipeline] } 00:49:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:49:57 ========================================================= 00:49:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:49:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:49:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:50:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:00 Sending build context to Docker daemon 167MB 00:50:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:50:00 Step 2/6 : FROM ${BASE} 00:50:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:50:00 5f621e34cdf4: Pulling fs layer 00:50:00 a4357932f1b6: Pulling fs layer 00:50:00 18c013af1878: Pulling fs layer 00:50:00 00ac8860ef70: Pulling fs layer 00:50:00 63d7cb157983: Pulling fs layer 00:50:00 00ac8860ef70: Waiting 00:50:00 b116817d02f9: Pulling fs layer 00:50:00 745a02a5169b: Pulling fs layer 00:50:00 b116817d02f9: Waiting 00:50:00 63d7cb157983: Waiting 00:50:00 745a02a5169b: Waiting 00:50:00 18c013af1878: Download complete 00:50:00 a4357932f1b6: Verifying Checksum 00:50:00 a4357932f1b6: Download complete 00:50:00 63d7cb157983: Verifying Checksum 00:50:00 63d7cb157983: Download complete 00:50:00 b116817d02f9: Verifying Checksum 00:50:00 b116817d02f9: Download complete 00:50:00 5f621e34cdf4: Verifying Checksum 00:50:00 5f621e34cdf4: Download complete 00:50:00 5f621e34cdf4: Pull complete 00:50:01 a4357932f1b6: Pull complete 00:50:01 18c013af1878: Pull complete 00:50:02 745a02a5169b: Download complete 00:50:03 00ac8860ef70: Verifying Checksum 00:50:03 00ac8860ef70: Download complete 00:50:06 Removing intermediate container fed9fc7477a7 00:50:06 ---> 60adec308eb2 00:50:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:06 ---> Running in a268f2f79d7e 00:50:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:14 Removing intermediate container b6dda3459dad 00:50:14 ---> 6e0792907c8f 00:50:14 00:50:14 Step 10/21 : FROM alpine:3.12 00:50:14 Removing intermediate container 930cc9af1364 00:50:14 ---> c3ab62c1abe9 00:50:14 00:50:14 Step 10/24 : FROM alpine:3.12 00:50:14 3.12: Pulling from library/alpine 00:50:14 3.12: Pulling from library/alpine 00:50:14 Removing intermediate container a775968b755d 00:50:14 ---> e67b51ed0f75 00:50:14 00:50:14 Step 10/22 : FROM alpine:3.12 00:50:14 Removing intermediate container a0bd1860ca5c 00:50:14 ---> 65d6524b2ebd 00:50:14 00:50:14 Step 10/23 : FROM alpine:3.12 00:50:14 3.12: Pulling from library/alpine 00:50:14 3.12: Pulling from library/alpine 00:50:14 Removing intermediate container a268f2f79d7e 00:50:14 ---> 9b01628f271d 00:50:14 00:50:14 Step 11/26 : FROM docker:20.10.0 00:50:14 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:50:14 20.10.0: Pulling from library/docker 00:50:14 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:50:14 Status: Downloaded newer image for alpine:3.12 00:50:14 Status: Image is up to date for alpine:3.12 00:50:14 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:50:14 Status: Image is up to date for alpine:3.12 00:50:14 ---> 42cb162f0360 00:50:14 ---> 42cb162f0360 00:50:14 Step 11/21 : RUN apk add --update --no-cache curlStep 11/22 : RUN apk add --update --no-cache dumb-init 00:50:14 00:50:14 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:50:14 Status: Image is up to date for alpine:3.12 00:50:14 ---> 42cb162f0360 00:50:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:50:14 ---> 42cb162f0360 00:50:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:14 ---> Running in 425f20f585c5 00:50:14 ---> Running in fed758f0a670 00:50:14 ---> Running in 0d2d70d60e2e 00:50:14 ---> Running in a2079072fd7a 00:50:16 00ac8860ef70: Pull complete 00:50:16 63d7cb157983: Pull complete 00:50:16 b116817d02f9: Pull complete 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 (1/1) Installing dumb-init (1.2.2-r1) 00:50:16 Executing busybox-1.31.1-r19.trigger 00:50:16 OK: 6 MiB in 15 packages 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:16 (1/1) Installing dumb-init (1.2.2-r1) 00:50:16 Executing busybox-1.31.1-r19.trigger 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:16 OK: 6 MiB in 15 packages 00:50:16 (1/4) Installing ca-certificates (20191127-r4) 00:50:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:16 (3/4) Installing libcurl (7.69.1-r3) 00:50:16 (4/4) Installing curl (7.69.1-r3) 00:50:16 Executing busybox-1.31.1-r19.trigger 00:50:16 Executing ca-certificates-20191127-r4.trigger 00:50:17 OK: 7 MiB in 18 packages 00:50:17 (1/6) Installing ca-certificates (20191127-r4) 00:50:17 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:50:17 (3/6) Installing libcurl (7.69.1-r3) 00:50:17 (4/6) Installing curl (7.69.1-r3) 00:50:17 (5/6) Installing dumb-init (1.2.2-r1) 00:50:17 (6/6) Installing su-exec (0.2-r1) 00:50:17 Executing busybox-1.31.1-r19.trigger 00:50:17 Executing ca-certificates-20191127-r4.trigger 00:50:17 OK: 7 MiB in 20 packages 00:50:18 Removing intermediate container fed758f0a670 00:50:18 ---> b02961a4fee2 00:50:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:18 ---> Running in 4227fc785330 00:50:18 745a02a5169b: Pull complete 00:50:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:50:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:50:18 ---> b7e6874047d6 00:50:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:50:19 Removing intermediate container 0d2d70d60e2e 00:50:19 ---> 2bf392a8f27d 00:50:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:19 Removing intermediate container a2079072fd7a 00:50:19 ---> 935dff94560d 00:50:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:19 ---> Running in 36426ef671ea 00:50:19 Removing intermediate container 4227fc785330 00:50:19 ---> be90e5095c7c 00:50:19 Step 13/22 : ENV APP_PORT=48085 00:50:19 Removing intermediate container 425f20f585c5 00:50:19 ---> 09815d181023 00:50:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:19 ---> Running in 7ae387100b55 00:50:19 ---> Running in ab4e311abbc5 00:50:19 ---> Running in a7ecf97e6e06 00:50:21 Removing intermediate container 36426ef671ea 00:50:21 ---> 8f3aa6c9dbfb 00:50:21 Step 13/23 : ENV APP_PORT=48081 00:50:21 ---> Running in 1df2a2a25cd3 00:50:21 Removing intermediate container a7ecf97e6e06 00:50:21 ---> cd5178937ea2 00:50:21 Step 13/24 : WORKDIR / 00:50:21 Removing intermediate container 7ae387100b55 00:50:21 ---> 3067799310f0 00:50:21 Step 13/21 : WORKDIR /edgex 00:50:21 Removing intermediate container ab4e311abbc5 00:50:21 ---> 661605aa90f6 00:50:21 Step 14/22 : EXPOSE $APP_PORT 00:50:21 ---> Running in 79c8c620c20b 00:50:21 ---> Running in 286fbdaabbc7 00:50:21 ---> Running in 77e2014b50bd 00:50:21 Removing intermediate container 1df2a2a25cd3 00:50:21 ---> 0fbf8705346f 00:50:21 Step 14/23 : EXPOSE $APP_PORT 00:50:21 ---> Running in 012af97ea357 00:50:21 Removing intermediate container 79c8c620c20b 00:50:21 ---> f71361d17fa4 00:50:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:21 Removing intermediate container 286fbdaabbc7 00:50:21 ---> 48f860866f2d 00:50:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:21 Removing intermediate container 77e2014b50bd 00:50:21 ---> 39835dec7de2 00:50:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:22 Status: Downloaded newer image for docker:20.10.0 00:50:22 ---> aefe523efa57 00:50:22 Step 12/26 : RUN apk add --no-cache bash 00:50:22 Removing intermediate container 012af97ea357 00:50:22 ---> 2f68db01f0d9 00:50:22 Step 15/23 : WORKDIR / 00:50:22 ---> Running in 940d757ca35a 00:50:22 ---> Running in dc2badef18f2 00:50:22 ---> Running in 3cd768469b1d 00:50:22 ---> d34aab416eb6 00:50:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:22 ---> c21ee7429758 00:50:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:22 ---> f2f40479f575 00:50:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:22 Removing intermediate container 3cd768469b1d 00:50:22 ---> 48148f19b607 00:50:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:23 ---> 9aba235bd36d 00:50:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:23 ---> 592889a003a3 00:50:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:23 ---> 74e876aad2a9 00:50:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:23 ---> 81f1c852b48a 00:50:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:23 (1/2) Installing readline (8.0.4-r0) 00:50:23 (2/2) Installing bash (5.0.17-r0) 00:50:23 Executing bash-5.0.17-r0.post-install 00:50:23 Executing busybox-1.31.1-r19.trigger 00:50:23 OK: 12 MiB in 22 packages 00:50:23 ---> 76c543af2e09 00:50:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:24 ---> 220ab0019f39 00:50:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:24 ---> 8e1de71f0aad 00:50:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:24 ---> 9422e4e86cb9 00:50:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:24 ---> Running in b665d0154226 00:50:24 ---> Running in ba64b055ff6d 00:50:24 ---> b8e196b5344b 00:50:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:24 Removing intermediate container ba64b055ff6d 00:50:24 ---> 1fdba044af96 00:50:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:24 Removing intermediate container b665d0154226 00:50:24 ---> 45991cd64ec3 00:50:24 Step 18/21 : CMD ["--init=true"] 00:50:24 Removing intermediate container dc2badef18f2 00:50:24 ---> c6f1209ed1e2 00:50:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:24 ---> 2651b7fea772 00:50:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:25 ---> Running in dace3fe8f637 00:50:25 ---> Running in dfda453fae00 00:50:25 ---> Running in 145f03ff7af7 00:50:25 ---> Running in e01a133f3c0d 00:50:25 ---> ea7affde21e9 00:50:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:25 Removing intermediate container dace3fe8f637 00:50:25 ---> 24155dcded1b 00:50:25 Step 20/22 : LABEL arch=x86_64 00:50:25 Removing intermediate container dfda453fae00 00:50:25 ---> 036e84a7dd5d 00:50:25 Step 19/21 : LABEL arch=x86_64 00:50:25 Removing intermediate container 145f03ff7af7 00:50:25 ---> 91a5bd7664ec 00:50:25 Step 14/26 : ENV APP_PORT=48090 00:50:25 Removing intermediate container e01a133f3c0d 00:50:25 ---> 92068c306913 00:50:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:25 ---> Running in 288361c41873 00:50:25 ---> Running in 10c9c9047e60 00:50:25 ---> Running in 82242c700a07 00:50:25 ---> Running in 4090bcad6267 00:50:25 (1/12) Installing libmagic (5.38-r0) 00:50:25 ---> 55a0adefdd11 00:50:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:25 ---> Running in bb132fa70908 00:50:26 Removing intermediate container 288361c41873 00:50:26 ---> 04a5f466e842 00:50:26 Step 21/22 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:50:26 Removing intermediate container 10c9c9047e60 00:50:26 ---> c115d353edce 00:50:26 Step 20/21 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:50:26 Removing intermediate container 4090bcad6267 00:50:26 ---> 82c7084f63d1 00:50:26 Step 21/23 : LABEL arch=x86_64 00:50:26 (2/12) Installing file (5.38-r0) 00:50:26 (3/12) Installing libc-dev (0.7.2-r3) 00:50:26 (4/12) Installing g++ (9.3.0-r2) 00:50:26 Removing intermediate container 82242c700a07 00:50:26 ---> 3f0ee05b9e7e 00:50:26 Step 15/26 : EXPOSE $APP_PORT 00:50:26 ---> Running in 85edeee287d0 00:50:26 ---> Running in f5a055092646 00:50:26 ---> Running in 4044401d7e88 00:50:26 ---> Running in 9a2d82c2a398 00:50:27 Removing intermediate container f5a055092646 00:50:27 ---> f7e4ba3ad506 00:50:27 Step 21/21 : LABEL version=0.0.0 00:50:27 Removing intermediate container 85edeee287d0 00:50:27 ---> f37a682e1f45 00:50:27 Step 22/22 : LABEL version=0.0.0 00:50:27 Removing intermediate container 9a2d82c2a398 00:50:27 ---> 32eb41fc8035 00:50:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:27 Removing intermediate container 4044401d7e88 00:50:27 ---> 92c11f50800d 00:50:27 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:50:27 ---> Running in 3c58d58d33ef 00:50:27 ---> Running in 96fd941c9492 00:50:27 ---> Running in 9f29a89d0b17 00:50:27 Removing intermediate container 3c58d58d33ef 00:50:27 ---> df3856d38c2a 00:50:27 00:50:27 Removing intermediate container 9f29a89d0b17 00:50:27 ---> 6edfc96e48d0 00:50:27 00:50:27 Removing intermediate container 96fd941c9492 00:50:27 ---> 6524fb0d34ad 00:50:27 Step 23/23 : LABEL version=0.0.0 00:50:27 ---> 19a5e875834b 00:50:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:27 ---> Running in 79487c5dc77c 00:50:28 Successfully built df3856d38c2a 00:50:28 Successfully built 6edfc96e48d0 00:50:28 Successfully tagged docker-support-scheduler-go:latest 00:50:28 Successfully tagged docker-security-proxy-setup-go:latest 00:50:28 Removing intermediate container bb132fa70908 00:50:28 ---> fe684a87f068 00:50:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:28 Building docker-core-command-go 00:50:28  Building docker-security-proxy-setup-go ... done  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:50:28 ---> Running in 47113447826d 00:50:28 Removing intermediate container 79487c5dc77c 00:50:28 ---> f79083810198 00:50:28 00:50:28 ---> 686ff5c94d9b 00:50:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:28 Removing intermediate container 47113447826d 00:50:28 ---> 838dd5ea1b4c 00:50:28 Step 22/24 : LABEL arch=x86_64 00:50:28 Successfully built f79083810198 00:50:28 Successfully tagged docker-core-metadata-go:latest 00:50:28  Building docker-core-metadata-go ... done Building docker-core-data-go 00:50:28 ---> Running in 5413ade4b0c8 00:50:28 ---> bb4cd5889da3 00:50:28 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:28 ---> Running in 59705460d326 00:50:28 Removing intermediate container 5413ade4b0c8 00:50:28 ---> d8b0727dbd4a 00:50:28 Step 23/24 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:50:29 ---> Running in 45a4c871f1ff 00:50:29 Removing intermediate container 45a4c871f1ff 00:50:29 ---> edb86700f4ad 00:50:29 Step 24/24 : LABEL version=0.0.0 00:50:29 ---> Running in 946ad6431f0d 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:29 Removing intermediate container 946ad6431f0d 00:50:29 ---> 067b12b5c154 00:50:29 00:50:32 (1/33) Installing libbz2 (1.0.8-r1) 00:50:32 (2/33) Installing expat (2.2.9-r1) 00:50:32 (3/33) Installing libffi (3.3-r2) 00:50:32 (4/33) Installing gdbm (1.13-r1) 00:50:32 (5/33) Installing xz-libs (5.2.5-r0) 00:50:32 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:32 (7/33) Installing python3 (3.8.8-r0) 00:50:32 Successfully built 067b12b5c154 00:50:32 Successfully tagged docker-security-secretstore-setup-go:latest 00:50:32  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 00:50:36 (5/12) Installing fortify-headers (1.1-r0) 00:50:36 (6/12) Installing patch (2.7.6-r6) 00:50:36 (7/12) Installing build-base (0.5-r2) 00:50:36 (8/12) Installing libsodium (1.0.18-r0) 00:50:36 (9/12) Installing pkgconf (1.7.2-r0) 00:50:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:50:37 (11/12) Installing libzmq (4.3.3-r0) 00:50:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:50:37 Executing busybox-1.31.1-r19.trigger 00:50:37 OK: 217 MiB in 51 packages 00:50:41 Removing intermediate container 940d757ca35a 00:50:41 ---> 1d026da4ccfe 00:50:41 Step 4/6 : WORKDIR /edgex-go 00:50:41 ---> Running in 86c02c5a8b7c 00:50:42 Removing intermediate container 86c02c5a8b7c 00:50:42 ---> 8ff32ccfc34c 00:50:42 Step 5/6 : COPY go.mod . 00:50:42 ---> 64cefaee9656 00:50:42 Step 6/6 : RUN go mod download 00:50:43 ---> Running in da76e68c5004 00:50:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:45 (11/33) Installing py3-six (1.15.0-r0) 00:50:45 (12/33) Installing py3-packaging (20.4-r0) 00:50:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:45 (15/33) Installing py3-idna (2.9-r0) 00:50:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:45 (18/33) Installing py3-requests (2.23.0-r0) 00:50:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:45 (24/33) Installing py3-distro (1.5.0-r1) 00:50:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:45 (29/33) Installing py3-progress (1.5-r0) 00:50:45 (30/33) Installing py3-toml (0.10.1-r0) 00:50:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:45 (33/33) Installing py3-pip (20.1.1-r0) 00:50:45 Executing busybox-1.31.1-r19.trigger 00:50:45 OK: 71 MiB in 55 packages 00:51:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:03 ---> 816a0095f0a9 00:51:03 Step 3/23 : WORKDIR /edgex-go 00:51:03 ---> Using cache 00:51:03 ---> b639220b4280 00:51:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:03 ---> Using cache 00:51:03 ---> 3ea87a6f3da7 00:51:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:51:03 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:51:03 ---> 816a0095f0a9 00:51:03 Step 3/31 : WORKDIR /edgex-go 00:51:03 ---> Using cache 00:51:03 ---> b639220b4280 00:51:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:03 ---> Using cache 00:51:03 ---> 3ea87a6f3da7 00:51:03 Step 5/31 : RUN apk add --update --no-cache make git 00:51:03 ---> Using cache 00:51:03 ---> f821e8c108e1 00:51:03 Step 6/31 : COPY go.mod . 00:51:03 ---> Using cache 00:51:03 ---> f2a56ac036dd 00:51:03 Step 7/31 : RUN go mod download 00:51:03 ---> Using cache 00:51:03 ---> 674ca8bbb290 00:51:03 Step 8/31 : COPY . . 00:51:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:03 ---> 816a0095f0a9 00:51:03 Step 3/23 : WORKDIR /edgex-go 00:51:03 ---> Using cache 00:51:03 ---> b639220b4280 00:51:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:03 ---> Using cache 00:51:03 ---> 3ea87a6f3da7 00:51:03 Step 5/23 : RUN apk add --update --no-cache make git 00:51:03 ---> Using cache 00:51:03 ---> f821e8c108e1 00:51:03 Step 6/23 : COPY go.mod . 00:51:03 ---> Using cache 00:51:03 ---> f2a56ac036dd 00:51:03 Step 7/23 : RUN go mod download 00:51:03 ---> Using cache 00:51:03 ---> 674ca8bbb290 00:51:03 Step 8/23 : COPY . . 00:51:03 ---> Using cache 00:51:03 ---> e99ae18d817d 00:51:03 Step 9/23 : RUN make cmd/core-command/core-command 00:51:03 ---> Using cache 00:51:03 ---> e99ae18d817d 00:51:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:51:03 ---> Running in 841120cc2bf8 00:51:03 ---> Running in ed1227e7d86d 00:51:03 ---> Running in 2d14970b28d0 00:51:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:03 ---> 816a0095f0a9 00:51:03 Step 3/22 : WORKDIR /edgex-go 00:51:03 ---> Using cache 00:51:03 ---> b639220b4280 00:51:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:03 ---> Using cache 00:51:03 ---> 3ea87a6f3da7 00:51:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:51:04 ---> Running in 02327c186167 00:51:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:07 OK: 233 MiB in 51 packages 00:51:07 OK: 233 MiB in 51 packages 00:51:10 Removing intermediate container da76e68c5004 00:51:10 ---> b3fab6993e25 00:51:10 Successfully built b3fab6993e25 00:51:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:51:10 + docker inspect -f . ci-base-image-arm64 00:51:10 . [Pipeline] withDockerContainer 00:51:10 prd-ubuntu18.04-docker-arm64-4c-16g-31933 does not seem to be running inside a container 00:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:51:11 Removing intermediate container 59705460d326 00:51:11 ---> 3f0bd4ccfa0d 00:51:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:11 Removing intermediate container 841120cc2bf8 00:51:11 ---> 302774df3096 00:51:11 Step 6/23 : COPY go.mod . 00:51:11 Removing intermediate container 02327c186167 00:51:11 ---> a209cf38dea2 00:51:11 Step 6/22 : COPY go.mod . 00:51:11 ---> Running in 927b09f908b2 00:51:12 $ docker top 9cc56dc6ad3a56e90ee474750b627bb9bee0d5570970a068fe6b565838dbc784 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:13 ---> 5f94c9b192df 00:51:13 Step 7/22 : RUN go mod download 00:51:13 ---> f038e833f00e 00:51:13 Step 7/23 : RUN go mod download 00:51:13 ---> Running in 30f37765b7f6 00:51:13 ---> Running in 165a7e232e43 00:51:13 + go version 00:51:13 go version go1.15.5 linux/arm64 [Pipeline] } 00:51:13 $ docker stop --time=1 9cc56dc6ad3a56e90ee474750b627bb9bee0d5570970a068fe6b565838dbc784 00:51:15 $ docker rm -f 9cc56dc6ad3a56e90ee474750b627bb9bee0d5570970a068fe6b565838dbc784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:16 + docker inspect -f . ci-base-image-arm64 00:51:16 . [Pipeline] withDockerContainer 00:51:16 Collecting docker-compose==1.23.2 00:51:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:16 prd-ubuntu18.04-docker-arm64-4c-16g-31933 does not seem to be running inside a container 00:51:17 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:51:17 Collecting cached-property<2,>=1.2.0 00:51:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:17 Collecting PyYAML<4,>=3.10 00:51:17 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:17 Removing intermediate container 165a7e232e43 00:51:17 ---> 9e676406fef1 00:51:17 Step 8/23 : COPY . . 00:51:17 Removing intermediate container 30f37765b7f6 00:51:17 ---> 971acd84d9b8 00:51:17 Step 8/22 : COPY . . 00:51:18 $ docker top 5f7842fdffae2a3d870e9f0df21d5d5cb2ca6bb0bdd65a53e15b068715c74cb9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:51:18 ========================================================= 00:51:18 [edgeXBuildGoParallel] Running Tests and Build... 00:51:18 ========================================================= [Pipeline] sh 00:51:19 + make test 00:51:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:51:21 Collecting texttable<0.10,>=0.9.0 00:51:21 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:23 Collecting websocket-client<1.0,>=0.32.0 00:51:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:51:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:25 Collecting dockerpty<0.5,>=0.4.1 00:51:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:26 Collecting docopt<0.7,>=0.6.1 00:51:26 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:27 Collecting docker<4.0,>=3.6.0 00:51:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:29 Collecting jsonschema<3,>=2.5.1 00:51:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:31 Collecting idna<2.8,>=2.5 00:51:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:31 Collecting urllib3<1.25,>=1.21.1 00:51:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:32 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:32 Collecting docker-pycreds>=0.4.0 00:51:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:32 Installing collected packages: cached-property, PyYAML, texttable, websocket-client, idna, urllib3, requests, dockerpty, docopt, docker-pycreds, docker, jsonschema, docker-compose 00:51:33 Running setup.py install for PyYAML: started 00:51:37 Running setup.py install for PyYAML: finished with status 'done' 00:51:37 Running setup.py install for texttable: started 00:51:39 Running setup.py install for texttable: finished with status 'done' 00:51:39 Attempting uninstall: idna 00:51:39 Found existing installation: idna 2.9 00:51:39 Uninstalling idna-2.9: 00:51:39 Successfully uninstalled idna-2.9 00:51:40 Attempting uninstall: urllib3 00:51:40 Found existing installation: urllib3 1.25.9 00:51:40 Uninstalling urllib3-1.25.9: 00:51:40 Successfully uninstalled urllib3-1.25.9 00:51:44 Attempting uninstall: requests 00:51:44 Found existing installation: requests 2.23.0 00:51:44 Uninstalling requests-2.23.0: 00:51:44 Successfully uninstalled requests-2.23.0 00:51:45 Running setup.py install for dockerpty: started 00:51:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:51:48 Running setup.py install for dockerpty: finished with status 'done' 00:51:48 Running setup.py install for docopt: started 00:51:49 Running setup.py install for docopt: finished with status 'done' 00:51:51 Removing intermediate container 2d14970b28d0 00:51:51 ---> ec1500f4db83 00:51:51 00:51:51 Step 10/31 : FROM alpine:3.12 00:51:51 ---> 42cb162f0360 00:51:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:55 ---> Running in 053c1358996f 00:51:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:51:56 ---> 83f4cb261b05 00:51:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:56 Removing intermediate container ed1227e7d86d 00:51:56 ---> 22b560010317 00:51:56 00:51:56 Step 10/23 : FROM alpine:3.12 00:51:56 ---> 42cb162f0360 00:51:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:56 ---> Using cache 00:51:56 ---> 2bf392a8f27d 00:51:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:56 ---> Using cache 00:51:56 ---> 8f3aa6c9dbfb 00:51:56 Step 13/23 : ENV APP_PORT=48082 00:51:56 ---> 31ce8e6f437c 00:51:56 Step 9/23 : RUN make cmd/core-data/core-data 00:51:56 ---> Running in 874f5fa0454e 00:51:56 ---> Running in 06314acdae74 00:51:56 ---> Running in fa58b7efa397 00:51:56 Removing intermediate container 053c1358996f 00:51:56 ---> e18fcbf9d411 00:51:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:56 ---> Running in 1dbc02dddbc6 00:51:56 Removing intermediate container 06314acdae74 00:51:56 ---> b3d03d21201f 00:51:56 Step 14/23 : EXPOSE $APP_PORT 00:51:56 ---> Running in f3d911e985e4 00:51:57 Removing intermediate container f3d911e985e4 00:51:57 ---> 4f40cb903f45 00:51:57 Step 15/23 : WORKDIR / 00:51:57 ---> Running in e820f0543e9c 00:51: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 00:51:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 Removing intermediate container e820f0543e9c 00:51:58 ---> c2457030e774 00:51:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:58 (1/2) Installing dumb-init (1.2.2-r1) 00:51:58 (2/2) Installing su-exec (0.2-r1) 00:51:58 Executing busybox-1.31.1-r19.trigger 00:51:59 OK: 6 MiB in 16 packages 00:51:59 Removing intermediate container 927b09f908b2 00:51:59 ---> 3a5bf0fd3606 00:51:59 Step 21/26 : RUN apk --no-cache add curl 00:52:00 ---> 6f20b58961cd 00:52:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:00 ---> Running in 65a6d86ce825 00:52:01 Removing intermediate container 1dbc02dddbc6 00:52:01 ---> 0daf2f779b77 00:52:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:52:01 ---> Running in dc5f8212fdf8 00:52:01 ---> df9686224fd0 00:52:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:01 Removing intermediate container dc5f8212fdf8 00:52:01 ---> 0fba388a2c1e 00:52:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:01 ---> Running in a403ea66ee6f 00:52:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:01 (2/3) Installing libcurl (7.69.1-r3) 00:52:01 (3/3) Installing curl (7.69.1-r3) 00:52:02 Executing busybox-1.31.1-r19.trigger 00:52:02 OK: 72 MiB in 58 packages 00:52:02 ---> 60996afc7c9f 00:52:02 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:02 ---> Running in 6d98b99a67ad 00:52:02 Removing intermediate container a403ea66ee6f 00:52:02 ---> caf0483c0dbb 00:52:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:02 ---> Running in c666cab28119 00:52:02 Removing intermediate container 6d98b99a67ad 00:52:02 ---> eede150be9da 00:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:02 ---> Running in 075b4d8b69aa 00:52:03 Removing intermediate container 075b4d8b69aa 00:52:03 ---> 65246a75b037 00:52:03 Step 21/23 : LABEL arch=x86_64 00:52:03 ---> Running in b261b16a07ab 00:52:03 Removing intermediate container 65a6d86ce825 00:52:03 ---> 6d3131e7fa5e 00:52:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:04 ---> Running in c59bf7b7ea3e 00:52:04 Removing intermediate container b261b16a07ab 00:52:04 ---> bc22a4a86831 00:52:04 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:52:04 ---> Running in f91f3fd915c4 00:52:04 Removing intermediate container c59bf7b7ea3e 00:52:04 ---> 2d70baabe3ef 00:52:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:04 ---> Running in 2ded31c151db 00:52:04 Removing intermediate container c666cab28119 00:52:04 ---> b21a07f81998 00:52:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:52:05 Removing intermediate container f91f3fd915c4 00:52:05 ---> 9d8405f77f83 00:52:05 Step 23/23 : LABEL version=0.0.0 00:52:05 ---> Running in 05c1f07944e1 00:52:05 ---> Running in 7bf45b2ac0a9 00:52:05 Removing intermediate container 2ded31c151db 00:52:05 ---> 412a4ef8ee5b 00:52:05 Step 24/26 : LABEL arch=x86_64 00:52:05 ---> Running in 3e164f3915ac 00:52:06 Removing intermediate container 05c1f07944e1 00:52:06 ---> e4d3011d70d7 00:52:06 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:06 Removing intermediate container 7bf45b2ac0a9 00:52:06 ---> e1d09194f89e 00:52:06 00:52:06 Removing intermediate container 3e164f3915ac 00:52:06 ---> 15b2bcfb9eb1 00:52:06 Step 25/26 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:52:06 Successfully built e1d09194f89e 00:52:07 Successfully tagged docker-core-command-go:latest 00:52:08  Building docker-core-command-go ... done  ---> 5c002d3cb5f3 00:52:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:08 ---> Running in 644324c2d0a8 00:52:08 ---> Running in 4e3ec831e799 00:52:09 Removing intermediate container 644324c2d0a8 00:52:09 ---> be55cd4d8ff4 00:52:09 Step 26/26 : LABEL version=0.0.0 00:52:09 ---> Running in 840f5b614337 00:52:10 Removing intermediate container 840f5b614337 00:52:10 ---> e4f9a2287f21 00:52:10 00:52:11 Successfully built e4f9a2287f21 00:52:11 Successfully tagged docker-sys-mgmt-agent-go:latest 00:52:12  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4e3ec831e799 00:52:12 ---> de5be3fa58b2 00:52:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:13 ---> d9e4a897a0a3 00:52:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:14 ---> 4ff8baaf0aff 00:52:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:14 ---> ceb958dc113e 00:52:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:15 ---> d73b11c28f3b 00:52:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:52:16 ---> cfafb2bea7fd 00:52:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:16 ---> Running in e53ab8e0829f 00:52:16 Removing intermediate container e53ab8e0829f 00:52:16 ---> 9a4c5a5bb946 00:52:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:17 ---> 1cc7c99436f6 00:52:17 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:17 ---> Running in 5c2ea1d60f5e 00:52:19 Removing intermediate container 5c2ea1d60f5e 00:52:19 ---> 2011182d5095 00:52:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:19 ---> Running in 0c311f12f126 00:52:19 Removing intermediate container 0c311f12f126 00:52:19 ---> eafb00bb0c8d 00:52:19 Step 28/31 : CMD ["gate"] 00:52:19 ---> Running in 7456e58ff028 00:52:20 Removing intermediate container 7456e58ff028 00:52:20 ---> 1e30d5197fb9 00:52:20 Step 29/31 : LABEL arch=x86_64 00:52:20 ---> Running in a2d7a311993d 00:52:20 Removing intermediate container a2d7a311993d 00:52:20 ---> b977d6c0faed 00:52:20 Step 30/31 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:52:21 ---> Running in b6cccadd9333 00:52:24 Removing intermediate container b6cccadd9333 00:52:24 ---> d6379004241f 00:52:24 Step 31/31 : LABEL version=0.0.0 00:52:24 Removing intermediate container 874f5fa0454e 00:52:24 ---> a9899e6d8d60 00:52:24 00:52:24 Step 10/22 : FROM alpine:3.12 00:52:24 ---> 42cb162f0360 00:52:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:24 ---> Running in d5e131d8136b 00:52:24 ---> Running in f7c6d6a1c012 00:52:24 Removing intermediate container d5e131d8136b 00:52:24 ---> a16401426f2e 00:52:24 00:52:24 Successfully built a16401426f2e 00:52:24 Successfully tagged docker-security-bootstrapper-go:latest 00:52:25  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:25 (1/2) Installing ca-certificates (20191127-r4) 00:52:25 (2/2) Installing dumb-init (1.2.2-r1) 00:52:25 Executing busybox-1.31.1-r19.trigger 00:52:25 Executing ca-certificates-20191127-r4.trigger 00:52:25 OK: 6 MiB in 16 packages 00:52:27 Removing intermediate container fa58b7efa397 00:52:27 ---> 850adc07eabf 00:52:27 00:52:27 Step 10/23 : FROM alpine:3.12 00:52:27 ---> 42cb162f0360 00:52:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:27 ---> Running in a7aac004d15e 00:52:27 Removing intermediate container f7c6d6a1c012 00:52:27 ---> 256e91894595 00:52:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:27 ---> Running in a8063147d3a1 00:52:27 Removing intermediate container a7aac004d15e 00:52:27 ---> 706aa0ef2219 00:52:27 Step 12/23 : ENV APP_PORT=48080 00:52:28 ---> Running in 14a83edf6aa9 00:52:28 Removing intermediate container a8063147d3a1 00:52:28 ---> 0378a4974bc1 00:52:28 Step 13/22 : ENV APP_PORT=48060 00:52:28 ---> Running in e12c2879ace2 00:52:28 Removing intermediate container 14a83edf6aa9 00:52:28 ---> 3da1ad90c90b 00:52:28 Step 13/23 : EXPOSE $APP_PORT 00:52:28 ---> Running in d418a86f0cc3 00:52:28 Removing intermediate container e12c2879ace2 00:52:28 ---> 3244c9ecabb0 00:52:28 Step 14/22 : EXPOSE $APP_PORT 00:52:28 ---> Running in a51513d362f6 00:52:28 Removing intermediate container d418a86f0cc3 00:52:28 ---> 26d2c5f630bd 00:52:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:28 ---> Running in cf8430641094 00:52:28 Removing intermediate container a51513d362f6 00:52:28 ---> 1f12a7c0cfea 00:52:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:29 ---> 89c622f45511 00:52:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:29 ---> 40aebec3900f 00:52:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:29 Removing intermediate container cf8430641094 00:52:29 ---> a4ff19ccc0d8 00:52:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:29 ---> Running in cc14506456dc 00:52:29 ---> cec876407afe 00:52:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:30 ---> Running in fcd27a1278ef 00:52:30 Removing intermediate container fcd27a1278ef 00:52:30 ---> c1562f23dc93 00:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:30 ---> Running in 71e56d4eb0c5 00:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:30 Removing intermediate container 71e56d4eb0c5 00:52:30 ---> bb2af9ce9385 00:52:30 Step 20/22 : LABEL arch=x86_64 00:52:30 ---> Running in bd624955ae99 00:52:31 Removing intermediate container bd624955ae99 00:52:31 ---> 5fbc9286e5de 00:52:31 Step 21/22 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:52:31 ---> Running in 4e163d7a57e7 00:52:31 Removing intermediate container 4e163d7a57e7 00:52:31 ---> 311f3f1d1d1f 00:52:31 Step 22/22 : LABEL version=0.0.0 00:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:31 ---> Running in 886f5f1facba 00:52:32 (1/6) Installing dumb-init (1.2.2-r1) 00:52:32 Removing intermediate container 886f5f1facba 00:52:32 ---> 4fffefc83529 00:52:32 00:52:32 (2/6) Installing libgcc (9.3.0-r2) 00:52:32 (3/6) Installing libsodium (1.0.18-r0) 00:52:32 Successfully built 4fffefc83529 00:52:32 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:32 Successfully tagged docker-support-notifications-go:latest 00:52:32  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) 00:52:32 (6/6) Installing zeromq (4.3.3-r0) 00:52:32 Executing busybox-1.31.1-r19.trigger 00:52:32 OK: 8 MiB in 20 packages 00:52:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:52:33 Removing intermediate container cc14506456dc 00:52:33 ---> e29132b45607 00:52:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:33 ---> 76d98a579011 00:52:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:34 ---> 7ff0c6b24404 00:52:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:34 ---> 6419214d22c4 00:52:34 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:34 ---> Running in c242a42af3ea 00:52:34 Removing intermediate container c242a42af3ea 00:52:34 ---> b8128cf9162a 00:52:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:34 ---> Running in 5241c0c30767 00:52:35 Removing intermediate container 5241c0c30767 00:52:35 ---> df8ef8f9f154 00:52:35 Step 21/23 : LABEL arch=x86_64 00:52:35 ---> Running in 4745b7462e43 00:52:35 Removing intermediate container 4745b7462e43 00:52:35 ---> 02cf829cad9b 00:52:35 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:52:35 ---> Running in 069179c9f728 00:52:35 Removing intermediate container 069179c9f728 00:52:35 ---> 7fb3c960cfc1 00:52:35 Step 23/23 : LABEL version=0.0.0 00:52:35 ---> Running in 7a0d33a89c3f 00:52:35 Removing intermediate container 7a0d33a89c3f 00:52:35 ---> e855c6183ca9 00:52:35 00:52:36 Successfully built e855c6183ca9 00:52:36 Successfully tagged docker-core-data-go:latest 00:52:37  Building docker-core-data-go ... done  [Pipeline] } 00:52:37 $ docker stop --time=1 cfa0e35adef225e0e2be013d791c070d61f911b38289c395496685f89f713e88 00:52:38 $ docker rm -f cfa0e35adef225e0e2be013d791c070d61f911b38289c395496685f89f713e88 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:39 + docker images 00:52:39 + grep docker 00:52:39 docker-core-data-go latest e855c6183ca9 4 seconds ago 22.7MB 00:52:39 docker-support-notifications-go latest 4fffefc83529 8 seconds ago 17.9MB 00:52:39 docker-security-bootstrapper-go latest a16401426f2e 15 seconds ago 18.9MB 00:52:39 docker-sys-mgmt-agent-go latest e4f9a2287f21 29 seconds ago 314MB 00:52:39 docker-core-command-go latest e1d09194f89e 34 seconds ago 17.3MB 00:52:39 docker-security-secretstore-setup-go latest 067b12b5c154 2 minutes ago 25.7MB 00:52:39 docker-core-metadata-go latest f79083810198 2 minutes ago 19MB 00:52:39 docker-support-scheduler-go latest df3856d38c2a 2 minutes ago 17.4MB 00:52:39 docker-security-proxy-setup-go latest 6edfc96e48d0 2 minutes ago 25.4MB 00:52:39 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:52:55 Still waiting to schedule task 00:52:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:52:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:52:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:53:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:53:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:53:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:53:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:53:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements 00:53:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements 00:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.511s coverage: 27.1% of statements 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.135s coverage: 100.0% of statements 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.151s coverage: 100.0% of statements 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:53:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.325s coverage: 71.3% of statements 00:53:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:53:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.547s coverage: 82.9% of statements 00:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.213s coverage: 78.9% of statements 00:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.031s coverage: 28.6% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.234s coverage: 100.0% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.423s coverage: 86.7% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.494s coverage: 97.5% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:53:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.222s coverage: 78.3% of statements 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:53:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 1.0% of statements 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:53:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.174s coverage: 47.1% of statements 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.147s coverage: 79.5% of statements 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.138s coverage: 96.3% of statements 00:53:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 00:53:51 Running on prd-ubuntu18.04-docker-8c-8g-31935 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:53:51 Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout 00:53:53 using credential edgex-jenkins-ssh 00:53:53 Cloning the remote Git repository 00:53:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:53:53 > git init /w/workspace/edgex-go/44 # timeout=10 00:53:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:53 > git --version # timeout=10 00:53:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.146s coverage: 94.4% of statements 00:53:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.108s coverage: 44.8% of statements 00:53:53 > git --version # 'git version 2.17.1' 00:53:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.540s coverage: 82.6% of statements 00:54:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:54:04 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:54:04 Merge succeeded, producing ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:54:04 Checking out Revision ca94abc708ca01bb5b64868ff0b76537e5a207d7 (PR-3234) 00:54:04 > git config core.sparsecheckout # timeout=10 00:54:04 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:54:04 > git remote # timeout=10 00:54:04 > git config --get remote.origin.url # timeout=10 00:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:04 > git merge 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e # timeout=10 00:54:04 > git rev-parse HEAD^{commit} # timeout=10 00:54:04 > git config core.sparsecheckout # timeout=10 00:54:04 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:54:08 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:54:09 + echo snap-build.sh 00:54:09 snap-build.sh 00:54:09 + SNAP_BASE_DIR=. 00:54:09 + '[' '!' -z /w/workspace/edgex-go/44 ']' 00:54:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/44 00:54:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/44]' 00:54:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/44] 00:54:09 + cd /w/workspace/edgex-go/44 00:54:09 + sudo apt-get remove -qy --purge lxd lxd-client 00:54:09 Reading package lists... 00:54:09 Building dependency tree... 00:54:09 Reading state information... 00:54:09 The following packages were automatically installed and are no longer required: 00:54:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:54:09 uidmap xdelta3 00:54:09 Use 'sudo apt autoremove' to remove them. 00:54:09 The following packages will be REMOVED: 00:54:09 lxd* lxd-client* 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.223s coverage: 92.9% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.165s coverage: 75.5% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements 00:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements 00:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:54:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:54:09 After this operation, 31.7 MB disk space will be freed. 00:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.637s coverage: 64.4% of statements 00:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 00:54:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:54:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 00:54:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 00:54:11 Removing lxd dnsmasq configuration 00:54:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:54:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:54:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 00:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 00:54:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:54:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:54:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:14 Processing triggers for systemd (237-3ubuntu10.42) ... 00:54:14 Processing triggers for ureadahead (0.100.0-21) ... 00:54:15 + sudo snap remove --purge lxd 00:54:15 snap "lxd" is not installed 00:54:15 + sudo groupadd --force --system lxd 00:54:15 ++ whoami 00:54:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:54:15 + newgrp - lxd 00:54:15 + sudo snap install lxd 00:54:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.911s coverage: 69.0% of statements 00:54:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:54:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:54:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:54:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.541s coverage: 38.4% of statements 00:54:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:54:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:54:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements 00:54:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:54:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements 00:54:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:54:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:54:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:54:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.454s coverage: 87.1% of statements 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:54:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:54:25 2021-03-30T00:54:22Z INFO Waiting for automatic snapd restart... 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.259s coverage: 29.1% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.200s coverage: 100.0% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.289s coverage: 94.6% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.130s coverage: 32.1% of statements 00:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:54:34 GO111MODULE=on go vet ./... 00:54:36 lxd 4.12 from Canonical* installed 00:54:36 + sudo lxd init --auto 00:54:46 + sudo snap install --classic snapcraft 00:54:51 snapcraft 4.6 from Canonical* installed 00:54:51 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:54:51 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:54:51 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:51 Dload Upload Total Spent Left Speed 00:54:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4045 0 --:--:-- --:--:-- --:--:-- 4045 00:54:51 100 3325k 100 3325k 0 0 6970k 0 --:--:-- --:--:-- --:--:-- 6970k 00:54:51 ./yq_linux_amd64 00:54:51 + sudo snapcraft prime --use-lxd 00:54:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:54:53 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:54:53 - README.md 00:54:53 00:54:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:54:54 Launching a container. 00:55:06 Waiting for container to be ready 00:55:06 To start your first instance, try: lxc launch ubuntu:18.04 00:55:06 00:55:09 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:55:09 Waiting for network to be ready... 00:55:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:55:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 00:55:10 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:55:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:55:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:55:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:55:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:55:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:55:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:55:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:55:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:55:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:55:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:55:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:55:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:55:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:55:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:55:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:55:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:55:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:55:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:55:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:55:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:55:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:55:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:55:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:55:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:55:14 Fetched 24.2 MB in 4s (6123 kB/s) 00:55:14 Reading package lists... 00:55:14 Reading package lists... 00:55:15 Building dependency tree... 00:55:15 Reading state information... 00:55:15 The following additional packages will be installed: 00:55:15 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:55:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:55:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:55:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:55:15 Suggested packages: 00:55:15 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:55:15 Recommended packages: 00:55:15 gnupg libsasl2-modules 00:55:15 The following NEW packages will be installed: 00:55:15 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:55:15 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:55:15 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:55:15 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:55:15 The following packages will be upgraded: 00:55:15 gpg gpg-agent gpgconf libudev1 00:55:15 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:55:15 Need to get 3530 kB of archives. 00:55:15 After this operation, 13.3 MB of additional disk space will be used. 00:55:15 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:55:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:55:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:55:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:55:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:55:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:55:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:55:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:55:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:55:16 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:55:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:55:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:55:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:55:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:55:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:55:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:55:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:55:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:55:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:55:16 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:55:16 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:55:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:55:16 debconf: delaying package configuration, since apt-utils is not installed 00:55:16 Fetched 3530 kB in 1s (2994 kB/s) 00:55:16 (Reading database ... 12511 files and directories currently installed.) 00:55:16 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:55:16 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:55:16 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:55:16 Selecting previously unselected package udev. 00:55:16 (Reading database ... 12511 files and directories currently installed.) 00:55:16 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:55:16 Unpacking udev (237-3ubuntu10.45) ... 00:55:17 Selecting previously unselected package libfuse2:amd64. 00:55:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:55:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:55:17 Selecting previously unselected package fuse. 00:55:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:55:17 Unpacking fuse (2.9.7-1ubuntu1) ... 00:55:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:55:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:55:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:55:17 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:55:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:55:17 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:55:17 Selecting previously unselected package libksba8:amd64. 00:55:17 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:55:17 Unpacking libksba8:amd64 (1.3.5-2) ... 00:55:17 Selecting previously unselected package libroken18-heimdal:amd64. 00:55:17 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:17 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:55:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:55:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:55:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libwind0-heimdal:amd64. 00:55:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:55:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:55:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:55:18 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:55:18 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:55:18 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:18 Selecting previously unselected package libsasl2-modules-db:amd64. 00:55:18 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:55:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:55:18 Selecting previously unselected package libsasl2-2:amd64. 00:55:18 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:55:18 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:55:18 Selecting previously unselected package libldap-common. 00:55:18 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:55:18 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:55:18 Selecting previously unselected package libldap-2.4-2:amd64. 00:55:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:55:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:55:19 Selecting previously unselected package dirmngr. 00:55:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:55:19 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:55:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:55:19 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:55:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:55:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:55:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:55:19 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:55:19 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:19 Setting up libksba8:amd64 (1.3.5-2) ... 00:55:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:55:19 Setting up udev (237-3ubuntu10.45) ... 00:55:20 invoke-rc.d: policy-rc.d denied execution of start. 00:55:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Processing triggers for systemd (237-3ubuntu10) ... 00:55:20 Setting up fuse (2.9.7-1ubuntu1) ... 00:55:20 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:55:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:55:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:55:20 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:55:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:55:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:55:20 settings in the [Install] section, and DefaultInstance for template units). 00:55:20 This means they are not meant to be enabled using systemctl. 00:55:20 Possible reasons for having this kind of units are: 00:55:20 1) A unit may be statically enabled by being symlinked from another unit's 00:55:20 .wants/ or .requires/ directory. 00:55:20 2) A unit's purpose may be to act as a helper for some other unit which has 00:55:20 a requirement dependency on it. 00:55:20 3) A unit may be started when needed via activation (socket, path, timer, 00:55:20 D-Bus, udev, scripted systemctl call, ...). 00:55:20 4) In case of template units, the unit is meant to be enabled with some 00:55:20 instance name specified. 00:55:21 Reading package lists... 00:55:21 Building dependency tree... 00:55:21 Reading state information... 00:55:21 The following additional packages will be installed: 00:55:21 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:55:21 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:55:21 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:55:21 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:55:21 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:55:21 Suggested packages: 00:55:21 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:55:21 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:55:21 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:55:21 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:55:21 systemd-container policykit-1 00:55:21 Recommended packages: 00:55:21 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:55:21 The following NEW packages will be installed: 00:55:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:55:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:55:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:55:21 multiarch-support openssh-client python3 python3-minimal python3.6 00:55:21 python3.6-minimal snapd squashfs-tools sudo 00:55:21 The following packages will be upgraded: 00:55:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:55:21 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:55:21 Need to get 35.2 MB of archives. 00:55:21 After this operation, 141 MB of additional disk space will be used. 00:55:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:55:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:55:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:55:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:55:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:55:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:55:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:55:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:55:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:55:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:55:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:55:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:55:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:55:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:55:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:55:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:55:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:55:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:55:21 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:55:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:55:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:55:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:55:22 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:55:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:55:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:55:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:55:22 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:55:22 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:55:22 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:55:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:55:23 debconf: delaying package configuration, since apt-utils is not installed 00:55:23 Fetched 35.2 MB in 1s (29.1 MB/s) 00:55:23 (Reading database ... 12757 files and directories currently installed.) 00:55:23 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:55:23 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:55:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:55:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:55:23 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:55:23 (Reading database ... 12757 files and directories currently installed.) 00:55:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:55:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:55:24 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:55:24 (Reading database ... 12757 files and directories currently installed.) 00:55:24 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:55:24 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:55:24 Setting up apt (1.6.12ubuntu0.2) ... 00:55:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:55:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:55:25 (Reading database ... 12764 files and directories currently installed.) 00:55:25 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:55:25 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:55:25 Selecting previously unselected package libpython3.6-minimal:amd64. 00:55:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:55:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:55:25 Selecting previously unselected package libexpat1:amd64. 00:55:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:55:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:55:25 Selecting previously unselected package python3.6-minimal. 00:55:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:55:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:55:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:55:25 Checking for services that may need to be restarted...done. 00:55:26 Checking for services that may need to be restarted...done. 00:55:26 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:55:26 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:55:26 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:55:26 Selecting previously unselected package python3-minimal. 00:55:26 (Reading database ... 13012 files and directories currently installed.) 00:55:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:55:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:55:26 Selecting previously unselected package mime-support. 00:55:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:55:26 Unpacking mime-support (3.60ubuntu1) ... 00:55:27 Selecting previously unselected package libmpdec2:amd64. 00:55:27 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:55:27 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:55:27 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:55:27 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:55:27 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:55:27 Selecting previously unselected package python3.6. 00:55:27 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:55:27 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:55:27 Selecting previously unselected package libpython3-stdlib:amd64. 00:55:27 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:55:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:55:27 Setting up python3-minimal (3.6.7-1~18.04) ... 00:55:27 Selecting previously unselected package python3. 00:55:27 (Reading database ... 13442 files and directories currently installed.) 00:55:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:55:27 Unpacking python3 (3.6.7-1~18.04) ... 00:55:27 Selecting previously unselected package multiarch-support. 00:55:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:55:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:55:28 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:55:28 Selecting previously unselected package liblzo2-2:amd64. 00:55:28 (Reading database ... 13479 files and directories currently installed.) 00:55:28 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:55:28 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:55:28 Selecting previously unselected package libbsd0:amd64. 00:55:28 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:55:28 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:55:28 Selecting previously unselected package sudo. 00:55:28 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:55:28 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:55:28 Selecting previously unselected package apparmor. 00:55:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:55:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:55:28 Selecting previously unselected package libedit2:amd64. 00:55:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:55:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:55:28 Selecting previously unselected package libkrb5support0:amd64. 00:55:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:55:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:55:28 Selecting previously unselected package libk5crypto3:amd64. 00:55:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:55:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:55:29 Selecting previously unselected package libkeyutils1:amd64. 00:55:29 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:55:29 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:55:29 Selecting previously unselected package libkrb5-3:amd64. 00:55:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:55:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:55:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:55:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:55:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:55:29 Selecting previously unselected package libssl1.0.0:amd64. 00:55:29 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:55:29 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:55:29 Selecting previously unselected package openssh-client. 00:55:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:55:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:55:29 Selecting previously unselected package squashfs-tools. 00:55:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:55:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:55:30 Selecting previously unselected package snapd. 00:55:30 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:55:30 Unpacking snapd (2.48.3+18.04) ... 00:55:32 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:55:32 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:55:32 Setting up mime-support (3.60ubuntu1) ... 00:55:32 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:55:32 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:55:32 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:55:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:55:32 Setting up systemd (237-3ubuntu10.45) ... 00:55:32 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:55:33 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:55:33 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:55:33 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:55:33 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:55:33 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:55:33 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:55:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:55:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:55:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:55:33 Setting up python3 (3.6.7-1~18.04) ... 00:55:34 running python rtupdate hooks for python3.6... 00:55:34 running python post-rtupdate hooks for python3.6... 00:55:34 Setting up apparmor (2.12-4ubuntu5.1) ... 00:55:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:55:36 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:55:36 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:55:36 Setting up snapd (2.48.3+18.04) ... 00:55:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:55:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:55:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:55:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:55:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:55:37 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:55:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:55:37 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:55:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:55:38 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:55:38 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:55:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:55:38 Processing triggers for systemd (237-3ubuntu10.45) ... 00:55:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:55:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:55:39 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:55:40 Reading package lists... 00:55:40 Reading package lists... 00:55:41 Building dependency tree... 00:55:41 Reading state information... 00:55:41 Calculating upgrade... 00:55:41 The following packages will be upgraded: 00:55:41 advancecomp base-files bash binutils binutils-common 00:55:41 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:55:41 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:55:41 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:55:41 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:55:41 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:55:41 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:55:41 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:55:41 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:55:41 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:55:41 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:55:41 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:55:41 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:55:41 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:55:41 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:55:41 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:55:41 Need to get 63.8 MB of archives. 00:55:41 After this operation, 5208 kB of additional disk space will be used. 00:55:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:55:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:55:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:55:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:55:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:55:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:55:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:55:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:55:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:55:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:55:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:55:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:55:42 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:55:42 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:55:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:55:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:55:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:55:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:55:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:55:42 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:55:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:55:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:55:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:55:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:55:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:55:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:55:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:55:42 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:55:42 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:55:42 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:55:42 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:55:42 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:55:42 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:55:42 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:55:42 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:55:42 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:55:42 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:55:42 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:55:42 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:55:42 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:55:42 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:55:42 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] 00:55:42 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:55:42 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:55:42 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:55:42 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:55:42 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:55:42 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:55:42 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:55:42 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:55:42 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:55:42 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:55:42 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:55:42 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:55:42 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:55:43 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:55:43 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:55:43 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:55:43 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:55:43 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:55:43 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:55:43 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:55:43 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:55:43 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:55:43 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:55:43 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:55:43 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:55:43 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:55:43 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:55:43 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:55:43 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:55:43 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:55:43 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:55:43 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:55:43 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:55:43 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:55:43 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:55:43 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:55:43 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:55:43 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:55:43 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:55:43 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:55:43 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] 00:55:43 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:55:43 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:55:43 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:55:43 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:55:43 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:55:43 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:55:43 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:55:43 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:55:44 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:55:44 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:55:44 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:55:44 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:55:44 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:55:44 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:55:44 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:55:44 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:55:44 debconf: delaying package configuration, since apt-utils is not installed 00:55:44 Fetched 63.8 MB in 3s (19.7 MB/s) 00:55:44 (Reading database ... 13912 files and directories currently installed.) 00:55:44 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:55:44 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:55:45 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:55:45 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:55:45 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:55:45 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:55:46 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:46 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:46 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:46 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:46 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:46 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:47 (Reading database ... 13911 files and directories currently installed.) 00:55:47 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:55:47 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:55:47 (Reading database ... 13911 files and directories currently installed.) 00:55:47 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:47 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:47 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:48 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:55:48 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:55:48 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:55:48 (Reading database ... 13911 files and directories currently installed.) 00:55:48 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:55:48 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:55:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:55:49 (Reading database ... 13911 files and directories currently installed.) 00:55:49 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:55:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:55:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:55:49 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:55:49 Setting up base-files (10.1ubuntu2.10) ... 00:55:49 Installing new version of config file /etc/issue ... 00:55:49 Installing new version of config file /etc/issue.net ... 00:55:49 Installing new version of config file /etc/lsb-release ... 00:55:49 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:55:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:55:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:55:50 Removing obsolete conffile /etc/default/motd-news ... 00:55:50 (Reading database ... 13912 files and directories currently installed.) 00:55:50 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:55:50 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:55:50 Setting up bash (4.4.18-2ubuntu1.2) ... 00:55:50 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:55:50 (Reading database ... 13912 files and directories currently installed.) 00:55:50 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:50 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:55:50 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:55:50 (Reading database ... 13912 files and directories currently installed.) 00:55:50 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:55:50 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:55:51 Setting up tar (1.29b-2ubuntu0.2) ... 00:55:51 (Reading database ... 13912 files and directories currently installed.) 00:55:51 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:55:51 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:55:51 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:55:51 (Reading database ... 13912 files and directories currently installed.) 00:55:51 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:55:51 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:55:51 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:55:51 (Reading database ... 13912 files and directories currently installed.) 00:55:51 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:55:51 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:55:52 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:55:52 (Reading database ... 13912 files and directories currently installed.) 00:55:52 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:55:52 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:55:52 Setting up grep (3.1-2build1) ... 00:55:52 (Reading database ... 13912 files and directories currently installed.) 00:55:52 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:55:52 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:55:52 Setting up login (1:4.5-1ubuntu2) ... 00:55:52 (Reading database ... 13912 files and directories currently installed.) 00:55:52 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:55:52 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:55:52 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:55:52 (Reading database ... 13912 files and directories currently installed.) 00:55:52 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:55:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:55:53 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:55:53 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:55:53 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:55:53 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:55:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:55:54 (Reading database ... 13912 files and directories currently installed.) 00:55:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:55:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:55:55 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:55:55 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:55:55 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:55:55 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:55:55 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:55:55 (Reading database ... 13912 files and directories currently installed.) 00:55:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:55:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:55:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:55:55 (Reading database ... 13912 files and directories currently installed.) 00:55:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:55:56 (Reading database ... 13912 files and directories currently installed.) 00:55:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:55:56 (Reading database ... 13912 files and directories currently installed.) 00:55:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:56 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:56 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:55:56 gofmt -l . 00:55:56 [ "`gofmt -l .`" = "" ] 00:55:56 ./bin/test-go-mod-tidy.sh 00:55:56 (Reading database ... 13912 files and directories currently installed.) 00:55:56 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:55:56 ./bin/test-attribution-txt.sh 00:55:56 (Reading database ... 13912 files and directories currently installed.) 00:55:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:55:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:55:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:55:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:55:57 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:55:57 (Reading database ... 13912 files and directories currently installed.) 00:55:57 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:55:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:55:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:55:57 (Reading database ... 13912 files and directories currently installed.) 00:55:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:57 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:55:57 (Reading database ... 13912 files and directories currently installed.) 00:55:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:55:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:55:58 (Reading database ... 13912 files and directories currently installed.) 00:55:58 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:55:58 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] sh 00:55:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:55:58 + ls -al . 00:55:58 total 808 00:55:58 drwxrwxr-x 9 1001 1001 4096 Mar 30 00:55 . 00:55:58 drwxr-xr-x 4 root root 4096 Mar 30 00:51 .. 00:55:58 -rw-rw-r-- 1 1001 1001 11 Mar 30 00:49 .dockerignore 00:55:58 drwxrwxr-x 8 1001 1001 4096 Mar 30 00:49 .git 00:55:58 drwxrwxr-x 3 1001 1001 4096 Mar 30 00:49 .github 00:55:58 -rw-rw-r-- 1 1001 1001 818 Mar 30 00:49 .gitignore 00:55:58 -rw-rw-r-- 1 1001 1001 166 Mar 30 00:49 .sonarcloud.properties 00:55:58 -rw-rw-r-- 1 1001 1001 8607 Mar 30 00:49 Attribution.txt 00:55:58 -rw-rw-r-- 1 1001 1001 3804 Mar 30 00:49 CONTRIBUTING.md 00:55:58 -rw-rw-r-- 1 1001 1001 931 Mar 30 00:49 Dockerfile.build 00:55:58 -rw-rw-r-- 1 1001 1001 863 Mar 30 00:49 Jenkinsfile 00:55:58 -rw-rw-r-- 1 1001 1001 10775 Mar 30 00:49 LICENSE 00:55:58 -rw-rw-r-- 1 1001 1001 5774 Mar 30 00:49 Makefile 00:55:58 -rw-rw-r-- 1 1001 1001 6548 Mar 30 00:49 README.md 00:55:58 -rw-rw-r-- 1 1001 1001 6755 Mar 30 00:49 SECURITY.md 00:55:58 -rw-rw-r-- 1 1001 1001 5 Mar 30 00:43 VERSION 00:55:58 -rw-rw-r-- 1 1001 1001 4131 Mar 30 00:49 ZMQWindows.md 00:55:58 drwxrwxr-x 2 1001 1001 4096 Mar 30 00:49 bin 00:55:58 drwxrwxr-x 14 1001 1001 4096 Mar 30 00:49 cmd 00:55:58 -rw-r--r-- 1 root root 668090 Mar 30 00:54 coverage.out 00:55:58 -rw-r--r-- 1 root root 1057 Mar 30 00:55 go.mod 00:55:58 -rw-r--r-- 1 root root 22759 Mar 30 00:55 go.sum 00:55:58 drwxrwxr-x 8 1001 1001 4096 Mar 30 00:49 internal 00:55:58 drwxrwxr-x 4 1001 1001 4096 Mar 30 00:49 openapi 00:55:58 drwxrwxr-x 4 1001 1001 4096 Mar 30 00:49 snap 00:55:58 -rw-rw-r-- 1 1001 1001 168 Mar 30 00:49 version.go [Pipeline] sh 00:55:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:55:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:55:59 (Reading database ... 13912 files and directories currently installed.) 00:55:59 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:55:59 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:55:59 + '[' -e coverage.out ] 00:55:59 + chown 1001:1001 coverage.out 00:55:59 Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] stash 00:55:59 Warning: overwriting stash ‘coverage-report’ 00:55:59 (Reading database ... 13912 files and directories currently installed.) 00:55:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:55:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:55:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:56:00 (Reading database ... 13914 files and directories currently installed.) 00:56:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:56:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:56:00 Setting up debconf (1.5.66ubuntu1) ... 00:56:00 (Reading database ... 13914 files and directories currently installed.) 00:56:00 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:56:00 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:56:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:56:00 (Reading database ... 13914 files and directories currently installed.) 00:56:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:56:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:56:00 Stashed 1 file(s) [Pipeline] sh 00:56:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:56:00 (Reading database ... 13914 files and directories currently installed.) 00:56:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:56:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:56:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:56:01 (Reading database ... 13914 files and directories currently installed.) 00:56:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:56:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:56:01 + make build 00:56:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:56:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:56:01 (Reading database ... 13914 files and directories currently installed.) 00:56:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:56:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:56:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:56:01 (Reading database ... 13914 files and directories currently installed.) 00:56:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:56:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:56:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:56:02 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:56:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:56:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:56:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:56:02 (Reading database ... 13914 files and directories currently installed.) 00:56:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:56:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:56:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:56:02 (Reading database ... 13914 files and directories currently installed.) 00:56:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:56:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:56:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:56:03 (Reading database ... 13914 files and directories currently installed.) 00:56:03 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:56:03 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:56:03 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:56:03 (Reading database ... 13914 files and directories currently installed.) 00:56:03 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:56:03 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:56:03 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:56:03 (Reading database ... 13914 files and directories currently installed.) 00:56:03 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:56:03 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:56:04 Setting up passwd (1:4.5-1ubuntu2) ... 00:56:04 (Reading database ... 13914 files and directories currently installed.) 00:56:04 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:56:04 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:56:04 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:56:04 (Reading database ... 13914 files and directories currently installed.) 00:56:04 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:56:04 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:56:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:56:04 (Reading database ... 13914 files and directories currently installed.) 00:56:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:56:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:56:05 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:56:05 (Reading database ... 13914 files and directories currently installed.) 00:56:05 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:56:05 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:56:05 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:56:05 (Reading database ... 13914 files and directories currently installed.) 00:56:05 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:56:05 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:56:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:56:05 (Reading database ... 13914 files and directories currently installed.) 00:56:05 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:56:05 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:56:05 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:56:05 (Reading database ... 13914 files and directories currently installed.) 00:56:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:56:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:56:06 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:56:06 (Reading database ... 13915 files and directories currently installed.) 00:56:06 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:56:06 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:56:06 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:56:06 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:56:06 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:56:06 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:56:07 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:56:07 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:56:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:56:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:56:07 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:56:07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:56:07 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:56:07 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:56:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:56:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:56:08 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:56:08 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:56:08 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:56:08 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:56:08 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:56:08 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:56:08 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:56:08 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:56:09 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:56:09 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:56:09 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:56:09 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:56:09 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:56:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:56:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:56:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:56:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:56:10 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:56:10 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:56:10 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:56:10 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:10 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:10 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:10 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:10 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:56:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:12 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:12 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:13 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:13 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:56:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:56:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:56:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:56:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:56:15 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:56:15 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:56:15 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:56:15 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:56:15 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:56:15 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:56:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:56:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:56:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:56:16 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:56:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:56:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:56:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:56:16 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:56:16 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:56:16 00:56:16 Current default time zone: 'Etc/UTC' 00:56:16 Local time is now: Tue Mar 30 00:56:16 UTC 2021. 00:56:16 Universal Time is now: Tue Mar 30 00:56:16 UTC 2021. 00:56:16 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:56:16 00:56:16 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:56:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:56:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:56:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:56:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:56:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:56:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:56:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:56:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:56:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:56:17 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:17 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:56:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:17 Setting up patch (2.7.6-2ubuntu1.1) ... 00:56:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:56:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:56:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:56:17 Installing new version of config file /etc/ssl/openssl.cnf ... 00:56:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:56:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:56:17 Setting up ca-certificates (20210119~18.04.1) ... 00:56:19 Updating certificates in /etc/ssl/certs... 00:56:19 23 added, 27 removed; done. 00:56:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:56:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:56:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:56:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:56:19 Setting up pkgbinarymangler (138.18.04.1) ... 00:56:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:56:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up perl (5.26.1-6ubuntu0.5) ... 00:56:20 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:56:20 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:56:20 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:56:20 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:56:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:56:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:56:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:56:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:56:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:56:20 Processing triggers for systemd (237-3ubuntu10.45) ... 00:56:20 Processing triggers for mime-support (3.60ubuntu1) ... 00:56:20 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:56:20 Updating certificates in /etc/ssl/certs... 00:56:21 0 added, 0 removed; done. 00:56:21 Running hooks in /etc/ca-certificates/update.d... 00:56:21 done. 00:56:21 Reading package lists... 00:56:21 Building dependency tree... 00:56:21 Reading state information... 00:56:22 The following NEW packages will be installed: 00:56:22 apt-transport-https 00:56:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:56:22 Need to get 1696 B of archives. 00:56:22 After this operation, 153 kB of additional disk space will be used. 00:56:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:56:22 debconf: delaying package configuration, since apt-utils is not installed 00:56:22 Fetched 1696 B in 0s (22.0 kB/s) 00:56:22 Selecting previously unselected package apt-transport-https. 00:56:22 (Reading database ... 13920 files and directories currently installed.) 00:56:22 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:56:22 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:56:22 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:56:22 Waiting for network to be ready... 00:56:29 2021-03-30T00:56:26Z INFO Waiting for automatic snapd restart... 00:56:29 snapd 2.49.1 from Canonical* installed 00:56:30 "snapd" switched to the "latest/stable" channel 00:56:30 00:56:33 core18 20210128 from Canonical* installed 00:56:33 "core18" switched to the "latest/stable" channel 00:56:33 00:56:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:56:36 snapcraft 4.6 from Canonical* installed 00:56:37 "snapcraft" switched to the "latest/stable" channel 00:56:37 00:56:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:56:41 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:56:41 - README.md 00:56:41 00:56:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:56:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:56:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:56:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:56:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:56:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:56:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:56:48 Reading package lists... 00:56:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:56:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:56:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:56:55 Reading package lists... 00:56:55 Building dependency tree... 00:56:55 Reading state information... 00:56:55 Suggested packages: 00:56:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:56:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:56:55 Recommended packages: 00:56:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:56:55 The following NEW packages will be installed: 00:56:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:56:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:56:55 pkg-config zip 00:56:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:56:55 Need to get 7657 kB of archives. 00:56:55 After this operation, 43.8 MB of additional disk space will be used. 00:56:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:56:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:56:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:56:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:56:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:56:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:56:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:56:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:56:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:56:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:56:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:56:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:56:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:56:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:56:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:56:56 debconf: delaying package configuration, since apt-utils is not installed 00:56:56 Fetched 7657 kB in 1s (9860 kB/s) 00:56:56 Selecting previously unselected package libglib2.0-0:amd64. 00:56:56 (Reading database ... 13924 files and directories currently installed.) 00:56:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:56:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:56:56 Selecting previously unselected package libpsl5:amd64. 00:56:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:56:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:56:56 Selecting previously unselected package libnghttp2-14:amd64. 00:56:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:56:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:56:56 Selecting previously unselected package librtmp1:amd64. 00:56:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:56:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:56:57 Selecting previously unselected package libcurl3-gnutls:amd64. 00:56:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:56:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:56:57 Selecting previously unselected package liberror-perl. 00:56:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:56:57 Unpacking liberror-perl (0.17025-1) ... 00:56:57 Selecting previously unselected package git-man. 00:56:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:56:57 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:56:57 Selecting previously unselected package git. 00:56:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:56:57 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:56:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:56:58 Selecting previously unselected package libnorm1:amd64. 00:56:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:56:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:56:58 Selecting previously unselected package libpgm-5.2-0:amd64. 00:56:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:56:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:56:58 Selecting previously unselected package libsodium23:amd64. 00:56:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:56:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:56:58 Selecting previously unselected package libzmq5:amd64. 00:56:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:56:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:56:58 Selecting previously unselected package libzmq3-dev:amd64. 00:56:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:56:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:56:58 Selecting previously unselected package pkg-config. 00:56:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:56:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:56:58 Selecting previously unselected package zip. 00:56:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:56:58 Unpacking zip (3.0-11build1) ... 00:56:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:56:59 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:56:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:56:59 Setting up liberror-perl (0.17025-1) ... 00:56:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:56:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:56:59 No schema files found: doing nothing. 00:56:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:56:59 Setting up zip (3.0-11build1) ... 00:56:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:56:59 Setting up libsodium23:amd64 (1.0.16-2) ... 00:56:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:56:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:56:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:56:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:56:59 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:56:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:57:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:57:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:57:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:57:06 git set to automatically installed. 00:57:06 git-man set to automatically installed. 00:57:06 libcurl3-gnutls set to automatically installed. 00:57:06 liberror-perl set to automatically installed. 00:57:06 libglib2.0-0 set to automatically installed. 00:57:06 libnghttp2-14 set to automatically installed. 00:57:06 libnorm1 set to automatically installed. 00:57:06 libpgm-5.2-0 set to automatically installed. 00:57:06 libpsl5 set to automatically installed. 00:57:06 librtmp1 set to automatically installed. 00:57:06 libsodium23 set to automatically installed. 00:57:06 libzmq3-dev set to automatically installed. 00:57:06 libzmq5 set to automatically installed. 00:57:06 pkg-config set to automatically installed. 00:57:06 zip set to automatically installed. 00:57:07 snapd is not logged in, snap install commands will use sudo 00:57:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:57:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:57:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:57:14 snap "core18" has no updates available 00:57:16 snapd is not logged in, snap install commands will use sudo [Pipeline] } 00:57:20 $ docker stop --time=1 5f7842fdffae2a3d870e9f0df21d5d5cb2ca6bb0bdd65a53e15b068715c74cb9 00:57:22 $ docker rm -f 5f7842fdffae2a3d870e9f0df21d5d5cb2ca6bb0bdd65a53e15b068715c74cb9 00:57:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:57:24 00:57:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:57:25 latest: Pulling from edgex-devops/edgex-compose-arm64 00:57:25 29e5d40040c1: Pulling fs layer 00:57:25 1ce36da41761: Pulling fs layer 00:57:25 25b303627fd3: Pulling fs layer 00:57:25 29e5d40040c1: Verifying Checksum 00:57:25 29e5d40040c1: Download complete 00:57:26 1ce36da41761: Verifying Checksum 00:57:26 1ce36da41761: Download complete 00:57:26 29e5d40040c1: Pull complete 00:57:28 1ce36da41761: Pull complete 00:57:28 25b303627fd3: Verifying Checksum 00:57:28 25b303627fd3: Download complete 00:57:38 25b303627fd3: Pull complete 00:57:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:57:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:57:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:57:38 prd-ubuntu18.04-docker-arm64-4c-16g-31933 does not seem to be running inside a container 00:57:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:57:41 $ docker top 3cf8ba4de7f3c2676edccfeea85a69f283d5754c9f13234e5662b660e253dc5c -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:43 + docker-compose build --help 00:57:43 + grep parallel 00:57:46 --parallel Build images in parallel. [Pipeline] } 00:57:46 $ docker stop --time=1 3cf8ba4de7f3c2676edccfeea85a69f283d5754c9f13234e5662b660e253dc5c 00:57:48 $ docker rm -f 3cf8ba4de7f3c2676edccfeea85a69f283d5754c9f13234e5662b660e253dc5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:57:49 . [Pipeline] withDockerContainer 00:57:49 prd-ubuntu18.04-docker-arm64-4c-16g-31933 does not seem to be running inside a container 00:57:49 $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:57:51 $ docker top 0a7402d6b9045d42fee36d7b93c233cf91a2e8343524c22236d05a84240df3ed -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:57:55 Building docker-core-command-go ... 00:57:55 Building docker-core-data-go ... 00:57:55 Building docker-core-metadata-go ... 00:57:55 Building docker-security-bootstrapper-go ... 00:57:55 Building docker-security-proxy-setup-go ... 00:57:55 Building docker-security-secretstore-setup-go ... 00:57:55 Building docker-support-notifications-go ... 00:57:55 Building docker-support-scheduler-go ... 00:57:55 Building docker-sys-mgmt-agent-go ... 00:57:55 Building docker-support-scheduler-go 00:57:55 Building docker-security-proxy-setup-go 00:57:55 Building docker-sys-mgmt-agent-go 00:57:55 Building docker-security-secretstore-setup-go 00:57:55 Building docker-core-command-go 00:58:59 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:58:59 Pulling go-build-helper 00:58:59 + snapcraftctl pull 00:58:59 'app-service-config' has dependencies that need to be staged: go-build-helper 00:58:59 Skipping pull go-build-helper (already ran) 00:58:59 Building go-build-helper 00:58:59 + snapcraftctl build 00:58:59 Staging go-build-helper 00:58:59 + snapcraftctl stage 00:59:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:59:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:59:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:59:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 00:59:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:59:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:59:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:59:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:59:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:59:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:59:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:59:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:59:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:59:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:59:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:59:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:59:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:59:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:59:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:59:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:59:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:59:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:59:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:59:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:59:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:59:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:59:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:59:06 Fetched 24.2 MB in 0s (0 B/s) 00:59:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:59:06 Fetched 224 kB in 0s (0 B/s) 00:59:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:59:06 Fetched 157 kB in 0s (0 B/s) 00:59:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:59:06 Fetched 221 kB in 0s (0 B/s) 00:59:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:59:06 Fetched 143 kB in 0s (0 B/s) 00:59:06 Pulling app-service-config 00:59:06 + snapcraftctl pull 00:59:06 Cloning into '/root/parts/app-service-config/src'... 00:59:06 Pulling config-common 00:59:06 + snapcraftctl pull 00:59:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:10 Fetched 0 B in 0s (0 B/s) 00:59:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:59:10 Fetched 0 B in 0s (0 B/s) 00:59:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:59:10 Fetched 0 B in 0s (0 B/s) 00:59:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:59:10 Fetched 0 B in 0s (0 B/s) 00:59:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:59:10 Fetched 0 B in 0s (0 B/s) 00:59:10 Pulling edgex-go 00:59:10 + snapcraftctl pull 00:59:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:59:17 ---> b3fab6993e25 00:59:17 Step 3/21 : WORKDIR /edgex-go 00:59:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:59:17 ---> b3fab6993e25 00:59:17 Step 3/26 : WORKDIR /edgex-go 00:59:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:17 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:17 00:59:17 ---> b3fab6993e25 00:59:17 Step 3/24 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder 00:59:17 00:59:17 ---> b3fab6993e25 00:59:17 Step 3/22 : WORKDIR /edgex-go 00:59:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:59:17 ---> b3fab6993e25 00:59:17 Step 3/23 : WORKDIR /edgex-go 00:59:17 ---> Running in 720e64b66b2e 00:59:17 ---> Running in 68dfe0eb17ce 00:59:17 ---> Running in 43d66243497e 00:59:17 ---> Running in de1c6841ac25 00:59:17 ---> Running in b61e24563f54 00:59:17 Removing intermediate container b61e24563f54 00:59:17 ---> fab1953ef45b 00:59:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:17 Removing intermediate container 720e64b66b2e 00:59:17 ---> 647d66405034 00:59:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:17 Removing intermediate container 68dfe0eb17ce 00:59:17 ---> 4e655d7779a9 00:59:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:17 Removing intermediate container de1c6841ac25 00:59:17 ---> a35c2162dc59 00:59:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:17 Removing intermediate container 43d66243497e 00:59:17 ---> b974f6f7abda 00:59:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:17 ---> Running in 0a5dcaff96a9 00:59:17 ---> Running in 2233a26cfbc1 00:59:17 ---> Running in ec6c4bf9a153 00:59:17 ---> Running in 66395a5bfe52 00:59:17 ---> Running in a16c116d4856 00:59:17 Removing intermediate container 0a5dcaff96a9 00:59:17 ---> 41674d0bb2fd 00:59:17 Step 5/23 : RUN apk add --update --no-cache make git 00:59:17 Removing intermediate container 2233a26cfbc1 00:59:17 ---> 611972c431e1 00:59:17 Step 5/24 : RUN apk add --update --no-cache make git 00:59:17 ---> Running in d2a8901c0c56 00:59:17 Removing intermediate container ec6c4bf9a153 00:59:17 ---> 60da6d25302c 00:59:17 Step 5/22 : RUN apk add --update --no-cache make git 00:59:17 ---> Running in a35a65d0c2c9 00:59:17 ---> Running in 90c1c929c4f2 00:59:17 Removing intermediate container 66395a5bfe52 00:59:17 ---> 7ab1ef7375f7 00:59:17 Step 5/26 : RUN apk add --update --no-cache make bash git 00:59:17 Removing intermediate container a16c116d4856 00:59:17 ---> 784896634364 00:59:17 Step 5/21 : RUN apk add --update --no-cache make git 00:59:17 ---> Running in 11e116e8ff01 00:59:17 ---> Running in cfa450849260 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:59:18 OK: 217 MiB in 51 packages 00:59:19 OK: 217 MiB in 51 packages 00:59:19 OK: 217 MiB in 51 packages 00:59:19 OK: 217 MiB in 51 packages 00:59:19 OK: 217 MiB in 51 packages 00:59:20 Removing intermediate container d2a8901c0c56 00:59:20 ---> 161af0eeb9cc 00:59:20 Step 6/23 : COPY go.mod . 00:59:20 Removing intermediate container 90c1c929c4f2 00:59:20 ---> b8e17a6ffc01 00:59:20 Step 6/22 : COPY go.mod . 00:59:21 Removing intermediate container a35a65d0c2c9 00:59:21 ---> ce4d607ecd7c 00:59:21 Step 6/24 : COPY go.mod . 00:59:21 Removing intermediate container 11e116e8ff01 00:59:21 ---> 9f7d254d9415 00:59:21 Step 6/26 : COPY go.mod . 00:59:21 Removing intermediate container cfa450849260 00:59:21 ---> c11f4ef387d4 00:59:21 Step 6/21 : COPY go.mod . 00:59:21 ---> 38db162d7330 00:59:21 Step 7/23 : RUN go mod download 00:59:21 ---> Running in c6156d52bb8c 00:59:21 ---> b4757bb64d50 00:59:21 Step 7/22 : RUN go mod download 00:59:22 ---> Running in 963b311106f1 00:59:22 ---> afcccacd6b47 00:59:22 Step 7/24 : RUN go mod download 00:59:22 ---> 14fd31cca5fa 00:59:22 Step 7/26 : RUN go mod download 00:59:22 ---> f09011d4e45c 00:59:22 Step 7/21 : RUN go mod download 00:59:22 ---> Running in 0093272e6ed6 00:59:22 ---> Running in 5aa0028787fb 00:59:22 ---> Running in 6336725f13b4 00:59:26 Removing intermediate container c6156d52bb8c 00:59:26 ---> efec3bcafb5c 00:59:26 Step 8/23 : COPY . . 00:59:26 Removing intermediate container 963b311106f1 00:59:26 ---> c5bb3e2e6b45 00:59:26 Step 8/22 : COPY . . 00:59:27 Removing intermediate container 0093272e6ed6 00:59:27 Removing intermediate container 5aa0028787fb 00:59:27 ---> 27e875b535fc 00:59:27 Step 8/26 : COPY . . 00:59:27 ---> 13319cdb5012 00:59:27 Step 8/24 : COPY . . 00:59:28 Removing intermediate container 6336725f13b4 00:59:28 ---> aab9c03254e4 00:59:28 Step 8/21 : COPY . . 00:59:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:32 Fetched 0 B in 0s (0 B/s) 00:59:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:59:32 Fetched 96.5 kB in 0s (0 B/s) 00:59:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:59:32 Fetched 279 kB in 0s (0 B/s) 00:59:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:59:32 Fetched 122 kB in 0s (0 B/s) 00:59:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:59:32 Fetched 77.8 kB in 0s (0 B/s) 00:59:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:59:32 Fetched 8848 B in 0s (0 B/s) 00:59:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:59:32 Fetched 47.8 kB in 0s (0 B/s) 00:59:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:59:32 Fetched 45.6 kB in 0s (0 B/s) 00:59:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:59:32 Fetched 15.0 kB in 0s (0 B/s) 00:59:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:59:32 Fetched 214 kB in 0s (0 B/s) 00:59:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:59:32 Fetched 154 kB in 0s (0 B/s) 00:59:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:59:32 Fetched 50.6 kB in 0s (0 B/s) 00:59:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:59:32 Fetched 14.8 kB in 0s (0 B/s) 00:59:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:59:32 Fetched 41.8 kB in 0s (0 B/s) 00:59:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:59:32 Fetched 499 kB in 0s (0 B/s) 00:59:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:59:32 Fetched 111 kB in 0s (0 B/s) 00:59:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:59:32 Fetched 240 kB in 0s (0 B/s) 00:59:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:59:32 Fetched 29.3 kB in 0s (0 B/s) 00:59:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:59:32 Fetched 85.5 kB in 0s (0 B/s) 00:59:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:59:32 Fetched 24.5 kB in 0s (0 B/s) 00:59:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:59:32 Fetched 49.2 kB in 0s (0 B/s) 00:59:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:59:32 Fetched 54.2 kB in 0s (0 B/s) 00:59:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:59:32 Fetched 30.8 kB in 0s (0 B/s) 00:59:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:59:32 Fetched 15.8 kB in 0s (0 B/s) 00:59:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:59:32 Fetched 85.9 kB in 0s (0 B/s) 00:59:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:59:32 Fetched 8720 B in 0s (0 B/s) 00:59:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:59:32 Fetched 137 kB in 0s (0 B/s) 00:59:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:59:32 Fetched 119 kB in 0s (0 B/s) 00:59:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:59:32 Fetched 109 kB in 0s (0 B/s) 00:59:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:59:32 Fetched 11.1 kB in 0s (0 B/s) 00:59:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:59:32 Fetched 645 kB in 0s (0 B/s) 00:59:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:59:32 Fetched 41.3 kB in 0s (0 B/s) 00:59:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:59:32 Fetched 17.9 kB in 0s (0 B/s) 00:59:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:59:32 Fetched 368 kB in 0s (0 B/s) 00:59:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:59:32 Fetched 187 kB in 0s (0 B/s) 00:59:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:59:32 Fetched 175 kB in 0s (0 B/s) 00:59:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:59:32 Fetched 206 kB in 0s (0 B/s) 00:59:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:59:32 Fetched 1301 kB in 0s (0 B/s) 00:59:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:59:32 Fetched 36.2 kB in 0s (0 B/s) 00:59:32 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:59:32 Fetched 159 kB in 0s (0 B/s) 00:59:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:59:32 Fetched 107 kB in 0s (0 B/s) 00:59:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:59:32 Fetched 48.7 kB in 0s (0 B/s) 00:59:32 Pulling static-packages 00:59:32 + snapcraftctl pull 00:59:32 Pulling version 00:59:32 + cd /root/project 00:59:32 + [ -f VERSION ] 00:59:32 + PROJECT_VERSION=local-dev 00:59:32 + git rev-parse --short HEAD 00:59:32 + GIT_REVISION=ca94abc7 00:59:32 + snapcraftctl set-version local-dev 00:59:32 Skipping build go-build-helper (already ran) 00:59:33 Building app-service-config 00:59:33 + make build 00:59:33 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:59:35 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 00:59:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:59:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 00:59:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 00:59:35 go: downloading github.com/google/uuid v1.2.0 00:59:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:59:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 00:59:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:59:35 go: downloading github.com/gorilla/websocket v1.4.2 00:59:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:59:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:59:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 00:59:35 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:59:35 go: downloading github.com/leodido/go-urn v1.2.0 00:59:35 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:59:35 go: downloading github.com/go-playground/universal-translator v0.17.0 00:59:35 go: downloading github.com/x448/float16 v0.8.4 00:59:35 go: downloading github.com/go-playground/locales v0.13.0 00:59:36 go: downloading github.com/hashicorp/consul/api v1.8.1 00:59:36 go: downloading github.com/gorilla/mux v1.8.0 00:59:36 go: downloading github.com/BurntSushi/toml v0.3.1 00:59:36 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:59:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:59:36 go: downloading github.com/go-kit/kit v0.8.0 00:59:36 go: downloading github.com/fatih/color v1.9.0 00:59:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:59:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:59:36 go: downloading github.com/hashicorp/serf v0.9.5 00:59:36 go: downloading github.com/mitchellh/copystructure v1.0.0 00:59:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:59:36 go: downloading github.com/pelletier/go-toml v1.2.0 00:59:36 go: downloading github.com/mattn/go-colorable v0.1.6 00:59:36 go: downloading github.com/mattn/go-isatty v0.0.12 00:59:36 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:59:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:59:36 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:59:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:59:36 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:59:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:59:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:59:36 go: downloading github.com/pebbe/zmq4 v1.2.5 00:59:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:59:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:59:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:59:46 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:59:46 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:59:46 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:59:46 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:59:46 Building config-common 00:59:46 + snapcraftctl build 00:59:49 Building edgex-go 00:59:49 + cd /root/parts/edgex-go/src 00:59:49 + make build 00:59:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:59:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:59:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:59:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:59:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:59:49 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:59:49 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:59:49 go: downloading github.com/pkg/errors v0.8.1 00:59:49 go: downloading github.com/imdario/mergo v0.3.12 00:59:49 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:59:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:59:53 go: downloading gopkg.in/yaml.v2 v2.4.0 00:59:55 ---> 557d9c5f42e0 00:59:55 Step 9/23 : RUN make cmd/core-command/core-command 00:59:55 ---> ce184a612c85 00:59:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:59:55 ---> 748683599b0d 00:59:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:59:55 ---> a102929ceb6c 00:59:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:59:55 ---> afa74f5d868f 00:59:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:59:55 ---> Running in f613e571693c 00:59:55 ---> Running in cea35289a4de 00:59:55 ---> Running in 7ea527b1b220 00:59:55 ---> Running in 72b2cd8bc9b8 00:59:55 ---> Running in e7277804e73c 00:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:00:00 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 01:00: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 01:00:02 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 01:00:02 go: downloading github.com/stretchr/testify v1.7.0 01:00:02 go: downloading github.com/davecgh/go-spew v1.1.1 01:00:02 go: downloading github.com/pmezard/go-difflib v1.0.0 01:00:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:00:04 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 01:00:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:00:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:00:06 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 01:00: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 01:00:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:00:09 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 01:00:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:00: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 01:00:11 go: downloading github.com/lib/pq v1.10.0 01:00:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:00:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:00:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:00:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:00:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:00:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:00:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:00:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:00:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:00:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:00:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:00:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:00:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:00:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:00:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:00:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:00:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:00: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 01:00:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:00:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:00:13 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 01:00:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:00:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:00:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:00:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:00: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 01:00:16 Building static-packages 01:00:16 + snapcraftctl build 01:00:19 Building version 01:00:19 + snapcraftctl build 01:00:20 Skipping stage go-build-helper (already ran) 01:00:20 Staging app-service-config 01:00:20 + snapcraftctl stage 01:00:21 Staging config-common 01:00:21 + snapcraftctl stage 01:00:22 Staging edgex-go 01:00:22 + snapcraftctl stage 01:00:23 Staging static-packages 01:00:23 + snapcraftctl stage 01:00:24 Staging version 01:00:24 + snapcraftctl stage 01:00:25 Priming go-build-helper 01:00:25 + snapcraftctl prime 01:00:26 Priming app-service-config 01:00:26 + snapcraftctl prime 01:00:27 Priming config-common 01:00:27 + snapcraftctl prime 01:00:28 Priming edgex-go 01:00:28 + snapcraftctl prime 01:00:29 Priming static-packages 01:00:29 + snapcraftctl prime 01:00:32 Priming version 01:00:32 + snapcraftctl prime 01:00:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:01:31 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 01:01:31 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 01:01:47 Removing intermediate container e7277804e73c 01:01:47 ---> d0617f814238 01:01:47 01:01:47 Step 10/24 : FROM alpine:3.12 01:01:47 Removing intermediate container 7ea527b1b220 01:01:47 ---> 712840490f54 01:01:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:01:47 Removing intermediate container 72b2cd8bc9b8 01:01:47 ---> 96204caa89aa 01:01:47 01:01:47 Step 10/21 : FROM alpine:3.12 01:01:47 3.12: Pulling from library/alpine 01:01:47 3.12: Pulling from library/alpine 01:01:47 ---> Running in e67a02b71ce5 01:01:48 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 01:01:48 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 01:01:48 Status: Downloaded newer image for alpine:3.12 01:01:48 ---> e47305ac9786 01:01:48 Step 11/21 : RUN apk add --update --no-cache curl 01:01:48 Status: Image is up to date for alpine:3.12 01:01:48 ---> e47305ac9786 01:01:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:01:49 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 01:01:49 ---> Running in c9addb9034a6 01:01:49 ---> Running in db60edd1efd7 01:01:49 Removing intermediate container f613e571693c 01:01:49 ---> 85b6148bb84c 01:01:49 01:01:49 Step 10/23 : FROM alpine:3.12 01:01:49 ---> e47305ac9786 01:01:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:01:50 Removing intermediate container cea35289a4de 01:01:50 ---> 2620cce25edd 01:01:50 01:01:50 Step 10/22 : FROM alpine:3.12 01:01:50 ---> e47305ac9786 01:01:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:01:50 ---> Running in 43f729127e44 01:01:50 ---> Running in 9fbd483dc652 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:01:52 Removing intermediate container e67a02b71ce5 01:01:52 ---> 76487e3a7ee5 01:01:52 01:01:52 Step 11/26 : FROM docker:20.10.0 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:01:52 20.10.0: Pulling from library/docker 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:01:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:01:53 (1/4) Installing ca-certificates (20191127-r4) 01:01:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:01:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:01:53 (3/4) Installing libcurl (7.69.1-r3) 01:01:53 (4/4) Installing curl (7.69.1-r3) 01:01:53 (1/6) Installing ca-certificates (20191127-r4) 01:01:53 Executing busybox-1.31.1-r19.trigger 01:01:53 Executing ca-certificates-20191127-r4.trigger 01:01:53 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:01:53 (3/6) Installing libcurl (7.69.1-r3) 01:01:53 (4/6) Installing curl (7.69.1-r3) 01:01:53 (5/6) Installing dumb-init (1.2.2-r1) 01:01:53 (6/6) Installing su-exec (0.2-r1) 01:01:53 Executing busybox-1.31.1-r19.trigger 01:01:53 Executing ca-certificates-20191127-r4.trigger 01:01:53 OK: 7 MiB in 18 packages 01:01:53 (1/1) Installing dumb-init (1.2.2-r1) 01:01:53 Executing busybox-1.31.1-r19.trigger 01:01:53 OK: 5 MiB in 15 packages 01:01:53 (1/1) Installing dumb-init (1.2.2-r1) 01:01:53 Executing busybox-1.31.1-r19.trigger 01:01:53 OK: 7 MiB in 20 packages 01:01:53 OK: 5 MiB in 15 packages 01:01:57 Removing intermediate container c9addb9034a6 01:01:57 ---> 41e765d98a65 01:01:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:01:57 Removing intermediate container db60edd1efd7 01:01:57 ---> aec14d28160e 01:01:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:01:57 ---> Running in cafa22229d58 01:01:57 Removing intermediate container 9fbd483dc652 01:01:57 ---> c35ebcb11b7b 01:01:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:01:57 ---> Running in dcc43d274ccb 01:01:57 Removing intermediate container 43f729127e44 01:01:57 ---> 9cc2170fff36 01:01:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:01:57 ---> Running in 9f9c117b056e 01:01:57 ---> Running in fa3f1acebbe1 01:01:57 Removing intermediate container cafa22229d58 01:01:57 ---> a4938784c3c3 01:01:57 Step 13/21 : WORKDIR /edgex 01:01:57 ---> Running in f82d74dc8ba6 01:01:57 Removing intermediate container 9f9c117b056e 01:01:57 ---> 455158f6cc29 01:01:57 Step 13/22 : ENV APP_PORT=48085 01:01:57 Removing intermediate container dcc43d274ccb 01:01:57 ---> 7da14d084604 01:01:57 Step 13/24 : WORKDIR / 01:01:58 ---> Running in 022ba8a05955 01:01:58 Removing intermediate container fa3f1acebbe1 01:01:58 ---> 9f54cafd0ac9 01:01:58 Step 13/23 : ENV APP_PORT=48082 01:01:58 ---> Running in 11b002a7dc87 01:01:58 ---> Running in 65153e324466 01:01:58 Removing intermediate container f82d74dc8ba6 01:01:58 ---> ccd836693b80 01:01:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:01:58 Removing intermediate container 022ba8a05955 01:01:58 ---> c12cc0c7b396 01:01:58 Step 14/22 : EXPOSE $APP_PORT 01:01:59 ---> Running in e075f9c0dd87 01:01:59 Removing intermediate container 65153e324466 01:01:59 Removing intermediate container 11b002a7dc87 01:01:59 ---> 4dabf77abeb9 01:01:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:01:59 ---> 257b78ff5450 01:01:59 Step 14/23 : EXPOSE $APP_PORT 01:01:59 ---> c7d254863260 01:01:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:01:59 ---> Running in e934d3b6f14d 01:02:00 Removing intermediate container e075f9c0dd87 01:02:00 ---> ee1a6a6d6674 01:02:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:00 Removing intermediate container e934d3b6f14d 01:02:00 ---> f8aaed1d3bf4 01:02:00 Step 15/23 : WORKDIR / 01:02:01 ---> Running in 7a6ac2297ef1 01:02:01 ---> 50614df39bff 01:02:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:02:01 ---> ae62c9afcbf4 01:02:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:02:01 ---> cda71f2d75b3 01:02:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:02:02 Removing intermediate container 7a6ac2297ef1 01:02:02 ---> 33c2604e6b24 01:02:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:02 ---> dcf2aa75b88f 01:02:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:02:03 ---> 0df0ad6b7dba 01:02:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:02:03 ---> 7b2f58277d76 01:02:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:02:03 ---> 50df2a401929 01:02:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:02:04 ---> 5a8b48fcf0c5 01:02:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:02:04 ---> Running in 0707b3f34e27 01:02:05 ---> dc392185b913 01:02:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:02:05 ---> 76c6f7e8fffe 01:02:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:02:05 ---> Running in 4ebfead5803f 01:02:05 Removing intermediate container 0707b3f34e27 01:02:05 ---> c1f8dead923d 01:02:05 Step 18/21 : CMD ["--init=true"] 01:02:05 ---> Running in 1b0905560c2f 01:02:06 ---> 3162d33a2a13 01:02:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:02:06 Removing intermediate container 4ebfead5803f 01:02:06 ---> 7d3a33667f9e 01:02:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:06 ---> ee4378a1e974 01:02:06 Step 19/23 : ENTRYPOINT ["/core-command"] 01:02:06 Removing intermediate container 1b0905560c2f 01:02:06 ---> 0f1d82b2e625 01:02:06 Step 19/21 : LABEL arch=arm64 01:02:06 ---> Running in a6955ca1be88 01:02:06 ---> Running in 9f2b9ecd8664 01:02:06 ---> Running in 7f1acda59ad6 01:02:07 Removing intermediate container a6955ca1be88 01:02:07 ---> 3db996628860 01:02:07 Step 20/22 : LABEL arch=arm64 01:02:07 Removing intermediate container 9f2b9ecd8664 01:02:07 ---> 4f7b5bf3968a 01:02:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:02:07 ---> Running in 672c295c518f 01:02:07 Status: Downloaded newer image for docker:20.10.0 01:02:07 ---> eeaf43b92773 01:02:07 Step 12/26 : RUN apk add --no-cache bash 01:02:07 Removing intermediate container 7f1acda59ad6 01:02:07 ---> 6d5227177501 01:02:07 Step 20/21 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:02:07 ---> 524037bea731 01:02:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:02:07 ---> Running in f980adb0076a 01:02:07 ---> Running in 72000d58c48b 01:02:07 ---> Running in 0f24d8135271 01:02:08 Removing intermediate container 672c295c518f 01:02:08 ---> df99602cb12b 01:02:08 Step 21/22 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:02:08 ---> Running in 168d3a76f482 01:02:08 Removing intermediate container f980adb0076a 01:02:08 ---> 0aa130cccb63 01:02:08 Step 21/23 : LABEL arch=arm64 01:02:08 Removing intermediate container 0f24d8135271 01:02:08 ---> e86fb3e557b1 01:02:08 Step 21/21 : LABEL version=0.0.0 01:02:09 ---> Running in ec4640e65345 01:02:09 ---> Running in 74c104698ccd 01:02:09 ---> 1d64f29caa5b 01:02:09 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/ 01:02:09 Removing intermediate container 168d3a76f482 01:02:09 ---> 149cafa7e0c5 01:02:09 Step 22/22 : LABEL version=0.0.0 01:02:09 ---> Running in 76f0f0883508 01:02:09 ---> Running in 5e0f1185695b 01:02:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:09 Removing intermediate container 74c104698ccd 01:02:09 ---> 576e33399bc8 01:02:09 01:02:09 Removing intermediate container ec4640e65345 01:02:09 ---> cd891de50229 01:02:09 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:02:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:10 ---> Running in 658294b61a16 01:02:10 Removing intermediate container 5e0f1185695b 01:02:10 ---> 4c92d7085a97 01:02:10 01:02:10 Successfully built 576e33399bc8 01:02:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:02:10  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 01:02:10 (1/2) Installing readline (8.0.4-r0) 01:02:10 (2/2) Installing bash (5.0.17-r0) 01:02:10 Executing bash-5.0.17-r0.post-install 01:02:10 Executing busybox-1.31.1-r19.trigger 01:02:10 OK: 12 MiB in 22 packages 01:02:10 Removing intermediate container 658294b61a16 01:02:10 ---> a56c6112f0d3 01:02:10 Step 23/23 : LABEL version=0.0.0 01:02:11 Successfully built 4c92d7085a97 01:02:11 Successfully tagged docker-support-scheduler-go-arm64:latest 01:02:11  Building docker-support-scheduler-go ... done Building docker-core-data-go 01:02:11 ---> Running in f30c2f704c08 01:02:12 Removing intermediate container f30c2f704c08 01:02:12 ---> 0e005e8b7a09 01:02:12 01:02:12 Successfully built 0e005e8b7a09 01:02:12 Successfully tagged docker-core-command-go-arm64:latest 01:02:12  Building docker-core-command-go ... done Building docker-core-metadata-go 01:02:12 Removing intermediate container 72000d58c48b 01:02:12 ---> 5310be2c2300 01:02:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:02:12 Removing intermediate container 76f0f0883508 01:02:12 ---> 17d9a6891b4b 01:02:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:02:12 ---> Running in 516402fe29e0 01:02:12 ---> Running in b8e1dbd36ca4 01:02:13 Removing intermediate container 516402fe29e0 01:02:13 ---> 9d27332c3e2b 01:02:13 Step 14/26 : ENV APP_PORT=48090 01:02:13 Removing intermediate container b8e1dbd36ca4 01:02:13 ---> 5ecaa6b4384f 01:02:13 Step 22/24 : LABEL arch=arm64 01:02:13 ---> Running in 348b2a78ede9 01:02:13 ---> Running in 53625da010f9 01:02:13 Removing intermediate container 348b2a78ede9 01:02:13 ---> 7650556fee13 01:02:13 Step 15/26 : EXPOSE $APP_PORT 01:02:14 Removing intermediate container 53625da010f9 01:02:14 ---> 645063909071 01:02:14 Step 23/24 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:02:14 ---> Running in 8a2fdee6ef40 01:02:15 ---> Running in 731791e6f960 01:02:16 Removing intermediate container 8a2fdee6ef40 01:02:16 ---> aead8b990f85 01:02:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:02:16 Removing intermediate container 731791e6f960 01:02:16 ---> 7dfe7a837ea8 01:02:16 Step 24/24 : LABEL version=0.0.0 01:02:18 ---> Running in ac78116a9958 01:02:18 ---> 1c9c4b7dba89 01:02:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:02:19 Removing intermediate container ac78116a9958 01:02:19 ---> b47babf85400 01:02:19 01:02:19 Successfully built b47babf85400 01:02:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:02:19  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 01:02:21 ---> dac05f18df29 01:02:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:02:21 ---> 9a86793a9979 01:02:21 Step 19/26 : RUN apk --no-cache add py3-pip 01:02:21 ---> Running in 23d443f45aba 01:02:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:22 (1/33) Installing libbz2 (1.0.8-r1) 01:02:22 (2/33) Installing expat (2.2.9-r1) 01:02:22 (3/33) Installing libffi (3.3-r2) 01:02:22 (4/33) Installing gdbm (1.13-r1) 01:02:22 (5/33) Installing xz-libs (5.2.5-r0) 01:02:22 (6/33) Installing sqlite-libs (3.32.1-r0) 01:02:22 (7/33) Installing python3 (3.8.8-r0) 01:02:25 (8/33) Installing py3-appdirs (1.4.4-r1) 01:02:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:02:25 (10/33) Installing py3-parsing (2.4.7-r0) 01:02:25 (11/33) Installing py3-six (1.15.0-r0) 01:02:25 (12/33) Installing py3-packaging (20.4-r0) 01:02:25 (13/33) Installing py3-setuptools (47.0.0-r0) 01:02:25 (14/33) Installing py3-chardet (3.0.4-r4) 01:02:25 (15/33) Installing py3-idna (2.9-r0) 01:02:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:02:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:02:25 (18/33) Installing py3-requests (2.23.0-r0) 01:02:25 (19/33) Installing py3-msgpack (1.0.0-r0) 01:02:25 (20/33) Installing py3-lockfile (0.12.2-r3) 01:02:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:02:25 (22/33) Installing py3-colorama (0.4.3-r0) 01:02:25 (23/33) Installing py3-distlib (0.3.0-r0) 01:02:25 (24/33) Installing py3-distro (1.5.0-r1) 01:02:25 (25/33) Installing py3-webencodings (0.5.1-r3) 01:02:25 (26/33) Installing py3-html5lib (1.0.1-r4) 01:02:25 (27/33) Installing py3-pytoml (0.1.21-r0) 01:02:25 (28/33) Installing py3-pep517 (0.8.2-r0) 01:02:25 (29/33) Installing py3-progress (1.5-r0) 01:02:25 (30/33) Installing py3-toml (0.10.1-r0) 01:02:25 (31/33) Installing py3-retrying (1.3.3-r0) 01:02:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:02:25 (33/33) Installing py3-pip (20.1.1-r0) 01:02:25 Executing busybox-1.31.1-r19.trigger 01:02:25 OK: 71 MiB in 55 packages 01:02:35 Removing intermediate container 23d443f45aba 01:02:35 ---> 1b8af06ee911 01:02:35 Step 20/26 : RUN pip install docker-compose==1.23.2 01:02:35 ---> Running in e699a1e6908e 01:02:41 Collecting docker-compose==1.23.2 01:02:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:02:41 Collecting PyYAML<4,>=3.10 01:02:41 Downloading PyYAML-3.13.tar.gz (270 kB) 01:02:46 Collecting docker<4.0,>=3.6.0 01:02:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:02:46 Collecting dockerpty<0.5,>=0.4.1 01:02:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:02:48 Collecting jsonschema<3,>=2.5.1 01:02:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:02:49 Collecting docopt<0.7,>=0.6.1 01:02:49 Downloading docopt-0.6.2.tar.gz (25 kB) 01:02:51 Collecting texttable<0.10,>=0.9.0 01:02:51 Downloading texttable-0.9.1.tar.gz (11 kB) 01:02:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:02:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:02:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:02:55 Collecting cached-property<2,>=1.2.0 01:02:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:02:56 Collecting websocket-client<1.0,>=0.32.0 01:02:56 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:02:56 Collecting docker-pycreds>=0.4.0 01:02:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:02:56 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) 01:02:56 Collecting idna<2.8,>=2.5 01:02:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:02:57 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) 01:02:57 Collecting urllib3<1.25,>=1.21.1 01:02:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:02:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:02:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:02:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:02:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:02:59 Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, texttable, cached-property, docker-compose 01:02:59 Running setup.py install for PyYAML: started 01:02:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:02:59 ---> b3fab6993e25 01:02:59 Step 3/22 : WORKDIR /edgex-go 01:02:59 ---> Using cache 01:02:59 ---> b974f6f7abda 01:02:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:59 ---> Using cache 01:02:59 ---> 784896634364 01:02:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:03:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:00 ---> b3fab6993e25 01:03:00 Step 3/23 : WORKDIR /edgex-go 01:03:00 ---> Using cache 01:03:00 ---> b974f6f7abda 01:03:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:00 ---> Using cache 01:03:00 ---> 784896634364 01:03:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:03:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> b3fab6993e25 01:03:01 Step 3/23 : WORKDIR /edgex-go 01:03:01 ---> Using cache 01:03:01 ---> b974f6f7abda 01:03:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 ---> Using cache 01:03:01 ---> 784896634364 01:03:01 Step 5/23 : RUN apk add --update --no-cache make git 01:03:01 ---> Using cache 01:03:01 ---> c11f4ef387d4 01:03:01 Step 6/23 : COPY go.mod . 01:03:01 ---> Using cache 01:03:01 ---> f09011d4e45c 01:03:01 Step 7/23 : RUN go mod download 01:03:01 ---> Using cache 01:03:01 ---> aab9c03254e4 01:03:01 Step 8/23 : COPY . . 01:03:01 ---> Using cache 01:03:01 ---> afa74f5d868f 01:03:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:03:01 Running setup.py install for PyYAML: finished with status 'done' 01:03:03 Attempting uninstall: idna 01:03:03 Found existing installation: idna 2.9 01:03:03 Uninstalling idna-2.9: 01:03:03 Successfully uninstalled idna-2.9 01:03:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:03:04 ---> b3fab6993e25 01:03:04 Step 3/31 : WORKDIR /edgex-go 01:03:04 ---> Using cache 01:03:04 ---> b974f6f7abda 01:03:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:04 ---> Using cache 01:03:04 ---> 784896634364 01:03:04 Step 5/31 : RUN apk add --update --no-cache make git 01:03:04 ---> Using cache 01:03:04 ---> c11f4ef387d4 01:03:04 Step 6/31 : COPY go.mod . 01:03:04 ---> Using cache 01:03:04 ---> f09011d4e45c 01:03:04 Step 7/31 : RUN go mod download 01:03:04 ---> Using cache 01:03:04 ---> aab9c03254e4 01:03:04 Step 8/31 : COPY . . 01:03:04 ---> Using cache 01:03:04 ---> afa74f5d868f 01:03:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:03:04 Attempting uninstall: urllib3 01:03:04 Found existing installation: urllib3 1.25.9 01:03:04 Uninstalling urllib3-1.25.9: 01:03:04 Successfully uninstalled urllib3-1.25.9 01:03:05 Attempting uninstall: requests 01:03:05 Found existing installation: requests 2.23.0 01:03:05 Uninstalling requests-2.23.0: 01:03:05 ---> Running in 6448e058b215 01:03:05 ---> Running in 1622da9e8447 01:03:05 ---> Running in 7b044c999707 01:03:05 ---> Running in 133ade40dd53 01:03:05 Successfully uninstalled requests-2.23.0 01:03:07 Running setup.py install for dockerpty: started 01:03:07 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 01:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:03:08 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 01:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:09 OK: 217 MiB in 51 packages 01:03:09 Running setup.py install for dockerpty: finished with status 'done' 01:03:10 OK: 217 MiB in 51 packages 01:03:10 Running setup.py install for docopt: started 01:03:11 Removing intermediate container 7b044c999707 01:03:11 ---> c3fa1f03e24c 01:03:11 Step 6/22 : COPY go.mod . 01:03:11 Removing intermediate container 6448e058b215 01:03:11 ---> e3a8a156934c 01:03:11 Step 6/23 : COPY go.mod . 01:03:12 ---> c9cf280910c4 01:03:12 Step 7/22 : RUN go mod download 01:03:12 ---> abcca6584045 01:03:12 Step 7/23 : RUN go mod download 01:03:12 ---> Running in fcfecb503678 01:03:13 Running setup.py install for docopt: finished with status 'done' 01:03:13 Running setup.py install for texttable: started 01:03:13 ---> Running in eb98b283de36 01:03:16 Running setup.py install for texttable: finished with status 'done' 01:03:18 Removing intermediate container fcfecb503678 01:03:18 ---> 7d6da41c5b60 01:03:18 Step 8/22 : COPY . . 01:03:18 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 01:03:18 Removing intermediate container eb98b283de36 01:03:18 ---> 397619d2706d 01:03:18 Step 8/23 : COPY . . 01:03:28 Removing intermediate container e699a1e6908e 01:03:28 ---> 827b0bcbba78 01:03:28 Step 21/26 : RUN apk --no-cache add curl 01:03:29 ---> Running in 709b2329348b 01:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:03:33 (2/3) Installing libcurl (7.69.1-r3) 01:03:33 (3/3) Installing curl (7.69.1-r3) 01:03:33 Executing busybox-1.31.1-r19.trigger 01:03:33 OK: 72 MiB in 58 packages 01:03:37 Removing intermediate container 709b2329348b 01:03:37 ---> 0e87d068887b 01:03:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:03:37 ---> Running in 68a61bc94eb7 01:03:39 Removing intermediate container 68a61bc94eb7 01:03:39 ---> d920097f8c26 01:03:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:40 ---> Running in 5307487eab7e 01:03:41 Removing intermediate container 5307487eab7e 01:03:41 ---> f693a035b8ea 01:03:41 Step 24/26 : LABEL arch=arm64 01:03:41 ---> Running in 0c759874a7fe 01:03:43 Removing intermediate container 0c759874a7fe 01:03:43 ---> 316f4ed013ac 01:03:43 Step 25/26 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:03:44 ---> Running in 83a0c5a50ba1 01:03:46 Removing intermediate container 83a0c5a50ba1 01:03:46 ---> 77c7df8f146c 01:03:46 Step 26/26 : LABEL version=0.0.0 01:03:46 ---> Running in 53bf17ef6e01 01:03:47 Removing intermediate container 53bf17ef6e01 01:03:47 ---> 5fc91bd3437f 01:03:47 01:03:49 Successfully built 5fc91bd3437f 01:03:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:03:52  Building docker-sys-mgmt-agent-go ... done  ---> 26763001c2fd 01:03:52 Step 9/23 : RUN make cmd/core-data/core-data 01:03:52 ---> a35704284000 01:03:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:03:52 ---> Running in 37b773b183cf 01:03:52 ---> Running in ae5c89c4e3d1 01:03:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:03:54 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 01:04:33 Removing intermediate container 1622da9e8447 01:04:33 ---> 10e46cdcc018 01:04:33 01:04:33 Step 10/31 : FROM alpine:3.12 01:04:33 ---> e47305ac9786 01:04:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:04:33 ---> Running in a2685c37e0f2 01:04:33 Removing intermediate container a2685c37e0f2 01:04:33 ---> 9f2de66528ab 01:04:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:04:33 ---> Running in cd33d4b9b9ce 01:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:04:33 (1/2) Installing dumb-init (1.2.2-r1) 01:04:33 (2/2) Installing su-exec (0.2-r1) 01:04:33 Executing busybox-1.31.1-r19.trigger 01:04:33 OK: 5 MiB in 16 packages 01:04:34 Removing intermediate container cd33d4b9b9ce 01:04:34 ---> e7fd6c5f790b 01:04:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:04:34 ---> Running in 98fb5ff7d60f 01:04:35 Removing intermediate container 98fb5ff7d60f 01:04:35 ---> 81003657c080 01:04:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:04:35 ---> Running in 4dff6c4ac3d8 01:04:35 Removing intermediate container 4dff6c4ac3d8 01:04:35 ---> c67f406b482e 01:04:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:04:36 ---> Running in 395cdb5b2d4b 01:04:39 Removing intermediate container 395cdb5b2d4b 01:04:39 ---> a7f0dcaf6c36 01:04:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:04:39 ---> Running in 8b5556bc2803 01:04:40 Removing intermediate container 8b5556bc2803 01:04:40 ---> 3069bf915252 01:04:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:04:41 ---> b136164f6ec0 01:04:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:04:41 ---> Running in 38ed237d1a5a 01:04:45 Removing intermediate container 38ed237d1a5a 01:04:45 ---> b704a9c2d22d 01:04:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:46 ---> 7ccad81b9c6e 01:04:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:04:48 ---> da4f5d61df84 01:04:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:04:49 ---> 8fcffe8975d5 01:04:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:04:51 ---> b2ea174172cf 01:04:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:04:53 ---> 9f81ccf7c7cb 01:04:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:04:53 ---> Running in fffea5298e08 01:04:54 Removing intermediate container 133ade40dd53 01:04:54 ---> 823c74e9b123 01:04:54 01:04:54 Step 10/23 : FROM alpine:3.12 01:04:54 ---> e47305ac9786 01:04:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:04:54 ---> Using cache 01:04:54 ---> 9cc2170fff36 01:04:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:04:54 ---> Using cache 01:04:54 ---> 9f54cafd0ac9 01:04:54 Step 13/23 : ENV APP_PORT=48081 01:04:54 ---> Running in c3e0c44237e5 01:04:54 Removing intermediate container fffea5298e08 01:04:54 ---> 2f215842137c 01:04:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:04:55 Removing intermediate container c3e0c44237e5 01:04:55 ---> 72cc87d81fbe 01:04:55 Step 14/23 : EXPOSE $APP_PORT 01:04:55 ---> Running in 4461d5ad6c63 01:04:56 ---> 8a949b3bc36b 01:04:56 Step 26/31 : RUN chmod +x /entrypoint.sh 01:04:56 ---> Running in b2e1f7bc6378 01:04:56 Removing intermediate container 4461d5ad6c63 01:04:56 ---> a99447543ce6 01:04:56 Step 15/23 : WORKDIR / 01:04:56 ---> Running in f1f6011829ae 01:04:57 Removing intermediate container f1f6011829ae 01:04:57 ---> 4535f66bef56 01:04:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:04:59 ---> 995c9e7b5fd1 01:04:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:05:00 Removing intermediate container b2e1f7bc6378 01:05:00 ---> fba4cfb3dcbd 01:05:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:05:01 ---> Running in b8920a42b532 01:05:02 ---> a318b0cf7cfe 01:05:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:05:02 Removing intermediate container b8920a42b532 01:05:02 ---> b6f75aa98ac2 01:05:02 Step 28/31 : CMD ["gate"] 01:05:03 ---> Running in d410a0ad7e48 01:05:03 ---> 5cab0a63760e 01:05:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:05:03 ---> Running in 3a3d2ea233d2 01:05:03 Removing intermediate container d410a0ad7e48 01:05:03 ---> 93ea0189bb36 01:05:03 Step 29/31 : LABEL arch=arm64 01:05:04 ---> Running in 28bf73dc12b4 01:05:04 Removing intermediate container 3a3d2ea233d2 01:05:04 ---> 99e263807a31 01:05:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:04 ---> Running in c35c41c84936 01:05:05 Removing intermediate container 28bf73dc12b4 01:05:05 ---> 3d876a9cec9e 01:05:05 Step 30/31 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:05:05 Removing intermediate container c35c41c84936 01:05:05 ---> f1c2e4bb1dd0 01:05:05 Step 21/23 : LABEL arch=arm64 01:05:05 ---> Running in b173936ec00f 01:05:05 ---> Running in 39e5e3bfd177 01:05:06 Removing intermediate container b173936ec00f 01:05:06 ---> 7a03daad0dca 01:05:06 Step 31/31 : LABEL version=0.0.0 01:05:06 Removing intermediate container 39e5e3bfd177 01:05:06 ---> 31884bb93beb 01:05:06 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:05:07 ---> Running in 3debedce2ecc 01:05:07 ---> Running in 37e50c3b6711 01:05:08 Removing intermediate container 3debedce2ecc 01:05:08 ---> 1eed36bd8e63 01:05:08 01:05:08 Removing intermediate container 37e50c3b6711 01:05:08 ---> 13723a2b5634 01:05:08 Step 23/23 : LABEL version=0.0.0 01:05:08 ---> Running in db8974517750 01:05:08 Successfully built 1eed36bd8e63 01:05:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:05:09  Building docker-security-bootstrapper-go ... done Removing intermediate container db8974517750 01:05:09 ---> 78521304c8dc 01:05:09 01:05:10 Successfully built 78521304c8dc 01:05:10 Successfully tagged docker-core-metadata-go-arm64:latest 01:05:22  Building docker-core-metadata-go ... done Removing intermediate container ae5c89c4e3d1 01:05:22 ---> 32f50e700c85 01:05:22 01:05:22 Step 10/22 : FROM alpine:3.12 01:05:22 ---> e47305ac9786 01:05:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:05:22 ---> Running in 3a57ee059ed7 01:05:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:23 (1/2) Installing ca-certificates (20191127-r4) 01:05:23 (2/2) Installing dumb-init (1.2.2-r1) 01:05:23 Executing busybox-1.31.1-r19.trigger 01:05:23 Executing ca-certificates-20191127-r4.trigger 01:05:23 OK: 6 MiB in 16 packages 01:05:25 Removing intermediate container 3a57ee059ed7 01:05:25 ---> 45691ffa3ecb 01:05:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:05:25 ---> Running in 14537493751b 01:05:25 Removing intermediate container 14537493751b 01:05:25 ---> 04c5065d56f1 01:05:25 Step 13/22 : ENV APP_PORT=48060 01:05:26 ---> Running in 19f6829691ad 01:05:26 Removing intermediate container 19f6829691ad 01:05:26 ---> 7777bf780b4f 01:05:26 Step 14/22 : EXPOSE $APP_PORT 01:05:27 ---> Running in 566e1ae8dfc2 01:05:28 Removing intermediate container 566e1ae8dfc2 01:05:28 ---> abf390fdfc8f 01:05:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:28 Removing intermediate container 37b773b183cf 01:05:28 ---> 504f3afb1e7b 01:05:28 01:05:28 Step 10/23 : FROM alpine:3.12 01:05:28 ---> e47305ac9786 01:05:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:05:28 ---> Running in 126e718faddc 01:05:28 ---> bc8efc9e003c 01:05:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:05:28 Removing intermediate container 126e718faddc 01:05:28 ---> fae3f684b6ba 01:05:28 Step 12/23 : ENV APP_PORT=48080 01:05:28 ---> Running in e589f081c398 01:05:29 Removing intermediate container e589f081c398 01:05:29 ---> f999b9170c6f 01:05:29 Step 13/23 : EXPOSE $APP_PORT 01:05:29 ---> Running in 2d2fc41a4382 01:05:29 ---> 9ef224ee1cb2 01:05:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:05:30 Removing intermediate container 2d2fc41a4382 01:05:30 ---> ea5aea0557ce 01:05:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:30 ---> Running in f27b9c348626 01:05:30 ---> 404f8ce713aa 01:05:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:05:30 ---> Running in fa16da954a26 01:05:30 Removing intermediate container fa16da954a26 01:05:30 ---> 37216768e6e2 01:05:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:31 ---> Running in c7bffa6491bc 01:05:31 Removing intermediate container c7bffa6491bc 01:05:31 ---> 4576e4b30d2d 01:05:31 Step 20/22 : LABEL arch=arm64 01:05:31 ---> Running in b3967004d0b9 01:05:32 Removing intermediate container b3967004d0b9 01:05:32 ---> b7eddd66f35a 01:05:32 Step 21/22 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:05:32 ---> Running in 5b1d3c4d6fd1 01:05:32 Removing intermediate container f27b9c348626 01:05:32 ---> f80e02c9a53f 01:05:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:05:32 ---> Running in 5772158785a6 01:05:32 Removing intermediate container 5b1d3c4d6fd1 01:05:32 ---> 3195d57ca7e5 01:05:32 Step 22/22 : LABEL version=0.0.0 01:05:33 ---> Running in 19b77b730ebf 01:05:33 Removing intermediate container 19b77b730ebf 01:05:33 ---> 4c01818edf53 01:05:33 01:05:33 Successfully built 4c01818edf53 01:05:33 Successfully tagged docker-support-notifications-go-arm64:latest 01:05:33  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:35 (1/6) Installing dumb-init (1.2.2-r1) 01:05:35 (2/6) Installing libgcc (9.3.0-r2) 01:05:35 (3/6) Installing libsodium (1.0.18-r0) 01:05:36 (4/6) Installing libstdc++ (9.3.0-r2) 01:05:36 (5/6) Installing libzmq (4.3.3-r0) 01:05:36 (6/6) Installing zeromq (4.3.3-r0) 01:05:36 Executing busybox-1.31.1-r19.trigger 01:05:36 OK: 8 MiB in 20 packages 01:05:38 Removing intermediate container 5772158785a6 01:05:38 ---> 335700ce8245 01:05:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:38 ---> 73083981d71a 01:05:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:05:40 ---> 8d8ea58f5743 01:05:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:05:40 ---> 4984f5a6920c 01:05:40 Step 19/23 : ENTRYPOINT ["/core-data"] 01:05:40 ---> Running in 4ff8a84891ac 01:05:41 Removing intermediate container 4ff8a84891ac 01:05:41 ---> 43b3c541c904 01:05:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:41 ---> Running in d5e50eaedd60 01:05:41 Removing intermediate container d5e50eaedd60 01:05:41 ---> d70a28a1c8aa 01:05:41 Step 21/23 : LABEL arch=arm64 01:05:41 ---> Running in eb566d6d112f 01:05:42 Removing intermediate container eb566d6d112f 01:05:42 ---> f3acdffdd885 01:05:42 Step 22/23 : LABEL git_sha=ca94abc708ca01bb5b64868ff0b76537e5a207d7 01:05:42 ---> Running in 0970d8f1ba6d 01:05:43 Removing intermediate container 0970d8f1ba6d 01:05:43 ---> 731ea7fd545f 01:05:43 Step 23/23 : LABEL version=0.0.0 01:05:43 ---> Running in ec4df1fbe3cf 01:05:43 Removing intermediate container ec4df1fbe3cf 01:05:43 ---> a9d66955512d 01:05:43 01:05:43 Successfully built a9d66955512d 01:05:43 Successfully tagged docker-core-data-go-arm64:latest 01:05:44  Building docker-core-data-go ... done  [Pipeline] } 01:05:44 $ docker stop --time=1 0a7402d6b9045d42fee36d7b93c233cf91a2e8343524c22236d05a84240df3ed 01:05:46 $ docker rm -f 0a7402d6b9045d42fee36d7b93c233cf91a2e8343524c22236d05a84240df3ed [Pipeline] // withDockerContainer [Pipeline] sh 01:05:46 + + dockergrep images docker 01:05:46 01:05:47 docker-core-data-go-arm64 latest a9d66955512d 3 seconds ago 21.4MB 01:05:47 docker-support-notifications-go-arm64 latest 4c01818edf53 13 seconds ago 16.9MB 01:05:47 docker-core-metadata-go-arm64 latest 78521304c8dc 38 seconds ago 17.9MB 01:05:47 docker-security-bootstrapper-go-arm64 latest 1eed36bd8e63 39 seconds ago 17.9MB 01:05:47 docker-sys-mgmt-agent-go-arm64 latest 5fc91bd3437f 2 minutes ago 301MB 01:05:47 docker-security-secretstore-setup-go-arm64 latest b47babf85400 3 minutes ago 24.4MB 01:05:47 docker-core-command-go-arm64 latest 0e005e8b7a09 3 minutes ago 16.3MB 01:05:47 docker-support-scheduler-go-arm64 latest 4c92d7085a97 3 minutes ago 16.4MB 01:05:47 docker-security-proxy-setup-go-arm64 latest 576e33399bc8 3 minutes ago 24.1MB 01:05:47 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 01:05:48 ---> job-cost.sh 01:05:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZAC3 01:06:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:08:03 lf-activate-venv(): INFO: Adding /tmp/venv-ZAC3/bin to PATH 01:08:03 INFO: No Stack... 01:08:03 INFO: Retrieving Pricing Info for: lf-standard-4 01:08:03 INFO: Archiving Costs [Pipeline] sh 01:08:04 + cat /w/workspace/edgex-go/44/archives/cost.csv 01:08:04 + cut -d, -f6 [Pipeline] lock 01:08:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-44-stack-cost] 01:08:04 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-44-stack-cost] did not exist. Created. 01:08:04 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:08:04 + echo total: 0.20999999344348907 [Pipeline] stash 01:08:05 Stashed 1 file(s) [Pipeline] } 01:08:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-44-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 01:08:06 provisioning config files... 01:08:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/44@tmp/config3358208558827410717tmp [Pipeline] { [Pipeline] sh 01:08:07 + set +x 01:08:07 + curl -s https://codecov.io/bash 01:08:07 + bash -s -- 01:08:07 01:08:07 _____ _ 01:08:07 / ____| | | 01:08:07 | | ___ __| | ___ ___ _____ __ 01:08:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:08:07 | |___| (_) | (_| | __/ (_| (_) \ V / 01:08:07 \_____\___/ \__,_|\___|\___\___/ \_/ 01:08:07 Bash-20210309-2b87ace 01:08:07 01:08:07 01:08:07 ==> git version 2.24.3 found 01:08:07 ==> 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 01:08:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:08:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:08:07 ==> Jenkins CI detected. 01:08:07 project root: . 01:08:07 --> token set from env 01:08:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:08:07 ==> Running gcov in . (disable via -X gcov) 01:08:07 ==> Python coveragepy not found 01:08:07 ==> Searching for coverage reports in: 01:08:07 + . 01:08:07 -> Found 1 reports 01:08:07 ==> Detecting git/mercurial file structure 01:08:08 ==> Reading reports 01:08:08 + ./coverage.out bytes=668090 01:08:08 ==> Appending adjustments 01:08:08 https://docs.codecov.io/docs/fixing-reports 01:08:12 + Found adjustments 01:08:12 ==> Gzipping contents 01:08:12 96K /tmp/codecov.vlahTa.gz 01:08:12 ==> Uploading reports 01:08:12 url: https://codecov.io 01:08:12 query: branch=PR-3234&commit=ca94abc708ca01bb5b64868ff0b76537e5a207d7&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F44%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:08:12 -> Pinging Codecov 01:08:12 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=ca94abc708ca01bb5b64868ff0b76537e5a207d7&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F44%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:08:12 -> Uploading to 01:08:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-30/00271124DB129430A58F1EEE437C3FCB/ca94abc708ca01bb5b64868ff0b76537e5a207d7/6cf71ac4-b0b0-4316-9f72-78149ec7c674.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T010812Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=734e817eb99c693813e98deb63e6117ca62969d621c3ec814b8749474faee4b5 01:08:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:08:12 Dload Upload Total Spent Left Speed 01:08:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96729 0 0 100 96729 0 182k --:--:-- --:--:-- --:--:-- 182k 100 96729 0 0 100 96729 0 182k --:--:-- --:--:-- --:--:-- 182k 01:08:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ca94abc708ca01bb5b64868ff0b76537e5a207d7 [Pipeline] } 01:08:12 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 01:08:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:08:15 ---> package-listing.sh 01:08:15 ++ facter osfamily 01:08:15 ++ tr '[:upper:]' '[:lower:]' 01:08:15 + OS_FAMILY=redhat 01:08:15 + workspace=/w/workspace/edgex-go/44 01:08:15 + START_PACKAGES=/tmp/packages_start.txt 01:08:15 + END_PACKAGES=/tmp/packages_end.txt 01:08:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:08:15 + PACKAGES=/tmp/packages_start.txt 01:08:15 + '[' /w/workspace/edgex-go/44 ']' 01:08:15 + PACKAGES=/tmp/packages_end.txt 01:08:15 + case "${OS_FAMILY}" in 01:08:15 + rpm -qa 01:08:15 + sort 01:08:21 + '[' -f /tmp/packages_start.txt ']' 01:08:21 + '[' -f /tmp/packages_end.txt ']' 01:08:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:08:21 + '[' /w/workspace/edgex-go/44 ']' 01:08:21 + mkdir -p /w/workspace/edgex-go/44/archives/ 01:08:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/44/archives/ [Pipeline] echo 01:08:21 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/44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:08:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:08:21 01:08:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:08:22 alpine: Pulling from edgex-lftools-log-publisher 01:08:22 df20fa9351a1: Pulling fs layer 01:08:22 36b3adc4ff6f: Pulling fs layer 01:08:22 8ad3a11d3b57: Pulling fs layer 01:08:22 46f8f816bc3b: Pulling fs layer 01:08:22 93b61091891f: Pulling fs layer 01:08:22 93b9cdb0e59b: Pulling fs layer 01:08:22 5e14af77c1be: Pulling fs layer 01:08:22 01666e4c0597: Pulling fs layer 01:08:22 aa168da1d23b: Pulling fs layer 01:08:22 93b61091891f: Waiting 01:08:22 93b9cdb0e59b: Waiting 01:08:22 5e14af77c1be: Waiting 01:08:22 01666e4c0597: Waiting 01:08:22 aa168da1d23b: Waiting 01:08:22 46f8f816bc3b: Waiting 01:08:22 36b3adc4ff6f: Verifying Checksum 01:08:22 36b3adc4ff6f: Download complete 01:08:22 46f8f816bc3b: Verifying Checksum 01:08:22 46f8f816bc3b: Download complete 01:08:22 df20fa9351a1: Download complete 01:08:22 93b9cdb0e59b: Verifying Checksum 01:08:22 93b9cdb0e59b: Download complete 01:08:22 5e14af77c1be: Verifying Checksum 01:08:22 5e14af77c1be: Download complete 01:08:22 93b61091891f: Verifying Checksum 01:08:22 93b61091891f: Download complete 01:08:22 01666e4c0597: Verifying Checksum 01:08:22 01666e4c0597: Download complete 01:08:22 df20fa9351a1: Pull complete 01:08:22 36b3adc4ff6f: Pull complete 01:08:23 8ad3a11d3b57: Verifying Checksum 01:08:23 8ad3a11d3b57: Download complete 01:08:24 8ad3a11d3b57: Pull complete 01:08:24 46f8f816bc3b: Pull complete 01:08:25 aa168da1d23b: Verifying Checksum 01:08:25 aa168da1d23b: Download complete 01:08:26 93b61091891f: Pull complete 01:08:26 93b9cdb0e59b: Pull complete 01:08:26 5e14af77c1be: Pull complete 01:08:26 01666e4c0597: Pull complete 01:08:37 aa168da1d23b: Pull complete 01:08:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:08:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:08:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:08:37 prd-centos7-docker-4c-2g-31931 does not seem to be running inside a container 01:08:37 $ 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/44/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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:08:42 $ docker top 2599f26d4a782d8f95728ddc741a46127e7246722db699d9346acd458a358a87 -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:42 + touch /tmp/pre-build-complete [Pipeline] sh 01:08:43 + mkdir -p /var/log/sa [Pipeline] sh 01:08:43 + ls /var/log/sa-host 01:08:43 + sadf -c /var/log/sa-host/sa23 01:08:43 file_magic: OK 01:08:43 HZ: Using current value: 100 01:08:43 file_header: OK 01:08:43 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 01:08:43 Statistics: 01:08:43 Hnuu...uuuununununu... 01:08:43 File successfully converted to sysstat format version 12.2.1 01:08:43 + sadf -c /var/log/sa-host/sa30 01:08:43 file_magic: OK 01:08:43 HZ: Using current value: 100 01:08:43 file_header: OK 01:08:43 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 01:08:43 Statistics: 01:08:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:08:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:08:44 provisioning config files... 01:08:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/44@tmp/config7148137624101194250tmp [Pipeline] { [Pipeline] echo 01:08:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:08:44 ---> create-netrc.sh [Pipeline] } 01:08:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:08:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:08:45 ---> python-tools-install.sh [Pipeline] echo 01:08:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:08:45 ---> sudo-logs.sh 01:08:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:08:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:08:45 ---> job-cost.sh 01:08:45 lf-activate-venv: SKIPPING 01:08:45 DEBUG: total: 0.20999999344348907 01:08:45 INFO: Retrieving Stack Cost... 01:08:46 INFO: Retrieving Pricing Info for: v1-standard-2 01:08:47 INFO: Archiving Costs [Pipeline] echo 01:08:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:08:47 ---> logs-deploy.sh 01:08:47 lf-activate-venv: SKIPPING 01:08:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/44 01:08:47 INFO: archiving workspace using pattern(s): 01:08:49 Archives upload complete. 01:08:49 INFO: archiving logs to Nexus 01:08:50 ---> uname -a: 01:08:50 Linux prd-centos7-docker-4c-2g-31931.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:08:50 01:08:50 01:08:50 ---> lscpu: 01:08:50 Architecture: x86_64 01:08:50 CPU op-mode(s): 32-bit, 64-bit 01:08:50 Byte Order: Little Endian 01:08:50 Address sizes: 40 bits physical, 48 bits virtual 01:08:50 CPU(s): 4 01:08:50 On-line CPU(s) list: 0-3 01:08:50 Thread(s) per core: 1 01:08:50 Core(s) per socket: 1 01:08:50 Socket(s): 4 01:08:50 NUMA node(s): 1 01:08:50 Vendor ID: GenuineIntel 01:08:50 CPU family: 6 01:08:50 Model: 44 01:08:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:08:50 Stepping: 1 01:08:50 CPU MHz: 2933.436 01:08:50 BogoMIPS: 5866.87 01:08:50 Virtualization: VT-x 01:08:50 Hypervisor vendor: KVM 01:08:50 Virtualization type: full 01:08:50 L1d cache: 128 KiB 01:08:50 L1i cache: 128 KiB 01:08:50 L2 cache: 16 MiB 01:08:50 L3 cache: 64 MiB 01:08:50 NUMA node0 CPU(s): 0-3 01:08:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:08:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:08:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:08:50 Vulnerability Meltdown: Mitigation; PTI 01:08:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:08:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:08:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:08:50 Vulnerability Srbds: Not affected 01:08:50 Vulnerability Tsx async abort: Not affected 01:08:50 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 01:08:50 01:08:50 01:08:50 ---> nproc: 01:08:50 4 01:08:50 01:08:50 01:08:50 ---> df -h: 01:08:50 Filesystem Size Used Available Use% Mounted on 01:08:50 overlay 50.0G 12.2G 37.8G 24% / 01:08:50 tmpfs 64.0M 0 64.0M 0% /dev 01:08:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:08:50 shm 64.0M 0 64.0M 0% /dev/shm 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/44@tmp 01:08:50 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/44 01:08:50 01:08:50 01:08:50 ---> free -m: 01:08:50 total used free shared buff/cache available 01:08:50 Mem: 1837 701 117 0 1018 1052 01:08:50 Swap: 1023 79 944 01:08:50 01:08:50 01:08:50 ---> ip addr: 01:08:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:08:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:08:50 inet 127.0.0.1/8 scope host lo 01:08:50 valid_lft forever preferred_lft forever 01:08:50 inet6 ::1/128 scope host 01:08:50 valid_lft forever preferred_lft forever 01:08:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:08:50 link/ether fa:16:3e:49:62:87 brd ff:ff:ff:ff:ff:ff 01:08:50 inet 10.30.122.29/23 brd 10.30.123.255 scope global dynamic eth0 01:08:50 valid_lft 84790sec preferred_lft 84790sec 01:08:50 inet6 fe80::f816:3eff:fe49:6287/64 scope link 01:08:50 valid_lft forever preferred_lft forever 01:08:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:08:50 link/ether 02:42:5c:d0:a6:52 brd ff:ff:ff:ff:ff:ff 01:08:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:08:50 valid_lft forever preferred_lft forever 01:08:50 inet6 fe80::42:5cff:fed0:a652/64 scope link 01:08:50 valid_lft forever preferred_lft forever 01:08:50 01:08:50 01:08:50 ---> sar -b -r -n DEV: 01:08:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) 01:08:50 01:08:50 00:41:49 LINUX RESTART (4 CPU) 01:08:50 01:08:50 00:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:08:50 00:44:01 106.09 70.11 35.99 0.00 6123.04 12879.41 0.00 01:08:50 00:45:01 231.82 70.87 160.95 0.00 4439.33 44714.79 0.00 01:08:50 00:46:01 229.82 95.83 133.99 0.00 3689.19 16957.65 0.00 01:08:50 00:47:01 106.96 47.44 59.52 0.00 1653.51 6360.75 0.00 01:08:50 00:48:02 137.51 41.35 96.16 0.00 5253.99 31212.98 0.00 01:08:50 00:49:02 2132.93 1775.56 357.37 0.00 165768.28 218314.17 0.00 01:08:50 00:50:01 1576.30 1357.67 218.63 0.00 75981.27 90370.24 0.00 01:08:50 00:51:02 1171.28 826.18 345.10 0.00 79943.54 149792.78 0.00 01:08:50 00:52:02 1713.11 1402.93 310.18 0.00 79757.28 78956.94 0.00 01:08:50 00:53:01 222.17 67.17 154.99 0.00 7881.83 19263.38 0.00 01:08:50 00:54:01 1.52 0.08 1.43 0.00 1.60 23.80 0.00 01:08:50 00:55:01 0.23 0.00 0.23 0.00 0.00 2.60 0.00 01:08:50 00:56:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 01:08:50 00:57:01 2.01 1.73 0.28 0.00 54.48 3.13 0.00 01:08:50 00:58:01 0.93 0.08 0.85 0.00 2.66 16.12 0.00 01:08:50 00:59:01 0.30 0.02 0.28 0.00 0.53 3.61 0.00 01:08:50 01:00:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 01:08:50 01:01:01 0.32 0.07 0.25 0.00 1.73 3.03 0.00 01:08:50 01:02:01 0.63 0.32 0.32 0.00 21.97 5.39 0.00 01:08:50 01:03:01 0.30 0.02 0.28 0.00 1.07 2.80 0.00 01:08:50 01:04:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 01:08:50 01:05:01 0.25 0.02 0.23 0.00 0.93 2.11 0.00 01:08:50 01:06:01 0.32 0.02 0.30 0.00 0.53 3.70 0.00 01:08:50 01:07:01 0.23 0.00 0.23 0.00 0.00 2.37 0.00 01:08:50 01:08:01 0.60 0.40 0.20 0.00 191.07 2.70 0.00 01:08:50 Average: 304.97 229.83 75.14 0.00 17231.59 26809.30 0.00 01:08:50 01:08:50 00:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:08:50 00:44:01 376496 0 632088 33.59 2620 870340 1113680 38.01 453768 849800 104 01:08:50 00:45:01 74700 0 777632 41.33 1508 1027704 1526352 52.09 610500 920856 38152 01:08:50 00:46:01 174992 0 900276 47.85 712 805564 1756548 59.95 676136 744116 48652 01:08:50 00:47:01 237400 0 769264 40.88 712 874168 1529532 52.20 615876 733128 85632 01:08:50 00:48:02 66028 0 749144 39.82 280 1066092 1252988 42.76 696216 832456 102384 01:08:50 00:49:02 65992 0 852500 45.31 0 963052 2358168 80.48 721948 861844 74980 01:08:50 00:50:01 239880 0 1000344 53.17 0 641320 3042368 103.83 696472 664036 27088 01:08:50 00:51:02 257368 0 724484 38.50 0 899692 1739748 59.37 580208 819580 14508 01:08:50 00:52:02 197968 0 860288 45.72 0 823288 2532352 86.42 711328 709392 0 01:08:50 00:53:01 462100 0 625668 33.25 0 793776 1215268 41.48 566200 605160 20 01:08:50 00:54:01 470332 0 617308 32.81 0 793904 1155180 39.42 560916 603772 24 01:08:50 00:55:01 471200 0 616436 32.76 0 793908 1155036 39.42 560720 603732 12 01:08:50 00:56:01 471216 0 616412 32.76 0 793916 1155036 39.42 560604 603732 8 01:08:50 00:57:01 470040 0 616652 32.77 0 794852 1155036 39.42 560680 604584 16 01:08:50 00:58:01 469744 0 616940 32.79 0 794860 1155120 39.42 560760 604632 8 01:08:50 00:59:01 470144 0 616528 32.77 0 794872 1155036 39.42 560696 604648 8 01:08:50 01:00:01 469756 0 616908 32.79 0 794880 1155036 39.42 560696 604648 8 01:08:50 01:01:01 469112 0 617544 32.82 0 794888 1157372 39.50 561448 604664 16 01:08:50 01:02:01 468920 0 617060 32.80 0 795564 1155544 39.44 561176 605212 8 01:08:50 01:03:01 468624 0 617352 32.81 0 795568 1155604 39.44 561136 605244 8 01:08:50 01:04:01 468948 0 617016 32.79 0 795580 1155544 39.44 561064 605244 8 01:08:50 01:05:01 468280 0 617676 32.83 0 795588 1155724 39.44 561624 605272 8 01:08:50 01:06:01 468760 0 617208 32.80 0 795576 1155544 39.44 561076 605272 8 01:08:50 01:07:01 468364 0 617576 32.82 0 795604 1155544 39.44 560960 605288 8 01:08:50 01:08:01 459840 0 620360 32.97 0 801344 1155616 39.44 566900 608192 8 01:08:50 Average: 367448 0 686027 36.46 233 827836 1415959 48.32 589964 672580 15667 01:08:50 01:08:50 00:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:08:50 00:44:01 eth0 801.38 938.45 3021.66 123.59 0.00 0.00 0.00 0.00 01:08:50 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:44:01 docker0 875.48 718.77 71.39 2683.72 0.00 0.00 0.00 0.00 01:08:50 00:45:01 eth0 476.16 388.55 3664.90 37.86 0.00 0.00 0.00 0.00 01:08:50 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:45:01 docker0 125.17 173.96 8.62 831.14 0.00 0.00 0.00 0.00 01:08:50 00:46:01 veth8cf7de9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:46:01 eth0 40.36 26.65 32.42 66.55 0.00 0.00 0.00 0.00 01:08:50 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:47:01 veth8cf7de9 2.15 2.15 0.17 0.17 0.00 0.00 0.00 0.00 01:08:50 00:47:01 eth0 19.80 11.15 14.96 8.16 0.00 0.00 0.00 0.00 01:08:50 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:47:01 docker0 2.15 2.15 0.14 0.17 0.00 0.00 0.00 0.00 01:08:50 00:48:02 eth0 212.93 172.68 1698.45 77.46 0.00 0.00 0.00 0.00 01:08:50 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:48:02 veth1ab54de 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:49:02 eth0 41.47 20.09 160.45 7.77 0.00 0.00 0.00 0.00 01:08:50 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:49:02 veth1ab54de 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 01:08:50 00:49:02 docker0 11.36 23.87 0.61 146.25 0.00 0.00 0.00 0.00 01:08:50 00:50:01 veth1f23d1b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:50:01 veth240b09a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:50:01 vethd0addab 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:50:01 veth2b92b59 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:51:02 eth0 2814.02 2325.84 13586.22 477.97 0.00 0.00 0.00 0.00 01:08:50 00:51:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 00:51:02 veth1ab54de 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 01:08:50 00:51:02 docker0 1030.03 975.13 81.21 4079.29 0.00 0.00 0.00 0.00 01:08:50 00:52:02 vethd2b4c05 3.03 6.55 0.21 36.32 0.00 0.00 0.00 0.00 01:08:50 00:52:02 veth2019447 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:08:50 00:52:02 eth0 83.74 49.81 180.10 76.96 0.00 0.00 0.00 0.00 01:08:50 00:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:53:01 eth0 73.38 50.03 110.34 65.78 0.00 0.00 0.00 0.00 01:08:50 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:53:01 docker0 1082.30 1045.26 85.17 4438.78 0.00 0.00 0.00 0.00 01:08:50 00:54:01 eth0 1.02 0.37 0.32 0.22 0.00 0.00 0.00 0.00 01:08:50 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:55:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:56:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:58:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 01:08:50 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:00:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:01:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:02:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:03:01 eth0 0.25 0.17 0.14 0.07 0.00 0.00 0.00 0.00 01:08:50 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:04:01 eth0 0.53 0.03 0.05 0.00 0.00 0.00 0.00 0.00 01:08:50 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:05:01 eth0 0.43 0.22 0.26 0.19 0.00 0.00 0.00 0.00 01:08:50 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:06:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:08:50 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:07:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:08:01 eth0 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 01:08:50 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 Average: eth0 79.33 72.66 427.30 21.36 0.00 0.00 0.00 0.00 01:08:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:08:50 Average: docker0 42.62 41.16 3.35 174.79 0.00 0.00 0.00 0.00 01:08:50 01:08:50 01:08:50 ---> sar -P ALL: 01:08:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) 01:08:50 01:08:50 00:41:49 LINUX RESTART (4 CPU) 01:08:50 01:08:50 00:43:01 CPU %user %nice %system %iowait %steal %idle 01:08:50 00:44:01 all 10.01 0.00 4.82 1.06 0.22 83.89 01:08:50 00:44:01 0 13.35 0.00 7.60 2.03 0.22 76.80 01:08:50 00:44:01 1 8.10 0.00 3.52 0.38 0.22 87.78 01:08:50 00:44:01 2 10.19 0.00 4.57 1.22 0.17 83.85 01:08:50 00:44:01 3 8.45 0.00 3.61 0.63 0.26 87.06 01:08:50 00:45:01 all 9.59 0.00 7.92 5.52 0.16 76.81 01:08:50 00:45:01 0 9.91 0.00 9.02 3.45 0.19 77.43 01:08:50 00:45:01 1 9.69 0.00 7.29 4.74 0.17 78.10 01:08:50 00:45:01 2 9.40 0.00 8.17 6.54 0.12 75.77 01:08:50 00:45:01 3 9.36 0.00 7.21 7.33 0.15 75.95 01:08:50 00:46:01 all 44.80 0.00 13.11 5.77 0.20 36.13 01:08:50 00:46:01 0 44.62 0.00 13.45 7.84 0.19 33.90 01:08:50 00:46:01 1 42.95 0.00 13.17 5.85 0.25 37.78 01:08:50 00:46:01 2 47.60 0.00 12.41 3.24 0.19 36.56 01:08:50 00:46:01 3 44.02 0.00 13.40 6.15 0.16 36.27 01:08:50 00:47:01 all 51.33 0.00 14.24 1.70 0.24 32.49 01:08:50 00:47:01 0 51.31 0.00 14.15 2.21 0.27 32.06 01:08:50 00:47:01 1 51.16 0.00 14.47 2.29 0.23 31.84 01:08:50 00:47:01 2 51.94 0.00 14.05 0.88 0.19 32.93 01:08:50 00:47:01 3 50.88 0.00 14.31 1.41 0.27 33.13 01:08:50 00:48:02 all 24.89 0.00 11.21 2.50 0.31 61.09 01:08:50 00:48:02 0 25.48 0.00 11.80 3.98 0.36 58.38 01:08:50 00:48:02 1 24.74 0.00 10.88 2.48 0.29 61.60 01:08:50 00:48:02 2 25.00 0.00 11.85 2.53 0.26 60.36 01:08:50 00:48:02 3 24.33 0.00 10.31 1.02 0.31 64.03 01:08:50 00:49:02 all 20.54 0.00 31.57 19.66 0.57 27.65 01:08:50 00:49:02 0 19.29 0.00 31.55 20.06 0.50 28.60 01:08:50 00:49:02 1 19.97 0.00 31.30 17.24 0.61 30.87 01:08:50 00:49:02 2 19.91 0.00 31.59 20.69 0.66 27.15 01:08:50 00:49:02 3 23.02 0.00 31.84 20.67 0.52 23.94 01:08:50 00:50:01 all 59.21 0.00 20.99 11.36 0.28 8.16 01:08:50 00:50:01 0 58.25 0.00 21.87 10.14 0.31 9.43 01:08:50 00:50:01 1 59.23 0.00 20.37 11.18 0.33 8.89 01:08:50 00:50:01 2 59.12 0.00 20.96 12.31 0.27 7.33 01:08:50 00:50:01 3 60.26 0.00 20.74 11.82 0.22 6.96 01:08:50 00:51:02 all 25.13 0.00 24.86 23.31 0.60 26.10 01:08:50 00:51:02 0 24.81 0.00 24.95 24.55 0.65 25.04 01:08:50 00:51:02 1 24.41 0.00 25.65 18.98 0.54 30.42 01:08:50 00:51:02 2 25.65 0.00 24.52 23.26 0.58 25.99 01:08:50 00:51:02 3 25.67 0.00 24.30 26.49 0.62 22.92 01:08:50 00:52:02 all 39.17 0.00 23.13 23.56 0.65 13.49 01:08:50 00:52:02 0 39.24 0.00 23.27 25.05 0.60 11.84 01:08:50 00:52:02 1 39.56 0.00 22.90 24.77 0.76 12.00 01:08:50 00:52:02 2 37.93 0.00 24.23 21.75 0.67 15.42 01:08:50 00:52:02 3 39.98 0.00 22.12 22.64 0.56 14.71 01:08:50 00:53:01 all 25.61 0.00 9.45 4.29 0.31 60.34 01:08:50 00:53:01 0 26.60 0.00 9.10 3.00 0.30 61.01 01:08:50 00:53:01 1 25.37 0.00 8.92 3.37 0.37 61.96 01:08:50 00:53:01 2 25.45 0.00 10.10 5.50 0.27 58.68 01:08:50 00:53:01 3 25.03 0.00 9.68 5.31 0.32 59.66 01:08:50 00:54:01 all 0.15 0.00 0.05 0.00 0.00 99.79 01:08:50 00:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 01:08:50 00:54:01 1 0.07 0.00 0.08 0.00 0.00 99.85 01:08:50 00:54:01 2 0.50 0.00 0.03 0.02 0.00 99.45 01:08:50 00:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 01:08:50 00:54:01 CPU %user %nice %system %iowait %steal %idle 01:08:50 00:55:01 all 0.17 0.00 0.04 0.00 0.03 99.76 01:08:50 00:55:01 0 0.02 0.00 0.03 0.00 0.03 99.92 01:08:50 00:55:01 1 0.08 0.00 0.05 0.00 0.05 99.82 01:08:50 00:55:01 2 0.53 0.00 0.03 0.00 0.02 99.42 01:08:50 00:55:01 3 0.03 0.00 0.03 0.00 0.03 99.90 01:08:50 00:56:01 all 0.13 0.00 0.04 0.00 0.00 99.83 01:08:50 00:56:01 0 0.05 0.00 0.07 0.00 0.00 99.88 01:08:50 00:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 00:56:01 2 0.43 0.00 0.03 0.00 0.00 99.53 01:08:50 00:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 00:57:01 all 0.15 0.00 0.07 0.03 0.01 99.75 01:08:50 00:57:01 0 0.08 0.00 0.07 0.00 0.02 99.83 01:08:50 00:57:01 1 0.08 0.00 0.02 0.00 0.02 99.88 01:08:50 00:57:01 2 0.37 0.00 0.05 0.00 0.00 99.58 01:08:50 00:57:01 3 0.05 0.00 0.13 0.13 0.00 99.68 01:08:50 00:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 01:08:50 00:58:01 0 0.03 0.00 0.03 0.02 0.00 99.92 01:08:50 00:58:01 1 0.50 0.00 0.05 0.00 0.00 99.45 01:08:50 00:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 01:08:50 00:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:08:50 00:59:01 all 0.12 0.00 0.03 0.00 0.01 99.84 01:08:50 00:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 01:08:50 00:59:01 1 0.43 0.00 0.03 0.00 0.00 99.53 01:08:50 00:59:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:08:50 00:59:01 3 0.02 0.00 0.02 0.00 0.03 99.93 01:08:50 01:00:01 all 0.05 0.00 0.02 0.00 0.00 99.94 01:08:50 01:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:08:50 01:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:00:01 2 0.10 0.00 0.03 0.00 0.00 99.87 01:08:50 01:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:08:50 01:01:01 all 0.11 0.00 0.03 0.00 0.00 99.86 01:08:50 01:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:08:50 01:01:01 1 0.33 0.00 0.03 0.00 0.00 99.63 01:08:50 01:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:08:50 01:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:02:01 all 0.15 0.00 0.05 0.00 0.00 99.79 01:08:50 01:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 01:02:01 1 0.53 0.00 0.03 0.02 0.02 99.40 01:08:50 01:02:01 2 0.02 0.00 0.08 0.00 0.00 99.90 01:08:50 01:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:08:50 01:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:08:50 01:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:08:50 01:03:01 1 0.48 0.00 0.02 0.00 0.00 99.50 01:08:50 01:03:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:08:50 01:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:04:01 all 0.15 0.00 0.02 0.00 0.00 99.82 01:08:50 01:04:01 0 0.42 0.00 0.02 0.00 0.00 99.57 01:08:50 01:04:01 1 0.13 0.00 0.02 0.00 0.00 99.85 01:08:50 01:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:08:50 01:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:08:50 01:05:01 0 0.52 0.00 0.02 0.00 0.00 99.47 01:08:50 01:05:01 1 0.00 0.00 0.03 0.00 0.00 99.97 01:08:50 01:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:08:50 01:05:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:08:50 01:08:50 01:05:01 CPU %user %nice %system %iowait %steal %idle 01:08:50 01:06:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:08:50 01:06:01 0 0.53 0.00 0.02 0.00 0.02 99.43 01:08:50 01:06:01 1 0.05 0.00 0.05 0.00 0.00 99.90 01:08:50 01:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:08:50 01:07:01 all 0.12 0.00 0.04 0.00 0.00 99.84 01:08:50 01:07:01 0 0.42 0.00 0.05 0.00 0.00 99.53 01:08:50 01:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 01:07:01 2 0.03 0.00 0.05 0.00 0.00 99.92 01:08:50 01:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:08:50 01:08:01 all 0.05 0.00 0.04 0.01 0.01 99.89 01:08:50 01:08:01 0 0.08 0.00 0.03 0.00 0.00 99.88 01:08:50 01:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:08:50 01:08:01 2 0.03 0.00 0.05 0.03 0.02 99.87 01:08:50 01:08:01 3 0.07 0.00 0.05 0.00 0.02 99.87 01:08:50 Average: all 11.97 0.00 6.20 3.77 0.14 77.92 01:08:50 Average: 0 12.12 0.00 6.43 3.92 0.14 77.39 01:08:50 Average: 1 11.82 0.00 6.10 3.49 0.15 78.43 01:08:50 Average: 2 12.06 0.00 6.25 3.74 0.13 77.82 01:08:50 Average: 3 11.88 0.00 6.02 3.93 0.13 78.03 01:08:50 01:08:50 01:08:50