Pull request #3329 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bdf97cbf511afb369cd5a318516ede6912a4218a+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (0ed1c18b9075a6be2cd01201d664ac553961ed27) 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-33476 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) > 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/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:09:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:09:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:09:49 ========================================================= 22:09:49 EdgeX Global Pipelines Version Info 22:09:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c06bbc9a57fc45fab0088cbb920d274ff0759018 # timeout=10 22:09:51 ------------------- 22:09:51 stable info: 22:09:51 ------------------- 22:09:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:09:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:09:51 Message: update stable to v1.0.186 22:09:52 ------------------- 22:09:52 experimental info: 22:09:52 ------------------- 22:09:52 Commited By: **** collab-it+edgex@linuxfoundation.org 22:09:52 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:09:52 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:09:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:09:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3329 [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3329 [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3329 [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bdf97cbf511afb369cd5a318516ede6912a4218a [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bdf97cb [Pipeline] echo 22:09:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:09:55 provisioning config files... 22:09:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4835775847818951721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:09:55 ---> docker-login.sh 22:09:55 nexus3.edgexfoundry.org:10001 22:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:09:56 Configure a credential helper to remove this warning. See 22:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:09:56 22:09:56 Login Succeeded 22:09:56 nexus3.edgexfoundry.org:10002 22:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:09:56 Configure a credential helper to remove this warning. See 22:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:09:56 22:09:56 Login Succeeded 22:09:56 nexus3.edgexfoundry.org:10003 22:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:09:56 Configure a credential helper to remove this warning. See 22:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:09:56 22:09:56 Login Succeeded 22:09:56 nexus3.edgexfoundry.org:10004 22:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:09:56 Configure a credential helper to remove this warning. See 22:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:09:56 22:09:56 Login Succeeded 22:09:56 docker.io 22:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:09:56 Configure a credential helper to remove this warning. See 22:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:09:56 22:09:56 Login Succeeded 22:09:56 ---> docker-login.sh ends [Pipeline] } 22:09:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:09:57 ++ 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 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/core-command/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo core-command,cmd/core-command/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/core-data/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo core-data,cmd/core-data/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/core-metadata/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo core-metadata,cmd/core-metadata/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/security-bootstrapper/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/security-proxy-setup/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/support-notifications/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo support-notifications,cmd/support-notifications/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/support-scheduler/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:09:57 + for file in '`ls cmd/**/Dockerfile`' 22:09:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:09:57 ++ cut -d/ -f2 22:09:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:09:57 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 22:09:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:58 22:09:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:09:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:58 latest: Pulling from edgex-devops/git-semver 22:09:58 31603596830f: Pulling fs layer 22:09:58 2a8b12db71e7: Pulling fs layer 22:09:58 6ca5941a6612: Pulling fs layer 22:09:58 ecc8261a40a4: Pulling fs layer 22:09:58 ecc8261a40a4: Waiting 22:09:58 2a8b12db71e7: Verifying Checksum 22:09:58 2a8b12db71e7: Download complete 22:09:58 31603596830f: Verifying Checksum 22:09:58 31603596830f: Download complete 22:09:58 6ca5941a6612: Verifying Checksum 22:09:58 6ca5941a6612: Download complete 22:09:58 ecc8261a40a4: Verifying Checksum 22:09:58 ecc8261a40a4: Download complete 22:09:59 31603596830f: Pull complete 22:09:59 2a8b12db71e7: Pull complete 22:10:00 6ca5941a6612: Pull complete 22:10:00 ecc8261a40a4: Pull complete 22:10:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:10:00 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:10:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:10:03 $ docker top b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:10:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:03 [ssh-agent] Looking for ssh-agent implementation... 22:10:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:03 $ docker exec b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent 22:10:04 SSH_AUTH_SOCK=/tmp/ssh-xa70wiGhswQP/agent.11 22:10:04 SSH_AGENT_PID=16 22:10:04 Running ssh-add (command line suppressed) 22:10:04 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1586417700094637973.key (/w/workspace/edgex-go/10@tmp/private_key_1586417700094637973.key) 22:10:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:04 + git tag --points-at HEAD [Pipeline] } 22:10:04 $ docker exec --env ******** --env ******** b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent -k 22:10:04 unset SSH_AUTH_SOCK; 22:10:04 unset SSH_AGENT_PID; 22:10:04 echo Agent pid 16 killed; 22:10:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:10:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:05 [ssh-agent] Looking for ssh-agent implementation... 22:10:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:05 $ docker exec b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent 22:10:05 SSH_AUTH_SOCK=/tmp/ssh-GhAhwa7YRWu1/agent.44 22:10:05 SSH_AGENT_PID=49 22:10:05 Running ssh-add (command line suppressed) 22:10:05 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1116757644338071088.key (/w/workspace/edgex-go/10@tmp/private_key_1116757644338071088.key) 22:10:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:06 + git semver init 22:10:06 # -> Open(): unable to determine branch for HEAD 22:10:06 # $GIT_DIR = /w/workspace/edgex-go/10/.git 22:10:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 22:10:06 # $SEMVER_REMOTE_NAME = origin 22:10:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:10:06 # $SEMVER_USER_NAME = edgex-jenkins 22:10:06 # $SEMVER_BRANCH = PR-3329 22:10:06 # $SEMVER_TEMP = /tmp/semver-366662237 22:10:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:10:24 # '/tmp/semver-366662237' -> '/w/workspace/edgex-go/10/.semver' 22:10:24 # -> Force: false 22:10:24 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 22:10:24 $ docker exec --env ******** --env ******** b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 ssh-agent -k 22:10:24 unset SSH_AUTH_SOCK; 22:10:24 unset SSH_AGENT_PID; 22:10:24 echo Agent pid 49 killed; 22:10:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:10:25 + git semver [Pipeline] } 22:10:25 $ docker stop --time=1 b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 22:10:26 $ docker rm -f b9c7aefccdf6c5919f74958406968f94519cf0a2ae057062854f40942b9be417 [Pipeline] // withDockerContainer [Pipeline] sh 22:10:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:10:27 Stashed 1 file(s) [Pipeline] echo 22:10:27 [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 22:10:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:10:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:10:29 + sudo service docker restart 22:10:29 + true 22:10:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:10:29 ========================================================= 22:10:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:10:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:10:30 + 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 . 22:10:34 Sending build context to Docker daemon 329.3MB 22:10:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:10:34 Step 2/6 : FROM ${BASE} 22:10:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:10:34 188c0c94c7c5: Pulling fs layer 22:10:34 0ef7d3d256c8: Pulling fs layer 22:10:34 de9db76c5a1d: Pulling fs layer 22:10:34 bca2f99d35d6: Pulling fs layer 22:10:34 93359f2a8cfa: Pulling fs layer 22:10:34 7c6f9722023f: Pulling fs layer 22:10:34 a35cf1a2eb13: Pulling fs layer 22:10:34 93359f2a8cfa: Waiting 22:10:34 7c6f9722023f: Waiting 22:10:34 a35cf1a2eb13: Waiting 22:10:34 bca2f99d35d6: Waiting 22:10:34 de9db76c5a1d: Download complete 22:10:34 0ef7d3d256c8: Verifying Checksum 22:10:34 0ef7d3d256c8: Download complete 22:10:34 93359f2a8cfa: Verifying Checksum 22:10:34 93359f2a8cfa: Download complete 22:10:34 7c6f9722023f: Verifying Checksum 22:10:34 7c6f9722023f: Download complete 22:10:35 188c0c94c7c5: Verifying Checksum 22:10:35 188c0c94c7c5: Download complete 22:10:35 188c0c94c7c5: Pull complete 22:10:35 0ef7d3d256c8: Pull complete 22:10:36 de9db76c5a1d: Pull complete 22:10:37 a35cf1a2eb13: Verifying Checksum 22:10:37 a35cf1a2eb13: Download complete 22:10:37 bca2f99d35d6: Verifying Checksum 22:10:37 bca2f99d35d6: Download complete 22:10:42 bca2f99d35d6: Pull complete 22:10:43 Still waiting to schedule task 22:10:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:10:43 93359f2a8cfa: Pull complete 22:10:43 7c6f9722023f: Pull complete 22:10:48 a35cf1a2eb13: Pull complete 22:10:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:10:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:10:48 ---> a62c8e92a672 22:10:48 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 22:10:48 ---> Running in 6e8c28ad03fb 22:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:10:50 (1/12) Installing libmagic (5.38-r0) 22:10:50 (2/12) Installing file (5.38-r0) 22:10:50 (3/12) Installing libc-dev (0.7.2-r3) 22:10:50 (4/12) Installing g++ (9.3.0-r2) 22:11:00 (5/12) Installing fortify-headers (1.1-r0) 22:11:00 (6/12) Installing patch (2.7.6-r6) 22:11:00 (7/12) Installing build-base (0.5-r2) 22:11:00 (8/12) Installing libsodium (1.0.18-r0) 22:11:00 (9/12) Installing pkgconf (1.7.2-r0) 22:11:00 (10/12) Installing libsodium-dev (1.0.18-r0) 22:11:00 (11/12) Installing libzmq (4.3.3-r0) 22:11:00 (12/12) Installing zeromq-dev (4.3.3-r0) 22:11:00 Executing busybox-1.31.1-r19.trigger 22:11:00 OK: 233 MiB in 51 packages 22:11:04 Removing intermediate container 6e8c28ad03fb 22:11:04 ---> da06306254e3 22:11:04 Step 4/6 : WORKDIR /edgex-go 22:11:04 ---> Running in ac2b628f076a 22:11:04 Removing intermediate container ac2b628f076a 22:11:04 ---> eeb17bcd6088 22:11:04 Step 5/6 : COPY go.mod . 22:11:04 ---> 15476d535ee4 22:11:04 Step 6/6 : RUN go mod download 22:11:04 ---> Running in cc73edbf678b 22:11:26 Removing intermediate container cc73edbf678b 22:11:26 ---> 224078d49b2e 22:11:26 Successfully built 224078d49b2e 22:11:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:11:27 + docker inspect -f . ci-base-image-x86_64 22:11:27 . [Pipeline] withDockerContainer 22:11:27 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:11:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:11:28 $ docker top a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 -eo pid,comm [Pipeline] { [Pipeline] sh 22:11:28 + go version 22:11:28 go version go1.15.5 linux/amd64 [Pipeline] } 22:11:28 $ docker stop --time=1 a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 22:11:30 $ docker rm -f a040921eedb49ea3a8bdaa218be6240a41b2df267ad5f5a83871178bc612dd08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:11:31 + docker inspect -f . ci-base-image-x86_64 22:11:31 . [Pipeline] withDockerContainer 22:11:31 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:11:31 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:11:32 $ docker top a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa -eo pid,comm [Pipeline] { [Pipeline] echo 22:11:32 ========================================================= 22:11:32 [edgeXBuildGoParallel] Running Tests and Build... 22:11:32 ========================================================= [Pipeline] sh 22:11:32 + make test 22:11:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:11:42 ? github.com/edgexfoundry/edgex-go [no test files] 22:11:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:12:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:12:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:12:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:12:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:12:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:12:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:12:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:12:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:12:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:12:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:12:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:12:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.051s coverage: 19.8% of statements 22:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 71.3% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.139s coverage: 82.9% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 22:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.318s coverage: 28.6% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:12:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:12:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 1.0% of statements 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:12:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 22:12:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 22:12:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements 22:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 22:12:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 22:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.232s coverage: 81.5% of statements 22:12:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:12:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.106s coverage: 92.9% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.6% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 64.4% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 69.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 11.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.155s coverage: 87.1% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.775s coverage: 29.1% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.110s coverage: 95.6% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 22:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 22:12:49 GO111MODULE=on go vet ./... 22:13:15 gofmt -l . 22:13:16 [ "`gofmt -l .`" = "" ] 22:13:17 ./bin/test-go-mod-tidy.sh 22:13:17 ./bin/test-attribution-txt.sh [Pipeline] sh 22:13:18 + ls -al . 22:13:18 total 808 22:13:18 drwxrwxr-x 10 1001 1001 4096 Apr 9 22:13 . 22:13:18 drwxr-xr-x 4 root root 30 Apr 9 22:11 .. 22:13:18 -rw-rw-r-- 1 1001 1001 11 Apr 9 22:09 .dockerignore 22:13:18 drwxrwxr-x 8 1001 1001 179 Apr 9 22:09 .git 22:13:18 drwxrwxr-x 3 1001 1001 125 Apr 9 22:09 .github 22:13:18 -rw-rw-r-- 1 1001 1001 818 Apr 9 22:09 .gitignore 22:13:18 drwx------ 3 1001 1001 60 Apr 9 22:10 .semver 22:13:18 -rw-rw-r-- 1 1001 1001 166 Apr 9 22:09 .sonarcloud.properties 22:13:18 -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:09 Attribution.txt 22:13:18 -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:09 CONTRIBUTING.md 22:13:18 -rw-rw-r-- 1 1001 1001 931 Apr 9 22:09 Dockerfile.build 22:13:18 -rw-rw-r-- 1 1001 1001 863 Apr 9 22:09 Jenkinsfile 22:13:18 -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:09 LICENSE 22:13:18 -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:09 Makefile 22:13:18 -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:09 README.md 22:13:18 -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:09 SECURITY.md 22:13:18 -rw-rw-r-- 1 1001 1001 5 Apr 9 22:10 VERSION 22:13:18 -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:09 ZMQWindows.md 22:13:18 drwxrwxr-x 2 1001 1001 117 Apr 9 22:09 bin 22:13:18 drwxrwxr-x 14 1001 1001 4096 Apr 9 22:09 cmd 22:13:18 -rw-r--r-- 1 root root 697383 Apr 9 22:12 coverage.out 22:13:18 -rw-r--r-- 1 root root 1056 Apr 9 22:13 go.mod 22:13:18 -rw-r--r-- 1 root root 22478 Apr 9 22:13 go.sum 22:13:18 drwxrwxr-x 8 1001 1001 127 Apr 9 22:09 internal 22:13:18 drwxrwxr-x 4 1001 1001 26 Apr 9 22:09 openapi 22:13:18 drwxrwxr-x 4 1001 1001 71 Apr 9 22:09 snap 22:13:18 -rw-rw-r-- 1 1001 1001 168 Apr 9 22:09 version.go [Pipeline] sh 22:13:19 + '[' -e coverage.out ] 22:13:19 + chown 1001:1001 coverage.out [Pipeline] stash 22:13:19 Stashed 1 file(s) [Pipeline] sh 22:13:19 + make build 22:13:19 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 22:13:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:13:34 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 22:13:36 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 22:13:36 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 22:13:38 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 22:13:39 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 22:13:40 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 22:13:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:13:43 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 22:13:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:13:46 $ docker stop --time=1 a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa 22:13:48 $ docker rm -f a1d82915677d5b88df10b32ca9ebe053d3e8bc6056915a3eac45cfa58fd6b3aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:13:51 22:13:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:13:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:13:52 latest: Pulling from edgex-devops/edgex-compose 22:13:52 cbdbe7a5bc2a: Pulling fs layer 22:13:52 ca9280d653b3: Pulling fs layer 22:13:52 7e9c9ca2126c: Pulling fs layer 22:13:52 cbdbe7a5bc2a: Verifying Checksum 22:13:52 cbdbe7a5bc2a: Download complete 22:13:53 ca9280d653b3: Verifying Checksum 22:13:53 ca9280d653b3: Download complete 22:13:53 cbdbe7a5bc2a: Pull complete 22:13:54 7e9c9ca2126c: Verifying Checksum 22:13:54 7e9c9ca2126c: Download complete 22:13:54 ca9280d653b3: Pull complete 22:14:00 7e9c9ca2126c: Pull complete 22:14:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:14:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:14:01 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:14:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:14:03 $ docker top 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:03 + docker-compose build --help 22:14:03 + grep parallel 22:14:04 --parallel Build images in parallel. [Pipeline] } 22:14:04 $ docker stop --time=1 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 22:14:06 $ docker rm -f 025b0079a4425a5e81132934696871ec345a7a8a34b7287c22733f03518db087 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:14:07 . [Pipeline] withDockerContainer 22:14:07 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:14:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:14:07 $ docker top c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:08 + docker-compose -f ./docker-compose-build.yml build --parallel 22:14:09 Building docker-core-command-go ... 22:14:09 Building docker-core-data-go ... 22:14:09 Building docker-core-metadata-go ... 22:14:09 Building docker-security-bootstrapper-go ... 22:14:09 Building docker-security-proxy-setup-go ... 22:14:09 Building docker-security-secretstore-setup-go ... 22:14:09 Building docker-support-notifications-go ... 22:14:09 Building docker-support-scheduler-go ... 22:14:09 Building docker-sys-mgmt-agent-go ... 22:14:09 Building docker-core-metadata-go 22:14:09 Building docker-security-secretstore-setup-go 22:14:09 Building docker-security-proxy-setup-go 22:14:09 Building docker-security-bootstrapper-go 22:14:09 Building docker-support-notifications-go 22:14:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33478 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws 22:14:28 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 22:14:33 using credential edgex-jenkins-ssh 22:14:33 Cloning the remote Git repository 22:14:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:14:33 > git init /w/workspace/edgex-go/10 # timeout=10 22:14:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:14:33 > git --version # timeout=10 22:14:33 > git --version # 'git version 2.17.1' 22:14:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:14:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:14:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:14:48 ---> 224078d49b2e 22:14:48 Step 3/22 : WORKDIR /edgex-go 22:14:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:14:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:14:48 ---> 224078d49b2e 22:14:48 Step 3/23 : WORKDIR /edgex-go 22:14:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:14:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:14:48 ---> 224078d49b2e 22:14:48 Step 3/21 : WORKDIR /edgex-go 22:14:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:14:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:14:48 ---> 224078d49b2e 22:14:48 Step 3/24 : WORKDIR /edgex-go 22:14:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:14:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:14:48 ---> 224078d49b2e 22:14:48 Step 3/31 : WORKDIR /edgex-go 22:14:48 ---> Running in 2b460621a120 22:14:48 ---> Running in 89c49c8b4795 22:14:48 ---> Running in 0c0ff9ef9f1a 22:14:48 ---> Running in c14ec8d693c2 22:14:48 ---> Running in 05235c437ba1 22:14:48 Removing intermediate container 05235c437ba1 22:14:48 ---> e30698117559 22:14:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:48 Removing intermediate container 89c49c8b4795 22:14:48 ---> 56465578825e 22:14:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:48 Removing intermediate container 2b460621a120 22:14:48 ---> ab2b071cc68c 22:14:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:48 Removing intermediate container c14ec8d693c2 22:14:48 ---> 5ab06dbb4408 22:14:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:48 Removing intermediate container 0c0ff9ef9f1a 22:14:48 ---> b2e358fd005e 22:14:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:48 ---> Running in be022365e5e6 22:14:48 ---> Running in 5804d6d6e2e9 22:14:48 ---> Running in 5ae7ca8985ff 22:14:48 ---> Running in c103cea3ea7f 22:14:48 ---> Running in c0a5f79ad4c3 22:14:48 Removing intermediate container 5ae7ca8985ff 22:14:48 ---> ef8471d4c3c5 22:14:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:14:48 Removing intermediate container 5804d6d6e2e9 22:14:48 ---> cc47539e4edc 22:14:48 Step 5/21 : RUN apk add --update --no-cache make git 22:14:48 ---> Running in 75f8d5394c96 22:14:48 ---> Running in 841915a52237 22:14:48 Removing intermediate container c0a5f79ad4c3 22:14:48 ---> 99b539fcaec1 22:14:48 Step 5/31 : RUN apk add --update --no-cache make git 22:14:48 Removing intermediate container be022365e5e6 22:14:48 ---> 57ebb99d9225 22:14:48 Step 5/23 : RUN apk add --update --no-cache make git 22:14:48 Removing intermediate container c103cea3ea7f 22:14:48 ---> 2e608d112872 22:14:48 Step 5/24 : RUN apk add --update --no-cache make git 22:14:48 ---> Running in 7133b1e99bfb 22:14:48 ---> Running in ce57824ef725 22:14:48 ---> Running in 0337f39d23c2 22:14:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:49 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:50 OK: 233 MiB in 51 packages 22:14:50 OK: 233 MiB in 51 packages 22:14:50 Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a 22:14:50 Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) 22:14:50 OK: 233 MiB in 51 packages 22:14:50 OK: 233 MiB in 51 packages 22:14:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:14:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:14:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:14:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:14:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:14:49 > git config core.sparsecheckout # timeout=10 22:14:49 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 22:14:50 > git remote # timeout=10 22:14:50 > git config --get remote.origin.url # timeout=10 22:14:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:50 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 22:14:50 > git rev-parse HEAD^{commit} # timeout=10 22:14:50 > git config core.sparsecheckout # timeout=10 22:14:50 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 22:14:51 Removing intermediate container 841915a52237 22:14:51 ---> fdfe1e0c3de0 22:14:51 Step 6/21 : COPY go.mod . 22:14:51 Removing intermediate container 75f8d5394c96 22:14:51 ---> 616a7a973797 22:14:51 Step 6/22 : COPY go.mod . 22:14:51 OK: 233 MiB in 51 packages 22:14:51 ---> c8b97688df0f 22:14:51 Step 7/21 : RUN go mod download 22:14:51 Removing intermediate container ce57824ef725 22:14:51 ---> 56220874525a 22:14:51 Step 6/23 : COPY go.mod . 22:14:51 ---> d2ae292b61a2 22:14:51 Step 7/22 : RUN go mod download 22:14:51 ---> Running in 5613186f0374 22:14:51 ---> Running in 0a200a1884e1 22:14:51 Removing intermediate container 7133b1e99bfb 22:14:51 ---> 8a85082c3c0f 22:14:51 Step 6/31 : COPY go.mod . 22:14:51 ---> aea5554fc74c 22:14:51 Step 7/23 : RUN go mod download 22:14:52 ---> Running in 0b714366dba4 22:14:52 Removing intermediate container 0337f39d23c2 22:14:52 ---> 325abc341102 22:14:52 Step 6/24 : COPY go.mod . 22:14:52 ---> 99f10285151e 22:14:52 Step 7/31 : RUN go mod download 22:14:52 ---> Running in bd14670359b6 22:14:52 ---> fd296e5f04ea 22:14:52 Step 7/24 : RUN go mod download 22:14:52 ---> Running in d8bf49a4a171 22:14:54 Removing intermediate container 0b714366dba4 22:14:54 ---> b0113adc5fe2 22:14:54 Step 8/23 : COPY . . 22:14:54 Removing intermediate container 0a200a1884e1 22:14:54 ---> 3dd324fa7519 22:14:54 Step 8/22 : COPY . . 22:14:54 Removing intermediate container 5613186f0374 22:14:54 ---> d031fc980a0d 22:14:54 Step 8/21 : COPY . . 22:14:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 22:14:54 Removing intermediate container bd14670359b6 22:14:54 ---> c12639f606a7 22:14:54 Step 8/31 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:14:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:14:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:14:56 + true 22:14:56 + sudo service docker restart 22:14:57 Removing intermediate container d8bf49a4a171 22:14:57 ---> a19ef41bcc29 22:14:57 Step 8/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:14:58 provisioning config files... 22:14:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8433346057537632516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:14:59 ---> docker-login.sh 22:14:59 nexus3.edgexfoundry.org:10001 22:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:00 Configure a credential helper to remove this warning. See 22:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:00 22:15:00 Login Succeeded 22:15:00 nexus3.edgexfoundry.org:10002 22:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:01 Configure a credential helper to remove this warning. See 22:15:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:01 22:15:01 Login Succeeded 22:15:01 nexus3.edgexfoundry.org:10003 22:15:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:01 Configure a credential helper to remove this warning. See 22:15:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:01 22:15:01 Login Succeeded 22:15:01 nexus3.edgexfoundry.org:10004 22:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:02 Configure a credential helper to remove this warning. See 22:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:02 22:15:02 Login Succeeded 22:15:02 docker.io 22:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:02 Configure a credential helper to remove this warning. See 22:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:02 22:15:02 Login Succeeded 22:15:02 ---> docker-login.sh ends [Pipeline] } 22:15:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:15:03 ========================================================= 22:15:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:15:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:15:03 + 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 . 22:15:06 Sending build context to Docker daemon 167.2MB 22:15:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:15:06 Step 2/6 : FROM ${BASE} 22:15:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:15:06 5f621e34cdf4: Pulling fs layer 22:15:06 a4357932f1b6: Pulling fs layer 22:15:06 18c013af1878: Pulling fs layer 22:15:06 00ac8860ef70: Pulling fs layer 22:15:06 63d7cb157983: Pulling fs layer 22:15:06 b116817d02f9: Pulling fs layer 22:15:06 745a02a5169b: Pulling fs layer 22:15:06 00ac8860ef70: Waiting 22:15:06 63d7cb157983: Waiting 22:15:06 745a02a5169b: Waiting 22:15:06 b116817d02f9: Waiting 22:15:06 18c013af1878: Verifying Checksum 22:15:06 18c013af1878: Download complete 22:15:06 a4357932f1b6: Download complete 22:15:06 63d7cb157983: Verifying Checksum 22:15:06 63d7cb157983: Download complete 22:15:06 b116817d02f9: Download complete 22:15:06 5f621e34cdf4: Verifying Checksum 22:15:06 5f621e34cdf4: Download complete 22:15:07 5f621e34cdf4: Pull complete 22:15:07 a4357932f1b6: Pull complete 22:15:07 18c013af1878: Pull complete 22:15:08 745a02a5169b: Verifying Checksum 22:15:08 745a02a5169b: Download complete 22:15:09 00ac8860ef70: Verifying Checksum 22:15:09 00ac8860ef70: Download complete 22:15:20 00ac8860ef70: Pull complete 22:15:20 63d7cb157983: Pull complete 22:15:20 b116817d02f9: Pull complete 22:15:25 745a02a5169b: Pull complete 22:15:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:15:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:15:25 ---> b7e6874047d6 22:15:25 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 22:15:29 ---> Running in 71f30ae1b5ea 22:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:32 (1/12) Installing libmagic (5.38-r0) 22:15:32 (2/12) Installing file (5.38-r0) 22:15:32 (3/12) Installing libc-dev (0.7.2-r3) 22:15:32 (4/12) Installing g++ (9.3.0-r2) 22:15:36 ---> 4d5c3b1f60f2 22:15:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:15:36 ---> Running in 7d36438c3f40 22:15:36 ---> ec50ebea0623 22:15:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:15:36 ---> d69cdac5896c 22:15:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:15:36 ---> 2c923a4aaf83 22:15:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:15:36 ---> 85b9117321eb 22:15:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:15:36 ---> Running in 09934717c32e 22:15:36 ---> Running in 43371a7971de 22:15:36 ---> Running in d5399b0a5b9c 22:15:36 ---> Running in 0f120a1a218d 22:15:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:15:36 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 22:15:36 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 22:15:36 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 22:15:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:15:36 (5/12) Installing fortify-headers (1.1-r0) 22:15:36 (6/12) Installing patch (2.7.6-r6) 22:15:36 (7/12) Installing build-base (0.5-r2) 22:15:36 (8/12) Installing libsodium (1.0.18-r0) 22:15:36 (9/12) Installing pkgconf (1.7.2-r0) 22:15:36 (10/12) Installing libsodium-dev (1.0.18-r0) 22:15:37 (11/12) Installing libzmq (4.3.3-r0) 22:15:37 (12/12) Installing zeromq-dev (4.3.3-r0) 22:15:37 Executing busybox-1.31.1-r19.trigger 22:15:37 OK: 217 MiB in 51 packages 22:15:41 Removing intermediate container 71f30ae1b5ea 22:15:41 ---> 6b0f79912596 22:15:41 Step 4/6 : WORKDIR /edgex-go 22:15:41 ---> Running in 2528b1606371 22:15:42 Removing intermediate container 2528b1606371 22:15:42 ---> 11d54c2f6fb3 22:15:42 Step 5/6 : COPY go.mod . 22:15:42 ---> eaad2d1f7352 22:15:42 Step 6/6 : RUN go mod download 22:15:43 ---> Running in 6e535baffe38 22:16:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:16:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:16:09 Removing intermediate container 6e535baffe38 22:16:09 ---> f75c3e438f8e 22:16:09 Successfully built f75c3e438f8e 22:16:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:16:10 + docker inspect -f . ci-base-image-arm64 22:16:10 . [Pipeline] withDockerContainer 22:16:10 prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container 22:16:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:16:12 $ docker top 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 -eo pid,comm [Pipeline] { [Pipeline] sh 22:16:13 + go version 22:16:13 go version go1.15.5 linux/arm64 [Pipeline] } 22:16:13 $ docker stop --time=1 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 22:16:14 Removing intermediate container 09934717c32e 22:16:14 ---> 7440acdc2d30 22:16:14 22:16:14 Step 10/31 : FROM alpine:3.12 22:16:14 3.12: Pulling from library/alpine 22:16:14 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:16:14 Status: Downloaded newer image for alpine:3.12 22:16:14 ---> 7230e588e954 22:16:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:16:15 $ docker rm -f 56c50d1f93dd3591d04a091351a0622a0924645a3990937fb7f6370c62d80328 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:16:16 + docker inspect -f . ci-base-image-arm64 22:16:16 . [Pipeline] withDockerContainer 22:16:16 prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container 22:16:16 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:16:16 ---> Running in a31f7bac53ab 22:16:18 $ docker top 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 -eo pid,comm [Pipeline] { [Pipeline] echo 22:16:18 ========================================================= 22:16:18 [edgeXBuildGoParallel] Running Tests and Build... 22:16:18 ========================================================= [Pipeline] sh 22:16:18 Removing intermediate container d5399b0a5b9c 22:16:18 ---> c87023f921b7 22:16:18 22:16:18 Step 10/21 : FROM alpine:3.12 22:16:18 ---> 7230e588e954 22:16:18 Step 11/21 : RUN apk add --update --no-cache curl 22:16:19 Removing intermediate container 7d36438c3f40 22:16:19 ---> a9a6114acac9 22:16:19 22:16:19 Step 10/24 : FROM alpine:3.12 22:16:19 ---> 7230e588e954 22:16:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:16:19 + make test 22:16:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:16:19 Removing intermediate container 0f120a1a218d 22:16:19 ---> 4703013e891a 22:16:19 22:16:19 Step 10/22 : FROM alpine:3.12 22:16:19 ---> 7230e588e954 22:16:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:16:19 Removing intermediate container a31f7bac53ab 22:16:19 ---> be3c6b6c5395 22:16:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:16:21 ---> Running in c5ccbb7b4fa3 22:16:21 ---> Running in 31fbedc3f8e5 22:16:21 ---> Running in a83ced7c40ea 22:16:21 ---> Running in 641d9edb561b 22:16:21 Removing intermediate container 43371a7971de 22:16:21 ---> 26c88366d19f 22:16:21 22:16:21 Step 10/23 : FROM alpine:3.12 22:16:21 ---> 7230e588e954 22:16:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:16:21 ---> Running in 061ec9122e4c 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:22 (1/6) Installing ca-certificates (20191127-r4) 22:16:22 (1/4) Installing ca-certificates (20191127-r4) 22:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:16:23 (3/6) Installing libcurl (7.69.1-r3) 22:16:23 (4/6) Installing curl (7.69.1-r3) 22:16:23 (5/6) Installing dumb-init (1.2.2-r1) 22:16:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:16:23 (3/4) Installing libcurl (7.69.1-r3) 22:16:23 (4/4) Installing curl (7.69.1-r3) 22:16:23 Executing busybox-1.31.1-r20.trigger 22:16:23 (1/2) Installing ca-certificates (20191127-r4) 22:16:23 (6/6) Installing su-exec (0.2-r1) 22:16:23 Executing busybox-1.31.1-r20.trigger 22:16:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:16:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:16:23 (2/2) Installing dumb-init (1.2.2-r1) 22:16:23 Executing busybox-1.31.1-r20.trigger 22:16:23 Executing ca-certificates-20191127-r4.trigger 22:16:23 OK: 6 MiB in 16 packages 22:16:23 (1/2) Installing dumb-init (1.2.2-r1) 22:16:23 (2/2) Installing su-exec (0.2-r1) 22:16:23 Executing busybox-1.31.1-r20.trigger 22:16:23 Executing ca-certificates-20191127-r4.trigger 22:16:23 (1/1) Installing dumb-init (1.2.2-r1) 22:16:23 Executing ca-certificates-20191127-r4.trigger 22:16:23 Executing busybox-1.31.1-r20.trigger 22:16:23 OK: 6 MiB in 16 packages 22:16:23 OK: 7 MiB in 20 packages 22:16:23 OK: 7 MiB in 18 packages 22:16:23 OK: 6 MiB in 15 packages 22:16:26 Removing intermediate container a83ced7c40ea 22:16:26 ---> 05ab4738b275 22:16:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:16:26 Removing intermediate container 31fbedc3f8e5 22:16:26 ---> 9e173b39072b 22:16:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:16:26 ---> Running in 9940e3e92cdb 22:16:26 Removing intermediate container c5ccbb7b4fa3 22:16:26 ---> 63992f6c977f 22:16:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:16:26 ---> Running in 590daf08d841 22:16:26 ---> Running in b4c151cba7dc 22:16:26 Removing intermediate container 061ec9122e4c 22:16:26 ---> d47245519af2 22:16:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:16:26 Removing intermediate container 641d9edb561b 22:16:26 ---> e66f7385dc00 22:16:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:16:26 Removing intermediate container 9940e3e92cdb 22:16:26 ---> 32b2e371c931 22:16:26 Step 13/22 : ENV APP_PORT=48060 22:16:26 ---> Running in 7b0336e58544 22:16:26 ---> Running in 746f77a7d5fe 22:16:26 ---> Running in e1a42939dc9d 22:16:26 Removing intermediate container b4c151cba7dc 22:16:26 ---> 43322432f236 22:16:26 Step 13/21 : WORKDIR /edgex 22:16:27 Removing intermediate container 590daf08d841 22:16:27 ---> ef0eb40cfee6 22:16:27 Step 13/24 : WORKDIR / 22:16:27 ---> Running in 1aca3cfea486 22:16:27 Removing intermediate container 746f77a7d5fe 22:16:27 ---> c42d87d7c2ca 22:16:27 Step 13/23 : ENV APP_PORT=48081 22:16:27 Removing intermediate container 7b0336e58544 22:16:27 ---> 69a30544f744 22:16:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:16:27 Removing intermediate container e1a42939dc9d 22:16:27 ---> 54fd9e50e6d4 22:16:27 Step 14/22 : EXPOSE $APP_PORT 22:16:27 ---> Running in 538a8db823cb 22:16:27 ---> Running in 61821c1724a9 22:16:27 ---> Running in 5def75a3ea9a 22:16:27 ---> Running in 109accd4ec83 22:16:27 Removing intermediate container 1aca3cfea486 22:16:27 ---> 5e4e9b3c4984 22:16:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:16:28 Removing intermediate container 5def75a3ea9a 22:16:28 ---> 1e2870356e29 22:16:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:16:28 Removing intermediate container 61821c1724a9 22:16:28 ---> 46f841366ec5 22:16:28 Step 14/23 : EXPOSE $APP_PORT 22:16:28 Removing intermediate container 109accd4ec83 22:16:28 ---> 6d6589b8f7f5 22:16:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:28 Removing intermediate container 538a8db823cb 22:16:28 ---> ce5ca3bc1779 22:16:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:16:28 ---> Running in bf83120959cf 22:16:28 ---> 34b8b266cd1f 22:16:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:16:28 ---> Running in febd485d3991 22:16:28 ---> c04f35d3b116 22:16:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:16:28 ---> cb79f60b572f 22:16:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:16:28 Removing intermediate container febd485d3991 22:16:28 ---> d3d3ca19a2ae 22:16:28 Step 15/23 : WORKDIR / 22:16:29 ---> Running in f49b19428210 22:16:29 ---> bf05cb8a2564 22:16:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:16:29 ---> da2b96b20642 22:16:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:16:29 Removing intermediate container f49b19428210 22:16:29 ---> d0146e221f34 22:16:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:29 ---> 0e73f4e8768c 22:16:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:16:29 ---> f7233cbce919 22:16:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:16:29 ---> d2918c189253 22:16:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:16:29 Removing intermediate container bf83120959cf 22:16:29 ---> 2543868ddd25 22:16:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:16:30 ---> 921c2ed94258 22:16:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:16:30 ---> Running in 336cfeb46440 22:16:30 ---> Running in f3140b640b1c 22:16:30 ---> 5507717e9b46 22:16:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:16:30 ---> cc804f32167d 22:16:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:16:30 ---> Running in 07c0cc5f4763 22:16:30 Removing intermediate container f3140b640b1c 22:16:30 ---> 9d3767520f82 22:16:30 Step 18/21 : CMD ["--init=true"] 22:16:30 Removing intermediate container 336cfeb46440 22:16:30 ---> bb8c395c6ed3 22:16:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:16:30 Removing intermediate container 07c0cc5f4763 22:16:30 ---> f2361df98008 22:16:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:30 ---> Running in 68fe3d077d80 22:16:31 ---> b6c7c9ef6ef0 22:16:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:16:31 ---> Running in 8d189f4435db 22:16:31 ---> 5e3c196698da 22:16:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:16:31 ---> 338ed2278096 22:16:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:16:32 Removing intermediate container 68fe3d077d80 22:16:32 ---> b5098893fd20 22:16:32 Step 19/21 : LABEL arch=x86_64 22:16:32 ---> acfc3dcb6fb6 22:16:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:16:32 Removing intermediate container 8d189f4435db 22:16:32 ---> 87960068d04a 22:16:32 Step 20/22 : LABEL arch=x86_64 22:16:32 ---> Running in 344e61e67fcc 22:16:32 ---> 4dd32446dbb4 22:16:32 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/ 22:16:32 ---> Running in 3b3d2aeab977 22:16:32 ---> Running in 943f423ad9a0 22:16:32 ---> Running in 2113017ce362 22:16:32 ---> Running in da4b2875ea9b 22:16:32 Removing intermediate container 344e61e67fcc 22:16:32 ---> 9e50bb1c45ec 22:16:32 Step 20/21 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:16:32 Removing intermediate container 943f423ad9a0 22:16:32 ---> a11e3da690ac 22:16:32 Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:16:32 Removing intermediate container 2113017ce362 22:16:32 ---> 22e63396d0aa 22:16:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:32 ---> Running in f93f40e77056 22:16:32 ---> Running in d6b789e38134 22:16:32 ---> Running in e9bb1473709f 22:16:33 Removing intermediate container f93f40e77056 22:16:33 ---> ef019912e9fb 22:16:33 Step 21/21 : LABEL version=0.0.0 22:16:33 Removing intermediate container d6b789e38134 22:16:33 ---> 3418ea92dca7 22:16:33 Step 22/22 : LABEL version=0.0.0 22:16:33 Removing intermediate container e9bb1473709f 22:16:33 ---> a801c7558643 22:16:33 Step 21/23 : LABEL arch=x86_64 22:16:33 ---> Running in f66d0e68533b 22:16:33 ---> Running in 081649583cc8 22:16:33 ---> Running in 2b8417b2551f 22:16:33 Removing intermediate container f66d0e68533b 22:16:33 ---> 87756ff9eff5 22:16:33 22:16:33 Removing intermediate container 081649583cc8 22:16:33 ---> fd8a08c9b07b 22:16:33 22:16:33 Removing intermediate container 3b3d2aeab977 22:16:33 ---> 2a0b457dd6e3 22:16:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:33 Removing intermediate container 2b8417b2551f 22:16:33 ---> 0321b03f401f 22:16:33 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:16:34 Successfully built fd8a08c9b07b 22:16:34 Successfully built 87756ff9eff5 22:16:34 Successfully tagged docker-support-notifications-go:latest 22:16:34  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 22:16:34 Removing intermediate container da4b2875ea9b 22:16:34 ---> 651c0ff371c8 22:16:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:16:34 ---> Running in 356dcb47fbf0 22:16:34 Successfully tagged docker-security-proxy-setup-go:latest 22:16:34 Building docker-core-command-go 22:16:34  Building docker-security-proxy-setup-go ... done  ---> Running in 9e0c83d86028 22:16:34 ---> 5870286ef741 22:16:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:16:34 Removing intermediate container 356dcb47fbf0 22:16:34 ---> b300e5e1349c 22:16:34 Step 23/23 : LABEL version=0.0.0 22:16:34 ---> Running in 00a2e284b6ba 22:16:34 Removing intermediate container 9e0c83d86028 22:16:34 ---> 749476a01d1e 22:16:34 Step 22/24 : LABEL arch=x86_64 22:16:34 ---> Running in 0d9784146963 22:16:35 Removing intermediate container 00a2e284b6ba 22:16:35 ---> 1fc6a495755f 22:16:35 22:16:35 Successfully built 1fc6a495755f 22:16:35 Removing intermediate container 0d9784146963 22:16:35 ---> a518130236fb 22:16:35 Step 23/24 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:16:35 ---> 252de08e964e 22:16:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:16:35 Successfully tagged docker-core-metadata-go:latest 22:16:35 Building docker-core-data-go 22:16:35  Building docker-core-metadata-go ... done  ---> Running in 7055dd7f3cc0 22:16:35 Removing intermediate container 7055dd7f3cc0 22:16:35 ---> eb5c9f6d29b0 22:16:35 Step 24/24 : LABEL version=0.0.0 22:16:36 ---> 8b376bfaf68d 22:16:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:16:36 ---> Running in 66acc6147e4c 22:16:40 Removing intermediate container 66acc6147e4c 22:16:40 ---> 55ee807c59bf 22:16:40 22:16:41 Successfully built 55ee807c59bf 22:16:41 ---> 67081ae4466c 22:16:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:16:41 Successfully tagged docker-security-secretstore-setup-go:latest 22:16:41  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 22:16:41 ? github.com/edgexfoundry/edgex-go [no test files] 22:16:46 ---> 94ae922db770 22:16:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:16:46 ---> Running in 0281de2d0511 22:16:46 Removing intermediate container 0281de2d0511 22:16:46 ---> f099fc0b7b85 22:16:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:16:47 ---> 71d50d6a4e0c 22:16:47 Step 26/31 : RUN chmod +x /entrypoint.sh 22:16:49 ---> Running in d823700382f5 22:16:52 Removing intermediate container d823700382f5 22:16:52 ---> 01481a925cdc 22:16:52 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:16:56 ---> Running in 1ff829c291e2 22:17:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:17:00 ---> 224078d49b2e 22:17:00 Step 3/22 : WORKDIR /edgex-go 22:17:00 ---> Using cache 22:17:00 ---> b2e358fd005e 22:17:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:00 ---> Using cache 22:17:00 ---> 99b539fcaec1 22:17:00 Step 5/22 : RUN apk add --update --no-cache make git 22:17:00 ---> Using cache 22:17:00 ---> 8a85082c3c0f 22:17:00 Step 6/22 : COPY go.mod . 22:17:00 ---> Using cache 22:17:00 ---> 99f10285151e 22:17:00 Step 7/22 : RUN go mod download 22:17:00 ---> Using cache 22:17:00 ---> c12639f606a7 22:17:00 Step 8/22 : COPY . . 22:17:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:17:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:17:01 ---> Using cache 22:17:01 ---> d69cdac5896c 22:17:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:17:01 ---> 224078d49b2e 22:17:01 Step 3/23 : WORKDIR /edgex-go 22:17:01 ---> 224078d49b2e 22:17:01 Step 3/23 : WORKDIR /edgex-go 22:17:01 ---> Using cache 22:17:01 ---> b2e358fd005e 22:17:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:01 ---> Using cache 22:17:01 ---> 99b539fcaec1 22:17:01 Step 5/23 : RUN apk add --update --no-cache make git 22:17:01 ---> Using cache 22:17:01 ---> 8a85082c3c0f 22:17:01 Step 6/23 : COPY go.mod . 22:17:01 ---> Using cache 22:17:01 ---> 99f10285151e 22:17:01 Step 7/23 : RUN go mod download 22:17:01 ---> Using cache 22:17:01 ---> c12639f606a7 22:17:01 Step 8/23 : COPY . . 22:17:01 ---> Using cache 22:17:01 ---> b2e358fd005e 22:17:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:01 ---> Using cache 22:17:01 ---> 99b539fcaec1 22:17:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:17:01 ---> Using cache 22:17:01 ---> d69cdac5896c 22:17:01 Step 9/23 : RUN make cmd/core-command/core-command 22:17:04 Removing intermediate container 1ff829c291e2 22:17:04 ---> 579e4404118c 22:17:04 Step 28/31 : CMD ["gate"] 22:17:05 ---> Running in 2e932a6685aa 22:17:05 ---> Running in f8bfc7ab82aa 22:17:05 ---> Running in 95c74424f408 22:17:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:17:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:17:06 ---> 224078d49b2e 22:17:06 Step 3/26 : WORKDIR /edgex-go 22:17:06 ---> Using cache 22:17:06 ---> b2e358fd005e 22:17:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:06 ---> Using cache 22:17:06 ---> 99b539fcaec1 22:17:06 Step 5/26 : RUN apk add --update --no-cache make bash git 22:17:06 ---> Running in 25c0465d041c 22:17:06 ---> Running in 1e969d0e0d23 22:17:07 Removing intermediate container 25c0465d041c 22:17:07 ---> e403abb30132 22:17:07 Step 29/31 : LABEL arch=x86_64 22:17:07 ---> Running in edb19dc0efbf 22:17:07 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 22:17:07 Removing intermediate container edb19dc0efbf 22:17:07 ---> 3969ee8b81e2 22:17:07 Step 30/31 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:08 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 22:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:08 ---> Running in 70256c92f25a 22:17:08 Removing intermediate container 70256c92f25a 22:17:08 ---> 5d482c49306d 22:17:08 Step 31/31 : LABEL version=0.0.0 22:17:08 ---> Running in 95ff3adec3b2 22:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:09 Removing intermediate container 95ff3adec3b2 22:17:09 ---> 646a7ddb6521 22:17:09 22:17:09 Successfully built 646a7ddb6521 22:17:09 OK: 233 MiB in 51 packages 22:17:09 Successfully tagged docker-security-bootstrapper-go:latest 22:17:09  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 22:17:11 Removing intermediate container 1e969d0e0d23 22:17:11 ---> 1ac096b2eafa 22:17:11 Step 6/26 : COPY go.mod . 22:17:11 Removing intermediate container f8bfc7ab82aa 22:17:11 ---> 36d3ed644231 22:17:11 Step 6/23 : COPY go.mod . 22:17:11 ---> d72699da3ad5 22:17:11 Step 7/26 : RUN go mod download 22:17:11 ---> Running in aeea298fb5c0 22:17:11 ---> 476b47832bfd 22:17:11 Step 7/23 : RUN go mod download 22:17:12 ---> Running in c6ef7c1f978a 22:17:15 Removing intermediate container aeea298fb5c0 22:17:15 ---> 21b0448e546b 22:17:15 Step 8/26 : COPY . . 22:17:15 Removing intermediate container c6ef7c1f978a 22:17:15 ---> 9e34f229f0f2 22:17:15 Step 8/23 : COPY . . 22:17:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:17:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:17:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:17:48 Removing intermediate container 95c74424f408 22:17:48 ---> 7fac75d3b36c 22:17:48 22:17:48 Step 10/23 : FROM alpine:3.12 22:17:48 ---> 7230e588e954 22:17:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:17:48 ---> Using cache 22:17:48 ---> d47245519af2 22:17:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:17:48 ---> Using cache 22:17:48 ---> c42d87d7c2ca 22:17:48 Step 13/23 : ENV APP_PORT=48082 22:17:48 ---> 4e7201bea75b 22:17:48 Step 9/23 : RUN make cmd/core-data/core-data 22:17:48 Removing intermediate container 2e932a6685aa 22:17:48 ---> a2e41fb7ef15 22:17:48 22:17:48 Step 10/22 : FROM alpine:3.12 22:17:48 ---> 7230e588e954 22:17:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:17:48 ---> Using cache 22:17:48 ---> d47245519af2 22:17:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:17:48 ---> Using cache 22:17:48 ---> c42d87d7c2ca 22:17:48 Step 13/22 : ENV APP_PORT=48085 22:17:48 ---> 4c062045bbe0 22:17:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:17:48 ---> Running in 0c34c52275c0 22:17:48 ---> Running in 4709f34b6f1d 22:17:48 ---> Running in 264f4b099360 22:17:48 ---> Running in 5eabc9c932ae 22:17:48 Removing intermediate container 0c34c52275c0 22:17:48 ---> f4dd9b0a35da 22:17:48 Step 14/23 : EXPOSE $APP_PORT 22:17:48 Removing intermediate container 264f4b099360 22:17:48 ---> 28bc0185ff31 22:17:48 Step 14/22 : EXPOSE $APP_PORT 22:17:48 ---> Running in 953e0a8c8c0f 22:17:48 ---> Running in 97cb2aa03a31 22:17:48 Removing intermediate container 953e0a8c8c0f 22:17:48 ---> 618e510683fa 22:17:48 Step 15/23 : WORKDIR / 22:17:48 ---> Running in d7d9ba6eb2c9 22:17:48 Removing intermediate container 97cb2aa03a31 22:17:48 ---> 63eb84b8382b 22:17:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:48 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 22:17:48 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 22:17:48 Removing intermediate container d7d9ba6eb2c9 22:17:48 ---> 95372f163c09 22:17:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:48 ---> 7977729ce5c2 22:17:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:17:48 ---> 61f696c108de 22:17:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:17:49 ---> 145dcc09ae87 22:17:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:17:49 ---> dfa210daee5f 22:17:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:17:49 ---> d2292bea8769 22:17:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:17:50 ---> Running in 45c0745c088f 22:17:50 ---> da4b85f6d708 22:17:50 Step 19/23 : ENTRYPOINT ["/core-command"] 22:17:50 ---> Running in ec5ddf433cab 22:17:50 Removing intermediate container 45c0745c088f 22:17:50 ---> 9f9a00ea97d3 22:17:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:17:51 ---> Running in 4717ddfcd7f0 22:17:51 Removing intermediate container ec5ddf433cab 22:17:51 ---> 0f5de263e992 22:17:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:51 ---> Running in 735a0ce34851 22:17:51 Removing intermediate container 4717ddfcd7f0 22:17:51 ---> c49d0d3cc14c 22:17:51 Step 20/22 : LABEL arch=x86_64 22:17:51 ---> Running in 9ed72570bedd 22:17:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:17:52 Removing intermediate container 735a0ce34851 22:17:52 ---> aad7afd18182 22:17:52 Step 21/23 : LABEL arch=x86_64 22:17:52 Removing intermediate container 9ed72570bedd 22:17:52 ---> afcd59a9f0ca 22:17:52 Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:17:52 ---> Running in cf405e802c4c 22:17:52 ---> Running in 4fd7185a4771 22:17:52 Removing intermediate container cf405e802c4c 22:17:52 ---> f7620763d59a 22:17:52 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:17:52 Removing intermediate container 4fd7185a4771 22:17:52 ---> 4b90802082dc 22:17:52 Step 22/22 : LABEL version=0.0.0 22:17:52 ---> Running in 7b0e24002cd9 22:17:52 ---> Running in 07879c76b00d 22:17:52 Removing intermediate container 7b0e24002cd9 22:17:52 ---> 4e85ea150dbb 22:17:52 Step 23/23 : LABEL version=0.0.0 22:17:53 Removing intermediate container 07879c76b00d 22:17:53 ---> 8a69b64e5da4 22:17:53 22:17:53 ---> Running in 7097e86b5ff6 22:17:53 Successfully built 8a69b64e5da4 22:17:53 Successfully tagged docker-support-scheduler-go:latest 22:17:53  Building docker-support-scheduler-go ... done Removing intermediate container 7097e86b5ff6 22:17:53 ---> 5ceadd9328bb 22:17:53 22:17:53 Successfully built 5ceadd9328bb 22:17:53 Successfully tagged docker-core-command-go:latest 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.504s coverage: 45.9% of statements 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements 22:18:12  Building docker-core-command-go ... done Removing intermediate container 5eabc9c932ae 22:18:12 ---> e2845db66d46 22:18:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:18:12 ---> Running in 4f05fd206b92 22:18:12 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 22:18:12 Removing intermediate container 4709f34b6f1d 22:18:12 ---> 05c11dc6778f 22:18:12 22:18:12 Step 10/23 : FROM alpine:3.12 22:18:12 ---> 7230e588e954 22:18:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:18:12 ---> Running in ec7563484637 22:18:12 Removing intermediate container ec7563484637 22:18:12 ---> 03e22b3b723d 22:18:12 Step 12/23 : ENV APP_PORT=48080 22:18:12 Removing intermediate container 4f05fd206b92 22:18:12 ---> 334bdeb3965b 22:18:12 22:18:12 Step 11/26 : FROM docker:20.10.0 22:18:12 ---> Running in 07f4e3c1d8bf 22:18:12 20.10.0: Pulling from library/docker 22:18:13 Removing intermediate container 07f4e3c1d8bf 22:18:13 ---> 803e8780b033 22:18:13 Step 13/23 : EXPOSE $APP_PORT 22:18:13 ---> Running in 0a51c4240caa 22:18:13 Removing intermediate container 0a51c4240caa 22:18:13 ---> 83d301100733 22:18:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:13 ---> Running in 07749f9ef927 22:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.643s coverage: 27.1% of statements 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:18:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:18:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:18:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.533s coverage: 82.9% of statements 22:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:18:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements 22:18:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:18:15 Removing intermediate container 07749f9ef927 22:18:15 ---> b91936d343eb 22:18:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:18:15 ---> Running in c324a9d20bc1 22:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:17 (1/6) Installing dumb-init (1.2.2-r1) 22:18:17 (2/6) Installing libgcc (9.3.0-r2) 22:18:17 (3/6) Installing libsodium (1.0.18-r0) 22:18:17 (4/6) Installing libstdc++ (9.3.0-r2) 22:18:18 (5/6) Installing libzmq (4.3.3-r0) 22:18:18 (6/6) Installing zeromq (4.3.3-r0) 22:18:18 Executing busybox-1.31.1-r20.trigger 22:18:18 OK: 8 MiB in 20 packages 22:18:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:18:18 Status: Downloaded newer image for docker:20.10.0 22:18:18 ---> aefe523efa57 22:18:18 Step 12/26 : RUN apk add --no-cache bash 22:18:19 ---> Running in 59d3fcf61bc9 22:18:19 Removing intermediate container c324a9d20bc1 22:18:19 ---> 615cb04a428c 22:18:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:19 ---> 83f46fe6cc0c 22:18:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:19 (1/2) Installing readline (8.0.4-r0) 22:18:19 (2/2) Installing bash (5.0.17-r0) 22:18:19 Executing bash-5.0.17-r0.post-install 22:18:19 Executing busybox-1.31.1-r19.trigger 22:18:19 OK: 12 MiB in 22 packages 22:18:20 ---> d77b32e0f577 22:18:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:18:20 Removing intermediate container 59d3fcf61bc9 22:18:20 ---> 672b8b5a599a 22:18:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:18:20 ---> Running in 31a4a3c08646 22:18:20 ---> 932c024960a3 22:18:20 Step 19/23 : ENTRYPOINT ["/core-data"] 22:18:20 ---> Running in 9647b2aeec79 22:18:20 Removing intermediate container 31a4a3c08646 22:18:20 ---> f2532887120c 22:18:20 Step 14/26 : ENV APP_PORT=48090 22:18:20 Removing intermediate container 9647b2aeec79 22:18:20 ---> 626bdb0429d2 22:18:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:21 ---> Running in 9fafdb1bb0ce 22:18:21 ---> Running in 8f830bc8bd9f 22:18:21 Removing intermediate container 9fafdb1bb0ce 22:18:21 ---> 3a6d868cc714 22:18:21 Step 15/26 : EXPOSE $APP_PORT 22:18:21 ---> Running in ea35ffc55c71 22:18:21 Removing intermediate container 8f830bc8bd9f 22:18:21 ---> fa76c43e7daa 22:18:21 Step 21/23 : LABEL arch=x86_64 22:18:22 ---> Running in ccb4d6e82076 22:18:22 Removing intermediate container ea35ffc55c71 22:18:22 ---> 790f68309b26 22:18:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:18:22 Removing intermediate container ccb4d6e82076 22:18:22 ---> 8d4868cf578b 22:18:22 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:18:22 ---> Running in 6596906b2308 22:18:22 Removing intermediate container 6596906b2308 22:18:22 ---> fddb66508bff 22:18:22 Step 23/23 : LABEL version=0.0.0 22:18:22 ---> Running in f328cc94bba7 22:18:22 ---> 12d8c5103f33 22:18:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:18:22 Removing intermediate container f328cc94bba7 22:18:22 ---> 201c25e61e16 22:18:22 22:18:22 ---> 4c153855df12 22:18:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:18:23 Successfully built 201c25e61e16 22:18:23 Successfully tagged docker-core-data-go:latest 22:18:23  Building docker-core-data-go ... done  ---> d1cda5abc49c 22:18:23 Step 19/26 : RUN apk --no-cache add py3-pip 22:18:23 ---> Running in 6f0901de81f1 22:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:24 (1/33) Installing libbz2 (1.0.8-r1) 22:18:24 (2/33) Installing expat (2.2.9-r1) 22:18:24 (3/33) Installing libffi (3.3-r2) 22:18:24 (4/33) Installing gdbm (1.13-r1) 22:18:24 (5/33) Installing xz-libs (5.2.5-r0) 22:18:24 (6/33) Installing sqlite-libs (3.32.1-r0) 22:18:24 (7/33) Installing python3 (3.8.8-r0) 22:18:25 (8/33) Installing py3-appdirs (1.4.4-r1) 22:18:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:18:25 (10/33) Installing py3-parsing (2.4.7-r0) 22:18:25 (11/33) Installing py3-six (1.15.0-r0) 22:18:25 (12/33) Installing py3-packaging (20.4-r0) 22:18:25 (13/33) Installing py3-setuptools (47.0.0-r0) 22:18:25 (14/33) Installing py3-chardet (3.0.4-r4) 22:18:25 (15/33) Installing py3-idna (2.9-r0) 22:18:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:18:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:18:25 (18/33) Installing py3-requests (2.23.0-r0) 22:18:25 (19/33) Installing py3-msgpack (1.0.0-r0) 22:18:25 (20/33) Installing py3-lockfile (0.12.2-r3) 22:18:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:18:25 (22/33) Installing py3-colorama (0.4.3-r0) 22:18:25 (23/33) Installing py3-distlib (0.3.0-r0) 22:18:25 (24/33) Installing py3-distro (1.5.0-r1) 22:18:25 (25/33) Installing py3-webencodings (0.5.1-r3) 22:18:25 (26/33) Installing py3-html5lib (1.0.1-r4) 22:18:25 (27/33) Installing py3-pytoml (0.1.21-r0) 22:18:25 (28/33) Installing py3-pep517 (0.8.2-r0) 22:18:25 (29/33) Installing py3-progress (1.5-r0) 22:18:25 (30/33) Installing py3-toml (0.10.1-r0) 22:18:25 (31/33) Installing py3-retrying (1.3.3-r0) 22:18:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:18:25 (33/33) Installing py3-pip (20.1.1-r0) 22:18:25 Executing busybox-1.31.1-r19.trigger 22:18:25 OK: 71 MiB in 55 packages 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.203s coverage: 28.6% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.418s coverage: 86.7% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.431s coverage: 97.5% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.189s coverage: 78.3% of statements 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:18:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.186s coverage: 92.8% of statements 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.258s coverage: 1.0% of statements 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.244s coverage: 47.1% of statements 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.160s coverage: 79.5% of statements 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements 22:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements 22:18:35 Removing intermediate container 6f0901de81f1 22:18:35 ---> 316faddbb0ce 22:18:35 Step 20/26 : RUN pip install docker-compose==1.23.2 22:18:35 ---> Running in 692069da6e57 22:18:35 Collecting docker-compose==1.23.2 22:18:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:18:35 Collecting cached-property<2,>=1.2.0 22:18:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:18:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:18:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:18:36 Collecting PyYAML<4,>=3.10 22:18:36 Downloading PyYAML-3.13.tar.gz (270 kB) 22:18:37 Collecting texttable<0.10,>=0.9.0 22:18:37 Downloading texttable-0.9.1.tar.gz (11 kB) 22:18:38 Collecting dockerpty<0.5,>=0.4.1 22:18:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:18:38 Collecting jsonschema<3,>=2.5.1 22:18:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:18:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:18:38 Collecting docker<4.0,>=3.6.0 22:18:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:18:38 Collecting websocket-client<1.0,>=0.32.0 22:18:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:18:38 Collecting docopt<0.7,>=0.6.1 22:18:38 Downloading docopt-0.6.2.tar.gz (25 kB) 22:18:39 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) 22:18:39 Collecting urllib3<1.25,>=1.21.1 22:18:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:18:39 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) 22:18:39 Collecting idna<2.8,>=2.5 22:18:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:18:39 Collecting docker-pycreds>=0.4.0 22:18:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:18:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:18:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:18:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:18:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:18:39 Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, texttable, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, docopt, docker-compose 22:18:39 Attempting uninstall: urllib3 22:18:39 Found existing installation: urllib3 1.25.9 22:18:39 Uninstalling urllib3-1.25.9: 22:18:39 Successfully uninstalled urllib3-1.25.9 22:18:40 Attempting uninstall: idna 22:18:40 Found existing installation: idna 2.9 22:18:40 Uninstalling idna-2.9: 22:18:40 Successfully uninstalled idna-2.9 22:18:40 Attempting uninstall: requests 22:18:40 Found existing installation: requests 2.23.0 22:18:40 Uninstalling requests-2.23.0: 22:18:40 Successfully uninstalled requests-2.23.0 22:18:40 Running setup.py install for PyYAML: started 22:18:41 Running setup.py install for PyYAML: finished with status 'done' 22:18:41 Running setup.py install for texttable: started 22:18:41 Running setup.py install for texttable: finished with status 'done' 22:18:41 Running setup.py install for dockerpty: started 22:18:42 Running setup.py install for dockerpty: finished with status 'done' 22:18:42 Running setup.py install for docopt: started 22:18:43 Running setup.py install for docopt: finished with status 'done' 22:18:43 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 22:18:46 Removing intermediate container 692069da6e57 22:18:46 ---> acd790db7e94 22:18:46 Step 21/26 : RUN apk --no-cache add curl 22:18:46 ---> Running in f0d81955b0d8 22:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:18:46 (2/3) Installing libcurl (7.69.1-r3) 22:18:46 (3/3) Installing curl (7.69.1-r3) 22:18:46 Executing busybox-1.31.1-r19.trigger 22:18:46 OK: 72 MiB in 58 packages 22:18:47 Removing intermediate container f0d81955b0d8 22:18:47 ---> 2e2a202b874e 22:18:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:18:47 ---> Running in 55e4f2be11e8 22:18:47 Removing intermediate container 55e4f2be11e8 22:18:47 ---> 02de613ee3cb 22:18:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:18:47 ---> Running in d8192b99aa5e 22:18:47 Removing intermediate container d8192b99aa5e 22:18:47 ---> 0ad203a85a41 22:18:47 Step 24/26 : LABEL arch=x86_64 22:18:47 ---> Running in 5707f2ec4f77 22:18:47 Removing intermediate container 5707f2ec4f77 22:18:47 ---> 50bb44f4458c 22:18:47 Step 25/26 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:18:47 ---> Running in d19e90cb3709 22:18:48 Removing intermediate container d19e90cb3709 22:18:48 ---> d0d7b22b7fee 22:18:48 Step 26/26 : LABEL version=0.0.0 22:18:48 ---> Running in bc74ceda14f4 22:18:48 Removing intermediate container bc74ceda14f4 22:18:48 ---> 08b70b440707 22:18:48 22:18:48 Successfully built 08b70b440707 22:18:48 Successfully tagged docker-sys-mgmt-agent-go:latest 22:18:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:18:49 $ docker stop --time=1 c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.135s coverage: 94.4% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements 22:18:50 $ docker rm -f c9375394397d41dbac50e368da223fa7cc4421282111ef969de3ea4e1edecd1c [Pipeline] // withDockerContainer [Pipeline] sh 22:18:51 + docker images 22:18:51 + grep docker 22:18:52 docker-sys-mgmt-agent-go latest 08b70b440707 3 seconds ago 314MB 22:18:52 docker-core-data-go latest 201c25e61e16 29 seconds ago 22.7MB 22:18:52 docker-core-command-go latest 5ceadd9328bb 58 seconds ago 17.3MB 22:18:52 docker-support-scheduler-go latest 8a69b64e5da4 59 seconds ago 17.4MB 22:18:52 docker-security-bootstrapper-go latest 646a7ddb6521 About a minute ago 19MB 22:18:52 docker-security-secretstore-setup-go latest 55ee807c59bf 2 minutes ago 25.7MB 22:18:52 docker-core-metadata-go latest 1fc6a495755f 2 minutes ago 19MB 22:18:52 docker-security-proxy-setup-go latest 87756ff9eff5 2 minutes ago 25.4MB 22:18:52 docker-support-notifications-go latest fd8a08c9b07b 2 minutes ago 17.9MB 22:18:52 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv 22:18:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.571s coverage: 81.5% of statements 22:18:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:18:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements [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 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.6% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.6% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 64.4% of statements 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:19:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 22:19:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 22:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 22:19:07 Still waiting to schedule task 22:19:07 ‘prd-ubuntu18.04-docker-8c-8g-33477’ is offline 22:19:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 69.0% of statements 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:19:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:19:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.523s coverage: 38.4% of statements 22:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:19:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements 22:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:19:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.134s coverage: 84.8% of statements 22:19:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:19:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:19:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.150s coverage: 100.0% of statements 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:19:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 11.0% of statements 22:19:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:19:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.496s coverage: 87.1% of statements 22:19:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:19:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:19:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.354s coverage: 29.1% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.323s coverage: 95.6% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements 22:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:19:27 GO111MODULE=on go vet ./... 22:20:00 Running on prd-ubuntu18.04-docker-8c-8g-33479 in /w/workspace/edgexfoundry_edgex-go_PR-3329 [Pipeline] { [Pipeline] ws 22:20:00 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 22:20:02 using credential edgex-jenkins-ssh 22:20:02 Cloning the remote Git repository 22:20:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:20:02 > git init /w/workspace/edgex-go/10 # timeout=10 22:20:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:20:02 > git --version # timeout=10 22:20:02 > git --version # 'git version 2.17.1' 22:20:02 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:20:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:20:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:20:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3329/head:refs/remotes/origin/PR-3329 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:20:10 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit bdf97cbf511afb369cd5a318516ede6912a4218a 22:20:10 Merge succeeded, producing bdf97cbf511afb369cd5a318516ede6912a4218a 22:20:10 Checking out Revision bdf97cbf511afb369cd5a318516ede6912a4218a (PR-3329) 22:20:10 > git config core.sparsecheckout # timeout=10 22:20:10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 22:20:10 > git remote # timeout=10 22:20:10 > git config --get remote.origin.url # timeout=10 22:20:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:20:10 > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 22:20:10 > git rev-parse HEAD^{commit} # timeout=10 22:20:10 > git config core.sparsecheckout # timeout=10 22:20:10 > git checkout -f bdf97cbf511afb369cd5a318516ede6912a4218a # timeout=10 22:20:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:15 + echo snap-build.sh 22:20:15 snap-build.sh 22:20:15 + SNAP_BASE_DIR=. 22:20:15 + '[' '!' -z /w/workspace/edgex-go/10 ']' 22:20:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 22:20:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 22:20:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 22:20:15 + cd /w/workspace/edgex-go/10 22:20:15 + sudo apt-get remove -qy --purge lxd lxd-client 22:20:15 Reading package lists... 22:20:15 Building dependency tree... 22:20:15 Reading state information... 22:20:15 The following packages were automatically installed and are no longer required: 22:20:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:20:15 uidmap xdelta3 22:20:15 Use 'sudo apt autoremove' to remove them. 22:20:15 The following packages will be REMOVED: 22:20:15 lxd* lxd-client* 22:20:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:20:16 After this operation, 31.7 MB disk space will be freed. 22:20:17 (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.) 22:20:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:20:18 Removing lxd dnsmasq configuration 22:20:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:20:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:20:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:20:19 (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.) 22:20:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:20:21 Processing triggers for systemd (237-3ubuntu10.42) ... 22:20:21 Processing triggers for ureadahead (0.100.0-21) ... 22:20:22 + sudo snap remove --purge lxd 22:20:22 snap "lxd" is not installed 22:20:22 + sudo groupadd --force --system lxd 22:20:22 ++ whoami 22:20:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:20:22 + newgrp - lxd 22:20:22 + sudo snap install lxd 22:20:30 2021-04-09T22:20:28Z INFO Waiting for automatic snapd restart... 22:20:45 lxd 4.12 from Canonical* installed 22:20:45 + sudo lxd init --auto 22:20:49 gofmt -l . 22:20:49 [ "`gofmt -l .`" = "" ] 22:20:49 ./bin/test-go-mod-tidy.sh 22:20:50 ./bin/test-attribution-txt.sh [Pipeline] sh 22:20:52 + sudo snap install --classic snapcraft 22:20:52 + ls -al . 22:20:52 total 836 22:20:52 drwxrwxr-x 9 1001 1001 4096 Apr 9 22:20 . 22:20:52 drwxr-xr-x 4 root root 4096 Apr 9 22:16 .. 22:20:52 -rw-rw-r-- 1 1001 1001 11 Apr 9 22:14 .dockerignore 22:20:52 drwxrwxr-x 8 1001 1001 4096 Apr 9 22:14 .git 22:20:52 drwxrwxr-x 3 1001 1001 4096 Apr 9 22:14 .github 22:20:52 -rw-rw-r-- 1 1001 1001 818 Apr 9 22:14 .gitignore 22:20:52 -rw-rw-r-- 1 1001 1001 166 Apr 9 22:14 .sonarcloud.properties 22:20:52 -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:14 Attribution.txt 22:20:52 -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:14 CONTRIBUTING.md 22:20:52 -rw-rw-r-- 1 1001 1001 931 Apr 9 22:14 Dockerfile.build 22:20:52 -rw-rw-r-- 1 1001 1001 863 Apr 9 22:14 Jenkinsfile 22:20:52 -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:14 LICENSE 22:20:52 -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:14 Makefile 22:20:52 -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:14 README.md 22:20:52 -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:14 SECURITY.md 22:20:52 -rw-rw-r-- 1 1001 1001 5 Apr 9 22:10 VERSION 22:20:52 -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:14 ZMQWindows.md 22:20:52 drwxrwxr-x 2 1001 1001 4096 Apr 9 22:14 bin 22:20:52 drwxrwxr-x 14 1001 1001 4096 Apr 9 22:14 cmd 22:20:52 -rw-r--r-- 1 root root 697383 Apr 9 22:19 coverage.out 22:20:52 -rw-r--r-- 1 root root 1056 Apr 9 22:20 go.mod 22:20:52 -rw-r--r-- 1 root root 22478 Apr 9 22:20 go.sum 22:20:52 drwxrwxr-x 8 1001 1001 4096 Apr 9 22:14 internal 22:20:52 drwxrwxr-x 4 1001 1001 4096 Apr 9 22:14 openapi 22:20:52 drwxrwxr-x 4 1001 1001 4096 Apr 9 22:14 snap 22:20:52 -rw-rw-r-- 1 1001 1001 168 Apr 9 22:14 version.go [Pipeline] sh 22:20:52 + '[' -e coverage.out ] 22:20:52 + chown 1001:1001 coverage.out [Pipeline] stash 22:20:52 Warning: overwriting stash ‘coverage-report’ 22:20:54 Stashed 1 file(s) [Pipeline] sh 22:20:54 + make build 22:20:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:20:57 snapcraft 4.6 from Canonical* installed 22:20:57 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:20:57 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:20:57 % Total % Received % Xferd Average Speed Time Time Time Current 22:20:57 Dload Upload Total Spent Left Speed 22:20:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5097 22:20:57 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 33.8M 22:20:57 ./yq_linux_amd64 22:20:57 + sudo snapcraft prime --use-lxd 22:20:59 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:20:59 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: 22:20:59 - README.md 22:20:59 22:20:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:21:00 Launching a container. 22:21:07 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 22:21:15 Waiting for container to be ready 22:21:15 To start your first instance, try: lxc launch ubuntu:18.04 22:21:15 22:21:16 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:21:17 Waiting for network to be ready... 22:21:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:21:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:21:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 22:21:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 22:21:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:21:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:21:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 22:21:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 22:21:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 22:21:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 22:21:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:21:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:21:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:21:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:21:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:21:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:21:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:21:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:21:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:21:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 22:21:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 22:21:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:21:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:21:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 22:21:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 22:21:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 22:21:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 22:21:26 Fetched 24.2 MB in 8s (2981 kB/s) 22:21:27 Reading package lists... 22:21:27 Reading package lists... 22:21:27 Building dependency tree... 22:21:27 Reading state information... 22:21:27 The following additional packages will be installed: 22:21:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:21:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:21:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:21:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:21:27 Suggested packages: 22:21:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:21:27 Recommended packages: 22:21:27 gnupg libsasl2-modules 22:21:27 The following NEW packages will be installed: 22:21:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:21:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:21:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:21:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:21:27 The following packages will be upgraded: 22:21:27 gpg gpg-agent gpgconf libudev1 22:21:27 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:21:27 Need to get 3530 kB of archives. 22:21:27 After this operation, 13.3 MB of additional disk space will be used. 22:21:27 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] 22:21:27 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] 22:21:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:21:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:21:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:21:28 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:21:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:21:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:21:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:21:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:21:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:21:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:21:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:21:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:21:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:21:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:21:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:21:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:21:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:21:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:21:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:21:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:21:29 debconf: delaying package configuration, since apt-utils is not installed 22:21:29 Fetched 3530 kB in 2s (2329 kB/s) 22:21:29 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 22:21:29 (Reading database ... 12511 files and directories currently installed.) 22:21:29 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:21:29 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:21:29 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:21:29 Selecting previously unselected package udev. 22:21:29 (Reading database ... 12511 files and directories currently installed.) 22:21:29 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:21:29 Unpacking udev (237-3ubuntu10.45) ... 22:21:30 Selecting previously unselected package libfuse2:amd64. 22:21:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:21:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:21:30 Selecting previously unselected package fuse. 22:21:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:21:30 Unpacking fuse (2.9.7-1ubuntu1) ... 22:21:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:21:30 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:21:30 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:21:30 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:21:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:21:30 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:21:30 Selecting previously unselected package libksba8:amd64. 22:21:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:21:30 Unpacking libksba8:amd64 (1.3.5-2) ... 22:21:30 Selecting previously unselected package libroken18-heimdal:amd64. 22:21:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:21:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:21:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:21:31 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libwind0-heimdal:amd64. 22:21:31 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:21:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:21:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:21:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:21:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:21:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:31 Selecting previously unselected package libsasl2-modules-db:amd64. 22:21:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:21:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:21:31 Selecting previously unselected package libsasl2-2:amd64. 22:21:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:21:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:21:31 Selecting previously unselected package libldap-common. 22:21:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:21:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:21:31 Selecting previously unselected package libldap-2.4-2:amd64. 22:21:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:21:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:21:31 Selecting previously unselected package dirmngr. 22:21:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:21:31 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:21:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:21:32 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:21:32 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:21:32 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:21:32 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:21:32 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:21:32 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Setting up libksba8:amd64 (1.3.5-2) ... 22:21:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:21:32 Setting up udev (237-3ubuntu10.45) ... 22:21:32 invoke-rc.d: policy-rc.d denied execution of start. 22:21:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Processing triggers for systemd (237-3ubuntu10) ... 22:21:32 Setting up fuse (2.9.7-1ubuntu1) ... 22:21:32 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:21:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:33 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:33 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:21:33 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:21:33 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:21:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:21:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:21:33 settings in the [Install] section, and DefaultInstance for template units). 22:21:33 This means they are not meant to be enabled using systemctl. 22:21:33 Possible reasons for having this kind of units are: 22:21:33 1) A unit may be statically enabled by being symlinked from another unit's 22:21:33 .wants/ or .requires/ directory. 22:21:33 2) A unit's purpose may be to act as a helper for some other unit which has 22:21:33 a requirement dependency on it. 22:21:33 3) A unit may be started when needed via activation (socket, path, timer, 22:21:33 D-Bus, udev, scripted systemctl call, ...). 22:21:33 4) In case of template units, the unit is meant to be enabled with some 22:21:33 instance name specified. 22:21:34 Reading package lists... 22:21:34 Building dependency tree... 22:21:34 Reading state information... 22:21:34 The following additional packages will be installed: 22:21:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:21:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:21:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:21:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:21:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:21:34 Suggested packages: 22:21:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:21:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:21:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:21:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:21:34 systemd-container policykit-1 22:21:34 Recommended packages: 22:21:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:21:34 The following NEW packages will be installed: 22:21:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:21:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:21:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:21:34 multiarch-support openssh-client python3 python3-minimal python3.6 22:21:34 python3.6-minimal snapd squashfs-tools sudo 22:21:34 The following packages will be upgraded: 22:21:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:21:34 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:21:34 Need to get 35.2 MB of archives. 22:21:34 After this operation, 141 MB of additional disk space will be used. 22:21:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 22:21:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:21:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:21:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:21:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:21:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:21:35 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:21:35 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 22:21:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 22:21:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:21:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:21:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:21:35 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:21:35 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:21:35 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:21:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:21:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:21:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:21:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:21:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:21:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:21:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:21:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:21:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:21:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:21:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:21:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:21:35 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:21:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:21:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:21:36 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 22:21:36 debconf: delaying package configuration, since apt-utils is not installed 22:21:36 Fetched 35.2 MB in 2s (15.3 MB/s) 22:21:36 (Reading database ... 12757 files and directories currently installed.) 22:21:36 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:21:36 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:21:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:21:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:21:37 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:21:37 (Reading database ... 12757 files and directories currently installed.) 22:21:37 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 22:21:37 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 22:21:38 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 22:21:38 (Reading database ... 12757 files and directories currently installed.) 22:21:38 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 22:21:38 Unpacking apt (1.6.13) over (1.6.1) ... 22:21:38 Setting up apt (1.6.13) ... 22:21:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:21:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:21:38 (Reading database ... 12764 files and directories currently installed.) 22:21:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:21:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:21:39 Selecting previously unselected package libpython3.6-minimal:amd64. 22:21:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:21:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:21:39 Selecting previously unselected package libexpat1:amd64. 22:21:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:21:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:21:39 Selecting previously unselected package python3.6-minimal. 22:21:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:21:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:21:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 22:21:39 Checking for services that may need to be restarted...done. 22:21:39 Checking for services that may need to be restarted...done. 22:21:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:21:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:21:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:21:41 Selecting previously unselected package python3-minimal. 22:21:41 (Reading database ... 13012 files and directories currently installed.) 22:21:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:21:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:21:41 Selecting previously unselected package mime-support. 22:21:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:21:41 Unpacking mime-support (3.60ubuntu1) ... 22:21:41 Selecting previously unselected package libmpdec2:amd64. 22:21:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:21:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:21:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:21:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:21:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:21:41 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 22:21:41 Selecting previously unselected package python3.6. 22:21:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:21:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:21:41 Selecting previously unselected package libpython3-stdlib:amd64. 22:21:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:21:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:21:41 Setting up python3-minimal (3.6.7-1~18.04) ... 22:21:42 Selecting previously unselected package python3. 22:21:42 (Reading database ... 13442 files and directories currently installed.) 22:21:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:21:42 Unpacking python3 (3.6.7-1~18.04) ... 22:21:42 Selecting previously unselected package multiarch-support. 22:21:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:21:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:21:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:21:42 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 22:21:42 Selecting previously unselected package liblzo2-2:amd64. 22:21:42 (Reading database ... 13479 files and directories currently installed.) 22:21:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:21:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:21:42 Selecting previously unselected package libbsd0:amd64. 22:21:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:21:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:21:42 Selecting previously unselected package sudo. 22:21:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:21:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:21:42 Selecting previously unselected package apparmor. 22:21:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:21:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:21:42 Selecting previously unselected package libedit2:amd64. 22:21:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:21:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:21:42 Selecting previously unselected package libkrb5support0:amd64. 22:21:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:21:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:21:43 Selecting previously unselected package libk5crypto3:amd64. 22:21:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:21:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:21:43 Selecting previously unselected package libkeyutils1:amd64. 22:21:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:21:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:21:43 Selecting previously unselected package libkrb5-3:amd64. 22:21:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:21:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:21:43 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:21:43 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:21:43 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:21:43 Selecting previously unselected package libssl1.0.0:amd64. 22:21:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:21:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:21:43 Selecting previously unselected package openssh-client. 22:21:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:21:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:21:43 Selecting previously unselected package squashfs-tools. 22:21:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:21:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:21:43 Selecting previously unselected package snapd. 22:21:43 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:21:43 Unpacking snapd (2.48.3+18.04) ... 22:21:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:21:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:21:46 Setting up mime-support (3.60ubuntu1) ... 22:21:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:21:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:21:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:21:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:21:46 Setting up systemd (237-3ubuntu10.45) ... 22:21:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:21:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:21:47 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 22:21:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:21:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:21:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:21:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:21:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:21:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:21:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:21:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:21:48 Setting up python3 (3.6.7-1~18.04) ... 22:21:48 running python rtupdate hooks for python3.6... 22:21:48 running python post-rtupdate hooks for python3.6... 22:21:48 Setting up apparmor (2.12-4ubuntu5.1) ... 22:21:50 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:21:50 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:21:50 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:21:50 Setting up snapd (2.48.3+18.04) ... 22:21:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:21:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:21:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:21:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:21:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:21:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:21:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:21:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:21:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:21:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:21:52 /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' 22:21:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:21:52 Processing triggers for systemd (237-3ubuntu10.45) ... 22:21: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 22:21:53 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:21:53 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:21:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:21:55 Reading package lists... 22:21:55 Reading package lists... 22:21:55 Building dependency tree... 22:21:55 Reading state information... 22:21:56 Calculating upgrade... 22:21:56 The following packages will be upgraded: 22:21:56 advancecomp base-files bash binutils binutils-common 22:21:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:21:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:21:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:21:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:21:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:21:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:21:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:21:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:21:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:21:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:21:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:21:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:21:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:21:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:21:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:21:56 Need to get 63.8 MB of archives. 22:21:56 After this operation, 5208 kB of additional disk space will be used. 22:21:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 22:21:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:21:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:21:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:21:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:21:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:21:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:21:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:21:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:21:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:21:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:21:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:21:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:21:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:21:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:21:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:21:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:21:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:21:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:21:56 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:21:56 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:21:56 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:21:56 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:21:56 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:21:56 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:21:56 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:21:56 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:21:56 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:21:56 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:21:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:21:56 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:21:56 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:21:56 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:21:56 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:21:56 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:21:56 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:21:56 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:21:56 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:21:56 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:21:56 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 22:21:56 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:21:56 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:21:56 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:21:56 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:21:56 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:21:56 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:21:56 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:21:56 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:21:56 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:21:56 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:21:56 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:21:56 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:21:56 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:21:56 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:21:56 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:21:57 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:21:57 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:21:57 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:21:57 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:21:57 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:21:57 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:21:57 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:21:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:21:57 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:21:57 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 22:21:57 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:21:57 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:21:57 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:21:57 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:21:57 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:21:57 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:21:57 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:21:57 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:21:57 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:21:57 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:21:57 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:21:57 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:21:57 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:21:57 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:21:57 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:21:57 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:21:57 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:21:57 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:21:57 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:21:57 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:21:57 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:21:57 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:21:57 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:21:57 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:21:57 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:21:57 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 22:21:57 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:21:57 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:21:57 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:21:57 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:21:57 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:21:57 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:21:57 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:21:57 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:21:57 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:21:57 debconf: delaying package configuration, since apt-utils is not installed 22:21:57 Fetched 63.8 MB in 2s (40.1 MB/s) 22:21:58 (Reading database ... 13912 files and directories currently installed.) 22:21:58 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:21:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:21:58 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:21:58 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:21:59 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 22:21:59 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 22:21:59 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:21:59 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:21:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:21:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:21:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:00 (Reading database ... 13911 files and directories currently installed.) 22:22:00 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:22:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:22:00 (Reading database ... 13911 files and directories currently installed.) 22:22:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:01 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:22:01 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:22:01 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:01 (Reading database ... 13911 files and directories currently installed.) 22:22:01 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:22:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:22:02 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:22:02 (Reading database ... 13911 files and directories currently installed.) 22:22:02 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:22:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:22:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:22:02 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:22:02 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 22:22:02 Setting up base-files (10.1ubuntu2.10) ... 22:22:02 Installing new version of config file /etc/issue ... 22:22:02 Installing new version of config file /etc/issue.net ... 22:22:02 Installing new version of config file /etc/lsb-release ... 22:22:02 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:22:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:22:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:22:03 Removing obsolete conffile /etc/default/motd-news ... 22:22:03 (Reading database ... 13912 files and directories currently installed.) 22:22:03 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:22:03 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:22:03 Setting up bash (4.4.18-2ubuntu1.2) ... 22:22:03 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 22:22:03 (Reading database ... 13912 files and directories currently installed.) 22:22:03 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:03 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:22:03 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:22:03 (Reading database ... 13912 files and directories currently installed.) 22:22:03 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:22:03 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:22:03 Setting up tar (1.29b-2ubuntu0.2) ... 22:22:04 (Reading database ... 13912 files and directories currently installed.) 22:22:04 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:22:04 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:22:04 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:22:04 (Reading database ... 13912 files and directories currently installed.) 22:22:04 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:04 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:04 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:22:04 (Reading database ... 13912 files and directories currently installed.) 22:22:04 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:22:04 (Reading database ... 13912 files and directories currently installed.) 22:22:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:22:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:22:04 Setting up grep (3.1-2build1) ... 22:22:05 (Reading database ... 13912 files and directories currently installed.) 22:22:05 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:22:05 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:22:05 Setting up login (1:4.5-1ubuntu2) ... 22:22:05 (Reading database ... 13912 files and directories currently installed.) 22:22:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:22:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:05 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:22:05 (Reading database ... 13912 files and directories currently installed.) 22:22:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:06 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 22:22:06 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:06 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:06 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:22:06 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:22:06 (Reading database ... 13912 files and directories currently installed.) 22:22:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:22:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:22:08 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:22:08 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:22:08 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:22:08 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:22:08 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:22:08 (Reading database ... 13912 files and directories currently installed.) 22:22:08 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:22:08 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:22:08 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:22:08 (Reading database ... 13912 files and directories currently installed.) 22:22:08 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:08 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:08 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:22:08 (Reading database ... 13912 files and directories currently installed.) 22:22:08 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:08 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:08 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:22:09 (Reading database ... 13912 files and directories currently installed.) 22:22:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:22:09 (Reading database ... 13912 files and directories currently installed.) 22:22:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:09 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:22:09 (Reading database ... 13912 files and directories currently installed.) 22:22:09 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:22:09 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:09 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:22:09 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:09 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:22:09 (Reading database ... 13912 files and directories currently installed.) 22:22:09 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:22:09 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:22:10 (Reading database ... 13912 files and directories currently installed.) 22:22:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:10 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:10 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:22:10 (Reading database ... 13912 files and directories currently installed.) 22:22:10 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:10 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:22:10 (Reading database ... 13912 files and directories currently installed.) 22:22:10 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:10 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:22:11 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:22:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:22:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:22:11 (Reading database ... 13912 files and directories currently installed.) 22:22:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:22:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:22:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:22:12 (Reading database ... 13912 files and directories currently installed.) 22:22:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:22:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:22:12 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:22:12 (Reading database ... 13914 files and directories currently installed.) 22:22:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:22:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:22:12 Setting up debconf (1.5.66ubuntu1) ... 22:22:13 (Reading database ... 13914 files and directories currently installed.) 22:22:13 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:22:13 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:22:13 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:22:13 (Reading database ... 13914 files and directories currently installed.) 22:22:13 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:22:13 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:22:13 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:22:13 (Reading database ... 13914 files and directories currently installed.) 22:22:13 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:22:13 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:22:13 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:22:13 (Reading database ... 13914 files and directories currently installed.) 22:22:13 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:22:13 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:22:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:22:13 (Reading database ... 13914 files and directories currently installed.) 22:22:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:22:14 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:22:14 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:22:14 (Reading database ... 13914 files and directories currently installed.) 22:22:14 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:22:14 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:22:14 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:22:14 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:22:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:22:15 (Reading database ... 13914 files and directories currently installed.) 22:22:15 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:22:15 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:22:15 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:22:15 (Reading database ... 13914 files and directories currently installed.) 22:22:15 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:22:15 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:22:15 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:22:15 (Reading database ... 13914 files and directories currently installed.) 22:22:15 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:22:15 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:22:15 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:22:16 (Reading database ... 13914 files and directories currently installed.) 22:22:16 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:22:16 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:22:16 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:22:16 (Reading database ... 13914 files and directories currently installed.) 22:22:16 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:22:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:22:16 Setting up passwd (1:4.5-1ubuntu2) ... [Pipeline] } 22:22:16 (Reading database ... 13914 files and directories currently installed.) 22:22:16 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:16 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:16 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:22:16 $ docker stop --time=1 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 22:22:17 (Reading database ... 13914 files and directories currently installed.) 22:22:17 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:22:17 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:22:17 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:22:17 (Reading database ... 13914 files and directories currently installed.) 22:22:17 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:22:17 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:22:17 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:22:18 (Reading database ... 13914 files and directories currently installed.) 22:22:18 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:22:18 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:22:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:22:18 (Reading database ... 13914 files and directories currently installed.) 22:22:18 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:22:18 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:22:18 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:22:18 (Reading database ... 13914 files and directories currently installed.) 22:22:18 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:22:18 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:22:18 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:22:18 (Reading database ... 13914 files and directories currently installed.) 22:22:18 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 22:22:18 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 22:22:18 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 22:22:18 (Reading database ... 13915 files and directories currently installed.) 22:22:18 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:22:18 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:22:19 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:22:19 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:22:19 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:22:19 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:22:19 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:22:19 $ docker rm -f 2ec9a6cdbb3de9f0449992c5213649434c43c0dd52f284dc4acca00f01eeab51 22:22:19 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:22:19 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:22:19 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:22:19 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:22:19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:22:19 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:22:19 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:22:20 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:22:20 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:22:20 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:22:20 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:22:20 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:22:20 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:22:20 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:22:20 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 22:22:20 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:22:20 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:21 22:22:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:22:21 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:22:21 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:22:21 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:22:21 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:22:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:22:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:21 latest: Pulling from edgex-devops/edgex-compose-arm64 22:22:21 29e5d40040c1: Pulling fs layer 22:22:21 1ce36da41761: Pulling fs layer 22:22:21 25b303627fd3: Pulling fs layer 22:22:22 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:22:22 29e5d40040c1: Verifying Checksum 22:22:22 29e5d40040c1: Download complete 22:22:22 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:22:22 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:22:22 1ce36da41761: Verifying Checksum 22:22:22 1ce36da41761: Download complete 22:22:22 29e5d40040c1: Pull complete 22:22:22 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:22:22 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:22:22 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:22:22 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:22:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:23 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:23 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:23 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:23 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:23 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:23 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:24 1ce36da41761: Pull complete 22:22:24 25b303627fd3: Verifying Checksum 22:22:24 25b303627fd3: Download complete 22:22:24 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:24 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:25 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:25 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:26 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:26 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:26 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:26 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:27 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:22:27 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:22:27 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:22:27 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:22:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:22:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:22:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:22:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:22:28 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:22:28 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:22:28 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:22:28 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:22:28 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:22:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:22:28 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:22:28 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:22:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:22:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:22:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:22:29 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:22:29 22:22:29 Current default time zone: 'Etc/UTC' 22:22:29 Local time is now: Fri Apr 9 22:22:29 UTC 2021. 22:22:29 Universal Time is now: Fri Apr 9 22:22:29 UTC 2021. 22:22:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:22:29 22:22:29 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:22:29 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 22:22:29 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:22:29 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:22:29 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:22:29 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:22:29 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:22:29 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:22:29 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:22:29 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:29 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:22:29 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:29 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:22:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:30 Setting up patch (2.7.6-2ubuntu1.1) ... 22:22:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:22:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:22:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 22:22:30 Installing new version of config file /etc/ssl/openssl.cnf ... 22:22:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:22:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:22:30 Setting up ca-certificates (20210119~18.04.1) ... 22:22:31 Updating certificates in /etc/ssl/certs... 22:22:32 23 added, 27 removed; done. 22:22:32 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:22:32 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:22:32 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:22:32 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:22:32 Setting up pkgbinarymangler (138.18.04.1) ... 22:22:32 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:22:32 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:22:32 Setting up perl (5.26.1-6ubuntu0.5) ... 22:22:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:22:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:22:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:22:32 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:22:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:22:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:22:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:22:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:22:33 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:22:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:22:33 Processing triggers for systemd (237-3ubuntu10.45) ... 22:22:33 Processing triggers for mime-support (3.60ubuntu1) ... 22:22:33 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:22:33 Updating certificates in /etc/ssl/certs... 22:22:33 0 added, 0 removed; done. 22:22:33 Running hooks in /etc/ca-certificates/update.d... 22:22:33 done. 22:22:34 25b303627fd3: Pull complete 22:22:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:22:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:22:34 Reading package lists... 22:22:34 prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container 22:22:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:22:34 Building dependency tree... 22:22:34 Reading state information... 22:22:34 The following NEW packages will be installed: 22:22:34 apt-transport-https 22:22:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:22:34 Need to get 1692 B of archives. 22:22:34 After this operation, 154 kB of additional disk space will be used. 22:22:34 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 22:22:35 debconf: delaying package configuration, since apt-utils is not installed 22:22:35 Fetched 1692 B in 0s (7570 B/s) 22:22:35 Selecting previously unselected package apt-transport-https. 22:22:35 (Reading database ... 13920 files and directories currently installed.) 22:22:35 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 22:22:35 Unpacking apt-transport-https (1.6.13) ... 22:22:35 Setting up apt-transport-https (1.6.13) ... 22:22:35 Waiting for network to be ready... 22:22:37 $ docker top 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:38 + grep parallel 22:22:38 + docker-compose build --help 22:22:42 --parallel Build images in parallel. 22:22:42 2021-04-09T22:22:39Z INFO Waiting for automatic snapd restart... [Pipeline] } 22:22:42 $ docker stop --time=1 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b 22:22:42 snapd 2.49.2 from Canonical* installed 22:22:44 "snapd" switched to the "latest/stable" channel 22:22:44 22:22:44 $ docker rm -f 0e6b0bab39ff224e0fdf823cb2a58f976392498164909d9a329d1f672fc80a9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:22:45 . [Pipeline] withDockerContainer 22:22:45 prd-ubuntu18.04-docker-arm64-4c-16g-33478 does not seem to be running inside a container 22:22:45 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:22:46 $ docker top d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:48 + docker-compose -f ./docker-compose-build.yml build --parallel 22:22:48 core18 20210309 from Canonical* installed 22:22:48 "core18" switched to the "latest/stable" channel 22:22:48 22:22:52 Building docker-core-command-go ... 22:22:52 Building docker-core-data-go ... 22:22:52 Building docker-core-metadata-go ... 22:22:52 Building docker-security-bootstrapper-go ... 22:22:52 Building docker-security-proxy-setup-go ... 22:22:52 Building docker-security-secretstore-setup-go ... 22:22:52 Building docker-support-notifications-go ... 22:22:52 Building docker-support-scheduler-go ... 22:22:52 Building docker-sys-mgmt-agent-go ... 22:22:52 Building docker-security-secretstore-setup-go 22:22:52 Building docker-security-proxy-setup-go 22:22:52 Building docker-core-metadata-go 22:22:52 Building docker-support-scheduler-go 22:22:52 Building docker-security-bootstrapper-go 22:22:53 snapcraft 4.6 from Canonical* installed 22:22:53 "snapcraft" switched to the "latest/stable" channel 22:22:53 22:22:56 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: 22:22:56 - README.md 22:22:56 22:22:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:23:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:03 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:23:03 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:23:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:23:05 Reading package lists... 22:23:05 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 22:23:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:12 Reading package lists... 22:23:12 Building dependency tree... 22:23:12 Reading state information... 22:23:12 Suggested packages: 22:23:12 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:23:12 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:23:12 Recommended packages: 22:23:12 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:23:12 The following NEW packages will be installed: 22:23:12 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:23:12 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:23:12 pkg-config zip 22:23:12 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:23:12 Need to get 7663 kB of archives. 22:23:12 After this operation, 43.8 MB of additional disk space will be used. 22:23:12 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:23:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:23:12 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:23:12 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:23:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:23:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:23:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:23:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:23:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:23:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:23:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 22:23:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:23:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:23:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:23:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:23:13 debconf: delaying package configuration, since apt-utils is not installed 22:23:13 Fetched 7663 kB in 1s (7086 kB/s) 22:23:13 Selecting previously unselected package libglib2.0-0:amd64. 22:23:13 (Reading database ... 13924 files and directories currently installed.) 22:23:13 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:23:13 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:23:13 Selecting previously unselected package libpsl5:amd64. 22:23:13 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:23:13 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:23:13 Selecting previously unselected package libnghttp2-14:amd64. 22:23:13 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:23:13 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:23:14 Selecting previously unselected package librtmp1:amd64. 22:23:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:23:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:23:14 Selecting previously unselected package libcurl3-gnutls:amd64. 22:23:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 22:23:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:23:14 Selecting previously unselected package liberror-perl. 22:23:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:23:14 Unpacking liberror-perl (0.17025-1) ... 22:23:14 Selecting previously unselected package git-man. 22:23:14 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:23:14 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:23:14 Selecting previously unselected package git. 22:23:14 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:23:14 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:23:15 Selecting previously unselected package libnorm1:amd64. 22:23:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:23:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:23:15 Selecting previously unselected package libpgm-5.2-0:amd64. 22:23:15 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:23:15 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:23:15 Selecting previously unselected package libsodium23:amd64. 22:23:15 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:23:15 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:23:15 Selecting previously unselected package libzmq5:amd64. 22:23:15 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:23:15 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:23:15 Selecting previously unselected package libzmq3-dev:amd64. 22:23:15 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:23:15 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:23:16 Selecting previously unselected package pkg-config. 22:23:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:23:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:23:16 Selecting previously unselected package zip. 22:23:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:23:16 Unpacking zip (3.0-11build1) ... 22:23:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:23:16 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:23:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:23:16 Setting up liberror-perl (0.17025-1) ... 22:23:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:23:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:23:16 No schema files found: doing nothing. 22:23:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:23:16 Setting up zip (3.0-11build1) ... 22:23:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:23:16 Setting up libsodium23:amd64 (1.0.16-2) ... 22:23:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:23:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:23:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:23:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:23:16 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:23:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:23:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:23 git set to automatically installed. 22:23:23 git-man set to automatically installed. 22:23:23 libcurl3-gnutls set to automatically installed. 22:23:23 liberror-perl set to automatically installed. 22:23:23 libglib2.0-0 set to automatically installed. 22:23:23 libnghttp2-14 set to automatically installed. 22:23:23 libnorm1 set to automatically installed. 22:23:23 libpgm-5.2-0 set to automatically installed. 22:23:23 libpsl5 set to automatically installed. 22:23:23 librtmp1 set to automatically installed. 22:23:23 libsodium23 set to automatically installed. 22:23:23 libzmq3-dev set to automatically installed. 22:23:23 libzmq5 set to automatically installed. 22:23:23 pkg-config set to automatically installed. 22:23:23 zip set to automatically installed. 22:23:24 snapd is not logged in, snap install commands will use sudo 22:23:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:49 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:23:50 snapd is not logged in, snap install commands will use sudo 22:23:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:23:57 snap "core18" has no updates available 22:23:58 Pulling go-build-helper 22:23:58 + snapcraftctl pull 22:23:59 'app-service-config' has dependencies that need to be staged: go-build-helper 22:23:59 Skipping pull go-build-helper (already ran) 22:23:59 Building go-build-helper 22:23:59 + snapcraftctl build 22:24:02 Staging go-build-helper 22:24:02 + snapcraftctl stage 22:24:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:24:14 ---> f75c3e438f8e 22:24:14 Step 3/31 : WORKDIR /edgex-go 22:24:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:24:14 ---> f75c3e438f8e 22:24:14 Step 3/22 : WORKDIR /edgex-go 22:24:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:24:14 ---> f75c3e438f8e 22:24:14 Step 3/21 : WORKDIR /edgex-go 22:24:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:24:14 ---> f75c3e438f8e 22:24:14 Step 3/23 : WORKDIR /edgex-go 22:24:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:24:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:24:14 ---> f75c3e438f8e 22:24:14 Step 3/24 : WORKDIR /edgex-go 22:24:14 ---> Running in be0168df5e85 22:24:14 ---> Running in 3354398065c6 22:24:14 ---> Running in 1718b20f1235 22:24:14 ---> Running in 2e22e40de7b3 22:24:14 ---> Running in 8c9addf599f0 22:24:14 Removing intermediate container be0168df5e85 22:24:14 ---> 132f318b739f 22:24:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:14 Removing intermediate container 3354398065c6 22:24:14 ---> 99ff0b18b833 22:24:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:14 Removing intermediate container 1718b20f1235 22:24:14 ---> 5034412ccd23 22:24:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:14 Removing intermediate container 2e22e40de7b3 22:24:14 ---> 9ccb6f3af6b1 22:24:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:14 Removing intermediate container 8c9addf599f0 22:24:14 ---> 6b1826bcbe03 22:24:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:24:14 ---> Running in 5ba3d997d2b1 22:24:14 ---> Running in 372b7682b414 22:24:14 ---> Running in 12257c46845b 22:24:14 ---> Running in 5c41b4c57649 22:24:14 ---> Running in b9022039985e 22:24:14 Removing intermediate container 372b7682b414 22:24:14 ---> b423966f85d0 22:24:14 Step 5/24 : RUN apk add --update --no-cache make git 22:24:14 Removing intermediate container 12257c46845b 22:24:14 ---> 2ad2ac646d0c 22:24:14 Step 5/22 : RUN apk add --update --no-cache make git 22:24:14 ---> Running in 74b27c0fddec 22:24:14 ---> Running in b17b7bc11605 22:24:14 Removing intermediate container 5ba3d997d2b1 22:24:14 ---> ba181217e747 22:24:14 Step 5/23 : RUN apk add --update --no-cache make git 22:24:14 Removing intermediate container b9022039985e 22:24:14 ---> 493123c14e06 22:24:14 Step 5/31 : RUN apk add --update --no-cache make git 22:24:14 Removing intermediate container 5c41b4c57649 22:24:14 ---> 09ebb044b768 22:24:14 Step 5/21 : RUN apk add --update --no-cache make git 22:24:14 ---> Running in b813dfcb9503 22:24:14 ---> Running in 812bebbfabb0 22:24:14 ---> Running in 0d24e2890ab8 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:14 OK: 217 MiB in 51 packages 22:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:14 OK: 217 MiB in 51 packages 22:24:14 OK: 217 MiB in 51 packages 22:24:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:24:14 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:24:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:24:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 22:24:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:24:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:24:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:24:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:24:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:24:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:24:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:24:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 22:24:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:24:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:24:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 22:24:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 22:24:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 22:24:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 22:24:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:24:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 22:24:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 22:24:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:24:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:24:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 22:24:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 22:24:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 22:24:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 22:24:14 Fetched 24.2 MB in 0s (0 B/s) 22:24:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:24:14 Fetched 224 kB in 0s (0 B/s) 22:24:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:24:14 Fetched 157 kB in 0s (0 B/s) 22:24:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:24:14 Fetched 221 kB in 0s (0 B/s) 22:24:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:24:14 Fetched 143 kB in 0s (0 B/s) 22:24:14 Pulling app-service-config 22:24:14 + snapcraftctl pull 22:24:15 OK: 217 MiB in 51 packages 22:24:15 Cloning into '/root/parts/app-service-config/src'... 22:24:15 OK: 217 MiB in 51 packages 22:24:15 Pulling config-common 22:24:15 + snapcraftctl pull 22:24:15 Removing intermediate container 74b27c0fddec 22:24:15 ---> dfa229e40cf2 22:24:15 Step 6/24 : COPY go.mod . 22:24:16 Removing intermediate container b17b7bc11605 22:24:16 ---> 6182c3c50117 22:24:16 Step 6/22 : COPY go.mod . 22:24:16 Removing intermediate container b813dfcb9503 22:24:16 ---> a374a535d838 22:24:16 Step 6/23 : COPY go.mod . 22:24:16 Removing intermediate container 812bebbfabb0 22:24:16 ---> b5fcd1793357 22:24:16 Step 6/31 : COPY go.mod . 22:24:16 ---> d923a02cb5ef 22:24:16 Step 7/24 : RUN go mod download 22:24:17 ---> Running in 283df94957d5 22:24:17 ---> b86fa466b3dd 22:24:17 Step 7/22 : RUN go mod download 22:24:17 Removing intermediate container 0d24e2890ab8 22:24:17 ---> 6b87db0f9d4d 22:24:17 Step 6/21 : COPY go.mod . 22:24:17 ---> Running in 00d1725e9759 22:24:17 ---> d9b56fe56501 22:24:17 Step 7/23 : RUN go mod download 22:24:17 ---> Running in b656d75d61f1 22:24:18 ---> a44b1a271d17 22:24:18 Step 7/31 : RUN go mod download 22:24:18 ---> Running in 47216e68473b 22:24:19 ---> 0680620d05db 22:24:19 Step 7/21 : RUN go mod download 22:24:19 ---> Running in 6bc316658c33 22:24:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:24:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:24:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:24:20 Fetched 0 B in 0s (0 B/s) 22:24:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:24:20 Fetched 0 B in 0s (0 B/s) 22:24:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:24:20 Fetched 0 B in 0s (0 B/s) 22:24:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:24:20 Fetched 0 B in 0s (0 B/s) 22:24:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:24:20 Fetched 0 B in 0s (0 B/s) 22:24:20 Pulling edgex-go 22:24:20 + snapcraftctl pull 22:24:22 Removing intermediate container 283df94957d5 22:24:22 ---> a6a2e4ad99cb 22:24:22 Step 8/24 : COPY . . 22:24:22 Removing intermediate container 00d1725e9759 22:24:22 ---> 1d35559eceb4 22:24:22 Step 8/22 : COPY . . 22:24:23 Removing intermediate container 47216e68473b 22:24:23 Removing intermediate container b656d75d61f1 22:24:23 ---> e76618b89127 22:24:23 ---> 2018d8b153aa 22:24:23 Step 8/31 : COPY . .Step 8/23 : COPY . . 22:24:23 22:24:23 Removing intermediate container 6bc316658c33 22:24:23 ---> a79662045e45 22:24:23 Step 8/21 : COPY . . 22:24:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:24:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:24:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:24:42 Fetched 0 B in 0s (0 B/s) 22:24:42 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:24:42 Fetched 96.5 kB in 0s (0 B/s) 22:24:42 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:24:42 Fetched 279 kB in 0s (0 B/s) 22:24:42 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:24:42 Fetched 122 kB in 0s (0 B/s) 22:24:42 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:24:42 Fetched 77.8 kB in 0s (0 B/s) 22:24:42 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:24:42 Fetched 8848 B in 0s (0 B/s) 22:24:42 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:24:42 Fetched 47.8 kB in 0s (0 B/s) 22:24:42 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:24:42 Fetched 45.6 kB in 0s (0 B/s) 22:24:42 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:24:42 Fetched 15.0 kB in 0s (0 B/s) 22:24:42 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 22:24:42 Fetched 219 kB in 0s (0 B/s) 22:24:42 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:24:42 Fetched 154 kB in 0s (0 B/s) 22:24:42 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:24:42 Fetched 50.6 kB in 0s (0 B/s) 22:24:42 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:24:42 Fetched 14.8 kB in 0s (0 B/s) 22:24:42 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:24:42 Fetched 41.8 kB in 0s (0 B/s) 22:24:42 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:24:42 Fetched 499 kB in 0s (0 B/s) 22:24:42 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:24:42 Fetched 111 kB in 0s (0 B/s) 22:24:42 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:24:42 Fetched 240 kB in 0s (0 B/s) 22:24:42 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:24:42 Fetched 29.3 kB in 0s (0 B/s) 22:24:42 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:24:42 Fetched 85.5 kB in 0s (0 B/s) 22:24:42 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:24:42 Fetched 24.5 kB in 0s (0 B/s) 22:24:42 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:24:42 Fetched 49.2 kB in 0s (0 B/s) 22:24:42 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:24:42 Fetched 54.2 kB in 0s (0 B/s) 22:24:42 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:24:42 Fetched 30.8 kB in 0s (0 B/s) 22:24:42 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:24:42 Fetched 15.8 kB in 0s (0 B/s) 22:24:42 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:24:42 Fetched 85.9 kB in 0s (0 B/s) 22:24:42 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:24:42 Fetched 8720 B in 0s (0 B/s) 22:24:42 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:24:42 Fetched 137 kB in 0s (0 B/s) 22:24:42 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:24:42 Fetched 119 kB in 0s (0 B/s) 22:24:42 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:24:42 Fetched 109 kB in 0s (0 B/s) 22:24:42 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:24:42 Fetched 11.1 kB in 0s (0 B/s) 22:24:42 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:24:42 Fetched 645 kB in 0s (0 B/s) 22:24:42 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:24:42 Fetched 41.3 kB in 0s (0 B/s) 22:24:42 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:24:42 Fetched 17.9 kB in 0s (0 B/s) 22:24:42 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:24:42 Fetched 368 kB in 0s (0 B/s) 22:24:42 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:24:42 Fetched 187 kB in 0s (0 B/s) 22:24:42 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:24:42 Fetched 175 kB in 0s (0 B/s) 22:24:42 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:24:42 Fetched 206 kB in 0s (0 B/s) 22:24:42 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 22:24:42 Fetched 1301 kB in 0s (0 B/s) 22:24:42 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:24:42 Fetched 36.2 kB in 0s (0 B/s) 22:24:42 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 22:24:42 Fetched 159 kB in 0s (0 B/s) 22:24:42 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:24:42 Fetched 107 kB in 0s (0 B/s) 22:24:42 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:24:42 Fetched 48.7 kB in 0s (0 B/s) 22:24:42 Pulling static-packages 22:24:42 + snapcraftctl pull 22:24:43 Pulling version 22:24:43 + cd /root/project 22:24:43 + [ -f VERSION ] 22:24:43 + PROJECT_VERSION=local-dev 22:24:43 + git rev-parse --short HEAD 22:24:43 + GIT_REVISION=bdf97cbf 22:24:43 + snapcraftctl set-version local-dev 22:24:44 Skipping build go-build-helper (already ran) 22:24:44 Building app-service-config 22:24:44 + make build 22:24:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:24:46 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 22:24:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 22:24:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 22:24:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 22:24:46 go: downloading github.com/google/uuid v1.2.0 22:24:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 22:24:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 22:24:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:24:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 22:24:46 go: downloading github.com/x448/float16 v0.8.4 22:24:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:24:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 22:24:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:24:47 go: downloading github.com/BurntSushi/toml v0.3.1 22:24:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:24:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:24:47 go: downloading github.com/gorilla/websocket v1.4.2 22:24:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:24:47 go: downloading github.com/gorilla/mux v1.8.0 22:24:47 go: downloading github.com/hashicorp/consul/api v1.8.1 22:24:47 go: downloading github.com/pebbe/zmq4 v1.2.7 22:24:47 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:24:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:24:47 go: downloading github.com/go-kit/kit v0.8.0 22:24:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:24:47 go: downloading github.com/pelletier/go-toml v1.2.0 22:24:47 go: downloading github.com/mattn/go-isatty v0.0.12 22:24:47 go: downloading github.com/fatih/color v1.9.0 22:24:47 go: downloading github.com/hashicorp/serf v0.9.5 22:24:47 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:24:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:24:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:24:47 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:24:47 go: downloading github.com/go-playground/validator/v10 v10.4.1 22:24:47 go: downloading github.com/mattn/go-colorable v0.1.6 22:24:47 go: downloading github.com/mitchellh/copystructure v1.0.0 22:24:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:24:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:24:48 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 22:24:48 go: downloading github.com/go-playground/universal-translator v0.17.0 22:24:48 go: downloading github.com/leodido/go-urn v1.2.0 22:24:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:24:48 go: downloading github.com/go-playground/locales v0.13.0 22:24:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:24:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:24:50 ---> ada416c7c2b9 22:24:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:24:50 ---> 65208e0caed5 22:24:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:24:50 ---> 8982e96f5197 22:24:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:24:50 ---> Running in 23965e58b81f 22:24:50 ---> 3a1fb11cd126 22:24:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:24:50 ---> f7dd16cdc546 22:24:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:24:50 ---> Running in c39b9f465673 22:24:50 ---> Running in be924248e072 22:24:50 ---> Running in dfc4e54de19c 22:24:50 ---> Running in bff7791c607a 22:24:51 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 22:24: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 22:24:52 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 22:24: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 22:24: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 22:25:00 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:25:00 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:25:00 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:25:00 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:25:00 Building config-common 22:25:00 + snapcraftctl build 22:25:02 Building edgex-go 22:25:03 + cd /root/parts/edgex-go/src 22:25:03 + make build 22:25:03 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 22:25:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 22:25:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:25:04 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 22:25:04 go: downloading github.com/imdario/mergo v0.3.12 22:25:04 go: downloading github.com/pkg/errors v0.8.1 22:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:25:08 go: downloading gopkg.in/yaml.v2 v2.4.0 22:25:15 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 22:25:16 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 22:25:18 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 22:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:25:18 go: downloading github.com/stretchr/testify v1.7.0 22:25:18 go: downloading github.com/davecgh/go-spew v1.1.1 22:25:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:25:18 go: downloading github.com/pmezard/go-difflib v1.0.0 22:25:20 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 22:25:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:25:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:25:22 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 22:25:23 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 22:25:25 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 22:25:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:25:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:25:27 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 22:25:27 go: downloading github.com/lib/pq v1.9.0 22:25:30 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:25:30 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:25:30 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:25:30 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:25:30 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:25:30 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:25:30 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:25:30 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:25:30 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:25:30 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:25:30 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:25:30 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:25:30 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:25:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:25:30 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:25:30 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:25:30 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:25:30 + 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 22:25:30 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:25:30 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:25:30 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:25:30 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:25:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:25:30 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:25:30 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:25:30 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:25:33 Building static-packages 22:25:33 + snapcraftctl build 22:25:36 Building version 22:25:36 + snapcraftctl build 22:25:38 Skipping stage go-build-helper (already ran) 22:25:38 Staging app-service-config 22:25:38 + snapcraftctl stage 22:25:39 Staging config-common 22:25:39 + snapcraftctl stage 22:25:40 Staging edgex-go 22:25:40 + snapcraftctl stage 22:25:41 Staging static-packages 22:25:41 + snapcraftctl stage 22:25:43 Staging version 22:25:43 + snapcraftctl stage 22:25:44 Priming go-build-helper 22:25:44 + snapcraftctl prime 22:25:45 Priming app-service-config 22:25:45 + snapcraftctl prime 22:25:46 Priming config-common 22:25:46 + snapcraftctl prime 22:25:47 Priming edgex-go 22:25:47 + snapcraftctl prime 22:25:49 Priming static-packages 22:25:49 + snapcraftctl prime 22:25:51 Priming version 22:25:51 + snapcraftctl prime 22:25:52 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] } 22:26:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:26: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 22:26:41 Removing intermediate container 23965e58b81f 22:26:41 ---> a99141c5fa9b 22:26:41 22:26:41 Step 10/24 : FROM alpine:3.12 22:26:41 3.12: Pulling from library/alpine 22:26:43 Removing intermediate container dfc4e54de19c 22:26:43 ---> 69be0e0befcc 22:26:43 22:26:43 Step 10/31 : FROM alpine:3.12 22:26:43 3.12: Pulling from library/alpine 22:26:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:26:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 22:26:43 Status: Downloaded newer image for alpine:3.12 22:26:43 ---> d75e27dfc0a0 22:26:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:26:43 Status: Downloaded newer image for alpine:3.12 22:26:43 ---> d75e27dfc0a0 22:26:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:26:44 ---> Running in d09ada3b5828 22:26:44 ---> Running in b703b59eb18a 22:26:45 Removing intermediate container bff7791c607a 22:26:45 ---> ec13d6cd0166 22:26:45 22:26:45 Step 10/21 : FROM alpine:3.12 22:26:45 ---> d75e27dfc0a0 22:26:45 Step 11/21 : RUN apk add --update --no-cache curl 22:26:45 ---> Running in dab71a2917f6 22:26:45 Removing intermediate container b703b59eb18a 22:26:45 ---> f815f143a474 22:26:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:26:45 ---> Running in 7b09a9cf8cf7 22:26:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:47 (1/6) Installing ca-certificates (20191127-r4) 22:26:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:48 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:26:48 (3/6) Installing libcurl (7.69.1-r3) 22:26:48 (4/6) Installing curl (7.69.1-r3) 22:26:48 (5/6) Installing dumb-init (1.2.2-r1) 22:26:48 (6/6) Installing su-exec (0.2-r1) 22:26:48 Executing busybox-1.31.1-r20.trigger 22:26:48 Executing ca-certificates-20191127-r4.trigger 22:26:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:48 OK: 7 MiB in 20 packages 22:26:48 (1/4) Installing ca-certificates (20191127-r4) 22:26:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:26:48 (3/4) Installing libcurl (7.69.1-r3) 22:26:48 (4/4) Installing curl (7.69.1-r3) 22:26:48 Executing busybox-1.31.1-r20.trigger 22:26:48 Executing ca-certificates-20191127-r4.trigger 22:26:48 OK: 7 MiB in 18 packages 22:26:48 (1/2) Installing dumb-init (1.2.2-r1) 22:26:48 (2/2) Installing su-exec (0.2-r1) 22:26:48 Executing busybox-1.31.1-r20.trigger 22:26:48 OK: 5 MiB in 16 packages 22:26:50 Removing intermediate container c39b9f465673 22:26:50 ---> ea2fa0251f93 22:26:50 22:26:50 Step 10/22 : FROM alpine:3.12 22:26:50 ---> d75e27dfc0a0 22:26:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:26:51 ---> Running in 46a39b1cffc2 22:26:51 Removing intermediate container 7b09a9cf8cf7 22:26:51 ---> 82b871a11faa 22:26:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:26:51 Removing intermediate container d09ada3b5828 22:26:51 ---> 29a0f1167076 22:26:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:26:52 ---> Running in b85a9ff0d979 22:26:52 ---> Running in 21cfccdea2bb 22:26:52 Removing intermediate container dab71a2917f6 22:26:52 ---> 9992189df8ac 22:26:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:26:52 ---> Running in a5aed6634304 22:26:52 Removing intermediate container 21cfccdea2bb 22:26:52 ---> 1366a7fc9445 22:26:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:26:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:53 Removing intermediate container b85a9ff0d979 22:26:53 ---> e34b83b76a29 22:26:53 Step 13/24 : WORKDIR / 22:26:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:53 ---> Running in 8ad02dd278e8 22:26:53 ---> Running in 3fb380fe7eab 22:26:53 Removing intermediate container a5aed6634304 22:26:53 ---> 036df6b3986f 22:26:53 Step 13/21 : WORKDIR /edgex 22:26:53 (1/1) Installing dumb-init (1.2.2-r1) 22:26:53 Executing busybox-1.31.1-r20.trigger 22:26:53 OK: 5 MiB in 15 packages 22:26:54 ---> Running in 77b601ff65d3 22:26:54 Removing intermediate container 8ad02dd278e8 22:26:54 ---> cfff49180d51 22:26:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:26:54 Removing intermediate container 3fb380fe7eab 22:26:54 ---> 8741b582ad11 22:26:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:26:54 ---> Running in 9fe558114e2a 22:26:54 Removing intermediate container 77b601ff65d3 22:26:54 ---> eaceef115be1 22:26:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:26:55 ---> 8348c7e3ebbe 22:26: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 22:26:56 Removing intermediate container 46a39b1cffc2 22:26:56 ---> 823b92395ed5 22:26:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:26:56 ---> 9c5357471e9c 22:26:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:26:56 ---> Running in db931465b22b 22:26:57 ---> 290ffda6da67 22:26:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:26:58 Removing intermediate container db931465b22b 22:26:58 ---> dfe3e75f130e 22:26:58 Step 13/22 : ENV APP_PORT=48085 22:26:58 ---> Running in 18f66351c46e 22:26:58 ---> 6ebcb2ab46a3 22:26:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:26:58 Removing intermediate container 9fe558114e2a 22:26:58 ---> 897a5ad60d98 22:26:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:26:58 ---> 3f5e1c03481e 22:26:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:26:58 ---> Running in 3e41347c7085 22:26:59 Removing intermediate container be924248e072 22:26:59 ---> 7e7c5cc2a054 22:26:59 22:26:59 Step 10/23 : FROM alpine:3.12 22:26:59 ---> d75e27dfc0a0 22:26:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:26:59 ---> Using cache 22:26:59 ---> 823b92395ed5 22:26:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:26:59 ---> Using cache 22:26:59 ---> dfe3e75f130e 22:26:59 Step 13/23 : ENV APP_PORT=48081 22:26:59 Removing intermediate container 18f66351c46e 22:26:59 ---> 6fa3079700ee 22:26:59 Step 14/22 : EXPOSE $APP_PORT 22:26:59 ---> Running in 3146c20e8d71 22:26:59 ---> Running in 2cec5cb0d131 22:26:59 Removing intermediate container 3e41347c7085 22:26:59 ---> 3b7cc96002d8 22:26:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:27:00 ---> ea74cc63739b 22:27:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:27:00 ---> 362a108c8e66 22:27:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:27:00 Removing intermediate container 2cec5cb0d131 22:27:00 ---> ec80b5f1f2d6 22:27:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:01 ---> Running in ceef2edd9b09 22:27:01 Removing intermediate container 3146c20e8d71 22:27:01 ---> 5931dec17dfa 22:27:01 Step 14/23 : EXPOSE $APP_PORT 22:27:01 ---> e7fa36159885 22:27:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:27:01 ---> Running in fd28acc420f3 22:27:01 ---> Running in 060d785c9e2e 22:27:01 Removing intermediate container ceef2edd9b09 22:27:01 ---> 11146c00442e 22:27:01 Step 18/21 : CMD ["--init=true"] 22:27:01 Removing intermediate container fd28acc420f3 22:27:01 ---> 30bdd19031ea 22:27:01 Step 15/23 : WORKDIR / 22:27:02 ---> Running in 0d6a8e041e27 22:27:02 ---> c1dea0e71ae6 22:27:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:27:02 ---> Running in a57d3a9c3965 22:27:02 ---> 80ed01d03667 22:27:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:27:02 Removing intermediate container 0d6a8e041e27 22:27:02 ---> 5877695dc307 22:27:02 Step 19/21 : LABEL arch=arm64 22:27:03 ---> Running in aa0776481ba5 22:27:03 Removing intermediate container a57d3a9c3965 22:27:03 ---> 50ffbdde1fd5 22:27:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:03 ---> 4b1718ff6aba 22:27:03 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/ 22:27:03 ---> Running in 139e04ba1e45 22:27:04 Removing intermediate container aa0776481ba5 22:27:04 ---> 92ccc3bf1e36 22:27:04 Step 20/21 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:27:04 ---> 8d56cfa4aaea 22:27:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:27:04 ---> Running in 2d41e030df08 22:27:04 Removing intermediate container 060d785c9e2e 22:27:04 ---> ca6535578d46 22:27:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:04 ---> 1a7f5238ab58 22:27:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:27:05 Removing intermediate container 2d41e030df08 22:27:05 ---> f43f0b0d7193 22:27:05 Step 21/21 : LABEL version=0.0.0 22:27:05 ---> Running in 3e3aa4bd3604 22:27:05 ---> a12727e4a587 22:27:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:27:05 ---> Running in 773c4039776b 22:27:05 ---> 033a7e56a350 22:27:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:27:06 Removing intermediate container 3e3aa4bd3604 22:27:06 ---> 1e3b79778ce9 22:27:06 22:27:06 ---> d80d07e39c38 22:27:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:27:06 Removing intermediate container 773c4039776b 22:27:06 ---> 22de148a78ba 22:27:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:07 Successfully built 1e3b79778ce9 22:27:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:27:07 ---> Running in 41829be53477 22:27:07  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 22:27:07 Removing intermediate container 139e04ba1e45 22:27:07 ---> 8f55efad7f64 22:27:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:27:07 ---> 56aeb9e73a9c 22:27:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:27:07 ---> Running in 4252022d7aff 22:27:07 Removing intermediate container 41829be53477 22:27:07 ---> 79f2fe38b341 22:27:07 Step 20/22 : LABEL arch=arm64 22:27:07 ---> 40b57b83b19b 22:27:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:27:08 ---> Running in ee9f096bdae5 22:27:08 ---> Running in 6252d2cf75bd 22:27:08 Removing intermediate container 4252022d7aff 22:27:08 ---> a7bd9c357756 22:27:08 Step 22/24 : LABEL arch=arm64 22:27:09 ---> 840784ac0ef9 22:27:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:27:09 ---> Running in 0e5424a39d2c 22:27:10 Removing intermediate container ee9f096bdae5 22:27:10 Removing intermediate container 6252d2cf75bd 22:27:10 ---> 36baeeb25a17 22:27:10 ---> f1a2dd06332f 22:27:10 Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:27:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:27:10 ---> 4bf1862e7323 22:27:10 Removing intermediate container 0e5424a39d2c 22:27:10 ---> ec6361b35d8b 22:27:10 Step 23/24 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:27:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:27:10 ---> Running in 8691c37f1177 22:27:10 ---> Running in 9e5ec25c00cc 22:27:11 ---> Running in 39341064b7f5 22:27:12 Removing intermediate container 8691c37f1177 22:27:12 ---> 307d54a2276e 22:27:12 Step 21/23 : LABEL arch=arm64 22:27:12 Removing intermediate container 9e5ec25c00cc 22:27:12 ---> 12aa125a935f 22:27:12 Step 22/22 : LABEL version=0.0.0 22:27:12 ---> Running in 848a977d73a6 22:27:12 ---> b60a4fddb0d4 22:27:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:27:12 Removing intermediate container 39341064b7f5 22:27:12 ---> aa84dcaa5e2c 22:27:12 Step 24/24 : LABEL version=0.0.0 22:27:12 ---> Running in 62794fd54b73 22:27:12 ---> Running in 72ef9c250168 22:27:12 ---> Running in 3b5ceea6b43c 22:27:13 Removing intermediate container 848a977d73a6 22:27:13 ---> a40366aef010 22:27:13 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:27:13 Removing intermediate container 62794fd54b73 22:27:13 ---> 21fce29fc07f 22:27:13 22:27:13 Removing intermediate container 3b5ceea6b43c 22:27:13 ---> 960bc3ace014 22:27:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:27:13 ---> Running in fda27f4761ed 22:27:13 Removing intermediate container 72ef9c250168 22:27:13 ---> b8e5fb7677b9 22:27:13 22:27:14 Successfully built 21fce29fc07f 22:27:14 Successfully tagged docker-support-scheduler-go-arm64:latest 22:27:14  Building docker-support-scheduler-go ... done Building docker-core-command-go 22:27:14 Successfully built b8e5fb7677b9 22:27:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:27:14 Building docker-core-data-go 22:27:14 Removing intermediate container fda27f4761ed 22:27:14  Building docker-security-secretstore-setup-go ... done  ---> 6b8f333bffc7 22:27:14 Step 23/23 : LABEL version=0.0.0 22:27:14 ---> 8b22b21a560a 22:27:14 Step 26/31 : RUN chmod +x /entrypoint.sh 22:27:14 ---> Running in bed014008210 22:27:15 ---> Running in ba9b664ca082 22:27:15 Removing intermediate container bed014008210 22:27:15 ---> f765156d48f9 22:27:15 22:27:16 Successfully built f765156d48f9 22:27:16 Successfully tagged docker-core-metadata-go-arm64:latest 22:27:16 Building docker-support-notifications-go 22:27:18  Building docker-core-metadata-go ... done Removing intermediate container ba9b664ca082 22:27:18 ---> 96c72217db98 22:27:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:27:18 ---> Running in 053403321ed7 22:27:19 Removing intermediate container 053403321ed7 22:27:19 ---> 1830fb8fd91d 22:27:19 Step 28/31 : CMD ["gate"] 22:27:20 ---> Running in 936b0f99193b 22:27:22 Removing intermediate container 936b0f99193b 22:27:22 ---> 240a7c4fe9b4 22:27:22 Step 29/31 : LABEL arch=arm64 22:27:23 ---> Running in b0145b9800ef 22:27:23 Removing intermediate container b0145b9800ef 22:27:23 ---> b12a134d2cd0 22:27:23 Step 30/31 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:27:25 ---> Running in ab3548ec18a0 22:27:26 Removing intermediate container ab3548ec18a0 22:27:26 ---> af6631b22464 22:27:26 Step 31/31 : LABEL version=0.0.0 22:27:26 ---> Running in d2d7a9e692e1 22:27:27 Removing intermediate container d2d7a9e692e1 22:27:27 ---> 8b52f2f0da5f 22:27:27 22:27:27 Successfully built 8b52f2f0da5f 22:27:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:27:54  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:27:54 ---> f75c3e438f8e 22:27:54 Step 3/26 : WORKDIR /edgex-go 22:27:54 ---> Using cache 22:27:54 ---> 6b1826bcbe03 22:27:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:54 ---> Using cache 22:27:54 ---> 493123c14e06 22:27:54 Step 5/26 : RUN apk add --update --no-cache make bash git 22:28:00 ---> Running in 34e5a2987ac2 22:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:02 OK: 217 MiB in 51 packages 22:28:05 Removing intermediate container 34e5a2987ac2 22:28:05 ---> db384867022c 22:28:05 Step 6/26 : COPY go.mod . 22:28:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:06 ---> f75c3e438f8e 22:28:06 Step 3/23 : WORKDIR /edgex-go 22:28:06 ---> Using cache 22:28:06 ---> 6b1826bcbe03 22:28:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:06 ---> Using cache 22:28:06 ---> 493123c14e06 22:28:06 Step 5/23 : RUN apk add --update --no-cache make git 22:28:06 ---> Using cache 22:28:06 ---> b5fcd1793357 22:28:06 Step 6/23 : COPY go.mod . 22:28:06 ---> Using cache 22:28:06 ---> a44b1a271d17 22:28:06 Step 7/23 : RUN go mod download 22:28:06 ---> Using cache 22:28:06 ---> 2018d8b153aa 22:28:06 Step 8/23 : COPY . . 22:28:06 ---> Using cache 22:28:06 ---> 3a1fb11cd126 22:28:06 Step 9/23 : RUN make cmd/core-command/core-command 22:28:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:06 ---> f75c3e438f8e 22:28:06 Step 3/23 : WORKDIR /edgex-go 22:28:06 ---> Using cache 22:28:06 ---> 6b1826bcbe03 22:28:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:06 ---> Using cache 22:28:06 ---> 493123c14e06 22:28:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:28:07 ---> Running in ec432fbba38d 22:28:07 ---> Running in 168a841dfbcc 22:28:07 ---> 45c948d87ea3 22:28:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:28:07 ---> f75c3e438f8e 22:28:07 Step 3/22 : WORKDIR /edgex-go 22:28:07 ---> Using cache 22:28:07 ---> 6b1826bcbe03 22:28:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:07 ---> Using cache 22:28:07 ---> 493123c14e06 22:28:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:28:07 Step 7/26 : RUN go mod download 22:28:07 ---> Running in 740fa126f297 22:28:07 ---> Running in 50a15f74f507 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:09 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 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:10 OK: 217 MiB in 51 packages 22:28:10 OK: 217 MiB in 51 packages 22:28:11 Removing intermediate container 50a15f74f507 22:28:11 ---> 9329b081eafe 22:28:11 Step 8/26 : COPY . . 22:28:13 Removing intermediate container 168a841dfbcc 22:28:13 ---> eb1416d3783a 22:28:13 Step 6/23 : COPY go.mod . 22:28:13 Removing intermediate container 740fa126f297 22:28:13 ---> d2030726a6d6 22:28:13 Step 6/22 : COPY go.mod . 22:28:14 ---> da832a1af80d 22:28:14 Step 7/23 : RUN go mod download 22:28:14 ---> Running in 8b3db015ea45 22:28:15 ---> b88a5f8a15b3 22:28:15 Step 7/22 : RUN go mod download 22:28:15 ---> Running in 8788072ef12d 22:28:24 Removing intermediate container 8788072ef12d 22:28:24 ---> d248bd84d863 22:28:24 Step 8/22 : COPY . . 22:28:24 Removing intermediate container 8b3db015ea45 22:28:24 ---> c71e5be7bfee 22:28:24 Step 8/23 : COPY . . 22:28:46 ---> 90bbc04eeba0 22:28:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:28:46 ---> Running in d5c459d14271 22:28:46 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 22:28:56 ---> f6e2d97673f7 22:28:56 Step 9/23 : RUN make cmd/core-data/core-data 22:28:56 ---> 997169741f23 22:28:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:28:56 ---> Running in 9aad2b534206 22:28:56 ---> Running in 9102abbf67d4 22:28:58 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 22:28:58 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 22:29:01 Removing intermediate container ec432fbba38d 22:29:01 ---> 554405a14e3b 22:29:01 22:29:01 Step 10/23 : FROM alpine:3.12 22:29:01 ---> d75e27dfc0a0 22:29:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:01 ---> Using cache 22:29:01 ---> 823b92395ed5 22:29:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:01 ---> Using cache 22:29:01 ---> dfe3e75f130e 22:29:01 Step 13/23 : ENV APP_PORT=48082 22:29:01 ---> Running in 1f31f0596960 22:29:02 Removing intermediate container 1f31f0596960 22:29:02 ---> 797ffa4961c4 22:29:02 Step 14/23 : EXPOSE $APP_PORT 22:29:02 ---> Running in 9141a88757fb 22:29:03 Removing intermediate container 9141a88757fb 22:29:03 ---> 52d4b3d864f8 22:29:03 Step 15/23 : WORKDIR / 22:29:03 ---> Running in 85c95c9695a5 22:29:04 Removing intermediate container 85c95c9695a5 22:29:04 ---> 5dea8abaa397 22:29:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:05 ---> 924d7442ecc5 22:29:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:07 ---> 4d804018a547 22:29:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:08 ---> 4e99afdbbb3e 22:29:08 Step 19/23 : ENTRYPOINT ["/core-command"] 22:29:08 ---> Running in 58df22e1d6b0 22:29:09 Removing intermediate container 58df22e1d6b0 22:29:09 ---> f29902830163 22:29:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:09 ---> Running in f19bfacc6719 22:29:10 Removing intermediate container f19bfacc6719 22:29:10 ---> 28af74939b4a 22:29:10 Step 21/23 : LABEL arch=arm64 22:29:10 ---> Running in 84ba552d5b53 22:29:11 Removing intermediate container 84ba552d5b53 22:29:11 ---> e40a92f05462 22:29:11 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:29:11 ---> Running in 62f0ccdcfe7d 22:29:12 Removing intermediate container 62f0ccdcfe7d 22:29:12 ---> 6b6bdf41f0dd 22:29:12 Step 23/23 : LABEL version=0.0.0 22:29:12 ---> Running in 0c782b5e2d47 22:29:12 Removing intermediate container 0c782b5e2d47 22:29:12 ---> dd248a7d496a 22:29:12 22:29:13 Successfully built dd248a7d496a 22:29:13 Successfully tagged docker-core-command-go-arm64:latest 22:30:00  Building docker-core-command-go ... done Removing intermediate container d5c459d14271 22:30:00 ---> fdf3996fa700 22:30:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:30:00 ---> Running in 2814243ac68a 22:30:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:30:03 Removing intermediate container 2814243ac68a 22:30:03 ---> 1e7aec504291 22:30:03 22:30:03 Step 11/26 : FROM docker:20.10.0 22:30:03 20.10.0: Pulling from library/docker 22:30:19 Removing intermediate container 9102abbf67d4 22:30:19 ---> 44e167e9e065 22:30:19 22:30:19 Step 10/22 : FROM alpine:3.12 22:30:19 ---> d75e27dfc0a0 22:30:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:30:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:30:19 ---> Running in d932a4e839d0 22:30:19 Status: Downloaded newer image for docker:20.10.0 22:30:19 ---> eeaf43b92773 22:30:19 Step 12/26 : RUN apk add --no-cache bash 22:30:19 ---> Running in 6408fdabbad1 22:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:20 (1/2) Installing readline (8.0.4-r0) 22:30:20 (2/2) Installing bash (5.0.17-r0) 22:30:20 (1/2) Installing ca-certificates (20191127-r4) 22:30:20 Executing bash-5.0.17-r0.post-install 22:30:20 Executing busybox-1.31.1-r19.trigger 22:30:20 OK: 12 MiB in 22 packages 22:30:20 (2/2) Installing dumb-init (1.2.2-r1) 22:30:20 Executing busybox-1.31.1-r20.trigger 22:30:20 Executing ca-certificates-20191127-r4.trigger 22:30:20 OK: 6 MiB in 16 packages 22:30:21 Removing intermediate container 6408fdabbad1 22:30:21 ---> 9d184f159806 22:30:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:30:22 ---> Running in a563ddc4557a 22:30:22 Removing intermediate container d932a4e839d0 22:30:22 ---> 057e019677ae 22:30:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:30:22 ---> Running in ce1f20d1a90f 22:30:23 Removing intermediate container a563ddc4557a 22:30:23 ---> a097930678a0 22:30:23 Step 14/26 : ENV APP_PORT=48090 22:30:23 ---> Running in 2ec4e93b71cb 22:30:23 Removing intermediate container ce1f20d1a90f 22:30:23 ---> c2c4a48bd9b6 22:30:23 Step 13/22 : ENV APP_PORT=48060 22:30:23 ---> Running in bc1169416910 22:30:23 Removing intermediate container 2ec4e93b71cb 22:30:23 ---> 8a1449656bac 22:30:23 Step 15/26 : EXPOSE $APP_PORT 22:30:24 ---> Running in 752d070555f3 22:30:24 Removing intermediate container bc1169416910 22:30:24 ---> 4f2dbb062049 22:30:24 Step 14/22 : EXPOSE $APP_PORT 22:30:24 ---> Running in 93bc03899fa1 22:30:25 Removing intermediate container 752d070555f3 22:30:25 ---> c254f48b1167 22:30:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:25 Removing intermediate container 9aad2b534206 22:30:25 ---> f107a3a41919 22:30:25 22:30:25 Step 10/23 : FROM alpine:3.12 22:30:25 ---> d75e27dfc0a0 22:30:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:30:25 Removing intermediate container 93bc03899fa1 22:30:25 ---> a591c27ceb13 22:30:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:25 ---> Running in 0ac25dc4c5e7 22:30:26 Removing intermediate container 0ac25dc4c5e7 22:30:26 ---> 3dc26bc9e562 22:30:26 Step 12/23 : ENV APP_PORT=48080 22:30:26 ---> e81d243f2dae 22:30:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:30:26 ---> 4b2b37fe0ac8 22:30:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:26 ---> Running in 0e7a4331636b 22:30:27 Removing intermediate container 0e7a4331636b 22:30:27 ---> 27aeb993f54e 22:30:27 Step 13/23 : EXPOSE $APP_PORT 22:30:27 ---> Running in f46b99a8f130 22:30:27 ---> 60252d44e63b 22:30:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:27 ---> 8731aec7e59f 22:30:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:30:27 Removing intermediate container f46b99a8f130 22:30:27 ---> 9a4bd7e55c1b 22:30:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:28 ---> Running in 02a1eb89a6e7 22:30:28 ---> 1f01792b43ca 22:30:28 Step 19/26 : RUN apk --no-cache add py3-pip 22:30:28 ---> 3482d9042196 22:30:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:30:28 ---> Running in a21425d6bc18 22:30:28 ---> Running in 3076b5ff1141 22:30:29 Removing intermediate container a21425d6bc18 22:30:29 ---> aedfc26f748c 22:30:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:29 ---> Running in 8f3203d8a406 22:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:30 Removing intermediate container 8f3203d8a406 22:30:30 ---> 4d501f5fcb92 22:30:30 Step 20/22 : LABEL arch=arm64 22:30:30 ---> Running in 2fc355ade4d2 22:30:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:30 Removing intermediate container 02a1eb89a6e7 22:30:30 ---> f03ad66e4971 22:30:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:30:30 ---> Running in a7fe9ef55b21 22:30:30 Removing intermediate container 2fc355ade4d2 22:30:30 ---> ea438b9b0020 22:30:30 Step 21/22 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:30:30 (1/33) Installing libbz2 (1.0.8-r1) 22:30:30 (2/33) Installing expat (2.2.9-r1) 22:30:30 (3/33) Installing libffi (3.3-r2) 22:30:30 (4/33) Installing gdbm (1.13-r1) 22:30:30 (5/33) Installing xz-libs (5.2.5-r0) 22:30:30 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:31 (7/33) Installing python3 (3.8.8-r0) 22:30:31 ---> Running in 19ee69814145 22:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:32 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:33 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:33 (11/33) Installing py3-six (1.15.0-r0) 22:30:33 (12/33) Installing py3-packaging (20.4-r0) 22:30:33 Removing intermediate container 19ee69814145 22:30:33 ---> 43c9fc42db27 22:30:33 Step 22/22 : LABEL version=0.0.0 22:30:33 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:33 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:33 (15/33) Installing py3-idna (2.9-r0) 22:30:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:33 (18/33) Installing py3-requests (2.23.0-r0) 22:30:33 ---> Running in f849f809d916 22:30:33 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:33 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:33 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:33 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:33 (24/33) Installing py3-distro (1.5.0-r1) 22:30:33 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:33 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:33 (27/33) Installing py3-pytoml (0.1.21-r0) 22:30:33 (28/33) Installing py3-pep517 (0.8.2-r0) 22:30:33 (29/33) Installing py3-progress (1.5-r0) 22:30:33 (30/33) Installing py3-toml (0.10.1-r0) 22:30:33 (31/33) Installing py3-retrying (1.3.3-r0) 22:30:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:30:33 (33/33) Installing py3-pip (20.1.1-r0) 22:30:33 (1/6) Installing dumb-init (1.2.2-r1) 22:30:33 (2/6) Installing libgcc (9.3.0-r2) 22:30:33 Executing busybox-1.31.1-r19.trigger 22:30:33 OK: 71 MiB in 55 packages 22:30:33 (3/6) Installing libsodium (1.0.18-r0) 22:30:34 (4/6) Installing libstdc++ (9.3.0-r2) 22:30:34 Removing intermediate container f849f809d916 22:30:34 ---> cafbcc3f82d6 22:30:34 22:30:34 (5/6) Installing libzmq (4.3.3-r0) 22:30:34 (6/6) Installing zeromq (4.3.3-r0) 22:30:34 Executing busybox-1.31.1-r20.trigger 22:30:34 OK: 8 MiB in 20 packages 22:30:34 Successfully built cafbcc3f82d6 22:30:34 Successfully tagged docker-support-notifications-go-arm64:latest 22:30:36  Building docker-support-notifications-go ... done Removing intermediate container a7fe9ef55b21 22:30:36 ---> f598d167cc32 22:30:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:37 ---> 1f1ad594d148 22:30:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:30:38 ---> 3f6ae5521b8b 22:30:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:30:39 ---> 05182b3214dc 22:30:39 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:39 ---> Running in 11683676aa8f 22:30:39 Removing intermediate container 3076b5ff1141 22:30:39 ---> 9ec5a400d0e4 22:30:39 Step 20/26 : RUN pip install docker-compose==1.23.2 22:30:40 ---> Running in 426a7cfd24ab 22:30:40 Removing intermediate container 11683676aa8f 22:30:40 ---> 1e6089bd0f85 22:30:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:40 ---> Running in 618b7609fbec 22:30:41 Removing intermediate container 618b7609fbec 22:30:41 ---> e91a6b1600c1 22:30:41 Step 21/23 : LABEL arch=arm64 22:30:41 ---> Running in 61e74743b5cb 22:30:41 Removing intermediate container 61e74743b5cb 22:30:41 ---> 18e0e4fa55f4 22:30:41 Step 22/23 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:30:41 ---> Running in 1ea6e3a9a2c1 22:30:42 Removing intermediate container 1ea6e3a9a2c1 22:30:42 ---> 069144eb1e2e 22:30:42 Step 23/23 : LABEL version=0.0.0 22:30:42 ---> Running in 168f9e49713d 22:30:43 Removing intermediate container 168f9e49713d 22:30:43 ---> cdda1d7536a4 22:30:43 22:30:43 Successfully built cdda1d7536a4 22:30:43 Successfully tagged docker-core-data-go-arm64:latest 22:30:45  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 22:30:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:30:46 Collecting docker<4.0,>=3.6.0 22:30:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:30:46 Collecting jsonschema<3,>=2.5.1 22:30:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:30:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:30:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:30:48 Collecting websocket-client<1.0,>=0.32.0 22:30:48 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:30:49 Collecting PyYAML<4,>=3.10 22:30:49 Downloading PyYAML-3.13.tar.gz (270 kB) 22:30:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:30:52 Collecting cached-property<2,>=1.2.0 22:30:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:30:52 Collecting texttable<0.10,>=0.9.0 22:30:52 Downloading texttable-0.9.1.tar.gz (11 kB) 22:30:54 Collecting dockerpty<0.5,>=0.4.1 22:30:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:30:56 Collecting docopt<0.7,>=0.6.1 22:30:56 Downloading docopt-0.6.2.tar.gz (25 kB) 22:30:58 Collecting docker-pycreds>=0.4.0 22:30:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:30:58 Collecting urllib3<1.25,>=1.21.1 22:30:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:30:58 Collecting idna<2.8,>=2.5 22:30:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:30:58 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) 22:30:58 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) 22:30:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:30:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:30:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:30:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:30:59 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, cached-property, texttable, dockerpty, docopt, docker-compose 22:31:00 Attempting uninstall: urllib3 22:31:00 Found existing installation: urllib3 1.25.9 22:31:00 Uninstalling urllib3-1.25.9: 22:31:00 Successfully uninstalled urllib3-1.25.9 22:31:00 Attempting uninstall: idna 22:31:00 Found existing installation: idna 2.9 22:31:00 Uninstalling idna-2.9: 22:31:00 Successfully uninstalled idna-2.9 22:31:01 Attempting uninstall: requests 22:31:01 Found existing installation: requests 2.23.0 22:31:01 Uninstalling requests-2.23.0: 22:31:01 Successfully uninstalled requests-2.23.0 22:31:03 Running setup.py install for PyYAML: started 22:31:04 Running setup.py install for PyYAML: finished with status 'done' 22:31:04 Running setup.py install for texttable: started 22:31:06 Running setup.py install for texttable: finished with status 'done' 22:31:06 Running setup.py install for dockerpty: started 22:31:08 Running setup.py install for dockerpty: finished with status 'done' 22:31:08 Running setup.py install for docopt: started 22:31:10 Running setup.py install for docopt: finished with status 'done' 22:31:10 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 22:31:15 Removing intermediate container 426a7cfd24ab 22:31:15 ---> d172cb617087 22:31:15 Step 21/26 : RUN apk --no-cache add curl 22:31:15 ---> Running in d555cd37b827 22:31:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:31:16 (2/3) Installing libcurl (7.69.1-r3) 22:31:16 (3/3) Installing curl (7.69.1-r3) 22:31:16 Executing busybox-1.31.1-r19.trigger 22:31:16 OK: 72 MiB in 58 packages 22:31:17 Removing intermediate container d555cd37b827 22:31:17 ---> 40213983456c 22:31:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:31:18 ---> Running in 8ed7ecd752d0 22:31:18 Removing intermediate container 8ed7ecd752d0 22:31:18 ---> 39612a5b1514 22:31:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:18 ---> Running in e3c4599b3853 22:31:18 Removing intermediate container e3c4599b3853 22:31:18 ---> 794871f96c65 22:31:18 Step 24/26 : LABEL arch=arm64 22:31:19 ---> Running in b96edae406d6 22:31:19 Removing intermediate container b96edae406d6 22:31:19 ---> 46b61b813fc4 22:31:19 Step 25/26 : LABEL git_sha=bdf97cbf511afb369cd5a318516ede6912a4218a 22:31:19 ---> Running in 09464e7d70e0 22:31:20 Removing intermediate container 09464e7d70e0 22:31:20 ---> 3eb7e792f972 22:31:20 Step 26/26 : LABEL version=0.0.0 22:31:20 ---> Running in 6e532fae5f10 22:31:20 Removing intermediate container 6e532fae5f10 22:31:20 ---> 019d190076aa 22:31:20 22:31:21 Successfully built 019d190076aa 22:31:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:31:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:31:21 $ docker stop --time=1 d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b 22:31:23 $ docker rm -f d1f885498e822ba449dbf4e49563a9d584156b72496c6c99060c627d67e1216b [Pipeline] // withDockerContainer [Pipeline] sh 22:31:24 + docker images 22:31:24 + grep docker 22:31:24 docker-sys-mgmt-agent-go-arm64 latest 019d190076aa 4 seconds ago 301MB 22:31:24 docker-core-data-go-arm64 latest cdda1d7536a4 42 seconds ago 21.4MB 22:31:24 docker-support-notifications-go-arm64 latest cafbcc3f82d6 51 seconds ago 16.9MB 22:31:24 docker-core-command-go-arm64 latest dd248a7d496a 2 minutes ago 16.3MB 22:31:24 docker-security-bootstrapper-go-arm64 latest 8b52f2f0da5f 3 minutes ago 17.9MB 22:31:24 docker-core-metadata-go-arm64 latest f765156d48f9 4 minutes ago 17.9MB 22:31:24 docker-support-scheduler-go-arm64 latest 21fce29fc07f 4 minutes ago 16.4MB 22:31:24 docker-security-secretstore-setup-go-arm64 latest b8e5fb7677b9 4 minutes ago 24.4MB 22:31:24 docker-security-proxy-setup-go-arm64 latest 1e3b79778ce9 4 minutes ago 24.1MB 22:31:24 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 22:31:26 ---> job-cost.sh 22:31:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mcH7 22:32:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:33:41 lf-activate-venv(): INFO: Adding /tmp/venv-mcH7/bin to PATH 22:33:41 INFO: No Stack... 22:33:41 INFO: Retrieving Pricing Info for: lf-standard-4 22:33:41 INFO: Archiving Costs [Pipeline] sh 22:33:42 + cat /w/workspace/edgex-go/10/archives/cost.csv 22:33:42 + cut -d, -f6 [Pipeline] lock 22:33:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] 22:33:42 Resource [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] did not exist. Created. 22:33:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3329-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:33:42 + echo total: 0.20999999344348907 [Pipeline] stash 22:33:43 Stashed 1 file(s) [Pipeline] } 22:33:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3329-10-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 22:33:44 provisioning config files... 22:33:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config27163090867148378tmp [Pipeline] { [Pipeline] sh 22:33:45 + set +x 22:33:45 + curl -s https://codecov.io/bash 22:33:45 + bash -s -- 22:33:45 22:33:45 _____ _ 22:33:45 / ____| | | 22:33:45 | | ___ __| | ___ ___ _____ __ 22:33:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:33:45 | |___| (_) | (_| | __/ (_| (_) \ V / 22:33:45 \_____\___/ \__,_|\___|\___\___/ \_/ 22:33:45 Bash-20210309-2b87ace 22:33:45 22:33:45 22:33:45 ==> git version 2.24.3 found 22:33:45 ==> 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 22:33:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:33:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:33:45 ==> Jenkins CI detected. 22:33:45 project root: . 22:33:45 --> token set from env 22:33:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:33:45 ==> Running gcov in . (disable via -X gcov) 22:33:45 ==> Python coveragepy not found 22:33:45 ==> Searching for coverage reports in: 22:33:45 + . 22:33:45 -> Found 1 reports 22:33:45 ==> Detecting git/mercurial file structure 22:33:45 ==> Reading reports 22:33:45 + ./coverage.out bytes=697383 22:33:45 ==> Appending adjustments 22:33:45 https://docs.codecov.io/docs/fixing-reports 22:33:50 + Found adjustments 22:33:50 ==> Gzipping contents 22:33:50 100K /tmp/codecov.tsX45T.gz 22:33:50 ==> Uploading reports 22:33:50 url: https://codecov.io 22:33:50 query: branch=PR-3329&commit=bdf97cbf511afb369cd5a318516ede6912a4218a&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= 22:33:50 -> Pinging Codecov 22:33:50 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3329&commit=bdf97cbf511afb369cd5a318516ede6912a4218a&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3329%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3329&job=&cmd_args= 22:33:50 -> Uploading to 22:33:50 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/bdf97cbf511afb369cd5a318516ede6912a4218a/30a1db63-21b0-4507-bf43-778f85c5ee59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T223349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d178c1adf09a889b0691dc522f8795aa54fd8d34958372929f4e4cdf9b45da03 22:33:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:33:50 Dload Upload Total Spent Left Speed 22:33:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99430 0 0 100 99430 0 223k --:--:-- --:--:-- --:--:-- 223k 22:33:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bdf97cbf511afb369cd5a318516ede6912a4218a [Pipeline] } 22:33:50 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 22:33:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:33:53 ---> package-listing.sh 22:33:53 ++ facter osfamily 22:33:53 ++ tr '[:upper:]' '[:lower:]' 22:33:53 + OS_FAMILY=redhat 22:33:53 + workspace=/w/workspace/edgex-go/10 22:33:53 + START_PACKAGES=/tmp/packages_start.txt 22:33:53 + END_PACKAGES=/tmp/packages_end.txt 22:33:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:33:53 + PACKAGES=/tmp/packages_start.txt 22:33:53 + '[' /w/workspace/edgex-go/10 ']' 22:33:53 + PACKAGES=/tmp/packages_end.txt 22:33:53 + case "${OS_FAMILY}" in 22:33:53 + rpm -qa 22:33:53 + sort 22:33:58 + '[' -f /tmp/packages_start.txt ']' 22:33:58 + '[' -f /tmp/packages_end.txt ']' 22:33:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:58 + '[' /w/workspace/edgex-go/10 ']' 22:33:58 + mkdir -p /w/workspace/edgex-go/10/archives/ 22:33:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 22:33:58 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:33:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:59 22:33:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:59 alpine: Pulling from edgex-lftools-log-publisher 22:33:59 df20fa9351a1: Pulling fs layer 22:33:59 36b3adc4ff6f: Pulling fs layer 22:33:59 8ad3a11d3b57: Pulling fs layer 22:33:59 46f8f816bc3b: Pulling fs layer 22:33:59 93b61091891f: Pulling fs layer 22:33:59 93b9cdb0e59b: Pulling fs layer 22:33:59 5e14af77c1be: Pulling fs layer 22:33:59 01666e4c0597: Pulling fs layer 22:33:59 aa168da1d23b: Pulling fs layer 22:33:59 46f8f816bc3b: Waiting 22:33:59 93b9cdb0e59b: Waiting 22:33:59 5e14af77c1be: Waiting 22:33:59 93b61091891f: Waiting 22:33:59 01666e4c0597: Waiting 22:33:59 aa168da1d23b: Waiting 22:33:59 36b3adc4ff6f: Verifying Checksum 22:33:59 36b3adc4ff6f: Download complete 22:33:59 46f8f816bc3b: Verifying Checksum 22:33:59 46f8f816bc3b: Download complete 22:34:00 df20fa9351a1: Verifying Checksum 22:34:00 df20fa9351a1: Download complete 22:34:00 93b9cdb0e59b: Verifying Checksum 22:34:00 93b9cdb0e59b: Download complete 22:34:00 5e14af77c1be: Download complete 22:34:00 93b61091891f: Verifying Checksum 22:34:00 93b61091891f: Download complete 22:34:00 01666e4c0597: Verifying Checksum 22:34:00 01666e4c0597: Download complete 22:34:00 df20fa9351a1: Pull complete 22:34:00 36b3adc4ff6f: Pull complete 22:34:01 8ad3a11d3b57: Verifying Checksum 22:34:01 8ad3a11d3b57: Download complete 22:34:01 8ad3a11d3b57: Pull complete 22:34:02 46f8f816bc3b: Pull complete 22:34:03 aa168da1d23b: Verifying Checksum 22:34:03 aa168da1d23b: Download complete 22:34:03 93b61091891f: Pull complete 22:34:03 93b9cdb0e59b: Pull complete 22:34:03 5e14af77c1be: Pull complete 22:34:03 01666e4c0597: Pull complete 22:34:12 aa168da1d23b: Pull complete 22:34:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:34:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:34:12 prd-centos7-docker-4c-2g-33476 does not seem to be running inside a container 22:34:12 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 22:34:17 $ docker top d9d603856f258ef07139cde047aae93b5b48e1c5b1c0c5f3a545ed8b829daff9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:17 + touch /tmp/pre-build-complete [Pipeline] sh 22:34:18 + mkdir -p /var/log/sa [Pipeline] sh 22:34:18 + ls /var/log/sa-host 22:34:18 + sadf -c /var/log/sa-host/sa09 22:34:18 file_magic: OK 22:34:18 HZ: Using current value: 100 22:34:18 file_header: OK 22:34:18 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 22:34:18 Statistics: 22:34:18 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... 22:34:18 File successfully converted to sysstat format version 12.2.1 22:34:18 + sadf -c /var/log/sa-host/sa23 22:34:18 file_magic: OK 22:34:18 HZ: Using current value: 100 22:34:18 file_header: OK 22:34:18 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 22:34:18 Statistics: 22:34:18 Hnuu...uuuununununu... 22:34:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:34:18 provisioning config files... 22:34:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config1640676085873625357tmp [Pipeline] { [Pipeline] echo 22:34:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:34:19 ---> create-netrc.sh [Pipeline] } 22:34:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:34:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:34:19 ---> python-tools-install.sh [Pipeline] echo 22:34:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:34:19 ---> sudo-logs.sh 22:34:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:34:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:34:20 ---> job-cost.sh 22:34:20 lf-activate-venv: SKIPPING 22:34:20 DEBUG: total: 0.20999999344348907 22:34:20 INFO: Retrieving Stack Cost... 22:34:21 INFO: Retrieving Pricing Info for: v1-standard-2 22:34:21 INFO: Archiving Costs [Pipeline] echo 22:34:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:34:22 ---> logs-deploy.sh 22:34:22 lf-activate-venv: SKIPPING 22:34:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3329/10 22:34:22 INFO: archiving workspace using pattern(s): 22:34:24 Archives upload complete. 22:34:24 INFO: archiving logs to Nexus 22:34:25 ---> uname -a: 22:34:25 Linux prd-centos7-docker-4c-2g-33476.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:34:25 22:34:25 22:34:25 ---> lscpu: 22:34:25 Architecture: x86_64 22:34:25 CPU op-mode(s): 32-bit, 64-bit 22:34:25 Byte Order: Little Endian 22:34:25 Address sizes: 40 bits physical, 48 bits virtual 22:34:25 CPU(s): 4 22:34:25 On-line CPU(s) list: 0-3 22:34:25 Thread(s) per core: 1 22:34:25 Core(s) per socket: 1 22:34:25 Socket(s): 4 22:34:25 NUMA node(s): 1 22:34:25 Vendor ID: GenuineIntel 22:34:25 CPU family: 6 22:34:25 Model: 44 22:34:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:34:25 Stepping: 1 22:34:25 CPU MHz: 2933.442 22:34:25 BogoMIPS: 5866.88 22:34:25 Virtualization: VT-x 22:34:25 Hypervisor vendor: KVM 22:34:25 Virtualization type: full 22:34:25 L1d cache: 128 KiB 22:34:25 L1i cache: 128 KiB 22:34:25 L2 cache: 16 MiB 22:34:25 L3 cache: 64 MiB 22:34:25 NUMA node0 CPU(s): 0-3 22:34:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:34:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:34:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:34:25 Vulnerability Meltdown: Mitigation; PTI 22:34:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:34:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:34:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:34:25 Vulnerability Srbds: Not affected 22:34:25 Vulnerability Tsx async abort: Not affected 22:34:25 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 22:34:25 22:34:25 22:34:25 ---> nproc: 22:34:25 4 22:34:25 22:34:25 22:34:25 ---> df -h: 22:34:25 Filesystem Size Used Available Use% Mounted on 22:34:25 overlay 50.0G 12.2G 37.8G 24% / 22:34:25 tmpfs 64.0M 0 64.0M 0% /dev 22:34:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:34:25 shm 64.0M 0 64.0M 0% /dev/shm 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10 22:34:25 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10@tmp 22:34:25 22:34:25 22:34:25 ---> free -m: 22:34:25 total used free shared buff/cache available 22:34:25 Mem: 1837 716 178 0 942 1037 22:34:25 Swap: 1023 85 938 22:34:25 22:34:25 22:34:25 ---> ip addr: 22:34:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:34:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:34:25 inet 127.0.0.1/8 scope host lo 22:34:25 valid_lft forever preferred_lft forever 22:34:25 inet6 ::1/128 scope host 22:34:25 valid_lft forever preferred_lft forever 22:34:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:34:25 link/ether fa:16:3e:da:57:68 brd ff:ff:ff:ff:ff:ff 22:34:25 inet 10.30.122.115/23 brd 10.30.123.255 scope global dynamic eth0 22:34:25 valid_lft 84886sec preferred_lft 84886sec 22:34:25 inet6 fe80::f816:3eff:feda:5768/64 scope link 22:34:25 valid_lft forever preferred_lft forever 22:34:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:34:25 link/ether 02:42:2f:90:5e:65 brd ff:ff:ff:ff:ff:ff 22:34:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:34:25 valid_lft forever preferred_lft forever 22:34:25 inet6 fe80::42:2fff:fe90:5e65/64 scope link 22:34:25 valid_lft forever preferred_lft forever 22:34:25 22:34:25 22:34:25 ---> sar -b -r -n DEV: 22:34:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 22:34:25 22:34:25 22:08:58 LINUX RESTART (4 CPU) 22:34:25 22:34:25 22:10:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:34:25 22:11:01 226.23 106.62 119.61 0.00 8427.87 47983.74 0.00 22:34:25 22:12:01 264.00 104.86 159.14 0.00 3900.41 21780.13 0.00 22:34:25 22:13:01 133.53 61.80 71.73 0.00 2231.25 7277.28 0.00 22:34:25 22:14:01 137.26 37.10 100.17 0.00 2544.94 25452.99 0.00 22:34:25 22:15:04 1714.03 1407.17 306.86 0.00 133307.22 189465.29 0.00 22:34:25 22:16:02 1961.26 1719.21 242.05 0.00 108121.58 120788.31 0.00 22:34:25 22:17:03 692.03 358.97 333.07 0.00 87245.34 137092.81 0.00 22:34:25 22:18:01 1687.12 1409.44 277.68 0.00 81054.65 85586.74 0.00 22:34:25 22:19:01 193.89 41.73 152.16 0.00 6029.55 26965.42 0.00 22:34:25 22:20:01 6.48 0.65 5.83 0.00 27.18 212.57 0.00 22:34:25 22:21:01 0.32 0.02 0.30 0.00 0.53 4.23 0.00 22:34:25 22:22:01 0.23 0.02 0.22 0.00 0.53 3.16 0.00 22:34:25 22:23:01 0.35 0.00 0.35 0.00 0.00 4.93 0.00 22:34:25 22:24:01 0.57 0.27 0.30 0.00 9.85 3.94 0.00 22:34:25 22:25:01 2.60 1.70 0.90 0.00 53.40 18.03 0.00 22:34:25 22:26:02 0.43 0.13 0.30 0.00 3.46 4.35 0.00 22:34:25 22:27:01 0.41 0.03 0.37 0.00 0.81 5.56 0.00 22:34:25 22:28:01 0.32 0.00 0.32 0.00 0.00 4.05 0.00 22:34:25 22:29:01 0.18 0.02 0.17 0.00 0.13 1.50 0.00 22:34:25 22:30:01 1.60 1.32 0.28 0.00 121.61 2.98 0.00 22:34:25 22:31:01 0.25 0.03 0.22 0.00 0.80 3.30 0.00 22:34:25 22:32:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 22:34:25 22:33:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 22:34:25 22:34:01 71.63 70.29 1.33 0.00 5856.15 62.56 0.00 22:34:25 Average: 294.30 220.31 74.00 0.00 18344.16 27757.55 0.00 22:34:25 22:34:25 22:10:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:34:25 22:11:01 100784 0 711728 37.83 1812 1067220 1326140 45.26 546216 994832 64 22:34:25 22:12:01 85712 0 931784 49.52 844 863204 1578932 53.89 716008 800164 20568 22:34:25 22:13:01 226264 0 884260 47.00 684 770336 1803972 61.57 667252 695480 75572 22:34:25 22:14:01 195228 0 766880 40.76 520 918916 1313596 44.83 548728 842692 8 22:34:25 22:15:04 66768 0 849256 45.14 0 965520 2351924 80.27 759292 835652 37032 22:34:25 22:16:02 325652 0 1045884 55.59 0 510008 3892712 132.85 647668 630120 23268 22:34:25 22:17:03 79188 0 684640 36.39 0 1117716 1571492 53.63 719924 869856 4472 22:34:25 22:18:01 263316 0 819328 43.55 0 798900 2557624 87.29 657996 709036 90548 22:34:25 22:19:01 174032 0 635492 33.78 0 1072020 1210812 41.32 555912 899172 20 22:34:25 22:20:01 177764 0 631048 33.54 0 1072732 1191268 40.66 554828 899220 12 22:34:25 22:21:01 177692 0 631112 33.54 0 1072740 1191328 40.66 554788 899632 8 22:34:25 22:22:01 179308 0 629496 33.46 0 1072740 1185100 40.45 553832 899564 8 22:34:25 22:23:01 179168 0 629616 33.46 0 1072760 1185100 40.45 553824 899592 8 22:34:25 22:24:01 178744 0 629872 33.48 0 1072928 1185552 40.46 553948 899716 8 22:34:25 22:25:01 176560 0 631416 33.56 0 1073568 1185256 40.45 554684 900796 8 22:34:25 22:26:02 176716 0 631252 33.55 0 1073576 1184072 40.41 553920 900876 8 22:34:25 22:27:01 176948 0 631032 33.54 0 1073564 1184072 40.41 553808 900876 8 22:34:25 22:28:01 177144 0 630812 33.53 0 1073588 1184072 40.41 553808 900900 8 22:34:25 22:29:01 177104 0 630844 33.53 0 1073596 1184072 40.41 553692 900900 8 22:34:25 22:30:01 169004 0 635868 33.80 0 1076672 1184352 40.42 560660 901720 20 22:34:25 22:31:01 170680 0 634192 33.71 0 1076672 1184136 40.41 559652 901732 16 22:34:25 22:32:01 170508 0 634340 33.71 0 1076696 1184184 40.41 559772 901748 8 22:34:25 22:33:01 170492 0 634352 33.71 0 1076700 1184136 40.41 559532 901748 20 22:34:25 22:34:01 82436 0 702308 37.33 0 1096800 1605940 54.81 631700 912516 47788 22:34:25 Average: 169050 0 703200 37.37 161 1009132 1492077 50.92 592977 866606 12479 22:34:25 22:34:25 22:10:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:34:25 22:11:01 eth0 1181.37 1240.01 6099.46 147.16 0.00 0.00 0.00 0.00 22:34:25 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:11:01 docker0 937.02 818.44 75.51 3148.81 0.00 0.00 0.00 0.00 22:34:25 22:12:01 eth0 176.75 146.59 500.51 23.68 0.00 0.00 0.00 0.00 22:34:25 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:12:01 veth4b2e0d8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:34:25 22:12:01 docker0 127.49 142.87 10.10 469.11 0.00 0.00 0.00 0.00 22:34:25 22:13:01 eth0 45.99 34.84 22.33 84.14 0.00 0.00 0.00 0.00 22:34:25 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:13:01 veth4b2e0d8 2.36 2.36 0.19 0.19 0.00 0.00 0.00 0.00 22:34:25 22:13:01 docker0 2.36 2.36 0.16 0.19 0.00 0.00 0.00 0.00 22:34:25 22:14:01 eth0 205.87 157.78 1691.56 24.50 0.00 0.00 0.00 0.00 22:34:25 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:15:04 eth0 71.51 50.10 167.47 55.86 0.00 0.00 0.00 0.00 22:34:25 22:15:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:15:04 vethe4f682c 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 22:34:25 22:15:04 docker0 13.71 24.87 0.76 139.81 0.00 0.00 0.00 0.00 22:34:25 22:16:02 veth4869bab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:34:25 22:16:02 veth51621e2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:34:25 22:16:02 eth0 7.11 3.75 5.95 3.16 0.00 0.00 0.00 0.00 22:34:25 22:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:17:03 eth0 67.87 36.99 243.84 17.87 0.00 0.00 0.00 0.00 22:34:25 22:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:17:03 vethe4f682c 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 22:34:25 22:17:03 docker0 1050.26 975.76 83.73 3782.51 0.00 0.00 0.00 0.00 22:34:25 22:18:01 eth0 52.27 39.71 80.69 85.21 0.00 0.00 0.00 0.00 22:34:25 22:18:01 vethcbb0459 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:34:25 22:18:01 veth1d4cc7c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:34:25 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:19:01 eth0 195.32 134.26 1690.90 22.48 0.00 0.00 0.00 0.00 22:34:25 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:19:01 docker0 1108.17 1059.25 87.69 4336.49 0.00 0.00 0.00 0.00 22:34:25 22:20:01 eth0 0.63 0.18 0.13 0.08 0.00 0.00 0.00 0.00 22:34:25 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:21:01 eth0 0.83 0.57 0.72 0.22 0.00 0.00 0.00 0.00 22:34:25 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:22:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:23:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:25:01 eth0 3.91 4.05 0.32 10.90 0.00 0.00 0.00 0.00 22:34:25 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:26:02 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 22:34:25 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:30:01 eth0 3.33 3.31 0.28 6.87 0.00 0.00 0.00 0.00 22:34:25 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:31:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:32:01 eth0 0.15 0.13 0.12 0.01 0.00 0.00 0.00 0.00 22:34:25 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:34:25 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:34:01 eth0 84.14 69.88 475.03 50.79 0.00 0.00 0.00 0.00 22:34:25 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 Average: eth0 86.19 78.75 451.07 22.09 0.00 0.00 0.00 0.00 22:34:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:34:25 Average: docker0 46.30 44.26 3.66 181.19 0.00 0.00 0.00 0.00 22:34:25 22:34:25 22:34:25 ---> sar -P ALL: 22:34:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 22:34:25 22:34:25 22:08:58 LINUX RESTART (4 CPU) 22:34:25 22:34:25 22:10:03 CPU %user %nice %system %iowait %steal %idle 22:34:25 22:11:01 all 15.86 0.00 9.05 1.89 0.08 73.12 22:34:25 22:11:01 0 18.31 0.00 9.78 1.44 0.09 70.38 22:34:25 22:11:01 1 15.40 0.00 8.82 2.53 0.07 73.17 22:34:25 22:11:01 2 15.28 0.00 8.20 1.40 0.09 75.03 22:34:25 22:11:01 3 14.45 0.00 9.39 2.18 0.09 73.89 22:34:25 22:12:01 all 32.62 0.00 11.48 6.35 0.09 49.47 22:34:25 22:12:01 0 33.35 0.00 11.57 7.20 0.12 47.76 22:34:25 22:12:01 1 32.60 0.00 10.41 3.91 0.07 53.02 22:34:25 22:12:01 2 31.13 0.00 12.17 9.45 0.09 47.17 22:34:25 22:12:01 3 33.38 0.00 11.76 4.83 0.07 49.97 22:34:25 22:13:01 all 49.64 0.00 13.95 3.49 0.05 32.87 22:34:25 22:13:01 0 49.13 0.00 14.54 3.53 0.05 32.76 22:34:25 22:13:01 1 48.34 0.00 14.57 3.47 0.03 33.58 22:34:25 22:13:01 2 49.90 0.00 13.74 3.99 0.03 32.34 22:34:25 22:13:01 3 51.18 0.00 12.95 2.98 0.07 32.82 22:34:25 22:14:01 all 37.11 0.00 13.09 2.24 0.07 47.49 22:34:25 22:14:01 0 37.22 0.00 13.57 4.14 0.05 45.02 22:34:25 22:14:01 1 36.90 0.00 12.66 1.95 0.07 48.42 22:34:25 22:14:01 2 37.94 0.00 13.35 1.12 0.09 47.51 22:34:25 22:14:01 3 36.36 0.00 12.78 1.76 0.07 49.03 22:34:25 22:15:04 all 20.38 0.00 29.77 15.99 0.16 33.70 22:34:25 22:15:04 0 19.32 0.00 28.41 15.36 0.17 36.75 22:34:25 22:15:04 1 21.17 0.00 28.83 16.25 0.15 33.60 22:34:25 22:15:04 2 20.32 0.00 30.79 14.81 0.20 33.87 22:34:25 22:15:04 3 20.72 0.00 31.06 17.54 0.12 30.56 22:34:25 22:16:02 all 50.18 0.00 22.67 15.25 0.10 11.81 22:34:25 22:16:02 0 49.73 0.00 22.15 16.10 0.11 11.90 22:34:25 22:16:02 1 49.08 0.00 22.35 15.12 0.07 13.37 22:34:25 22:16:02 2 50.44 0.00 22.98 15.89 0.11 10.58 22:34:25 22:16:02 3 51.45 0.00 23.19 13.88 0.09 11.39 22:34:25 22:17:03 all 30.72 0.00 23.40 19.84 0.12 25.93 22:34:25 22:17:03 0 30.68 0.00 23.58 21.48 0.12 24.13 22:34:25 22:17:03 1 28.83 0.00 22.80 21.52 0.14 26.71 22:34:25 22:17:03 2 31.71 0.00 23.52 17.39 0.12 27.26 22:34:25 22:17:03 3 31.64 0.00 23.70 18.96 0.09 25.61 22:34:25 22:18:01 all 49.81 0.00 23.29 14.19 0.11 12.61 22:34:25 22:18:01 0 48.34 0.00 24.43 13.79 0.09 13.36 22:34:25 22:18:01 1 50.04 0.00 22.24 14.86 0.14 12.70 22:34:25 22:18:01 2 51.04 0.00 22.61 13.98 0.11 12.26 22:34:25 22:18:01 3 49.83 0.00 23.87 14.11 0.09 12.10 22:34:25 22:19:01 all 14.30 0.00 8.72 7.46 0.06 69.46 22:34:25 22:19:01 0 16.49 0.00 10.10 8.62 0.05 64.74 22:34:25 22:19:01 1 13.95 0.00 8.66 10.65 0.09 66.67 22:34:25 22:19:01 2 14.35 0.00 8.28 6.85 0.03 70.49 22:34:25 22:19:01 3 12.43 0.00 7.84 3.69 0.05 75.99 22:34:25 22:20:01 all 0.15 0.00 0.06 0.01 0.00 99.78 22:34:25 22:20:01 0 0.02 0.00 0.05 0.02 0.00 99.92 22:34:25 22:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:34:25 22:20:01 2 0.03 0.00 0.12 0.02 0.00 99.83 22:34:25 22:20:01 3 0.02 0.00 0.07 0.00 0.00 99.92 22:34:25 22:21:01 all 0.22 0.00 0.32 0.00 0.00 99.46 22:34:25 22:21:01 0 0.10 0.00 0.37 0.00 0.02 99.52 22:34:25 22:21:01 1 0.55 0.00 0.13 0.00 0.00 99.32 22:34:25 22:21:01 2 0.13 0.00 0.48 0.00 0.00 99.38 22:34:25 22:21:01 3 0.12 0.00 0.28 0.00 0.00 99.60 22:34:25 22:34:25 22:21:01 CPU %user %nice %system %iowait %steal %idle 22:34:25 22:22:01 all 0.15 0.00 0.09 0.00 0.00 99.76 22:34:25 22:22:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:34:25 22:22:01 1 0.48 0.00 0.03 0.00 0.00 99.48 22:34:25 22:22:01 2 0.07 0.00 0.22 0.00 0.00 99.72 22:34:25 22:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:34:25 22:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:34:25 22:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:23:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:34:25 22:23:01 2 0.02 0.00 0.05 0.00 0.00 99.93 22:34:25 22:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:24:01 all 0.10 0.00 0.04 0.00 0.00 99.86 22:34:25 22:24:01 0 0.07 0.00 0.05 0.00 0.00 99.88 22:34:25 22:24:01 1 0.25 0.00 0.08 0.02 0.00 99.65 22:34:25 22:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:34:25 22:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:34:25 22:25:01 all 0.10 0.00 0.10 0.03 0.00 99.76 22:34:25 22:25:01 0 0.10 0.00 0.12 0.08 0.00 99.70 22:34:25 22:25:01 1 0.12 0.00 0.07 0.00 0.00 99.82 22:34:25 22:25:01 2 0.13 0.00 0.13 0.03 0.00 99.70 22:34:25 22:25:01 3 0.07 0.00 0.08 0.02 0.00 99.83 22:34:25 22:26:02 all 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:26:02 1 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:26:02 2 0.02 0.00 0.03 0.02 0.00 99.93 22:34:25 22:26:02 3 0.07 0.00 0.07 0.00 0.02 99.85 22:34:25 22:27:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:34:25 22:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:34:25 22:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:27:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:34:25 22:28:01 all 0.04 0.00 0.02 0.00 0.00 99.94 22:34:25 22:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:34:25 22:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:28:01 3 0.08 0.00 0.05 0.00 0.00 99.87 22:34:25 22:29:01 all 0.02 0.00 0.03 0.00 0.00 99.95 22:34:25 22:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:34:25 22:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:34:25 22:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:34:25 22:30:01 all 0.07 0.00 0.07 0.02 0.00 99.84 22:34:25 22:30:01 0 0.05 0.00 0.12 0.00 0.00 99.83 22:34:25 22:30:01 1 0.08 0.00 0.07 0.07 0.00 99.78 22:34:25 22:30:01 2 0.08 0.00 0.03 0.03 0.00 99.85 22:34:25 22:30:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:34:25 22:31:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:34:25 22:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:34:25 22:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:34:25 22:31:01 3 0.07 0.00 0.03 0.00 0.00 99.90 22:34:25 22:32:01 all 0.04 0.00 0.03 0.00 0.00 99.93 22:34:25 22:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:34:25 22:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:34:25 22:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:34:25 22:34:25 22:32:01 CPU %user %nice %system %iowait %steal %idle 22:34:25 22:33:01 all 0.05 0.00 0.02 0.00 0.00 99.92 22:34:25 22:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:34:25 22:33:01 1 0.08 0.00 0.02 0.00 0.00 99.90 22:34:25 22:33:01 2 0.05 0.00 0.02 0.00 0.00 99.93 22:34:25 22:33:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:34:25 22:34:01 all 2.67 0.00 1.78 1.89 0.02 93.65 22:34:25 22:34:01 0 1.69 0.00 1.39 0.40 0.02 96.51 22:34:25 22:34:01 1 3.68 0.00 2.09 2.69 0.02 91.52 22:34:25 22:34:01 2 3.21 0.00 2.30 3.99 0.02 90.48 22:34:25 22:34:01 3 2.09 0.00 1.32 0.47 0.03 96.08 22:34:25 Average: all 12.26 0.00 6.40 3.59 0.03 77.72 22:34:25 Average: 0 12.31 0.00 6.51 3.74 0.04 77.41 22:34:25 Average: 1 12.18 0.00 6.23 3.77 0.03 77.78 22:34:25 Average: 2 12.32 0.00 6.44 3.60 0.04 77.60 22:34:25 Average: 3 12.23 0.00 6.41 3.24 0.03 78.09 22:34:25 22:34:25 22:34:25