Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cdaf6afc2b0fbb655888abe39c5d5b05f9a06494+be0d14e436fe9c753018b2c9bd281985489666e3 (7c13156a9f451657ac95c089a7f3377aca457223) 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-30739 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # 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 > git rev-list --no-walk a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:25:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:25:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:25:53 ========================================================= 17:25:53 EdgeX Global Pipelines Version Info 17:25:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:25:55 ------------------- 17:25:55 stable info: 17:25:55 ------------------- 17:25:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:25:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:25:55 Message: update stable to v1.0.186 17:25:56 ------------------- 17:25:56 experimental info: 17:25:56 ------------------- 17:25:56 Commited By: **** collab-it+edgex@linuxfoundation.org 17:25:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:25:56 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:25:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:25:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cdaf6af [Pipeline] echo 17:25:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:25:59 provisioning config files... 17:25:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config4651508050615721503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:59 ---> docker-login.sh 17:25:59 nexus3.edgexfoundry.org:10001 17:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10002 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10003 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 nexus3.edgexfoundry.org:10004 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:00 Configure a credential helper to remove this warning. See 17:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:00 17:26:00 Login Succeeded 17:26:00 docker.io 17:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:01 Configure a credential helper to remove this warning. See 17:26:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:01 17:26:01 Login Succeeded 17:26:01 ---> docker-login.sh ends [Pipeline] } 17:26:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26: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 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/core-command/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo core-command,cmd/core-command/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/core-data/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo core-data,cmd/core-data/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/core-metadata/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo core-metadata,cmd/core-metadata/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/security-bootstrapper/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/security-proxy-setup/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/support-notifications/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo support-notifications,cmd/support-notifications/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ dirname cmd/support-scheduler/Dockerfile 17:26:01 ++ cut -d/ -f2 17:26:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:26:01 + for file in '`ls cmd/**/Dockerfile`' 17:26:01 ++ cut -d/ -f2 17:26:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:26:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:26: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 17:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:02 17:26:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:26:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:02 latest: Pulling from edgex-devops/git-semver 17:26:02 31603596830f: Pulling fs layer 17:26:02 2a8b12db71e7: Pulling fs layer 17:26:02 6ca5941a6612: Pulling fs layer 17:26:02 ecc8261a40a4: Pulling fs layer 17:26:02 ecc8261a40a4: Waiting 17:26:02 2a8b12db71e7: Download complete 17:26:03 31603596830f: Verifying Checksum 17:26:03 31603596830f: Download complete 17:26:03 ecc8261a40a4: Verifying Checksum 17:26:03 ecc8261a40a4: Download complete 17:26:03 6ca5941a6612: Verifying Checksum 17:26:03 6ca5941a6612: Download complete 17:26:03 31603596830f: Pull complete 17:26:04 2a8b12db71e7: Pull complete 17:26:04 6ca5941a6612: Pull complete 17:26:05 ecc8261a40a4: Pull complete 17:26:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:26:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:26:05 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:26:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:08 $ docker top caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:08 [ssh-agent] Looking for ssh-agent implementation... 17:26:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:08 $ docker exec caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent 17:26:09 SSH_AUTH_SOCK=/tmp/ssh-GacKqtQXUBbM/agent.12 17:26:09 SSH_AGENT_PID=17 17:26:09 Running ssh-add (command line suppressed) 17:26:09 Identity added: /w/workspace/edgex-go/21@tmp/private_key_1302412816207157397.key (/w/workspace/edgex-go/21@tmp/private_key_1302412816207157397.key) 17:26:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:09 + git tag --points-at HEAD [Pipeline] } 17:26:09 $ docker exec --env ******** --env ******** caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent -k 17:26:09 unset SSH_AUTH_SOCK; 17:26:09 unset SSH_AGENT_PID; 17:26:09 echo Agent pid 17 killed; 17:26:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:26:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:10 [ssh-agent] Looking for ssh-agent implementation... 17:26:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:10 $ docker exec caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent 17:26:10 SSH_AUTH_SOCK=/tmp/ssh-sukQIEsxzQBW/agent.46 17:26:10 SSH_AGENT_PID=51 17:26:10 Running ssh-add (command line suppressed) 17:26:10 Identity added: /w/workspace/edgex-go/21@tmp/private_key_6637062415679095600.key (/w/workspace/edgex-go/21@tmp/private_key_6637062415679095600.key) 17:26:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:11 + git semver init 17:26:11 # -> Open(): unable to determine branch for HEAD 17:26:11 # $GIT_DIR = /w/workspace/edgex-go/21/.git 17:26:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 17:26:11 # $SEMVER_REMOTE_NAME = origin 17:26:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:11 # $SEMVER_USER_NAME = edgex-jenkins 17:26:11 # $SEMVER_BRANCH = PR-3234 17:26:11 # $SEMVER_TEMP = /tmp/semver-288864984 17:26:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:26:33 # '/tmp/semver-288864984' -> '/w/workspace/edgex-go/21/.semver' 17:26:33 # -> Force: false 17:26:33 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 17:26:33 $ docker exec --env ******** --env ******** caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent -k 17:26:33 unset SSH_AUTH_SOCK; 17:26:33 unset SSH_AGENT_PID; 17:26:33 echo Agent pid 51 killed; 17:26:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:34 + git semver [Pipeline] } 17:26:34 $ docker stop --time=1 caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c 17:26:36 $ docker rm -f caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c [Pipeline] // withDockerContainer [Pipeline] sh 17:26:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:26:37 Stashed 1 file(s) [Pipeline] echo 17:26:37 [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 17:26:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:26:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:26:38 + sudo service docker restart 17:26:38 + true 17:26:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:26:39 ========================================================= 17:26:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:26:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:26:39 + 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 . 17:26:44 Sending build context to Docker daemon 328.6MB 17:26:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:26:44 Step 2/6 : FROM ${BASE} 17:26:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:26:44 188c0c94c7c5: Pulling fs layer 17:26:44 0ef7d3d256c8: Pulling fs layer 17:26:44 de9db76c5a1d: Pulling fs layer 17:26:44 bca2f99d35d6: Pulling fs layer 17:26:44 93359f2a8cfa: Pulling fs layer 17:26:44 7c6f9722023f: Pulling fs layer 17:26:44 a35cf1a2eb13: Pulling fs layer 17:26:44 93359f2a8cfa: Waiting 17:26:44 7c6f9722023f: Waiting 17:26:44 a35cf1a2eb13: Waiting 17:26:44 de9db76c5a1d: Verifying Checksum 17:26:44 de9db76c5a1d: Download complete 17:26:44 0ef7d3d256c8: Download complete 17:26:44 93359f2a8cfa: Verifying Checksum 17:26:44 93359f2a8cfa: Download complete 17:26:44 7c6f9722023f: Download complete 17:26:44 188c0c94c7c5: Verifying Checksum 17:26:44 188c0c94c7c5: Download complete 17:26:44 188c0c94c7c5: Pull complete 17:26:44 0ef7d3d256c8: Pull complete 17:26:44 de9db76c5a1d: Pull complete 17:26:46 a35cf1a2eb13: Verifying Checksum 17:26:46 a35cf1a2eb13: Download complete 17:26:46 bca2f99d35d6: Verifying Checksum 17:26:46 bca2f99d35d6: Download complete 17:26:52 Still waiting to schedule task 17:26:52 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30718’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30742’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30738’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30743’ is offline 17:26:52 bca2f99d35d6: Pull complete 17:26:52 93359f2a8cfa: Pull complete 17:26:52 7c6f9722023f: Pull complete 17:26:57 a35cf1a2eb13: Pull complete 17:26:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:26:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:26:57 ---> a62c8e92a672 17:26:57 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 17:26:57 ---> Running in 6ff52e07b46b 17:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:26:59 (1/12) Installing libmagic (5.38-r0) 17:27:00 (2/12) Installing file (5.38-r0) 17:27:00 (3/12) Installing libc-dev (0.7.2-r3) 17:27:00 (4/12) Installing g++ (9.3.0-r2) 17:27:12 (5/12) Installing fortify-headers (1.1-r0) 17:27:12 (6/12) Installing patch (2.7.6-r6) 17:27:12 (7/12) Installing build-base (0.5-r2) 17:27:12 (8/12) Installing libsodium (1.0.18-r0) 17:27:13 (9/12) Installing pkgconf (1.7.2-r0) 17:27:13 (10/12) Installing libsodium-dev (1.0.18-r0) 17:27:13 (11/12) Installing libzmq (4.3.3-r0) 17:27:13 (12/12) Installing zeromq-dev (4.3.3-r0) 17:27:13 Executing busybox-1.31.1-r19.trigger 17:27:13 OK: 233 MiB in 51 packages 17:27:17 Removing intermediate container 6ff52e07b46b 17:27:17 ---> d1732e522c89 17:27:17 Step 4/6 : WORKDIR /edgex-go 17:27:17 ---> Running in 9d577dba9fd3 17:27:17 Removing intermediate container 9d577dba9fd3 17:27:17 ---> 31f87ef201d5 17:27:17 Step 5/6 : COPY go.mod . 17:27:17 ---> 20f2829621fe 17:27:17 Step 6/6 : RUN go mod download 17:27:17 ---> Running in 4d0abf47f8eb 17:27:39 Removing intermediate container 4d0abf47f8eb 17:27:39 ---> bc0eca8df120 17:27:39 Successfully built bc0eca8df120 17:27:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:27:40 + docker inspect -f . ci-base-image-x86_64 17:27:40 . [Pipeline] withDockerContainer 17:27:40 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:27:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:41 $ docker top a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:41 + go version 17:27:41 go version go1.15.5 linux/amd64 [Pipeline] } 17:27:41 $ docker stop --time=1 a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 17:27:43 $ docker rm -f a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:44 + docker inspect -f . ci-base-image-x86_64 17:27:44 . [Pipeline] withDockerContainer 17:27:44 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:27:44 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:27:45 $ docker top 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 -eo pid,comm [Pipeline] { [Pipeline] echo 17:27:45 ========================================================= 17:27:45 [edgeXBuildGoParallel] Running Tests and Build... 17:27:45 ========================================================= [Pipeline] sh 17:27:45 + make test 17:27:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:27:55 ? github.com/edgexfoundry/edgex-go [no test files] 17:28:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:28:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:28:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:28:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:28:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:28:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:28:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:28:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:28:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:28:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:28:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:28:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:28:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements 17:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.116s coverage: 100.0% of statements 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.081s coverage: 78.9% of statements 17:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.444s coverage: 92.8% of statements 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 17:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 17:28:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 17:28:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 17:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.122s coverage: 81.9% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.073s coverage: 92.9% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.6% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 62.4% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 38.4% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.1% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.761s coverage: 29.1% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:29:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 17:29:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:29:05 GO111MODULE=on go vet ./... 17:29:32 gofmt -l . 17:29:32 [ "`gofmt -l .`" = "" ] 17:29:32 ./bin/test-go-mod-tidy.sh 17:29:32 ./bin/test-attribution-txt.sh [Pipeline] sh 17:29:33 + ls -al . 17:29:33 total 760 17:29:33 drwxrwxr-x 10 1001 1001 4096 Mar 20 17:29 . 17:29:33 drwxr-xr-x 4 root root 30 Mar 20 17:27 .. 17:29:33 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:25 .dockerignore 17:29:33 drwxrwxr-x 8 1001 1001 179 Mar 20 17:25 .git 17:29:33 drwxrwxr-x 3 1001 1001 125 Mar 20 17:25 .github 17:29:33 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:25 .gitignore 17:29:33 drwx------ 3 1001 1001 60 Mar 20 17:26 .semver 17:29:33 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:25 .sonarcloud.properties 17:29:33 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:25 Attribution.txt 17:29:33 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:25 CONTRIBUTING.md 17:29:33 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:25 Dockerfile.build 17:29:33 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:25 Jenkinsfile 17:29:33 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:25 LICENSE 17:29:33 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:25 Makefile 17:29:33 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:25 README.md 17:29:33 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:25 SECURITY.md 17:29:33 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:26 VERSION 17:29:33 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:25 ZMQWindows.md 17:29:33 drwxrwxr-x 2 1001 1001 117 Mar 20 17:25 bin 17:29:33 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:25 cmd 17:29:33 -rw-r--r-- 1 root root 650607 Mar 20 17:29 coverage.out 17:29:33 -rw-r--r-- 1 root root 1056 Mar 20 17:29 go.mod 17:29:33 -rw-r--r-- 1 root root 22211 Mar 20 17:29 go.sum 17:29:33 drwxrwxr-x 8 1001 1001 127 Mar 20 17:25 internal 17:29:33 drwxrwxr-x 4 1001 1001 26 Mar 20 17:25 openapi 17:29:33 drwxrwxr-x 4 1001 1001 71 Mar 20 17:25 snap 17:29:33 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:25 version.go [Pipeline] sh 17:29:33 + '[' -e coverage.out ] 17:29:33 + chown 1001:1001 coverage.out [Pipeline] stash 17:29:34 Stashed 1 file(s) [Pipeline] sh 17:29:34 + make build 17:29:34 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 17:29:38 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 17:29:46 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 17:29:47 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 17:29: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 17:29:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:29:51 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 17:29:52 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 17:29:53 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 17:29: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 17:29:56 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 17:29:57 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] } 17:29:59 $ docker stop --time=1 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 17:30:01 $ docker rm -f 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:30:03 17:30:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:30:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:30:03 latest: Pulling from edgex-devops/edgex-compose 17:30:03 cbdbe7a5bc2a: Pulling fs layer 17:30:03 ca9280d653b3: Pulling fs layer 17:30:03 7e9c9ca2126c: Pulling fs layer 17:30:04 cbdbe7a5bc2a: Download complete 17:30:04 cbdbe7a5bc2a: Pull complete 17:30:04 ca9280d653b3: Download complete 17:30:05 7e9c9ca2126c: Verifying Checksum 17:30:05 7e9c9ca2126c: Download complete 17:30:05 ca9280d653b3: Pull complete 17:30:12 7e9c9ca2126c: Pull complete 17:30:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:30:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:30:12 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:30:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 17:30:15 $ docker top c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:16 + docker-compose build --help 17:30:16 + grep parallel 17:30:17 --parallel Build images in parallel. [Pipeline] } 17:30:17 $ docker stop --time=1 c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca 17:30:18 $ docker rm -f c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:30:19 . [Pipeline] withDockerContainer 17:30:19 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:30:19 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:30:20 $ docker top e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:21 + docker-compose -f ./docker-compose-build.yml build --parallel 17:30:22 Building docker-core-command-go ... 17:30:22 Building docker-core-data-go ... 17:30:22 Building docker-core-metadata-go ... 17:30:22 Building docker-security-bootstrapper-go ... 17:30:22 Building docker-security-proxy-setup-go ... 17:30:22 Building docker-security-secretstore-setup-go ... 17:30:22 Building docker-support-notifications-go ... 17:30:22 Building docker-support-scheduler-go ... 17:30:22 Building docker-sys-mgmt-agent-go ... 17:30:22 Building docker-sys-mgmt-agent-go 17:30:22 Building docker-core-data-go 17:30:22 Building docker-support-scheduler-go 17:30:22 Building docker-support-notifications-go 17:30:22 Building docker-security-bootstrapper-go 17:30:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:54 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:54 17:30:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:30:54 ---> bc0eca8df120 17:30:54 Step 3/23 : WORKDIR /edgex-go 17:30:54 ---> bc0eca8df120 17:30:54 Step 3/31 : WORKDIR /edgex-go 17:30:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:30:54 ---> bc0eca8df120 17:30:54 Step 3/26 : WORKDIR /edgex-go 17:30:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:30:54 ---> bc0eca8df120 17:30:54 Step 3/22 : WORKDIR /edgex-go 17:30:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:30:54 ---> bc0eca8df120 17:30:54 Step 3/22 : WORKDIR /edgex-go 17:30:55 ---> Running in ed20adf86074 17:30:55 ---> Running in 2ba3bbbb2be1 17:30:55 ---> Running in 60d7f9e177ec 17:30:55 ---> Running in 352c57fffa92 17:30:55 ---> Running in ca6b2d2a0b2d 17:30:55 Removing intermediate container ed20adf86074 17:30:55 ---> 5e1a149d874f 17:30:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 Removing intermediate container ca6b2d2a0b2d 17:30:56 ---> 85f01d4a5edc 17:30:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 Removing intermediate container 2ba3bbbb2be1 17:30:56 ---> fdfd74b76c4d 17:30:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 Removing intermediate container 352c57fffa92 17:30:56 ---> a5793ca9af6c 17:30:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 Removing intermediate container 60d7f9e177ec 17:30:56 ---> aff8195dd2ee 17:30:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 ---> Running in fd8896805b6f 17:30:56 ---> Running in a7c9f14a0705 17:30:56 ---> Running in 5627d06b9f74 17:30:56 ---> Running in 78a73815a38b 17:30:56 ---> Running in fe099d5fe8e0 17:30:58 Removing intermediate container fd8896805b6f 17:30:58 ---> 641547f63914 17:30:58 Step 5/26 : RUN apk add --update --no-cache make bash git 17:30:58 ---> Running in 38edd726ed12 17:30:58 Removing intermediate container a7c9f14a0705 17:30:58 ---> e674b4fd461a 17:30:58 Step 5/22 : RUN apk add --update --no-cache make git 17:30:58 ---> Running in bda4ba52b5d5 17:30:58 Removing intermediate container 5627d06b9f74 17:30:58 ---> 9d6705571981 17:30:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:30:58 Removing intermediate container 78a73815a38b 17:30:58 ---> cac01464a4ba 17:30:58 Step 5/31 : RUN apk add --update --no-cache make git 17:30:58 Removing intermediate container fe099d5fe8e0 17:30:58 ---> e2accd92a0e6 17:30:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:30:59 ---> Running in 76b2dcb2065a 17:30:59 ---> Running in 052178a6bb9c 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:59 ---> Running in b3a88d4aa233 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:00 OK: 233 MiB in 51 packages 17:31:01 Removing intermediate container 38edd726ed12 17:31:01 ---> 777a1737a9e8 17:31:01 Step 6/26 : COPY go.mod . 17:31:01 OK: 233 MiB in 51 packages 17:31:01 OK: 233 MiB in 51 packages 17:31:01 OK: 233 MiB in 51 packages 17:31:01 ---> 1541bfd56631 17:31:01 Step 7/26 : RUN go mod download 17:31:01 ---> Running in 6baef547a515 17:31:02 OK: 233 MiB in 51 packages 17:31:02 Removing intermediate container bda4ba52b5d5 17:31:02 ---> 26c70c008aeb 17:31:02 Step 6/22 : COPY go.mod . 17:31:02 Removing intermediate container 052178a6bb9c 17:31:02 ---> 7414df5afa44 17:31:02 Step 6/31 : COPY go.mod . 17:31:02 ---> e6bfcd9fda79 17:31:02 Step 7/22 : RUN go mod download 17:31:02 Removing intermediate container 76b2dcb2065a 17:31:02 ---> 152e64a99c60 17:31:02 Step 6/22 : COPY go.mod . 17:31:02 ---> Running in 8f1f8ba6b849 17:31:03 Removing intermediate container b3a88d4aa233 17:31:03 ---> b4832045b28c 17:31:03 Step 6/23 : COPY go.mod . 17:31:03 ---> f22dc12b1678 17:31:03 Step 7/31 : RUN go mod download 17:31:03 ---> Running in 565a05e90a31 17:31:03 ---> d6fe69f5e280 17:31:03 Step 7/22 : RUN go mod download 17:31:03 ---> 4cf3f246d501 17:31:03 Step 7/23 : RUN go mod download 17:31:03 ---> Running in a350acfcc946 17:31:03 ---> Running in 6ce215f87315 17:31:04 Removing intermediate container 6baef547a515 17:31:04 ---> 42f4db068365 17:31:04 Step 8/26 : COPY . . 17:31:08 Removing intermediate container 8f1f8ba6b849 17:31:08 ---> f65d21c78769 17:31:08 Step 8/22 : COPY . . 17:31:10 Removing intermediate container 565a05e90a31 17:31:10 ---> 6c9a1c6f19bb 17:31:10 Step 8/31 : COPY . . 17:31:12 Removing intermediate container a350acfcc946 17:31:12 ---> 33b5bcd303ef 17:31:12 Step 8/22 : COPY . . 17:31:14 Removing intermediate container 6ce215f87315 17:31:14 ---> b82cbc798d54 17:31:14 Step 8/23 : COPY . . 17:31:47 ---> eed210098539 17:31:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:31:48 ---> 563d4b64acc3 17:31:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:31:48 ---> Running in 6d69be71bc53 17:31:48 ---> 1a9ce60c996f 17:31:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:31:50 ---> 6f7e22168d35 17:31:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:31:50 ---> Running in affda0b6b549 17:31:50 ---> Running in f6233fc1ac19 17:31:50 ---> Running in 6c2a0f9b5cb3 17:31:52 ---> 783d5333233d 17:31:52 Step 9/23 : RUN make cmd/core-data/core-data 17:31:52 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 17:31:52 ---> Running in 4d8bb160f7df 17:31:52 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 17:31:52 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 17:31:52 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 17:31:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:32:33 Removing intermediate container 6d69be71bc53 17:32:33 ---> dc1996090e56 17:32:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:32:33 Removing intermediate container affda0b6b549 17:32:33 ---> b0ded04f29c6 17:32:33 17:32:33 Step 10/31 : FROM alpine:3.12 17:32:33 3.12: Pulling from library/alpine 17:32:33 ---> Running in 60eebbc43287 17:32:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:32:33 Status: Downloaded newer image for alpine:3.12 17:32:33 ---> 88dd2752d2ea 17:32:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:32:33 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 17:32:35 ---> Running in a305b1e73b27 17:32:36 Removing intermediate container f6233fc1ac19 17:32:36 ---> ea272a92e731 17:32:36 17:32:36 Step 10/22 : FROM alpine:3.12 17:32:36 ---> 88dd2752d2ea 17:32:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:32:36 Removing intermediate container 6c2a0f9b5cb3 17:32:36 ---> f56674737961 17:32:36 17:32:36 Step 10/22 : FROM alpine:3.12 17:32:36 ---> 88dd2752d2ea 17:32:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:32:36 Removing intermediate container a305b1e73b27 17:32:36 ---> 533567d2d4fe 17:32:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:32:36 ---> Running in 6a3a8dcffad0 17:32:36 ---> Running in c42889267eaa 17:32:36 ---> Running in e502f51ad1ad 17:32:37 Removing intermediate container 60eebbc43287 17:32:37 ---> b351e2547a91 17:32:37 17:32:37 Step 11/26 : FROM docker:20.10.0 17:32:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:38 20.10.0: Pulling from library/docker 17:32:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:38 (1/1) Installing dumb-init (1.2.2-r1) 17:32:38 Executing busybox-1.31.1-r19.trigger 17:32:38 OK: 6 MiB in 15 packages 17:32:38 (1/2) Installing ca-certificates (20191127-r4) 17:32:38 (2/2) Installing dumb-init (1.2.2-r1) 17:32:38 Executing busybox-1.31.1-r19.trigger 17:32:38 Executing ca-certificates-20191127-r4.trigger 17:32:38 OK: 6 MiB in 16 packages 17:32:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:39 Removing intermediate container 4d8bb160f7df 17:32:39 ---> 274af48908fe 17:32:39 17:32:39 Step 10/23 : FROM alpine:3.12 17:32:39 ---> 88dd2752d2ea 17:32:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:32:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:39 (1/2) Installing dumb-init (1.2.2-r1) 17:32:39 (2/2) Installing su-exec (0.2-r1) 17:32:39 Executing busybox-1.31.1-r19.trigger 17:32:39 OK: 6 MiB in 16 packages 17:32:40 ---> Running in a01f2442d6c1 17:32:42 Removing intermediate container a01f2442d6c1 17:32:42 ---> 4eb153711019 17:32:42 Step 12/23 : ENV APP_PORT=48080 17:32:42 Removing intermediate container c42889267eaa 17:32:42 ---> efdd0646a4ed 17:32:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:32:42 Removing intermediate container 6a3a8dcffad0 17:32:42 ---> ed1cef77136c 17:32:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:32:42 Removing intermediate container e502f51ad1ad 17:32:42 ---> a2b7339835d4 17:32:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:32:42 ---> Running in 40c02303921b 17:32:42 ---> Running in 9d80f729ed35 17:32:42 ---> Running in ba8abf78062c 17:32:42 ---> Running in 4b7195c2435b 17:32:43 Removing intermediate container 9d80f729ed35 17:32:43 ---> 77941b999227 17:32:43 Step 13/23 : EXPOSE $APP_PORT 17:32:43 Removing intermediate container 40c02303921b 17:32:43 ---> 02e79e3cd695 17:32:43 Step 13/22 : ENV APP_PORT=48060 17:32:43 Removing intermediate container ba8abf78062c 17:32:43 ---> f8f0f99511a2 17:32:43 Step 13/22 : ENV APP_PORT=48085 17:32:43 Removing intermediate container 4b7195c2435b 17:32:43 ---> 5d9ae334ac06 17:32:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:32:43 ---> Running in 7a29020b2e40 17:32:43 ---> Running in 406667de94e3 17:32:43 ---> Running in 1940ffb9adce 17:32:43 ---> Running in ba2d02b8e0b8 17:32:43 Removing intermediate container 7a29020b2e40 17:32:43 ---> 6a0ce83c0c5e 17:32:43 Step 14/22 : EXPOSE $APP_PORT 17:32:43 ---> Running in 3ded9985a0b1 17:32:43 Removing intermediate container 1940ffb9adce 17:32:43 ---> c142d1a318a9 17:32:43 Step 14/22 : EXPOSE $APP_PORT 17:32:43 Removing intermediate container 406667de94e3 17:32:43 ---> 117aec10a430 17:32:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:32:43 Removing intermediate container ba2d02b8e0b8 17:32:43 ---> 4ba0dc5b2109 17:32:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:32:44 ---> Running in 995c337f30ff 17:32:44 ---> Running in 542cb6e95800 17:32:44 ---> Running in acdd613b27a0 17:32:44 Removing intermediate container 3ded9985a0b1 17:32:44 ---> 94fe6c67226e 17:32:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:32:44 Removing intermediate container 995c337f30ff 17:32:44 ---> 96b68b15c1d6 17:32:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:32:45 ---> ea3e3dd42b23 17:32:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:32:45 ---> 1d475f3b76e2 17:32:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:32:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:32:45 Status: Downloaded newer image for docker:20.10.0 17:32:45 ---> aefe523efa57 17:32:45 Step 12/26 : RUN apk add --no-cache bash 17:32:46 ---> Running in 14b633a82c5a 17:32:46 ---> fe50dbd47a4a 17:32:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:32:46 ---> 0bb9d0065f8f 17:32:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:32:46 Removing intermediate container acdd613b27a0 17:32:46 ---> 2cd643780931 17:32:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:32:46 ---> 7c1c4983ccff 17:32:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:32:46 ---> 0bde009ba172 17:32:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:32:46 ---> Running in 9f949e908e6f 17:32:46 ---> Running in e068c9bb1f45 17:32:46 ---> Running in ac86fcda3832 17:32:46 Removing intermediate container 542cb6e95800 17:32:46 ---> eeaaa24c51da 17:32:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:47 ---> Running in b66c742adf99 17:32:47 Removing intermediate container 9f949e908e6f 17:32:47 ---> 5c0f91edb2dc 17:32:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:32:47 (1/2) Installing readline (8.0.4-r0) 17:32:47 (2/2) Installing bash (5.0.17-r0) 17:32:47 Executing bash-5.0.17-r0.post-install 17:32:47 Executing busybox-1.31.1-r19.trigger 17:32:47 OK: 12 MiB in 22 packages 17:32:47 Removing intermediate container e068c9bb1f45 17:32:47 ---> 1d2dc707b481 17:32:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:32:47 Removing intermediate container ac86fcda3832 17:32:47 ---> 8a9b63c5207b 17:32:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:32:47 ---> Running in 4122f181ad98 17:32:47 ---> Running in c6efe2272943 17:32:48 ---> 6b368116f64a 17:32:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:32:48 ---> Running in 3be6dec5ca72 17:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:48 Removing intermediate container 4122f181ad98 17:32:48 ---> 8da7c3309ec9 17:32:48 Step 20/22 : LABEL arch=x86_64 17:32:48 Removing intermediate container c6efe2272943 17:32:48 ---> 158cb52708ca 17:32:48 Step 20/22 : LABEL arch=x86_64 17:32:48 Removing intermediate container 14b633a82c5a 17:32:48 ---> 7fcfbb5bbf9a 17:32:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:32:48 ---> Running in 773e446207a6 17:32:48 ---> Running in 6a2afa049127 17:32:48 ---> Running in 4537f5dfcdc9 17:32:48 Removing intermediate container 773e446207a6 17:32:48 ---> 07dbac1ffee2 17:32:48 Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:49 Removing intermediate container 4537f5dfcdc9 17:32:49 ---> d1374c3c994e 17:32:49 Step 14/26 : ENV APP_PORT=48090 17:32:49 ---> Running in c205a98f9c30 17:32:49 Removing intermediate container 6a2afa049127 17:32:49 ---> 1c86f6604f23 17:32:49 Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:32:49 ---> Running in 25e4f8a93b0c 17:32:49 ---> Running in 297245bfecba 17:32:49 Removing intermediate container c205a98f9c30 17:32:49 ---> e0e2e4582774 17:32:49 Step 22/22 : LABEL version=0.0.0 17:32:49 (1/6) Installing dumb-init (1.2.2-r1) 17:32:49 ---> Running in 43f0e85a8c06 17:32:49 Removing intermediate container 25e4f8a93b0c 17:32:49 ---> 01575a6f2131 17:32:49 Step 15/26 : EXPOSE $APP_PORT 17:32:49 (2/6) Installing libgcc (9.3.0-r2) 17:32:49 Removing intermediate container 297245bfecba 17:32:49 ---> 29574004acf9 17:32:49 Step 22/22 : LABEL version=0.0.0 17:32:49 (3/6) Installing libsodium (1.0.18-r0) 17:32:50 (4/6) Installing libstdc++ (9.3.0-r2) 17:32:50 ---> Running in fb0fed024057 17:32:50 ---> Running in 7249df6df3d3 17:32:50 Removing intermediate container 3be6dec5ca72 17:32:50 ---> eedf5c0e74bb 17:32:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:32:50 Removing intermediate container 43f0e85a8c06 17:32:50 ---> d95348b8e77e 17:32:50 17:32:50 (5/6) Installing libzmq (4.3.3-r0) 17:32:50 (6/6) Installing zeromq (4.3.3-r0) 17:32:50 Executing busybox-1.31.1-r19.trigger 17:32:50 OK: 8 MiB in 20 packages 17:32:50 Removing intermediate container fb0fed024057 17:32:50 ---> fd2587ec0a63 17:32:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:32:50 Successfully built d95348b8e77e 17:32:50 Removing intermediate container 7249df6df3d3 17:32:50 ---> 67781362a6e1 17:32:50 17:32:50 Successfully tagged docker-support-notifications-go:latest 17:32:50  Building docker-support-notifications-go ... done Building docker-core-command-go 17:32:50 ---> 4eeb45812388 17:32:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:32:50 Successfully built 67781362a6e1 17:32:50 Successfully tagged docker-support-scheduler-go:latest 17:32:50  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 17:32:52 ---> 09db1b3cb8b3 17:32:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:32:52 Removing intermediate container b66c742adf99 17:32:52 ---> f7b70550878f 17:32:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:32:52 ---> d56f8856072f 17:32:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:32:54 ---> baeededa764e 17:32:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:32:54 ---> f66a76dc3e84 17:32:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:32:54 ---> 3a0e131530f5 17:32:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:32:57 ---> 14fd695f7e84 17:32:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:32:57 ---> fff6a45f56db 17:32:57 Step 19/26 : RUN apk --no-cache add py3-pip 17:32:57 ---> ddb906dc2909 17:32:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:32:59 ---> Running in 6191e670c9cb 17:32:59 ---> a98c93ed73df 17:32:59 Step 19/23 : ENTRYPOINT ["/core-data"] 17:32:59 ---> 418e90e1548d 17:32:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:32:59 ---> Running in c67c12bd525a 17:33:00 ---> Running in 614e1332e0c7 17:33:01 Removing intermediate container c67c12bd525a 17:33:01 ---> 76d3e3770500 17:33:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:02 Removing intermediate container 614e1332e0c7 17:33:02 ---> 432ae90e99c8 17:33:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:33:02 (1/33) Installing libbz2 (1.0.8-r1) 17:33:02 (2/33) Installing expat (2.2.9-r1) 17:33:02 (3/33) Installing libffi (3.3-r2) 17:33:02 (4/33) Installing gdbm (1.13-r1) 17:33:02 (5/33) Installing xz-libs (5.2.5-r0) 17:33:02 (6/33) Installing sqlite-libs (3.32.1-r0) 17:33:02 (7/33) Installing python3 (3.8.8-r0) 17:33:02 ---> Running in 7c3833e6cb28 17:33:07 Removing intermediate container 7c3833e6cb28 17:33:07 ---> 25d6b2a2ac88 17:33:07 Step 21/23 : LABEL arch=x86_64 17:33:09 ---> 32adb4e7e550 17:33:09 Step 26/31 : RUN chmod +x /entrypoint.sh 17:33:09 ---> Running in f9ea66824dfc 17:33:10 (8/33) Installing py3-appdirs (1.4.4-r1) 17:33:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:33:10 (10/33) Installing py3-parsing (2.4.7-r0) 17:33:10 (11/33) Installing py3-six (1.15.0-r0) 17:33:10 (12/33) Installing py3-packaging (20.4-r0) 17:33:10 (13/33) Installing py3-setuptools (47.0.0-r0) 17:33:10 (14/33) Installing py3-chardet (3.0.4-r4) 17:33:11 (15/33) Installing py3-idna (2.9-r0) 17:33:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:33:12 ---> bc0eca8df120 17:33:12 Step 3/24 : WORKDIR /edgex-go 17:33:12 ---> Using cache 17:33:12 ---> aff8195dd2ee 17:33:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:12 ---> Using cache 17:33:12 ---> e2accd92a0e6 17:33:12 Step 5/24 : RUN apk add --update --no-cache make git 17:33:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:33:12 ---> bc0eca8df120 17:33:12 Step 3/23 : WORKDIR /edgex-go 17:33:12 ---> Using cache 17:33:12 ---> aff8195dd2ee 17:33:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:12 ---> Using cache 17:33:12 ---> e2accd92a0e6 17:33:12 Step 5/23 : RUN apk add --update --no-cache make git 17:33:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:33:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:33:13 ---> Running in 304f82d8c146 17:33:13 (18/33) Installing py3-requests (2.23.0-r0) 17:33:13 Removing intermediate container f9ea66824dfc 17:33:13 ---> f913bc760abc 17:33:13 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:33:13 (19/33) Installing py3-msgpack (1.0.0-r0) 17:33:13 (20/33) Installing py3-lockfile (0.12.2-r3) 17:33:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:33:13 (22/33) Installing py3-colorama (0.4.3-r0) 17:33:13 ---> Running in 8bef1e2c8ba2 17:33:13 ---> Running in 06d6ce379d0f 17:33:14 (23/33) Installing py3-distlib (0.3.0-r0) 17:33:14 (24/33) Installing py3-distro (1.5.0-r1) 17:33:14 (25/33) Installing py3-webencodings (0.5.1-r3) 17:33:14 ---> Running in d287b463d522 17:33:14 (26/33) Installing py3-html5lib (1.0.1-r4) 17:33:14 (27/33) Installing py3-pytoml (0.1.21-r0) 17:33:14 (28/33) Installing py3-pep517 (0.8.2-r0) 17:33:14 (29/33) Installing py3-progress (1.5-r0) 17:33:14 (30/33) Installing py3-toml (0.10.1-r0) 17:33:14 (31/33) Installing py3-retrying (1.3.3-r0) 17:33:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:33:14 (33/33) Installing py3-pip (20.1.1-r0) 17:33:14 Executing busybox-1.31.1-r19.trigger 17:33:14 OK: 71 MiB in 55 packages 17:33:15 Removing intermediate container d287b463d522 17:33:15 ---> 57f662166d9e 17:33:15 Step 23/23 : LABEL version=0.0.0 17:33:15 ---> Running in 56a04a1c6c89 17:33:15 Removing intermediate container 56a04a1c6c89 17:33:15 ---> aedf57d28bb2 17:33:15 17:33:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:15 Successfully built aedf57d28bb2 17:33:15 Successfully tagged docker-core-data-go:latest 17:33:15 Building docker-security-proxy-setup-go 17:33:16  Building docker-core-data-go ... done Removing intermediate container 304f82d8c146 17:33:16 ---> 7a468e057dbc 17:33:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:17 OK: 233 MiB in 51 packages 17:33:17 OK: 233 MiB in 51 packages 17:33:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30745 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:33:18 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 17:33:22 ---> Running in a557fbbf30ec 17:33:24 using credential edgex-jenkins-ssh 17:33:24 Cloning the remote Git repository 17:33:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:33:24 > git init /w/workspace/edgex-go/21 # timeout=10 17:33:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:24 > git --version # timeout=10 17:33:24 > git --version # 'git version 2.17.1' 17:33:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:26 Removing intermediate container a557fbbf30ec 17:33:26 ---> cb14ed365604 17:33:26 Step 28/31 : CMD ["gate"] 17:33:27 Removing intermediate container 06d6ce379d0f 17:33:27 ---> eff3dfd4f540 17:33:27 Step 6/24 : COPY go.mod . 17:33:27 Removing intermediate container 8bef1e2c8ba2 17:33:27 ---> 02d3589def59 17:33:27 Step 6/23 : COPY go.mod . 17:33:30 ---> Running in 36d5ed634204 17:33:30 ---> ce925aaf0c9a 17:33:30 Step 7/24 : RUN go mod download 17:33:31 ---> 0397e2e28b3a 17:33:31 Step 7/23 : RUN go mod download 17:33:31 Removing intermediate container 6191e670c9cb 17:33:31 ---> 3357ecb6e9dd 17:33:31 Step 20/26 : RUN pip install docker-compose==1.23.2 17:33:31 Removing intermediate container 36d5ed634204 17:33:31 ---> 43715cde7509 17:33:31 Step 29/31 : LABEL arch=x86_64 17:33:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:33:31 ---> bc0eca8df120 17:33:31 Step 3/21 : WORKDIR /edgex-go 17:33:31 ---> Using cache 17:33:31 ---> aff8195dd2ee 17:33:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:31 ---> Using cache 17:33:31 ---> e2accd92a0e6 17:33:31 Step 5/21 : RUN apk add --update --no-cache make git 17:33:31 ---> Using cache 17:33:31 ---> 02d3589def59 17:33:31 Step 6/21 : COPY go.mod . 17:33:31 ---> Using cache 17:33:31 ---> 0397e2e28b3a 17:33:31 Step 7/21 : RUN go mod download 17:33:32 ---> Running in c0837775be6d 17:33:33 ---> Running in 466bc7d2a598 17:33:33 ---> Running in 83e6cc0dc39b 17:33:33 ---> Running in 7589ba136290 17:33:33 ---> Running in 556c9c79df85 17:33:33 Removing intermediate container 556c9c79df85 17:33:33 ---> f1943b46fd9c 17:33:33 Step 30/31 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:33:34 ---> Running in 13ca999f3d2e 17:33:34 Removing intermediate container 13ca999f3d2e 17:33:34 ---> 12304c053a02 17:33:34 Step 31/31 : LABEL version=0.0.0 17:33:34 ---> Running in 981e23bce93d 17:33:34 Removing intermediate container 981e23bce93d 17:33:34 ---> 9b804ab71867 17:33:34 17:33:35 Successfully built 9b804ab71867 17:33:35 Successfully tagged docker-security-bootstrapper-go:latest 17:33:35 Building docker-core-metadata-go 17:33:36  Building docker-security-bootstrapper-go ... done Removing intermediate container 7589ba136290 17:33:36 ---> a6baa41a30e7 17:33:36 Step 8/23 : COPY . . 17:33:36 Removing intermediate container c0837775be6d 17:33:36 ---> e2e44520efc7 17:33:36 Step 8/24 : COPY . . 17:33:36 Removing intermediate container 466bc7d2a598 17:33:36 ---> 0c59c9522010 17:33:36 Step 8/21 : COPY . . 17:33:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:40 > 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 17:33:41 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:33:41 Collecting docker-compose==1.23.2 17:33:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:33:41 Collecting dockerpty<0.5,>=0.4.1 17:33:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:33:42 Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:33:42 Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) 17:33:41 > git config core.sparsecheckout # timeout=10 17:33:41 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 17:33:41 > git remote # timeout=10 17:33:41 > git config --get remote.origin.url # timeout=10 17:33:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:41 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:33:42 > git rev-parse HEAD^{commit} # timeout=10 17:33:42 > git config core.sparsecheckout # timeout=10 17:33:42 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 17:33:46 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 17:33:47 Collecting websocket-client<1.0,>=0.32.0 17:33:47 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 17:33:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:33:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:33:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:33:48 Collecting texttable<0.10,>=0.9.0 17:33:48 Downloading texttable-0.9.1.tar.gz (11 kB) 17:33:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:33:49 + sudo service docker restart 17:33:49 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:33:52 provisioning config files... 17:33:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config3280615042043700968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:52 ---> docker-login.sh 17:33:52 nexus3.edgexfoundry.org:10001 17:33:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:53 Configure a credential helper to remove this warning. See 17:33:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:53 17:33:53 Login Succeeded 17:33:53 nexus3.edgexfoundry.org:10002 17:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:54 Configure a credential helper to remove this warning. See 17:33:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:54 17:33:54 Login Succeeded 17:33:54 nexus3.edgexfoundry.org:10003 17:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:54 Configure a credential helper to remove this warning. See 17:33:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:54 17:33:54 Login Succeeded 17:33:54 nexus3.edgexfoundry.org:10004 17:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:55 Configure a credential helper to remove this warning. See 17:33:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:55 17:33:55 Login Succeeded 17:33:55 docker.io 17:33:55 Collecting docopt<0.7,>=0.6.1 17:33:55 Downloading docopt-0.6.2.tar.gz (25 kB) 17:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:56 Configure a credential helper to remove this warning. See 17:33:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:56 17:33:56 Login Succeeded 17:33:56 ---> docker-login.sh ends [Pipeline] } 17:33:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:33:57 ========================================================= 17:33:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:33:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:33:57 Collecting cached-property<2,>=1.2.0 17:33:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:33: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 . 17:33:59 Collecting docker<4.0,>=3.6.0 17:33:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:34:00 Collecting PyYAML<4,>=3.10 17:34:00 Downloading PyYAML-3.13.tar.gz (270 kB) 17:34:00 Sending build context to Docker daemon 166.8MB 17:34:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:34:00 Step 2/6 : FROM ${BASE} 17:34:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:34:00 5f621e34cdf4: Pulling fs layer 17:34:00 a4357932f1b6: Pulling fs layer 17:34:00 18c013af1878: Pulling fs layer 17:34:00 00ac8860ef70: Pulling fs layer 17:34:00 63d7cb157983: Pulling fs layer 17:34:00 b116817d02f9: Pulling fs layer 17:34:00 745a02a5169b: Pulling fs layer 17:34:00 00ac8860ef70: Waiting 17:34:00 63d7cb157983: Waiting 17:34:00 b116817d02f9: Waiting 17:34:00 745a02a5169b: Waiting 17:34:00 18c013af1878: Verifying Checksum 17:34:00 18c013af1878: Download complete 17:34:00 a4357932f1b6: Verifying Checksum 17:34:00 63d7cb157983: Download complete 17:34:00 b116817d02f9: Verifying Checksum 17:34:00 b116817d02f9: Download complete 17:34:00 5f621e34cdf4: Verifying Checksum 17:34:00 5f621e34cdf4: Download complete 17:34:01 5f621e34cdf4: Pull complete 17:34:01 a4357932f1b6: Pull complete 17:34:02 18c013af1878: Pull complete 17:34:03 745a02a5169b: Verifying Checksum 17:34:03 745a02a5169b: Download complete 17:34:04 00ac8860ef70: Verifying Checksum 17:34:04 00ac8860ef70: Download complete 17:34:05 Collecting jsonschema<3,>=2.5.1 17:34:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:34:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:34:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:34:05 ---> bc0eca8df120 17:34:05 Step 3/23 : WORKDIR /edgex-go 17:34:05 ---> Using cache 17:34:05 ---> aff8195dd2ee 17:34:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:05 ---> Using cache 17:34:05 ---> e2accd92a0e6 17:34:05 Step 5/23 : RUN apk add --update --no-cache make git 17:34:05 ---> Using cache 17:34:05 ---> 02d3589def59 17:34:05 Step 6/23 : COPY go.mod . 17:34:05 ---> Using cache 17:34:05 ---> 0397e2e28b3a 17:34:05 Step 7/23 : RUN go mod download 17:34:05 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) 17:34:05 ---> Using cache 17:34:05 ---> 0c59c9522010 17:34:05 Step 8/23 : COPY . . 17:34:05 Collecting idna<2.8,>=2.5 17:34:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:34:05 Collecting urllib3<1.25,>=1.21.1 17:34:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:34:05 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) 17:34:06 Collecting docker-pycreds>=0.4.0 17:34:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:34:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:34:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:34:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:34:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:34:08 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, texttable, docopt, cached-property, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 17:34:08 Running setup.py install for dockerpty: started 17:34:11 Running setup.py install for dockerpty: finished with status 'done' 17:34:12 Attempting uninstall: idna 17:34:12 Found existing installation: idna 2.9 17:34:12 Uninstalling idna-2.9: 17:34:13 Successfully uninstalled idna-2.9 17:34:14 00ac8860ef70: Pull complete 17:34:14 63d7cb157983: Pull complete 17:34:14 ---> 952521b702b0 17:34:14 Step 9/23 : RUN make cmd/core-command/core-command 17:34:14 ---> 8b65325cded3 17:34:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:34:14 b116817d02f9: Pull complete 17:34:14 Attempting uninstall: urllib3 17:34:14 Found existing installation: urllib3 1.25.9 17:34:14 Uninstalling urllib3-1.25.9: 17:34:14 ---> 10de9319cd37 17:34:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:34:14 Successfully uninstalled urllib3-1.25.9 17:34:16 ---> Running in 8be4f0f3e6e8 17:34:16 ---> Running in 79fcff578a0b 17:34:16 Attempting uninstall: requests 17:34:16 Found existing installation: requests 2.23.0 17:34:16 Uninstalling requests-2.23.0: 17:34:16 ---> Running in 14c490c9d12c 17:34:16 Successfully uninstalled requests-2.23.0 17:34:16 Running setup.py install for texttable: started 17:34:18 745a02a5169b: Pull complete 17:34:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:34:18 Running setup.py install for texttable: finished with status 'done' 17:34:18 Running setup.py install for docopt: started 17:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:34:18 ---> b7e6874047d6 17:34: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 17:34:18 Running setup.py install for docopt: finished with status 'done' 17:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:34:19 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 17:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:34:19 Running setup.py install for PyYAML: started 17:34:20 Running setup.py install for PyYAML: finished with status 'done' 17:34:21 ---> Running in a9034c53c33f 17:34:23 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 17:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:34:28 (1/12) Installing libmagic (5.38-r0) 17:34:28 (2/12) Installing file (5.38-r0) 17:34:28 (3/12) Installing libc-dev (0.7.2-r3) 17:34:28 (4/12) Installing g++ (9.3.0-r2) 17:34:29 ---> 656f7e0c38d0 17:34:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:34:29 ---> Running in 1c4321be395c 17:34:30 Removing intermediate container 83e6cc0dc39b 17:34:30 ---> c8ba42ed2656 17:34:30 Step 21/26 : RUN apk --no-cache add curl 17:34:30 ---> Running in f107666d7bad 17:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:34:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:34:31 (2/3) Installing libcurl (7.69.1-r3) 17:34:31 (3/3) Installing curl (7.69.1-r3) 17:34:31 Executing busybox-1.31.1-r19.trigger 17:34:31 OK: 72 MiB in 58 packages 17:34:33 Removing intermediate container f107666d7bad 17:34:33 ---> 3176102ea802 17:34:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:34:33 ---> Running in 0c491c21be33 17:34:33 Removing intermediate container 0c491c21be33 17:34:33 ---> 5d1abb468e3f 17:34:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:34:33 ---> Running in 2db9b0f316e7 17:34:34 Removing intermediate container 2db9b0f316e7 17:34:34 ---> 6c60de882833 17:34:34 Step 24/26 : LABEL arch=x86_64 17:34:34 ---> Running in 98607637a64f 17:34:34 Removing intermediate container 98607637a64f 17:34:34 ---> 87d2a7a8a9d6 17:34:34 Step 25/26 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:34:34 ---> Running in 2b8503a85fc9 17:34:34 Removing intermediate container 2b8503a85fc9 17:34:34 ---> 8f736a26d6b8 17:34:34 Step 26/26 : LABEL version=0.0.0 17:34:34 ---> Running in fb3e71680e3a 17:34:35 Removing intermediate container fb3e71680e3a 17:34:35 ---> 897a1316cf53 17:34:35 17:34:35 Successfully built 897a1316cf53 17:34:35 Successfully tagged docker-sys-mgmt-agent-go:latest 17:34:41 (5/12) Installing fortify-headers (1.1-r0) 17:34:41 (6/12) Installing patch (2.7.6-r6) 17:34:41 (7/12) Installing build-base (0.5-r2) 17:34:41 (8/12) Installing libsodium (1.0.18-r0) 17:34:41 (9/12) Installing pkgconf (1.7.2-r0) 17:34:41 (10/12) Installing libsodium-dev (1.0.18-r0) 17:34:41 (11/12) Installing libzmq (4.3.3-r0) 17:34:41 (12/12) Installing zeromq-dev (4.3.3-r0) 17:34:41 Executing busybox-1.31.1-r19.trigger 17:34:41 OK: 217 MiB in 51 packages 17:34:43  Building docker-sys-mgmt-agent-go ... done 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 17:34:44 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 17:34:44 Removing intermediate container a9034c53c33f 17:34:44 ---> 1d0ca4997cad 17:34:44 Step 4/6 : WORKDIR /edgex-go 17:34:45 ---> Running in b5371496db07 17:34:45 Removing intermediate container b5371496db07 17:34:45 ---> cfa82e867591 17:34:45 Step 5/6 : COPY go.mod . 17:34:46 ---> 7fa15ebdb962 17:34:46 Step 6/6 : RUN go mod download 17:34:46 ---> Running in c0fdd3f7f599 17:34:52 Removing intermediate container 14c490c9d12c 17:34:52 ---> 5d295bd3da6e 17:34:52 17:34:52 Step 10/24 : FROM alpine:3.12 17:34:52 ---> 88dd2752d2ea 17:34:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:34:54 Removing intermediate container 8be4f0f3e6e8 17:34:54 ---> 0ab8a916b0da 17:34:54 17:34:54 Step 10/23 : FROM alpine:3.12 17:34:54 ---> 88dd2752d2ea 17:34:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:34:54 ---> Using cache 17:34:54 ---> ed1cef77136c 17:34:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:34:54 ---> Using cache 17:34:54 ---> f8f0f99511a2 17:34:54 Step 13/23 : ENV APP_PORT=48082 17:34:54 Removing intermediate container 79fcff578a0b 17:34:54 ---> e9b142f88ddb 17:34:54 17:34:54 Step 10/21 : FROM alpine:3.12 17:34:54 ---> 88dd2752d2ea 17:34:54 Step 11/21 : RUN apk add --update --no-cache curl 17:34:54 ---> Running in 9d6b51060c7b 17:34:55 ---> Running in 3fa3706e8f9b 17:34:55 ---> Running in 196c59c89752 17:34:55 Removing intermediate container 3fa3706e8f9b 17:34:55 ---> 39c123dde1dd 17:34:55 Step 14/23 : EXPOSE $APP_PORT 17:34:55 ---> Running in 17faa7e36675 17:34:55 Removing intermediate container 17faa7e36675 17:34:55 ---> 85540883da2a 17:34:55 Step 15/23 : WORKDIR / 17:34:56 ---> Running in afc02cb234e4 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:56 Removing intermediate container afc02cb234e4 17:34:56 ---> d61d62484c1c 17:34:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:56 (1/4) Installing ca-certificates (20191127-r4) 17:34:56 (1/5) Installing ca-certificates (20191127-r4) 17:34:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:34:56 (3/4) Installing libcurl (7.69.1-r3) 17:34:56 (4/4) Installing curl (7.69.1-r3) 17:34:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:34:56 (3/5) Installing libcurl (7.69.1-r3) 17:34:56 Executing busybox-1.31.1-r19.trigger 17:34:56 (4/5) Installing curl (7.69.1-r3) 17:34:56 (5/5) Installing dumb-init (1.2.2-r1) 17:34:56 Executing busybox-1.31.1-r19.trigger 17:34:56 Executing ca-certificates-20191127-r4.trigger 17:34:56 Executing ca-certificates-20191127-r4.trigger 17:34:57 OK: 7 MiB in 18 packages 17:34:57 OK: 7 MiB in 19 packages 17:34:57 ---> c8c2b9ace677 17:34:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:35:00 Removing intermediate container 196c59c89752 17:35:00 ---> 04bc7c2aa670 17:35:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:35:00 ---> db96b8c60f4f 17:35:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:35:00 Removing intermediate container 9d6b51060c7b 17:35:00 ---> d3f6f5727962 17:35:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:35:00 ---> Running in 5bf3568a1cce 17:35:00 ---> Running in 0625b640b150 17:35:00 Removing intermediate container 1c4321be395c 17:35:00 ---> a79d0f5c4d19 17:35:00 17:35:00 Step 10/23 : FROM alpine:3.12 17:35:00 ---> 88dd2752d2ea 17:35:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:35:00 ---> Using cache 17:35:00 ---> ed1cef77136c 17:35:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:35:00 ---> Using cache 17:35:00 ---> f8f0f99511a2 17:35:00 Step 13/23 : ENV APP_PORT=48081 17:35:00 ---> Running in 46b35d68939c 17:35:00 ---> 26159f6ee961 17:35:00 Step 19/23 : ENTRYPOINT ["/core-command"] 17:35:00 Removing intermediate container 5bf3568a1cce 17:35:00 ---> e10e0198d8c2 17:35:00 Step 13/21 : WORKDIR /edgex 17:35:00 Removing intermediate container 0625b640b150 17:35:00 ---> c90ef4770868 17:35:00 Step 13/24 : WORKDIR / 17:35:01 Removing intermediate container 46b35d68939c 17:35:01 ---> 42f79b1ec382 17:35:01 Step 14/23 : EXPOSE $APP_PORT 17:35:01 ---> Running in 1aa3d6863604 17:35:01 ---> Running in e48dc7886f15 17:35:01 ---> Running in a32618fdb5f8 17:35:01 ---> Running in da7eafe675f8 17:35:01 Removing intermediate container e48dc7886f15 17:35:01 ---> 4bf48b9eff63 17:35:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:01 Removing intermediate container 1aa3d6863604 17:35:01 ---> 8845cf875f23 17:35:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:35:01 Removing intermediate container a32618fdb5f8 17:35:01 ---> e2a154735421 17:35:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:35:01 Removing intermediate container da7eafe675f8 17:35:01 ---> fba5e00cfd94 17:35:01 Step 15/23 : WORKDIR / 17:35:01 ---> Running in 96e352cb799f 17:35:01 ---> Running in 66384bb6eb75 17:35:02 ---> fe6173f36be5 17:35:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:35:02 ---> 705547b9eb79 17:35:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:35:02 Removing intermediate container 96e352cb799f 17:35:02 ---> eed0e8076125 17:35:02 Step 21/23 : LABEL arch=x86_64 17:35:02 Removing intermediate container 66384bb6eb75 17:35:02 ---> d7a8d641abe2 17:35:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:02 ---> Running in 6a3a4006a11a 17:35:02 ---> 0ae76b4a307d 17:35:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:35:02 ---> 80fd1b2cf5cf 17:35:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:35:02 ---> 9b5adc5cb518 17:35:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:35:02 Removing intermediate container 6a3a4006a11a 17:35:02 ---> 4b17ac27fa95 17:35:02 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:35:02 ---> Running in ffa416c98aa2 17:35:02 ---> 74f1f96a4ad6 17:35:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:35:03 Removing intermediate container ffa416c98aa2 17:35:03 ---> 9cfb7fe43413 17:35:03 Step 23/23 : LABEL version=0.0.0 17:35:03 ---> 236826b05354 17:35:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:35:03 ---> Running in b7a2b46aae41 17:35:03 ---> 691a4a5cd64d 17:35:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:35:03 ---> 64c1074559cb 17:35:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:35:03 ---> Running in e0d5d323f902 17:35:03 Removing intermediate container b7a2b46aae41 17:35:04 ---> ee53ce44dbfe 17:35:04 17:35:04 ---> 29d0dfd5b1fc 17:35:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:35:04 Removing intermediate container e0d5d323f902 17:35:04 ---> a71b24ae97b6 17:35:04 Step 18/21 : CMD ["--init=true"] 17:35:04 Successfully built ee53ce44dbfe 17:35:04 Successfully tagged docker-core-command-go:latest 17:35:04  Building docker-core-command-go ... done  ---> Running in 0ef9442449db 17:35:04 ---> Running in 4e67ff8617bf 17:35:04 ---> d709dc9873c9 17:35:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:35:04 Removing intermediate container 0ef9442449db 17:35:04 ---> d3341e9293cf 17:35:04 Step 19/21 : LABEL arch=x86_64 17:35:04 Removing intermediate container 4e67ff8617bf 17:35:04 ---> 4e082fb1c2a0 17:35:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:04 ---> Running in 5492da91c2c1 17:35:05 ---> Running in 3cfe3c3f328b 17:35:05 ---> 8251b7095971 17:35:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:35:05 ---> Running in a1aa7163312b 17:35:05 Removing intermediate container 5492da91c2c1 17:35:05 ---> a3299456df59 17:35:05 Step 20/21 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:35:05 Removing intermediate container 3cfe3c3f328b 17:35:05 ---> 81aa81da0af7 17:35:05 Step 21/23 : LABEL arch=x86_64 17:35:05 ---> Running in 6a4d50dc3240 17:35:05 ---> Running in 158cae6476ae 17:35:05 Removing intermediate container 6a4d50dc3240 17:35:05 ---> 95699157cf55 17:35:05 Step 21/21 : LABEL version=0.0.0 17:35:06 Removing intermediate container 158cae6476ae 17:35:06 ---> 49fc5bea1472 17:35:06 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:35:06 ---> Running in 998c44d69d9c 17:35:06 ---> Running in 34b43f2f5168 17:35:06 Removing intermediate container 998c44d69d9c 17:35:06 ---> 991962a1e17b 17:35:06 17:35:06 Removing intermediate container 34b43f2f5168 17:35:06 ---> 49e2d78b4820 17:35:06 Step 23/23 : LABEL version=0.0.0 17:35:06 Successfully built 991962a1e17b 17:35:06 Successfully tagged docker-security-proxy-setup-go:latest 17:35:06  Building docker-security-proxy-setup-go ... done  ---> Running in 771da09c6dad 17:35:06 Removing intermediate container 771da09c6dad 17:35:06 ---> 1583cf6a644f 17:35:06 17:35:06 Removing intermediate container a1aa7163312b 17:35:06 ---> d21e5330981b 17:35:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:35:06 ---> Running in 3e93e57b6fc3 17:35:06 Successfully built 1583cf6a644f 17:35:06 Successfully tagged docker-core-metadata-go:latest 17:35:07  Building docker-core-metadata-go ... done Removing intermediate container 3e93e57b6fc3 17:35:07 ---> 60845fe2b98e 17:35:07 Step 22/24 : LABEL arch=x86_64 17:35:07 ---> Running in b1c29b7232a4 17:35:07 Removing intermediate container b1c29b7232a4 17:35:07 ---> 4c9857e0fddb 17:35:07 Step 23/24 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:35:07 ---> Running in 0142b6eb905a 17:35:07 Removing intermediate container 0142b6eb905a 17:35:07 ---> f7908c3de6e2 17:35:07 Step 24/24 : LABEL version=0.0.0 17:35:07 ---> Running in 6f7d12702977 17:35:07 Removing intermediate container 6f7d12702977 17:35:07 ---> a76f2b91ef6c 17:35:07 17:35:07 Successfully built a76f2b91ef6c 17:35:07 Successfully tagged docker-security-secretstore-setup-go:latest 17:35:08  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 17:35:08 $ docker stop --time=1 e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 17:35:09 $ docker rm -f e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 [Pipeline] // withDockerContainer [Pipeline] sh 17:35:10 + docker images 17:35:10 + grep docker 17:35:10 docker-security-secretstore-setup-go latest a76f2b91ef6c 3 seconds ago 24.9MB 17:35:10 docker-core-metadata-go latest 1583cf6a644f 4 seconds ago 19.1MB 17:35:10 docker-security-proxy-setup-go latest 991962a1e17b 5 seconds ago 24.7MB 17:35:10 docker-core-command-go latest ee53ce44dbfe 7 seconds ago 17.3MB 17:35:10 docker-sys-mgmt-agent-go latest 897a1316cf53 36 seconds ago 313MB 17:35:10 docker-security-bootstrapper-go latest 9b804ab71867 About a minute ago 18.8MB 17:35:10 docker-core-data-go latest aedf57d28bb2 About a minute ago 22.6MB 17:35:10 docker-support-scheduler-go latest 67781362a6e1 2 minutes ago 17.3MB 17:35:10 docker-support-notifications-go latest d95348b8e77e 2 minutes ago 17.9MB 17:35:10 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 17:35:13 Removing intermediate container c0fdd3f7f599 17:35:13 ---> 0fc2b585c451 17:35:13 Successfully built 0fc2b585c451 17:35:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:35:13 + docker inspect -f . ci-base-image-arm64 17:35:13 . [Pipeline] withDockerContainer 17:35:13 prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container 17:35:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 17:35:15 $ docker top 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:16 + go version 17:35:16 go version go1.15.5 linux/arm64 [Pipeline] } 17:35:16 $ docker stop --time=1 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 17:35:17 $ docker rm -f 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:18 + docker inspect -f . ci-base-image-arm64 17:35:18 . [Pipeline] withDockerContainer 17:35:19 prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container 17:35:19 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 17:35:20 $ docker top f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 -eo pid,comm [Pipeline] { [Pipeline] echo 17:35:20 ========================================================= 17:35:20 [edgeXBuildGoParallel] Running Tests and Build... 17:35:20 ========================================================= [Pipeline] sh 17:35:21 + make test 17:35:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:35:26 Still waiting to schedule task 17:35:26 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30746’ 17:35:43 ? github.com/edgexfoundry/edgex-go [no test files] 17:36:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:36:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:36:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:36:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:37:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:37:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:37:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.289s coverage: 45.9% of statements 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.192s coverage: 19.8% of statements 17:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.311s coverage: 100.0% of statements 17:37:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:37:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:37:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:37:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:37:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.268s coverage: 71.3% of statements 17:37:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:37:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.499s coverage: 82.9% of statements 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.164s coverage: 78.9% of statements 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.117s coverage: 28.6% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.202s coverage: 92.8% of statements 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 0.1% of statements 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 17:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 17:37:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements 17:37:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 17:37:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 81.9% of statements 17:38:00 Running on prd-ubuntu18.04-docker-8c-8g-30747 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:38:00 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 17:38:02 using credential edgex-jenkins-ssh 17:38:02 Cloning the remote Git repository 17:38:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:38:02 > git init /w/workspace/edgex-go/21 # timeout=10 17:38:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:38:02 > git --version # timeout=10 17:38:02 > git --version # 'git version 2.17.1' 17:38:02 using GIT_SSH to set credentials SSH Credentials for GitHub 17:38:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.154s coverage: 92.9% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.6% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.6% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 62.4% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 17:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.129s coverage: 73.7% of statements 17:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 17:38:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.0% of statements 17:38:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:38:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:38:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 38.4% of statements 17:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 17:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.142s coverage: 84.8% of statements 17:38:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:38:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:38:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:38:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:38:14 > 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 17:38:15 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:38:15 Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:38:15 Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) 17:38:15 > git config core.sparsecheckout # timeout=10 17:38:15 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 17:38:15 > git remote # timeout=10 17:38:15 > git config --get remote.origin.url # timeout=10 17:38:15 using GIT_SSH to set credentials SSH Credentials for GitHub 17:38:15 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:38:15 > git rev-parse HEAD^{commit} # timeout=10 17:38:15 > git config core.sparsecheckout # timeout=10 17:38:15 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 17:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.169s coverage: 100.0% of statements 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.474s coverage: 87.1% of statements 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:38:19 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:38:20 + echo snap-build.sh 17:38:20 snap-build.sh 17:38:20 + SNAP_BASE_DIR=. 17:38:20 + '[' '!' -z /w/workspace/edgex-go/21 ']' 17:38:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/21 17:38:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' 17:38:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/21] 17:38:20 + cd /w/workspace/edgex-go/21 17:38:20 + sudo apt-get remove -qy --purge lxd lxd-client 17:38:20 Reading package lists... 17:38:20 Building dependency tree... 17:38:20 Reading state information... 17:38:20 The following packages were automatically installed and are no longer required: 17:38:20 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:38:20 uidmap xdelta3 17:38:20 Use 'sudo apt autoremove' to remove them. 17:38:20 The following packages will be REMOVED: 17:38:20 lxd* lxd-client* 17:38:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:38:21 After this operation, 31.7 MB disk space will be freed. 17:38:22 (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.) 17:38:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:38:23 Removing lxd dnsmasq configuration 17:38:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:38:23 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:38:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:38:24 (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.) 17:38:24 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:38:25 Processing triggers for systemd (237-3ubuntu10.42) ... 17:38:25 Processing triggers for ureadahead (0.100.0-21) ... 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.303s coverage: 29.1% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.315s coverage: 96.5% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:38:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 17:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:38:27 + sudo snap remove --purge lxd 17:38:27 GO111MODULE=on go vet ./... 17:38:27 snap "lxd" is not installed 17:38:27 + sudo groupadd --force --system lxd 17:38:27 ++ whoami 17:38:27 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:38:27 + newgrp - lxd 17:38:27 + sudo snap install lxd 17:38:37 2021-03-20T17:38:34Z INFO Waiting for automatic snapd restart... 17:38:52 lxd 4.12 from Canonical* installed 17:38:52 + sudo lxd init --auto 17:38:58 + sudo snap install --classic snapcraft 17:39:04 snapcraft 4.5.4 from Canonical* installed 17:39:04 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:39:04 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:39:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:39:04 Dload Upload Total Spent Left Speed 17:39:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3993 0 --:--:-- --:--:-- --:--:-- 3993 17:39:04 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M 17:39:04 ./yq_linux_amd64 17:39:04 + sudo snapcraft prime --use-lxd 17:39:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:39:05 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:39:05 - README.md 17:39:05 17:39:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:39:06 Launching a container. 17:39:18 Waiting for container to be ready 17:39:18 To start your first instance, try: lxc launch ubuntu:18.04 17:39:18 17:39:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:39:22 Waiting for network to be ready... 17:39:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:39:22 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:39:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:39:23 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:39:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:39:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:39:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:39:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:39:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:39:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:39:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:39:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:39:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:39:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:39:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:39:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:39:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:39:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:39:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:39:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:39:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:39:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:39:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:39:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:39:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:39:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:39:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:39:28 Fetched 24.1 MB in 6s (4235 kB/s) 17:39:29 Reading package lists... 17:39:29 Reading package lists... 17:39:30 Building dependency tree... 17:39:30 Reading state information... 17:39:30 The following additional packages will be installed: 17:39:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:39:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:39:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:39:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:39:30 Suggested packages: 17:39:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:39:30 Recommended packages: 17:39:30 gnupg libsasl2-modules 17:39:30 The following NEW packages will be installed: 17:39:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:39:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:39:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:39:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:39:30 The following packages will be upgraded: 17:39:30 gpg gpg-agent gpgconf libudev1 17:39:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:39:30 Need to get 3530 kB of archives. 17:39:30 After this operation, 13.3 MB of additional disk space will be used. 17:39:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:39:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:39:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:39:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:39:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 17:39:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 17:39:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:39:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:39:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:39:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:39:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:39:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:39:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:39:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:39:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:39:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:39:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:39:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:39:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:39:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:39:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:39:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:39:31 debconf: delaying package configuration, since apt-utils is not installed 17:39:31 Fetched 3530 kB in 1s (2704 kB/s) 17:39:31 (Reading database ... 12511 files and directories currently installed.) 17:39:31 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 17:39:32 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:39:32 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 17:39:32 Selecting previously unselected package udev. 17:39:32 (Reading database ... 12511 files and directories currently installed.) 17:39:32 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 17:39:32 Unpacking udev (237-3ubuntu10.45) ... 17:39:32 Selecting previously unselected package libfuse2:amd64. 17:39:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:39:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:39:32 Selecting previously unselected package fuse. 17:39:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:39:32 Unpacking fuse (2.9.7-1ubuntu1) ... 17:39:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:39:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:39:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:39:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:39:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:39:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:39:33 Selecting previously unselected package libksba8:amd64. 17:39:33 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:39:33 Unpacking libksba8:amd64 (1.3.5-2) ... 17:39:33 Selecting previously unselected package libroken18-heimdal:amd64. 17:39:33 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:39:33 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:39:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:39:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libwind0-heimdal:amd64. 17:39:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:39:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:39:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:39:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:39:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:39:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:33 Selecting previously unselected package libsasl2-modules-db:amd64. 17:39:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:39:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:39:34 Selecting previously unselected package libsasl2-2:amd64. 17:39:34 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:39:34 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:39:34 Selecting previously unselected package libldap-common. 17:39:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:39:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:39:34 Selecting previously unselected package libldap-2.4-2:amd64. 17:39:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:39:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:39:34 Selecting previously unselected package dirmngr. 17:39:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:39:34 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:39:34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:39:34 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:39:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:39:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:39:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:39:34 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:39:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:34 Setting up libksba8:amd64 (1.3.5-2) ... 17:39:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:39:34 Setting up udev (237-3ubuntu10.45) ... 17:39:35 invoke-rc.d: policy-rc.d denied execution of start. 17:39:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Processing triggers for systemd (237-3ubuntu10) ... 17:39:35 Setting up fuse (2.9.7-1ubuntu1) ... 17:39:35 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:39:35 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:39:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:39:35 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:39:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:39:36 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:39:36 settings in the [Install] section, and DefaultInstance for template units). 17:39:36 This means they are not meant to be enabled using systemctl. 17:39:36 Possible reasons for having this kind of units are: 17:39:36 1) A unit may be statically enabled by being symlinked from another unit's 17:39:36 .wants/ or .requires/ directory. 17:39:36 2) A unit's purpose may be to act as a helper for some other unit which has 17:39:36 a requirement dependency on it. 17:39:36 3) A unit may be started when needed via activation (socket, path, timer, 17:39:36 D-Bus, udev, scripted systemctl call, ...). 17:39:36 4) In case of template units, the unit is meant to be enabled with some 17:39:36 instance name specified. 17:39:36 Reading package lists... 17:39:36 Building dependency tree... 17:39:36 Reading state information... 17:39:37 The following additional packages will be installed: 17:39:37 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:39:37 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:39:37 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:39:37 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:39:37 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:39:37 Suggested packages: 17:39:37 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:39:37 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:39:37 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:39:37 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:39:37 systemd-container policykit-1 17:39:37 Recommended packages: 17:39:37 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:39:37 The following NEW packages will be installed: 17:39:37 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:39:37 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:39:37 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:39:37 multiarch-support openssh-client python3 python3-minimal python3.6 17:39:37 python3.6-minimal snapd squashfs-tools sudo 17:39:37 The following packages will be upgraded: 17:39:37 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:39:37 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:39:37 Need to get 35.2 MB of archives. 17:39:37 After this operation, 141 MB of additional disk space will be used. 17:39:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 17:39:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:39:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:39:38 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 17:39:38 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:39:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:39:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:39:38 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:39:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:39:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:39:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:39:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:39:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:39:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:39:38 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:39:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:39:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:39:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:39:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:39:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:39:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:39:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:39:38 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:39:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:39:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:39:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:39:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:39:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:39:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:39:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:39:39 debconf: delaying package configuration, since apt-utils is not installed 17:39:39 Fetched 35.2 MB in 3s (13.8 MB/s) 17:39:40 (Reading database ... 12757 files and directories currently installed.) 17:39:40 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 17:39:40 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:39:40 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 17:39:40 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:39:41 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 17:39:41 (Reading database ... 12757 files and directories currently installed.) 17:39:41 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:39:41 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:39:41 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:39:41 (Reading database ... 12757 files and directories currently installed.) 17:39:41 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:39:41 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:39:41 Setting up apt (1.6.12ubuntu0.2) ... 17:39:41 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:39:42 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:39:42 (Reading database ... 12764 files and directories currently installed.) 17:39:42 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:39:42 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:39:42 Selecting previously unselected package libpython3.6-minimal:amd64. 17:39:42 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:39:42 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:39:42 Selecting previously unselected package libexpat1:amd64. 17:39:42 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:39:42 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:39:42 Selecting previously unselected package python3.6-minimal. 17:39:42 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:39:42 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:39:43 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:39:43 Checking for services that may need to be restarted...done. 17:39:43 Checking for services that may need to be restarted...done. 17:39:43 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:39:43 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:39:43 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:39:44 Selecting previously unselected package python3-minimal. 17:39:44 (Reading database ... 13012 files and directories currently installed.) 17:39:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:39:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:39:44 Selecting previously unselected package mime-support. 17:39:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:39:44 Unpacking mime-support (3.60ubuntu1) ... 17:39:44 Selecting previously unselected package libmpdec2:amd64. 17:39:44 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:39:44 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:39:44 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:39:44 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:39:44 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:39:44 Selecting previously unselected package python3.6. 17:39:44 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:39:44 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:39:44 Selecting previously unselected package libpython3-stdlib:amd64. 17:39:44 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:39:44 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:39:44 Setting up python3-minimal (3.6.7-1~18.04) ... 17:39:45 Selecting previously unselected package python3. 17:39:45 (Reading database ... 13442 files and directories currently installed.) 17:39:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:39:45 Unpacking python3 (3.6.7-1~18.04) ... 17:39:45 Selecting previously unselected package multiarch-support. 17:39:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:39:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:39:45 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:39:46 Selecting previously unselected package liblzo2-2:amd64. 17:39:46 (Reading database ... 13479 files and directories currently installed.) 17:39:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:39:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:39:46 Selecting previously unselected package libbsd0:amd64. 17:39:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:39:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:39:46 Selecting previously unselected package sudo. 17:39:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:39:46 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:39:46 Selecting previously unselected package apparmor. 17:39:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:39:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:39:46 Selecting previously unselected package libedit2:amd64. 17:39:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:39:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:39:46 Selecting previously unselected package libkrb5support0:amd64. 17:39:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:39:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:39:46 Selecting previously unselected package libk5crypto3:amd64. 17:39:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:39:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:39:46 Selecting previously unselected package libkeyutils1:amd64. 17:39:46 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:39:46 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:39:47 Selecting previously unselected package libkrb5-3:amd64. 17:39:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:39:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:39:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:39:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:39:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:39:47 Selecting previously unselected package libssl1.0.0:amd64. 17:39:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:39:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:39:47 Selecting previously unselected package openssh-client. 17:39:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:39:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:39:47 Selecting previously unselected package squashfs-tools. 17:39:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:39:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:39:47 Selecting previously unselected package snapd. 17:39:47 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:39:47 Unpacking snapd (2.48.3+18.04) ... 17:39:49 gofmt -l . 17:39:49 [ "`gofmt -l .`" = "" ] 17:39:49 ./bin/test-go-mod-tidy.sh 17:39:49 ./bin/test-attribution-txt.sh [Pipeline] sh 17:39:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:39:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:39:50 Setting up mime-support (3.60ubuntu1) ... 17:39:50 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:39:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:39:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:39:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:39:50 Setting up systemd (237-3ubuntu10.45) ... 17:39:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:39:50 + ls -al . 17:39:50 total 788 17:39:50 drwxrwxr-x 9 1001 1001 4096 Mar 20 17:39 . 17:39:50 drwxr-xr-x 4 root root 4096 Mar 20 17:35 .. 17:39:50 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:33 .dockerignore 17:39:50 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:33 .git 17:39:50 drwxrwxr-x 3 1001 1001 4096 Mar 20 17:33 .github 17:39:50 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:33 .gitignore 17:39:50 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:33 .sonarcloud.properties 17:39:50 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:33 Attribution.txt 17:39:50 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:33 CONTRIBUTING.md 17:39:50 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:33 Dockerfile.build 17:39:50 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:33 Jenkinsfile 17:39:50 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:33 LICENSE 17:39:50 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:33 Makefile 17:39:50 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:33 README.md 17:39:50 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:33 SECURITY.md 17:39:50 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:26 VERSION 17:39:50 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:33 ZMQWindows.md 17:39:50 drwxrwxr-x 2 1001 1001 4096 Mar 20 17:33 bin 17:39:50 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:33 cmd 17:39:50 -rw-r--r-- 1 root root 650607 Mar 20 17:38 coverage.out 17:39:50 -rw-r--r-- 1 root root 1056 Mar 20 17:39 go.mod 17:39:50 -rw-r--r-- 1 root root 22211 Mar 20 17:39 go.sum 17:39:50 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:33 internal 17:39:50 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:33 openapi 17:39:50 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:33 snap 17:39:50 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:33 version.go [Pipeline] sh 17:39:51 + '[' -e coverage.out ] 17:39:51 + chown 1001:1001 coverage.out [Pipeline] stash 17:39:51 Warning: overwriting stash ‘coverage-report’ 17:39:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:39:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:39:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:39:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:39:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:39:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:39:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:39:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:39:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:39:52 Setting up python3 (3.6.7-1~18.04) ... 17:39:52 running python rtupdate hooks for python3.6... 17:39:52 running python post-rtupdate hooks for python3.6... 17:39:52 Stashed 1 file(s) [Pipeline] sh 17:39:52 Setting up apparmor (2.12-4ubuntu5.1) ... 17:39:53 + make build 17:39:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:39:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:39:53 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:39:53 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:39:54 Setting up snapd (2.48.3+18.04) ... 17:39:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:39:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:39:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:39:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:39:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:39:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:39:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:39:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:39:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:39:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:39:56 /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' 17:39:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:39:56 Processing triggers for systemd (237-3ubuntu10.45) ... 17:39:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:39:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:39:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:39:59 Reading package lists... 17:39:59 Reading package lists... 17:39:59 Building dependency tree... 17:39:59 Reading state information... 17:39:59 Calculating upgrade... 17:39:59 The following packages will be upgraded: 17:39:59 advancecomp base-files bash binutils binutils-common 17:39:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:39:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:39:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:39:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:39:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:39:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:39:59 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:39:59 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:39:59 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:39:59 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:39:59 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:39:59 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:39:59 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:39:59 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:40:00 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:40:00 Need to get 63.8 MB of archives. 17:40:00 After this operation, 5207 kB of additional disk space will be used. 17:40:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 17:40:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:40:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:40:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:40:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:40:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:40:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:40:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:40:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:40:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:40:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:40:01 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:40:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:40:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:40:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:40:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:40:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:40:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:40:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:40:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:40:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:40:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:40:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:40:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:40:01 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:40:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:40:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:40:01 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:40:01 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:40:01 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:40:01 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:40:01 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:40:02 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:40:02 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:40:02 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:40:02 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:40:02 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:40:02 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:40:02 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:40:02 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:40:02 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 17:40:02 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] 17:40:02 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:40:02 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:40:02 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:40:02 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:40:02 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:40:02 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:40:02 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:40:02 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:40:02 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:40:02 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:40:02 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:40:02 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:40:02 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:40:02 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:40:02 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:40:02 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:40:02 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:40:02 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:40:02 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:40:02 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:40:02 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:40:02 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:40:02 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:40:02 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:40:02 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:40:02 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:40:02 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:40:02 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:40:02 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:40:02 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:40:02 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:40:02 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:40:02 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:40:02 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:40:02 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:40:02 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:40:02 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:40:02 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:40:02 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:40:02 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:40:02 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] 17:40:02 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:40:03 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:40:03 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:40:03 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:40:03 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:40:03 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:40:03 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:40:03 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:40:04 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:40:04 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:40:04 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:40:05 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:40:05 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:40:05 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:40:05 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:40:05 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:40:05 debconf: delaying package configuration, since apt-utils is not installed 17:40:05 Fetched 63.8 MB in 5s (12.3 MB/s) 17:40:05 (Reading database ... 13912 files and directories currently installed.) 17:40:05 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:40:05 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:40:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:40:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:40:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 17:40:06 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 17:40:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:07 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:07 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:08 (Reading database ... 13911 files and directories currently installed.) 17:40:08 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:08 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:40:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:40:08 (Reading database ... 13911 files and directories currently installed.) 17:40:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:40:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:40:08 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:08 (Reading database ... 13911 files and directories currently installed.) 17:40:08 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:40:08 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:40:09 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:40:09 (Reading database ... 13911 files and directories currently installed.) 17:40:09 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:40:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:40:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:40:09 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:40:10 Setting up base-files (10.1ubuntu2.10) ... 17:40:10 Installing new version of config file /etc/issue ... 17:40:10 Installing new version of config file /etc/issue.net ... 17:40:10 Installing new version of config file /etc/lsb-release ... 17:40:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:40:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:40:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:40:10 Removing obsolete conffile /etc/default/motd-news ... 17:40:10 (Reading database ... 13912 files and directories currently installed.) 17:40:10 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:40:10 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:40:10 Setting up bash (4.4.18-2ubuntu1.2) ... 17:40:10 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 17:40:10 (Reading database ... 13912 files and directories currently installed.) 17:40:10 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:10 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:40:10 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:40:11 (Reading database ... 13912 files and directories currently installed.) 17:40:11 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:40:11 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:40:11 Setting up tar (1.29b-2ubuntu0.2) ... 17:40:11 (Reading database ... 13912 files and directories currently installed.) 17:40:11 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:40:11 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:40:11 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:40:11 (Reading database ... 13912 files and directories currently installed.) 17:40:11 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:40:11 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:40:11 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:40:11 (Reading database ... 13912 files and directories currently installed.) 17:40:11 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:40:11 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:40:12 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:40:12 (Reading database ... 13912 files and directories currently installed.) 17:40:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:40:12 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:40:12 Setting up grep (3.1-2build1) ... 17:40:12 (Reading database ... 13912 files and directories currently installed.) 17:40:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:40:12 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:40:12 Setting up login (1:4.5-1ubuntu2) ... 17:40:12 (Reading database ... 13912 files and directories currently installed.) 17:40:12 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:40:12 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:40:12 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:40:12 (Reading database ... 13912 files and directories currently installed.) 17:40:12 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:40:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:40:13 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:40:13 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:40:13 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:40:13 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:40:14 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:40:14 (Reading database ... 13912 files and directories currently installed.) 17:40:14 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:40:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:40:15 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:40:15 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:40:15 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:40:15 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:40:15 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:40:15 (Reading database ... 13912 files and directories currently installed.) 17:40:15 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:40:15 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:40:15 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:40:15 (Reading database ... 13912 files and directories currently installed.) 17:40:15 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:15 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:16 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:40:16 (Reading database ... 13912 files and directories currently installed.) 17:40:16 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:16 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:16 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:40:16 (Reading database ... 13912 files and directories currently installed.) 17:40:16 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:16 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:16 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:40:16 (Reading database ... 13912 files and directories currently installed.) 17:40:16 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:16 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:16 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:40:16 (Reading database ... 13912 files and directories currently installed.) 17:40:16 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:40:16 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:40:16 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:40:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:40:17 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:40:17 (Reading database ... 13912 files and directories currently installed.) 17:40:17 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:40:17 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:40:17 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:40:17 (Reading database ... 13912 files and directories currently installed.) 17:40:17 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:17 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:17 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:40:17 (Reading database ... 13912 files and directories currently installed.) 17:40:17 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:17 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:17 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:40:17 (Reading database ... 13912 files and directories currently installed.) 17:40:17 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:18 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:40:18 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:40:18 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:40:18 (Reading database ... 13912 files and directories currently installed.) 17:40:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:40:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:40:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:40:19 (Reading database ... 13912 files and directories currently installed.) 17:40:19 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:40:19 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:40:19 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:40:19 (Reading database ... 13914 files and directories currently installed.) 17:40:19 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:40:19 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:40:19 Setting up debconf (1.5.66ubuntu1) ... 17:40:19 (Reading database ... 13914 files and directories currently installed.) 17:40:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:40:20 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:40:20 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:40:20 (Reading database ... 13914 files and directories currently installed.) 17:40:20 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:40:20 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:40:20 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:40:20 (Reading database ... 13914 files and directories currently installed.) 17:40:20 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:40:20 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:40:20 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:40:20 (Reading database ... 13914 files and directories currently installed.) 17:40:20 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:40:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:40:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:40:20 (Reading database ... 13914 files and directories currently installed.) 17:40:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:40:21 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:40:21 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:40:21 (Reading database ... 13914 files and directories currently installed.) 17:40:21 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:40:21 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:40:21 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 17:40:21 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:40:21 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:40:21 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:40:21 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:40:21 (Reading database ... 13914 files and directories currently installed.) 17:40:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:40:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:40:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:40:21 (Reading database ... 13914 files and directories currently installed.) 17:40:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:40:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:40:22 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:40:22 (Reading database ... 13914 files and directories currently installed.) 17:40:22 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:40:22 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:40:22 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:40:23 (Reading database ... 13914 files and directories currently installed.) 17:40:23 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:40:23 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:40:23 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:40:23 (Reading database ... 13914 files and directories currently installed.) 17:40:23 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:40:23 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:40:23 Setting up passwd (1:4.5-1ubuntu2) ... 17:40:23 (Reading database ... 13914 files and directories currently installed.) 17:40:23 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:40:23 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:40:23 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:40:23 (Reading database ... 13914 files and directories currently installed.) 17:40:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:40:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:40:24 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:40:24 (Reading database ... 13914 files and directories currently installed.) 17:40:24 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:40:24 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:40:24 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:40:24 (Reading database ... 13914 files and directories currently installed.) 17:40:24 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:40:24 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:40:24 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:40:24 (Reading database ... 13914 files and directories currently installed.) 17:40:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:40:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:40:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:40:25 (Reading database ... 13914 files and directories currently installed.) 17:40:25 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:40:25 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:40:25 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:40:25 (Reading database ... 13914 files and directories currently installed.) 17:40:25 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:40:25 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:40:25 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:40:25 (Reading database ... 13915 files and directories currently installed.) 17:40:25 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:40:25 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:40:25 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:40:25 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:40:25 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:40:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:40:26 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:40:26 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:40:26 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:40:26 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:40:26 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:40:26 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:40:26 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:40:26 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:40:26 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:40:26 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:40:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:40:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:40:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:40:27 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:40:27 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:40:27 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:40:27 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:40:27 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:40:28 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:40:28 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:40:28 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:40:28 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:40:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:40:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:40:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:40:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:40:29 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:40:29 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:40:29 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:40:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:40:29 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:29 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:29 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:29 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:29 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:29 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:30 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 17:40:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:32 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:32 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:40:34 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:40:34 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:40:34 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:40:34 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:40:34 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:40:34 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:40:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:40:34 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:40:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:40:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:40:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:40:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:40:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:40:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:40:34 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:40:34 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:40:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:40:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:40:35 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:40:35 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:40:35 17:40:35 Current default time zone: 'Etc/UTC' 17:40:35 Local time is now: Sat Mar 20 17:40:35 UTC 2021. 17:40:35 Universal Time is now: Sat Mar 20 17:40:35 UTC 2021. 17:40:35 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:40:35 17:40:35 Setting up systemd-sysv (237-3ubuntu10.45) ... 17:40:35 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:35 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 17:40:35 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:40:35 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:40:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:40:35 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:40:35 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:40:35 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:40:35 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:40:35 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:35 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:40:35 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:35 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:40:35 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:35 Setting up patch (2.7.6-2ubuntu1.1) ... 17:40:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:40:35 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:40:35 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:40:35 Installing new version of config file /etc/ssl/openssl.cnf ... 17:40:35 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:40:35 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:40:35 Setting up ca-certificates (20210119~18.04.1) ... 17:40:37 Updating certificates in /etc/ssl/certs... 17:40:37 23 added, 27 removed; done. 17:40:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:40:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:40:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:40:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:40:38 Setting up pkgbinarymangler (138.18.04.1) ... 17:40:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:40:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up perl (5.26.1-6ubuntu0.5) ... 17:40:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:40:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:40:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:40:38 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:40:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:40:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:40:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:40:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:40:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:40:38 Processing triggers for systemd (237-3ubuntu10.45) ... 17:40:38 Processing triggers for mime-support (3.60ubuntu1) ... 17:40:38 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:40:38 Updating certificates in /etc/ssl/certs... 17:40:39 0 added, 0 removed; done. 17:40:39 Running hooks in /etc/ca-certificates/update.d... 17:40:39 done. 17:40:39 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 17:40:40 Reading package lists... 17:40:40 Building dependency tree... 17:40:40 Reading state information... 17:40:40 The following NEW packages will be installed: 17:40:40 apt-transport-https 17:40:40 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:40:40 Need to get 1696 B of archives. 17:40:40 After this operation, 153 kB of additional disk space will be used. 17:40:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:40:40 debconf: delaying package configuration, since apt-utils is not installed 17:40:40 Fetched 1696 B in 0s (8576 B/s) 17:40:40 Selecting previously unselected package apt-transport-https. 17:40:40 (Reading database ... 13920 files and directories currently installed.) 17:40:40 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:40:40 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:40:40 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:40:41 Waiting for network to be ready... 17:40:45 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 17:40:47 2021-03-20T17:40:44Z INFO Waiting for automatic snapd restart... 17:40:48 snapd 2.49 from Canonical* installed 17:40:49 "snapd" switched to the "latest/stable" channel 17:40:49 17:40:52 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 17:40:53 core18 20210128 from Canonical* installed 17:40:53 "core18" switched to the "latest/stable" channel 17:40:53 17:40:55 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 17:40:58 snapcraft 4.5.4 from Canonical* installed 17:40:58 "snapcraft" switched to the "latest/stable" channel 17:40:58 17:40:59 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 17:41:02 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: 17:41:02 - README.md 17:41:02 17:41:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:41:02 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 17:41:06 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 17:41:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:41:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:41:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:41:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:41:10 Reading package lists... 17:41:10 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 [Pipeline] } 17:41:13 $ docker stop --time=1 f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 17:41:16 $ docker rm -f f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 17:41:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:41:17 Reading package lists... 17:41:17 Building dependency tree... 17:41:17 Reading state information... 17:41:17 Suggested packages: 17:41:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:41:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:41:17 Recommended packages: 17:41:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:41:17 The following NEW packages will be installed: 17:41:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:41:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:41:17 pkg-config zip 17:41:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:41:17 Need to get 7657 kB of archives. 17:41:17 After this operation, 43.8 MB of additional disk space will be used. 17:41:17 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:41:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:41:17 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 17:41:17 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:41:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:41:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:41:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:41:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:41:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:41:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:41:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:41:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:18 17:41:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:41:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:41:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:41:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:41:18 debconf: delaying package configuration, since apt-utils is not installed 17:41:18 Fetched 7657 kB in 1s (6133 kB/s) 17:41:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:18 latest: Pulling from edgex-devops/edgex-compose-arm64 17:41:18 29e5d40040c1: Pulling fs layer 17:41:18 1ce36da41761: Pulling fs layer 17:41:18 25b303627fd3: Pulling fs layer 17:41:18 Selecting previously unselected package libglib2.0-0:amd64. 17:41:18 (Reading database ... 13924 files and directories currently installed.) 17:41:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:41:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:41:18 Selecting previously unselected package libpsl5:amd64. 17:41:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:41:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:41:18 Selecting previously unselected package libnghttp2-14:amd64. 17:41:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:41:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:41:19 29e5d40040c1: Verifying Checksum 17:41:19 29e5d40040c1: Download complete 17:41:19 Selecting previously unselected package librtmp1:amd64. 17:41:19 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:41:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:41:19 Selecting previously unselected package libcurl3-gnutls:amd64. 17:41:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:41:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:41:19 Selecting previously unselected package liberror-perl. 17:41:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:41:19 Unpacking liberror-perl (0.17025-1) ... 17:41:19 Selecting previously unselected package git-man. 17:41:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:41:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:41:19 Selecting previously unselected package git. 17:41:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:41:19 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:41:19 1ce36da41761: Verifying Checksum 17:41:19 1ce36da41761: Download complete 17:41:19 29e5d40040c1: Pull complete 17:41:20 Selecting previously unselected package libnorm1:amd64. 17:41:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:41:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:41:20 Selecting previously unselected package libpgm-5.2-0:amd64. 17:41:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:41:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:41:20 Selecting previously unselected package libsodium23:amd64. 17:41:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:41:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:41:20 Selecting previously unselected package libzmq5:amd64. 17:41:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:41:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:41:20 Selecting previously unselected package libzmq3-dev:amd64. 17:41:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:41:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:41:20 Selecting previously unselected package pkg-config. 17:41:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:41:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:41:20 Selecting previously unselected package zip. 17:41:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:41:21 Unpacking zip (3.0-11build1) ... 17:41:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:41:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:41:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:41:21 Setting up liberror-perl (0.17025-1) ... 17:41:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:41:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:41:21 No schema files found: doing nothing. 17:41:21 1ce36da41761: Pull complete 17:41:21 25b303627fd3: Verifying Checksum 17:41:21 25b303627fd3: Download complete 17:41:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:41:21 Setting up zip (3.0-11build1) ... 17:41:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:41:21 Setting up libsodium23:amd64 (1.0.16-2) ... 17:41:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:41:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:41:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:41:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:41:21 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:41:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:41:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:41:28 git set to automatically installed. 17:41:28 git-man set to automatically installed. 17:41:28 libcurl3-gnutls set to automatically installed. 17:41:28 liberror-perl set to automatically installed. 17:41:28 libglib2.0-0 set to automatically installed. 17:41:28 libnghttp2-14 set to automatically installed. 17:41:28 libnorm1 set to automatically installed. 17:41:28 libpgm-5.2-0 set to automatically installed. 17:41:28 libpsl5 set to automatically installed. 17:41:28 librtmp1 set to automatically installed. 17:41:28 libsodium23 set to automatically installed. 17:41:28 libzmq3-dev set to automatically installed. 17:41:28 libzmq5 set to automatically installed. 17:41:28 pkg-config set to automatically installed. 17:41:28 zip set to automatically installed. 17:41:29 snapd is not logged in, snap install commands will use sudo 17:41:31 25b303627fd3: Pull complete 17:41:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:41:31 prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container 17:41:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 17:41:34 $ docker top bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa -eo pid,comm [Pipeline] { [Pipeline] sh 17:41:36 + docker-compose build --help 17:41:36 + grep parallel 17:41:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:41:39 --parallel Build images in parallel. [Pipeline] } 17:41:39 $ docker stop --time=1 bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa 17:41:41 $ docker rm -f bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:42 . [Pipeline] withDockerContainer 17:41:42 prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container 17:41:42 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 17:41:44 $ docker top 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:41:45 + docker-compose -f ./docker-compose-build.yml build --parallel 17:41:49 Building docker-core-command-go ... 17:41:49 Building docker-core-data-go ... 17:41:49 Building docker-core-metadata-go ... 17:41:49 Building docker-security-bootstrapper-go ... 17:41:49 Building docker-security-proxy-setup-go ... 17:41:49 Building docker-security-secretstore-setup-go ... 17:41:49 Building docker-support-notifications-go ... 17:41:49 Building docker-support-scheduler-go ... 17:41:49 Building docker-sys-mgmt-agent-go ... 17:41:49 Building docker-support-notifications-go 17:41:49 Building docker-core-command-go 17:41:49 Building docker-security-proxy-setup-go 17:41:49 Building docker-core-metadata-go 17:41:49 Building docker-security-bootstrapper-go 17:41:51 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:41:51 snapd is not logged in, snap install commands will use sudo 17:41:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:41:57 snap "core18" has no updates available 17:41:58 Pulling go-build-helper 17:41:58 + snapcraftctl pull 17:41:59 'app-service-config' has dependencies that need to be staged: go-build-helper 17:41:59 Skipping pull go-build-helper (already ran) 17:41:59 Building go-build-helper 17:41:59 + snapcraftctl build 17:42:01 + snapcraftctl stage 17:42:01 Staging go-build-helper 17:42:13 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:42:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:42:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:42:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:42:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:42:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:42:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:42:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:42:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:42:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:42:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:42:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:42:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:42:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:42:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:42:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:42:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:42:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:42:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:42:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:42:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:42:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:42:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:42:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:42:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:42:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:42:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:42:13 Fetched 24.1 MB in 0s (0 B/s) 17:42:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:42:13 Fetched 224 kB in 0s (0 B/s) 17:42:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:42:13 Fetched 157 kB in 0s (0 B/s) 17:42:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:42:13 Fetched 221 kB in 0s (0 B/s) 17:42:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:42:13 Fetched 143 kB in 0s (0 B/s) 17:42:13 Pulling app-service-config 17:42:13 + snapcraftctl pull 17:42:14 Cloning into '/root/parts/app-service-config/src'... 17:42:15 Pulling config-common 17:42:15 + snapcraftctl pull 17:42:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:42:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:42:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:42:20 Fetched 0 B in 0s (0 B/s) 17:42:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:42:20 Fetched 0 B in 0s (0 B/s) 17:42:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:42:20 Fetched 0 B in 0s (0 B/s) 17:42:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:42:20 Fetched 0 B in 0s (0 B/s) 17:42:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:42:20 Fetched 0 B in 0s (0 B/s) 17:42:20 Pulling edgex-go 17:42:20 + snapcraftctl pull 17:42:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:42:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:42:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:42:43 Fetched 0 B in 0s (0 B/s) 17:42:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:42:43 Fetched 96.5 kB in 0s (0 B/s) 17:42:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:42:43 Fetched 279 kB in 0s (0 B/s) 17:42:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:42:43 Fetched 122 kB in 0s (0 B/s) 17:42:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:42:43 Fetched 77.8 kB in 0s (0 B/s) 17:42:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:42:43 Fetched 8848 B in 0s (0 B/s) 17:42:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:42:43 Fetched 47.8 kB in 0s (0 B/s) 17:42:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:42:43 Fetched 45.6 kB in 0s (0 B/s) 17:42:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:42:43 Fetched 15.0 kB in 0s (0 B/s) 17:42:43 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:42:43 Fetched 214 kB in 0s (0 B/s) 17:42:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:42:43 Fetched 154 kB in 0s (0 B/s) 17:42:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:42:43 Fetched 50.6 kB in 0s (0 B/s) 17:42:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:42:43 Fetched 14.8 kB in 0s (0 B/s) 17:42:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:42:43 Fetched 41.8 kB in 0s (0 B/s) 17:42:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:42:43 Fetched 499 kB in 0s (0 B/s) 17:42:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:42:43 Fetched 111 kB in 0s (0 B/s) 17:42:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:42:43 Fetched 240 kB in 0s (0 B/s) 17:42:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:42:43 Fetched 29.3 kB in 0s (0 B/s) 17:42:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:42:43 Fetched 85.5 kB in 0s (0 B/s) 17:42:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:42:43 Fetched 24.5 kB in 0s (0 B/s) 17:42:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:42:43 Fetched 49.2 kB in 0s (0 B/s) 17:42:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:42:43 Fetched 54.2 kB in 0s (0 B/s) 17:42:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:42:43 Fetched 30.8 kB in 0s (0 B/s) 17:42:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:42:43 Fetched 15.8 kB in 0s (0 B/s) 17:42:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:42:43 Fetched 85.9 kB in 0s (0 B/s) 17:42:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:42:43 Fetched 8720 B in 0s (0 B/s) 17:42:43 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:42:43 Fetched 137 kB in 0s (0 B/s) 17:42:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:42:43 Fetched 119 kB in 0s (0 B/s) 17:42:43 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:42:43 Fetched 109 kB in 0s (0 B/s) 17:42:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:42:43 Fetched 11.1 kB in 0s (0 B/s) 17:42:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:42:43 Fetched 645 kB in 0s (0 B/s) 17:42:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:42:43 Fetched 41.3 kB in 0s (0 B/s) 17:42:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:42:43 Fetched 17.9 kB in 0s (0 B/s) 17:42:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:42:43 Fetched 368 kB in 0s (0 B/s) 17:42:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:42:43 Fetched 187 kB in 0s (0 B/s) 17:42:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:42:43 Fetched 175 kB in 0s (0 B/s) 17:42:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:42:43 Fetched 206 kB in 0s (0 B/s) 17:42:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:42:43 Fetched 1301 kB in 0s (0 B/s) 17:42:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:42:43 Fetched 36.2 kB in 0s (0 B/s) 17:42:43 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:42:43 Fetched 159 kB in 0s (0 B/s) 17:42:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:42:43 Fetched 107 kB in 0s (0 B/s) 17:42:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:42:43 Fetched 48.7 kB in 0s (0 B/s) 17:42:43 Pulling static-packages 17:42:43 + snapcraftctl pull 17:42:44 Pulling version 17:42:44 + cd /root/project 17:42:44 + [ -f VERSION ] 17:42:44 + PROJECT_VERSION=local-dev 17:42:44 + git rev-parse --short HEAD 17:42:44 + GIT_REVISION=cdaf6afc 17:42:44 + snapcraftctl set-version local-dev 17:42:45 Skipping build go-build-helper (already ran) 17:42:45 Building app-service-config 17:42:45 + make build 17:42:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:42:48 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 17:42:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 17:42:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 17:42:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 17:42:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:42:48 go: downloading github.com/hashicorp/consul/api v1.8.1 17:42:48 go: downloading github.com/google/uuid v1.2.0 17:42:48 go: downloading github.com/gorilla/mux v1.8.0 17:42:48 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:42:48 go: downloading github.com/mattn/go-isatty v0.0.12 17:42:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:42:48 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 17:42:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:42:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:42:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:42:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:42:49 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:42:49 go: downloading github.com/BurntSushi/toml v0.3.1 17:42:49 go: downloading github.com/fatih/color v1.9.0 17:42:49 go: downloading github.com/hashicorp/serf v0.9.5 17:42:49 go: downloading github.com/mitchellh/copystructure v1.0.0 17:42:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:42:49 go: downloading github.com/pebbe/zmq4 v1.2.5 17:42:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:42:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:42:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:42:49 go: downloading github.com/mattn/go-colorable v0.1.6 17:42:49 go: downloading github.com/pelletier/go-toml v1.2.0 17:42:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:42:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:42:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:42:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:42:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:42:49 go: downloading github.com/go-kit/kit v0.8.0 17:42:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:42:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:42:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:42:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:42:49 go: downloading github.com/x448/float16 v0.8.4 17:42:49 go: downloading github.com/go-playground/universal-translator v0.17.0 17:42:49 go: downloading github.com/leodido/go-urn v1.2.0 17:42:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:42:49 go: downloading github.com/go-playground/locales v0.13.0 17:43:02 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:43:02 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:43:02 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:43:02 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:43:02 Building config-common 17:43:02 + snapcraftctl build 17:43:05 Building edgex-go 17:43:06 + cd /root/parts/edgex-go/src 17:43:06 + make build 17:43:06 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 17:43:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 17:43:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:43:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 17:43:06 go: downloading github.com/imdario/mergo v0.3.12 17:43:06 go: downloading github.com/pkg/errors v0.8.1 17:43:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:43:06 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:43:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:43:06 go: downloading github.com/gorilla/websocket v1.4.2 17:43:06 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:43:12 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 17:43:12 go: downloading gopkg.in/yaml.v2 v2.4.0 17:43:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 0fc2b585c451 17:43:12 Step 3/22 : WORKDIR /edgex-go 17:43:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 0fc2b585c451 17:43:12 Step 3/21 : WORKDIR /edgex-go 17:43:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 0fc2b585c451 17:43:12 Step 3/31 : WORKDIR /edgex-go 17:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 0fc2b585c451 17:43:12 Step 3/23 : WORKDIR /edgex-go 17:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:43:12 ---> 0fc2b585c451 17:43:12 Step 3/23 : WORKDIR /edgex-go 17:43:12 ---> Running in 61bc4e86eee1 17:43:12 ---> Running in 1862eb3e0d59 17:43:12 ---> Running in 24322f583530 17:43:12 ---> Running in 422d75c45d41 17:43:12 ---> Running in a9cf9f94d2a0 17:43:12 Removing intermediate container a9cf9f94d2a0 17:43:12 ---> b636e23d5a13 17:43:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 Removing intermediate container 24322f583530 17:43:12 ---> 64c554e88433 17:43:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 Removing intermediate container 1862eb3e0d59 17:43:12 ---> 22333316d021 17:43:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 Removing intermediate container 61bc4e86eee1 17:43:12 ---> c240fec30c51 17:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 Removing intermediate container 422d75c45d41 17:43:12 ---> b0da984948dc 17:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:12 ---> Running in 0ec2c9af5349 17:43:12 ---> Running in f4b916e2eb3c 17:43:12 ---> Running in 68cc7606d653 17:43:12 ---> Running in 544b4672d7af 17:43:12 ---> Running in f53e3da30264 17:43:12 Removing intermediate container 0ec2c9af5349 17:43:12 ---> 0d3228acb112 17:43:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:43:12 ---> Running in d70771e36adc 17:43:12 Removing intermediate container 68cc7606d653 17:43:12 ---> b7402f87fe95 17:43:12 Step 5/31 : RUN apk add --update --no-cache make git 17:43:12 Removing intermediate container f4b916e2eb3c 17:43:12 ---> a64852a4bfdf 17:43:12 Step 5/21 : RUN apk add --update --no-cache make git 17:43:12 ---> Running in ed945d3f6c38 17:43:12 Removing intermediate container 544b4672d7af 17:43:12 ---> 9f71d0040dd5 17:43:12 Step 5/23 : RUN apk add --update --no-cache make git 17:43:12 ---> Running in 656e2a8320f1 17:43:12 Removing intermediate container f53e3da30264 17:43:12 ---> fdbc64f7ba92 17:43:12 Step 5/23 : RUN apk add --update --no-cache make git 17:43:12 ---> Running in 6c935b3d61c9 17:43:12 ---> Running in d1f3547f253b 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:12 OK: 217 MiB in 51 packages 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:12 OK: 217 MiB in 51 packages 17:43:12 OK: 217 MiB in 51 packages 17:43:12 Removing intermediate container d70771e36adc 17:43:12 ---> 386db5211f5a 17:43:12 Step 6/22 : COPY go.mod . 17:43:12 OK: 217 MiB in 51 packages 17:43:12 OK: 217 MiB in 51 packages 17:43:14 ---> 90099d08a6fc 17:43:14 Step 7/22 : RUN go mod download 17:43:14 Removing intermediate container ed945d3f6c38 17:43:14 ---> 0c06ece12e47 17:43:14 Step 6/31 : COPY go.mod . 17:43:14 ---> Running in 93464853f75c 17:43:14 Removing intermediate container 656e2a8320f1 17:43:14 ---> ad1a9f0b33ce 17:43:14 Step 6/21 : COPY go.mod . 17:43:14 Removing intermediate container 6c935b3d61c9 17:43:14 ---> be2e5ca29de3 17:43:14 Step 6/23 : COPY go.mod . 17:43:15 ---> a2e5a647c662 17:43:15 Step 7/31 : RUN go mod download 17:43:15 Removing intermediate container d1f3547f253b 17:43:15 ---> a9df738f9c4c 17:43:15 Step 6/23 : COPY go.mod . 17:43:15 ---> f92f1a210ead 17:43:15 Step 7/21 : RUN go mod download 17:43:15 ---> Running in b43d4ba8338d 17:43:16 ---> Running in 2c2812f3f90d 17:43:16 ---> 56ab06fc2c26 17:43:16 Step 7/23 : RUN go mod download 17:43:16 ---> Running in b7962096746c 17:43:16 ---> 4b12a627f719 17:43:16 Step 7/23 : RUN go mod download 17:43:16 ---> Running in 9660fdf8cdac 17:43:17 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 17:43:18 Removing intermediate container 93464853f75c 17:43:18 ---> e94174515ba9 17:43:18 Step 8/22 : COPY . . 17:43:18 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 17:43:20 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 17:43:21 Removing intermediate container b43d4ba8338d 17:43:21 ---> 8bc1e8f46d76 17:43:21 Step 8/31 : COPY . . 17:43:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:43:21 go: downloading github.com/stretchr/testify v1.7.0 17:43:21 go: downloading github.com/davecgh/go-spew v1.1.1 17:43:21 go: downloading github.com/pmezard/go-difflib v1.0.0 17:43:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:43:21 Removing intermediate container 2c2812f3f90d 17:43:21 ---> b558591d2115 17:43:21 Step 8/21 : COPY . . 17:43:22 Removing intermediate container b7962096746c 17:43:22 ---> 8c7781629286 17:43:22 Step 8/23 : COPY . . 17:43:23 Removing intermediate container 9660fdf8cdac 17:43:23 ---> c096ac021992 17:43:23 Step 8/23 : COPY . . 17:43:23 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 17:43:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:43:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:43:25 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 17:43:26 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 17:43:26 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:43:28 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 17:43:29 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 17:43:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:43:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:43:31 go: downloading github.com/lib/pq v1.10.0 17:43:33 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:43:33 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:43:33 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:43:33 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:43:33 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:43:33 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:43:33 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:43:33 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:43:33 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:43:33 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:43:33 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:43:33 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:43:33 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:43:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:43:33 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:43:33 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:43:33 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:43:33 + 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 17:43:33 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:43:33 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:43:33 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:43:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:43:33 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:43:33 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:43:33 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:43:37 Building static-packages 17:43:37 + snapcraftctl build 17:43:39 Building version 17:43:39 + snapcraftctl build 17:43:41 Skipping stage go-build-helper (already ran) 17:43:41 Staging app-service-config 17:43:41 + snapcraftctl stage 17:43:42 Staging config-common 17:43:42 + snapcraftctl stage 17:43:43 Staging edgex-go 17:43:43 + snapcraftctl stage 17:43:44 Staging static-packages 17:43:44 + snapcraftctl stage 17:43:45 ---> ce073b911cac 17:43:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:43:45 ---> 32502d4cb22e 17:43:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:43:45 ---> 5940fb524cb1 17:43:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:43:45 ---> Running in f3fe81aa1409 17:43:45 ---> 93851b0d3013 17:43:45 Step 9/23 : RUN make cmd/core-command/core-command 17:43:45 ---> Running in a7a5a98b224d 17:43:45 ---> 7534b22d5370 17:43:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:43:45 ---> Running in bea4318837d9 17:43:45 ---> Running in c132f0a0474b 17:43:45 ---> Running in 9f73e7528b17 17:43:46 Staging version 17:43:46 + snapcraftctl stage 17:43:47 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 17:43:47 Priming go-build-helper 17:43:47 + snapcraftctl prime 17:43:47 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 17:43:47 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 17:43:47 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 17:43:47 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 17:43:48 Priming app-service-config 17:43:48 + snapcraftctl prime 17:43:49 Priming config-common 17:43:49 + snapcraftctl prime 17:43:50 Priming edgex-go 17:43:50 + snapcraftctl prime 17:43:52 Priming static-packages 17:43:52 + snapcraftctl prime 17:43:54 Priming version 17:43:54 + snapcraftctl prime 17:43:55 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] } 17:45:24 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 17:45:31 Removing intermediate container a7a5a98b224d 17:45:31 ---> 601f35fa28ba 17:45:31 17:45:31 Step 10/21 : FROM alpine:3.12 17:45:31 3.12: Pulling from library/alpine 17:45:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:45:33 Status: Downloaded newer image for alpine:3.12 17:45:33 ---> d10569e2745f 17:45:33 Step 11/21 : RUN apk add --update --no-cache curl 17:45:34 ---> Running in bdb215bcdc8a 17:45:34 Removing intermediate container bea4318837d9 17:45:34 ---> 835221fb61ec 17:45:34 17:45:34 Step 10/31 : FROM alpine:3.12 17:45:34 ---> d10569e2745f 17:45:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:45:35 ---> Running in 43fef140ac8b 17:45:36 Removing intermediate container 43fef140ac8b 17:45:36 ---> 2b6fac47a8ed 17:45:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:45:36 ---> Running in 1c5440c75487 17:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:37 (1/4) Installing ca-certificates (20191127-r4) 17:45:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:45:37 (3/4) Installing libcurl (7.69.1-r3) 17:45:37 (4/4) Installing curl (7.69.1-r3) 17:45:37 Executing busybox-1.31.1-r19.trigger 17:45:37 Executing ca-certificates-20191127-r4.trigger 17:45:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:38 OK: 7 MiB in 18 packages 17:45:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:38 (1/2) Installing dumb-init (1.2.2-r1) 17:45:38 (2/2) Installing su-exec (0.2-r1) 17:45:38 Executing busybox-1.31.1-r19.trigger 17:45:38 OK: 5 MiB in 16 packages 17:45:41 Removing intermediate container bdb215bcdc8a 17:45:41 ---> 55ad0d4a24f7 17:45:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:45:41 Removing intermediate container 1c5440c75487 17:45:41 ---> 4853dc839a7c 17:45:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:45:41 ---> Running in 8020ce62af74 17:45:41 ---> Running in 9541224ef386 17:45:42 Removing intermediate container 8020ce62af74 17:45:42 Removing intermediate container 9541224ef386 17:45:42 ---> 58ee8c36cb25 17:45:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:45:42 ---> 68bf82c45988 17:45:42 Step 13/21 : WORKDIR /edgex 17:45:43 ---> Running in 242376b4cd6f 17:45:43 ---> Running in 44d03883f30a 17:45:44 Removing intermediate container 44d03883f30a 17:45:44 ---> 831d39b560a5 17:45:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:45:44 Removing intermediate container 242376b4cd6f 17:45:44 ---> 5b58ba62cf0d 17:45:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:45:45 ---> Running in 2910255c42cb 17:45:47 ---> 0ba9ddc71125 17:45:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:45:47 Removing intermediate container c132f0a0474b 17:45:47 ---> e0b92965e84f 17:45:47 17:45:47 Step 10/23 : FROM alpine:3.12 17:45:47 ---> d10569e2745f 17:45:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:45:47 ---> Running in 8311991d1aae 17:45:49 Removing intermediate container f3fe81aa1409 17:45:49 ---> 36f2a5c47ace 17:45:49 17:45:49 Step 10/22 : FROM alpine:3.12 17:45:49 ---> d10569e2745f 17:45:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:45:49 ---> ce0dfa8a097f 17:45:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:45:49 Removing intermediate container 2910255c42cb 17:45:49 ---> 80b618b719e8 17:45:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:45:49 ---> Running in 43a33ec58659 17:45:49 ---> Running in 3cd5b746d30c 17:45:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:50 Removing intermediate container 3cd5b746d30c 17:45:50 ---> ff883c638ec8 17:45:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:45:50 (1/1) Installing dumb-init (1.2.2-r1) 17:45:50 Executing busybox-1.31.1-r19.trigger 17:45:50 OK: 5 MiB in 15 packages 17:45:51 ---> 53b933a4102d 17:45:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:51 ---> Running in 0998a7ab840b 17:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:52 ---> 69a9d88fe0f6 17:45:52 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:45:52 ---> Running in 2a43ba476a31 17:45:52 (1/2) Installing ca-certificates (20191127-r4) 17:45:52 (2/2) Installing dumb-init (1.2.2-r1) 17:45:52 Executing busybox-1.31.1-r19.trigger 17:45:52 Executing ca-certificates-20191127-r4.trigger 17:45:52 OK: 6 MiB in 16 packages 17:45:53 Removing intermediate container 8311991d1aae 17:45:53 ---> ca25a319168e 17:45:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:53 Removing intermediate container 0998a7ab840b 17:45:53 ---> 03c618623755 17:45:53 Step 18/21 : CMD ["--init=true"] 17:45:53 ---> Running in cb86a684169e 17:45:54 ---> Running in 6cf82f2a7f34 17:45:54 Removing intermediate container 9f73e7528b17 17:45:54 ---> 2559e9a9110b 17:45:54 17:45:54 Step 10/23 : FROM alpine:3.12 17:45:55 ---> d10569e2745f 17:45:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:45:55 ---> Using cache 17:45:55 ---> ca25a319168e 17:45:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:55 ---> Using cache 17:45:55 ---> 2207f9179afe 17:45:55 Step 13/23 : ENV APP_PORT=48081 17:45:55 Removing intermediate container 6cf82f2a7f34 17:45:55 ---> bb2fc681636d 17:45:55 Step 19/21 : LABEL arch=arm64 17:45:55 Removing intermediate container cb86a684169e 17:45:55 ---> 2207f9179afe 17:45:55 Step 13/23 : ENV APP_PORT=48082 17:45:55 ---> Running in 616032033ff3 17:45:55 ---> Running in b4120d74f713 17:45:55 ---> Running in 9b64dba52cee 17:45:55 Removing intermediate container 43a33ec58659 17:45:55 ---> 2f0dd07850b1 17:45:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:45:55 ---> Running in ab328fa682c5 17:45:56 Removing intermediate container 9b64dba52cee 17:45:56 ---> 0647cb1e7216 17:45:56 Step 14/23 : EXPOSE $APP_PORT 17:45:56 Removing intermediate container 616032033ff3 17:45:56 ---> 5991f66fd364 17:45:56 Step 14/23 : EXPOSE $APP_PORT 17:45:56 Removing intermediate container b4120d74f713 17:45:56 ---> 6edd20b75fd3 17:45:56 Step 20/21 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:45:56 Removing intermediate container 2a43ba476a31 17:45:56 ---> c39db7ce1fbf 17:45:56 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:56 ---> Running in 0d7b5703d420 17:45:56 ---> Running in 5e0c41f9111e 17:45:56 ---> Running in 867be9e75f29 17:45:56 Removing intermediate container ab328fa682c5 17:45:56 ---> bfb4794f91fd 17:45:56 Step 13/22 : ENV APP_PORT=48060 17:45:56 ---> Running in 6ae44ec0e332 17:45:57 Removing intermediate container 0d7b5703d420 17:45:57 ---> 011a65f04ef6 17:45:57 Step 15/23 : WORKDIR / 17:45:57 Removing intermediate container 867be9e75f29 17:45:57 ---> b68eefa13d19 17:45:57 Removing intermediate container 5e0c41f9111e 17:45:57 Step 21/21 : LABEL version=0.0.0 17:45:57 ---> 15b2635b5ac2 17:45:57 Step 15/23 : WORKDIR / 17:45:57 ---> Running in 32514d48246c 17:45:57 ---> 0c0951d9e4ae 17:45:57 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:45:57 ---> Running in 80d8dfae97f4 17:45:57 ---> Running in de93b913b26b 17:45:57 Removing intermediate container 6ae44ec0e332 17:45:57 ---> 5288b8e5a390 17:45:57 Step 14/22 : EXPOSE $APP_PORT 17:45:57 ---> Running in de86c6d78cef 17:45:58 Removing intermediate container 80d8dfae97f4 17:45:58 ---> a246ea0538df 17:45:58 17:45:58 Removing intermediate container 32514d48246c 17:45:58 ---> 08396f500eec 17:45:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:58 Removing intermediate container de93b913b26b 17:45:58 ---> feefd18f5eee 17:45:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:58 Removing intermediate container de86c6d78cef 17:45:58 ---> 52eb36b814e1 17:45:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:59 Successfully built a246ea0538df 17:45:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:45:59 Building docker-security-secretstore-setup-go 17:45:59  Building docker-security-proxy-setup-go ... done  ---> 6e6bb6030ece 17:45:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:45:59 ---> 2d3f054aba53 17:45:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:45:59 ---> 1bf9bb8a842f 17:45:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:45:59 ---> df03fbca7a20 17:45:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:46:01 ---> 1c47b0fe9e56 17:46:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:46:02 ---> cb318f8eb24a 17:46:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:46:02 ---> cc280c34c3a1 17:46:02 ---> be02fc4f879b 17:46:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:46:02 ---> 0bd07524e889 17:46:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:46:02 17:46:03 ---> c0038687a1b1 17:46:03 Step 19/23 : ENTRYPOINT ["/core-command"] 17:46:03 ---> Running in cd52629002b2 17:46:04 ---> 761e3f378d5b 17:46:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:46:04 ---> 5b3a23a9b5fd 17:46:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:46:04 ---> Running in 8b2249e968db 17:46:04 Removing intermediate container cd52629002b2 17:46:04 ---> eb7d1f15334d 17:46:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:04 ---> c4f2d876eaa9 17:46:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:46:05 ---> Running in 5f710045ecec 17:46:05 ---> Running in 21a19ea5d425 17:46:05 ---> Running in fbf0afa58c0a 17:46:05 Removing intermediate container 8b2249e968db 17:46:05 ---> b05c9ea88ee2 17:46:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:05 ---> Running in aaa7174cc90d 17:46:05 Removing intermediate container 5f710045ecec 17:46:05 ---> 07df756e74e9 17:46:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:46:06 Removing intermediate container 21a19ea5d425 17:46:06 ---> c5f3e90f7d39 17:46:06 Step 21/23 : LABEL arch=arm64 17:46:06 Removing intermediate container fbf0afa58c0a 17:46:06 ---> be8a400b6671 17:46:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:06 ---> Running in 70bf3ca3deaa 17:46:06 Removing intermediate container aaa7174cc90d 17:46:06 ---> fc8acdfbf783 17:46:06 Step 20/22 : LABEL arch=arm64 17:46:06 ---> Running in de370454bbd9 17:46:06 ---> Running in b3f51a5ded21 17:46:06 ---> 32bdc36d6e19 17:46:06 Step 26/31 : RUN chmod +x /entrypoint.sh 17:46:07 Removing intermediate container 70bf3ca3deaa 17:46:07 ---> f669c2bb15bf 17:46:07 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:46:07 Removing intermediate container de370454bbd9 17:46:07 ---> 0d8fc03582c1 17:46:07 Step 21/23 : LABEL arch=arm64 17:46:07 ---> Running in 39942dbb0f8a 17:46:07 Removing intermediate container b3f51a5ded21 17:46:07 ---> 84897df490b1 17:46:07 Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:46:07 ---> Running in f3be27a0289c 17:46:07 ---> Running in 51cbd538d797 17:46:07 ---> Running in 454d2d1bb492 17:46:08 Removing intermediate container 51cbd538d797 17:46:08 ---> 163f92375f2b 17:46:08 Step 23/23 : LABEL version=0.0.0 17:46:08 Removing intermediate container f3be27a0289c 17:46:08 ---> 6ffbd61349b1 17:46:08 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:46:08 Removing intermediate container 454d2d1bb492 17:46:08 ---> 8481d86cd557 17:46:08 Step 22/22 : LABEL version=0.0.0 17:46:08 ---> Running in 35179ff9c353 17:46:08 ---> Running in 0f638c7d3a72 17:46:09 ---> Running in 97f0f6e9302f 17:46:09 Removing intermediate container 0f638c7d3a72 17:46:09 ---> 8135d2de9540 17:46:09 17:46:10 Removing intermediate container 35179ff9c353 17:46:10 ---> db25577441dc 17:46:10 Step 23/23 : LABEL version=0.0.0 17:46:10 Removing intermediate container 97f0f6e9302f 17:46:10 ---> 8e15bbffbbda 17:46:10 17:46:10 Successfully built 8135d2de9540 17:46:10 Successfully tagged docker-core-command-go-arm64:latest 17:46:10  Building docker-core-command-go ... done Building docker-support-scheduler-go 17:46:10 ---> Running in be28cd7c9bf1 17:46:10 Successfully built 8e15bbffbbda 17:46:10 Removing intermediate container 39942dbb0f8a 17:46:10 ---> dea77b34d9e6 17:46:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:46:10 Successfully tagged docker-support-notifications-go-arm64:latest 17:46:10 Building docker-sys-mgmt-agent-go 17:46:11  Building docker-support-notifications-go ... done  ---> Running in f47bccd22e8b 17:46:11 Removing intermediate container be28cd7c9bf1 17:46:11 ---> e8d14c50831b 17:46:11 17:46:11 Successfully built e8d14c50831b 17:46:11 Successfully tagged docker-core-metadata-go-arm64:latest 17:46:11  Building docker-core-metadata-go ... done Building docker-core-data-go 17:46:12 Removing intermediate container f47bccd22e8b 17:46:12 ---> 6d8d4d6cfe6b 17:46:12 Step 28/31 : CMD ["gate"] 17:46:12 ---> Running in 2d2d9ae2c82d 17:46:12 Removing intermediate container 2d2d9ae2c82d 17:46:12 ---> 13259ec64ab6 17:46:12 Step 29/31 : LABEL arch=arm64 17:46:13 ---> Running in 8a8b26f8d4ce 17:46:13 Removing intermediate container 8a8b26f8d4ce 17:46:13 ---> 7fa403404d26 17:46:13 Step 30/31 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:46:14 ---> Running in a7e92fa1a6b3 17:46:15 Removing intermediate container a7e92fa1a6b3 17:46:15 ---> aa0c120a25d0 17:46:15 Step 31/31 : LABEL version=0.0.0 17:46:15 ---> Running in 861eeda748b6 17:46:16 Removing intermediate container 861eeda748b6 17:46:16 ---> 886d00c57a2c 17:46:16 17:46:17 Successfully built 886d00c57a2c 17:46:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:46:39  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:46:39 ---> 0fc2b585c451 17:46:39 Step 3/24 : WORKDIR /edgex-go 17:46:39 ---> Using cache 17:46:39 ---> b0da984948dc 17:46:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:39 ---> Using cache 17:46:39 ---> fdbc64f7ba92 17:46:39 Step 5/24 : RUN apk add --update --no-cache make git 17:46:39 ---> Using cache 17:46:39 ---> a9df738f9c4c 17:46:39 Step 6/24 : COPY go.mod . 17:46:39 ---> Using cache 17:46:39 ---> 4b12a627f719 17:46:39 Step 7/24 : RUN go mod download 17:46:39 ---> Using cache 17:46:39 ---> c096ac021992 17:46:39 Step 8/24 : COPY . . 17:46:39 ---> Using cache 17:46:39 ---> 7534b22d5370 17:46:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:46:42 ---> Running in 73c49a831cb7 17:46:43 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 17:46:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:46:55 ---> 0fc2b585c451 17:46:55 Step 3/26 : WORKDIR /edgex-go 17:46:55 ---> Using cache 17:46:55 ---> b0da984948dc 17:46:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:55 ---> Using cache 17:46:55 ---> fdbc64f7ba92 17:46:55 Step 5/26 : RUN apk add --update --no-cache make bash git 17:46:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:46:56 ---> 0fc2b585c451 17:46:56 Step 3/22 : WORKDIR /edgex-go 17:46:56 ---> Using cache 17:46:56 ---> b0da984948dc 17:46:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:56 ---> Using cache 17:46:56 ---> fdbc64f7ba92 17:46:56 Step 5/22 : RUN apk add --update --no-cache make git 17:46:56 ---> Using cache 17:46:56 ---> a9df738f9c4c 17:46:56 Step 6/22 : COPY go.mod . 17:46:56 ---> Using cache 17:46:56 ---> 4b12a627f719 17:46:56 Step 7/22 : RUN go mod download 17:46:56 ---> Using cache 17:46:56 ---> c096ac021992 17:46:56 Step 8/22 : COPY . . 17:46:56 ---> Using cache 17:46:56 ---> 7534b22d5370 17:46:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:46:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:56 ---> 0fc2b585c451 17:46:56 Step 3/23 : WORKDIR /edgex-go 17:46:56 ---> Using cache 17:46:56 ---> b0da984948dc 17:46:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:56 ---> Using cache 17:46:56 ---> fdbc64f7ba92 17:46:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:46:57 ---> Running in 9ca208fa1231 17:46:57 ---> Running in cd5e55f8ebbc 17:46:57 ---> Running in 1b0d7dbbe34c 17:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:00 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 17:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:01 OK: 217 MiB in 51 packages 17:47:02 OK: 217 MiB in 51 packages 17:47:03 Removing intermediate container 9ca208fa1231 17:47:03 ---> fa6e87692eec 17:47:03 Step 6/23 : COPY go.mod . 17:47:03 Removing intermediate container 1b0d7dbbe34c 17:47:03 ---> ac4eb79793df 17:47:03 Step 6/26 : COPY go.mod . 17:47:04 ---> 6477a7320761 17:47:04 Step 7/23 : RUN go mod download 17:47:05 ---> Running in d2b6838580b8 17:47:05 ---> a963cbe5f7f2 17:47:05 Step 7/26 : RUN go mod download 17:47:05 ---> Running in 42dc41dd5454 17:47:09 Removing intermediate container 42dc41dd5454 17:47:09 ---> b6f23de159c0 17:47:09 Step 8/26 : COPY . . 17:47:09 Removing intermediate container d2b6838580b8 17:47:09 ---> 8df1eaa1c9ed 17:47:09 Step 8/23 : COPY . . 17:47:32 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 17:47:42 ---> 9ef3a94788b8 17:47:42 Step 9/23 : RUN make cmd/core-data/core-data 17:47:42 ---> 710aeefb10f2 17:47:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:47:42 ---> Running in 7921023fc80b 17:47:42 ---> Running in fb3e180686ca 17:47: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 17:47:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:47:46 Removing intermediate container 73c49a831cb7 17:47:46 ---> aea6fbe7400b 17:47:46 17:47:46 Step 10/24 : FROM alpine:3.12 17:47:46 ---> d10569e2745f 17:47:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:47:46 ---> Running in a213367ea3ea 17:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:49 (1/5) Installing ca-certificates (20191127-r4) 17:47:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:47:49 (3/5) Installing libcurl (7.69.1-r3) 17:47:49 (4/5) Installing curl (7.69.1-r3) 17:47:49 (5/5) Installing dumb-init (1.2.2-r1) 17:47:49 Executing busybox-1.31.1-r19.trigger 17:47:49 Executing ca-certificates-20191127-r4.trigger 17:47:49 OK: 7 MiB in 19 packages 17:47:52 Removing intermediate container a213367ea3ea 17:47:52 ---> 14418422e10c 17:47:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:47:52 ---> Running in 674bf3929bb5 17:47:53 Removing intermediate container 674bf3929bb5 17:47:53 ---> 1f21bd2bec8a 17:47:53 Step 13/24 : WORKDIR / 17:47:53 ---> Running in 689d79f9115b 17:47:53 Removing intermediate container 689d79f9115b 17:47:53 ---> 822164944723 17:47:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:47:55 ---> 60a929544fe6 17:47:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:47:56 ---> 83bfb43f83e6 17:47:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:47:57 ---> 646aa6418941 17:47:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:47:59 ---> 56820f2451bc 17:47:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:48:01 ---> b7d57b28167a 17:48:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:48:02 ---> 6bd7843b510d 17:48:02 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/ 17:48:03 ---> Running in 2bc48a3781d0 17:48:07 Removing intermediate container cd5e55f8ebbc 17:48:07 ---> 5e719bc0b5ff 17:48:07 17:48:07 Step 10/22 : FROM alpine:3.12 17:48:07 ---> d10569e2745f 17:48:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:48:07 ---> Using cache 17:48:07 ---> ca25a319168e 17:48:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:48:07 ---> Using cache 17:48:07 ---> 2207f9179afe 17:48:07 Step 13/22 : ENV APP_PORT=48085 17:48:08 ---> Running in 9b663dc9d407 17:48:08 Removing intermediate container 2bc48a3781d0 17:48:08 ---> a3307655863d 17:48:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:48:08 ---> Running in a0d1ed34d93e 17:48:08 Removing intermediate container 9b663dc9d407 17:48:08 ---> 63be966e5be4 17:48:08 Step 14/22 : EXPOSE $APP_PORT 17:48:08 ---> Running in d884049b37d9 17:48:09 Removing intermediate container a0d1ed34d93e 17:48:09 ---> 6b1824124724 17:48:09 Step 22/24 : LABEL arch=arm64 17:48:09 ---> Running in 67a7e282e2d6 17:48:09 Removing intermediate container d884049b37d9 17:48:09 ---> 2600b26ea278 17:48:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:48:09 Removing intermediate container 67a7e282e2d6 17:48:09 ---> e1db848b078f 17:48:09 Step 23/24 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:48:10 ---> Running in cd06d74746dd 17:48:11 ---> 37fd8b1b048e 17:48:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:48:11 Removing intermediate container cd06d74746dd 17:48:11 ---> 82f3c53cf451 17:48:11 Step 24/24 : LABEL version=0.0.0 17:48:11 ---> Running in 18812d9649e0 17:48:12 Removing intermediate container 18812d9649e0 17:48:12 ---> df1efab57719 17:48:12 17:48:13 Successfully built df1efab57719 17:48:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:48:13  Building docker-security-secretstore-setup-go ... done  ---> 51a333a8b4ea 17:48:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:48:14 ---> 2b68a0407848 17:48:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:48:14 ---> Running in c23f697a8f52 17:48:15 Removing intermediate container c23f697a8f52 17:48:15 ---> 95761d180f2b 17:48:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:48:15 ---> Running in 8010659352f1 17:48:16 Removing intermediate container 8010659352f1 17:48:16 ---> 9674516ab797 17:48:16 Step 20/22 : LABEL arch=arm64 17:48:16 ---> Running in eac43ed3d2e2 17:48:17 Removing intermediate container eac43ed3d2e2 17:48:17 ---> 41c5674fc01f 17:48:17 Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:48:17 ---> Running in 04c4a9097c8a 17:48:18 Removing intermediate container 04c4a9097c8a 17:48:18 ---> 9f34e61b1d3d 17:48:18 Step 22/22 : LABEL version=0.0.0 17:48:18 ---> Running in 4250e5308a58 17:48:18 Removing intermediate container 4250e5308a58 17:48:18 ---> 2f2f6f42ab36 17:48:18 17:48:19 Successfully built 2f2f6f42ab36 17:48:19 Successfully tagged docker-support-scheduler-go-arm64:latest 17:48:46  Building docker-support-scheduler-go ... done Removing intermediate container 7921023fc80b 17:48:46 ---> 4ee7a4a27a81 17:48:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:48:46 ---> Running in 1f843ce1db7d 17:48:46 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 17:48:48 Removing intermediate container 1f843ce1db7d 17:48:48 ---> 10bc3aa40b9d 17:48:48 17:48:48 Step 11/26 : FROM docker:20.10.0 17:48:48 20.10.0: Pulling from library/docker 17:48:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:48:56 Status: Downloaded newer image for docker:20.10.0 17:48:57 ---> eeaf43b92773 17:48:57 Step 12/26 : RUN apk add --no-cache bash 17:48:58 ---> Running in 890634b42e0f 17:48:58 Removing intermediate container fb3e180686ca 17:48:58 ---> a00575b4fe53 17:48:58 17:48:58 Step 10/23 : FROM alpine:3.12 17:48:58 ---> d10569e2745f 17:48:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:48:58 ---> Running in 81ab7aad52b0 17:48:59 Removing intermediate container 81ab7aad52b0 17:48:59 ---> 47e201dbd72a 17:48:59 Step 12/23 : ENV APP_PORT=48080 17:48:59 ---> Running in 06feb37ed6f1 17:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:48:59 Removing intermediate container 06feb37ed6f1 17:48:59 ---> 98cf70ed548c 17:48:59 Step 13/23 : EXPOSE $APP_PORT 17:48:59 ---> Running in 4868b70cd21e 17:48:59 (1/2) Installing readline (8.0.4-r0) 17:48:59 (2/2) Installing bash (5.0.17-r0) 17:48:59 Executing bash-5.0.17-r0.post-install 17:48:59 Executing busybox-1.31.1-r19.trigger 17:49:00 OK: 12 MiB in 22 packages 17:49:00 Removing intermediate container 4868b70cd21e 17:49:00 ---> 324b039fd845 17:49:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:49:00 ---> Running in 80f651eba8a5 17:49:01 Removing intermediate container 890634b42e0f 17:49:01 ---> c1974045223f 17:49:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:49:01 ---> Running in 85e8e7883108 17:49:02 Removing intermediate container 85e8e7883108 17:49:02 ---> 87371e0e0245 17:49:02 Step 14/26 : ENV APP_PORT=48090 17:49:02 ---> Running in 78705fff322a 17:49:02 Removing intermediate container 78705fff322a 17:49:02 ---> 1ae1a513c4b4 17:49:02 Step 15/26 : EXPOSE $APP_PORT 17:49:02 Removing intermediate container 80f651eba8a5 17:49:02 ---> c377b2644d6d 17:49:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:49:03 ---> Running in b00af1f94f23 17:49:03 ---> Running in 8549d4197e59 17:49:03 Removing intermediate container b00af1f94f23 17:49:03 ---> 326c90e9335b 17:49:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:04 ---> 283ceab664d2 17:49:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:49:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:05 ---> 2c76cfc09941 17:49:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:49:06 ---> fc4ab8726077 17:49:06 Step 19/26 : RUN apk --no-cache add py3-pip 17:49:06 ---> Running in 64559f0b7a2e 17:49:06 (1/6) Installing dumb-init (1.2.2-r1) 17:49:06 (2/6) Installing libgcc (9.3.0-r2) 17:49:06 (3/6) Installing libsodium (1.0.18-r0) 17:49:07 (4/6) Installing libstdc++ (9.3.0-r2) 17:49:07 (5/6) Installing libzmq (4.3.3-r0) 17:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:07 (6/6) Installing zeromq (4.3.3-r0) 17:49:07 Executing busybox-1.31.1-r19.trigger 17:49:07 OK: 8 MiB in 20 packages 17:49:08 (1/33) Installing libbz2 (1.0.8-r1) 17:49:08 (2/33) Installing expat (2.2.9-r1) 17:49:08 (3/33) Installing libffi (3.3-r2) 17:49:08 (4/33) Installing gdbm (1.13-r1) 17:49:08 (5/33) Installing xz-libs (5.2.5-r0) 17:49:08 (6/33) Installing sqlite-libs (3.32.1-r0) 17:49:08 (7/33) Installing python3 (3.8.8-r0) 17:49:10 Removing intermediate container 8549d4197e59 17:49:10 ---> 49af7a6b3c18 17:49:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:10 (8/33) Installing py3-appdirs (1.4.4-r1) 17:49:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:49:10 (10/33) Installing py3-parsing (2.4.7-r0) 17:49:10 (11/33) Installing py3-six (1.15.0-r0) 17:49:10 (12/33) Installing py3-packaging (20.4-r0) 17:49:10 (13/33) Installing py3-setuptools (47.0.0-r0) 17:49:10 (14/33) Installing py3-chardet (3.0.4-r4) 17:49:10 (15/33) Installing py3-idna (2.9-r0) 17:49:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:49:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:49:10 (18/33) Installing py3-requests (2.23.0-r0) 17:49:10 (19/33) Installing py3-msgpack (1.0.0-r0) 17:49:10 (20/33) Installing py3-lockfile (0.12.2-r3) 17:49:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:49:10 (22/33) Installing py3-colorama (0.4.3-r0) 17:49:10 (23/33) Installing py3-distlib (0.3.0-r0) 17:49:10 (24/33) Installing py3-distro (1.5.0-r1) 17:49:10 (25/33) Installing py3-webencodings (0.5.1-r3) 17:49:10 (26/33) Installing py3-html5lib (1.0.1-r4) 17:49:10 (27/33) Installing py3-pytoml (0.1.21-r0) 17:49:10 (28/33) Installing py3-pep517 (0.8.2-r0) 17:49:10 (29/33) Installing py3-progress (1.5-r0) 17:49:10 (30/33) Installing py3-toml (0.10.1-r0) 17:49:10 (31/33) Installing py3-retrying (1.3.3-r0) 17:49:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:49:10 (33/33) Installing py3-pip (20.1.1-r0) 17:49:10 Executing busybox-1.31.1-r19.trigger 17:49:10 OK: 71 MiB in 55 packages 17:49:10 ---> 1f9d6d77b3ea 17:49:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:49:12 ---> 411aa7357fc6 17:49:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:49:13 ---> 4ed3fb5920b2 17:49:13 Step 19/23 : ENTRYPOINT ["/core-data"] 17:49:13 ---> Running in 4c9ee478a3f6 17:49:14 Removing intermediate container 4c9ee478a3f6 17:49:14 ---> 8cb229c5d62a 17:49:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:49:14 ---> Running in ee71803a2b86 17:49:15 Removing intermediate container ee71803a2b86 17:49:15 ---> 6a5f674f153c 17:49:15 Step 21/23 : LABEL arch=arm64 17:49:15 ---> Running in e39ee7b8c670 17:49:15 Removing intermediate container e39ee7b8c670 17:49:15 ---> b748e3617be4 17:49:15 Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:49:16 ---> Running in 6e527279a8d0 17:49:16 Removing intermediate container 6e527279a8d0 17:49:16 ---> 8be747d0d8ff 17:49:16 Step 23/23 : LABEL version=0.0.0 17:49:16 ---> Running in af9c5666b2f0 17:49:17 Removing intermediate container 64559f0b7a2e 17:49:17 ---> 4eff9a5edb85 17:49:17 Step 20/26 : RUN pip install docker-compose==1.23.2 17:49:17 ---> Running in 25b47f78cb5b 17:49:17 Removing intermediate container af9c5666b2f0 17:49:17 ---> 5a3b01c66085 17:49:17 17:49:17 Successfully built 5a3b01c66085 17:49:17 Successfully tagged docker-core-data-go-arm64:latest 17:49:22  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 17:49:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:49:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:49:22 Collecting cached-property<2,>=1.2.0 17:49:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:49:22 Collecting dockerpty<0.5,>=0.4.1 17:49:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:49:24 Collecting websocket-client<1.0,>=0.32.0 17:49:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:49:25 Collecting docopt<0.7,>=0.6.1 17:49:25 Downloading docopt-0.6.2.tar.gz (25 kB) 17:49:27 Collecting jsonschema<3,>=2.5.1 17:49:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:49:27 Collecting texttable<0.10,>=0.9.0 17:49:27 Downloading texttable-0.9.1.tar.gz (11 kB) 17:49:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:49:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:49:30 Collecting docker<4.0,>=3.6.0 17:49:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:49:32 Collecting PyYAML<4,>=3.10 17:49:32 Downloading PyYAML-3.13.tar.gz (270 kB) 17:49:34 Collecting idna<2.8,>=2.5 17:49:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:49:35 Collecting urllib3<1.25,>=1.21.1 17:49:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:49:35 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) 17:49:35 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) 17:49:35 Collecting docker-pycreds>=0.4.0 17:49:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:49:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:49:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:49:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:49:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:49:37 Installing collected packages: cached-property, dockerpty, websocket-client, docopt, jsonschema, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose 17:49:37 Running setup.py install for dockerpty: started 17:49:39 Running setup.py install for dockerpty: finished with status 'done' 17:49:39 Running setup.py install for docopt: started 17:49:41 Running setup.py install for docopt: finished with status 'done' 17:49:41 Running setup.py install for texttable: started 17:49:42 Running setup.py install for texttable: finished with status 'done' 17:49:42 Attempting uninstall: idna 17:49:42 Found existing installation: idna 2.9 17:49:42 Uninstalling idna-2.9: 17:49:42 Successfully uninstalled idna-2.9 17:49:43 Attempting uninstall: urllib3 17:49:43 Found existing installation: urllib3 1.25.9 17:49:43 Uninstalling urllib3-1.25.9: 17:49:43 Successfully uninstalled urllib3-1.25.9 17:49:44 Attempting uninstall: requests 17:49:44 Found existing installation: requests 2.23.0 17:49:44 Uninstalling requests-2.23.0: 17:49:44 Successfully uninstalled requests-2.23.0 17:49:45 Running setup.py install for PyYAML: started 17:49:47 Running setup.py install for PyYAML: finished with status 'done' 17:49:48 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 17:49:52 Removing intermediate container 25b47f78cb5b 17:49:52 ---> 5e72be42c773 17:49:52 Step 21/26 : RUN apk --no-cache add curl 17:49:52 ---> Running in 3ea00b0218f5 17:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:49:54 (2/3) Installing libcurl (7.69.1-r3) 17:49:54 (3/3) Installing curl (7.69.1-r3) 17:49:54 Executing busybox-1.31.1-r19.trigger 17:49:54 OK: 72 MiB in 58 packages 17:49:55 Removing intermediate container 3ea00b0218f5 17:49:55 ---> 10a305f0b12b 17:49:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:49:55 ---> Running in f89b32a281f1 17:49:55 Removing intermediate container f89b32a281f1 17:49:55 ---> 6e150f581ca9 17:49:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:49:56 ---> Running in ef084a889258 17:49:56 Removing intermediate container ef084a889258 17:49:56 ---> 8f86efb3edf9 17:49:56 Step 24/26 : LABEL arch=arm64 17:49:56 ---> Running in 6e5d8852ea93 17:49:57 Removing intermediate container 6e5d8852ea93 17:49:57 ---> 3b7c2f0e3604 17:49:57 Step 25/26 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 17:49:57 ---> Running in a9e9bea05dd8 17:49:57 Removing intermediate container a9e9bea05dd8 17:49:57 ---> 3ca50b4bc5cf 17:49:57 Step 26/26 : LABEL version=0.0.0 17:49:57 ---> Running in f1276588797b 17:49:58 Removing intermediate container f1276588797b 17:49:58 ---> e9cb4573189e 17:49:58 17:49:58 Successfully built e9cb4573189e 17:49:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:49:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:49:59 $ docker stop --time=1 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 17:50:01 $ docker rm -f 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 [Pipeline] // withDockerContainer [Pipeline] sh 17:50:01 + docker images 17:50:01 + grep docker 17:50:02 docker-sys-mgmt-agent-go-arm64 latest e9cb4573189e 4 seconds ago 300MB 17:50:02 docker-core-data-go-arm64 latest 5a3b01c66085 45 seconds ago 21.3MB 17:50:02 docker-support-scheduler-go-arm64 latest 2f2f6f42ab36 About a minute ago 16.3MB 17:50:02 docker-security-secretstore-setup-go-arm64 latest df1efab57719 About a minute ago 23.7MB 17:50:02 docker-security-bootstrapper-go-arm64 latest 886d00c57a2c 3 minutes ago 17.8MB 17:50:02 docker-core-metadata-go-arm64 latest e8d14c50831b 3 minutes ago 17.9MB 17:50:02 docker-support-notifications-go-arm64 latest 8e15bbffbbda 3 minutes ago 16.9MB 17:50:02 docker-core-command-go-arm64 latest 8135d2de9540 3 minutes ago 16.3MB 17:50:02 docker-security-proxy-setup-go-arm64 latest a246ea0538df 4 minutes ago 23.4MB 17:50:02 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 17:50:03 ---> job-cost.sh 17:50:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yo8I 17:50:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:52:18 lf-activate-venv(): INFO: Adding /tmp/venv-yo8I/bin to PATH 17:52:18 INFO: No Stack... 17:52:18 INFO: Retrieving Pricing Info for: lf-standard-4 17:52:18 INFO: Archiving Costs [Pipeline] sh 17:52:19 + + cutcat -d, /w/workspace/edgex-go/21/archives/cost.csv -f6 17:52:19 [Pipeline] lock 17:52:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] 17:52:19 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] did not exist. Created. 17:52:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:52:19 + echo total: 0.20999999344348907 [Pipeline] stash 17:52:19 Stashed 1 file(s) [Pipeline] } 17:52:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-21-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 17:52:21 provisioning config files... 17:52:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config9052869983544410188tmp [Pipeline] { [Pipeline] sh 17:52:21 + set +x 17:52:21 + curl -s https://codecov.io/bash 17:52:21 + bash -s -- 17:52:22 17:52:22 _____ _ 17:52:22 / ____| | | 17:52:22 | | ___ __| | ___ ___ _____ __ 17:52:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:52:22 | |___| (_) | (_| | __/ (_| (_) \ V / 17:52:22 \_____\___/ \__,_|\___|\___\___/ \_/ 17:52:22 Bash-20210309-2b87ace 17:52:22 17:52:22 17:52:22 ==> git version 2.24.3 found 17:52:22 ==> 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 17:52:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:52:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:52:22 ==> Jenkins CI detected. 17:52:22 project root: . 17:52:22 --> token set from env 17:52:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:52:22 ==> Running gcov in . (disable via -X gcov) 17:52:22 ==> Python coveragepy not found 17:52:22 ==> Searching for coverage reports in: 17:52:22 + . 17:52:22 -> Found 1 reports 17:52:22 ==> Detecting git/mercurial file structure 17:52:22 ==> Reading reports 17:52:22 + ./coverage.out bytes=650607 17:52:22 ==> Appending adjustments 17:52:22 https://docs.codecov.io/docs/fixing-reports 17:52:25 + Found adjustments 17:52:25 ==> Gzipping contents 17:52:25 96K /tmp/codecov.OlIvgk.gz 17:52:25 ==> Uploading reports 17:52:25 url: https://codecov.io 17:52:25 query: branch=PR-3234&commit=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 17:52:25 -> Pinging Codecov 17:52:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 17:52:26 -> Uploading to 17:52:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/cdaf6afc2b0fbb655888abe39c5d5b05f9a06494/6dd20d97-1e1e-4276-97b4-4c20e0477e46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T175226Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6503d1649c1d9b85c96fb5c708d69be3362eb49914dff4d5ee26a9c7e3a76a 17:52:26 % Total % Received % Xferd Average Speed Time Time Time Current 17:52:26 Dload Upload Total Spent Left Speed 17:52:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95111 0 0 100 95111 0 183k --:--:-- --:--:-- --:--:-- 183k 100 95111 0 0 100 95111 0 183k --:--:-- --:--:-- --:--:-- 182k 17:52:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [Pipeline] } 17:52:27 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 17:52:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:52:29 ---> package-listing.sh 17:52:29 ++ facter osfamily 17:52:29 ++ tr '[:upper:]' '[:lower:]' 17:52:29 + OS_FAMILY=redhat 17:52:29 + workspace=/w/workspace/edgex-go/21 17:52:29 + START_PACKAGES=/tmp/packages_start.txt 17:52:29 + END_PACKAGES=/tmp/packages_end.txt 17:52:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:52:29 + PACKAGES=/tmp/packages_start.txt 17:52:29 + '[' /w/workspace/edgex-go/21 ']' 17:52:29 + PACKAGES=/tmp/packages_end.txt 17:52:29 + case "${OS_FAMILY}" in 17:52:29 + rpm -qa 17:52:29 + sort 17:52:34 + '[' -f /tmp/packages_start.txt ']' 17:52:34 + '[' -f /tmp/packages_end.txt ']' 17:52:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:52:34 + '[' /w/workspace/edgex-go/21 ']' 17:52:34 + mkdir -p /w/workspace/edgex-go/21/archives/ 17:52:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 17:52:34 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:52:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:52:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:35 17:52:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:52:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:35 alpine: Pulling from edgex-lftools-log-publisher 17:52:35 df20fa9351a1: Pulling fs layer 17:52:35 36b3adc4ff6f: Pulling fs layer 17:52:35 8ad3a11d3b57: Pulling fs layer 17:52:35 46f8f816bc3b: Pulling fs layer 17:52:35 93b61091891f: Pulling fs layer 17:52:35 93b9cdb0e59b: Pulling fs layer 17:52:35 5e14af77c1be: Pulling fs layer 17:52:35 01666e4c0597: Pulling fs layer 17:52:35 aa168da1d23b: Pulling fs layer 17:52:35 93b9cdb0e59b: Waiting 17:52:35 5e14af77c1be: Waiting 17:52:35 01666e4c0597: Waiting 17:52:35 aa168da1d23b: Waiting 17:52:35 46f8f816bc3b: Waiting 17:52:35 93b61091891f: Waiting 17:52:35 36b3adc4ff6f: Download complete 17:52:35 46f8f816bc3b: Verifying Checksum 17:52:35 46f8f816bc3b: Download complete 17:52:36 df20fa9351a1: Verifying Checksum 17:52:36 93b9cdb0e59b: Verifying Checksum 17:52:36 93b9cdb0e59b: Download complete 17:52:36 5e14af77c1be: Verifying Checksum 17:52:36 5e14af77c1be: Download complete 17:52:36 01666e4c0597: Verifying Checksum 17:52:36 01666e4c0597: Download complete 17:52:36 93b61091891f: Verifying Checksum 17:52:36 93b61091891f: Download complete 17:52:36 8ad3a11d3b57: Verifying Checksum 17:52:36 8ad3a11d3b57: Download complete 17:52:36 df20fa9351a1: Pull complete 17:52:36 36b3adc4ff6f: Pull complete 17:52:37 8ad3a11d3b57: Pull complete 17:52:37 46f8f816bc3b: Pull complete 17:52:38 aa168da1d23b: Verifying Checksum 17:52:38 aa168da1d23b: Download complete 17:52:39 93b61091891f: Pull complete 17:52:39 93b9cdb0e59b: Pull complete 17:52:39 5e14af77c1be: Pull complete 17:52:40 01666e4c0597: Pull complete 17:52:52 aa168da1d23b: Pull complete 17:52:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:52:52 prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container 17:52:52 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:52:55 $ docker top 3f61efcc3fc71fabda9106447255a804598da057df9e6c096900362ff467924f -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:56 + touch /tmp/pre-build-complete [Pipeline] sh 17:52:56 + mkdir -p /var/log/sa [Pipeline] sh 17:52:57 + ls /var/log/sa-host 17:52:57 + sadf -c /var/log/sa-host/sa20 17:52:57 file_magic: OK 17:52:57 HZ: Using current value: 100 17:52:57 file_header: OK 17:52:57 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 17:52:57 Statistics: 17:52:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:52:57 File successfully converted to sysstat format version 12.2.1 17:52:57 + sadf -c /var/log/sa-host/sa23 17:52:57 file_magic: OK 17:52:57 HZ: Using current value: 100 17:52:57 file_header: OK 17:52:57 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 17:52:57 Statistics: 17:52:57 Hnuu...uuuununununu... 17:52:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:52:57 provisioning config files... 17:52:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config7943213953673601303tmp [Pipeline] { [Pipeline] echo 17:52:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:52:57 ---> create-netrc.sh [Pipeline] } 17:52:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:52:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:52:58 ---> python-tools-install.sh [Pipeline] echo 17:52:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:52:58 ---> sudo-logs.sh 17:52:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:52:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:52:58 ---> job-cost.sh 17:52:58 lf-activate-venv: SKIPPING 17:52:58 DEBUG: total: 0.20999999344348907 17:52:58 INFO: Retrieving Stack Cost... 17:52:59 INFO: Retrieving Pricing Info for: v1-standard-2 17:53:00 INFO: Archiving Costs [Pipeline] echo 17:53:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:53:00 ---> logs-deploy.sh 17:53:00 lf-activate-venv: SKIPPING 17:53:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/21 17:53:00 INFO: archiving workspace using pattern(s): 17:53:01 Archives upload complete. 17:53:02 INFO: archiving logs to Nexus 17:53:03 ---> uname -a: 17:53:03 Linux prd-centos7-docker-4c-2g-30739.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:53:03 17:53:03 17:53:03 ---> lscpu: 17:53:03 Architecture: x86_64 17:53:03 CPU op-mode(s): 32-bit, 64-bit 17:53:03 Byte Order: Little Endian 17:53:03 Address sizes: 40 bits physical, 48 bits virtual 17:53:03 CPU(s): 4 17:53:03 On-line CPU(s) list: 0-3 17:53:03 Thread(s) per core: 1 17:53:03 Core(s) per socket: 1 17:53:03 Socket(s): 4 17:53:03 NUMA node(s): 1 17:53:03 Vendor ID: GenuineIntel 17:53:03 CPU family: 6 17:53:03 Model: 44 17:53:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:53:03 Stepping: 1 17:53:03 CPU MHz: 2933.438 17:53:03 BogoMIPS: 5866.87 17:53:03 Virtualization: VT-x 17:53:03 Hypervisor vendor: KVM 17:53:03 Virtualization type: full 17:53:03 L1d cache: 128 KiB 17:53:03 L1i cache: 128 KiB 17:53:03 L2 cache: 16 MiB 17:53:03 L3 cache: 64 MiB 17:53:03 NUMA node0 CPU(s): 0-3 17:53:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:53:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:53:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:53:03 Vulnerability Meltdown: Mitigation; PTI 17:53:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:53:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:53:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:53:03 Vulnerability Srbds: Not affected 17:53:03 Vulnerability Tsx async abort: Not affected 17:53:03 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 17:53:03 17:53:03 17:53:03 ---> nproc: 17:53:03 4 17:53:03 17:53:03 17:53:03 ---> df -h: 17:53:03 Filesystem Size Used Available Use% Mounted on 17:53:03 overlay 50.0G 13.0G 37.0G 26% / 17:53:03 tmpfs 64.0M 0 64.0M 0% /dev 17:53:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:53:03 shm 64.0M 0 64.0M 0% /dev/shm 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21 17:53:03 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21@tmp 17:53:03 17:53:03 17:53:03 ---> free -m: 17:53:03 total used free shared buff/cache available 17:53:03 Mem: 1837 717 111 0 1008 1034 17:53:03 Swap: 1023 57 966 17:53:03 17:53:03 17:53:03 ---> ip addr: 17:53:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:53:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:53:03 inet 127.0.0.1/8 scope host lo 17:53:03 valid_lft forever preferred_lft forever 17:53:03 inet6 ::1/128 scope host 17:53:03 valid_lft forever preferred_lft forever 17:53:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:53:03 link/ether fa:16:3e:f8:11:a6 brd ff:ff:ff:ff:ff:ff 17:53:03 inet 10.30.123.98/23 brd 10.30.123.255 scope global dynamic eth0 17:53:03 valid_lft 84719sec preferred_lft 84719sec 17:53:03 inet6 fe80::f816:3eff:fef8:11a6/64 scope link 17:53:03 valid_lft forever preferred_lft forever 17:53:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:53:03 link/ether 02:42:7f:1b:9f:50 brd ff:ff:ff:ff:ff:ff 17:53:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:53:03 valid_lft forever preferred_lft forever 17:53:03 inet6 fe80::42:7fff:fe1b:9f50/64 scope link 17:53:03 valid_lft forever preferred_lft forever 17:53:03 17:53:03 17:53:03 ---> sar -b -r -n DEV: 17:53:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:53:03 17:53:03 17:24:49 LINUX RESTART (4 CPU) 17:53:03 17:53:03 17:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:53:03 17:27:01 207.29 88.59 118.70 0.00 8281.91 47333.53 0.00 17:53:03 17:28:02 233.21 93.04 140.18 0.00 3722.77 19463.06 0.00 17:53:03 17:29:01 106.86 31.20 75.66 0.00 1173.23 10836.48 0.00 17:53:03 17:30:01 146.43 68.85 77.58 0.00 3386.92 13793.21 0.00 17:53:03 17:31:01 948.13 674.76 273.38 0.00 95127.30 163940.79 0.00 17:53:03 17:32:02 2039.99 1707.65 332.33 0.00 148422.99 153247.03 0.00 17:53:03 17:33:01 457.21 186.89 270.33 0.00 35473.30 75421.40 0.00 17:53:03 17:34:02 2610.22 2241.29 368.93 0.00 152280.52 167840.87 0.00 17:53:03 17:35:01 985.94 711.10 274.84 0.00 52024.20 68187.43 0.00 17:53:03 17:36:01 57.88 16.87 41.01 0.00 3115.15 4101.98 0.00 17:53:03 17:37:01 1.57 1.28 0.28 0.00 101.23 3.88 0.00 17:53:03 17:38:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 17:53:03 17:39:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 17:53:03 17:40:02 1.50 1.32 0.18 0.00 48.88 2.01 0.00 17:53:03 17:41:01 0.86 0.03 0.83 0.00 1.08 15.99 0.00 17:53:03 17:42:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 17:53:03 17:43:01 0.30 0.03 0.27 0.00 1.07 3.36 0.00 17:53:03 17:44:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 17:53:03 17:45:01 0.27 0.00 0.27 0.00 0.00 3.80 0.00 17:53:03 17:46:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 17:53:03 17:47:01 0.22 0.02 0.20 0.00 0.53 1.95 0.00 17:53:03 17:48:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 17:53:03 17:49:01 0.27 0.02 0.25 0.00 0.53 2.48 0.00 17:53:03 17:50:01 0.30 0.00 0.30 0.00 0.00 3.15 0.00 17:53:03 17:51:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 17:53:03 17:52:01 0.25 0.02 0.23 0.00 0.53 2.06 0.00 17:53:03 Average: 301.83 225.65 76.18 0.00 19476.16 27964.02 0.00 17:53:03 17:53:03 17:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:53:03 17:27:01 123140 0 724244 38.49 1892 1032268 1435016 48.97 551388 965932 20772 17:53:03 17:28:02 149040 0 808048 42.95 1500 922956 1426176 48.67 610756 839380 33428 17:53:03 17:29:01 212136 0 826028 43.90 560 842820 1736900 59.28 697384 681324 37260 17:53:03 17:30:01 170404 0 732536 38.93 544 978060 1280076 43.69 609532 816112 36 17:53:03 17:31:01 303284 0 695220 36.95 8 883032 1465596 50.02 554116 807240 0 17:53:03 17:32:02 434344 0 1011920 53.78 8 435272 4100736 139.95 565040 608864 37288 17:53:03 17:33:01 70772 0 777228 41.31 8 1033536 1864436 63.63 723232 835424 10152 17:53:03 17:34:02 75480 0 839708 44.63 8 966348 2274384 77.62 667288 909404 88760 17:53:03 17:35:01 548672 0 685372 36.43 8 647492 1345716 45.93 396532 684256 20 17:53:03 17:36:01 457920 0 640020 34.02 8 783596 1181200 40.31 446992 726488 16 17:53:03 17:37:01 458500 0 636424 33.82 8 786612 1148292 39.19 444356 729236 8 17:53:03 17:38:01 458960 0 635940 33.80 8 786636 1148292 39.19 444220 729252 8 17:53:03 17:39:01 458328 0 636564 33.83 8 786644 1148412 39.19 444876 729252 8 17:53:03 17:40:02 457212 0 636892 33.85 8 787432 1148292 39.19 444344 729924 20 17:53:03 17:41:01 457236 0 636844 33.85 8 787456 1148352 39.19 444572 729940 8 17:53:03 17:42:01 457152 0 636916 33.85 8 787468 1148292 39.19 444380 729940 8 17:53:03 17:43:01 457268 0 636812 33.85 8 787456 1148388 39.19 444504 729956 8 17:53:03 17:44:01 457484 0 636572 33.83 8 787480 1148292 39.19 444368 729972 8 17:53:03 17:45:01 457228 0 636820 33.85 8 787488 1148376 39.19 444768 729972 20 17:53:03 17:46:01 457072 0 636968 33.85 8 787496 1148388 39.19 444816 729972 8 17:53:03 17:47:01 456988 0 637060 33.86 8 787488 1148400 39.19 444788 729972 8 17:53:03 17:48:01 457604 0 636416 33.82 8 787516 1148292 39.19 444532 729992 8 17:53:03 17:49:01 457620 0 636392 33.82 8 787524 1148292 39.19 444420 730004 8 17:53:03 17:50:01 457596 0 636412 33.82 8 787528 1148292 39.19 444408 730004 8 17:53:03 17:51:01 457352 0 636644 33.84 8 787540 1148352 39.19 444620 730004 8 17:53:03 17:52:01 457416 0 636588 33.83 8 787532 1148328 39.19 444620 730004 8 17:53:03 Average: 379470 0 689484 36.64 180 812411 1403214 47.89 497494 751993 8765 17:53:03 17:53:03 17:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:53:03 17:27:01 eth0 1223.23 1197.01 6031.38 151.99 0.00 0.00 0.00 0.00 17:53:03 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:27:01 veth5e73419 7.08 14.64 0.49 84.03 0.00 0.00 0.00 0.00 17:53:03 17:27:01 docker0 887.40 849.90 72.88 2817.98 0.00 0.00 0.00 0.00 17:53:03 17:28:02 vethab1e528 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:28:02 eth0 172.51 118.12 769.87 20.50 0.00 0.00 0.00 0.00 17:53:03 17:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:28:02 docker0 99.68 141.42 7.06 741.62 0.00 0.00 0.00 0.00 17:53:03 17:29:01 vethab1e528 2.27 2.27 0.18 0.19 0.00 0.00 0.00 0.00 17:53:03 17:29:01 eth0 37.47 25.64 23.13 67.94 0.00 0.00 0.00 0.00 17:53:03 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:29:01 docker0 2.27 2.27 0.15 0.19 0.00 0.00 0.00 0.00 17:53:03 17:30:01 eth0 27.81 15.03 23.65 12.31 0.00 0.00 0.00 0.00 17:53:03 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:30:01 docker0 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 17:53:03 17:31:01 veth307ad4c 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:31:01 veth8d71020 2.95 5.72 0.20 26.02 0.00 0.00 0.00 0.00 17:53:03 17:31:01 vethd0b45d1 3.04 6.04 0.21 29.27 0.00 0.00 0.00 0.00 17:53:03 17:31:01 veth2fa14bd 6.04 3.04 29.27 0.21 0.00 0.00 0.00 0.00 17:53:03 17:32:02 vetha71fb7a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:32:02 veth307ad4c 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:32:02 veth1a603fc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:32:02 eth0 2597.95 2201.16 11978.71 465.64 0.00 0.00 0.00 0.00 17:53:03 17:33:01 veth307ad4c 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:33:01 eth0 169.80 128.21 1475.18 22.77 0.00 0.00 0.00 0.00 17:53:03 17:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:53:03 17:33:01 veth1b62595 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:34:02 veth307ad4c 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:34:02 veth0f35db1 2.80 3.38 0.37 13.60 0.00 0.00 0.00 0.00 17:53:03 17:34:02 eth0 116.09 65.39 409.55 72.56 0.00 0.00 0.00 0.00 17:53:03 17:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:35:01 veth307ad4c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:53:03 17:35:01 eth0 73.43 47.07 150.92 67.50 0.00 0.00 0.00 0.00 17:53:03 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:35:01 docker0 1055.43 1133.01 83.98 4406.53 0.00 0.00 0.00 0.00 17:53:03 17:36:01 eth0 11.29 6.73 9.80 4.60 0.00 0.00 0.00 0.00 17:53:03 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:36:01 docker0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:37:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:53:03 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:38:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:53:03 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:39:01 eth0 0.60 0.33 0.28 0.20 0.00 0.00 0.00 0.00 17:53:03 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:40:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:53:03 17:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:41:01 eth0 0.29 0.22 0.14 0.07 0.00 0.00 0.00 0.00 17:53:03 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:42:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:53:03 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:43:01 eth0 0.50 0.25 0.27 0.16 0.00 0.00 0.00 0.00 17:53:03 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 17:53:03 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:45:01 eth0 0.92 0.27 0.31 0.17 0.00 0.00 0.00 0.00 17:53:03 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:46:01 eth0 0.63 0.15 0.17 0.10 0.00 0.00 0.00 0.00 17:53:03 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:47:01 eth0 0.70 0.30 0.29 0.20 0.00 0.00 0.00 0.00 17:53:03 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:48:01 eth0 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:53:03 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:49:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:53:03 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:51:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 17:53:03 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:52:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 17:53:03 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 Average: eth0 80.63 68.87 410.74 20.84 0.00 0.00 0.00 0.00 17:53:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:53:03 Average: docker0 40.06 43.01 3.19 167.26 0.00 0.00 0.00 0.00 17:53:03 17:53:03 17:53:03 ---> sar -P ALL: 17:53:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:53:03 17:53:03 17:24:49 LINUX RESTART (4 CPU) 17:53:03 17:53:03 17:26:02 CPU %user %nice %system %iowait %steal %idle 17:53:03 17:27:01 all 17.48 0.00 10.88 1.99 1.11 68.54 17:53:03 17:27:01 0 14.28 0.00 12.74 1.06 1.22 70.69 17:53:03 17:27:01 1 13.55 0.00 8.88 3.99 1.19 72.38 17:53:03 17:27:01 2 20.84 0.00 11.34 2.06 1.04 64.72 17:53:03 17:27:01 3 21.26 0.00 10.57 0.81 0.99 66.37 17:53:03 17:28:02 all 19.80 0.00 8.81 6.68 0.52 64.19 17:53:03 17:28:02 0 19.31 0.00 9.66 6.30 0.50 64.23 17:53:03 17:28:02 1 18.68 0.00 8.59 8.42 0.57 63.73 17:53:03 17:28:02 2 20.21 0.00 8.67 5.51 0.52 65.09 17:53:03 17:28:02 3 21.01 0.00 8.31 6.48 0.51 63.69 17:53:03 17:29:01 all 50.86 0.00 13.22 2.86 0.29 32.78 17:53:03 17:29:01 0 51.06 0.00 13.91 3.28 0.21 31.54 17:53:03 17:29:01 1 49.40 0.00 12.57 4.40 0.27 33.36 17:53:03 17:29:01 2 51.74 0.00 12.80 2.24 0.37 32.84 17:53:03 17:29:01 3 51.22 0.00 13.59 1.52 0.30 33.37 17:53:03 17:30:01 all 47.03 0.00 14.64 2.81 0.08 35.43 17:53:03 17:30:01 0 48.20 0.00 14.91 1.58 0.09 35.23 17:53:03 17:30:01 1 45.58 0.00 14.24 3.24 0.11 36.84 17:53:03 17:30:01 2 47.06 0.00 15.28 2.40 0.05 35.20 17:53:03 17:30:01 3 47.28 0.00 14.14 4.02 0.09 34.47 17:53:03 17:31:01 all 21.65 0.00 23.80 7.77 0.19 46.59 17:53:03 17:31:01 0 20.64 0.00 24.39 9.05 0.18 45.74 17:53:03 17:31:01 1 21.08 0.00 23.16 7.82 0.19 47.74 17:53:03 17:31:01 2 23.38 0.00 24.35 7.14 0.19 44.95 17:53:03 17:31:01 3 21.49 0.00 23.31 7.06 0.21 47.93 17:53:03 17:32:02 all 25.99 0.00 24.54 29.00 0.24 20.22 17:53:03 17:32:02 0 25.84 0.00 23.93 29.57 0.19 20.46 17:53:03 17:32:02 1 25.45 0.00 25.65 29.76 0.26 18.87 17:53:03 17:32:02 2 26.50 0.00 23.52 27.70 0.21 22.07 17:53:03 17:32:02 3 26.18 0.00 25.07 28.98 0.30 19.47 17:53:03 17:33:01 all 47.79 0.00 17.90 17.38 0.14 16.79 17:53:03 17:33:01 0 47.86 0.00 17.47 15.77 0.14 18.76 17:53:03 17:33:01 1 49.21 0.00 17.17 16.43 0.14 17.06 17:53:03 17:33:01 2 46.71 0.00 18.17 17.70 0.14 17.27 17:53:03 17:33:01 3 47.37 0.00 18.81 19.62 0.12 14.09 17:53:03 17:34:02 all 19.21 0.00 24.49 29.71 0.26 26.34 17:53:03 17:34:02 0 19.07 0.00 23.86 31.52 0.24 25.30 17:53:03 17:34:02 1 19.91 0.00 24.66 30.99 0.24 24.19 17:53:03 17:34:02 2 18.79 0.00 26.04 30.38 0.30 24.49 17:53:03 17:34:02 3 19.05 0.00 23.39 25.88 0.25 31.44 17:53:03 17:35:01 all 47.91 0.00 18.35 19.26 0.11 14.36 17:53:03 17:35:01 0 46.40 0.00 18.48 19.72 0.14 15.25 17:53:03 17:35:01 1 48.14 0.00 18.76 19.52 0.09 13.50 17:53:03 17:35:01 2 49.02 0.00 18.18 18.91 0.09 13.81 17:53:03 17:35:01 3 48.07 0.00 17.97 18.92 0.12 14.92 17:53:03 17:36:01 all 1.75 0.00 1.93 1.60 0.02 94.69 17:53:03 17:36:01 0 1.46 0.00 1.86 1.36 0.02 95.31 17:53:03 17:36:01 1 1.59 0.00 2.03 2.20 0.02 94.17 17:53:03 17:36:01 2 2.11 0.00 2.21 1.22 0.03 94.43 17:53:03 17:36:01 3 1.86 0.00 1.64 1.64 0.02 94.84 17:53:03 17:37:01 all 0.10 0.00 0.03 0.00 0.00 99.86 17:53:03 17:37:01 0 0.03 0.00 0.03 0.02 0.00 99.92 17:53:03 17:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 17:53:03 17:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:53:03 17:37:01 3 0.37 0.00 0.03 0.00 0.02 99.58 17:53:03 17:53:03 17:37:01 CPU %user %nice %system %iowait %steal %idle 17:53:03 17:38:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:53:03 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:53:03 17:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:38:01 3 0.53 0.00 0.03 0.00 0.00 99.43 17:53:03 17:39:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:53:03 17:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:39:01 2 0.05 0.00 0.03 0.00 0.02 99.90 17:53:03 17:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:53:03 17:40:02 all 0.17 0.00 0.07 0.02 0.00 99.74 17:53:03 17:40:02 0 0.07 0.00 0.07 0.00 0.00 99.87 17:53:03 17:40:02 1 0.03 0.00 0.10 0.08 0.02 99.77 17:53:03 17:40:02 2 0.03 0.00 0.05 0.00 0.00 99.92 17:53:03 17:40:02 3 0.53 0.00 0.05 0.00 0.00 99.42 17:53:03 17:41:01 all 0.14 0.00 0.03 0.00 0.00 99.82 17:53:03 17:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:53:03 17:41:01 1 0.00 0.00 0.03 0.00 0.00 99.97 17:53:03 17:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:41:01 3 0.53 0.00 0.03 0.00 0.00 99.44 17:53:03 17:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:53:03 17:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:42:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:53:03 17:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 17:53:03 17:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:53:03 17:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:53:03 17:43:01 2 0.05 0.00 0.03 0.00 0.02 99.90 17:53:03 17:43:01 3 0.53 0.00 0.02 0.00 0.00 99.45 17:53:03 17:44:01 all 0.16 0.00 0.01 0.00 0.00 99.83 17:53:03 17:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 17:53:03 17:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:53:03 17:44:01 2 0.03 0.00 0.02 0.02 0.00 99.93 17:53:03 17:44:01 3 0.52 0.00 0.00 0.00 0.00 99.48 17:53:03 17:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:53:03 17:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 17:53:03 17:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:45:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:53:03 17:46:01 all 0.16 0.00 0.02 0.00 0.00 99.81 17:53:03 17:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 17:53:03 17:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:53:03 17:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:53:03 17:46:01 3 0.53 0.00 0.03 0.00 0.00 99.43 17:53:03 17:47:01 all 0.08 0.00 0.04 0.00 0.00 99.88 17:53:03 17:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:53:03 17:47:01 1 0.22 0.00 0.05 0.00 0.00 99.73 17:53:03 17:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:53:03 17:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 17:53:03 17:48:01 all 0.07 0.00 0.03 0.00 0.00 99.91 17:53:03 17:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:48:01 1 0.18 0.00 0.05 0.00 0.00 99.77 17:53:03 17:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:53:03 17:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:53:03 17:48:01 CPU %user %nice %system %iowait %steal %idle 17:53:03 17:49:01 all 0.15 0.00 0.03 0.00 0.00 99.83 17:53:03 17:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 17:53:03 17:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 17:53:03 17:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:53:03 17:50:01 all 0.16 0.00 0.01 0.00 0.00 99.82 17:53:03 17:50:01 0 0.05 0.00 0.00 0.00 0.02 99.93 17:53:03 17:50:01 1 0.53 0.00 0.00 0.00 0.00 99.47 17:53:03 17:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:53:03 17:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:51:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:53:03 17:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:53:03 17:51:01 1 0.52 0.00 0.05 0.00 0.00 99.43 17:53:03 17:51:01 2 0.05 0.00 0.08 0.00 0.00 99.87 17:53:03 17:51:01 3 0.02 0.00 0.05 0.00 0.02 99.92 17:53:03 17:52:01 all 0.14 0.00 0.02 0.00 0.00 99.83 17:53:03 17:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:53:03 17:52:01 1 0.50 0.00 0.02 0.00 0.00 99.48 17:53:03 17:52:01 2 0.05 0.00 0.05 0.00 0.02 99.88 17:53:03 17:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:53:03 Average: all 11.17 0.00 5.90 4.42 0.11 78.39 17:53:03 Average: 0 10.90 0.00 6.00 4.43 0.11 78.56 17:53:03 Average: 1 10.95 0.00 5.81 4.72 0.12 78.41 17:53:03 Average: 2 11.36 0.00 5.98 4.28 0.11 78.26 17:53:03 Average: 3 11.48 0.00 5.81 4.25 0.11 78.34 17:53:03 17:53:03 17:53:03