Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b4afab23d8944048b683e20fbbf294e254ece17a+62a248a5b0afc117ade2468f75438786c02ce52d (a7894d54d420712e8ec187bd4df7dcb916d807e7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25837’ is offline Running on prd-centos7-docker-4c-2g-25843 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:00:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:00:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:00:45 ========================================================= 20:00:45 EdgeX Global Pipelines Version Info 20:00:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 05efc88c76c54f7572f1e30796d47c640ef5bec4 # timeout=10 20:00:46 ------------------- 20:00:46 stable info: 20:00:46 ------------------- 20:00:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:00:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:00:46 Message: update stable to v1.0.179 20:00:47 ------------------- 20:00:47 experimental info: 20:00:47 ------------------- 20:00:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:00:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:00:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:00:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:00:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:00:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:00:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b4afab23d8944048b683e20fbbf294e254ece17a [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b4afab2 [Pipeline] echo 20:00:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:00:50 provisioning config files... 20:00:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config5442540877855873674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:00:51 ---> docker-login.sh 20:00:51 nexus3.edgexfoundry.org:10001 20:00:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:51 Configure a credential helper to remove this warning. See 20:00:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:51 20:00:51 Login Succeeded 20:00:51 nexus3.edgexfoundry.org:10002 20:00:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:51 Configure a credential helper to remove this warning. See 20:00:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:51 20:00:51 Login Succeeded 20:00:51 nexus3.edgexfoundry.org:10003 20:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:52 Configure a credential helper to remove this warning. See 20:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:52 20:00:52 Login Succeeded 20:00:52 nexus3.edgexfoundry.org:10004 20:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:52 Configure a credential helper to remove this warning. See 20:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:52 20:00:52 Login Succeeded 20:00:52 docker.io 20:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:00:52 Configure a credential helper to remove this warning. See 20:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:00:52 20:00:52 Login Succeeded 20:00:52 ---> docker-login.sh ends [Pipeline] } 20:00:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:00:53 ++ 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 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/core-command/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo core-command,cmd/core-command/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/core-data/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo core-data,cmd/core-data/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/core-metadata/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo core-metadata,cmd/core-metadata/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/security-bootstrapper/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/security-proxy-setup/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/support-notifications/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo support-notifications,cmd/support-notifications/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/support-scheduler/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:00:53 + for file in '`ls cmd/**/Dockerfile`' 20:00:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:00:53 ++ cut -d/ -f2 20:00:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:00:53 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 20:00:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:54 20:00:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:00:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:54 latest: Pulling from edgex-devops/git-semver 20:00:54 31603596830f: Pulling fs layer 20:00:54 2a8b12db71e7: Pulling fs layer 20:00:54 6ca5941a6612: Pulling fs layer 20:00:54 ecc8261a40a4: Pulling fs layer 20:00:54 ecc8261a40a4: Waiting 20:00:54 2a8b12db71e7: Verifying Checksum 20:00:54 2a8b12db71e7: Download complete 20:00:54 31603596830f: Download complete 20:00:54 ecc8261a40a4: Verifying Checksum 20:00:54 ecc8261a40a4: Download complete 20:00:54 6ca5941a6612: Verifying Checksum 20:00:54 6ca5941a6612: Download complete 20:00:55 31603596830f: Pull complete 20:00:55 2a8b12db71e7: Pull complete 20:00:55 6ca5941a6612: Pull complete 20:00:56 ecc8261a40a4: Pull complete 20:00:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:00:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:00:56 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:00:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:00:59 $ docker top 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:00:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:00:59 [ssh-agent] Looking for ssh-agent implementation... 20:00:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:00:59 $ docker exec 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent 20:00:59 SSH_AUTH_SOCK=/tmp/ssh-AfWLqOY7im7Q/agent.12 20:00:59 SSH_AGENT_PID=18 20:00:59 Running ssh-add (command line suppressed) 20:00:59 Identity added: /w/workspace/edgex-go/22@tmp/private_key_3325869333256488649.key (/w/workspace/edgex-go/22@tmp/private_key_3325869333256488649.key) 20:01:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:01:00 + git tag --points-at HEAD [Pipeline] } 20:01:00 $ docker exec --env ******** --env ******** 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent -k 20:01:00 unset SSH_AUTH_SOCK; 20:01:00 unset SSH_AGENT_PID; 20:01:00 echo Agent pid 18 killed; 20:01:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:01:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:01:00 [ssh-agent] Looking for ssh-agent implementation... 20:01:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:01:00 $ docker exec 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent 20:01:01 SSH_AUTH_SOCK=/tmp/ssh-IhMGjXwbhX6y/agent.47 20:01:01 SSH_AGENT_PID=52 20:01:01 Running ssh-add (command line suppressed) 20:01:01 Identity added: /w/workspace/edgex-go/22@tmp/private_key_2306883843666514489.key (/w/workspace/edgex-go/22@tmp/private_key_2306883843666514489.key) 20:01:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:01:01 + git semver init 20:01:01 # -> Open(): unable to determine branch for HEAD 20:01:01 # $GIT_DIR = /w/workspace/edgex-go/22/.git 20:01:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 20:01:01 # $SEMVER_REMOTE_NAME = origin 20:01:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:01:01 # $SEMVER_USER_NAME = edgex-jenkins 20:01:01 # $SEMVER_BRANCH = PR-3109 20:01:01 # $SEMVER_TEMP = /tmp/semver-143749493 20:01:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:01:40 # '/tmp/semver-143749493' -> '/w/workspace/edgex-go/22/.semver' 20:01:40 # -> Force: false 20:01:40 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 20:01:40 $ docker exec --env ******** --env ******** 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent -k 20:01:40 unset SSH_AUTH_SOCK; 20:01:40 unset SSH_AGENT_PID; 20:01:40 echo Agent pid 52 killed; 20:01:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:01:41 + git semver [Pipeline] } 20:01:41 $ docker stop --time=1 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce 20:01:43 $ docker rm -f 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce [Pipeline] // withDockerContainer [Pipeline] sh 20:01:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:01:44 Stashed 1 file(s) [Pipeline] echo 20:01:44 [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 20:01:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:01:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:01:46 + sudo service docker restart 20:01:46 + true 20:01:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:01:46 ========================================================= 20:01:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:01:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:01:46 + 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 . 20:01:50 Sending build context to Docker daemon 327.8MB 20:01:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:01:50 Step 2/6 : FROM ${BASE} 20:01:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:01:50 188c0c94c7c5: Pulling fs layer 20:01:50 0ef7d3d256c8: Pulling fs layer 20:01:50 de9db76c5a1d: Pulling fs layer 20:01:50 bca2f99d35d6: Pulling fs layer 20:01:50 93359f2a8cfa: Pulling fs layer 20:01:50 7c6f9722023f: Pulling fs layer 20:01:50 a35cf1a2eb13: Pulling fs layer 20:01:50 bca2f99d35d6: Waiting 20:01:50 93359f2a8cfa: Waiting 20:01:50 a35cf1a2eb13: Waiting 20:01:50 7c6f9722023f: Waiting 20:01:50 de9db76c5a1d: Verifying Checksum 20:01:50 de9db76c5a1d: Download complete 20:01:50 0ef7d3d256c8: Download complete 20:01:50 93359f2a8cfa: Verifying Checksum 20:01:50 93359f2a8cfa: Download complete 20:01:50 7c6f9722023f: Verifying Checksum 20:01:50 7c6f9722023f: Download complete 20:01:50 188c0c94c7c5: Verifying Checksum 20:01:50 188c0c94c7c5: Download complete 20:01:51 188c0c94c7c5: Pull complete 20:01:51 0ef7d3d256c8: Pull complete 20:01:51 de9db76c5a1d: Pull complete 20:01:52 a35cf1a2eb13: Verifying Checksum 20:01:52 a35cf1a2eb13: Download complete 20:01:53 bca2f99d35d6: Download complete 20:01:59 bca2f99d35d6: Pull complete 20:01:59 93359f2a8cfa: Pull complete 20:01:59 7c6f9722023f: Pull complete 20:01:59 Still waiting to schedule task 20:01:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25841’ 20:02:03 a35cf1a2eb13: Pull complete 20:02:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:02:03 ---> a62c8e92a672 20:02:03 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:02:03 ---> Running in f976bd505257 20:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:02:05 (1/12) Installing libmagic (5.38-r0) 20:02:05 (2/12) Installing file (5.38-r0) 20:02:05 (3/12) Installing libc-dev (0.7.2-r3) 20:02:05 (4/12) Installing g++ (9.3.0-r2) 20:02:10 (5/12) Installing fortify-headers (1.1-r0) 20:02:10 (6/12) Installing patch (2.7.6-r6) 20:02:10 (7/12) Installing build-base (0.5-r2) 20:02:10 (8/12) Installing libsodium (1.0.18-r0) 20:02:10 (9/12) Installing pkgconf (1.7.2-r0) 20:02:11 (10/12) Installing libsodium-dev (1.0.18-r0) 20:02:11 (11/12) Installing libzmq (4.3.3-r0) 20:02:11 (12/12) Installing zeromq-dev (4.3.3-r0) 20:02:11 Executing busybox-1.31.1-r19.trigger 20:02:11 OK: 233 MiB in 51 packages 20:02:15 Removing intermediate container f976bd505257 20:02:15 ---> bc6c6503a7b3 20:02:15 Step 4/6 : WORKDIR /edgex-go 20:02:15 ---> Running in 7d1596d370b9 20:02:15 Removing intermediate container 7d1596d370b9 20:02:15 ---> 657429910cf8 20:02:15 Step 5/6 : COPY go.mod . 20:02:15 ---> 48c1578dcc4d 20:02:15 Step 6/6 : RUN go mod download 20:02:16 ---> Running in 22ac1ea23aa0 20:02:38 Removing intermediate container 22ac1ea23aa0 20:02:38 ---> de1b3e4e462b 20:02:38 Successfully built de1b3e4e462b 20:02:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:02:38 + docker inspect -f . ci-base-image-x86_64 20:02:38 . [Pipeline] withDockerContainer 20:02:38 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:02:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:02:39 $ docker top 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:39 + go version 20:02:39 go version go1.15.5 linux/amd64 [Pipeline] } 20:02:39 $ docker stop --time=1 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 20:02:41 $ docker rm -f 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:02:42 + docker inspect -f . ci-base-image-x86_64 20:02:42 . [Pipeline] withDockerContainer 20:02:42 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:02:42 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:02:42 $ docker top 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc -eo pid,comm [Pipeline] { [Pipeline] echo 20:02:43 ========================================================= 20:02:43 [edgeXBuildGoParallel] Running Tests and Build... 20:02:43 ========================================================= [Pipeline] sh 20:02:43 + make test 20:02:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:02:51 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:03:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:03:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:03:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:03:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:03:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:03:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:03:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements 20:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.414s coverage: 82.3% of statements 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 20:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:03:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 20:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:03:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 92.8% of statements 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:03:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements 20:03:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 20:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements 20:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.104s coverage: 89.4% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:03:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 20:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 20:03:53 GO111MODULE=on go vet ./... 20:04:20 gofmt -l . 20:04:20 [ "`gofmt -l .`" = "" ] 20:04:20 ./bin/test-go-mod-tidy.sh 20:04:20 ./bin/test-attribution-txt.sh [Pipeline] sh 20:04:20 + ls -al . 20:04:20 total 700 20:04:20 drwxrwxr-x 10 1001 1001 4096 Feb 9 20:04 . 20:04:20 drwxr-xr-x 4 root root 30 Feb 9 20:02 .. 20:04:20 -rw-rw-r-- 1 1001 1001 11 Feb 9 20:00 .dockerignore 20:04:20 drwxrwxr-x 8 1001 1001 179 Feb 9 20:00 .git 20:04:20 drwxrwxr-x 3 1001 1001 125 Feb 9 20:00 .github 20:04:20 -rw-rw-r-- 1 1001 1001 818 Feb 9 20:00 .gitignore 20:04:20 drwx------ 3 1001 1001 60 Feb 9 20:01 .semver 20:04:20 -rw-rw-r-- 1 1001 1001 166 Feb 9 20:00 .sonarcloud.properties 20:04:20 -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:00 Attribution.txt 20:04:20 -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:00 CONTRIBUTING.md 20:04:20 -rw-rw-r-- 1 1001 1001 931 Feb 9 20:00 Dockerfile.build 20:04:20 -rw-rw-r-- 1 1001 1001 863 Feb 9 20:00 Jenkinsfile 20:04:20 -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:00 LICENSE 20:04:20 -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:00 Makefile 20:04:20 -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:00 README.md 20:04:20 -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:00 SECURITY.md 20:04:20 -rw-rw-r-- 1 1001 1001 5 Feb 9 20:01 VERSION 20:04:20 -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:00 ZMQWindows.md 20:04:20 drwxrwxr-x 2 1001 1001 117 Feb 9 20:00 bin 20:04:20 drwxrwxr-x 14 1001 1001 4096 Feb 9 20:00 cmd 20:04:20 -rw-r--r-- 1 root root 594557 Feb 9 20:03 coverage.out 20:04:20 -rw-r--r-- 1 root root 1054 Feb 9 20:04 go.mod 20:04:20 -rw-r--r-- 1 root root 19518 Feb 9 20:04 go.sum 20:04:20 drwxrwxr-x 8 1001 1001 127 Feb 9 20:00 internal 20:04:20 drwxrwxr-x 4 1001 1001 26 Feb 9 20:00 openapi 20:04:20 drwxrwxr-x 4 1001 1001 71 Feb 9 20:00 snap 20:04:20 -rw-rw-r-- 1 1001 1001 168 Feb 9 20:00 version.go [Pipeline] sh 20:04:20 + '[' -e coverage.out ] 20:04:20 + chown 1001:1001 coverage.out [Pipeline] stash 20:04:21 Stashed 1 file(s) [Pipeline] sh 20:04:21 + make build 20:04:21 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 20:04: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 20:04: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 20:04: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 20:04: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 20:04: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 20:04:37 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 20:04: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 20:04: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 20:04: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 20:04:42 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 20:04:43 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] } 20:04:45 $ docker stop --time=1 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc 20:04:48 $ docker rm -f 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:04:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:50 20:04:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:04:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:50 latest: Pulling from edgex-devops/edgex-compose 20:04:50 cbdbe7a5bc2a: Pulling fs layer 20:04:50 ca9280d653b3: Pulling fs layer 20:04:50 7e9c9ca2126c: Pulling fs layer 20:04:51 cbdbe7a5bc2a: Verifying Checksum 20:04:51 cbdbe7a5bc2a: Download complete 20:04:51 ca9280d653b3: Verifying Checksum 20:04:51 ca9280d653b3: Download complete 20:04:51 cbdbe7a5bc2a: Pull complete 20:04:52 ca9280d653b3: Pull complete 20:04:52 7e9c9ca2126c: Download complete 20:04:59 7e9c9ca2126c: Pull complete 20:04:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:04:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:04:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:04:59 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:04:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:05:00 $ docker top 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:01 + docker-compose build --help 20:05:01 + grep parallel 20:05:01 --parallel Build images in parallel. [Pipeline] } 20:05:02 $ docker stop --time=1 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 20:05:03 $ docker rm -f 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:05:04 . [Pipeline] withDockerContainer 20:05:04 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:05:04 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:05:05 $ docker top 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 -eo pid,comm [Pipeline] { [Pipeline] sh 20:05:05 + docker-compose -f ./docker-compose-build.yml build --parallel 20:05:06 Building docker-core-command-go ... 20:05:06 Building docker-core-data-go ... 20:05:06 Building docker-core-metadata-go ... 20:05:06 Building docker-security-bootstrapper-go ... 20:05:06 Building docker-security-proxy-setup-go ... 20:05:06 Building docker-security-secretstore-setup-go ... 20:05:06 Building docker-support-notifications-go ... 20:05:06 Building docker-support-scheduler-go ... 20:05:06 Building docker-sys-mgmt-agent-go ... 20:05:06 Building docker-security-secretstore-setup-go 20:05:06 Building docker-core-command-go 20:05:06 Building docker-support-notifications-go 20:05:06 Building docker-support-scheduler-go 20:05:06 Building docker-core-metadata-go 20:05:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25848 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 20:05:23 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 20:05:29 using credential edgex-jenkins-ssh 20:05:29 Cloning the remote Git repository 20:05:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:05:29 > git init /w/workspace/edgex-go/22 # timeout=10 20:05:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:05:29 > git --version # timeout=10 20:05:29 > git --version # 'git version 2.17.1' 20:05:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:05:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:38 ---> de1b3e4e462b 20:05:38 Step 3/23 : WORKDIR /edgex-go 20:05:40 ---> Running in bb401bf2dd7f 20:05:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:40 ---> de1b3e4e462b 20:05:40 Step 3/23 : WORKDIR /edgex-go 20:05:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:05:40 ---> de1b3e4e462b 20:05:40 Step 3/22 : WORKDIR /edgex-go 20:05:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:05:40 ---> de1b3e4e462b 20:05:40 Step 3/24 : WORKDIR /edgex-go 20:05:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:05:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:05:41 ---> de1b3e4e462b 20:05:41 Step 3/22 : WORKDIR /edgex-go 20:05:42 ---> Running in eba018b426ec 20:05:42 ---> Running in a7aa26e5093c 20:05:42 ---> Running in 4d81ef6fc4ab 20:05:42 ---> Running in df3ce883b839 20:05:43 Removing intermediate container bb401bf2dd7f 20:05:43 ---> 66c7702e6289 20:05:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:43 Removing intermediate container a7aa26e5093c 20:05:43 ---> 40fa99b72471 20:05:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:43 Removing intermediate container df3ce883b839 20:05:43 ---> 472f7386615d 20:05:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:43 Removing intermediate container 4d81ef6fc4ab 20:05:43 ---> 3ef95069ebc6 20:05:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:43 Removing intermediate container eba018b426ec 20:05:43 ---> d9274e7f434e 20:05:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:05:43 ---> Running in c67db426821f 20:05:43 ---> Running in 5313f5d29158 20:05:43 ---> Running in 094ba2f855d8 20:05:43 ---> Running in 6b72c0c4e270 20:05:43 ---> Running in da229ac82b67 20:05:44 Removing intermediate container c67db426821f 20:05:44 ---> a01f8f7c3905 20:05:44 Step 5/23 : RUN apk add --update --no-cache make git 20:05:45 Removing intermediate container 094ba2f855d8 20:05:45 ---> 95350e545b55 20:05:45 Step 5/22 : RUN apk add --update --no-cache make git 20:05:45 ---> Running in 20617adf6af8 20:05:45 ---> Running in ecff71b5935b 20:05:45 Removing intermediate container 5313f5d29158 20:05:45 ---> 4f6ea12fee62 20:05:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:05:45 Removing intermediate container 6b72c0c4e270 20:05:45 ---> eb9eb84ebc63 20:05:45 Step 5/24 : RUN apk add --update --no-cache make git 20:05:45 Removing intermediate container da229ac82b67 20:05:45 ---> bf89b729b702 20:05:45 Step 5/23 : RUN apk add --update --no-cache make git 20:05:45 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a 20:05:45 ---> Running in 7ede2a921416 20:05:45 ---> Running in 5ee9f795e9cb 20:05:45 ---> Running in b2c1e4aaa6b4 20:05:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:05:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:05:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:05:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:05:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:05:45 > git config core.sparsecheckout # timeout=10 20:05:45 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 20:05:46 > git remote # timeout=10 20:05:46 > git config --get remote.origin.url # timeout=10 20:05:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:05:46 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 20:05:46 Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a 20:05:46 Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) 20:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:05:48 OK: 233 MiB in 51 packages 20:05:48 OK: 233 MiB in 51 packages 20:05:46 > git rev-parse HEAD^{commit} # timeout=10 20:05:46 > git config core.sparsecheckout # timeout=10 20:05:46 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 20:05:48 OK: 233 MiB in 51 packages 20:05:48 OK: 233 MiB in 51 packages 20:05:48 OK: 233 MiB in 51 packages 20:05:48 Removing intermediate container 5ee9f795e9cb 20:05:48 ---> 79a256cb0fb7 20:05:48 Step 6/23 : COPY go.mod . 20:05:48 Removing intermediate container 7ede2a921416 20:05:48 ---> 190c5a488d64 20:05:48 Step 6/22 : COPY go.mod . 20:05:48 Removing intermediate container b2c1e4aaa6b4 20:05:48 ---> e928e7953a0d 20:05:48 Step 6/24 : COPY go.mod . 20:05:49 ---> 7f3574661c80 20:05:49 Step 7/22 : RUN go mod download 20:05:49 ---> a1b7bdc8c41f 20:05:49 Step 7/23 : RUN go mod download 20:05:49 ---> f1d18c656657 20:05:49 Step 7/24 : RUN go mod download 20:05:49 Removing intermediate container 20617adf6af8 20:05:49 ---> 8b867716f524 20:05:49 Step 6/23 : COPY go.mod . 20:05:49 ---> Running in 3afa760df33b 20:05:49 ---> Running in c25737ff6397 20:05:49 ---> Running in 27fdf5655ec0 20:05:49 Removing intermediate container ecff71b5935b 20:05:49 ---> 22d48ecc241b 20:05:49 Step 6/22 : COPY go.mod . 20:05:49 ---> 2978593e182d 20:05:49 Step 7/23 : RUN go mod download 20:05:50 ---> Running in e13b410dc769 20:05:50 ---> 3dcf9dd716fc 20:05:50 Step 7/22 : RUN go mod download 20:05:50 ---> Running in d05fdcaef6e7 20:05:50 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:05:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:05:52 Removing intermediate container 3afa760df33b 20:05:52 ---> 8364b30519cf 20:05:52 Step 8/23 : COPY . . 20:05:52 Removing intermediate container 27fdf5655ec0 20:05:52 ---> 82d9107f4275 20:05:52 Step 8/24 : COPY . . 20:05:52 Removing intermediate container e13b410dc769 20:05:52 ---> b48cc5029317 20:05:52 Step 8/23 : COPY . . 20:05:52 Removing intermediate container d05fdcaef6e7 20:05:52 ---> 2e4f9fbc9c21 20:05:52 Step 8/22 : COPY . . 20:05:52 Removing intermediate container c25737ff6397 20:05:52 ---> 729b9a18a152 20:05:52 Step 8/22 : COPY . . 20:05:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:05:53 + sudo service docker restart 20:05:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:05:55 provisioning config files... 20:05:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config1069216298235207049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:05:56 ---> docker-login.sh 20:05:56 nexus3.edgexfoundry.org:10001 20:05:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:57 Configure a credential helper to remove this warning. See 20:05:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:57 20:05:57 Login Succeeded 20:05:57 nexus3.edgexfoundry.org:10002 20:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:58 Configure a credential helper to remove this warning. See 20:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:58 20:05:58 Login Succeeded 20:05:58 nexus3.edgexfoundry.org:10003 20:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:58 Configure a credential helper to remove this warning. See 20:05:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:58 20:05:58 Login Succeeded 20:05:58 nexus3.edgexfoundry.org:10004 20:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:59 Configure a credential helper to remove this warning. See 20:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:59 20:05:59 Login Succeeded 20:05:59 docker.io 20:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:05:59 Configure a credential helper to remove this warning. See 20:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:05:59 20:05:59 Login Succeeded 20:05:59 ---> docker-login.sh ends [Pipeline] } 20:05:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:06:00 ========================================================= 20:06:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:06:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:06:00 + 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 . 20:06:03 Sending build context to Docker daemon 166.3MB 20:06:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:06:03 Step 2/6 : FROM ${BASE} 20:06:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:06:03 5f621e34cdf4: Pulling fs layer 20:06:03 a4357932f1b6: Pulling fs layer 20:06:03 18c013af1878: Pulling fs layer 20:06:03 00ac8860ef70: Pulling fs layer 20:06:03 63d7cb157983: Pulling fs layer 20:06:03 b116817d02f9: Pulling fs layer 20:06:03 745a02a5169b: Pulling fs layer 20:06:03 00ac8860ef70: Waiting 20:06:03 63d7cb157983: Waiting 20:06:03 b116817d02f9: Waiting 20:06:03 745a02a5169b: Waiting 20:06:03 18c013af1878: Verifying Checksum 20:06:03 18c013af1878: Download complete 20:06:03 a4357932f1b6: Verifying Checksum 20:06:03 a4357932f1b6: Download complete 20:06:03 63d7cb157983: Verifying Checksum 20:06:03 63d7cb157983: Download complete 20:06:03 b116817d02f9: Verifying Checksum 20:06:03 b116817d02f9: Download complete 20:06:03 5f621e34cdf4: Download complete 20:06:04 5f621e34cdf4: Pull complete 20:06:04 a4357932f1b6: Pull complete 20:06:05 18c013af1878: Pull complete 20:06:06 745a02a5169b: Verifying Checksum 20:06:06 745a02a5169b: Download complete 20:06:08 00ac8860ef70: Verifying Checksum 20:06:08 00ac8860ef70: Download complete 20:06:18 00ac8860ef70: Pull complete 20:06:18 63d7cb157983: Pull complete 20:06:18 b116817d02f9: Pull complete 20:06:21 745a02a5169b: Pull complete 20:06:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:06:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:06:21 ---> b7e6874047d6 20:06:21 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 20:06:24 ---> Running in 1b973e229ad2 20:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:06:27 (1/12) Installing libmagic (5.38-r0) 20:06:27 (2/12) Installing file (5.38-r0) 20:06:27 (3/12) Installing libc-dev (0.7.2-r3) 20:06:27 (4/12) Installing g++ (9.3.0-r2) 20:06:30 (5/12) Installing fortify-headers (1.1-r0) 20:06:30 (6/12) Installing patch (2.7.6-r6) 20:06:30 (7/12) Installing build-base (0.5-r2) 20:06:30 (8/12) Installing libsodium (1.0.18-r0) 20:06:30 (9/12) Installing pkgconf (1.7.2-r0) 20:06:30 (10/12) Installing libsodium-dev (1.0.18-r0) 20:06:30 (11/12) Installing libzmq (4.3.3-r0) 20:06:31 (12/12) Installing zeromq-dev (4.3.3-r0) 20:06:31 Executing busybox-1.31.1-r19.trigger 20:06:31 OK: 217 MiB in 51 packages 20:06:31 ---> 04753765ac65 20:06:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:06:31 ---> a15ba9c71db5 20:06:31 Step 9/23 : RUN make cmd/core-command/core-command 20:06:31 ---> fd6b16d11978 20:06:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:06:31 ---> Running in 18345abe0cd7 20:06:31 ---> Running in 910f7cc2e13b 20:06:31 ---> Running in 3562a8ba8697 20:06:31 ---> 5fd03805555e 20:06:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:06:31 ---> 0059ebaf3a32 20:06:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:06:32 ---> Running in b09f614053d9 20:06:32 ---> Running in c7858dc92b79 20:06:33 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 20:06:33 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 20:06: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 20:06:33 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 20:06:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:06:35 Removing intermediate container 1b973e229ad2 20:06:35 ---> 1a8249c67777 20:06:35 Step 4/6 : WORKDIR /edgex-go 20:06:35 ---> Running in d866d902c1be 20:06:36 Removing intermediate container d866d902c1be 20:06:36 ---> e4f157467df9 20:06:36 Step 5/6 : COPY go.mod . 20:06:36 ---> 7a24ca9b2762 20:06:36 Step 6/6 : RUN go mod download 20:06:36 ---> Running in 7d981efcda73 20:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:07:03 Removing intermediate container 7d981efcda73 20:07:03 ---> bd5601385912 20:07:03 Successfully built bd5601385912 20:07:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:07:03 + docker inspect -f . ci-base-image-arm64 20:07:03 . [Pipeline] withDockerContainer 20:07:04 prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container 20:07:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:07:06 $ docker top a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:07 + go version 20:07:07 go version go1.15.5 linux/arm64 [Pipeline] } 20:07:07 $ docker stop --time=1 a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 20:07:08 Removing intermediate container 3562a8ba8697 20:07:08 ---> 3ed9fa0e3aa5 20:07:08 20:07:08 Step 10/24 : FROM alpine:3.12 20:07:08 3.12: Pulling from library/alpine 20:07:09 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:07:09 Status: Downloaded newer image for alpine:3.12 20:07:09 ---> 389fef711851 20:07:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:07:09 $ docker rm -f a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:07:10 + docker inspect -f . ci-base-image-arm64 20:07:10 . [Pipeline] withDockerContainer 20:07:10 prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container 20:07:10 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:07:12 $ docker top d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 -eo pid,comm 20:07:12 ---> Running in 85c6f69a1c73 [Pipeline] { [Pipeline] echo 20:07:12 ========================================================= 20:07:12 [edgeXBuildGoParallel] Running Tests and Build... 20:07:12 ========================================================= [Pipeline] sh 20:07:13 + make test 20:07:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:07:13 Removing intermediate container b09f614053d9 20:07:13 ---> 60a04a219fc4 20:07:13 20:07:13 Step 10/22 : FROM alpine:3.12 20:07:13 ---> 389fef711851 20:07:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:07:14 Removing intermediate container 18345abe0cd7 20:07:14 ---> d6ca7efe6118 20:07:14 20:07:14 Step 10/23 : FROM alpine:3.12 20:07:14 ---> 389fef711851 20:07:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:07:14 Removing intermediate container 910f7cc2e13b 20:07:14 ---> 319afdeef2f2 20:07:14 20:07:14 Step 10/22 : FROM alpine:3.12 20:07:14 ---> 389fef711851 20:07:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:07:14 ---> Running in 0034d798c551 20:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:14 (1/5) Installing ca-certificates (20191127-r4) 20:07:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:07:14 (3/5) Installing libcurl (7.69.1-r3) 20:07:14 (4/5) Installing curl (7.69.1-r3) 20:07:14 (5/5) Installing dumb-init (1.2.2-r1) 20:07:14 Executing busybox-1.31.1-r19.trigger 20:07:14 Executing ca-certificates-20191127-r4.trigger 20:07:14 OK: 7 MiB in 19 packages 20:07:15 ---> Running in 48a8b9f5131e 20:07:15 ---> Running in 06ecf72d5f9d 20:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:16 (1/2) Installing ca-certificates (20191127-r4) 20:07:16 (2/2) Installing dumb-init (1.2.2-r1) 20:07:16 Executing busybox-1.31.1-r19.trigger 20:07:16 Executing ca-certificates-20191127-r4.trigger 20:07:16 OK: 6 MiB in 16 packages 20:07:17 Removing intermediate container c7858dc92b79 20:07:17 ---> cd25436e0fbd 20:07:17 20:07:17 Step 10/23 : FROM alpine:3.12 20:07:17 ---> 389fef711851 20:07:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:17 (1/1) Installing dumb-init (1.2.2-r1) 20:07:18 Executing busybox-1.31.1-r19.trigger 20:07:18 OK: 6 MiB in 15 packages 20:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:19 (1/1) Installing dumb-init (1.2.2-r1) 20:07:19 Executing busybox-1.31.1-r19.trigger 20:07:19 OK: 6 MiB in 15 packages 20:07:19 ---> Running in 74db5c436507 20:07:19 Removing intermediate container 85c6f69a1c73 20:07:19 ---> 4e713963ce3b 20:07:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:07:20 ---> Running in 6c511d904720 20:07:20 Removing intermediate container 0034d798c551 20:07:20 ---> cbd0beb83782 20:07:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:07:20 ---> Running in b4d4ca434f7e 20:07:20 Removing intermediate container 48a8b9f5131e 20:07:20 ---> e5346a6d7dc4 20:07:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:07:20 Removing intermediate container 6c511d904720 20:07:20 ---> 7f1fc6839cab 20:07:20 Step 13/24 : WORKDIR / 20:07:20 ---> Running in 6bff2d0f2d69 20:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:07:20 ---> Running in bad6b9113c07 20:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:07:20 Removing intermediate container b4d4ca434f7e 20:07:20 ---> 3e4e1cb3b028 20:07:20 Step 13/22 : ENV APP_PORT=48060 20:07:20 Removing intermediate container 06ecf72d5f9d 20:07:20 ---> 68553bd355d7 20:07:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:07:21 Removing intermediate container 6bff2d0f2d69 20:07:21 ---> 4e3c475f6a82 20:07:21 Step 13/22 : ENV APP_PORT=48085 20:07:21 (1/1) Installing dumb-init (1.2.2-r1) 20:07:21 Executing busybox-1.31.1-r19.trigger 20:07:21 OK: 6 MiB in 15 packages 20:07:21 ---> Running in 4c393c5a5fda 20:07:21 ---> Running in 69450ff463ce 20:07:21 ---> Running in f56199e42ba4 20:07:21 Removing intermediate container bad6b9113c07 20:07:21 ---> 89201709bdf0 20:07:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:07:21 Removing intermediate container 69450ff463ce 20:07:21 ---> d66e465c4d18 20:07:21 Step 13/23 : ENV APP_PORT=48082 20:07:21 Removing intermediate container 4c393c5a5fda 20:07:21 ---> 3d641fc3bbda 20:07:21 Step 14/22 : EXPOSE $APP_PORT 20:07:21 ---> Running in de7c72a76ad0 20:07:21 ---> Running in 797e2d743aee 20:07:21 Removing intermediate container f56199e42ba4 20:07:21 ---> fdc75567e915 20:07:21 Step 14/22 : EXPOSE $APP_PORT 20:07:21 ---> 7df9d9120758 20:07:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:07:21 ---> Running in 79c7324a58a3 20:07:22 Removing intermediate container de7c72a76ad0 20:07:22 ---> 5794f7975aa9 20:07:22 Step 14/23 : EXPOSE $APP_PORT 20:07:22 Removing intermediate container 797e2d743aee 20:07:22 ---> 8724bac7b801 20:07:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:22 Removing intermediate container 74db5c436507 20:07:22 ---> e9ac7a118670 20:07:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:07:22 ---> 1d57a0aba3c9 20:07:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:07:22 Removing intermediate container 79c7324a58a3 20:07:22 ---> 5aacb2fc0215 20:07:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:22 ---> Running in 0b1e8003d12e 20:07:22 ---> Running in 431722ba19bf 20:07:22 ---> 2deafe461c1e 20:07:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:07:22 Removing intermediate container 0b1e8003d12e 20:07:22 ---> 8d09a2601652 20:07:22 Step 15/23 : WORKDIR / 20:07:22 ---> bee4d8b467e5 20:07:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:07:22 Removing intermediate container 431722ba19bf 20:07:22 ---> 393f5fe79990 20:07:22 Step 13/23 : ENV APP_PORT=48081 20:07:22 ---> 31b1601ffa71 20:07:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:07:23 ---> Running in 9a0f74086f15 20:07:23 ---> Running in 5b2c4d4477e3 20:07:23 ---> b73738cb2a5f 20:07:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:07:23 ---> ff9ae4849eeb 20:07:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:07:23 Removing intermediate container 9a0f74086f15 20:07:23 ---> 2ebcec18ed66 20:07:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:23 ---> b522f8031aef 20:07:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:07:23 Removing intermediate container 5b2c4d4477e3 20:07:23 ---> bc80ddcf2228 20:07:23 Step 14/23 : EXPOSE $APP_PORT 20:07:23 ---> Running in 1ec4bd60cd07 20:07:23 ---> 4969e37a6492 20:07:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:07:24 ---> Running in d28eceee67b3 20:07:24 ---> 5d1aedb2a9a5 20:07:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:07:24 ---> b0b762c04f54 20:07:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:07:24 ---> 621f518b3403 20:07:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:07:24 Removing intermediate container 1ec4bd60cd07 20:07:24 ---> 18fd3e630429 20:07:24 Step 15/23 : WORKDIR / 20:07:24 ---> Running in c14b0a6c1111 20:07:24 ---> Running in 52f806fc7aef 20:07:24 Removing intermediate container d28eceee67b3 20:07:24 ---> 874b391ec74b 20:07:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:24 ---> a80dad5ec608 20:07:24 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/ 20:07:24 Removing intermediate container c14b0a6c1111 20:07:24 ---> 6ac8cbbbc2a1 20:07:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:25 ---> Running in 47a7173777d0 20:07:25 ---> Running in b8e729a63920 20:07:25 ---> 89e661426819 20:07:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:07:25 Removing intermediate container 52f806fc7aef 20:07:25 ---> de7606164eb4 20:07:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:25 ---> Running in 7714a87a205a 20:07:25 Removing intermediate container 47a7173777d0 20:07:25 ---> d9bb50c9aba3 20:07:25 Step 20/22 : LABEL arch=x86_64 20:07:25 ---> 6f2e4851b34e 20:07:25 Step 19/23 : ENTRYPOINT ["/core-command"] 20:07:25 ---> 7f87269dd2ed 20:07:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:07:25 ---> Running in 374e81549d6e 20:07:25 Removing intermediate container 7714a87a205a 20:07:25 ---> 4bdb54fa217b 20:07:25 Step 20/22 : LABEL arch=x86_64 20:07:25 ---> Running in 2605edaf3563 20:07:25 ---> Running in 34a47b0eeab3 20:07:26 Removing intermediate container 2605edaf3563 20:07:26 ---> f802cc117249 20:07:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:26 Removing intermediate container 374e81549d6e 20:07:26 ---> 36ed0f2c1703 20:07:26 Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:07:26 ---> Running in dadc2cd229d5 20:07:26 Removing intermediate container 34a47b0eeab3 20:07:26 ---> bb62e9df398f 20:07:26 Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:07:26 ---> Running in e3aa0bf5bacc 20:07:26 ---> e5e2a3310266 20:07:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:07:26 ---> Running in d0575dc08660 20:07:26 Removing intermediate container dadc2cd229d5 20:07:26 ---> 6414401dc8e1 20:07:26 Step 21/23 : LABEL arch=x86_64 20:07:26 Removing intermediate container b8e729a63920 20:07:26 ---> b78819476be8 20:07:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:07:26 Removing intermediate container e3aa0bf5bacc 20:07:26 ---> 95074f169b0a 20:07:26 Step 22/22 : LABEL version=0.0.0 20:07:26 Removing intermediate container d0575dc08660 20:07:26 ---> 46f332d2673e 20:07:26 Step 22/22 : LABEL version=0.0.0 20:07:27 ---> Running in 775caeda57fd 20:07:27 ---> Running in 5c5b4ae96c28 20:07:27 ---> e08aa5255646 20:07:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:07:27 ---> Running in 4feb6d4218aa 20:07:27 ---> Running in b891c9a1daa5 20:07:27 ---> Running in 9dfe9ae327f8 20:07:27 Removing intermediate container 775caeda57fd 20:07:27 ---> 9ba964686f44 20:07:27 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:07:27 Removing intermediate container 5c5b4ae96c28 20:07:27 ---> 61a9e25aa2a1 20:07:27 Step 22/24 : LABEL arch=x86_64 20:07:27 Removing intermediate container 4feb6d4218aa 20:07:27 ---> eb196c2db487 20:07:27 20:07:27 ---> Running in e2b96bb9851b 20:07:27 Removing intermediate container b891c9a1daa5 20:07:27 ---> 91c11e5210e3 20:07:27 20:07:27 Removing intermediate container 9dfe9ae327f8 20:07:27 ---> 22d73e2c8f81 20:07:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:07:27 ---> Running in 1e2f3807bd91 20:07:28 Successfully built eb196c2db487 20:07:28 ---> Running in 0217dcd19b7e 20:07:28 Successfully tagged docker-support-scheduler-go:latest 20:07:28 Building docker-security-bootstrapper-go 20:07:28  Building docker-support-scheduler-go ... done Successfully built 91c11e5210e3 20:07:28 Removing intermediate container e2b96bb9851b 20:07:28 ---> 5e9a312162e0 20:07:28 Step 23/23 : LABEL version=0.0.0 20:07:28 Successfully tagged docker-support-notifications-go:latest 20:07:28 Building docker-security-proxy-setup-go 20:07:28  Building docker-support-notifications-go ... done  ---> Running in f642734b07f6 20:07:28 Removing intermediate container 1e2f3807bd91 20:07:28 ---> 9701dd5ebd12 20:07:28 Step 23/24 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:07:28 Removing intermediate container 0217dcd19b7e 20:07:28 ---> e923815eba6b 20:07:28 Step 21/23 : LABEL arch=x86_64 20:07:28 ---> Running in ebee24681fa0 20:07:28 ---> Running in 708b0f14e582 20:07:28 Removing intermediate container f642734b07f6 20:07:28 ---> 2d31e30d8798 20:07:28 20:07:28 Successfully built 2d31e30d8798 20:07:28 Removing intermediate container ebee24681fa0 20:07:28 ---> d45425754b14 20:07:28 Step 24/24 : LABEL version=0.0.0 20:07:28 Successfully tagged docker-core-command-go:latest 20:07:28 Building docker-core-data-go 20:07:29  Building docker-core-command-go ... done Removing intermediate container 708b0f14e582 20:07:29 ---> f5e322d679d7 20:07:29 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:07:29 ---> Running in 6259b707a7c7 20:07:29 ---> Running in ce63ca922cc5 20:07:29 Removing intermediate container 6259b707a7c7 20:07:29 ---> 3fd20f2dc0df 20:07:29 20:07:29 Removing intermediate container ce63ca922cc5 20:07:29 ---> 250d4599f67f 20:07:29 Step 23/23 : LABEL version=0.0.0 20:07:29 Successfully built 3fd20f2dc0df 20:07:30 Successfully tagged docker-security-secretstore-setup-go:latest 20:07:30  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 20:07:33 ---> Running in 7df45987e94f 20:07:38 Removing intermediate container 7df45987e94f 20:07:38 ---> 16122318e1bf 20:07:38 20:07:39 ? github.com/edgexfoundry/edgex-go [no test files] 20:07:40 Successfully built 16122318e1bf 20:07:40 Successfully tagged docker-core-metadata-go:latest 20:07:59  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:07:59 ---> de1b3e4e462b 20:07:59 Step 3/21 : WORKDIR /edgex-go 20:07:59 ---> Using cache 20:07:59 ---> d9274e7f434e 20:07:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:59 ---> Using cache 20:07:59 ---> bf89b729b702 20:07:59 Step 5/21 : RUN apk add --update --no-cache make git 20:07:59 ---> Using cache 20:07:59 ---> 79a256cb0fb7 20:07:59 Step 6/21 : COPY go.mod . 20:07:59 ---> Using cache 20:07:59 ---> a1b7bdc8c41f 20:07:59 Step 7/21 : RUN go mod download 20:07:59 ---> Using cache 20:07:59 ---> 8364b30519cf 20:07:59 Step 8/21 : COPY . . 20:07:59 ---> Using cache 20:07:59 ---> a15ba9c71db5 20:07:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:07:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:07:59 ---> de1b3e4e462b 20:07:59 Step 3/26 : WORKDIR /edgex-go 20:07:59 ---> Using cache 20:07:59 ---> d9274e7f434e 20:07:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:59 ---> Using cache 20:07:59 ---> bf89b729b702 20:07:59 Step 5/26 : RUN apk add --update --no-cache make bash git 20:07:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:07:59 ---> de1b3e4e462b 20:07:59 Step 3/23 : WORKDIR /edgex-go 20:07:59 ---> Using cache 20:07:59 ---> d9274e7f434e 20:07:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:59 ---> Using cache 20:07:59 ---> bf89b729b702 20:07:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:07:59 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:07:59 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:07:59 ---> de1b3e4e462b 20:07:59 Step 3/30 : WORKDIR /edgex-go 20:07:59 ---> Using cache 20:07:59 ---> d9274e7f434e 20:07:59 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:59 ---> Using cache 20:07:59 ---> bf89b729b702 20:07:59 Step 5/30 : RUN apk add --update --no-cache make git 20:07:59 ---> Using cache 20:07:59 ---> 79a256cb0fb7 20:07:59 Step 6/30 : COPY go.mod . 20:07:59 ---> Using cache 20:07:59 ---> a1b7bdc8c41f 20:07:59 Step 7/30 : RUN go mod download 20:07:59 ---> Using cache 20:07:59 ---> 8364b30519cf 20:07:59 Step 8/30 : COPY . . 20:07:59 ---> Using cache 20:07:59 ---> a15ba9c71db5 20:07:59 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:07:59 ---> Running in 694ed829d07b 20:07:59 ---> Running in d57565c31105 20:07:59 ---> Running in becf49846054 20:07:59 ---> Running in e9a1b2f428f9 20:08:00 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 20:08:00 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 20:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:01 OK: 233 MiB in 51 packages 20:08:01 OK: 233 MiB in 51 packages 20:08:02 Removing intermediate container e9a1b2f428f9 20:08:02 ---> 47fce5a058c4 20:08:02 Step 6/23 : COPY go.mod . 20:08:02 Removing intermediate container becf49846054 20:08:02 ---> 0b7462a1d228 20:08:02 Step 6/26 : COPY go.mod . 20:08:03 ---> 18323784356a 20:08:03 Step 7/23 : RUN go mod download 20:08:03 ---> 1553a992f3e4 20:08:03 Step 7/26 : RUN go mod download 20:08:03 ---> Running in 0f718f4b34fc 20:08:03 ---> Running in f35a73ae7c3f 20:08:08 Removing intermediate container 0f718f4b34fc 20:08:08 ---> d6732ee0f8b8 20:08:08 Step 8/23 : COPY . . 20:08:08 Removing intermediate container f35a73ae7c3f 20:08:08 ---> ec6669f12e2a 20:08:08 Step 8/26 : COPY . . 20:08:20 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 20:08:33 Removing intermediate container 694ed829d07b 20:08:33 ---> 59e91e5510d6 20:08:33 20:08:33 Step 10/30 : FROM alpine:3.12 20:08:33 ---> 389fef711851 20:08:33 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:08:34 Removing intermediate container d57565c31105 20:08:34 ---> fa2d997131c5 20:08:34 20:08:34 Step 10/21 : FROM alpine:3.12 20:08:34 ---> 389fef711851 20:08:34 Step 11/21 : RUN apk add --update --no-cache curl 20:08:34 ---> Running in 384f1bcea342 20:08:35 ---> Running in 88303bd7fcda 20:08:35 ---> 19c465a9155d 20:08:35 Step 9/23 : RUN make cmd/core-data/core-data 20:08:35 Removing intermediate container 384f1bcea342 20:08:35 ---> e9f6bcd71615 20:08:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:08:35 ---> 8891db13851d 20:08:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:08:35 ---> Running in f11f175de892 20:08:35 ---> Running in e018d30ed70f 20:08:35 ---> Running in 6d284e34a056 20:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08:36 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 20:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:08:36 (1/4) Installing ca-certificates (20191127-r4) 20:08:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:08: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 20:08:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:08:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:08:36 (3/4) Installing libcurl (7.69.1-r3) 20:08:36 (4/4) Installing curl (7.69.1-r3) 20:08:36 Executing busybox-1.31.1-r19.trigger 20:08:36 Executing ca-certificates-20191127-r4.trigger 20:08:36 OK: 7 MiB in 18 packages 20:08:36 (1/2) Installing dumb-init (1.2.2-r1) 20:08:36 (2/2) Installing su-exec (0.2-r1) 20:08:36 Executing busybox-1.31.1-r19.trigger 20:08:36 OK: 6 MiB in 16 packages 20:08:39 Removing intermediate container e018d30ed70f 20:08:39 ---> f4ecdddaceee 20:08:39 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:08:40 ---> Running in cb4296073004 20:08:40 Removing intermediate container 88303bd7fcda 20:08:40 ---> 071d3a7370be 20:08:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:08:40 ---> Running in 99167899b1d0 20:08:40 Removing intermediate container cb4296073004 20:08:40 ---> 30c1f6e22139 20:08:40 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:08:41 ---> Running in 66f5782894d0 20:08:41 Removing intermediate container 99167899b1d0 20:08:41 ---> 953fef3fcf36 20:08:41 Step 13/21 : WORKDIR /edgex 20:08:41 ---> Running in 3ade9d4b6db2 20:08:41 Removing intermediate container 66f5782894d0 20:08:41 ---> 6a7764c9234c 20:08:41 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:08:41 Removing intermediate container 3ade9d4b6db2 20:08:41 ---> 9eebe25ebd21 20:08:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:08:41 ---> Running in cda5459ca858 20:08:42 ---> 4028d20ec825 20:08:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:08:43 ---> c89384afaeee 20:08:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:08:43 Removing intermediate container cda5459ca858 20:08:43 ---> a5ca96fbcc38 20:08:43 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:08:44 ---> Running in 0c8ed2f39763 20:08:44 ---> da31236d461c 20:08:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:08:44 Removing intermediate container 0c8ed2f39763 20:08:44 ---> fd83bae9fcd9 20:08:44 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:08:44 ---> Running in 24cd2aab6c29 20:08:44 Removing intermediate container 24cd2aab6c29 20:08:44 ---> 113f6061e5a1 20:08:44 Step 18/21 : CMD ["--init=true"] 20:08:44 ---> Running in 881e2239d1bb 20:08:44 ---> 330f0e902112 20:08:44 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:08:45 ---> Running in 9cec9a32a79b 20:08:45 Removing intermediate container 881e2239d1bb 20:08:45 ---> 25fb8a7e1dd3 20:08:45 Step 19/21 : LABEL arch=x86_64 20:08:45 ---> Running in 863a7a04b12c 20:08:45 Removing intermediate container 863a7a04b12c 20:08:45 ---> be0cd9ce8c27 20:08:45 Step 20/21 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:08:45 ---> Running in ff9d40330559 20:08:46 Removing intermediate container ff9d40330559 20:08:46 ---> 22c1301415fb 20:08:46 Step 21/21 : LABEL version=0.0.0 20:08:46 ---> Running in 0b34f1b204b3 20:08:46 Removing intermediate container 0b34f1b204b3 20:08:46 ---> 0b58c93d3b67 20:08:46 20:08:47 Successfully built 0b58c93d3b67 20:08:47 Successfully tagged docker-security-proxy-setup-go:latest 20:08:47  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cec9a32a79b 20:08:47 ---> 27d9b6771971 20:08:47 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:47 ---> d5a2fd751908 20:08:47 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:08:50 ---> c876d29240c0 20:08:50 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:08:50 ---> 84ab3e4544d4 20:08:50 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:08:51 ---> 7eb05df4cfdb 20:08:51 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:08:51 ---> Running in afe016f09dc7 20:08:52 Removing intermediate container afe016f09dc7 20:08:52 ---> eec16b5b69d4 20:08:52 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:08:52 ---> d43eae37f50d 20:08:52 Step 25/30 : RUN chmod +x /entrypoint.sh 20:08:52 ---> Running in ed93579736ac 20:08:55 Removing intermediate container ed93579736ac 20:08:55 ---> f5e269ce8866 20:08:55 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:08:56 ---> Running in 65efbaff4903 20:08:56 Removing intermediate container 6d284e34a056 20:08:56 ---> a582866299b0 20:08:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:08:56 ---> Running in afb658c00264 20:08:56 Removing intermediate container 65efbaff4903 20:08:56 ---> 857b0b6058e4 20:08:56 Step 27/30 : CMD ["gate"] 20:08:57 ---> Running in dc42e5651adf 20:08:57 Removing intermediate container dc42e5651adf 20:08:57 ---> 11bd255bba99 20:08:57 Step 28/30 : LABEL arch=x86_64 20:08:57 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 20:08:57 ---> Running in 9fce84d1a87b 20:08:57 Removing intermediate container 9fce84d1a87b 20:08:57 ---> 5870f549a197 20:08:57 Step 29/30 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:08:57 ---> Running in 3b065173b1cf 20:08:58 Removing intermediate container 3b065173b1cf 20:08:58 ---> 9e1042ddfa58 20:08:58 Step 30/30 : LABEL version=0.0.0 20:08:58 ---> Running in baffc9d74d8c 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:08:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:08:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:08:59 Removing intermediate container afb658c00264 20:08:59 ---> 8f866b78b110 20:08:59 20:08:59 Step 11/26 : FROM docker:20.10.0 20:08:59 Removing intermediate container baffc9d74d8c 20:08:59 ---> faa043e9d6e8 20:08:59 20:08:59 20.10.0: Pulling from library/docker 20:09:00 Successfully built faa043e9d6e8 20:09:00 Successfully tagged docker-security-bootstrapper-go:latest 20:09:04  Building docker-security-bootstrapper-go ... done Removing intermediate container f11f175de892 20:09:04 ---> dfa8869aa481 20:09:04 20:09:04 Step 10/23 : FROM alpine:3.12 20:09:04 ---> 389fef711851 20:09:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:09:04 ---> Running in db02a4fc5033 20:09:04 Removing intermediate container db02a4fc5033 20:09:04 ---> 1527ee971e65 20:09:04 Step 12/23 : ENV APP_PORT=48080 20:09:04 ---> Running in 18c86123cd17 20:09:04 Removing intermediate container 18c86123cd17 20:09:04 ---> af3e7f91c591 20:09:04 Step 13/23 : EXPOSE $APP_PORT 20:09:04 ---> Running in 96c631c3b79b 20:09:05 Removing intermediate container 96c631c3b79b 20:09:05 ---> cb6eeaa0a994 20:09:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:09:05 Status: Downloaded newer image for docker:20.10.0 20:09:05 ---> aefe523efa57 20:09:05 Step 12/26 : RUN apk add --no-cache bash 20:09:05 ---> Running in e24916824b68 20:09:05 ---> Running in 37e1212aa515 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:05 (1/2) Installing readline (8.0.4-r0) 20:09:05 (2/2) Installing bash (5.0.17-r0) 20:09:05 Executing bash-5.0.17-r0.post-install 20:09:05 Executing busybox-1.31.1-r19.trigger 20:09:06 OK: 12 MiB in 22 packages 20:09:06 Removing intermediate container e24916824b68 20:09:06 ---> b8dc6ab83f0b 20:09:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:09:06 ---> Running in 4d9008ec081f 20:09:06 Removing intermediate container 37e1212aa515 20:09:06 ---> 4c669b8b0fc2 20:09:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:09:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:06 ---> Running in 65962ab32786 20:09:06 Removing intermediate container 65962ab32786 20:09:06 ---> 9dae63ae5eb5 20:09:06 Step 14/26 : ENV APP_PORT=48090 20:09:06 ---> Running in 9c0d6ba51627 20:09:06 Removing intermediate container 9c0d6ba51627 20:09:06 ---> d9ab6e7bc642 20:09:06 Step 15/26 : EXPOSE $APP_PORT 20:09:06 ---> Running in 09f95b8cee69 20:09:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:07 Removing intermediate container 09f95b8cee69 20:09:07 ---> 31e4df8fc13e 20:09:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:09:07 (1/6) Installing dumb-init (1.2.2-r1) 20:09:07 (2/6) Installing libgcc (9.3.0-r2) 20:09:07 ---> 8f973386cbf3 20:09:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:09:07 (3/6) Installing libsodium (1.0.18-r0) 20:09:07 (4/6) Installing libstdc++ (9.3.0-r2) 20:09:08 ---> 67559ab76c28 20:09:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:09:08 (5/6) Installing libzmq (4.3.3-r0) 20:09:08 (6/6) Installing zeromq (4.3.3-r0) 20:09:08 Executing busybox-1.31.1-r19.trigger 20:09:08 OK: 8 MiB in 20 packages 20:09:08 ---> f4a23d94ebca 20:09:08 Step 19/26 : RUN apk --no-cache add py3-pip 20:09:08 ---> Running in 717a74b6607f 20:09:08 Removing intermediate container 4d9008ec081f 20:09:08 ---> 42c7679afe5d 20:09:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:09 ---> cdd7bcda1146 20:09:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:09:09 (1/33) Installing libbz2 (1.0.8-r1) 20:09:09 (2/33) Installing expat (2.2.9-r1) 20:09:09 (3/33) Installing libffi (3.3-r2) 20:09:09 (4/33) Installing gdbm (1.13-r1) 20:09:09 (5/33) Installing xz-libs (5.2.5-r0) 20:09:09 (6/33) Installing sqlite-libs (3.32.1-r0) 20:09:09 (7/33) Installing python3 (3.8.5-r0) 20:09:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:09:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:09:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:09:13 ---> 58b834e408fa 20:09:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:09:13 (8/33) Installing py3-appdirs (1.4.4-r1) 20:09:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:09:13 (10/33) Installing py3-parsing (2.4.7-r0) 20:09:13 (11/33) Installing py3-six (1.15.0-r0) 20:09:13 (12/33) Installing py3-packaging (20.4-r0) 20:09:13 (13/33) Installing py3-setuptools (47.0.0-r0) 20:09:13 (14/33) Installing py3-chardet (3.0.4-r4) 20:09:13 (15/33) Installing py3-idna (2.9-r0) 20:09:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:09:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:09:13 (18/33) Installing py3-requests (2.23.0-r0) 20:09:13 (19/33) Installing py3-msgpack (1.0.0-r0) 20:09:14 (20/33) Installing py3-lockfile (0.12.2-r3) 20:09:14 ---> 7a4b20022153 20:09:14 Step 19/23 : ENTRYPOINT ["/core-data"] 20:09:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:09:14 (22/33) Installing py3-colorama (0.4.3-r0) 20:09:14 (23/33) Installing py3-distlib (0.3.0-r0) 20:09:14 (24/33) Installing py3-distro (1.5.0-r1) 20:09:14 (25/33) Installing py3-webencodings (0.5.1-r3) 20:09:14 ---> Running in a656937bf1ca 20:09:14 (26/33) Installing py3-html5lib (1.0.1-r4) 20:09:14 (27/33) Installing py3-pytoml (0.1.21-r0) 20:09:14 (28/33) Installing py3-pep517 (0.8.2-r0) 20:09:14 (29/33) Installing py3-progress (1.5-r0) 20:09:14 (30/33) Installing py3-toml (0.10.1-r0) 20:09:14 (31/33) Installing py3-retrying (1.3.3-r0) 20:09:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:09:14 (33/33) Installing py3-pip (20.1.1-r0) 20:09:15 Executing busybox-1.31.1-r19.trigger 20:09:15 OK: 71 MiB in 55 packages 20:09:15 Removing intermediate container a656937bf1ca 20:09:15 ---> 445812d2af73 20:09:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:15 ---> Running in c1de9d5f3103 20:09:15 Removing intermediate container c1de9d5f3103 20:09:15 ---> 0bb9daa7d4f9 20:09:15 Step 21/23 : LABEL arch=x86_64 20:09:15 ---> Running in 0c2f8dabd3e7 20:09:16 Removing intermediate container 0c2f8dabd3e7 20:09:16 ---> ecf4e4916e02 20:09:16 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 45.9% of statements 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 20:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.345s coverage: 100.0% of statements 20:09:17 ---> Running in 1be2b0c14081 20:09:20 Removing intermediate container 1be2b0c14081 20:09:20 ---> 4afb22824241 20:09:20 Step 23/23 : LABEL version=0.0.0 20:09:21 ---> Running in e037efa1844b 20:09:21 Removing intermediate container 717a74b6607f 20:09:21 ---> 83d750116caf 20:09:21 Step 20/26 : RUN pip install docker-compose==1.23.2 20:09:21 ---> Running in 2a3ec9cfa5d2 20:09:21 Removing intermediate container e037efa1844b 20:09:21 ---> e1ac263b9aad 20:09:21 20:09:21 Successfully built e1ac263b9aad 20:09:21 Successfully tagged docker-core-data-go:latest 20:09:23  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 20:09:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:09:23 Collecting jsonschema<3,>=2.5.1 20:09:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:09:23 Collecting PyYAML<4,>=3.10 20:09:23 Downloading PyYAML-3.13.tar.gz (270 kB) 20:09:24 Collecting websocket-client<1.0,>=0.32.0 20:09:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:09:24 Collecting docker<4.0,>=3.6.0 20:09:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:09:24 Collecting dockerpty<0.5,>=0.4.1 20:09:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:09:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.1% of statements 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:09:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:09:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:09:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:09:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:09:25 Collecting texttable<0.10,>=0.9.0 20:09:25 Downloading texttable-0.9.1.tar.gz (11 kB) 20:09:25 Collecting cached-property<2,>=1.2.0 20:09:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:09:25 Collecting docopt<0.7,>=0.6.1 20:09:25 Downloading docopt-0.6.2.tar.gz (25 kB) 20:09:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:09:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:09:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:09:26 Collecting docker-pycreds>=0.4.0 20:09:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:09:26 Collecting idna<2.8,>=2.5 20:09:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:09:27 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) 20:09:27 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) 20:09:27 Collecting urllib3<1.25,>=1.21.1 20:09:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:09:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:09:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:09:27 Installing collected packages: jsonschema, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, cached-property, docopt, docker-compose 20:09:27 Running setup.py install for PyYAML: started 20:09:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.807s coverage: 82.3% of statements 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:09:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:09:28 Running setup.py install for PyYAML: finished with status 'done' 20:09:28 Attempting uninstall: idna 20:09:28 Found existing installation: idna 2.9 20:09:28 Uninstalling idna-2.9: 20:09:28 Successfully uninstalled idna-2.9 20:09:28 Attempting uninstall: urllib3 20:09:28 Found existing installation: urllib3 1.25.9 20:09:28 Uninstalling urllib3-1.25.9: 20:09:28 Successfully uninstalled urllib3-1.25.9 20:09:28 Attempting uninstall: requests 20:09:28 Found existing installation: requests 2.23.0 20:09:28 Uninstalling requests-2.23.0: 20:09:28 Successfully uninstalled requests-2.23.0 20:09:29 Running setup.py install for dockerpty: started 20:09:29 Running setup.py install for dockerpty: finished with status 'done' 20:09:29 Running setup.py install for texttable: started 20:09:30 Running setup.py install for texttable: finished with status 'done' 20:09:30 Running setup.py install for docopt: started 20:09:30 Running setup.py install for docopt: finished with status 'done' 20:09:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:09:34 Removing intermediate container 2a3ec9cfa5d2 20:09:34 ---> d980fba02caa 20:09:34 Step 21/26 : RUN apk --no-cache add curl 20:09:34 ---> Running in 9794d20f0914 20:09:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:09:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:09:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:09:35 (2/3) Installing libcurl (7.69.1-r3) 20:09:35 (3/3) Installing curl (7.69.1-r3) 20:09:35 Executing busybox-1.31.1-r19.trigger 20:09:35 OK: 72 MiB in 58 packages 20:09:35 Removing intermediate container 9794d20f0914 20:09:35 ---> 72b0d9e5c15e 20:09:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:09:35 ---> Running in 8beee7624ed6 20:09:35 Removing intermediate container 8beee7624ed6 20:09:35 ---> 4744ab8c65c2 20:09:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:35 ---> Running in 945a2e16d056 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.327s coverage: 28.6% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:09:36 Removing intermediate container 945a2e16d056 20:09:36 ---> f4120aad6d7d 20:09:36 Step 24/26 : LABEL arch=x86_64 20:09:36 ---> Running in 51c6bf9ec20c 20:09:36 Removing intermediate container 51c6bf9ec20c 20:09:36 ---> 1e0098f92a91 20:09:36 Step 25/26 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:09:36 ---> Running in 2e34efc0ae72 20:09:36 Removing intermediate container 2e34efc0ae72 20:09:36 ---> ea52eb3b5615 20:09:36 Step 26/26 : LABEL version=0.0.0 20:09:36 ---> Running in eb0e220e3251 20:09:36 Removing intermediate container eb0e220e3251 20:09:36 ---> 2c32e5bb304a 20:09:36 20:09:36 Successfully built 2c32e5bb304a 20:09:36 Successfully tagged docker-sys-mgmt-agent-go:latest 20:09:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:09:37 $ docker stop --time=1 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 20:09:38 $ docker rm -f 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 [Pipeline] // withDockerContainer [Pipeline] sh 20:09:39 + docker images 20:09:39 + grep docker 20:09:39 docker-sys-mgmt-agent-go latest 2c32e5bb304a 3 seconds ago 313MB 20:09:39 docker-core-data-go latest e1ac263b9aad 18 seconds ago 22.3MB 20:09:39 docker-security-bootstrapper-go latest faa043e9d6e8 40 seconds ago 17.9MB 20:09:39 docker-security-proxy-setup-go latest 0b58c93d3b67 53 seconds ago 24.4MB 20:09:39 docker-core-metadata-go latest 16122318e1bf 2 minutes ago 18.8MB 20:09:39 docker-security-secretstore-setup-go latest 3fd20f2dc0df 2 minutes ago 24.6MB 20:09:39 docker-core-command-go latest 2d31e30d8798 2 minutes ago 16.9MB 20:09:39 docker-support-notifications-go latest 91c11e5210e3 2 minutes ago 17.6MB 20:09:39 docker-support-scheduler-go latest eb196c2db487 2 minutes ago 17MB 20:09:39 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.274s coverage: 92.8% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 0.1% of statements 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:09:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 20:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 20:09:55 Still waiting to schedule task 20:09:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:09:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.106s coverage: 94.4% of statements 20:09:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.592s coverage: 63.5% of statements 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 20:10:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 20:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.012s coverage: 68.9% of statements 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.496s coverage: 37.0% of statements 20:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.831s coverage: 84.0% of statements 20:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.496s coverage: 47.0% of statements 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:10:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.423s coverage: 89.4% of statements 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.887s coverage: 29.1% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.195s coverage: 100.0% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:10:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 20:10:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 20:10:37 GO111MODULE=on go vet ./... 20:10:47 Running on prd-ubuntu18.04-docker-8c-8g-25851 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 20:10:47 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 20:10:50 using credential edgex-jenkins-ssh 20:10:50 Cloning the remote Git repository 20:10:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:10:50 > git init /w/workspace/edgex-go/22 # timeout=10 20:10:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:10:50 > git --version # timeout=10 20:10:50 > git --version # 'git version 2.17.1' 20:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:10:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:04 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a 20:11:05 Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a 20:11:05 Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) 20:11:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:11:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:11:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:11:04 > git config core.sparsecheckout # timeout=10 20:11:04 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 20:11:05 > git remote # timeout=10 20:11:05 > git config --get remote.origin.url # timeout=10 20:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:05 > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 20:11:05 > git rev-parse HEAD^{commit} # timeout=10 20:11:05 > git config core.sparsecheckout # timeout=10 20:11:05 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 20:11:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:10 + echo snap-build.sh 20:11:10 snap-build.sh 20:11:10 + SNAP_BASE_DIR=. 20:11:10 + '[' '!' -z /w/workspace/edgex-go/22 ']' 20:11:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/22 20:11:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' 20:11:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/22] 20:11:10 + cd /w/workspace/edgex-go/22 20:11:10 + sudo apt-get remove -qy --purge lxd lxd-client 20:11:10 Reading package lists... 20:11:10 Building dependency tree... 20:11:10 Reading state information... 20:11:10 The following packages were automatically installed and are no longer required: 20:11:10 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:11:10 uidmap xdelta3 20:11:10 Use 'sudo apt autoremove' to remove them. 20:11:10 The following packages will be REMOVED: 20:11:10 lxd* lxd-client* 20:11:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:11:10 After this operation, 31.7 MB disk space will be freed. 20:11:11 (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.) 20:11:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:11:12 Removing lxd dnsmasq configuration 20:11:12 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:11:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:11:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:11:14 (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.) 20:11:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:11:15 Processing triggers for systemd (237-3ubuntu10.42) ... 20:11:15 Processing triggers for ureadahead (0.100.0-21) ... 20:11:16 + sudo snap remove --purge lxd 20:11:17 snap "lxd" is not installed 20:11:17 + sudo groupadd --force --system lxd 20:11:17 ++ whoami 20:11:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:11:17 + newgrp - lxd 20:11:17 + sudo snap install lxd 20:11:27 2021-02-09T20:11:24Z INFO Waiting for automatic snapd restart... 20:11:45 lxd 4.11 from Canonical* installed 20:11:45 + sudo lxd init --auto 20:11:53 + sudo snap install --classic snapcraft 20:11:58 snapcraft 4.5.1 from Canonical* installed 20:11:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:11:58 + patch --verbose -p1 20:11:58 Hmm... Looks like a unified diff to me... 20:11:58 The text leading up to this was: 20:11:58 -------------------------- 20:11:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:11:58 |From: Tony Espy 20:11:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:11:58 |Subject: [PATCH] optimize snap build for pipeline CI check 20:11:58 | 20:11:58 |This patch is used by the EdgeX CI pipeline builds to 20:11:58 |optimize the snap CI check run for pull requests. When 20:11:58 |applied, it essentially strips out everything (apps and 20:11:58 |parts) from the snapcraft.yaml file except those required 20:11:58 |to build edgex-go, as the whole idea of the CI check is to 20:11:58 |catch changes to edgex-go that break the snap build. 20:11:58 | 20:11:58 |In general, anyone updating snapcraft.yaml will also need 20:11:58 |to update this patch file, otherwise it may fail to apply, 20:11:58 |resulting in a failed snap build CI check in the associated 20:11:58 |pull request. 20:11:58 | 20:11:58 |Note - in addition to applying this patch, the pipeline also 20:11:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:11:58 |need to build the finally binary .snap file (and it won't 20:11:58 |work with the patch applied). This further reduces the build 20:11:58 |time. 20:11:58 |--- 20:11:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:11:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:11:58 | 20:11:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:11:58 |index 1e537489..faf42425 100644 20:11:58 |--- a/snap/snapcraft.yaml 20:11:58 |+++ b/snap/snapcraft.yaml 20:11:58 -------------------------- 20:11:58 patching file snap/snapcraft.yaml 20:11:58 Using Plan A... 20:11:58 Hunk #1 succeeded at 73. 20:11:58 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 20:11:58 Hunk #3 succeeded at 217 (offset 3 lines). 20:11:58 Hunk #4 succeeded at 225 (offset 3 lines). 20:11:58 Hunk #5 succeeded at 232 (offset 3 lines). 20:11:58 Hunk #6 succeeded at 259 (offset 3 lines). 20:11:58 Hunk #7 succeeded at 293 (offset 3 lines). 20:11:58 Hunk #8 succeeded at 352 (offset 11 lines). 20:11:58 Hmm... Ignoring the trailing garbage. 20:11:58 done 20:11:58 + sudo snapcraft prime --use-lxd 20:11:59 gofmt -l . 20:11:59 [ "`gofmt -l .`" = "" ] 20:11:59 ./bin/test-go-mod-tidy.sh 20:11:59 ./bin/test-attribution-txt.sh 20:11:59 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:11: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: 20:11:59 - README.md 20:11:59 - snapcraft.yaml.orig 20:11:59 20:11:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:11:59 Launching a container. [Pipeline] sh 20:12:01 + ls -al . 20:12:01 total 728 20:12:01 drwxrwxr-x 9 1001 1001 4096 Feb 9 20:12 . 20:12:01 drwxr-xr-x 4 root root 4096 Feb 9 20:07 .. 20:12:01 -rw-rw-r-- 1 1001 1001 11 Feb 9 20:05 .dockerignore 20:12:01 drwxrwxr-x 8 1001 1001 4096 Feb 9 20:05 .git 20:12:01 drwxrwxr-x 3 1001 1001 4096 Feb 9 20:05 .github 20:12:01 -rw-rw-r-- 1 1001 1001 818 Feb 9 20:05 .gitignore 20:12:01 -rw-rw-r-- 1 1001 1001 166 Feb 9 20:05 .sonarcloud.properties 20:12:01 -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:05 Attribution.txt 20:12:01 -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:05 CONTRIBUTING.md 20:12:01 -rw-rw-r-- 1 1001 1001 931 Feb 9 20:05 Dockerfile.build 20:12:01 -rw-rw-r-- 1 1001 1001 863 Feb 9 20:05 Jenkinsfile 20:12:01 -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:05 LICENSE 20:12:01 -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:05 Makefile 20:12:01 -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:05 README.md 20:12:01 -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:05 SECURITY.md 20:12:01 -rw-rw-r-- 1 1001 1001 5 Feb 9 20:01 VERSION 20:12:01 -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:05 ZMQWindows.md 20:12:01 drwxrwxr-x 2 1001 1001 4096 Feb 9 20:05 bin 20:12:01 drwxrwxr-x 14 1001 1001 4096 Feb 9 20:05 cmd 20:12:01 -rw-r--r-- 1 root root 594557 Feb 9 20:10 coverage.out 20:12:01 -rw-r--r-- 1 root root 1054 Feb 9 20:11 go.mod 20:12:01 -rw-r--r-- 1 root root 19518 Feb 9 20:11 go.sum 20:12:01 drwxrwxr-x 8 1001 1001 4096 Feb 9 20:05 internal 20:12:01 drwxrwxr-x 4 1001 1001 4096 Feb 9 20:05 openapi 20:12:01 drwxrwxr-x 4 1001 1001 4096 Feb 9 20:05 snap 20:12:01 -rw-rw-r-- 1 1001 1001 168 Feb 9 20:05 version.go [Pipeline] sh 20:12:01 + '[' -e coverage.out ] 20:12:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:12:01 Warning: overwriting stash ‘coverage-report’ 20:12:03 Stashed 1 file(s) [Pipeline] sh 20:12:03 + make build 20:12: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 20:12:12 Waiting for container to be ready 20:12:12 To start your first instance, try: lxc launch ubuntu:18.04 20:12:12 20:12:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:12:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:12:14 Waiting for network to be ready... 20:12:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:12:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 20:12:15 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:12:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 20:12:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:12:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:12:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 20:12:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 20:12:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 20:12:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 20:12:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:12:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:12:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:12:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:12:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:12:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:12:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:12:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:12:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:12:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 20:12:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 20:12:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:12:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:12:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:12:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:12:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 20:12:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 20:12:19 Fetched 23.9 MB in 4s (5909 kB/s) 20:12:19 Reading package lists... 20:12:19 Reading package lists... 20:12:20 Building dependency tree... 20:12:20 Reading state information... 20:12:20 The following additional packages will be installed: 20:12:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:12:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:12:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:12:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:12:20 Suggested packages: 20:12:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:12:20 Recommended packages: 20:12:20 gnupg libsasl2-modules 20:12:20 The following NEW packages will be installed: 20:12:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:12:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:12:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:12:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:12:20 The following packages will be upgraded: 20:12:20 gpg gpg-agent gpgconf libudev1 20:12:20 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:12:20 Need to get 3532 kB of archives. 20:12:20 After this operation, 13.3 MB of additional disk space will be used. 20:12:20 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 20:12:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:12:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 20:12:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:12:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:12:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:12:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:12:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 20:12:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 20:12:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:12:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:12:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:12:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:12:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:12:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:12:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:12:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:12:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:12:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:12:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:12:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:12:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:12:21 debconf: delaying package configuration, since apt-utils is not installed 20:12:21 Fetched 3532 kB in 1s (2952 kB/s) 20:12:21 (Reading database ... 12511 files and directories currently installed.) 20:12:21 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 20:12:21 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:12:21 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 20:12:21 Selecting previously unselected package udev. 20:12:21 (Reading database ... 12511 files and directories currently installed.) 20:12:21 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 20:12:22 Unpacking udev (237-3ubuntu10.44) ... 20:12:22 Selecting previously unselected package libfuse2:amd64. 20:12:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:12:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:12:22 Selecting previously unselected package fuse. 20:12:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:12:22 Unpacking fuse (2.9.7-1ubuntu1) ... 20:12:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:12:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:12:22 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:12:22 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:12:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:12:22 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:12:22 Selecting previously unselected package libksba8:amd64. 20:12:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:12:22 Unpacking libksba8:amd64 (1.3.5-2) ... 20:12:22 Selecting previously unselected package libroken18-heimdal:amd64. 20:12:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:12:23 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:12:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:12:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libwind0-heimdal:amd64. 20:12:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:12:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:12:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:12:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:12:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:12:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:23 Selecting previously unselected package libsasl2-modules-db:amd64. 20:12:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:12:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:12:23 Selecting previously unselected package libsasl2-2:amd64. 20:12:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:12:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:12:23 Selecting previously unselected package libldap-common. 20:12:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 20:12:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 20:12:24 Selecting previously unselected package libldap-2.4-2:amd64. 20:12:24 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 20:12:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 20:12:24 Selecting previously unselected package dirmngr. 20:12:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:12:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:12:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 20:12:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:12:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:12:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:12:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:12:24 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:12:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:24 Setting up libksba8:amd64 (1.3.5-2) ... 20:12:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:12:24 Setting up udev (237-3ubuntu10.44) ... 20:12:25 invoke-rc.d: policy-rc.d denied execution of start. 20:12:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Processing triggers for systemd (237-3ubuntu10) ... 20:12:25 Setting up fuse (2.9.7-1ubuntu1) ... 20:12:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:12:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:12:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 20:12:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:12:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:12:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:12:26 settings in the [Install] section, and DefaultInstance for template units). 20:12:26 This means they are not meant to be enabled using systemctl. 20:12:26 Possible reasons for having this kind of units are: 20:12:26 1) A unit may be statically enabled by being symlinked from another unit's 20:12:26 .wants/ or .requires/ directory. 20:12:26 2) A unit's purpose may be to act as a helper for some other unit which has 20:12:26 a requirement dependency on it. 20:12:26 3) A unit may be started when needed via activation (socket, path, timer, 20:12:26 D-Bus, udev, scripted systemctl call, ...). 20:12:26 4) In case of template units, the unit is meant to be enabled with some 20:12:26 instance name specified. 20:12:26 Reading package lists... 20:12:26 Building dependency tree... 20:12:26 Reading state information... 20:12:26 The following additional packages will be installed: 20:12:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:12:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:12:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:12:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:12:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:12:26 Suggested packages: 20:12:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:12:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:12:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:12:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:12:26 systemd-container policykit-1 20:12:26 Recommended packages: 20:12:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:12:26 The following NEW packages will be installed: 20:12:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:12:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:12:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:12:26 multiarch-support openssh-client python3 python3-minimal python3.6 20:12:26 python3.6-minimal snapd squashfs-tools sudo 20:12:26 The following packages will be upgraded: 20:12:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:12:26 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:12:26 Need to get 35.2 MB of archives. 20:12:26 After this operation, 141 MB of additional disk space will be used. 20:12:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:12:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:12:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 20:12:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 20:12:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 20:12:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:12:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 20:12:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 20:12:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:12:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:12:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:12:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:12:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:12:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:12:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:12:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:12:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:12:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:12:27 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 20:12:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:12:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:12:27 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:12:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:12:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:12:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:12:27 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:12:27 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:12:27 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:12:27 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:12:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:12:29 debconf: delaying package configuration, since apt-utils is not installed 20:12:29 Fetched 35.2 MB in 2s (15.7 MB/s) 20:12:29 (Reading database ... 12757 files and directories currently installed.) 20:12:29 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 20:12:29 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:12:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 20:12:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:12:29 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 20:12:30 (Reading database ... 12757 files and directories currently installed.) 20:12:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:12:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:12:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:12:30 (Reading database ... 12757 files and directories currently installed.) 20:12:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:12:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:12:30 Setting up apt (1.6.12ubuntu0.2) ... 20:12:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:12:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:12:31 (Reading database ... 12764 files and directories currently installed.) 20:12:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:12:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:12:31 Selecting previously unselected package libpython3.6-minimal:amd64. 20:12:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:12:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:12:31 Selecting previously unselected package libexpat1:amd64. 20:12:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:12:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:12:31 Selecting previously unselected package python3.6-minimal. 20:12:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:12:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:12:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:12:31 Checking for services that may need to be restarted...done. 20:12:32 Checking for services that may need to be restarted...done. 20:12:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:12:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:12:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:12:32 Selecting previously unselected package python3-minimal. 20:12:32 (Reading database ... 13012 files and directories currently installed.) 20:12:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:12:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:12:32 Selecting previously unselected package mime-support. 20:12:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:12:32 Unpacking mime-support (3.60ubuntu1) ... 20:12:32 Selecting previously unselected package libmpdec2:amd64. 20:12:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:12:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:12:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:12:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:12:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:12:33 Selecting previously unselected package python3.6. 20:12:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:12:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:12:33 Selecting previously unselected package libpython3-stdlib:amd64. 20:12:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:12:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:12:33 Setting up python3-minimal (3.6.7-1~18.04) ... 20:12:33 Selecting previously unselected package python3. 20:12:33 (Reading database ... 13442 files and directories currently installed.) 20:12:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:12:33 Unpacking python3 (3.6.7-1~18.04) ... 20:12:33 Selecting previously unselected package multiarch-support. 20:12:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:12:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:12:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:12:34 Selecting previously unselected package liblzo2-2:amd64. 20:12:34 (Reading database ... 13479 files and directories currently installed.) 20:12:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:12:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:12:34 Selecting previously unselected package libbsd0:amd64. 20:12:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:12:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:12:34 Selecting previously unselected package sudo. 20:12:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:12:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:12:34 Selecting previously unselected package apparmor. 20:12:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:12:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:12:34 Selecting previously unselected package libedit2:amd64. 20:12:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:12:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:12:34 Selecting previously unselected package libkrb5support0:amd64. 20:12:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:12:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:12:34 Selecting previously unselected package libk5crypto3:amd64. 20:12:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:12:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:12:34 Selecting previously unselected package libkeyutils1:amd64. 20:12:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:12:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:12:35 Selecting previously unselected package libkrb5-3:amd64. 20:12:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:12:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:12:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:12:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:12:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:12:35 Selecting previously unselected package libssl1.0.0:amd64. 20:12:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:12:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:12:35 Selecting previously unselected package openssh-client. 20:12:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:12:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:12:35 Selecting previously unselected package squashfs-tools. 20:12:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:12:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:12:35 Selecting previously unselected package snapd. 20:12:35 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:12:35 Unpacking snapd (2.48+18.04) ... 20:12:36 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 20:12:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:12:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:12:38 Setting up mime-support (3.60ubuntu1) ... 20:12:38 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:12:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:12:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:12:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:12:38 Setting up systemd (237-3ubuntu10.44) ... 20:12:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:12:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:12:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:12:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:12:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:12:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:12:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:12:40 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 20:12:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:12:40 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:12:40 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:12:40 Setting up python3 (3.6.7-1~18.04) ... 20:12:40 running python rtupdate hooks for python3.6... 20:12:40 running python post-rtupdate hooks for python3.6... 20:12:40 Setting up apparmor (2.12-4ubuntu5.1) ... 20:12:42 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:12:42 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:12:42 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:12:42 Setting up snapd (2.48+18.04) ... 20:12:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:12:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:12:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:12:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:12:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:12:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:12:44 /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' 20:12:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:12:44 Processing triggers for systemd (237-3ubuntu10.44) ... 20:12:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:12:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:12:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:12:46 Reading package lists... 20:12:46 Reading package lists... 20:12:46 Building dependency tree... 20:12:46 Reading state information... 20:12:46 Calculating upgrade... 20:12:47 The following packages will be upgraded: 20:12:47 advancecomp base-files bash binutils binutils-common 20:12:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:12:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:12:47 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:12:47 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:12:47 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:12:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:12:47 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:12:47 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:12:47 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:12:47 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:12:47 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:12:47 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:12:47 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:12:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:12:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:12:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:12:47 Need to get 63.8 MB of archives. 20:12:47 After this operation, 5188 kB of additional disk space will be used. 20:12:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:12:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 20:12:47 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 20:12:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:12:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:12:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:12:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:12:47 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:12:47 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:12:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:12:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:12:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:12:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:12:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:12:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:12:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:12:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:12:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:12:48 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:12:48 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:12:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:12:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:12:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:12:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:12:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:12:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:12:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:12:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:12:48 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:12:48 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:12:48 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:12:48 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:12:48 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:12:48 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:12:48 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:12:48 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:12:48 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:12:48 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:12:48 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 20:12:48 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:12:48 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:12:48 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:12:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:12:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:12:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:12:48 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:12:48 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:12:48 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:12:48 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:12:48 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:12:48 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:12:48 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:12:48 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:12:48 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:12:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:12:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:12:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:12:48 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:12:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:12:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:12:48 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:12:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:12:48 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:12:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:12:48 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:12:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:12:48 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:12:48 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:12:48 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:12:48 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:12:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:12:48 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:12:48 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:12:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:12:48 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:12:48 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:12:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:12:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:12:49 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:12:49 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:12:49 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:12:49 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:12:49 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:12:49 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 20:12:49 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:12:49 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:12:49 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:12:49 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:12:49 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:12:49 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:12:49 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:12:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:12:49 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:12:50 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:12:50 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:12:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:12:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:12:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:12:50 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:12:50 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:12:50 debconf: delaying package configuration, since apt-utils is not installed 20:12:50 Fetched 63.8 MB in 4s (18.0 MB/s) 20:12:50 (Reading database ... 13912 files and directories currently installed.) 20:12:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:12:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:12:51 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:12:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:12:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 20:12:51 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 20:12:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:12:53 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:12:53 (Reading database ... 13911 files and directories currently installed.) 20:12:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:12:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:12:53 (Reading database ... 13911 files and directories currently installed.) 20:12:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:54 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:12:54 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:12:54 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:12:54 (Reading database ... 13911 files and directories currently installed.) 20:12:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:12:54 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:12:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:12:55 (Reading database ... 13911 files and directories currently installed.) 20:12:55 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:12:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:12:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:12:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:12:55 Setting up base-files (10.1ubuntu2.10) ... 20:12:55 Installing new version of config file /etc/issue ... 20:12:55 Installing new version of config file /etc/issue.net ... 20:12:55 Installing new version of config file /etc/lsb-release ... 20:12:55 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:12:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:12:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:12:55 Removing obsolete conffile /etc/default/motd-news ... 20:12:56 (Reading database ... 13912 files and directories currently installed.) 20:12:56 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:12:56 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:12:56 Setting up bash (4.4.18-2ubuntu1.2) ... 20:12:56 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 20:12:56 (Reading database ... 13912 files and directories currently installed.) 20:12:56 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:12:56 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:12:56 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:12:56 (Reading database ... 13912 files and directories currently installed.) 20:12:56 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:12:56 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:12:56 Setting up tar (1.29b-2ubuntu0.2) ... 20:12:57 (Reading database ... 13912 files and directories currently installed.) 20:12:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:12:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:12:57 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:12:57 (Reading database ... 13912 files and directories currently installed.) 20:12:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:12:57 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:12:57 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:12:57 (Reading database ... 13912 files and directories currently installed.) 20:12:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:12:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:12:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:12:57 (Reading database ... 13912 files and directories currently installed.) 20:12:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:12:58 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:12:58 Setting up grep (3.1-2build1) ... 20:12:58 (Reading database ... 13912 files and directories currently installed.) 20:12:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:12:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:12:58 Setting up login (1:4.5-1ubuntu2) ... 20:12:58 (Reading database ... 13912 files and directories currently installed.) 20:12:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:12:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:12:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:12:58 (Reading database ... 13912 files and directories currently installed.) 20:12:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:12:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:12:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:12:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:12:59 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:12:59 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:13:00 (Reading database ... 13912 files and directories currently installed.) 20:13:00 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:13:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:13:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:13:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:13:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:13:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:13:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:13:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:13:01 (Reading database ... 13912 files and directories currently installed.) 20:13:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:13:01 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:13:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:13:01 (Reading database ... 13912 files and directories currently installed.) 20:13:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:02 (Reading database ... 13912 files and directories currently installed.) 20:13:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:02 (Reading database ... 13912 files and directories currently installed.) 20:13:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:02 (Reading database ... 13912 files and directories currently installed.) 20:13:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:02 (Reading database ... 13912 files and directories currently installed.) 20:13:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:03 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:13:03 (Reading database ... 13912 files and directories currently installed.) 20:13:03 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:13:03 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:03 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:13:03 (Reading database ... 13912 files and directories currently installed.) 20:13:03 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:03 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:13:03 (Reading database ... 13912 files and directories currently installed.) 20:13:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:13:03 (Reading database ... 13912 files and directories currently installed.) 20:13:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:13:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:13:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:13:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:13:05 (Reading database ... 13912 files and directories currently installed.) 20:13:05 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:13:05 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:13:05 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:13:05 (Reading database ... 13912 files and directories currently installed.) 20:13:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:13:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:13:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:13:05 (Reading database ... 13914 files and directories currently installed.) 20:13:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:13:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:13:05 Setting up debconf (1.5.66ubuntu1) ... 20:13:05 (Reading database ... 13914 files and directories currently installed.) 20:13:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:13:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:13:06 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:13:06 (Reading database ... 13914 files and directories currently installed.) 20:13:06 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:13:06 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:13:06 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:13:06 (Reading database ... 13914 files and directories currently installed.) 20:13:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:06 (Reading database ... 13914 files and directories currently installed.) 20:13:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:06 (Reading database ... 13914 files and directories currently installed.) 20:13:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:13:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:13:07 (Reading database ... 13914 files and directories currently installed.) 20:13:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:13:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:13:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 20:13:07 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 20:13:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:13:07 (Reading database ... 13914 files and directories currently installed.) 20:13:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:13:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:13:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:13:07 (Reading database ... 13914 files and directories currently installed.) 20:13:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:13:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:13:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:13: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 20:13:08 (Reading database ... 13914 files and directories currently installed.) 20:13:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:13:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:13:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:13:08 (Reading database ... 13914 files and directories currently installed.) 20:13:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:13:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:13:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:13:08 (Reading database ... 13914 files and directories currently installed.) 20:13:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:13:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:13:09 Setting up passwd (1:4.5-1ubuntu2) ... 20:13:09 (Reading database ... 13914 files and directories currently installed.) 20:13:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:13:09 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:13:09 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:13:09 (Reading database ... 13914 files and directories currently installed.) 20:13:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:13:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:13:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:13:09 (Reading database ... 13914 files and directories currently installed.) 20:13:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:13:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:13:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:13:10 (Reading database ... 13914 files and directories currently installed.) 20:13:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:13:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:13:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:13:10 (Reading database ... 13914 files and directories currently installed.) 20:13:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:13:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:13:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:13:10 (Reading database ... 13914 files and directories currently installed.) 20:13:10 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:13:10 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:13:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:13:11 (Reading database ... 13914 files and directories currently installed.) 20:13:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:13:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:13:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:13:11 (Reading database ... 13915 files and directories currently installed.) 20:13:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:13:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:13:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:13:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:13:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:13:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:13: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 20:13:11 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:13:11 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:13:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:13:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:13:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:13:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:13:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:13:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:13:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:13:12 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:13:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:13:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:13:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:13:12 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:13:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:13:12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:13:13 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:13:13 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:13:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:13:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:13:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:13:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:13:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:13:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:13:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:13:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:13:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:13:14 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:13:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:13:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:13:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:15 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:17 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:17 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:18 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:18 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } 20:13:18 $ docker stop --time=1 d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 20:13:19 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:13:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:13:19 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:13:19 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:13:19 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:13:19 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:13:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:13:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:13:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:13:19 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:13:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:13:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:13:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:13:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:13:20 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:13:20 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:13:20 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:20 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:13:20 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:20 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:20 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:20 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:13:20 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:13:20 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:13:20 20:13:20 Current default time zone: 'Etc/UTC' 20:13:20 Local time is now: Tue Feb 9 20:13:20 UTC 2021. 20:13:20 Universal Time is now: Tue Feb 9 20:13:20 UTC 2021. 20:13:20 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:13:20 20:13:20 Setting up systemd-sysv (237-3ubuntu10.44) ... 20:13:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:20 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 20:13:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:13:20 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:13:21 $ docker rm -f d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 20:13:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:13:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:13:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:13:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:13:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:13:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:13:21 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:21 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:13:21 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:21 Setting up patch (2.7.6-2ubuntu1.1) ... 20:13:21 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:13:21 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:13:21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:13:21 Installing new version of config file /etc/ssl/openssl.cnf ... 20:13:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:13:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:13:21 Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:22 20:13:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:13:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:23 Updating certificates in /etc/ssl/certs... 20:13:23 latest: Pulling from edgex-devops/edgex-compose-arm64 20:13:23 29e5d40040c1: Pulling fs layer 20:13:23 1ce36da41761: Pulling fs layer 20:13:23 25b303627fd3: Pulling fs layer 20:13:24 23 added, 27 removed; done. 20:13:24 29e5d40040c1: Download complete 20:13:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:13:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:13:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:13:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:13:24 Setting up pkgbinarymangler (138.18.04.1) ... 20:13:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:13:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up perl (5.26.1-6ubuntu0.5) ... 20:13:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:13:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:13:24 1ce36da41761: Verifying Checksum 20:13:24 1ce36da41761: Download complete 20:13:24 29e5d40040c1: Pull complete 20:13:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:13:24 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:13:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:13:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:13:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:13:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:13:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:13:25 Processing triggers for systemd (237-3ubuntu10.44) ... 20:13:25 Processing triggers for mime-support (3.60ubuntu1) ... 20:13:25 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:13:25 Updating certificates in /etc/ssl/certs... 20:13:26 0 added, 0 removed; done. 20:13:26 Running hooks in /etc/ca-certificates/update.d... 20:13:26 done. 20:13:26 1ce36da41761: Pull complete 20:13:26 Reading package lists... 20:13:26 25b303627fd3: Verifying Checksum 20:13:26 25b303627fd3: Download complete 20:13:26 Building dependency tree... 20:13:26 Reading state information... 20:13:26 The following NEW packages will be installed: 20:13:26 apt-transport-https 20:13:26 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:13:26 Need to get 1696 B of archives. 20:13:26 After this operation, 153 kB of additional disk space will be used. 20:13:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:13:27 debconf: delaying package configuration, since apt-utils is not installed 20:13:27 Fetched 1696 B in 0s (9295 B/s) 20:13:27 Selecting previously unselected package apt-transport-https. 20:13:27 (Reading database ... 13920 files and directories currently installed.) 20:13:27 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:13:27 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:13:27 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:13:27 Waiting for network to be ready... 20:13:32 2021-02-09T20:13:30Z INFO Waiting for automatic snapd restart... 20:13:32 snapd 2.48.2.1 from Canonical* installed 20:13:33 "snapd" switched to the "latest/stable" channel 20:13:33 20:13:36 core18 20210128 from Canonical* installed 20:13:36 "core18" switched to the "latest/stable" channel 20:13:36 20:13:36 25b303627fd3: Pull complete 20:13:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:13:36 prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container 20:13:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:13:39 snapcraft 4.5.1 from Canonical* installed 20:13:39 "snapcraft" switched to the "latest/stable" channel 20:13:39 20:13:40 $ docker top 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:41 + docker-compose build --help 20:13:41 + grep parallel 20:13:43 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: 20:13:43 - README.md 20:13:43 - snapcraft.yaml.orig 20:13:43 20:13:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:13:44 --parallel Build images in parallel. [Pipeline] } 20:13:45 $ docker stop --time=1 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 20:13:46 $ docker rm -f 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:47 . [Pipeline] withDockerContainer 20:13:48 prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container 20:13:48 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:13:49 $ docker top f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f -eo pid,comm 20:13:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:13:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:13:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:13:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] { [Pipeline] sh 20:13:50 + docker-compose -f ./docker-compose-build.yml build --parallel 20:13:51 Reading package lists... 20:13:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:13:54 Building docker-core-command-go ... 20:13:54 Building docker-core-data-go ... 20:13:54 Building docker-core-metadata-go ... 20:13:54 Building docker-security-bootstrapper-go ... 20:13:54 Building docker-security-proxy-setup-go ... 20:13:54 Building docker-security-secretstore-setup-go ... 20:13:54 Building docker-support-notifications-go ... 20:13:54 Building docker-support-scheduler-go ... 20:13:54 Building docker-sys-mgmt-agent-go ... 20:13:54 Building docker-security-secretstore-setup-go 20:13:54 Building docker-core-command-go 20:13:54 Building docker-support-notifications-go 20:13:54 Building docker-support-scheduler-go 20:13:54 Building docker-core-metadata-go 20:13:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:13:57 Reading package lists... 20:13:57 Building dependency tree... 20:13:57 Reading state information... 20:13:57 Suggested packages: 20:13:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:13:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:13:57 Recommended packages: 20:13:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:13:57 The following NEW packages will be installed: 20:13:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:13:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:13:57 pkg-config zip 20:13:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:13:57 Need to get 7655 kB of archives. 20:13:57 After this operation, 43.7 MB of additional disk space will be used. 20:13:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 20:13:57 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:13:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:13:58 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:13:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:13:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:13:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:13:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:13:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:13:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:13:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:13:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:13:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:13:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:13:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:13:58 debconf: delaying package configuration, since apt-utils is not installed 20:13:58 Fetched 7655 kB in 1s (6725 kB/s) 20:13:58 Selecting previously unselected package libglib2.0-0:amd64. 20:13:58 (Reading database ... 13924 files and directories currently installed.) 20:13:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:13:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:13:59 Selecting previously unselected package libpsl5:amd64. 20:13:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:13:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:13:59 Selecting previously unselected package libnghttp2-14:amd64. 20:13:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:13:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:13:59 Selecting previously unselected package librtmp1:amd64. 20:13:59 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:13:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:13:59 Selecting previously unselected package libcurl3-gnutls:amd64. 20:13:59 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:13:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:13:59 Selecting previously unselected package liberror-perl. 20:13:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:13:59 Unpacking liberror-perl (0.17025-1) ... 20:13:59 Selecting previously unselected package git-man. 20:13:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:13:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:13:59 Selecting previously unselected package git. 20:13:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:13:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:14:00 Selecting previously unselected package libnorm1:amd64. 20:14:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:14:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:14:00 Selecting previously unselected package libpgm-5.2-0:amd64. 20:14:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:14:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:14:00 Selecting previously unselected package libsodium23:amd64. 20:14:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:14:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:14:00 Selecting previously unselected package libzmq5:amd64. 20:14:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:14:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:14:00 Selecting previously unselected package libzmq3-dev:amd64. 20:14:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:14:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:14:00 Selecting previously unselected package pkg-config. 20:14:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:14:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:14:01 Selecting previously unselected package zip. 20:14:01 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:14:01 Unpacking zip (3.0-11build1) ... 20:14:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:14:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:14:01 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:14:01 Setting up liberror-perl (0.17025-1) ... 20:14:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:14:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:14:01 No schema files found: doing nothing. 20:14:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:14:01 Setting up zip (3.0-11build1) ... 20:14:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:14:01 Setting up libsodium23:amd64 (1.0.16-2) ... 20:14:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:14:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:14:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:14:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:14:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:14:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:14:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:14:08 git set to automatically installed. 20:14:08 git-man set to automatically installed. 20:14:08 libcurl3-gnutls set to automatically installed. 20:14:08 liberror-perl set to automatically installed. 20:14:08 libglib2.0-0 set to automatically installed. 20:14:08 libnghttp2-14 set to automatically installed. 20:14:08 libnorm1 set to automatically installed. 20:14:08 libpgm-5.2-0 set to automatically installed. 20:14:08 libpsl5 set to automatically installed. 20:14:08 librtmp1 set to automatically installed. 20:14:08 libsodium23 set to automatically installed. 20:14:08 libzmq3-dev set to automatically installed. 20:14:08 libzmq5 set to automatically installed. 20:14:08 pkg-config set to automatically installed. 20:14:08 zip set to automatically installed. 20:14:09 snapd is not logged in, snap install commands will use sudo 20:14:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:14:17 snap "core18" has no updates available 20:14:18 Pulling config-common 20:14:18 + snapcraftctl pull 20:14:19 Pulling go-build-helper 20:14:19 + snapcraftctl pull 20:14:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:14:41 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:14:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 20:14:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 20:14:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 20:14:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 20:14:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 20:14:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 20:14:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 20:14:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 20:14:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:14:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:14:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:14:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:14:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:14:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:14:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:14:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:14:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:14:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 20:14:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 20:14:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 20:14:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 20:14:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 20:14:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 20:14:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 20:14:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 20:14:41 Fetched 23.9 MB in 0s (0 B/s) 20:14:41 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:14:41 Fetched 96.5 kB in 0s (0 B/s) 20:14:41 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:14:41 Fetched 279 kB in 0s (0 B/s) 20:14:41 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:14:41 Fetched 122 kB in 0s (0 B/s) 20:14:41 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:14:41 Fetched 77.8 kB in 0s (0 B/s) 20:14:41 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:14:41 Fetched 8848 B in 0s (0 B/s) 20:14:41 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:14:41 Fetched 47.8 kB in 0s (0 B/s) 20:14:41 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:14:41 Fetched 45.6 kB in 0s (0 B/s) 20:14:41 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:14:41 Fetched 15.0 kB in 0s (0 B/s) 20:14:41 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:14:41 Fetched 214 kB in 0s (0 B/s) 20:14:41 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 20:14:41 Fetched 155 kB in 0s (0 B/s) 20:14:41 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:14:41 Fetched 50.6 kB in 0s (0 B/s) 20:14:41 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:14:41 Fetched 14.8 kB in 0s (0 B/s) 20:14:41 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:14:41 Fetched 41.8 kB in 0s (0 B/s) 20:14:41 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:14:41 Fetched 499 kB in 0s (0 B/s) 20:14:41 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:14:41 Fetched 111 kB in 0s (0 B/s) 20:14:41 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:14:41 Fetched 240 kB in 0s (0 B/s) 20:14:41 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:14:41 Fetched 29.3 kB in 0s (0 B/s) 20:14:41 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:14:41 Fetched 85.5 kB in 0s (0 B/s) 20:14:41 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:14:41 Fetched 24.5 kB in 0s (0 B/s) 20:14:41 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:14:41 Fetched 49.2 kB in 0s (0 B/s) 20:14:41 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:14:41 Fetched 54.2 kB in 0s (0 B/s) 20:14:41 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:14:41 Fetched 30.8 kB in 0s (0 B/s) 20:14:41 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 20:14:41 Fetched 16.6 kB in 0s (0 B/s) 20:14:41 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:14:41 Fetched 85.9 kB in 0s (0 B/s) 20:14:41 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:14:41 Fetched 8720 B in 0s (0 B/s) 20:14:41 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:14:41 Fetched 137 kB in 0s (0 B/s) 20:14:41 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:14:41 Fetched 119 kB in 0s (0 B/s) 20:14:41 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:14:41 Fetched 109 kB in 0s (0 B/s) 20:14:41 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:14:41 Fetched 11.1 kB in 0s (0 B/s) 20:14:41 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:14:41 Fetched 645 kB in 0s (0 B/s) 20:14:41 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:14:41 Fetched 41.3 kB in 0s (0 B/s) 20:14:41 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:14:41 Fetched 17.9 kB in 0s (0 B/s) 20:14:41 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:14:41 Fetched 368 kB in 0s (0 B/s) 20:14:41 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:14:41 Fetched 187 kB in 0s (0 B/s) 20:14:41 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:14:41 Fetched 175 kB in 0s (0 B/s) 20:14:41 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:14:44 Fetched 206 kB in 0s (0 B/s) 20:14:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:14:44 Fetched 1301 kB in 0s (0 B/s) 20:14:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:14:44 Fetched 36.2 kB in 0s (0 B/s) 20:14:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:14:44 Fetched 159 kB in 0s (0 B/s) 20:14:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:14:44 Fetched 107 kB in 0s (0 B/s) 20:14:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:14:44 Fetched 48.7 kB in 0s (0 B/s) 20:14:44 Pulling static-packages 20:14:44 + snapcraftctl pull 20:14:45 'go115' has dependencies that need to be staged: go-build-helper static-packages 20:14:45 Skipping pull go-build-helper (already ran) 20:14:45 Skipping pull static-packages (already ran) 20:14:45 Building go-build-helper 20:14:45 + snapcraftctl build 20:14:49 Building static-packages 20:14:49 + snapcraftctl build 20:14:51 Staging go-build-helper 20:14:51 + snapcraftctl stage 20:14:52 Staging static-packages 20:14:52 + snapcraftctl stage 20:14:53 Pulling go115 20:14:53 + snapcraftctl pull 20:14:53 'edgex-go' has dependencies that need to be staged: go115 20:14:53 Skipping pull go115 (already ran) 20:14:53 Building go115 20:14:53 + dpkg --print-architecture 20:14:53 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 20:14:53 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 20:14:53 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 20:14:53 % Total % Received % Xferd Average Speed Time Time Time Current 20:14:53 Dload Upload Total Spent Left Speed 20:14:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.6M 0 0 24.5M 0 0:00:04 --:--:-- 0:00:04 24.4M 45 115M 45 51.9M 0 0 33.2M 0 0:00:03 0:00:01 0:00:02 33.2M 82 115M 82 95.6M 0 0 37.3M 0 0:00:03 0:00:02 0:00:01 37.3M 100 115M 100 115M 0 0 37.2M 0 0:00:03 0:00:03 --:--:-- 37.2M 20:14:57 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 20:14:57 + + grep OK 20:14:57 sha256sum -c sha256 20:14:57 go1.15.2.linux-amd64.tar.gz: OK 20:14:57 + mkdir -p /root/stage/go1.15 20:14:57 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 20:15:01 Staging go115 20:15:01 + snapcraftctl stage 20:15:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:15:07 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:15:07 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:15:07 Fetched 88.7 kB in 0s (0 B/s) 20:15:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:15:07 Fetched 224 kB in 0s (0 B/s) 20:15:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:15:07 Fetched 157 kB in 0s (0 B/s) 20:15:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:15:07 Fetched 221 kB in 0s (0 B/s) 20:15:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:15:07 Fetched 143 kB in 0s (0 B/s) 20:15:07 Pulling edgex-go 20:15:07 + snapcraftctl pull 20:15:08 Pulling version 20:15:08 + cd /root/project 20:15:08 + [ -f VERSION ] 20:15:08 + PROJECT_VERSION=local-dev 20:15:08 + git rev-parse --short HEAD 20:15:08 + GIT_REVISION=b4afab23 20:15:08 + snapcraftctl set-version local-dev 20:15:09 Building config-common 20:15:09 + snapcraftctl build 20:15:10 Skipping build go-build-helper (already ran) 20:15:10 Skipping build static-packages (already ran) 20:15:10 Skipping build go115 (already ran) 20:15:10 Building edgex-go 20:15:11 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 20:15:11 + cd /root/parts/edgex-go/src 20:15:11 + make build 20:15:11 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 20:15:13 go: downloading github.com/gorilla/mux v1.8.0 20:15:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 20:15:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 20:15:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 20:15:13 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:15:13 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 20:15:13 go: downloading github.com/pebbe/zmq4 v1.2.2 20:15:13 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 20:15:13 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 20:15:13 go: downloading github.com/BurntSushi/toml v0.3.1 20:15:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:15:13 go: downloading github.com/go-kit/kit v0.8.0 20:15:13 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:15:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:15:13 go: downloading github.com/google/uuid v1.2.0 20:15:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:15:13 go: downloading github.com/pkg/errors v0.8.1 20:15:13 go: downloading github.com/imdario/mergo v0.3.11 20:15:13 go: downloading github.com/hashicorp/consul/api v1.1.0 20:15:13 go: downloading github.com/pelletier/go-toml v1.2.0 20:15:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:15:13 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:15:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:15:13 go: downloading github.com/x448/float16 v0.8.4 20:15:13 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:15:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:15:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:15:13 go: downloading github.com/mitchellh/copystructure v1.0.0 20:15:13 go: downloading github.com/hashicorp/serf v0.8.2 20:15:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:15:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:15:13 go: downloading github.com/go-playground/universal-translator v0.17.0 20:15:13 go: downloading github.com/leodido/go-urn v1.2.0 20:15:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:15:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:15:13 go: downloading github.com/go-playground/locales v0.13.0 20:15:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:15:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:15:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:15:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:16 ---> bd5601385912 20:15:16 Step 3/22 : WORKDIR /edgex-go 20:15:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:15:16 ---> bd5601385912 20:15:16 Step 3/24 : WORKDIR /edgex-go 20:15:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:16 ---> bd5601385912 20:15:16 Step 3/23 : WORKDIR /edgex-go 20:15:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:16 ---> bd5601385912 20:15:16 Step 3/22 : WORKDIR /edgex-go 20:15:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:15:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:16 ---> bd5601385912 20:15:16 Step 3/23 : WORKDIR /edgex-go 20:15:16 ---> Running in 14ecf897ce23 20:15:16 ---> Running in 9b23bafa66df 20:15:16 ---> Running in b8b1f5df5354 20:15:16 ---> Running in 140aeef74552 20:15:16 ---> Running in 6694f80f18ec 20:15:16 Removing intermediate container 140aeef74552 20:15:16 ---> 77b21b264a5b 20:15:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:16 Removing intermediate container 9b23bafa66df 20:15:16 ---> e56bc6b0770d 20:15:16 Removing intermediate container b8b1f5df5354 20:15:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:16 ---> 450625037210 20:15:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:16 Removing intermediate container 6694f80f18ec 20:15:16 Removing intermediate container 14ecf897ce23 20:15:16 ---> 730e978a6e19 20:15:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:16 ---> 778958a275eb 20:15:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:16 ---> Running in aae4b252373b 20:15:16 ---> Running in 3df533dbd82d 20:15:16 ---> Running in 8570fc8b07cf 20:15:16 ---> Running in 802186d3ae35 20:15:16 ---> Running in 6d17f76ea9c1 20:15:16 Removing intermediate container aae4b252373b 20:15:16 ---> b6360d632420 20:15:16 Step 5/22 : RUN apk add --update --no-cache make git 20:15:16 ---> Running in 2087826a9c28 20:15:16 Removing intermediate container 3df533dbd82d 20:15:16 ---> 9e2dbf8d5f7b 20:15:16 Step 5/23 : RUN apk add --update --no-cache make git 20:15:16 Removing intermediate container 8570fc8b07cf 20:15:16 ---> 9cf78f0e8ac2 20:15:16 Step 5/23 : RUN apk add --update --no-cache make git 20:15:16 ---> Running in ff353132874d 20:15:16 Removing intermediate container 6d17f76ea9c1 20:15:16 ---> 851154893555 20:15:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:15:16 ---> Running in e6a5b65d22b2 20:15:16 Removing intermediate container 802186d3ae35 20:15:16 ---> ca20ef7349c2 20:15:16 Step 5/24 : RUN apk add --update --no-cache make git 20:15:16 ---> Running in 60d8292588a2 20:15:16 ---> Running in d5899e5ad0a8 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:17 OK: 217 MiB in 51 packages 20:15:17 OK: 217 MiB in 51 packages 20:15:17 OK: 217 MiB in 51 packages 20:15:17 OK: 217 MiB in 51 packages 20:15:17 OK: 217 MiB in 51 packages 20:15:19 Removing intermediate container ff353132874d 20:15:19 ---> 5d6b84851784 20:15:19 Step 6/23 : COPY go.mod . 20:15:19 Removing intermediate container 2087826a9c28 20:15:19 ---> eb1f809feb68 20:15:19 Step 6/22 : COPY go.mod . 20:15:19 Removing intermediate container 60d8292588a2 20:15:19 ---> d75fedb18d3a 20:15:19 Step 6/22 : COPY go.mod . 20:15:19 Removing intermediate container d5899e5ad0a8 20:15:19 ---> 30c262305924 20:15:19 Step 6/24 : COPY go.mod . 20:15:19 Removing intermediate container e6a5b65d22b2 20:15:19 ---> 6db141e8b5ff 20:15:19 Step 6/23 : COPY go.mod . 20:15:19 ---> 3e9c82056a62 20:15:19 Step 7/23 : RUN go mod download 20:15:19 ---> 0a0922df5b5d 20:15:19 Step 7/22 : RUN go mod download 20:15:20 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 20:15:20 go: downloading gopkg.in/yaml.v2 v2.4.0 20:15:20 ---> Running in ad0e9dd41927 20:15:20 ---> Running in 18c88fe28dfa 20:15:20 ---> 5d4bd8463dad 20:15:20 Step 7/22 : RUN go mod download 20:15:20 ---> Running in 21760a8759e3 20:15:21 ---> 0f585aa50a1e 20:15:21 Step 7/24 : RUN go mod download 20:15:21 ---> 72b4b5f43ca4 20:15:21 Step 7/23 : RUN go mod download 20:15:21 ---> Running in dabfac3a5052 20:15:21 ---> Running in 018bf64f587f 20:15:24 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 20:15:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:25 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 20:15:26 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 20:15:26 go: downloading github.com/stretchr/testify v1.7.0 20:15:26 Removing intermediate container ad0e9dd41927 20:15:26 ---> db7babc8c873 20:15:26 Step 8/23 : COPY . . 20:15:26 Removing intermediate container 18c88fe28dfa 20:15:26 ---> 4c3544a1d3e2 20:15:26 Step 8/22 : COPY . . 20:15:26 Removing intermediate container 21760a8759e3 20:15:26 ---> 7e208ff243f8 20:15:26 Step 8/22 : COPY . . 20:15:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:15:26 go: downloading github.com/pmezard/go-difflib v1.0.0 20:15:26 go: downloading github.com/davecgh/go-spew v1.1.1 20:15:27 Removing intermediate container dabfac3a5052 20:15:27 ---> eb0d0337b38b 20:15:27 Step 8/24 : COPY . . 20:15:27 Removing intermediate container 018bf64f587f 20:15:27 ---> b511f657587c 20:15:27 Step 8/23 : COPY . . 20:15:28 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 20:15:28 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:15:28 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:15:29 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 20:15:30 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 20:15:30 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:15:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:15:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:15:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:15:32 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 20:15:33 go: downloading github.com/lib/pq v1.9.0 20:15:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:15:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:15:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:15:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:15:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:15:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:15:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:15:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:15:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:15:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:15:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:15:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:15:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:15:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:15:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:15:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:15:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:15:34 + 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 20:15:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:15:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:15:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:15:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:15:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:15:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:15:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:15:35 Building version 20:15:35 + snapcraftctl build 20:15:37 Staging config-common 20:15:37 + snapcraftctl stage 20:15:38 Skipping stage go-build-helper (already ran) 20:15:38 Skipping stage static-packages (already ran) 20:15:38 Skipping stage go115 (already ran) 20:15:38 Staging edgex-go 20:15:38 + snapcraftctl stage 20:15:39 Staging version 20:15:39 + snapcraftctl stage 20:15:40 Priming config-common 20:15:40 + snapcraftctl prime 20:15:41 Priming go-build-helper 20:15:41 + snapcraftctl prime 20:15:42 Priming static-packages 20:15:42 + snapcraftctl prime 20:15:44 Priming go115 20:15:44 + snapcraftctl prime 20:15:45 Priming edgex-go 20:15:45 + snapcraftctl prime 20:15:46 Priming version 20:15:46 + snapcraftctl prime 20:15:47 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] } 20:15:54 ---> 3f5bf270ff30 20:15:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:15:54 ---> Running in 6710bf0657bd 20:15:54 ---> 3c830eaf1526 20:15:54 Step 9/23 : RUN make cmd/core-command/core-command 20:15:54 ---> a0b772783322 20:15:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:15:54 ---> 9bf79f9ec4da 20:15:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:15:54 ---> 63ed3e22019e 20:15:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:15:54 ---> Running in 7e921cdbdc69 20:15:54 ---> Running in b307fbac43fa 20:15:54 ---> Running in fb2674288e1c 20:15:54 ---> Running in ea28d0a84201 20:15:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:15:54 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 20:15:54 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 20:15:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:54 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 20:17:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:17:24 Removing intermediate container ea28d0a84201 20:17:24 ---> ac685e30fb6e 20:17:24 20:17:24 Step 10/24 : FROM alpine:3.12 20:17:24 3.12: Pulling from library/alpine 20:17:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:17:25 Status: Downloaded newer image for alpine:3.12 20:17:25 ---> afeebe901d6b 20:17:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:17:26 ---> Running in 43aa0f3f2a73 20:17:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:29 (1/5) Installing ca-certificates (20191127-r4) 20:17:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:17:29 (3/5) Installing libcurl (7.69.1-r3) 20:17:29 (4/5) Installing curl (7.69.1-r3) 20:17:29 (5/5) Installing dumb-init (1.2.2-r1) 20:17:29 Executing busybox-1.31.1-r19.trigger 20:17:29 Executing ca-certificates-20191127-r4.trigger 20:17:29 OK: 7 MiB in 19 packages 20:17:32 Removing intermediate container 43aa0f3f2a73 20:17:32 ---> 58db926a414b 20:17:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:32 ---> Running in 79533ab359b6 20:17:33 Removing intermediate container 79533ab359b6 20:17:33 ---> a257b560e182 20:17:33 Step 13/24 : WORKDIR / 20:17:33 ---> Running in 7d9d97200fd7 20:17:33 Removing intermediate container 7d9d97200fd7 20:17:33 ---> 33aaeb532779 20:17:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:17:35 ---> 318da5256715 20:17:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:17:36 ---> 26ed155082ee 20:17:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:17:38 ---> 61e4be96ef17 20:17:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:17:41 ---> 1ba838269187 20:17:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:17:41 Removing intermediate container 7e921cdbdc69 20:17:41 ---> 144382cb8f60 20:17:41 20:17:41 Step 10/23 : FROM alpine:3.12 20:17:41 ---> afeebe901d6b 20:17:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:17:41 ---> Running in ce0623136814 20:17:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:43 ---> 45821221b821 20:17:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:17:44 (1/1) Installing dumb-init (1.2.2-r1) 20:17:44 Executing busybox-1.31.1-r19.trigger 20:17:44 OK: 5 MiB in 15 packages 20:17:44 Removing intermediate container b307fbac43fa 20:17:44 ---> ee6c9444b78d 20:17:44 20:17:44 Step 10/22 : FROM alpine:3.12 20:17:44 ---> afeebe901d6b 20:17:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:17:45 ---> Running in ed78e71afd5b 20:17:45 Removing intermediate container fb2674288e1c 20:17:45 ---> 25a71fc0625f 20:17:45 20:17:45 Step 10/22 : FROM alpine:3.12 20:17:45 ---> afeebe901d6b 20:17:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:17:45 ---> e928ff0bd4dc 20:17:45 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/ 20:17:45 ---> Running in e38ba7fee46b 20:17:45 ---> Running in f9c55eee7b6c 20:17:46 Removing intermediate container ce0623136814 20:17:46 ---> ad8cac393e62 20:17:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:17:47 ---> Running in 1e2b44891ddd 20:17:47 Removing intermediate container 1e2b44891ddd 20:17:47 ---> 008889fe4fee 20:17:47 Step 13/23 : ENV APP_PORT=48082 20:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:17:47 ---> Running in de6e46cb2e1d 20:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:17:48 (1/1) Installing dumb-init (1.2.2-r1) 20:17:48 Executing busybox-1.31.1-r19.trigger 20:17:48 OK: 5 MiB in 15 packages 20:17:48 (1/2) Installing ca-certificates (20191127-r4) 20:17:48 (2/2) Installing dumb-init (1.2.2-r1) 20:17:48 Executing busybox-1.31.1-r19.trigger 20:17:48 Executing ca-certificates-20191127-r4.trigger 20:17:49 OK: 6 MiB in 16 packages 20:17:49 Removing intermediate container de6e46cb2e1d 20:17:49 ---> 4b0da6889200 20:17:49 Step 14/23 : EXPOSE $APP_PORT 20:17:50 ---> Running in 55d6be8ef23d 20:17:50 Removing intermediate container f9c55eee7b6c 20:17:50 ---> 8bac31a82ad3 20:17:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:17:50 ---> Running in 71f37d9707dd 20:17:50 Removing intermediate container ed78e71afd5b 20:17:50 ---> c43d8dad1665 20:17:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:17:51 Removing intermediate container 55d6be8ef23d 20:17:51 ---> b321070017a7 20:17:51 Step 15/23 : WORKDIR / 20:17:51 ---> Running in 88a6c4ff668c 20:17:51 ---> Running in 0b3e4336242e 20:17:51 Removing intermediate container 71f37d9707dd 20:17:51 ---> a75650043f3a 20:17:51 Step 22/24 : LABEL arch=arm64 20:17:51 Removing intermediate container e38ba7fee46b 20:17:51 ---> b5995bddb479 20:17:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:17:51 Removing intermediate container 6710bf0657bd 20:17:51 ---> 43a2d0953858 20:17:51 20:17:51 Step 10/23 : FROM alpine:3.12 20:17:51 ---> afeebe901d6b 20:17:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:17:51 ---> Using cache 20:17:51 ---> c43d8dad1665 20:17:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:17:51 ---> Running in f25b4cef4093 20:17:51 ---> Running in 60c627353001 20:17:52 ---> Running in dfa68672dfc0 20:17:52 Removing intermediate container 88a6c4ff668c 20:17:52 ---> 64180816bdbf 20:17:52 Step 13/22 : ENV APP_PORT=48085 20:17:52 Removing intermediate container 0b3e4336242e 20:17:52 ---> 09c1ae3278e0 20:17:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:52 ---> Running in 4dc239cedddf 20:17:52 Removing intermediate container f25b4cef4093 20:17:52 ---> 69a7c60665f7 20:17:52 Step 23/24 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:17:52 Removing intermediate container 60c627353001 20:17:52 ---> c7c301b9b130 20:17:52 Step 13/22 : ENV APP_PORT=48060 20:17:52 Removing intermediate container dfa68672dfc0 20:17:52 ---> a1a5732e7bf1 20:17:52 Step 13/23 : ENV APP_PORT=48081 20:17:53 ---> Running in 809e75b466da 20:17:53 ---> Running in edf2ac2974c5 20:17:53 Removing intermediate container 4dc239cedddf 20:17:53 ---> b68542ff8311 20:17:53 Step 14/22 : EXPOSE $APP_PORT 20:17:53 ---> Running in ccecbb7e8838 20:17:53 ---> 747e87806365 20:17:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:17:53 ---> Running in 549f881b254b 20:17:53 Removing intermediate container edf2ac2974c5 20:17:53 ---> 5571df9f9b82 20:17:53 Step 24/24 : LABEL version=0.0.0 20:17:53 Removing intermediate container 809e75b466da 20:17:53 ---> 5a30c17eaca7 20:17:53 Step 14/22 : EXPOSE $APP_PORT 20:17:53 Removing intermediate container ccecbb7e8838 20:17:53 ---> f9273f00c81f 20:17:53 Step 14/23 : EXPOSE $APP_PORT 20:17:53 ---> Running in 46e1fdd6a038 20:17:53 ---> Running in 1f3c8052bd22 20:17:54 ---> Running in 36ae2550e89a 20:17:54 Removing intermediate container 549f881b254b 20:17:54 ---> fa662bdf3e52 20:17:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:54 Removing intermediate container 46e1fdd6a038 20:17:54 ---> 946c58748af3 20:17:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:55 Removing intermediate container 1f3c8052bd22 20:17:55 ---> 526a80f84746 20:17:55 20:17:55 Removing intermediate container 36ae2550e89a 20:17:55 ---> 1db84c9684f3 20:17:55 Step 15/23 : WORKDIR / 20:17:55 ---> 26ab25d72c05 20:17:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:17:55 ---> 385778ac48f6 20:17:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:17:55 ---> Running in 27dec662179b 20:17:55 Successfully built 526a80f84746 20:17:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:17:55  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 20:17:55 ---> 6d66993b93f0 20:17:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:17:56 Removing intermediate container 27dec662179b 20:17:56 ---> 30adb5ca2af0 20:17:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:56 ---> 1b37cb972401 20:17:56 Step 19/23 : ENTRYPOINT ["/core-command"] 20:17:56 ---> Running in 85ab0076d139 20:17:57 ---> 2183b0b9de33 20:17:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:17:57 Removing intermediate container 85ab0076d139 20:17:57 ---> 1031804b5435 20:17:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:57 ---> a775e633484e 20:17:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:17:57 ---> 63095ce71395 20:17:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:17:58 ---> 5b957af62435 20:17:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> Running in 5199d8c263fc 20:17:58 20:17:59 ---> Running in c256ba28e1fa 20:17:59 Removing intermediate container 5199d8c263fc 20:17:59 ---> 34550f149df4 20:17:59 Step 21/23 : LABEL arch=arm64 20:17:59 ---> 7e4c06bcbcdc 20:17:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:18:00 ---> Running in 27c521593721 20:18:00 ---> Running in a8bd9582e881 20:18:00 Removing intermediate container c256ba28e1fa 20:18:00 ---> c4a0419979cc 20:18:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:00 ---> 224f06178667 20:18:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:18:00 ---> Running in eb9720ffd14e 20:18:00 Removing intermediate container 27c521593721 20:18:00 ---> 4d98cb603a41 20:18:01 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:18:01 Removing intermediate container a8bd9582e881 20:18:01 ---> cb1b34d373f4 20:18:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:01 ---> Running in 93771ffe7c74 20:18:01 Removing intermediate container eb9720ffd14e 20:18:01 ---> 3664d418b477 20:18:01 Step 20/22 : LABEL arch=arm64 20:18:01 ---> a13595e0d97b 20:18:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:18:01 ---> Running in 8f0bc291f9b1 20:18:02 ---> Running in a33fecd681c0 20:18:02 ---> Running in e20fd43ec6dc 20:18:02 Removing intermediate container 93771ffe7c74 20:18:02 ---> 70f257d4bf0d 20:18:02 Step 23/23 : LABEL version=0.0.0 20:18:02 ---> Running in e801de92a0ee 20:18:02 Removing intermediate container 8f0bc291f9b1 20:18:02 ---> 0783f04e28fc 20:18:02 Step 20/22 : LABEL arch=arm64 20:18:02 Removing intermediate container e20fd43ec6dc 20:18:02 ---> 4e382ce3ae58 20:18:02 Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:18:02 Removing intermediate container a33fecd681c0 20:18:02 ---> 2f73f47df1f8 20:18:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:18:02 ---> Running in 3756ccc22622 20:18:02 ---> Running in 7682ba194bad 20:18:02 ---> Running in 5bacd354a585 20:18:03 Removing intermediate container e801de92a0ee 20:18:03 ---> e10ee749b98a 20:18:03 20:18:03 Removing intermediate container 3756ccc22622 20:18:03 ---> af795d3ec552 20:18:03 Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:18:03 ---> Running in fd5d7483a389 20:18:03 Removing intermediate container 5bacd354a585 20:18:03 ---> 327b1f79297a 20:18:03 Step 21/23 : LABEL arch=arm64 20:18:03 Successfully built e10ee749b98a 20:18:03 Successfully tagged docker-core-command-go-arm64:latest 20:18:03  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 20:18:03 Removing intermediate container 7682ba194bad 20:18:03 ---> 4551dec9962d 20:18:03 Step 22/22 : LABEL version=0.0.0 20:18:04 ---> Running in dd95408df39b 20:18:04 Removing intermediate container fd5d7483a389 20:18:04 ---> ebea9d9cc401 20:18:04 Step 22/22 : LABEL version=0.0.0 20:18:04 ---> Running in f1e39d679d19 20:18:04 ---> Running in 55de4ede4a86 20:18:04 Removing intermediate container dd95408df39b 20:18:04 ---> 5e5c85c5f390 20:18:04 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:18:05 ---> Running in f2bef41e18fc 20:18:05 Removing intermediate container f1e39d679d19 20:18:05 ---> 685e386a1a3e 20:18:05 20:18:05 Removing intermediate container 55de4ede4a86 20:18:05 ---> 68691dad9d65 20:18:05 20:18:05 Successfully built 685e386a1a3e 20:18:05 Successfully built 68691dad9d65 20:18:06 Successfully tagged docker-support-notifications-go-arm64:latest 20:18:06 Successfully tagged docker-support-scheduler-go-arm64:latest 20:18:06 Building docker-core-data-go 20:18:06  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 20:18:06 Removing intermediate container f2bef41e18fc 20:18:06  Building docker-support-scheduler-go ... done  ---> cdfb268050ba 20:18:06 Step 23/23 : LABEL version=0.0.0 20:18:06 ---> Running in acc446f192e6 20:18:07 Removing intermediate container acc446f192e6 20:18:07 ---> d376f016bd6f 20:18:07 20:18:07 Successfully built d376f016bd6f 20:18:07 Successfully tagged docker-core-metadata-go-arm64:latest 20:18:39  Building docker-core-metadata-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:39 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:18:39 ---> bd5601385912 20:18:39 Step 3/30 : WORKDIR /edgex-go 20:18:39 ---> Using cache 20:18:39 ---> 778958a275eb 20:18:39 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:39 ---> Using cache 20:18:39 ---> 851154893555 20:18:39 Step 5/30 : RUN apk add --update --no-cache make git 20:18:46 ---> Running in 577a4be20f90 20:18:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:49 OK: 217 MiB in 51 packages 20:18:52 Removing intermediate container 577a4be20f90 20:18:52 ---> 9277d68309d0 20:18:52 Step 6/30 : COPY go.mod . 20:18:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:18:52 ---> bd5601385912 20:18:52 Step 3/21 : WORKDIR /edgex-go 20:18:52 ---> Using cache 20:18:52 ---> 778958a275eb 20:18:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:52 ---> Using cache 20:18:52 ---> 851154893555 20:18:52 Step 5/21 : RUN apk add --update --no-cache make git 20:18:52 ---> Using cache 20:18:52 ---> 9277d68309d0 20:18:52 Step 6/21 : COPY go.mod . 20:18:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:53 ---> bd5601385912 20:18:53 Step 3/23 : WORKDIR /edgex-go 20:18:53 ---> Using cache 20:18:53 ---> 778958a275eb 20:18:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:53 ---> Using cache 20:18:53 ---> 851154893555 20:18:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:18:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:18:53 ---> bd5601385912 20:18:53 Step 3/26 : WORKDIR /edgex-go 20:18:53 ---> Using cache 20:18:53 ---> 778958a275eb 20:18:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:53 ---> Using cache 20:18:53 ---> 851154893555 20:18:53 Step 5/26 : RUN apk add --update --no-cache make bash git 20:18:53 ---> 6ca50bdd9f4a 20:18:53 Step 7/30 : RUN go mod download 20:18:53 ---> 543ef2f620d2 20:18:53 Step 7/21 : RUN go mod download 20:18:53 ---> Running in b3bd8384b45e 20:18:53 ---> Running in 79bd47082178 20:18:54 ---> Running in b95bca4e6292 20:18:54 ---> Running in a9409dcd3a18 20:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:57 OK: 217 MiB in 51 packages 20:18:58 OK: 217 MiB in 51 packages 20:18:58 Removing intermediate container a9409dcd3a18 20:18:58 Removing intermediate container b95bca4e6292 20:18:58 ---> 258e5f7bf942 20:18:58 Step 8/30 : COPY . . 20:18:58 ---> 82c23a31c41f 20:18:58 Step 8/21 : COPY . . 20:18:59 Removing intermediate container b3bd8384b45e 20:18:59 ---> bd8caaf32c6d 20:18:59 Step 6/23 : COPY go.mod . 20:19:00 Removing intermediate container 79bd47082178 20:19:00 ---> be55efe079c8 20:19:00 Step 6/26 : COPY go.mod . 20:19:01 ---> 0d97a8483fcb 20:19:01 Step 7/23 : RUN go mod download 20:19:02 ---> 73df6b44cd8f 20:19:02 Step 7/26 : RUN go mod download 20:19:03 ---> Running in 12dc284a794a 20:19:03 ---> Running in 2da7ce4adf70 20:19:09 Removing intermediate container 12dc284a794a 20:19:09 ---> 63cfc7e10564 20:19:09 Step 8/23 : COPY . . 20:19:09 Removing intermediate container 2da7ce4adf70 20:19:09 ---> 25af90d612c5 20:19:09 Step 8/26 : COPY . . 20:19:17 ---> 2f102b434e7d 20:19:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:19:17 ---> d997b6193903 20:19:17 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:19:18 ---> Running in 92f6a7e3bf53 20:19:19 ---> Running in 40a858f60b97 20:19:20 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 20:19:20 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 20:19:26 ---> 3b9b3cd1f247 20:19:26 Step 9/23 : RUN make cmd/core-data/core-data 20:19:26 ---> 1fdd49077c73 20:19:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:19:26 ---> Running in e9ec3a3e42af 20:19:26 ---> Running in 0615a0614e47 20:19:28 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 20:19:28 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 20:20:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:20:31 Removing intermediate container 40a858f60b97 20:20:31 ---> b8a52e6f6fcc 20:20:31 20:20:31 Step 10/30 : FROM alpine:3.12 20:20:31 ---> afeebe901d6b 20:20:31 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:20:32 ---> Running in 724f34b53401 20:20:32 Removing intermediate container 724f34b53401 20:20:32 ---> 269da75b42c8 20:20:32 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 20:20:33 ---> Running in 21da4c9d5019 20:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:36 (1/2) Installing dumb-init (1.2.2-r1) 20:20:36 (2/2) Installing su-exec (0.2-r1) 20:20:36 Executing busybox-1.31.1-r19.trigger 20:20:36 OK: 5 MiB in 16 packages 20:20:38 Removing intermediate container 92f6a7e3bf53 20:20:38 ---> 22056f62e529 20:20:38 20:20:38 Step 10/21 : FROM alpine:3.12 20:20:38 ---> afeebe901d6b 20:20:38 Step 11/21 : RUN apk add --update --no-cache curl 20:20:38 ---> Running in b80498f05978 20:20:38 Removing intermediate container 21da4c9d5019 20:20:38 ---> 85503f4b5def 20:20:38 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 20:20:38 ---> Running in 3aa5ab31f49c 20:20:39 Removing intermediate container 3aa5ab31f49c 20:20:39 ---> 6cf1b4042001 20:20:39 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:20:40 ---> Running in b0bcbec4f2d6 20:20:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:20:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:20:40 Removing intermediate container b0bcbec4f2d6 20:20:40 ---> ba41c9a41f7d 20:20:40 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:20:41 ---> Running in 9fc7fad43172 20:20:41 (1/4) Installing ca-certificates (20191127-r4) 20:20:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:20:41 (3/4) Installing libcurl (7.69.1-r3) 20:20:41 (4/4) Installing curl (7.69.1-r3) 20:20:41 Executing busybox-1.31.1-r19.trigger 20:20:41 Executing ca-certificates-20191127-r4.trigger 20:20:41 OK: 7 MiB in 18 packages 20:20:45 Removing intermediate container b80498f05978 20:20:45 ---> b45334152802 20:20:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:20:45 Removing intermediate container 0615a0614e47 20:20:45 ---> f45444b1e9b1 20:20:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:20:45 ---> Running in 5f4b2555515d 20:20:45 ---> Running in db2896697938 20:20:45 Removing intermediate container 9fc7fad43172 20:20:45 ---> 6f77c91a455d 20:20:45 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 20:20:45 ---> Running in 7762a0dfa2e0 20:20:45 Removing intermediate container 5f4b2555515d 20:20:45 ---> 5bc447cb106d 20:20:45 Step 13/21 : WORKDIR /edgex 20:20:46 ---> Running in e572eb8cc28a 20:20:46 Removing intermediate container 7762a0dfa2e0 20:20:46 ---> dc6a7786561b 20:20:46 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:20:46 Removing intermediate container e572eb8cc28a 20:20:46 ---> 5b6405c7a781 20:20:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:20:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:20:47 ---> 78b053de161d 20:20:47 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:20:47 ---> Running in d462b4da6b4a 20:20:47 ---> 661aa3618431 20:20:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:20:49 ---> 9b1bc3fccf6d 20:20:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:20:51 Removing intermediate container db2896697938 20:20:51 ---> 1248a89cd2e9 20:20:51 20:20:51 Step 11/26 : FROM docker:20.10.0 20:20:51 20.10.0: Pulling from library/docker 20:20:51 Removing intermediate container d462b4da6b4a 20:20:51 ---> 388fe304c8d1 20:20:51 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:51 ---> 1855b7f6cf85 20:20:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:20:51 ---> Running in 7e9c6a52ab77 20:20:52 Removing intermediate container 7e9c6a52ab77 20:20:52 ---> 82efc8adbb33 20:20:52 Step 18/21 : CMD ["--init=true"] 20:20:53 ---> fdcdd3376647 20:20:53 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:20:53 ---> Running in 9da3b45a534a 20:20:54 Removing intermediate container 9da3b45a534a 20:20:54 ---> 9fe4a4530c12 20:20:54 Step 19/21 : LABEL arch=arm64 20:20:54 ---> Running in fa3eb9b0667c 20:20:54 ---> 5004bfaa6bbe 20:20:54 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:20:55 Removing intermediate container fa3eb9b0667c 20:20:55 ---> f7409da74dd5 20:20:55 Step 20/21 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:20:55 ---> Running in e54aa0e9be0b 20:20:56 ---> 8570fcdc6ac1 20:20:56 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:20:56 Removing intermediate container e54aa0e9be0b 20:20:56 ---> 9e65fb6acaf7 20:20:56 Step 21/21 : LABEL version=0.0.0 20:20:57 ---> Running in 55b213b99a91 20:20:57 ---> 0c9db3586105 20:20:57 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:20:58 ---> Running in c30bae9b9325 20:20:58 Removing intermediate container 55b213b99a91 20:20:58 ---> d15decf1cc9b 20:20:58 20:20:59 Successfully built d15decf1cc9b 20:20:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:20:59  Building docker-security-proxy-setup-go ... done Removing intermediate container c30bae9b9325 20:20:59 ---> d309a90d3e05 20:20:59 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:21:01 ---> b17afad69c4b 20:21:01 Step 25/30 : RUN chmod +x /entrypoint.sh 20:21:01 Removing intermediate container e9ec3a3e42af 20:21:01 ---> d300cd80a04b 20:21:01 20:21:01 Step 10/23 : FROM alpine:3.12 20:21:01 ---> afeebe901d6b 20:21:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:21:02 ---> Running in 4475082ab389 20:21:02 ---> Running in c566b71038fc 20:21:02 Removing intermediate container c566b71038fc 20:21:02 ---> 616643ce6b14 20:21:02 Step 12/23 : ENV APP_PORT=48080 20:21:03 ---> Running in b9adb8a30b86 20:21:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:21:03 Status: Downloaded newer image for docker:20.10.0 20:21:03 ---> eeaf43b92773 20:21:03 Step 12/26 : RUN apk add --no-cache bash 20:21:03 ---> Running in 09633c0c49b9 20:21:03 Removing intermediate container b9adb8a30b86 20:21:03 ---> a01c79312b7d 20:21:03 Step 13/23 : EXPOSE $APP_PORT 20:21:03 ---> Running in 0bdd0e93966f 20:21:04 Removing intermediate container 0bdd0e93966f 20:21:04 ---> 70334adcd3b6 20:21:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:04 ---> Running in a4c60f6b7aee 20:21:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:04 Removing intermediate container 4475082ab389 20:21:04 ---> e41f77349b35 20:21:04 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:21:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:05 ---> Running in d20b70a1382e 20:21:05 (1/2) Installing readline (8.0.4-r0) 20:21:05 (2/2) Installing bash (5.0.17-r0) 20:21:05 Executing bash-5.0.17-r0.post-install 20:21:05 Executing busybox-1.31.1-r19.trigger 20:21:05 OK: 12 MiB in 22 packages 20:21:05 Removing intermediate container d20b70a1382e 20:21:05 ---> 1c9a293d68ac 20:21:05 Step 27/30 : CMD ["gate"] 20:21:06 ---> Running in a0dce631853d 20:21:06 Removing intermediate container a0dce631853d 20:21:06 ---> 7390090b2fde 20:21:06 Step 28/30 : LABEL arch=arm64 20:21:07 ---> Running in 4def450e569d 20:21:07 Removing intermediate container a4c60f6b7aee 20:21:07 ---> 5186b3615343 20:21:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:21:07 Removing intermediate container 09633c0c49b9 20:21:07 ---> 0f6c36013809 20:21:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:21:07 ---> Running in 583bd3ce4352 20:21:07 ---> Running in a5fed061292d 20:21:07 Removing intermediate container 4def450e569d 20:21:07 ---> 40d5d5083eac 20:21:07 Step 29/30 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:21:07 ---> Running in f44da8f481f0 20:21:07 Removing intermediate container 583bd3ce4352 20:21:07 ---> f4c4d949cd10 20:21:07 Step 14/26 : ENV APP_PORT=48090 20:21:08 ---> Running in 68b4a7c95e1e 20:21:08 Removing intermediate container f44da8f481f0 20:21:08 ---> a25d2c6e0d5b 20:21:08 Step 30/30 : LABEL version=0.0.0 20:21:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:08 Removing intermediate container 68b4a7c95e1e 20:21:08 ---> bfb40a8d4704 20:21:08 Step 15/26 : EXPOSE $APP_PORT 20:21:09 ---> Running in a92735adef5f 20:21:09 ---> Running in 6d7cca402a94 20:21:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:09 Removing intermediate container a92735adef5f 20:21:09 ---> bf8c96f1f2ee 20:21:09 20:21:09 Removing intermediate container 6d7cca402a94 20:21:09 ---> 9b3d62e56508 20:21:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:21:09 Successfully built bf8c96f1f2ee 20:21:09 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:21:10  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) 20:21:10 (2/6) Installing libgcc (9.3.0-r2) 20:21:10 (3/6) Installing libsodium (1.0.18-r0) 20:21:10 (4/6) Installing libstdc++ (9.3.0-r2) 20:21:10 (5/6) Installing libzmq (4.3.3-r0) 20:21:10 (6/6) Installing zeromq (4.3.3-r0) 20:21:10 Executing busybox-1.31.1-r19.trigger 20:21:10 OK: 8 MiB in 20 packages 20:21:10 ---> c7c16e63bbb5 20:21:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:21:11 ---> 89c7cd06fc62 20:21:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:21:12 Removing intermediate container a5fed061292d 20:21:12 ---> b71cbc732cdc 20:21:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:12 ---> 237349c9ea86 20:21:12 Step 19/26 : RUN apk --no-cache add py3-pip 20:21:12 ---> Running in fbb375ba8e11 20:21:13 ---> 4d93adee210f 20:21:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:21:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:21:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:21:14 ---> 08828cd5fc72 20:21:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:21:14 (1/33) Installing libbz2 (1.0.8-r1) 20:21:14 (2/33) Installing expat (2.2.9-r1) 20:21:14 (3/33) Installing libffi (3.3-r2) 20:21:14 (4/33) Installing gdbm (1.13-r1) 20:21:14 (5/33) Installing xz-libs (5.2.5-r0) 20:21:14 (6/33) Installing sqlite-libs (3.32.1-r0) 20:21:14 (7/33) Installing python3 (3.8.5-r0) 20:21:15 ---> c7891f3631dc 20:21:15 Step 19/23 : ENTRYPOINT ["/core-data"] 20:21:16 ---> Running in 4362f639abf7 20:21:16 (8/33) Installing py3-appdirs (1.4.4-r1) 20:21:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:21:16 (10/33) Installing py3-parsing (2.4.7-r0) 20:21:16 (11/33) Installing py3-six (1.15.0-r0) 20:21:16 (12/33) Installing py3-packaging (20.4-r0) 20:21:16 (13/33) Installing py3-setuptools (47.0.0-r0) 20:21:16 (14/33) Installing py3-chardet (3.0.4-r4) 20:21:17 (15/33) Installing py3-idna (2.9-r0) 20:21:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:21:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:21:17 Removing intermediate container 4362f639abf7 20:21:17 ---> 34d682f06ace 20:21:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:17 (18/33) Installing py3-requests (2.23.0-r0) 20:21:17 (19/33) Installing py3-msgpack (1.0.0-r0) 20:21:17 (20/33) Installing py3-lockfile (0.12.2-r3) 20:21:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:21:17 (22/33) Installing py3-colorama (0.4.3-r0) 20:21:17 (23/33) Installing py3-distlib (0.3.0-r0) 20:21:17 (24/33) Installing py3-distro (1.5.0-r1) 20:21:17 (25/33) Installing py3-webencodings (0.5.1-r3) 20:21:17 (26/33) Installing py3-html5lib (1.0.1-r4) 20:21:17 (27/33) Installing py3-pytoml (0.1.21-r0) 20:21:17 (28/33) Installing py3-pep517 (0.8.2-r0) 20:21:17 (29/33) Installing py3-progress (1.5-r0) 20:21:17 (30/33) Installing py3-toml (0.10.1-r0) 20:21:17 ---> Running in 3e36678fcd40 20:21:17 (31/33) Installing py3-retrying (1.3.3-r0) 20:21:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:21:17 (33/33) Installing py3-pip (20.1.1-r0) 20:21:17 Executing busybox-1.31.1-r19.trigger 20:21:17 OK: 71 MiB in 55 packages 20:21:17 Removing intermediate container 3e36678fcd40 20:21:17 ---> 6a0ef633d57a 20:21:17 Step 21/23 : LABEL arch=arm64 20:21:18 ---> Running in 2b420c6fec75 20:21:18 Removing intermediate container 2b420c6fec75 20:21:18 ---> 85288a665f1d 20:21:18 Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:21:18 ---> Running in def2bd0a555b 20:21:19 Removing intermediate container def2bd0a555b 20:21:19 ---> 9158d85a02db 20:21:19 Step 23/23 : LABEL version=0.0.0 20:21:19 ---> Running in 407fb8f2b2fc 20:21:20 Removing intermediate container 407fb8f2b2fc 20:21:20 ---> 6ac6141484f9 20:21:20 20:21:20 Successfully built 6ac6141484f9 20:21:20 Successfully tagged docker-core-data-go-arm64:latest 20:21:24  Building docker-core-data-go ... done Removing intermediate container fbb375ba8e11 20:21:24 ---> 13bb5207aee1 20:21:24 Step 20/26 : RUN pip install docker-compose==1.23.2 20:21:24 ---> Running in 7cfd39c24f39 20:21:28 Collecting docker-compose==1.23.2 20:21:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:21:29 Collecting texttable<0.10,>=0.9.0 20:21:29 Downloading texttable-0.9.1.tar.gz (11 kB) 20:21:31 Collecting PyYAML<4,>=3.10 20:21:31 Downloading PyYAML-3.13.tar.gz (270 kB) 20:21:35 Collecting docker<4.0,>=3.6.0 20:21:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:21:35 Collecting dockerpty<0.5,>=0.4.1 20:21:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:21:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:21:37 Collecting jsonschema<3,>=2.5.1 20:21:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:21:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:21:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:21:39 Collecting cached-property<2,>=1.2.0 20:21:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:21:40 Collecting docopt<0.7,>=0.6.1 20:21:40 Downloading docopt-0.6.2.tar.gz (25 kB) 20:21:42 Collecting websocket-client<1.0,>=0.32.0 20:21:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:21:42 Collecting docker-pycreds>=0.4.0 20:21:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:21:42 Collecting idna<2.8,>=2.5 20:21:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:21:43 Collecting urllib3<1.25,>=1.21.1 20:21:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:21:43 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) 20:21:43 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) 20:21:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:21:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:21:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:21:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:21:44 Installing collected packages: texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, cached-property, docopt, docker-compose 20:21:44 Running setup.py install for texttable: started 20:21:46 Running setup.py install for texttable: finished with status 'done' 20:21:46 Running setup.py install for PyYAML: started 20:21:48 Running setup.py install for PyYAML: finished with status 'done' 20:21:48 Attempting uninstall: idna 20:21:48 Found existing installation: idna 2.9 20:21:48 Uninstalling idna-2.9: 20:21:48 Successfully uninstalled idna-2.9 20:21:49 Attempting uninstall: urllib3 20:21:49 Found existing installation: urllib3 1.25.9 20:21:49 Uninstalling urllib3-1.25.9: 20:21:49 Successfully uninstalled urllib3-1.25.9 20:21:50 Attempting uninstall: requests 20:21:50 Found existing installation: requests 2.23.0 20:21:50 Uninstalling requests-2.23.0: 20:21:50 Successfully uninstalled requests-2.23.0 20:21:51 Running setup.py install for dockerpty: started 20:21:53 Running setup.py install for dockerpty: finished with status 'done' 20:21:53 Running setup.py install for docopt: started 20:21:55 Running setup.py install for docopt: finished with status 'done' 20:21:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:22:00 Removing intermediate container 7cfd39c24f39 20:22:00 ---> a4e87b29d6b1 20:22:00 Step 21/26 : RUN apk --no-cache add curl 20:22:00 ---> Running in 22cf3034736d 20:22:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:22:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:22:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:22:01 (2/3) Installing libcurl (7.69.1-r3) 20:22:01 (3/3) Installing curl (7.69.1-r3) 20:22:01 Executing busybox-1.31.1-r19.trigger 20:22:01 OK: 71 MiB in 58 packages 20:22:03 Removing intermediate container 22cf3034736d 20:22:03 ---> a955df61c496 20:22:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:22:03 ---> Running in 23417a5e9e19 20:22:03 Removing intermediate container 23417a5e9e19 20:22:03 ---> 8f31fab3d855 20:22:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:03 ---> Running in f9d4d1fb3127 20:22:04 Removing intermediate container f9d4d1fb3127 20:22:04 ---> a259e4e78904 20:22:04 Step 24/26 : LABEL arch=arm64 20:22:04 ---> Running in ff0ea5bcac7b 20:22:04 Removing intermediate container ff0ea5bcac7b 20:22:04 ---> f5751a085028 20:22:04 Step 25/26 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a 20:22:05 ---> Running in 89e1aa6cdff0 20:22:05 Removing intermediate container 89e1aa6cdff0 20:22:05 ---> cdefe5e08aeb 20:22:05 Step 26/26 : LABEL version=0.0.0 20:22:05 ---> Running in 974624d36e95 20:22:06 Removing intermediate container 974624d36e95 20:22:06 ---> dc8eed37d471 20:22:06 20:22:06 Successfully built dc8eed37d471 20:22:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:22:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:22:07 $ docker stop --time=1 f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f 20:22:09 $ docker rm -f f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f [Pipeline] // withDockerContainer [Pipeline] sh 20:22:09 + + grepdocker docker images 20:22:09 20:22:10 docker-sys-mgmt-agent-go-arm64 latest dc8eed37d471 4 seconds ago 300MB 20:22:10 docker-core-data-go-arm64 latest 6ac6141484f9 50 seconds ago 21MB 20:22:10 docker-security-bootstrapper-go-arm64 latest bf8c96f1f2ee About a minute ago 17MB 20:22:10 docker-security-proxy-setup-go-arm64 latest d15decf1cc9b About a minute ago 23.2MB 20:22:10 docker-core-metadata-go-arm64 latest d376f016bd6f 4 minutes ago 17.8MB 20:22:10 docker-support-notifications-go-arm64 latest 68691dad9d65 4 minutes ago 16.7MB 20:22:10 docker-support-scheduler-go-arm64 latest 685e386a1a3e 4 minutes ago 16.1MB 20:22:10 docker-core-command-go-arm64 latest e10ee749b98a 4 minutes ago 16MB 20:22:10 docker-security-secretstore-setup-go-arm64 latest 526a80f84746 4 minutes ago 23.4MB 20:22:10 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:22:11 provisioning config files... 20:22:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config4427486510277746953tmp [Pipeline] { [Pipeline] sh 20:22:12 + set +x 20:22:12 + curl -s https://codecov.io/bash 20:22:12 + bash -s -- 20:22:12 20:22:12 _____ _ 20:22:12 / ____| | | 20:22:12 | | ___ __| | ___ ___ _____ __ 20:22:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:22:12 | |___| (_) | (_| | __/ (_| (_) \ V / 20:22:12 \_____\___/ \__,_|\___|\___\___/ \_/ 20:22:12 Bash-20210129-7c25fce 20:22:12 20:22:12 20:22:12 ==> git version 2.24.3 found 20:22:12 ==> 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 20:22:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:22:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:22:12 ==> Jenkins CI detected. 20:22:12 project root: . 20:22:12 --> token set from env 20:22:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:22:12 ==> Running gcov in . (disable via -X gcov) 20:22:12 ==> Python coveragepy not found 20:22:12 ==> Searching for coverage reports in: 20:22:12 + . 20:22:12 -> Found 1 reports 20:22:12 ==> Detecting git/mercurial file structure 20:22:12 ==> Reading reports 20:22:13 + ./coverage.out bytes=594557 20:22:13 ==> Appending adjustments 20:22:13 https://docs.codecov.io/docs/fixing-reports 20:22:16 + Found adjustments 20:22:16 ==> Gzipping contents 20:22:16 88K /tmp/codecov.1RZIhp.gz 20:22:16 ==> Uploading reports 20:22:16 url: https://codecov.io 20:22:16 query: branch=PR-3109&commit=b4afab23d8944048b683e20fbbf294e254ece17a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 20:22:16 -> Pinging Codecov 20:22:16 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=b4afab23d8944048b683e20fbbf294e254ece17a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 20:22:17 -> Uploading to 20:22:17 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/b4afab23d8944048b683e20fbbf294e254ece17a/c8a225c9-2ca6-42c4-9e95-0dd5eac8342a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T202216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=92e0f9cd20bae963644368a539672e4a22e56db61fc61407b62eecfc8a781b87 20:22:17 % Total % Received % Xferd Average Speed Time Time Time Current 20:22:17 Dload Upload Total Spent Left Speed 20:22:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89223 0 0 100 89223 0 175k --:--:-- --:--:-- --:--:-- 175k 20:22:17 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b4afab23d8944048b683e20fbbf294e254ece17a [Pipeline] } 20:22:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:22:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:22:20 ---> package-listing.sh 20:22:20 ++ facter osfamily 20:22:20 ++ tr '[:upper:]' '[:lower:]' 20:22:20 + OS_FAMILY=redhat 20:22:20 + workspace=/w/workspace/edgex-go/22 20:22:20 + START_PACKAGES=/tmp/packages_start.txt 20:22:20 + END_PACKAGES=/tmp/packages_end.txt 20:22:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:22:20 + PACKAGES=/tmp/packages_start.txt 20:22:20 + '[' /w/workspace/edgex-go/22 ']' 20:22:20 + PACKAGES=/tmp/packages_end.txt 20:22:20 + case "${OS_FAMILY}" in 20:22:20 + rpm -qa 20:22:20 + sort 20:22:25 + '[' -f /tmp/packages_start.txt ']' 20:22:25 + '[' -f /tmp/packages_end.txt ']' 20:22:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:22:25 + '[' /w/workspace/edgex-go/22 ']' 20:22:25 + mkdir -p /w/workspace/edgex-go/22/archives/ 20:22:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo 20:22:25 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:22:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:26 20:22:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:22:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:26 alpine: Pulling from edgex-lftools-log-publisher 20:22:26 df20fa9351a1: Pulling fs layer 20:22:26 36b3adc4ff6f: Pulling fs layer 20:22:26 8ad3a11d3b57: Pulling fs layer 20:22:26 46f8f816bc3b: Pulling fs layer 20:22:26 93b61091891f: Pulling fs layer 20:22:26 93b9cdb0e59b: Pulling fs layer 20:22:26 5e14af77c1be: Pulling fs layer 20:22:26 01666e4c0597: Pulling fs layer 20:22:26 aa168da1d23b: Pulling fs layer 20:22:26 46f8f816bc3b: Waiting 20:22:26 93b61091891f: Waiting 20:22:26 93b9cdb0e59b: Waiting 20:22:26 01666e4c0597: Waiting 20:22:26 aa168da1d23b: Waiting 20:22:26 5e14af77c1be: Waiting 20:22:26 36b3adc4ff6f: Download complete 20:22:26 46f8f816bc3b: Verifying Checksum 20:22:26 46f8f816bc3b: Download complete 20:22:26 df20fa9351a1: Verifying Checksum 20:22:26 df20fa9351a1: Download complete 20:22:26 93b9cdb0e59b: Verifying Checksum 20:22:26 93b9cdb0e59b: Download complete 20:22:26 5e14af77c1be: Verifying Checksum 20:22:26 5e14af77c1be: Download complete 20:22:26 93b61091891f: Verifying Checksum 20:22:26 93b61091891f: Download complete 20:22:26 01666e4c0597: Verifying Checksum 20:22:26 01666e4c0597: Download complete 20:22:27 df20fa9351a1: Pull complete 20:22:27 36b3adc4ff6f: Pull complete 20:22:27 8ad3a11d3b57: Download complete 20:22:28 8ad3a11d3b57: Pull complete 20:22:28 46f8f816bc3b: Pull complete 20:22:29 aa168da1d23b: Verifying Checksum 20:22:29 aa168da1d23b: Download complete 20:22:30 93b61091891f: Pull complete 20:22:30 93b9cdb0e59b: Pull complete 20:22:31 5e14af77c1be: Pull complete 20:22:31 01666e4c0597: Pull complete 20:22:39 aa168da1d23b: Pull complete 20:22:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:22:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:22:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:22:39 prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container 20:22:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 20:22:43 $ docker top 885e0d1d691e297e46404aa516cfa9ec28786ed46292534e142d6ac248009ae9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:44 + touch /tmp/pre-build-complete [Pipeline] sh 20:22:44 + mkdir -p /var/log/sa [Pipeline] sh 20:22:44 + ls /var/log/sa-host 20:22:44 + sadf -c /var/log/sa-host/sa09 20:22:44 file_magic: OK 20:22:44 HZ: Using current value: 100 20:22:44 file_header: OK 20:22:44 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 20:22:44 Statistics: 20:22:44 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... 20:22:44 File successfully converted to sysstat format version 12.2.1 20:22:44 + sadf -c /var/log/sa-host/sa23 20:22:44 file_magic: OK 20:22:44 HZ: Using current value: 100 20:22:44 file_header: OK 20:22:44 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 20:22:44 Statistics: 20:22:44 Hnuu...uuuununununu... 20:22:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:22:45 provisioning config files... 20:22:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config1193062464464286777tmp [Pipeline] { [Pipeline] echo 20:22:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:22:45 ---> create-netrc.sh [Pipeline] } 20:22:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:22:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:22:45 ---> python-tools-install.sh [Pipeline] echo 20:22:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:22:46 ---> sudo-logs.sh 20:22:46 Archiving 'sudo' log.. [Pipeline] echo 20:22:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:22:46 ---> job-cost.sh 20:22:46 lf-activate-venv: SKIPPING 20:22:46 INFO: No Stack... 20:22:47 INFO: Retrieving Pricing Info for: v1-standard-2 20:22:48 INFO: Archiving Costs [Pipeline] echo 20:22:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:22:48 ---> logs-deploy.sh 20:22:48 lf-activate-venv: SKIPPING 20:22:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/22 20:22:48 INFO: archiving workspace using pattern(s): 20:22:50 Archives upload complete. 20:22:50 INFO: archiving logs to Nexus 20:22:51 ---> uname -a: 20:22:51 Linux prd-centos7-docker-4c-2g-25843.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:22:51 20:22:51 20:22:51 ---> lscpu: 20:22:51 Architecture: x86_64 20:22:51 CPU op-mode(s): 32-bit, 64-bit 20:22:51 Byte Order: Little Endian 20:22:51 Address sizes: 40 bits physical, 48 bits virtual 20:22:51 CPU(s): 4 20:22:51 On-line CPU(s) list: 0-3 20:22:51 Thread(s) per core: 1 20:22:51 Core(s) per socket: 1 20:22:51 Socket(s): 4 20:22:51 NUMA node(s): 1 20:22:51 Vendor ID: GenuineIntel 20:22:51 CPU family: 6 20:22:51 Model: 44 20:22:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:22:51 Stepping: 1 20:22:51 CPU MHz: 2933.438 20:22:51 BogoMIPS: 5866.87 20:22:51 Virtualization: VT-x 20:22:51 Hypervisor vendor: KVM 20:22:51 Virtualization type: full 20:22:51 L1d cache: 128 KiB 20:22:51 L1i cache: 128 KiB 20:22:51 L2 cache: 16 MiB 20:22:51 L3 cache: 64 MiB 20:22:51 NUMA node0 CPU(s): 0-3 20:22:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:22:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:22:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:22:51 Vulnerability Meltdown: Mitigation; PTI 20:22:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:22:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:22:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:22:51 Vulnerability Srbds: Not affected 20:22:51 Vulnerability Tsx async abort: Not affected 20:22:51 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 20:22:51 20:22:51 20:22:51 ---> nproc: 20:22:51 4 20:22:51 20:22:51 20:22:51 ---> df -h: 20:22:51 Filesystem Size Used Available Use% Mounted on 20:22:51 overlay 50.0G 11.7G 38.3G 23% / 20:22:51 tmpfs 64.0M 0 64.0M 0% /dev 20:22:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:22:51 shm 64.0M 0 64.0M 0% /dev/shm 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22 20:22:51 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22@tmp 20:22:51 20:22:51 20:22:51 ---> free -m: 20:22:51 total used free shared buff/cache available 20:22:51 Mem: 1837 717 202 0 916 1034 20:22:51 Swap: 1023 61 962 20:22:51 20:22:51 20:22:51 ---> ip addr: 20:22:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:22:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:22:51 inet 127.0.0.1/8 scope host lo 20:22:51 valid_lft forever preferred_lft forever 20:22:51 inet6 ::1/128 scope host 20:22:51 valid_lft forever preferred_lft forever 20:22:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:22:51 link/ether fa:16:3e:8d:f2:a1 brd ff:ff:ff:ff:ff:ff 20:22:51 inet 10.30.123.115/23 brd 10.30.123.255 scope global dynamic eth0 20:22:51 valid_lft 85027sec preferred_lft 85027sec 20:22:51 inet6 fe80::f816:3eff:fe8d:f2a1/64 scope link 20:22:51 valid_lft forever preferred_lft forever 20:22:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:22:51 link/ether 02:42:6a:97:b0:85 brd ff:ff:ff:ff:ff:ff 20:22:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:22:51 valid_lft forever preferred_lft forever 20:22:51 inet6 fe80::42:6aff:fe97:b085/64 scope link 20:22:51 valid_lft forever preferred_lft forever 20:22:51 20:22:51 20:22:51 ---> sar -b -r -n DEV: 20:22:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 20:22:51 20:22:51 19:59:47 LINUX RESTART (4 CPU) 20:22:51 20:22:51 20:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:22:51 20:02:02 188.78 100.67 88.11 0.00 7410.71 39411.04 0.00 20:22:51 20:03:01 273.53 103.30 170.23 0.00 4872.21 26599.59 0.00 20:22:51 20:04:01 129.84 46.17 83.67 0.00 2020.23 9789.17 0.00 20:22:51 20:05:01 154.69 41.83 112.87 0.00 2907.86 25587.15 0.00 20:22:51 20:06:03 1900.94 1588.43 312.51 0.00 134981.69 193656.78 0.00 20:22:51 20:07:01 1394.24 1148.38 245.86 0.00 104254.18 111204.87 0.00 20:22:51 20:08:01 1108.82 785.26 323.56 0.00 86202.61 138531.64 0.00 20:22:51 20:09:02 1373.99 1086.81 287.18 0.00 71044.63 85252.56 0.00 20:22:51 20:10:01 146.96 16.48 130.48 0.00 3407.06 16617.01 0.00 20:22:51 20:11:01 1.63 0.05 1.58 0.00 1.07 29.45 0.00 20:22:51 20:12:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 20:22:51 20:13:01 0.18 0.00 0.18 0.00 0.00 1.80 0.00 20:22:51 20:14:01 0.23 0.00 0.23 0.00 0.00 2.08 0.00 20:22:51 20:15:01 1.77 1.53 0.23 0.00 52.63 2.83 0.00 20:22:51 20:16:01 0.90 0.07 0.83 0.00 1.33 15.34 0.00 20:22:51 20:17:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 20:22:51 20:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 20:22:51 20:19:01 0.17 0.00 0.17 0.00 0.00 1.38 0.00 20:22:51 20:20:01 0.27 0.00 0.27 0.00 0.00 3.55 0.00 20:22:51 20:21:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 20:22:51 20:22:01 0.25 0.03 0.22 0.00 0.80 1.70 0.00 20:22:51 Average: 320.08 236.11 83.97 0.00 20000.32 31007.28 0.00 20:22:51 20:22:51 20:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:22:51 20:02:02 69796 0 762868 40.54 1620 1047260 1544728 52.72 626824 930080 92660 20:22:51 20:03:01 63548 0 907916 48.25 1492 908588 1808864 61.73 712896 831772 41880 20:22:51 20:04:01 232916 0 827076 43.96 640 820912 1736964 59.28 626412 737904 51524 20:22:51 20:05:01 197884 0 737756 39.21 392 945512 1223792 41.77 574892 824544 52 20:22:51 20:06:03 79224 0 847736 45.06 0 954584 2330708 79.54 691076 894968 33012 20:22:51 20:07:01 274732 0 1045356 55.56 0 561456 3795768 129.54 682008 650884 37948 20:22:51 20:08:01 298356 0 748620 39.79 0 834568 2652412 90.52 584856 765000 1224 20:22:51 20:09:02 140624 0 708760 37.67 0 1032160 1589108 54.23 710740 794132 60120 20:22:51 20:10:01 245496 0 640044 34.02 0 996004 1211132 41.33 525928 866532 20 20:22:51 20:11:01 248820 0 636716 33.84 0 996008 1186352 40.49 523808 865976 16 20:22:51 20:12:01 249192 0 636340 33.82 0 996012 1186364 40.49 523780 865984 16 20:22:51 20:13:01 250116 0 635408 33.77 0 996020 1179096 40.24 522820 865880 12 20:22:51 20:14:01 250032 0 635488 33.77 0 996024 1179096 40.24 522844 865880 8 20:22:51 20:15:01 248632 0 636016 33.80 0 996896 1179096 40.24 522844 866724 20 20:22:51 20:16:01 248584 0 636060 33.81 0 996900 1179156 40.24 523180 866732 8 20:22:51 20:17:01 248928 0 635704 33.79 0 996912 1179096 40.24 522760 866732 12 20:22:51 20:18:01 249052 0 635580 33.78 0 996912 1179096 40.24 522884 866732 8 20:22:51 20:19:01 249028 0 635600 33.78 0 996916 1179096 40.24 522864 866732 16 20:22:51 20:20:01 249112 0 635508 33.78 0 996924 1179096 40.24 522856 866732 8 20:22:51 20:21:01 248336 0 636284 33.82 0 996924 1179168 40.24 523268 866732 8 20:22:51 20:22:01 248288 0 636324 33.82 0 996932 1179168 40.24 523172 866756 12 20:22:51 Average: 218605 0 707484 37.60 197 955258 1526541 52.10 572034 842543 15171 20:22:51 20:22:51 20:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:22:51 20:02:02 eth0 1066.68 1149.90 5516.32 120.28 0.00 0.00 0.00 0.00 20:22:51 20:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:02:02 docker0 878.08 754.36 71.82 2677.71 0.00 0.00 0.00 0.00 20:22:51 20:03:01 eth0 198.14 135.78 874.25 23.25 0.00 0.00 0.00 0.00 20:22:51 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:03:01 veth625a785 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:03:01 docker0 115.50 162.51 8.19 842.53 0.00 0.00 0.00 0.00 20:22:51 20:04:01 eth0 54.04 40.54 23.19 78.95 0.00 0.00 0.00 0.00 20:22:51 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:04:01 veth625a785 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 20:22:51 20:04:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 20:22:51 20:05:01 vethe61ccd1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:05:01 eth0 198.77 162.32 1696.77 24.68 0.00 0.00 0.00 0.00 20:22:51 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:06:03 veth09fa204 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 20:22:51 20:06:03 eth0 88.79 72.68 173.74 60.17 0.00 0.00 0.00 0.00 20:22:51 20:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:06:03 docker0 34.95 37.71 2.38 144.37 0.00 0.00 0.00 0.00 20:22:51 20:07:01 veth09fa204 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:07:01 veth44dcb8c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:07:01 veth3a92283 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:07:01 veth68e1daf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:08:01 veth09fa204 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:08:01 veth3fddcd5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:08:01 eth0 2687.64 2273.69 12246.50 510.27 0.00 0.00 0.00 0.00 20:22:51 20:08:01 veth15bb9e5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:22:51 20:09:02 veth09fa204 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:09:02 eth0 139.12 102.70 1291.31 21.01 0.00 0.00 0.00 0.00 20:22:51 20:09:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:22:51 20:09:02 docker0 1053.07 997.92 83.54 3876.13 0.00 0.00 0.00 0.00 20:22:51 20:10:01 eth0 144.10 100.43 493.43 79.01 0.00 0.00 0.00 0.00 20:22:51 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:10:01 docker0 55.35 84.78 3.60 463.70 0.00 0.00 0.00 0.00 20:22:51 20:11:01 eth0 1.28 0.47 0.56 0.24 0.00 0.00 0.00 0.00 20:22:51 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:12:01 eth0 1.15 0.37 0.34 0.24 0.00 0.00 0.00 0.00 20:22:51 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:13:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 20:22:51 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:14:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:22:51 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:22:51 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:16:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 20:22:51 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:22:51 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:18:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:22:51 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:20:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:21:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:22:51 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:22:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 20:22:51 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 Average: eth0 95.44 87.76 494.97 23.76 0.00 0.00 0.00 0.00 20:22:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:51 Average: docker0 53.68 52.35 4.22 209.61 0.00 0.00 0.00 0.00 20:22:51 20:22:51 20:22:51 ---> sar -P ALL: 20:22:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 20:22:51 20:22:51 19:59:47 LINUX RESTART (4 CPU) 20:22:51 20:22:51 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:22:51 20:02:02 all 14.06 0.00 7.57 1.41 0.06 76.89 20:22:51 20:02:02 0 13.77 0.00 8.84 1.28 0.09 76.02 20:22:51 20:02:02 1 13.53 0.00 6.54 1.08 0.05 78.79 20:22:51 20:02:02 2 13.77 0.00 7.09 1.64 0.05 77.45 20:22:51 20:02:02 3 15.19 0.00 7.84 1.65 0.03 75.29 20:22:51 20:03:01 all 23.24 0.00 8.62 6.95 0.06 61.14 20:22:51 20:03:01 0 23.65 0.00 9.86 8.49 0.05 57.96 20:22:51 20:03:01 1 23.47 0.00 8.52 4.82 0.05 63.14 20:22:51 20:03:01 2 22.32 0.00 8.10 6.40 0.05 63.13 20:22:51 20:03:01 3 23.52 0.00 8.00 8.09 0.07 60.31 20:22:51 20:04:01 all 50.24 0.00 13.80 3.65 0.08 32.24 20:22:51 20:04:01 0 49.99 0.00 14.14 5.43 0.07 30.38 20:22:51 20:04:01 1 49.54 0.00 14.37 2.08 0.05 33.96 20:22:51 20:04:01 2 51.86 0.00 12.99 3.99 0.09 31.08 20:22:51 20:04:01 3 49.58 0.00 13.68 3.08 0.10 33.55 20:22:51 20:05:01 all 35.85 0.00 12.39 4.15 0.09 47.52 20:22:51 20:05:01 0 35.51 0.00 12.23 4.17 0.07 48.03 20:22:51 20:05:01 1 35.38 0.00 12.53 4.66 0.10 47.34 20:22:51 20:05:01 2 35.15 0.00 12.23 3.76 0.10 48.75 20:22:51 20:05:01 3 37.38 0.00 12.58 4.02 0.07 45.95 20:22:51 20:06:03 all 20.39 0.00 28.11 17.86 0.39 33.25 20:22:51 20:06:03 0 20.47 0.00 27.26 16.26 0.41 35.60 20:22:51 20:06:03 1 21.01 0.00 28.44 17.16 0.41 32.97 20:22:51 20:06:03 2 20.33 0.00 28.55 19.11 0.38 31.63 20:22:51 20:06:03 3 19.74 0.00 28.19 18.92 0.35 32.80 20:22:51 20:07:01 all 52.29 0.00 20.09 15.30 0.19 12.13 20:22:51 20:07:01 0 52.73 0.00 20.24 15.59 0.22 11.23 20:22:51 20:07:01 1 52.09 0.00 20.44 14.81 0.20 12.46 20:22:51 20:07:01 2 51.78 0.00 19.50 14.74 0.16 13.81 20:22:51 20:07:01 3 52.56 0.00 20.18 16.07 0.18 11.01 20:22:51 20:08:01 all 27.86 0.00 22.84 20.41 0.61 28.28 20:22:51 20:08:01 0 28.37 0.00 22.40 19.74 0.64 28.85 20:22:51 20:08:01 1 27.65 0.00 23.00 23.30 0.62 25.43 20:22:51 20:08:01 2 27.15 0.00 22.95 20.80 0.61 28.49 20:22:51 20:08:01 3 28.26 0.00 23.03 17.76 0.58 30.37 20:22:51 20:09:02 all 50.07 0.00 22.90 13.67 0.63 12.73 20:22:51 20:09:02 0 49.75 0.00 22.56 14.88 0.61 12.20 20:22:51 20:09:02 1 49.51 0.00 22.59 12.83 0.64 14.42 20:22:51 20:09:02 2 50.66 0.00 22.84 12.24 0.69 13.56 20:22:51 20:09:02 3 50.37 0.00 23.59 14.72 0.58 10.73 20:22:51 20:10:01 all 7.45 0.00 5.19 4.70 0.04 82.62 20:22:51 20:10:01 0 6.46 0.00 4.94 1.93 0.04 86.64 20:22:51 20:10:01 1 7.91 0.00 5.87 2.71 0.05 83.46 20:22:51 20:10:01 2 7.66 0.00 4.43 5.27 0.03 82.60 20:22:51 20:10:01 3 7.75 0.00 5.52 8.90 0.05 77.77 20:22:51 20:11:01 all 0.11 0.00 0.05 0.00 0.00 99.84 20:22:51 20:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:11:01 1 0.37 0.00 0.08 0.00 0.00 99.55 20:22:51 20:11:01 2 0.02 0.00 0.05 0.00 0.00 99.93 20:22:51 20:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:12:01 all 0.11 0.00 0.03 0.00 0.00 99.86 20:22:51 20:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:12:01 1 0.33 0.00 0.02 0.00 0.00 99.65 20:22:51 20:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:22:51 20:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:22:51 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:22:51 20:13:01 all 0.14 0.00 0.02 0.00 0.01 99.83 20:22:51 20:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:22:51 20:13:01 1 0.50 0.00 0.00 0.00 0.00 99.50 20:22:51 20:13:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:22:51 20:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:14:01 all 0.15 0.00 0.05 0.00 0.00 99.79 20:22:51 20:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 20:22:51 20:14:01 1 0.53 0.00 0.08 0.00 0.00 99.38 20:22:51 20:14:01 2 0.07 0.00 0.08 0.00 0.00 99.85 20:22:51 20:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:22:51 20:15:01 all 0.10 0.00 0.07 0.02 0.00 99.81 20:22:51 20:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:15:01 1 0.13 0.00 0.12 0.08 0.00 99.67 20:22:51 20:15:01 2 0.25 0.00 0.08 0.00 0.00 99.67 20:22:51 20:15:01 3 0.02 0.00 0.05 0.00 0.00 99.93 20:22:51 20:16:01 all 0.05 0.00 0.03 0.00 0.00 99.92 20:22:51 20:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:22:51 20:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:22:51 20:16:01 2 0.12 0.00 0.05 0.00 0.00 99.83 20:22:51 20:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:22:51 20:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:22:51 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:22:51 20:17:01 2 0.53 0.00 0.03 0.00 0.00 99.43 20:22:51 20:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:22:51 20:18:01 all 0.13 0.00 0.02 0.00 0.00 99.84 20:22:51 20:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:18:01 2 0.48 0.00 0.03 0.00 0.00 99.48 20:22:51 20:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:22:51 20:19:01 all 0.16 0.00 0.02 0.00 0.00 99.82 20:22:51 20:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:19:01 2 0.53 0.00 0.02 0.00 0.00 99.45 20:22:51 20:19:01 3 0.05 0.00 0.02 0.00 0.00 99.93 20:22:51 20:20:01 all 0.14 0.00 0.02 0.00 0.01 99.83 20:22:51 20:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:22:51 20:20:01 1 0.03 0.00 0.05 0.00 0.02 99.90 20:22:51 20:20:01 2 0.50 0.00 0.00 0.00 0.00 99.50 20:22:51 20:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:22:51 20:21:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:22:51 20:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:22:51 20:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:22:51 20:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:22:51 20:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:22:51 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:22:51 20:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:22:51 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:22:51 20:22:01 2 0.50 0.00 0.02 0.00 0.00 99.48 20:22:51 20:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:22:51 Average: all 13.12 0.00 6.58 4.08 0.10 76.12 20:22:51 Average: 0 13.03 0.00 6.63 4.07 0.10 76.17 20:22:51 Average: 1 13.10 0.00 6.64 3.87 0.10 76.29 20:22:51 Average: 2 13.19 0.00 6.46 4.07 0.10 76.18 20:22:51 Average: 3 13.15 0.00 6.61 4.30 0.09 75.85 20:22:51 20:22:51 20:22:51