Pull request #3085 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b86841b3b830af04dbefeb656e656359f1893eb+4a83cd830d92d64e3c8662a0b68849c078e73697 (bbd1400b718716cfb2d10b2f72ca13abaa52a509) 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 Running on prd-centos7-docker-4c-2g-23613 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:56:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:56:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:56:43 ========================================================= 00:56:43 EdgeX Global Pipelines Version Info 00:56:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk be2eadb06b45a7c3f35f5919d212f2db5cbb026a # timeout=10 00:56:44 ------------------- 00:56:44 stable info: 00:56:44 ------------------- 00:56:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:56:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:56:44 Message: update stable to v1.0.179 00:56:45 ------------------- 00:56:45 experimental info: 00:56:45 ------------------- 00:56:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:56:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:56:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:56:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:56:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3085 [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3085 [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3085 [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b86841b3b830af04dbefeb656e656359f1893eb [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b86841 [Pipeline] echo 00:56:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:48 provisioning config files... 00:56:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2979551027002005332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:49 ---> docker-login.sh 00:56:49 nexus3.edgexfoundry.org:10001 00:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:50 Configure a credential helper to remove this warning. See 00:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:50 00:56:50 Login Succeeded 00:56:50 nexus3.edgexfoundry.org:10002 00:56:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:50 Configure a credential helper to remove this warning. See 00:56:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:50 00:56:50 Login Succeeded 00:56:50 nexus3.edgexfoundry.org:10003 00:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:51 Configure a credential helper to remove this warning. See 00:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:51 00:56:51 Login Succeeded 00:56:51 nexus3.edgexfoundry.org:10004 00:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:51 Configure a credential helper to remove this warning. See 00:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:51 00:56:51 Login Succeeded 00:56:51 docker.io 00:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:51 Configure a credential helper to remove this warning. See 00:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:51 00:56:51 Login Succeeded 00:56:51 ---> docker-login.sh ends [Pipeline] } 00:56:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:56:52 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/core-command/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo core-command,cmd/core-command/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/core-data/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo core-data,cmd/core-data/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/core-metadata/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo core-metadata,cmd/core-metadata/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/security-bootstrapper/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/security-proxy-setup/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/support-notifications/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo support-notifications,cmd/support-notifications/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/support-scheduler/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:56:52 + for file in '`ls cmd/**/Dockerfile`' 00:56:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:56:52 ++ cut -d/ -f2 00:56:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:56:52 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:56:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:56:53 00:56:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:56:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:56:53 latest: Pulling from edgex-devops/git-semver 00:56:53 31603596830f: Pulling fs layer 00:56:53 2a8b12db71e7: Pulling fs layer 00:56:53 6ca5941a6612: Pulling fs layer 00:56:53 ecc8261a40a4: Pulling fs layer 00:56:53 ecc8261a40a4: Waiting 00:56:53 2a8b12db71e7: Download complete 00:56:53 31603596830f: Verifying Checksum 00:56:53 31603596830f: Download complete 00:56:53 ecc8261a40a4: Verifying Checksum 00:56:53 ecc8261a40a4: Download complete 00:56:53 6ca5941a6612: Verifying Checksum 00:56:53 6ca5941a6612: Download complete 00:56:54 31603596830f: Pull complete 00:56:54 2a8b12db71e7: Pull complete 00:56:55 6ca5941a6612: Pull complete 00:56:55 ecc8261a40a4: Pull complete 00:56:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:56:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:56:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:56:55 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 00:56:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:56:58 $ docker top 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:56:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:56:58 [ssh-agent] Looking for ssh-agent implementation... 00:56:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:56:58 $ docker exec 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent 00:56:59 SSH_AUTH_SOCK=/tmp/ssh-P6VjnP2ocGjn/agent.12 00:56:59 SSH_AGENT_PID=17 00:56:59 Running ssh-add (command line suppressed) 00:56:59 Identity added: /w/workspace/edgex-go/3@tmp/private_key_759224748698837878.key (/w/workspace/edgex-go/3@tmp/private_key_759224748698837878.key) 00:56:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:56:59 + git tag --points-at HEAD [Pipeline] } 00:56:59 $ docker exec --env ******** --env ******** 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent -k 00:56:59 unset SSH_AUTH_SOCK; 00:56:59 unset SSH_AGENT_PID; 00:56:59 echo Agent pid 17 killed; 00:56:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:57:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:57:00 [ssh-agent] Looking for ssh-agent implementation... 00:57:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:57:00 $ docker exec 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent 00:57:00 SSH_AUTH_SOCK=/tmp/ssh-5FY2cMr9qQKB/agent.46 00:57:00 SSH_AGENT_PID=52 00:57:00 Running ssh-add (command line suppressed) 00:57:00 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8264213233812126272.key (/w/workspace/edgex-go/3@tmp/private_key_8264213233812126272.key) 00:57:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:57:00 + git semver init 00:57:00 # -> Open(): unable to determine branch for HEAD 00:57:00 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:57:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:57:00 # $SEMVER_REMOTE_NAME = origin 00:57:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:57:00 # $SEMVER_USER_NAME = edgex-jenkins 00:57:00 # $SEMVER_BRANCH = PR-3085 00:57:00 # $SEMVER_TEMP = /tmp/semver-328557404 00:57:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:57:39 # '/tmp/semver-328557404' -> '/w/workspace/edgex-go/3/.semver' 00:57:39 # -> Force: false 00:57:39 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:57:39 $ docker exec --env ******** --env ******** 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent -k 00:57:40 unset SSH_AUTH_SOCK; 00:57:40 unset SSH_AGENT_PID; 00:57:40 echo Agent pid 52 killed; 00:57:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:57:40 + git semver [Pipeline] } 00:57:40 $ docker stop --time=1 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 00:57:42 $ docker rm -f 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 [Pipeline] // withDockerContainer [Pipeline] sh 00:57:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:57:43 Stashed 1 file(s) [Pipeline] echo 00:57:43 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:57:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:57:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:57:45 + sudo service docker restart 00:57:45 + true 00:57:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:57:45 ========================================================= 00:57:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:57:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:57: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 . 00:57:51 Sending build context to Docker daemon 327.2MB 00:57:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:57:51 Step 2/6 : FROM ${BASE} 00:57:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:57:51 188c0c94c7c5: Pulling fs layer 00:57:51 0ef7d3d256c8: Pulling fs layer 00:57:51 de9db76c5a1d: Pulling fs layer 00:57:51 bca2f99d35d6: Pulling fs layer 00:57:51 93359f2a8cfa: Pulling fs layer 00:57:51 7c6f9722023f: Pulling fs layer 00:57:51 a35cf1a2eb13: Pulling fs layer 00:57:51 93359f2a8cfa: Waiting 00:57:51 7c6f9722023f: Waiting 00:57:51 a35cf1a2eb13: Waiting 00:57:51 bca2f99d35d6: Waiting 00:57:51 de9db76c5a1d: Verifying Checksum 00:57:51 de9db76c5a1d: Download complete 00:57:51 0ef7d3d256c8: Verifying Checksum 00:57:51 0ef7d3d256c8: Download complete 00:57:51 93359f2a8cfa: Verifying Checksum 00:57:51 93359f2a8cfa: Download complete 00:57:51 188c0c94c7c5: Verifying Checksum 00:57:51 188c0c94c7c5: Download complete 00:57:51 7c6f9722023f: Verifying Checksum 00:57:51 7c6f9722023f: Download complete 00:57:51 188c0c94c7c5: Pull complete 00:57:51 0ef7d3d256c8: Pull complete 00:57:51 de9db76c5a1d: Pull complete 00:57:52 a35cf1a2eb13: Verifying Checksum 00:57:52 a35cf1a2eb13: Download complete 00:57:52 bca2f99d35d6: Verifying Checksum 00:57:52 bca2f99d35d6: Download complete 00:57:58 bca2f99d35d6: Pull complete 00:57:58 93359f2a8cfa: Pull complete 00:57:58 7c6f9722023f: Pull complete 00:57:58 Still waiting to schedule task 00:57:58 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23572’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23575’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23606’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23598’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23581’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23582’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23583’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23584’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23618’ is offline 00:58:03 a35cf1a2eb13: Pull complete 00:58:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:58:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:58:03 ---> a62c8e92a672 00:58: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 00:58:03 ---> Running in 6bbb9b287363 00:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:06 (1/12) Installing libmagic (5.38-r0) 00:58:06 (2/12) Installing file (5.38-r0) 00:58:06 (3/12) Installing libc-dev (0.7.2-r3) 00:58:06 (4/12) Installing g++ (9.3.0-r2) 00:58:24 (5/12) Installing fortify-headers (1.1-r0) 00:58:24 (6/12) Installing patch (2.7.6-r6) 00:58:24 (7/12) Installing build-base (0.5-r2) 00:58:24 (8/12) Installing libsodium (1.0.18-r0) 00:58:24 (9/12) Installing pkgconf (1.7.2-r0) 00:58:24 (10/12) Installing libsodium-dev (1.0.18-r0) 00:58:24 (11/12) Installing libzmq (4.3.3-r0) 00:58:24 (12/12) Installing zeromq-dev (4.3.3-r0) 00:58:24 Executing busybox-1.31.1-r19.trigger 00:58:24 OK: 233 MiB in 51 packages 00:58:26 Removing intermediate container 6bbb9b287363 00:58:26 ---> 020998932795 00:58:26 Step 4/6 : WORKDIR /edgex-go 00:58:26 ---> Running in f807954f72cd 00:58:26 Removing intermediate container f807954f72cd 00:58:26 ---> de33dc8095e5 00:58:26 Step 5/6 : COPY go.mod . 00:58:27 ---> 5c40802dfdeb 00:58:27 Step 6/6 : RUN go mod download 00:58:27 ---> Running in 17b7c7599bfa 00:58:49 Removing intermediate container 17b7c7599bfa 00:58:49 ---> cc0b1216151f 00:58:49 Successfully built cc0b1216151f 00:58:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:58:49 + docker inspect -f . ci-base-image-x86_64 00:58:49 . [Pipeline] withDockerContainer 00:58:49 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 00:58:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:58:50 $ docker top b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:51 + go version 00:58:51 go version go1.15.5 linux/amd64 [Pipeline] } 00:58:51 $ docker stop --time=1 b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 00:58:52 $ docker rm -f b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:58:53 + docker inspect -f . ci-base-image-x86_64 00:58:53 . [Pipeline] withDockerContainer 00:58:53 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 00:58:53 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:58:54 $ docker top cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d -eo pid,comm [Pipeline] { [Pipeline] echo 00:58:54 ========================================================= 00:58:54 [edgeXBuildGoParallel] Running Tests and Build... 00:58:54 ========================================================= [Pipeline] sh 00:58:55 + make test 00:58:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:59:05 ? github.com/edgexfoundry/edgex-go [no test files] 00:59:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:59:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:59:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:59:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:59:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:59:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:59:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:59:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:59:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:59:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 00:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:59:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.640s coverage: 27.1% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.470s coverage: 82.3% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:59:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:59:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:59:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 00:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:59:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 43.8% of statements 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.047s coverage: 79.5% of statements 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 00:59:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 00:59:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.805s coverage: 29.1% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:59:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:59:57 GO111MODULE=on go vet ./... 01:00:24 gofmt -l . 01:00:24 [ "`gofmt -l .`" = "" ] 01:00:24 ./bin/test-go-mod-tidy.sh 01:00:24 ./bin/test-attribution-txt.sh [Pipeline] sh 01:00:25 + ls -al . 01:00:25 total 668 01:00:25 drwxrwxr-x 10 1001 1001 4096 Jan 28 01:00 . 01:00:25 drwxr-xr-x 4 root root 28 Jan 28 00:58 .. 01:00:25 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:56 .dockerignore 01:00:25 drwxrwxr-x 8 1001 1001 179 Jan 28 00:56 .git 01:00:25 drwxrwxr-x 3 1001 1001 125 Jan 28 00:56 .github 01:00:25 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:56 .gitignore 01:00:25 drwx------ 3 1001 1001 60 Jan 28 00:57 .semver 01:00:25 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:56 .sonarcloud.properties 01:00:25 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:56 Attribution.txt 01:00:25 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:56 CONTRIBUTING.md 01:00:25 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:56 Dockerfile.build 01:00:25 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:56 Jenkinsfile 01:00:25 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:56 LICENSE 01:00:25 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:56 Makefile 01:00:25 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:56 README.md 01:00:25 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:56 SECURITY.md 01:00:25 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:57 VERSION 01:00:25 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:56 ZMQWindows.md 01:00:25 drwxrwxr-x 2 1001 1001 117 Jan 28 00:56 bin 01:00:25 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:56 cmd 01:00:25 -rw-r--r-- 1 root root 564700 Jan 28 00:59 coverage.out 01:00:25 -rw-r--r-- 1 root root 1053 Jan 28 01:00 go.mod 01:00:25 -rw-r--r-- 1 root root 19080 Jan 28 01:00 go.sum 01:00:25 drwxrwxr-x 8 1001 1001 127 Jan 28 00:56 internal 01:00:25 drwxrwxr-x 4 1001 1001 26 Jan 28 00:56 openapi 01:00:25 drwxrwxr-x 4 1001 1001 71 Jan 28 00:56 snap 01:00:25 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:56 version.go [Pipeline] sh 01:00:26 + '[' -e coverage.out ] 01:00:26 + chown 1001:1001 coverage.out [Pipeline] stash 01:00:26 Stashed 1 file(s) [Pipeline] sh 01:00:26 + make build 01:00:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:00:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:00:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:00:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:00:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:00:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:00:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:00:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:00:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:00:51 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] } 01:00:53 $ docker stop --time=1 cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d 01:00:54 $ docker rm -f cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:00:57 01:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:00:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:00:57 latest: Pulling from edgex-devops/edgex-compose 01:00:57 cbdbe7a5bc2a: Pulling fs layer 01:00:57 ca9280d653b3: Pulling fs layer 01:00:57 7e9c9ca2126c: Pulling fs layer 01:00:58 cbdbe7a5bc2a: Verifying Checksum 01:00:58 cbdbe7a5bc2a: Download complete 01:00:58 ca9280d653b3: Verifying Checksum 01:00:58 ca9280d653b3: Download complete 01:00:58 cbdbe7a5bc2a: Pull complete 01:00:59 7e9c9ca2126c: Download complete 01:00:59 ca9280d653b3: Pull complete 01:01:08 7e9c9ca2126c: Pull complete 01:01:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:01:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:01:08 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 01:01:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 01:01:10 $ docker top 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:11 + docker-compose build --help 01:01:11 + grep parallel 01:01:12 --parallel Build images in parallel. [Pipeline] } 01:01:12 $ docker stop --time=1 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 01:01:13 $ docker rm -f 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:01:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:01:14 . [Pipeline] withDockerContainer 01:01:14 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 01:01:14 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 01:01:15 $ docker top dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:16 + docker-compose -f ./docker-compose-build.yml build --parallel 01:01:17 Building docker-core-command-go ... 01:01:17 Building docker-core-data-go ... 01:01:17 Building docker-core-metadata-go ... 01:01:17 Building docker-security-bootstrapper-go ... 01:01:17 Building docker-security-proxy-setup-go ... 01:01:17 Building docker-security-secretstore-setup-go ... 01:01:17 Building docker-support-notifications-go ... 01:01:17 Building docker-support-scheduler-go ... 01:01:17 Building docker-sys-mgmt-agent-go ... 01:01:17 Building docker-security-bootstrapper-go 01:01:17 Building docker-core-command-go 01:01:17 Building docker-support-notifications-go 01:01:17 Building docker-sys-mgmt-agent-go 01:01:17 Building docker-support-scheduler-go 01:01:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:01:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:01:56 ---> cc0b1216151f 01:01:56 Step 3/26 : WORKDIR /edgex-go 01:01:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:01:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:01:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:01:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:01:56 ---> cc0b1216151f 01:01:56 Step 3/22 : WORKDIR /edgex-go 01:01:56 ---> cc0b1216151f 01:01:56 Step 3/22 : WORKDIR /edgex-go 01:01:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:01:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:01:56 ---> cc0b1216151f 01:01:56 Step 3/23 : WORKDIR /edgex-go 01:01:56 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:01:56 Step 2/34 : FROM ${BUILDER_BASE} AS builder 01:01:56 ---> cc0b1216151f 01:01:56 Step 3/34 : WORKDIR /edgex-go 01:01:56 ---> Running in 5ed232d66f2a 01:01:56 ---> Running in bb24c98f7e66 01:01:56 ---> Running in e72bc2c98223 01:01:56 ---> Running in f3e55604b876 01:01:56 ---> Running in 82d99f76556b 01:01:56 Removing intermediate container 5ed232d66f2a 01:01:56 ---> 1355bba7a682 01:01:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:56 Removing intermediate container f3e55604b876 01:01:56 ---> 8cd5bb1fff1c 01:01:56 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:56 Removing intermediate container bb24c98f7e66 01:01:56 ---> e66abe88458f 01:01:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:56 Removing intermediate container 82d99f76556b 01:01:56 ---> 798c9fae6386 01:01:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:56 Removing intermediate container e72bc2c98223 01:01:56 ---> d146bfc748e3 01:01:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:56 ---> Running in 4d9d2ed88419 01:01:56 ---> Running in 250022ce47da 01:01:56 ---> Running in cc108a026c52 01:01:56 ---> Running in ca2008e5922a 01:01:56 ---> Running in 5e85707d5ca7 01:01:56 Removing intermediate container 250022ce47da 01:01:56 ---> 358d01defaad 01:01:56 Step 5/26 : RUN apk add --update --no-cache make bash git 01:01:56 ---> Running in 66f360766a6f 01:01:56 Removing intermediate container cc108a026c52 01:01:56 ---> a3a622cd0f42 01:01:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:01:56 Removing intermediate container ca2008e5922a 01:01:56 ---> 5a2bb1487dbe 01:01:56 Step 5/23 : RUN apk add --update --no-cache make git 01:01:56 Removing intermediate container 4d9d2ed88419 01:01:56 ---> dda6efe1c600 01:01:56 Step 5/34 : RUN apk add --update --no-cache make git 01:01:56 Removing intermediate container 5e85707d5ca7 01:01:56 ---> 002392e7aa70 01:01:56 Step 5/22 : RUN apk add --update --no-cache make git 01:01:56 ---> Running in 21503c8aba9d 01:01:56 ---> Running in b5d638e6177b 01:01:56 ---> Running in 58c56205fbdb 01:01:56 ---> Running in 094f4fc9ba88 01:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:57 OK: 233 MiB in 51 packages 01:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:58 OK: 233 MiB in 51 packages 01:01:58 Removing intermediate container 66f360766a6f 01:01:58 ---> 41dc62b8274d 01:01:58 Step 6/26 : COPY go.mod . 01:01:58 ---> 70109907cf4b 01:01:58 Step 7/26 : RUN go mod download 01:01:58 ---> Running in 9815c460191b 01:01:58 OK: 233 MiB in 51 packages 01:01:58 OK: 233 MiB in 51 packages 01:01:59 Removing intermediate container 21503c8aba9d 01:01:59 ---> 74c99d778762 01:01:59 Step 6/22 : COPY go.mod . 01:01:59 OK: 233 MiB in 51 packages 01:01:59 ---> bc3b47d3fcd2 01:01:59 Step 7/22 : RUN go mod download 01:01:59 ---> Running in 4f688c6945b9 01:01:59 Removing intermediate container b5d638e6177b 01:01:59 ---> 7368231a62cd 01:01:59 Step 6/23 : COPY go.mod . 01:02:00 Removing intermediate container 58c56205fbdb 01:02:00 ---> e1d5bf500cfb 01:02:00 Step 6/34 : COPY go.mod . 01:02:00 ---> bb5bb6872bae 01:02:00 Step 7/23 : RUN go mod download 01:02:00 Removing intermediate container 094f4fc9ba88 01:02:00 ---> 151e70db98c1 01:02:00 Step 6/22 : COPY go.mod . 01:02:00 ---> Running in d4149be48fea 01:02:00 ---> a63dc4d71144 01:02:00 Step 7/34 : RUN go mod download 01:02:00 ---> bea1aff6646e 01:02:00 Step 7/22 : RUN go mod download 01:02:00 ---> Running in 5414951d8f63 01:02:00 ---> Running in 7520c1db4aed 01:02:00 Removing intermediate container 9815c460191b 01:02:00 ---> 13c36a4e6750 01:02:00 Step 8/26 : COPY . . 01:02:02 Removing intermediate container 4f688c6945b9 01:02:02 ---> 893d02ae0205 01:02:02 Step 8/22 : COPY . . 01:02:09 Removing intermediate container d4149be48fea 01:02:09 ---> ab566d4fd06a 01:02:09 Step 8/23 : COPY . . 01:02:09 Removing intermediate container 5414951d8f63 01:02:09 ---> 99c7fe4df863 01:02:09 Step 8/22 : COPY . . 01:02:09 Removing intermediate container 7520c1db4aed 01:02:09 ---> 0607df92b3c5 01:02:09 Step 8/34 : COPY . . 01:02:48 ---> 8410eef50341 01:02:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:02:48 ---> 52e2117fa79f 01:02:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:02:48 ---> Running in de8021ae7ba5 01:02:48 ---> Running in 95b554b7ba39 01:02:48 ---> 5e03d3ebaebc 01:02:48 Step 9/23 : RUN make cmd/core-command/core-command 01:02:48 ---> 02241558c5de 01:02:48 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:02:48 ---> f720ce06ed0e 01:02:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:02:48 ---> Running in 786ef25db5bd 01:02:48 ---> Running in 9fd02155007b 01:02:48 ---> Running in 2937507e1023 01:02:48 Removing intermediate container 786ef25db5bd 01:02:48 ---> 7095c1f8832f 01:02:48 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 01:02:48 ---> Running in a6f51dc018fa 01:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:03:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:03:21 + mkdir -p /tmp/build/dist/linux 01:03:21 + cd /tmp/build/dist/linux 01:03:21 + git clone https://github.com/jwilder/dockerize.git . 01:03:21 Cloning into '.'... 01:03:22 + go get github.com/robfig/glock 01:03:22 Removing intermediate container 9fd02155007b 01:03:22 ---> 17c1dd61e9ae 01:03:22 01:03:22 Step 10/22 : FROM alpine:3.12 01:03:22 3.12: Pulling from library/alpine 01:03:22 Removing intermediate container 2937507e1023 01:03:22 ---> 86d367edab59 01:03:22 01:03:22 Step 10/23 : FROM alpine:3.12 01:03:22 Removing intermediate container 95b554b7ba39 01:03:22 ---> de30da1bfff3 01:03:22 01:03:22 Step 10/22 : FROM alpine:3.12 01:03:22 Removing intermediate container de8021ae7ba5 01:03:22 ---> a3cc02f74555 01:03:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:03:22 3.12: Pulling from library/alpine 01:03:22 3.12: Pulling from library/alpine 01:03:22 ---> Running in 627a1d314277 01:03:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:03:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:03:23 Status: Image is up to date for alpine:3.12 01:03:23 Status: Downloaded newer image for alpine:3.12 01:03:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:03:23 Status: Image is up to date for alpine:3.12 01:03:23 ---> 389fef711851 01:03:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:03:23 ---> 389fef711851 01:03:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:03:23 ---> 389fef711851 01:03:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:03:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:03:24 ---> Running in 527e52c8c81e 01:03:24 ---> Running in 6bc552f3c48f 01:03:24 ---> Running in 000ec5bdc149 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:25 (1/2) Installing ca-certificates (20191127-r4) 01:03:25 (1/1) Installing dumb-init (1.2.2-r1) 01:03:25 Removing intermediate container 627a1d314277 01:03:25 ---> b41cab205eb0 01:03:25 01:03:25 Step 11/26 : FROM docker:20.10.0 01:03:25 (1/1) Installing dumb-init (1.2.2-r1) 01:03:25 Executing busybox-1.31.1-r19.trigger 01:03:25 (2/2) Installing dumb-init (1.2.2-r1) 01:03:25 OK: 6 MiB in 15 packages 01:03:25 Executing busybox-1.31.1-r19.trigger 01:03:25 Executing busybox-1.31.1-r19.trigger 01:03:25 Executing ca-certificates-20191127-r4.trigger 01:03:25 20.10.0: Pulling from library/docker 01:03:25 OK: 6 MiB in 15 packages 01:03:25 OK: 6 MiB in 16 packages 01:03:27 Removing intermediate container 6bc552f3c48f 01:03:27 ---> 6ebfd20361df 01:03:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:28 ---> Running in d6c8f2b0c7f7 01:03:28 Removing intermediate container 527e52c8c81e 01:03:28 ---> e8a8cb8bb3f9 01:03:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:31 Removing intermediate container 000ec5bdc149 01:03:31 ---> 3169149d66fa 01:03:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:03:31 ---> Running in 94368cef61a4 01:03:31 ---> Running in 88015f998fb9 01:03:31 Removing intermediate container d6c8f2b0c7f7 01:03:31 ---> b28b88b8705a 01:03:31 Step 13/23 : ENV APP_PORT=48082 01:03:31 ---> Running in f26c5ffb6b85 01:03:31 Removing intermediate container 94368cef61a4 01:03:31 ---> f7ac207aaf42 01:03:31 Step 13/22 : ENV APP_PORT=48085 01:03:31 Removing intermediate container 88015f998fb9 01:03:31 ---> ac7c37a5c8c8 01:03:31 Step 13/22 : ENV APP_PORT=48060 01:03:31 ---> Running in 01ab29b5c7fa 01:03:31 Removing intermediate container f26c5ffb6b85 01:03:31 ---> fd8a895d7ed5 01:03:31 Step 14/23 : EXPOSE $APP_PORT 01:03:31 ---> Running in 8b761ed12e6f 01:03:31 ---> Running in 71b5d3831b55 01:03:31 Removing intermediate container 01ab29b5c7fa 01:03:31 ---> e6050d1a58c2 01:03:31 Step 14/22 : EXPOSE $APP_PORT 01:03:32 ---> Running in a287a447dffc 01:03:32 Removing intermediate container 8b761ed12e6f 01:03:32 ---> 4c4961850cea 01:03:32 Step 14/22 : EXPOSE $APP_PORT 01:03:32 + glock sync -n 01:03:32 Removing intermediate container 71b5d3831b55 01:03:32 ---> 1e4bb302581c 01:03:32 Step 15/23 : WORKDIR / 01:03:32 ---> Running in c211e3efb25f 01:03:32 ---> Running in ba5b0a650554 01:03:32 Removing intermediate container a287a447dffc 01:03:32 ---> d6d3b5f638ca 01:03:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:32 Removing intermediate container c211e3efb25f 01:03:32 ---> 57c6c6cc544f 01:03:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:32 Removing intermediate container ba5b0a650554 01:03:32 ---> 6a8ffddd7d2a 01:03:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:32 ---> ab332d2b8271 01:03:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:03:33 ---> 8b875023b50b 01:03:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:03:34 ---> cf0134e48753 01:03:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:03:34 ---> 257341b58019 01:03:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:03:35 ---> b0e87bb633cb 01:03:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:03:35 ---> 61ffbf9b42e5 01:03:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:03:35 ---> fbcce98eebb1 01:03:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:03:35 ---> Running in 5999a8563e05 01:03:35 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 01:03:35 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 01:03:35 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 01:03:36 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 01:03:36 + git describe '--abbrev=0' --tags 01:03:36 + TAG=v0.6.1 01:03:36 + LDFLAGS='-X main.buildVersion=v0.6.1' 01:03:36 + apk --print-arch 01:03:36 + arch=x86_64 01:03:36 + echo 'building [dockerize] for amd64 ... ' 01:03:36 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 01:03:36 building [dockerize] for amd64 ... 01:03:37 Removing intermediate container 5999a8563e05 01:03:37 ---> e54063a92504 01:03:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:37 ---> 81bc53dc0389 01:03:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:03:37 ---> 501d89693f74 01:03:37 Step 19/23 : ENTRYPOINT ["/core-command"] 01:03:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:03:37 ---> Running in 75d6974e9957 01:03:37 Status: Downloaded newer image for docker:20.10.0 01:03:37 ---> aefe523efa57 01:03:37 Step 12/26 : RUN apk add --no-cache bash 01:03:37 ---> Running in fc00af64e9a6 01:03:37 ---> Running in 1bbdd5ee8ee3 01:03:38 ---> Running in 418b62dff1e7 01:03:38 Removing intermediate container 75d6974e9957 01:03:38 ---> fd257d3aafa4 01:03:38 Step 20/22 : LABEL arch=x86_64 01:03:38 Removing intermediate container fc00af64e9a6 01:03:38 ---> 7534e9cc4ff8 01:03:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:38 Removing intermediate container 1bbdd5ee8ee3 01:03:38 ---> 33b7716554a9 01:03:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:38 ---> Running in 6643f53563f2 01:03:38 ---> Running in 4a6717cac2c3 01:03:38 ---> Running in 43b636a7997d 01:03:39 Removing intermediate container 4a6717cac2c3 01:03:39 ---> a25665885ac2 01:03:39 Step 20/22 : LABEL arch=x86_64 01:03:39 Removing intermediate container 6643f53563f2 01:03:39 ---> 6cb1635c9a25 01:03:39 Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:03:39 ---> Running in 0686b47088bc 01:03:40 ---> Running in 434772075e8c 01:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:40 Removing intermediate container 43b636a7997d 01:03:40 ---> 710deeddbaec 01:03:40 Step 21/23 : LABEL arch=x86_64 01:03:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:40 Removing intermediate container 0686b47088bc 01:03:40 ---> c68f4d530d33 01:03:40 Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:03:40 ---> Running in a65cd7e9fa60 01:03:40 ---> Running in 3f963a2f3459 01:03:40 (1/2) Installing readline (8.0.4-r0) 01:03:40 Removing intermediate container 434772075e8c 01:03:40 ---> 0ce4c069ca30 01:03:40 Step 22/22 : LABEL version=0.0.0 01:03:40 (2/2) Installing bash (5.0.17-r0) 01:03:40 Executing bash-5.0.17-r0.post-install 01:03:40 Executing busybox-1.31.1-r19.trigger 01:03:40 OK: 12 MiB in 22 packages 01:03:40 ---> Running in 4c902d652af5 01:03:40 Removing intermediate container a65cd7e9fa60 01:03:40 ---> 1e3623cde8e2 01:03:40 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:03:40 Removing intermediate container 3f963a2f3459 01:03:40 ---> f44462927271 01:03:40 Step 22/22 : LABEL version=0.0.0 01:03:41 ---> Running in 78e234951f07 01:03:41 ---> Running in 9f4994fd459c 01:03:41 Removing intermediate container 4c902d652af5 01:03:41 ---> 70918c87d77e 01:03:41 01:03:41 Removing intermediate container 78e234951f07 01:03:41 ---> 25069cfee35d 01:03:41 Step 23/23 : LABEL version=0.0.0 01:03:41 ---> Running in bf6f06adeda6 01:03:41 Removing intermediate container 9f4994fd459c 01:03:41 ---> 7e6a528037d1 01:03:41 01:03:41 Successfully built 70918c87d77e 01:03:41 Removing intermediate container 418b62dff1e7 01:03:41 ---> 5b36b7cec785 01:03:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:03:41 Successfully tagged docker-support-scheduler-go:latest 01:03:41  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:03:42 ---> Running in e166ff4ebe10 01:03:42 Successfully built 7e6a528037d1 01:03:42 Successfully tagged docker-support-notifications-go:latest 01:03:42 Building docker-security-secretstore-setup-go 01:03:42  Building docker-support-notifications-go ... done Removing intermediate container bf6f06adeda6 01:03:42 ---> b8e0eb91d124 01:03:42 01:03:42 Removing intermediate container e166ff4ebe10 01:03:42 ---> edf83eff7ddf 01:03:42 Step 14/26 : ENV APP_PORT=48090 01:03:42 Successfully built b8e0eb91d124 01:03:42 Successfully tagged docker-core-command-go:latest 01:03:42  Building docker-core-command-go ... done  ---> Running in 502b1d2807f9 01:03:42 Building docker-core-metadata-go 01:03:42 Removing intermediate container 502b1d2807f9 01:03:42 ---> 43f3038f67b3 01:03:42 Step 15/26 : EXPOSE $APP_PORT 01:03:42 ---> Running in de8e92330cc4 01:03:42 Removing intermediate container de8e92330cc4 01:03:42 ---> 4909a0b32e76 01:03:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:03:51 ---> 0479ac344777 01:03:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:03:55 ---> 99d838577372 01:03:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:03:55 ---> 9f007addacc0 01:03:55 Step 19/26 : RUN apk --no-cache add py3-pip 01:03:55 ---> Running in ffbd38f78cf0 01:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:02 (1/33) Installing libbz2 (1.0.8-r1) 01:04:02 (2/33) Installing expat (2.2.9-r1) 01:04:02 (3/33) Installing libffi (3.3-r2) 01:04:02 (4/33) Installing gdbm (1.13-r1) 01:04:02 (5/33) Installing xz-libs (5.2.5-r0) 01:04:02 (6/33) Installing sqlite-libs (3.32.1-r0) 01:04:02 (7/33) Installing python3 (3.8.5-r0) 01:04:09 (8/33) Installing py3-appdirs (1.4.4-r1) 01:04:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:04:09 (10/33) Installing py3-parsing (2.4.7-r0) 01:04:09 (11/33) Installing py3-six (1.15.0-r0) 01:04:09 (12/33) Installing py3-packaging (20.4-r0) 01:04:10 (13/33) Installing py3-setuptools (47.0.0-r0) 01:04:10 (14/33) Installing py3-chardet (3.0.4-r4) 01:04:10 (15/33) Installing py3-idna (2.9-r0) 01:04:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:04:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:04:10 + date 01:04:10 Thu Jan 28 01:04:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 01:04:10 + echo 'Thu Jan 28 01:04:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 01:04:10 (18/33) Installing py3-requests (2.23.0-r0) 01:04:10 (19/33) Installing py3-msgpack (1.0.0-r0) 01:04:11 (20/33) Installing py3-lockfile (0.12.2-r3) 01:04:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:04:11 (22/33) Installing py3-colorama (0.4.3-r0) 01:04:12 (23/33) Installing py3-distlib (0.3.0-r0) 01:04:12 (24/33) Installing py3-distro (1.5.0-r1) 01:04:12 (25/33) Installing py3-webencodings (0.5.1-r3) 01:04:13 (26/33) Installing py3-html5lib (1.0.1-r4) 01:04:13 (27/33) Installing py3-pytoml (0.1.21-r0) 01:04:13 (28/33) Installing py3-pep517 (0.8.2-r0) 01:04:13 (29/33) Installing py3-progress (1.5-r0) 01:04:13 (30/33) Installing py3-toml (0.10.1-r0) 01:04:13 (31/33) Installing py3-retrying (1.3.3-r0) 01:04:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:04:13 (33/33) Installing py3-pip (20.1.1-r0) 01:04:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:04:13 ---> cc0b1216151f 01:04:13 Step 3/23 : WORKDIR /edgex-go 01:04:14 ---> Using cache 01:04:14 ---> d146bfc748e3 01:04:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:14 ---> Using cache 01:04:14 ---> 5a2bb1487dbe 01:04:14 Step 5/23 : RUN apk add --update --no-cache make git 01:04:14 ---> Using cache 01:04:14 ---> 7368231a62cd 01:04:14 Step 6/23 : COPY go.mod . 01:04:14 ---> Using cache 01:04:14 ---> bb5bb6872bae 01:04:14 Step 7/23 : RUN go mod download 01:04:14 ---> Using cache 01:04:14 ---> ab566d4fd06a 01:04:14 Step 8/23 : COPY . . 01:04:14 Executing busybox-1.31.1-r19.trigger 01:04:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:04:14 ---> cc0b1216151f 01:04:14 Step 3/24 : WORKDIR /edgex-go 01:04:14 ---> Using cache 01:04:14 ---> d146bfc748e3 01:04:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:14 ---> Using cache 01:04:14 ---> 5a2bb1487dbe 01:04:14 Step 5/24 : RUN apk add --update --no-cache make git 01:04:14 ---> Using cache 01:04:14 ---> 7368231a62cd 01:04:14 Step 6/24 : COPY go.mod . 01:04:14 ---> Using cache 01:04:14 ---> bb5bb6872bae 01:04:14 Step 7/24 : RUN go mod download 01:04:14 ---> Using cache 01:04:14 ---> ab566d4fd06a 01:04:14 Step 8/24 : COPY . . 01:04:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:04:14 ---> cc0b1216151f 01:04:14 Step 3/21 : WORKDIR /edgex-go 01:04:14 ---> Using cache 01:04:14 ---> d146bfc748e3 01:04:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:14 ---> Using cache 01:04:14 ---> 5a2bb1487dbe 01:04:14 Step 5/21 : RUN apk add --update --no-cache make git 01:04:14 ---> Using cache 01:04:14 ---> 7368231a62cd 01:04:14 Step 6/21 : COPY go.mod . 01:04:14 ---> Using cache 01:04:14 ---> bb5bb6872bae 01:04:14 Step 7/21 : RUN go mod download 01:04:14 ---> Using cache 01:04:14 ---> ab566d4fd06a 01:04:14 Step 8/21 : COPY . . 01:04:14 OK: 71 MiB in 55 packages 01:04:14 ---> Using cache 01:04:14 ---> 5e03d3ebaebc 01:04:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:04:14 ---> Using cache 01:04:14 ---> 5e03d3ebaebc 01:04:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:04:14 ---> Using cache 01:04:14 ---> 5e03d3ebaebc 01:04:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:04:17 ---> Running in e75fefde4a69 01:04:17 ---> Running in 9620d378e902 01:04:17 ---> Running in 2b006b177164 01:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:04:33 Removing intermediate container ffbd38f78cf0 01:04:33 ---> 1e9081ecc385 01:04:33 Step 20/26 : RUN pip install docker-compose==1.23.2 01:04:33 ---> Running in 44ee42fcb7a2 01:04:35 Removing intermediate container a6f51dc018fa 01:04:35 ---> 3821edea92b6 01:04:35 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 01:04:36 ---> Running in e398c9a22efc 01:04:36 Collecting docker-compose==1.23.2 01:04:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:04:36 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 01:04:36 statically linked 01:04:39 Collecting PyYAML<4,>=3.10 01:04:39 Downloading PyYAML-3.13.tar.gz (270 kB) 01:04:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:04:40 Removing intermediate container e398c9a22efc 01:04:40 ---> 969917de74ca 01:04:40 01:04:40 Step 12/34 : FROM alpine:3.12 01:04:40 ---> 389fef711851 01:04:40 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:04:40 Collecting cached-property<2,>=1.2.0 01:04:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:04:40 ---> Running in 13a4b1ca7f0d 01:04:41 Collecting jsonschema<3,>=2.5.1 01:04:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:04:41 Removing intermediate container 13a4b1ca7f0d 01:04:41 ---> b63263aeeb4d 01:04:41 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:04:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:04:41 Collecting texttable<0.10,>=0.9.0 01:04:41 Downloading texttable-0.9.1.tar.gz (11 kB) 01:04:41 ---> Running in 3f1f7dc32fd4 01:04:42 Collecting dockerpty<0.5,>=0.4.1 01:04:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:04:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:42 Collecting docopt<0.7,>=0.6.1 01:04:42 Downloading docopt-0.6.2.tar.gz (25 kB) 01:04:43 (1/3) Installing dumb-init (1.2.2-r1) 01:04:43 (2/3) Installing openssl (1.1.1i-r0) 01:04:43 (3/3) Installing su-exec (0.2-r1) 01:04:43 Executing busybox-1.31.1-r19.trigger 01:04:43 OK: 6 MiB in 17 packages 01:04:43 Collecting websocket-client<1.0,>=0.32.0 01:04:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:04:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:04:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:04:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:04:44 Collecting docker<4.0,>=3.6.0 01:04:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:04:44 Removing intermediate container 3f1f7dc32fd4 01:04:44 ---> 75ea8305314c 01:04:44 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 01:04:45 ---> Running in 9287727e51ae 01:04:45 Collecting urllib3<1.25,>=1.21.1 01:04:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:04:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:04:45 Collecting idna<2.8,>=2.5 01:04:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:04:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:04:45 Collecting docker-pycreds>=0.4.0 01:04:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:04:45 Removing intermediate container 9287727e51ae 01:04:45 ---> efd04f56388b 01:04:45 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:04:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:04:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:04:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:04:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:04:45 Installing collected packages: PyYAML, cached-property, jsonschema, texttable, dockerpty, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 01:04:45 Running setup.py install for PyYAML: started 01:04:46 ---> Running in 5ac5705c9516 01:04:47 Running setup.py install for PyYAML: finished with status 'done' 01:04:47 Removing intermediate container e75fefde4a69 01:04:47 ---> 6ac904337c46 01:04:47 01:04:47 Step 10/24 : FROM alpine:3.12 01:04:47 ---> 389fef711851 01:04:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:04:47 Removing intermediate container 5ac5705c9516 01:04:47 ---> a093c5ebb07f 01:04:47 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:04:47 Running setup.py install for texttable: started 01:04:48 Running setup.py install for texttable: finished with status 'done' 01:04:48 Running setup.py install for dockerpty: started 01:04:48 Running setup.py install for dockerpty: finished with status 'done' 01:04:48 Running setup.py install for docopt: started 01:04:48 ---> Running in 74fc27b1f661 01:04:48 Running setup.py install for docopt: finished with status 'done' 01:04:48 ---> Running in 9f0c5c2b9882 01:04:49 Attempting uninstall: urllib3 01:04:49 Found existing installation: urllib3 1.25.9 01:04:49 Uninstalling urllib3-1.25.9: 01:04:50 Successfully uninstalled urllib3-1.25.9 01:04:50 Removing intermediate container 2b006b177164 01:04:50 ---> ea71221f222c 01:04:50 01:04:50 Step 10/21 : FROM alpine:3.12 01:04:50 ---> 389fef711851 01:04:50 Step 11/21 : RUN apk add --update --no-cache curl 01:04:51 Attempting uninstall: idna 01:04:51 Found existing installation: idna 2.9 01:04:51 Uninstalling idna-2.9: 01:04:51 Successfully uninstalled idna-2.9 01:04:52 Attempting uninstall: requests 01:04:52 Found existing installation: requests 2.23.0 01:04:52 ---> Running in 19e17732cbb8 01:04:52 Uninstalling requests-2.23.0: 01:04:52 Successfully uninstalled requests-2.23.0 01:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:54 Removing intermediate container 9620d378e902 01:04:54 ---> ff8afdc46a84 01:04:54 01:04:54 Step 10/23 : FROM alpine:3.12 01:04:54 ---> 389fef711851 01:04:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:04:54 ---> Using cache 01:04:54 ---> e8a8cb8bb3f9 01:04:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:04:54 ---> Using cache 01:04:54 ---> f7ac207aaf42 01:04:54 Step 13/23 : ENV APP_PORT=48081 01:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:54 (1/5) Installing ca-certificates (20191127-r4) 01:04:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:04:54 (3/5) Installing libcurl (7.69.1-r3) 01:04:54 (4/5) Installing curl (7.69.1-r3) 01:04:54 (5/5) Installing dumb-init (1.2.2-r1) 01:04:54 Executing busybox-1.31.1-r19.trigger 01:04:54 Executing ca-certificates-20191127-r4.trigger 01:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:54 OK: 7 MiB in 19 packages 01:04:54 (1/4) Installing ca-certificates (20191127-r4) 01:04:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:04:54 (3/4) Installing libcurl (7.69.1-r3) 01:04:54 (4/4) Installing curl (7.69.1-r3) 01:04:54 Executing busybox-1.31.1-r19.trigger 01:04:54 Executing ca-certificates-20191127-r4.trigger 01:04:54 OK: 7 MiB in 18 packages 01:04:54 ---> Running in 7a7d88c0572a 01:04: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 01:04:56 Removing intermediate container 7a7d88c0572a 01:04:56 ---> b749035bfaaa 01:04:56 Step 14/23 : EXPOSE $APP_PORT 01:04:57 ---> Running in bf4b1559062f 01:04:57 Removing intermediate container 9f0c5c2b9882 01:04:57 ---> c29ac0299b56 01:04:57 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 01:04:57 Removing intermediate container 74fc27b1f661 01:04:57 ---> d90fc48bdd1b 01:04:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:04:57 ---> Running in 1644d831dde0 01:04:58 ---> Running in 1876ab7a2e6b 01:04:58 Removing intermediate container bf4b1559062f 01:04:58 ---> 86cf55beac7f 01:04:58 Step 15/23 : WORKDIR / 01:04:58 Removing intermediate container 19e17732cbb8 01:04:58 ---> 7d2c076c0daa 01:04:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:04:58 ---> Running in 63525b882a44 01:04:59 Removing intermediate container 1644d831dde0 01:04:59 ---> 0083349d37ed 01:04:59 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 01:04:59 Removing intermediate container 1876ab7a2e6b 01:04:59 ---> aad517308170 01:04:59 Step 13/24 : WORKDIR / 01:04:59 ---> Running in eb4efd7272ab 01:05:01 ---> Running in 5349512682fe 01:05:01 Removing intermediate container 63525b882a44 01:05:01 ---> c7f56ac370db 01:05:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:01 ---> 0a2442af1af5 01:05:01 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:05:01 Removing intermediate container 44ee42fcb7a2 01:05:01 ---> d7b08c5e3292 01:05:01 Step 21/26 : RUN apk --no-cache add curl 01:05:01 Removing intermediate container eb4efd7272ab 01:05:01 ---> 073148571aba 01:05:01 Step 13/21 : WORKDIR /edgex 01:05:01 ---> Running in c5e0cf72d7ee 01:05:01 Removing intermediate container 5349512682fe 01:05:01 ---> 7e24e9823610 01:05:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:05:01 ---> Running in 6deb0eecc748 01:05:01 ---> 7d5b1f734c07 01:05:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:05:01 ---> 6e98b1e7cb36 01:05:01 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:05:01 ---> Running in 23e5cd55e4d1 01:05:02 Removing intermediate container 6deb0eecc748 01:05:02 ---> 4e155de757fa 01:05:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:05:02 ---> f1e9d2c7407a 01:05:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:05:02 ---> 8a21d0488123 01:05:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:05:02 ---> 1872bd4c81bd 01:05:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:05:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:05:02 (2/3) Installing libcurl (7.69.1-r3) 01:05:02 (3/3) Installing curl (7.69.1-r3) 01:05:02 Executing busybox-1.31.1-r19.trigger 01:05:02 OK: 72 MiB in 58 packages 01:05:02 ---> 55ed83cdc82e 01:05:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:05:03 ---> d7787b68e04e 01:05:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:05:03 ---> Running in 019e0cded04a 01:05:03 ---> c4de18e8723d 01:05:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:05:03 ---> 4f83175d9b18 01:05:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:05:03 Removing intermediate container 019e0cded04a 01:05:03 ---> 2610c6651711 01:05:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:04 ---> Running in d601b79e48d3 01:05:04 Removing intermediate container c5e0cf72d7ee 01:05:04 ---> 7f092dd2cc27 01:05:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:05:04 Removing intermediate container 23e5cd55e4d1 01:05:04 ---> b8b54e05faf2 01:05:04 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:04 ---> c8c79d485415 01:05:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:05:04 ---> a7b93ffd86fe 01:05:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:05:04 Removing intermediate container d601b79e48d3 01:05:04 ---> ef9fe020835e 01:05:04 Step 21/23 : LABEL arch=x86_64 01:05:04 ---> Running in 94c62989b5c9 01:05:05 ---> Running in bd9df026a5fb 01:05:05 ---> Running in e2369b8d2983 01:05:05 ---> c1ac1036744b 01:05:05 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:05:05 Removing intermediate container 94c62989b5c9 01:05:05 ---> e806d2b45df2 01:05:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:05 ---> 28e049948452 01:05:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:05:05 Removing intermediate container e2369b8d2983 01:05:05 ---> 74806235ed10 01:05:05 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:05:05 Removing intermediate container bd9df026a5fb 01:05:05 ---> 626c438c748e 01:05:05 Step 18/21 : CMD ["--init=true"] 01:05:05 ---> Running in fd0667a30056 01:05:05 ---> Running in 84a70b23fd13 01:05:05 ---> Running in c02c698c9493 01:05:05 ---> 21cb9145e268 01:05:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:05:05 ---> d64a6fc5bdbb 01:05:05 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:05:05 Removing intermediate container fd0667a30056 01:05:05 ---> 7cbbcb0d3436 01:05:05 Step 24/26 : LABEL arch=x86_64 01:05:06 Removing intermediate container c02c698c9493 01:05:06 ---> f769d767b946 01:05:06 Step 19/21 : LABEL arch=x86_64 01:05:06 Removing intermediate container 84a70b23fd13 01:05:06 ---> 740fd414db03 01:05:06 Step 23/23 : LABEL version=0.0.0 01:05:06 ---> Running in 03ec8de5d55d 01:05:06 ---> Running in 1afa384ccb27 01:05:06 ---> Running in 4dfeb5799853 01:05:06 ---> Running in 4074ff273149 01:05:06 ---> aeb1a58bcc6e 01:05:06 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:05:07 Removing intermediate container 1afa384ccb27 01:05:07 ---> 65bea913f522 01:05:07 Step 25/26 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:05:08 Removing intermediate container 4074ff273149 01:05:08 ---> 8428049033bd 01:05:08 01:05:08 Removing intermediate container 4dfeb5799853 01:05:08 ---> 5214f21d63d1 01:05:08 Step 20/21 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:05:08 ---> Running in 4e59a141ce6d 01:05:08 ---> ab8ed49237f3 01:05:08 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:05:08 ---> Running in 724e281da458 01:05:08 Successfully built 8428049033bd 01:05:08 Successfully tagged docker-core-metadata-go:latest 01:05:08  Building docker-core-metadata-go ... done Building docker-core-data-go 01:05:08 Removing intermediate container 4e59a141ce6d 01:05:08 ---> 4a88df10a462 01:05:08 Step 26/26 : LABEL version=0.0.0 01:05:08 Removing intermediate container 724e281da458 01:05:08 ---> 264c4a5bbfcd 01:05:08 Step 21/21 : LABEL version=0.0.0 01:05:08 ---> Running in db4de0f58ce0 01:05:08 ---> Running in 71faeccb57dc 01:05:08 ---> 9307783afcc0 01:05:08 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 01:05:09 Removing intermediate container db4de0f58ce0 01:05:09 ---> 627fa7d3cf86 01:05:09 01:05:09 ---> Running in 134072209fae 01:05:09 Removing intermediate container 71faeccb57dc 01:05:09 ---> c8e04c69f961 01:05:09 01:05:09 Successfully built 627fa7d3cf86 01:05:10 Successfully built c8e04c69f961 01:05:10 Successfully tagged docker-sys-mgmt-agent-go:latest 01:05:10  Building docker-sys-mgmt-agent-go ... done Successfully tagged docker-security-proxy-setup-go:latest 01:05:12  Building docker-security-proxy-setup-go ... done Removing intermediate container 03ec8de5d55d 01:05:12 ---> 0a648bebe6ba 01:05:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:05:12 Removing intermediate container 134072209fae 01:05:12 ---> 6ed265079f22 01:05:12 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:05:13 ---> Running in 3a766c00e739 01:05:13 ---> 50c2306c4f8c 01:05:13 Step 29/34 : RUN chmod +x /entrypoint.sh 01:05:13 Removing intermediate container 3a766c00e739 01:05:13 ---> c4cff83e99b1 01:05:13 Step 22/24 : LABEL arch=x86_64 01:05:13 ---> Running in 62f4376cab30 01:05:13 ---> Running in 086fced8b3f4 01:05:13 Removing intermediate container 086fced8b3f4 01:05:13 ---> dc266e1ffe35 01:05:13 Step 23/24 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:05:14 ---> Running in 4a5bbbcb8419 01:05:15 Removing intermediate container 4a5bbbcb8419 01:05:15 ---> 954b2feb37cd 01:05:15 Step 24/24 : LABEL version=0.0.0 01:05:16 ---> Running in 8c089c61b96e 01:05:17 Removing intermediate container 62f4376cab30 01:05:17 ---> 91d7e465ce90 01:05:17 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 01:05:18 Removing intermediate container 8c089c61b96e 01:05:18 ---> d7fc9882c228 01:05:18 01:05:19 ---> Running in 3ac26f5094f7 01:05:19 Successfully built d7fc9882c228 01:05:19 Successfully tagged docker-security-secretstore-setup-go:latest 01:05:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ac26f5094f7 01:05:20 ---> cd255489994d 01:05:20 Step 31/34 : CMD ["gate"] 01:05:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:05:21 ---> cc0b1216151f 01:05:21 Step 3/23 : WORKDIR /edgex-go 01:05:21 ---> Using cache 01:05:21 ---> d146bfc748e3 01:05:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:21 ---> Using cache 01:05:21 ---> 5a2bb1487dbe 01:05:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:05:22 ---> Running in 9a3d49aef099 01:05:22 ---> Running in 65b8afa65396 01:05:22 Removing intermediate container 9a3d49aef099 01:05:22 ---> 01784269b1ca 01:05:22 Step 32/34 : LABEL arch=x86_64 01:05:23 ---> Running in 39105d22de92 01:05:23 Removing intermediate container 39105d22de92 01:05:23 ---> 2ba36e9265af 01:05:23 Step 33/34 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:05:23 ---> Running in 5ad895767a12 01:05:23 Removing intermediate container 5ad895767a12 01:05:23 ---> 360aee66881e 01:05:23 Step 34/34 : LABEL version=0.0.0 01:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:05:24 ---> Running in 040fd460a41c 01:05:24 Removing intermediate container 040fd460a41c 01:05:24 ---> 4925908c849f 01:05:24 01:05:24 Successfully built 4925908c849f 01:05:24 Successfully tagged docker-security-bootstrapper-go:latest 01:05:24  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 01:05:25 Removing intermediate container 65b8afa65396 01:05:25 ---> 83f7d3cc89c8 01:05:25 Step 6/23 : COPY go.mod . 01:05:25 ---> a2e9eae6d1c1 01:05:25 Step 7/23 : RUN go mod download 01:05:25 ---> Running in 70c6e0b6e14e 01:05:26 Removing intermediate container 70c6e0b6e14e 01:05:26 ---> 10f5230b4d5f 01:05:26 Step 8/23 : COPY . . 01:05:41 ---> 1414a5f9ea6f 01:05:41 Step 9/23 : RUN make cmd/core-data/core-data 01:05:41 ---> Running in 6ff794e331cf 01:05:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:05:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23632 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 01:05:46 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 01:05:52 using credential edgex-jenkins-ssh 01:05:52 Cloning the remote Git repository 01:05:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:05:52 > git init /w/workspace/edgex-go/3 # timeout=10 01:05:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:52 > git --version # timeout=10 01:05:52 > git --version # 'git version 2.17.1' 01:05:52 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:00 Removing intermediate container 6ff794e331cf 01:06:00 ---> 90b33cfe1202 01:06:00 01:06:00 Step 10/23 : FROM alpine:3.12 01:06:00 ---> 389fef711851 01:06:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:06:00 ---> Running in c4938b0fd77b 01:06:00 Removing intermediate container c4938b0fd77b 01:06:00 ---> 7babe4b71c46 01:06:00 Step 12/23 : ENV APP_PORT=48080 01:06:00 ---> Running in 2ab13f47a269 01:06:00 Removing intermediate container 2ab13f47a269 01:06:00 ---> a8da926ee9bb 01:06:00 Step 13/23 : EXPOSE $APP_PORT 01:06:00 ---> Running in 3f93d843b16c 01:06:00 Removing intermediate container 3f93d843b16c 01:06:00 ---> 305479ec9985 01:06:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:00 ---> Running in 21e8fdf27620 01:06:00 Removing intermediate container 21e8fdf27620 01:06:00 ---> a07a292c557e 01:06:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:06:00 ---> Running in 8e8c3b0c8633 01:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:02 (1/6) Installing dumb-init (1.2.2-r1) 01:06:02 (2/6) Installing libgcc (9.3.0-r2) 01:06:02 (3/6) Installing libsodium (1.0.18-r0) 01:06:02 (4/6) Installing libstdc++ (9.3.0-r2) 01:06:03 (5/6) Installing libzmq (4.3.3-r0) 01:06:03 (6/6) Installing zeromq (4.3.3-r0) 01:06:03 Executing busybox-1.31.1-r19.trigger 01:06:03 OK: 8 MiB in 20 packages 01:06:04 Removing intermediate container 8e8c3b0c8633 01:06:04 ---> d7fc3175f9b6 01:06:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:06:04 ---> 1b7a50b64a93 01:06:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:06:05 ---> b3c4d1ab1777 01:06:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:06:05 ---> 01948daf35f4 01:06:05 Step 19/23 : ENTRYPOINT ["/core-data"] 01:06:05 ---> Running in 12e009ea17d6 01:06:05 Removing intermediate container 12e009ea17d6 01:06:05 ---> afae1de412d3 01:06:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:06:05 ---> Running in f415db59bf16 01:06:05 Removing intermediate container f415db59bf16 01:06:05 ---> 47f46aec7d37 01:06:05 Step 21/23 : LABEL arch=x86_64 01:06:05 ---> Running in 11ec2ca08dc3 01:06:06 Removing intermediate container 11ec2ca08dc3 01:06:06 ---> fbecc2963be1 01:06:06 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:06:06 ---> Running in 26f2723e6251 01:06:06 Removing intermediate container 26f2723e6251 01:06:06 ---> a55eefd6c96c 01:06:06 Step 23/23 : LABEL version=0.0.0 01:06:06 ---> Running in 5e2f48ab8968 01:06:06 Removing intermediate container 5e2f48ab8968 01:06:06 ---> 7162953ced77 01:06:06 01:06:07 Successfully built 7162953ced77 01:06:07 Successfully tagged docker-core-data-go:latest 01:06:07  Building docker-core-data-go ... done  [Pipeline] } 01:06:07 $ docker stop --time=1 dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a 01:06:09 $ docker rm -f dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a [Pipeline] // withDockerContainer [Pipeline] sh 01:06:10 + docker images 01:06:10 + grep docker 01:06:10 docker-core-data-go latest 7162953ced77 4 seconds ago 22.3MB 01:06:10 docker-security-bootstrapper-go latest 4925908c849f 47 seconds ago 33.5MB 01:06:10 docker-security-secretstore-setup-go latest d7fc9882c228 53 seconds ago 24.6MB 01:06:10 docker-sys-mgmt-agent-go latest 627fa7d3cf86 About a minute ago 313MB 01:06:10 docker-security-proxy-setup-go latest c8e04c69f961 About a minute ago 24.4MB 01:06:10 docker-core-metadata-go latest 8428049033bd About a minute ago 18.8MB 01:06:10 docker-support-notifications-go latest 7e6a528037d1 2 minutes ago 16.9MB 01:06:10 docker-core-command-go latest b8e0eb91d124 2 minutes ago 16.3MB 01:06:10 docker-support-scheduler-go latest 70918c87d77e 2 minutes ago 16.4MB 01:06:10 docker 20.10.0 aefe523efa57 6 weeks 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 01:06:13 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb 01:06:14 Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb 01:06:14 Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) 01:06:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:06:13 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:06:14 > git config core.sparsecheckout # timeout=10 01:06:14 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 01:06:14 > git remote # timeout=10 01:06:14 > git config --get remote.origin.url # timeout=10 01:06:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:14 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 01:06:14 > git rev-parse HEAD^{commit} # timeout=10 01:06:14 > git config core.sparsecheckout # timeout=10 01:06:14 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 01:06:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:06:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:06:21 + true+ sudo service docker restart 01:06:21 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:06:23 provisioning config files... 01:06:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8774142445506627653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:23 ---> docker-login.sh 01:06:23 nexus3.edgexfoundry.org:10001 01:06:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:25 Configure a credential helper to remove this warning. See 01:06:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:25 01:06:25 Login Succeeded 01:06:25 nexus3.edgexfoundry.org:10002 01:06:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:26 Configure a credential helper to remove this warning. See 01:06:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:26 01:06:26 Login Succeeded 01:06:26 nexus3.edgexfoundry.org:10003 01:06:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:26 Still waiting to schedule task 01:06:26 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 01:06:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:26 Configure a credential helper to remove this warning. See 01:06:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:26 01:06:26 Login Succeeded 01:06:26 nexus3.edgexfoundry.org:10004 01:06:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:27 Configure a credential helper to remove this warning. See 01:06:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:27 01:06:27 Login Succeeded 01:06:27 docker.io 01:06:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:28 Configure a credential helper to remove this warning. See 01:06:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:28 01:06:28 Login Succeeded 01:06:28 ---> docker-login.sh ends [Pipeline] } 01:06:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:06:28 ========================================================= 01:06:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:06:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:06:29 + 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 . 01:06:31 Sending build context to Docker daemon 165.9MB 01:06:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:06:31 Step 2/6 : FROM ${BASE} 01:06:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:06:31 5f621e34cdf4: Pulling fs layer 01:06:31 a4357932f1b6: Pulling fs layer 01:06:31 18c013af1878: Pulling fs layer 01:06:31 00ac8860ef70: Pulling fs layer 01:06:31 63d7cb157983: Pulling fs layer 01:06:31 b116817d02f9: Pulling fs layer 01:06:31 745a02a5169b: Pulling fs layer 01:06:31 63d7cb157983: Waiting 01:06:31 b116817d02f9: Waiting 01:06:31 745a02a5169b: Waiting 01:06:31 00ac8860ef70: Waiting 01:06:31 18c013af1878: Verifying Checksum 01:06:31 18c013af1878: Download complete 01:06:31 a4357932f1b6: Verifying Checksum 01:06:31 a4357932f1b6: Download complete 01:06:31 63d7cb157983: Verifying Checksum 01:06:31 63d7cb157983: Download complete 01:06:32 b116817d02f9: Verifying Checksum 01:06:32 b116817d02f9: Download complete 01:06:32 5f621e34cdf4: Download complete 01:06:32 5f621e34cdf4: Pull complete 01:06:33 a4357932f1b6: Pull complete 01:06:34 18c013af1878: Pull complete 01:06:34 745a02a5169b: Verifying Checksum 01:06:36 00ac8860ef70: Verifying Checksum 01:06:36 00ac8860ef70: Download complete 01:06:46 00ac8860ef70: Pull complete 01:06:46 63d7cb157983: Pull complete 01:06:46 b116817d02f9: Pull complete 01:06:50 745a02a5169b: Pull complete 01:06:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:06:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:06:50 ---> b7e6874047d6 01:06:50 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 01:06:54 ---> Running in b48d345d303d 01:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:57 (1/12) Installing libmagic (5.38-r0) 01:06:57 (2/12) Installing file (5.38-r0) 01:06:57 (3/12) Installing libc-dev (0.7.2-r3) 01:06:57 (4/12) Installing g++ (9.3.0-r2) 01:07:04 (5/12) Installing fortify-headers (1.1-r0) 01:07:04 (6/12) Installing patch (2.7.6-r6) 01:07:04 (7/12) Installing build-base (0.5-r2) 01:07:04 (8/12) Installing libsodium (1.0.18-r0) 01:07:04 (9/12) Installing pkgconf (1.7.2-r0) 01:07:04 (10/12) Installing libsodium-dev (1.0.18-r0) 01:07:04 (11/12) Installing libzmq (4.3.3-r0) 01:07:04 (12/12) Installing zeromq-dev (4.3.3-r0) 01:07:04 Executing busybox-1.31.1-r19.trigger 01:07:04 OK: 217 MiB in 51 packages 01:07:08 Removing intermediate container b48d345d303d 01:07:08 ---> 8c02447301ca 01:07:08 Step 4/6 : WORKDIR /edgex-go 01:07:08 ---> Running in 045ff357841f 01:07:08 Removing intermediate container 045ff357841f 01:07:08 ---> 268b8661c8ee 01:07:08 Step 5/6 : COPY go.mod . 01:07:09 ---> 216235f68e68 01:07:09 Step 6/6 : RUN go mod download 01:07:09 ---> Running in 03ba1d519c4e 01:07:33 Running on prd-ubuntu18.04-docker-8c-8g-23635 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 01:07:33 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 01:07:35 using credential edgex-jenkins-ssh 01:07:35 Cloning the remote Git repository 01:07:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:07:35 > git init /w/workspace/edgex-go/3 # timeout=10 01:07:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:07:35 > git --version # timeout=10 01:07:35 > git --version # 'git version 2.17.1' 01:07:35 using GIT_SSH to set credentials SSH Credentials for GitHub 01:07:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:07:36 Removing intermediate container 03ba1d519c4e 01:07:36 ---> c99b23c6435a 01:07:36 Successfully built c99b23c6435a 01:07:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:07:36 + docker inspect -f . ci-base-image-arm64 01:07:36 . [Pipeline] withDockerContainer 01:07:37 prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container 01:07:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:07:38 $ docker top ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d -eo pid,comm [Pipeline] { [Pipeline] sh 01:07:39 + go version 01:07:39 go version go1.15.5 linux/arm64 [Pipeline] } 01:07:39 $ docker stop --time=1 ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d 01:07:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:07:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:07:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:07:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:07:39 using GIT_SSH to set credentials SSH Credentials for GitHub 01:07:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:07:40 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb 01:07:40 Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb 01:07:40 Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) 01:07:40 > git config core.sparsecheckout # timeout=10 01:07:40 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 01:07:40 > git remote # timeout=10 01:07:40 > git config --get remote.origin.url # timeout=10 01:07:40 using GIT_SSH to set credentials SSH Credentials for GitHub 01:07:40 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 01:07:40 > git rev-parse HEAD^{commit} # timeout=10 01:07:40 > git config core.sparsecheckout # timeout=10 01:07:40 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 01:07:41 $ docker rm -f ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:07:42 + docker inspect -f . ci-base-image-arm64 01:07:42 . [Pipeline] withDockerContainer 01:07:43 prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container 01:07:43 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:07:44 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 01:07:44 $ docker top 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 -eo pid,comm [Pipeline] { [Pipeline] echo 01:07:45 ========================================================= 01:07:45 [edgeXBuildGoParallel] Running Tests and Build... 01:07:45 ========================================================= [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:45 + make test 01:07:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:07:46 + echo snap-build.sh 01:07:46 snap-build.sh 01:07:46 + SNAP_BASE_DIR=. 01:07:46 + '[' '!' -z /w/workspace/edgex-go/3 ']' 01:07:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 01:07:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 01:07:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 01:07:46 + cd /w/workspace/edgex-go/3 01:07:46 + sudo apt-get remove -qy --purge lxd lxd-client 01:07:46 Reading package lists... 01:07:46 Building dependency tree... 01:07:46 Reading state information... 01:07:46 The following packages were automatically installed and are no longer required: 01:07:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:07:46 uidmap xdelta3 01:07:46 Use 'sudo apt autoremove' to remove them. 01:07:46 The following packages will be REMOVED: 01:07:46 lxd* lxd-client* 01:07:46 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:07:46 After this operation, 31.7 MB disk space will be freed. 01:07:47 (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.) 01:07:47 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:07:48 Removing lxd dnsmasq configuration 01:07:48 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:07:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:07:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:07:49 (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.) 01:07:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:07:51 Processing triggers for systemd (237-3ubuntu10.42) ... 01:07:51 Processing triggers for ureadahead (0.100.0-21) ... 01:07:52 + sudo snap remove --purge lxd 01:07:52 snap "lxd" is not installed 01:07:52 + sudo groupadd --force --system lxd 01:07:52 ++ whoami 01:07:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:07:52 + newgrp - lxd 01:07:52 + sudo snap install lxd 01:08:00 2021-01-28T01:07:58Z INFO Waiting for automatic snapd restart... 01:08:12 ? github.com/edgexfoundry/edgex-go [no test files] 01:08:15 lxd 4.10 from Canonical* installed 01:08:15 + sudo lxd init --auto 01:08:23 + sudo snap install --classic snapcraft 01:08:27 snapcraft 4.4.4 from Canonical* installed 01:08:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:08:27 + patch --verbose -p1 01:08:27 Hmm... Looks like a unified diff to me... 01:08:27 The text leading up to this was: 01:08:27 -------------------------- 01:08:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:08:27 |From: Tony Espy 01:08:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:08:27 |Subject: [PATCH] optimize snap build for pipeline CI check 01:08:27 | 01:08:27 |This patch is used by the EdgeX CI pipeline builds to 01:08:27 |optimize the snap CI check run for pull requests. When 01:08:27 |applied, it essentially strips out everything (apps and 01:08:27 |parts) from the snapcraft.yaml file except those required 01:08:27 |to build edgex-go, as the whole idea of the CI check is to 01:08:27 |catch changes to edgex-go that break the snap build. 01:08:27 | 01:08:27 |In general, anyone updating snapcraft.yaml will also need 01:08:27 |to update this patch file, otherwise it may fail to apply, 01:08:27 |resulting in a failed snap build CI check in the associated 01:08:27 |pull request. 01:08:27 | 01:08:27 |Note - in addition to applying this patch, the pipeline also 01:08:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:08:27 |need to build the finally binary .snap file (and it won't 01:08:27 |work with the patch applied). This further reduces the build 01:08:27 |time. 01:08:27 |--- 01:08:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:08:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:08:27 | 01:08:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:08:27 |index 1e537489..faf42425 100644 01:08:27 |--- a/snap/snapcraft.yaml 01:08:27 |+++ b/snap/snapcraft.yaml 01:08:27 -------------------------- 01:08:27 patching file snap/snapcraft.yaml 01:08:27 Using Plan A... 01:08:27 Hunk #1 succeeded at 73. 01:08:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:08:27 Hunk #3 succeeded at 214 (offset -1 lines). 01:08:27 Hunk #4 succeeded at 222 (offset -1 lines). 01:08:27 Hunk #5 succeeded at 229 (offset -1 lines). 01:08:27 Hunk #6 succeeded at 256 (offset -1 lines). 01:08:27 Hunk #7 succeeded at 290 (offset -1 lines). 01:08:27 Hunk #8 succeeded at 342. 01:08:27 Hmm... Ignoring the trailing garbage. 01:08:27 done 01:08:27 + sudo snapcraft prime --use-lxd 01:08:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:08:28 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: 01:08:28 - README.md 01:08:28 - snapcraft.yaml.orig 01:08:28 01:08:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:08:29 Launching a container. 01:08:41 Waiting for container to be ready 01:08:41 To start your first instance, try: lxc launch ubuntu:18.04 01:08:41 01:08:44 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:08:44 Waiting for network to be ready... 01:08:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:08:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:08:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:08:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:08:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:08:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:08:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:08:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:08:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:08:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:08:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:08:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:08:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:08:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:08:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:08:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:08:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:08:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:08:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:08:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:08:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:08:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:08:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:08:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:08:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:08:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:08:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:08:48 Fetched 23.8 MB in 4s (5557 kB/s) 01:08:49 Reading package lists... 01:08:49 Reading package lists... 01:08:50 Building dependency tree... 01:08:50 Reading state information... 01:08:50 The following additional packages will be installed: 01:08:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:08:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:08:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:08:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:08:50 Suggested packages: 01:08:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:08:50 Recommended packages: 01:08:50 gnupg libsasl2-modules 01:08:50 The following NEW packages will be installed: 01:08:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:08:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:08:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:08:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:08:50 The following packages will be upgraded: 01:08:50 gpg gpg-agent gpgconf libudev1 01:08:50 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:08:50 Need to get 3533 kB of archives. 01:08:50 After this operation, 13.3 MB of additional disk space will be used. 01:08:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:08:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:08:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:08:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:08:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:08:51 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] 01:08:51 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] 01:08:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:08:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:08:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:08:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:08:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:08:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:08:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:08:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:08:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:08:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:08:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:08:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:08:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:08:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:08:51 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:08:51 debconf: delaying package configuration, since apt-utils is not installed 01:08:51 Fetched 3533 kB in 1s (3458 kB/s) 01:08:51 (Reading database ... 12511 files and directories currently installed.) 01:08:51 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:08:51 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:51 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:08:51 Selecting previously unselected package udev. 01:08:51 (Reading database ... 12511 files and directories currently installed.) 01:08:51 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:08:51 Unpacking udev (237-3ubuntu10.44) ... 01:08:52 Selecting previously unselected package libfuse2:amd64. 01:08:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:08:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:08:52 Selecting previously unselected package fuse. 01:08:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:08:52 Unpacking fuse (2.9.7-1ubuntu1) ... 01:08:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:52 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:52 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:52 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:52 Selecting previously unselected package libksba8:amd64. 01:08:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:08:52 Unpacking libksba8:amd64 (1.3.5-2) ... 01:08:53 Selecting previously unselected package libroken18-heimdal:amd64. 01:08:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:08:53 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:08:53 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:08:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libwind0-heimdal:amd64. 01:08:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:08:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:08:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:08:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:08:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:53 Selecting previously unselected package libsasl2-modules-db:amd64. 01:08:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:08:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:54 Selecting previously unselected package libsasl2-2:amd64. 01:08:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:08:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:54 Selecting previously unselected package libldap-common. 01:08:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:08:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:08:54 Selecting previously unselected package libldap-2.4-2:amd64. 01:08:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:08:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:08:54 Selecting previously unselected package dirmngr. 01:08:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:54 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:08:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:08:54 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:08:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:08:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:54 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:08:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:54 Setting up libksba8:amd64 (1.3.5-2) ... 01:08:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:54 Setting up udev (237-3ubuntu10.44) ... 01:08:55 invoke-rc.d: policy-rc.d denied execution of start. 01:08:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Processing triggers for systemd (237-3ubuntu10) ... 01:08:55 Setting up fuse (2.9.7-1ubuntu1) ... 01:08:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:08:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:08:55 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:08:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:08:55 settings in the [Install] section, and DefaultInstance for template units). 01:08:55 This means they are not meant to be enabled using systemctl. 01:08:55 Possible reasons for having this kind of units are: 01:08:55 1) A unit may be statically enabled by being symlinked from another unit's 01:08:55 .wants/ or .requires/ directory. 01:08:55 2) A unit's purpose may be to act as a helper for some other unit which has 01:08:55 a requirement dependency on it. 01:08:55 3) A unit may be started when needed via activation (socket, path, timer, 01:08:55 D-Bus, udev, scripted systemctl call, ...). 01:08:55 4) In case of template units, the unit is meant to be enabled with some 01:08:55 instance name specified. 01:08:56 Reading package lists... 01:08:56 Building dependency tree... 01:08:56 Reading state information... 01:08:56 The following additional packages will be installed: 01:08:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:08:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:08:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:08:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:08:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:08:56 Suggested packages: 01:08:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:08:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:08:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:08:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:08:56 systemd-container policykit-1 01:08:56 Recommended packages: 01:08:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:08:56 The following NEW packages will be installed: 01:08:56 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:08:56 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:08:56 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:08:56 multiarch-support openssh-client python3 python3-minimal python3.6 01:08:56 python3.6-minimal snapd squashfs-tools sudo 01:08:56 The following packages will be upgraded: 01:08:56 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:08:56 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:08:56 Need to get 35.2 MB of archives. 01:08:56 After this operation, 141 MB of additional disk space will be used. 01:08:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:08:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:08:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:08:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:08:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:08:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:08:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:08:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:08:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:08:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:08:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:08:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:08:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:08:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:08:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:08:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:08:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:08:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:08:57 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:08:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:08:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:08:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:08:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:08:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:08:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:08:57 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:08:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:08:57 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:08:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:08:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:08:58 debconf: delaying package configuration, since apt-utils is not installed 01:08:58 Fetched 35.2 MB in 2s (16.6 MB/s) 01:08:58 (Reading database ... 12757 files and directories currently installed.) 01:08:58 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:08:59 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:08:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:08:59 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:08:59 (Reading database ... 12757 files and directories currently installed.) 01:08:59 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:08:59 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:09:00 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:09:00 (Reading database ... 12757 files and directories currently installed.) 01:09:00 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:09:00 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:09:00 Setting up apt (1.6.12ubuntu0.2) ... 01:09:00 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:09:00 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:09:00 (Reading database ... 12764 files and directories currently installed.) 01:09:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:09:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:09:01 Selecting previously unselected package libpython3.6-minimal:amd64. 01:09:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:09:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:09:01 Selecting previously unselected package libexpat1:amd64. 01:09:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:09:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:09:01 Selecting previously unselected package python3.6-minimal. 01:09:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:09:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:09:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:09:01 Checking for services that may need to be restarted...done. 01:09:01 Checking for services that may need to be restarted...done. 01:09:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:09:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:09:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:09:02 Selecting previously unselected package python3-minimal. 01:09:02 (Reading database ... 13012 files and directories currently installed.) 01:09:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:09:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:09:02 Selecting previously unselected package mime-support. 01:09:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:09:02 Unpacking mime-support (3.60ubuntu1) ... 01:09:02 Selecting previously unselected package libmpdec2:amd64. 01:09:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:09:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:09:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:09:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:09:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:09:03 Selecting previously unselected package python3.6. 01:09:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:09:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:09:03 Selecting previously unselected package libpython3-stdlib:amd64. 01:09:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:09:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:09:03 Setting up python3-minimal (3.6.7-1~18.04) ... 01:09:03 Selecting previously unselected package python3. 01:09:03 (Reading database ... 13442 files and directories currently installed.) 01:09:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:09:03 Unpacking python3 (3.6.7-1~18.04) ... 01:09:03 Selecting previously unselected package multiarch-support. 01:09:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:09:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:09:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:09:03 Selecting previously unselected package liblzo2-2:amd64. 01:09:03 (Reading database ... 13479 files and directories currently installed.) 01:09:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:09:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:09:03 Selecting previously unselected package libbsd0:amd64. 01:09:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:09:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:09:03 Selecting previously unselected package sudo. 01:09:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:09:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:09:04 Selecting previously unselected package apparmor. 01:09:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:09:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:09:04 Selecting previously unselected package libedit2:amd64. 01:09:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:09:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:09:04 Selecting previously unselected package libkrb5support0:amd64. 01:09:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:09:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:09:04 Selecting previously unselected package libk5crypto3:amd64. 01:09:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:09:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:09:04 Selecting previously unselected package libkeyutils1:amd64. 01:09:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:09:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:09:04 Selecting previously unselected package libkrb5-3:amd64. 01:09:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:09:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:09:04 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:09:04 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:09:04 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:09:04 Selecting previously unselected package libssl1.0.0:amd64. 01:09:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:09:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:09:04 Selecting previously unselected package openssh-client. 01:09:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:09:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:09:05 Selecting previously unselected package squashfs-tools. 01:09:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:09:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:09:05 Selecting previously unselected package snapd. 01:09:05 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:09:05 Unpacking snapd (2.48+18.04) ... 01:09:07 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:09:07 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:09:07 Setting up mime-support (3.60ubuntu1) ... 01:09:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:09:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:09:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:09:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:09:07 Setting up systemd (237-3ubuntu10.44) ... 01:09:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:09:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:09:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:09:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:09:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:09:08 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:09:08 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:09:09 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:09:09 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:09:09 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:09:09 Setting up python3 (3.6.7-1~18.04) ... 01:09:09 running python rtupdate hooks for python3.6... 01:09:09 running python post-rtupdate hooks for python3.6... 01:09:09 Setting up apparmor (2.12-4ubuntu5.1) ... 01:09:10 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:09:10 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:09:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:09:11 Setting up snapd (2.48+18.04) ... 01:09:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:09:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:09:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:09:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:09:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:09:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:09:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:09:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:09:13 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:09:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:09:13 /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' 01:09:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:09:13 Processing triggers for systemd (237-3ubuntu10.44) ... 01:09:14 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 01:09:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:09:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:09:15 Fetched 88.7 kB in 1s (145 kB/s) 01:09:15 Reading package lists... 01:09:16 Reading package lists... 01:09:16 Building dependency tree... 01:09:16 Reading state information... 01:09:16 Calculating upgrade... 01:09:16 The following packages will be upgraded: 01:09:16 advancecomp base-files bash binutils binutils-common 01:09:16 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:09:16 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:09:16 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:09:16 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:09:16 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:09:16 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:09:16 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:09:16 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:09:16 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:09:16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:09:16 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:09:16 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:09:16 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:09:16 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:09:16 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:09:16 Need to get 63.8 MB of archives. 01:09:16 After this operation, 5205 kB of additional disk space will be used. 01:09:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:09:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:09:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:09:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:09:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:09:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:09:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:09:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:09:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:09:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:09:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:09:17 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:09:17 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:09:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:09:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:09:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:09:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:09:17 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:09:17 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:09:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:09:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:09:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:09:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:09:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:09:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:09:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:09:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:09:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:09:17 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:09:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:09:17 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:09:17 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:09:17 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:09:17 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:09:17 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:09:17 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] 01:09:17 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:09:17 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:09:17 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:09:17 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:09:17 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:09:17 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:09:17 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:09:17 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:09:17 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:09:17 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:09:17 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:09:17 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:09:17 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] 01:09:17 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:09:17 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:09:17 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:09:17 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:09:17 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:09:17 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:09:17 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:09:17 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:09:17 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:09:18 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:09:18 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:09:18 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:09:18 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:09:18 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:09:18 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:09:18 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:09:18 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:09:18 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:09:18 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:09:18 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:09:18 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:09:18 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:09:18 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:09:18 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:09:18 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:09:18 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:09:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:09:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:09:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:09:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:09:18 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:09:18 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:09:18 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:09:18 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:09:18 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:09:18 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:09:18 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:09:18 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] 01:09:18 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:09:18 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:09:18 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:09:18 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:09:18 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:09:18 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:09:18 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:09:18 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:09:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:09:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:09:19 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:09:19 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:09:19 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:09:19 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:09:19 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:09:19 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:09:19 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:09:19 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:09:19 debconf: delaying package configuration, since apt-utils is not installed 01:09:19 Fetched 63.8 MB in 3s (19.4 MB/s) 01:09:19 (Reading database ... 13912 files and directories currently installed.) 01:09:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:09:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:09:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:09:20 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:09:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:09:20 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:09:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:09:22 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:22 (Reading database ... 13911 files and directories currently installed.) 01:09:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:09:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:09:23 (Reading database ... 13911 files and directories currently installed.) 01:09:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:23 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:09:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:09:23 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:24 (Reading database ... 13911 files and directories currently installed.) 01:09:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:09:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:09:24 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:09:24 (Reading database ... 13911 files and directories currently installed.) 01:09:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:09:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:09:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:09:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:09:24 Setting up base-files (10.1ubuntu2.10) ... 01:09:24 Installing new version of config file /etc/issue ... 01:09:24 Installing new version of config file /etc/issue.net ... 01:09:25 Installing new version of config file /etc/lsb-release ... 01:09:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:09:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:09:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:09:25 Removing obsolete conffile /etc/default/motd-news ... 01:09:25 (Reading database ... 13912 files and directories currently installed.) 01:09:25 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:09:25 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:09:25 Setting up bash (4.4.18-2ubuntu1.2) ... 01:09:25 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 01:09:25 (Reading database ... 13912 files and directories currently installed.) 01:09:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:09:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:09:25 (Reading database ... 13912 files and directories currently installed.) 01:09:25 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:09:25 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:09:26 Setting up tar (1.29b-2ubuntu0.2) ... 01:09:26 (Reading database ... 13912 files and directories currently installed.) 01:09:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:09:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:09:26 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:09:26 (Reading database ... 13912 files and directories currently installed.) 01:09:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:09:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:09:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:09:26 (Reading database ... 13912 files and directories currently installed.) 01:09:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:09:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:09:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:09:27 (Reading database ... 13912 files and directories currently installed.) 01:09:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:09:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:09:27 Setting up grep (3.1-2build1) ... 01:09:27 (Reading database ... 13912 files and directories currently installed.) 01:09:27 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:09:27 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:09:27 Setting up login (1:4.5-1ubuntu2) ... 01:09:27 (Reading database ... 13912 files and directories currently installed.) 01:09:27 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:09:27 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:09:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:09:28 (Reading database ... 13912 files and directories currently installed.) 01:09:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:09:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:09:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:09:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:09:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:09:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:09:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:09:29 (Reading database ... 13912 files and directories currently installed.) 01:09:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:09:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:09:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:09:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:09:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:09:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:09:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:09:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:09:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:09:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:09:30 (Reading database ... 13912 files and directories currently installed.) 01:09:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:09:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:09:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:09:31 (Reading database ... 13912 files and directories currently installed.) 01:09:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:09:31 (Reading database ... 13912 files and directories currently installed.) 01:09:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:09:31 (Reading database ... 13912 files and directories currently installed.) 01:09:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:09:31 (Reading database ... 13912 files and directories currently installed.) 01:09:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:09:32 (Reading database ... 13912 files and directories currently installed.) 01:09:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:09:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:09:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:09:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:09:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:09:33 (Reading database ... 13912 files and directories currently installed.) 01:09:33 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:09:33 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:09:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:09:33 (Reading database ... 13912 files and directories currently installed.) 01:09:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:09:33 (Reading database ... 13912 files and directories currently installed.) 01:09:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:09:33 (Reading database ... 13912 files and directories currently installed.) 01:09:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:09:35 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:09:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:09:35 (Reading database ... 13912 files and directories currently installed.) 01:09:35 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:09:35 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.216s coverage: 46.6% of statements 01:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:09:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:09:36 (Reading database ... 13912 files and directories currently installed.) 01:09:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:09:36 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:09:36 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:09:36 (Reading database ... 13914 files and directories currently installed.) 01:09:36 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:09:36 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:09:36 Setting up debconf (1.5.66ubuntu1) ... 01:09:36 (Reading database ... 13914 files and directories currently installed.) 01:09:36 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:09:36 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:09:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:09:36 (Reading database ... 13914 files and directories currently installed.) 01:09:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:09:37 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:09:37 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:09:37 (Reading database ... 13914 files and directories currently installed.) 01:09:37 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:09:37 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:09:37 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:09:37 (Reading database ... 13914 files and directories currently installed.) 01:09:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:09:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:09:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:09:37 (Reading database ... 13914 files and directories currently installed.) 01:09:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:09:38 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:09:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:09:38 (Reading database ... 13914 files and directories currently installed.) 01:09:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:09:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:09:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:09:38 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:09:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:09:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:09:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:09:38 (Reading database ... 13914 files and directories currently installed.) 01:09:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:09:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:09:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:09:39 (Reading database ... 13914 files and directories currently installed.) 01:09:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:09:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:09:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:09:39 (Reading database ... 13914 files and directories currently installed.) 01:09:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:09:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:09:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:09:39 (Reading database ... 13914 files and directories currently installed.) 01:09:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:09:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:09:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:09:39 (Reading database ... 13914 files and directories currently installed.) 01:09:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:09:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:09:40 Setting up passwd (1:4.5-1ubuntu2) ... 01:09:40 (Reading database ... 13914 files and directories currently installed.) 01:09:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:09:40 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:09:40 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:09:40 (Reading database ... 13914 files and directories currently installed.) 01:09:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:09:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:09:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:09:40 (Reading database ... 13914 files and directories currently installed.) 01:09:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:09:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:09:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:09:41 (Reading database ... 13914 files and directories currently installed.) 01:09:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:09:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:09:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:09:41 (Reading database ... 13914 files and directories currently installed.) 01:09:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:09:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:09:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:09:41 (Reading database ... 13914 files and directories currently installed.) 01:09:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:09:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:09:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:09:42 (Reading database ... 13914 files and directories currently installed.) 01:09:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:09:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:09:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:09:42 (Reading database ... 13915 files and directories currently installed.) 01:09:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:09:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:09:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:09:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:09:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:09:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:09:43 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:09:43 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:09:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:09:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:09:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:09:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:09:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:09:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:09:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:09:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:09:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:09:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.652s coverage: 27.1% of statements 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.108s coverage: 100.0% of statements 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.375s coverage: 82.3% of statements 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:09:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:09:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:09:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:09:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:09:44 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:09:44 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:09:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:09:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:09:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:09:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:09:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:09:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:09:46 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:09:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:09:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:09:46 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:09:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:09:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:09:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:48 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:49 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:09:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:09:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:09:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:09:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:09:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:09:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:09:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:09:52 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:09:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:09:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:09:52 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:09:52 01:09:52 Current default time zone: 'Etc/UTC' 01:09:52 Local time is now: Thu Jan 28 01:09:52 UTC 2021. 01:09:52 Universal Time is now: Thu Jan 28 01:09:52 UTC 2021. 01:09:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:09:52 01:09:52 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:09:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:09:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:09:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:09:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:09:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements 01:09:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:09:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:09:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:09:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:09:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:09:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:09:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:09:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:53 Setting up patch (2.7.6-2ubuntu1.1) ... 01:09:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 01:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:09:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:09:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:09:53 Installing new version of config file /etc/ssl/openssl.cnf ... 01:09:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:09:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:09:53 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:09:55 Updating certificates in /etc/ssl/certs... 01:09:55 22 added, 17 removed; done. 01:09:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:09:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:09:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:09:56 Setting up pkgbinarymangler (138.18.04.1) ... 01:09:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:09:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up perl (5.26.1-6ubuntu0.5) ... 01:09:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:09:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:09:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:09:56 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:09:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:09:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:09:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:09:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:09:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:09:56 Processing triggers for systemd (237-3ubuntu10.44) ... 01:09:56 Processing triggers for mime-support (3.60ubuntu1) ... 01:09:56 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:09:56 Updating certificates in /etc/ssl/certs... 01:09:57 0 added, 0 removed; done. 01:09:57 Running hooks in /etc/ca-certificates/update.d... 01:09:57 done. 01:09:58 Reading package lists... 01:09:58 Building dependency tree... 01:09:58 Reading state information... 01:09:58 The following NEW packages will be installed: 01:09:58 apt-transport-https 01:09:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:09:58 Need to get 1696 B of archives. 01:09:58 After this operation, 153 kB of additional disk space will be used. 01:09:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:09:58 debconf: delaying package configuration, since apt-utils is not installed 01:09:58 Fetched 1696 B in 0s (9506 B/s) 01:09:58 Selecting previously unselected package apt-transport-https. 01:09:58 (Reading database ... 13929 files and directories currently installed.) 01:09:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:09:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:09:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:09:59 Waiting for network to be ready... 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.410s coverage: 92.8% of statements 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 01:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 01:10:04 2021-01-28T01:10:01Z INFO Waiting for automatic snapd restart... 01:10:04 snapd 2.48.2 from Canonical* installed 01:10:05 "snapd" switched to the "latest/stable" channel 01:10:05 01:10:08 core18 20201210 from Canonical* installed 01:10:08 "core18" switched to the "latest/stable" channel 01:10:08 01:10:11 snapcraft 4.4.4 from Canonical* installed 01:10:11 "snapcraft" switched to the "latest/stable" channel 01:10:11 01:10:15 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: 01:10:15 - README.md 01:10:15 - snapcraft.yaml.orig 01:10:15 01:10:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 01:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 01:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 01:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 01:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 01:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements 01:10:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements 01:10:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements 01:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements 01:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.135s coverage: 91.3% of statements 01:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 01:10:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:10:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:10:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:10:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 01:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 01:10:22 Reading package lists... 01:10:22 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 01:10:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 68.9% of statements 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:10:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 37.0% of statements 01:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:10:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.896s coverage: 84.0% of statements 01:10:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements 01:10:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:10:29 Reading package lists... 01:10:29 Building dependency tree... 01:10:29 Reading state information... 01:10:29 Suggested packages: 01:10:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:10:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:10:29 Recommended packages: 01:10:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:10:29 The following NEW packages will be installed: 01:10:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:10:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:10:29 pkg-config zip 01:10:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:10:29 Need to get 7655 kB of archives. 01:10:29 After this operation, 43.7 MB of additional disk space will be used. 01:10:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:10:29 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:10:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:10:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:10:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:10:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:10:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:10:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:10:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:10:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:10:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:10:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:10:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:10:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:10:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:10:30 debconf: delaying package configuration, since apt-utils is not installed 01:10:30 Fetched 7655 kB in 1s (10.8 MB/s) 01:10:30 Selecting previously unselected package libglib2.0-0:amd64. 01:10:30 (Reading database ... 13933 files and directories currently installed.) 01:10:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:10:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:10:30 Selecting previously unselected package libpsl5:amd64. 01:10:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:10:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:10:30 Selecting previously unselected package libnghttp2-14:amd64. 01:10:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:10:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:10:30 Selecting previously unselected package librtmp1:amd64. 01:10:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:10:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:10:30 Selecting previously unselected package libcurl3-gnutls:amd64. 01:10:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:10:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:10:30 Selecting previously unselected package liberror-perl. 01:10:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:10:30 Unpacking liberror-perl (0.17025-1) ... 01:10:30 Selecting previously unselected package git-man. 01:10:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:10:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:10:31 Selecting previously unselected package git. 01:10:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:10:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:10:32 Selecting previously unselected package libnorm1:amd64. 01:10:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:10:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:10:32 Selecting previously unselected package libpgm-5.2-0:amd64. 01:10:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:10:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:10:32 Selecting previously unselected package libsodium23:amd64. 01:10:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:10:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:10:32 Selecting previously unselected package libzmq5:amd64. 01:10:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:10:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:10:32 Selecting previously unselected package libzmq3-dev:amd64. 01:10:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:10:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:10:32 Selecting previously unselected package pkg-config. 01:10:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:10:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:10:32 Selecting previously unselected package zip. 01:10:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:10:32 Unpacking zip (3.0-11build1) ... 01:10:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:10:32 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:10:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:10:32 Setting up liberror-perl (0.17025-1) ... 01:10:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:10:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:10:32 No schema files found: doing nothing. 01:10:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:10:32 Setting up zip (3.0-11build1) ... 01:10:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:10:32 Setting up libsodium23:amd64 (1.0.16-2) ... 01:10:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:10:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:10:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:10:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:10:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:10:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.404s coverage: 47.1% of statements 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:10:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements 01:10:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:10:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:10:39 git set to automatically installed. 01:10:39 git-man set to automatically installed. 01:10:39 libcurl3-gnutls set to automatically installed. 01:10:39 liberror-perl set to automatically installed. 01:10:39 libglib2.0-0 set to automatically installed. 01:10:39 libnghttp2-14 set to automatically installed. 01:10:39 libnorm1 set to automatically installed. 01:10:39 libpgm-5.2-0 set to automatically installed. 01:10:39 libpsl5 set to automatically installed. 01:10:39 librtmp1 set to automatically installed. 01:10:39 libsodium23 set to automatically installed. 01:10:39 libzmq3-dev set to automatically installed. 01:10:39 libzmq5 set to automatically installed. 01:10:39 pkg-config set to automatically installed. 01:10:39 zip set to automatically installed. 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.176s coverage: 29.1% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:10:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 01:10:41 snapd is not logged in, snap install commands will use sudo 01:10:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 01:10:43 GO111MODULE=on go vet ./... 01:10:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:10:48 snap "core18" has no updates available 01:10:48 Pulling config-common 01:10:49 Pulling go-build-helper 01:11:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:11:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:11:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:11:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:11:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:11:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:11:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:11:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:11:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:11:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:11:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:11:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:11:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:11:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:11:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:11:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:11:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:11:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:11:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:11:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:11:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:11:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:11:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:11:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:11:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:11:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:11:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:11:11 Fetched 23.8 MB in 0s (0 B/s) 01:11:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:11:11 Fetched 96.5 kB in 0s (0 B/s) 01:11:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:11:11 Fetched 279 kB in 0s (0 B/s) 01:11:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:11:11 Fetched 122 kB in 0s (0 B/s) 01:11:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:11:11 Fetched 77.8 kB in 0s (0 B/s) 01:11:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:11:11 Fetched 8848 B in 0s (0 B/s) 01:11:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:11:11 Fetched 47.8 kB in 0s (0 B/s) 01:11:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:11:11 Fetched 45.6 kB in 0s (0 B/s) 01:11:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:11:11 Fetched 15.0 kB in 0s (0 B/s) 01:11:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:11:11 Fetched 214 kB in 0s (0 B/s) 01:11:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:11:11 Fetched 155 kB in 0s (0 B/s) 01:11:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:11:11 Fetched 50.6 kB in 0s (0 B/s) 01:11:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:11:11 Fetched 14.8 kB in 0s (0 B/s) 01:11:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:11:11 Fetched 41.8 kB in 0s (0 B/s) 01:11:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:11:11 Fetched 499 kB in 0s (0 B/s) 01:11:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:11:11 Fetched 111 kB in 0s (0 B/s) 01:11:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:11:11 Fetched 240 kB in 0s (0 B/s) 01:11:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:11:11 Fetched 29.3 kB in 0s (0 B/s) 01:11:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:11:11 Fetched 85.5 kB in 0s (0 B/s) 01:11:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:11:11 Fetched 24.5 kB in 0s (0 B/s) 01:11:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:11:11 Fetched 49.2 kB in 0s (0 B/s) 01:11:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:11:11 Fetched 54.2 kB in 0s (0 B/s) 01:11:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:11:11 Fetched 30.8 kB in 0s (0 B/s) 01:11:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:11:11 Fetched 17.0 kB in 0s (0 B/s) 01:11:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:11:11 Fetched 85.9 kB in 0s (0 B/s) 01:11:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:11:11 Fetched 8720 B in 0s (0 B/s) 01:11:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:11:11 Fetched 137 kB in 0s (0 B/s) 01:11:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:11:11 Fetched 119 kB in 0s (0 B/s) 01:11:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:11:11 Fetched 109 kB in 0s (0 B/s) 01:11:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:11:11 Fetched 11.1 kB in 0s (0 B/s) 01:11:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:11:11 Fetched 645 kB in 0s (0 B/s) 01:11:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:11:11 Fetched 41.3 kB in 0s (0 B/s) 01:11:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:11:11 Fetched 17.9 kB in 0s (0 B/s) 01:11:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:11:11 Fetched 368 kB in 0s (0 B/s) 01:11:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:11:11 Fetched 187 kB in 0s (0 B/s) 01:11:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:11:11 Fetched 175 kB in 0s (0 B/s) 01:11:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:11:14 Fetched 206 kB in 0s (0 B/s) 01:11:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:11:14 Fetched 1301 kB in 0s (0 B/s) 01:11:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:11:14 Fetched 36.2 kB in 0s (0 B/s) 01:11:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:11:14 Fetched 159 kB in 0s (0 B/s) 01:11:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:11:14 Fetched 107 kB in 0s (0 B/s) 01:11:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:11:14 Fetched 48.7 kB in 0s (0 B/s) 01:11:14 Pulling static-packages 01:11:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:11:15 Skipping pull go-build-helper (already ran) 01:11:15 Skipping pull static-packages (already ran) 01:11:15 Building go-build-helper 01:11:18 Building static-packages 01:11:20 Staging go-build-helper 01:11:21 Staging static-packages 01:11:22 Pulling go115 01:11:23 'edgex-go' has dependencies that need to be staged: go115 01:11:23 Skipping pull go115 (already ran) 01:11:23 Building go115 01:11:23 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:23 Dload Upload Total Spent Left Speed 01:11:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1759k 0 0 7616k 0 0:00:15 --:--:-- 0:00:15 7583k 41 115M 41 47.8M 0 0 38.4M 0 0:00:03 0:00:01 0:00:02 38.3M 78 115M 78 91.2M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M 100 115M 100 115M 0 0 41.5M 0 0:00:02 0:00:02 --:--:-- 41.5M 01:11:26 go1.15.2.linux-amd64.tar.gz: OK 01:11:30 Staging go115 01:11:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:11:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:11:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:11:36 Fetched 0 B in 0s (0 B/s) 01:11:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:11:36 Fetched 224 kB in 0s (0 B/s) 01:11:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:11:36 Fetched 157 kB in 0s (0 B/s) 01:11:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:11:36 Fetched 221 kB in 0s (0 B/s) 01:11:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:11:36 Fetched 143 kB in 0s (0 B/s) 01:11:36 Pulling edgex-go 01:11:36 Pulling version 01:11:37 Building config-common 01:11:39 Skipping build go-build-helper (already ran) 01:11:39 Skipping build static-packages (already ran) 01:11:39 Skipping build go115 (already ran) 01:11:39 Building edgex-go 01:11:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:11:40 go: downloading github.com/gorilla/mux v1.8.0 01:11:40 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:11:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 01:11:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:11:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 01:11:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:11:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:11:40 go: downloading github.com/pkg/errors v0.8.1 01:11:40 go: downloading github.com/pelletier/go-toml v1.2.0 01:11:40 go: downloading github.com/x448/float16 v0.8.4 01:11:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:11:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:11:40 go: downloading github.com/imdario/mergo v0.3.11 01:11:40 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:11:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:11:40 go: downloading github.com/BurntSushi/toml v0.3.1 01:11:40 go: downloading github.com/google/uuid v1.2.0 01:11:40 go: downloading github.com/go-kit/kit v0.8.0 01:11:41 go: downloading github.com/hashicorp/consul/api v1.1.0 01:11:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:11:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:11:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:11:41 go: downloading github.com/pebbe/zmq4 v1.2.2 01:11:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:11:41 go: downloading gopkg.in/yaml.v2 v2.4.0 01:11:41 go: downloading github.com/go-playground/universal-translator v0.17.0 01:11:41 go: downloading github.com/leodido/go-urn v1.2.0 01:11:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:11:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:11:41 go: downloading github.com/hashicorp/serf v0.8.2 01:11:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:11:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:11:41 go: downloading github.com/mitchellh/copystructure v1.0.0 01:11:41 go: downloading github.com/go-playground/locales v0.13.0 01:11:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:11:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:11:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:11:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:11:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:11:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:11:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:11:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:11:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:11:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:11:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:11:53 go: downloading github.com/stretchr/testify v1.6.1 01:11:54 go: downloading github.com/pmezard/go-difflib v1.0.0 01:11:54 go: downloading github.com/davecgh/go-spew v1.1.1 01:11:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:11:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:11:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:11:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:11:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:11:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:11:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:11:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:11:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:12:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:12:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:12:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:12:01 go: downloading github.com/lib/pq v1.9.0 01:12:03 Building version 01:12:04 gofmt -l . 01:12:04 [ "`gofmt -l .`" = "" ] 01:12:04 ./bin/test-go-mod-tidy.sh 01:12:05 Staging config-common 01:12:05 ./bin/test-attribution-txt.sh 01:12:06 Skipping stage go-build-helper (already ran) 01:12:06 Skipping stage static-packages (already ran) 01:12:06 Skipping stage go115 (already ran) 01:12:06 Staging edgex-go [Pipeline] sh 01:12:07 Staging version 01:12:07 + ls -al . 01:12:07 total 696 01:12:07 drwxrwxr-x 9 1001 1001 4096 Jan 28 01:12 . 01:12:07 drwxr-xr-x 4 root root 4096 Jan 28 01:07 .. 01:12:07 -rw-rw-r-- 1 1001 1001 11 Jan 28 01:06 .dockerignore 01:12:07 drwxrwxr-x 8 1001 1001 4096 Jan 28 01:06 .git 01:12:07 drwxrwxr-x 3 1001 1001 4096 Jan 28 01:06 .github 01:12:07 -rw-rw-r-- 1 1001 1001 872 Jan 28 01:06 .gitignore 01:12:07 -rw-rw-r-- 1 1001 1001 166 Jan 28 01:06 .sonarcloud.properties 01:12:07 -rw-rw-r-- 1 1001 1001 7859 Jan 28 01:06 Attribution.txt 01:12:07 -rw-rw-r-- 1 1001 1001 3804 Jan 28 01:06 CONTRIBUTING.md 01:12:07 -rw-rw-r-- 1 1001 1001 931 Jan 28 01:06 Dockerfile.build 01:12:07 -rw-rw-r-- 1 1001 1001 863 Jan 28 01:06 Jenkinsfile 01:12:07 -rw-rw-r-- 1 1001 1001 10775 Jan 28 01:06 LICENSE 01:12:07 -rw-rw-r-- 1 1001 1001 6001 Jan 28 01:06 Makefile 01:12:07 -rw-rw-r-- 1 1001 1001 6524 Jan 28 01:06 README.md 01:12:07 -rw-rw-r-- 1 1001 1001 6755 Jan 28 01:06 SECURITY.md 01:12:07 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:57 VERSION 01:12:07 -rw-rw-r-- 1 1001 1001 4131 Jan 28 01:06 ZMQWindows.md 01:12:07 drwxrwxr-x 2 1001 1001 4096 Jan 28 01:06 bin 01:12:07 drwxrwxr-x 15 1001 1001 4096 Jan 28 01:06 cmd 01:12:07 -rw-r--r-- 1 root root 564700 Jan 28 01:10 coverage.out 01:12:07 -rw-r--r-- 1 root root 1053 Jan 28 01:12 go.mod 01:12:07 -rw-r--r-- 1 root root 19080 Jan 28 01:12 go.sum 01:12:07 drwxrwxr-x 8 1001 1001 4096 Jan 28 01:06 internal 01:12:07 drwxrwxr-x 4 1001 1001 4096 Jan 28 01:06 openapi 01:12:07 drwxrwxr-x 4 1001 1001 4096 Jan 28 01:06 snap 01:12:07 -rw-rw-r-- 1 1001 1001 168 Jan 28 01:06 version.go [Pipeline] sh 01:12:08 Priming config-common 01:12:08 + '[' -e coverage.out ] 01:12:08 + chown 1001:1001 coverage.out [Pipeline] stash 01:12:08 Warning: overwriting stash ‘coverage-report’ 01:12:09 Priming go-build-helper 01:12:09 Stashed 1 file(s) [Pipeline] sh 01:12:10 Priming static-packages 01:12:10 + make build 01:12:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:12:12 Priming go115 01:12:13 Priming edgex-go 01:12:14 Priming version 01:12:15 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:12: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 01:12:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:12:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:12:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:13:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:13:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:13:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:13: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 01:13:28 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] } 01:13:34 $ docker stop --time=1 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 01:13:36 $ docker rm -f 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:13:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:38 01:13:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:13:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:39 latest: Pulling from edgex-devops/edgex-compose-arm64 01:13:39 29e5d40040c1: Pulling fs layer 01:13:39 1ce36da41761: Pulling fs layer 01:13:39 25b303627fd3: Pulling fs layer 01:13:39 29e5d40040c1: Verifying Checksum 01:13:39 29e5d40040c1: Download complete 01:13:40 1ce36da41761: Verifying Checksum 01:13:40 1ce36da41761: Download complete 01:13:40 29e5d40040c1: Pull complete 01:13:41 1ce36da41761: Pull complete 01:13:42 25b303627fd3: Verifying Checksum 01:13:42 25b303627fd3: Download complete 01:13:52 25b303627fd3: Pull complete 01:13:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:13:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:13:52 prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container 01:13:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:13:56 $ docker top dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:57 + grep parallel 01:13:57 + docker-compose build --help 01:14:00 --parallel Build images in parallel. [Pipeline] } 01:14:00 $ docker stop --time=1 dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 01:14:02 $ docker rm -f dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:03 . [Pipeline] withDockerContainer 01:14:04 prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container 01:14: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 01:14:05 $ docker top 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:06 + docker-compose -f ./docker-compose-build.yml build --parallel 01:14:10 Building docker-core-command-go ... 01:14:10 Building docker-core-data-go ... 01:14:10 Building docker-core-metadata-go ... 01:14:10 Building docker-security-bootstrapper-go ... 01:14:10 Building docker-security-proxy-setup-go ... 01:14:10 Building docker-security-secretstore-setup-go ... 01:14:10 Building docker-support-notifications-go ... 01:14:10 Building docker-support-scheduler-go ... 01:14:10 Building docker-sys-mgmt-agent-go ... 01:14:10 Building docker-core-data-go 01:14:10 Building docker-security-secretstore-setup-go 01:14:10 Building docker-security-bootstrapper-go 01:14:10 Building docker-support-scheduler-go 01:14:10 Building docker-core-metadata-go 01:15:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:15:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:15:18 ---> c99b23c6435a 01:15:18 Step 3/23 : WORKDIR /edgex-go 01:15:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:15:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:15:18 ---> c99b23c6435a 01:15:18 Step 3/22 : WORKDIR /edgex-go 01:15:18 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:15:18 Step 2/34 : FROM ${BUILDER_BASE} AS builder 01:15:18 ---> c99b23c6435a 01:15:18 Step 3/34 : WORKDIR /edgex-go 01:15:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:15:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:15:19 ---> c99b23c6435a 01:15:19 Step 3/23 : WORKDIR /edgex-go 01:15:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:15:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:15:19 ---> c99b23c6435a 01:15:19 Step 3/24 : WORKDIR /edgex-go 01:15:23 ---> Running in a627bd9bfbe7 01:15:23 ---> Running in aced226aa775 01:15:23 ---> Running in 2648ecbd3996 01:15:23 ---> Running in f039651f4dd1 01:15:23 ---> Running in 62e25242422d 01:15:23 Removing intermediate container f039651f4dd1 01:15:23 ---> 999b2d3ff696 01:15:23 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:23 Removing intermediate container 62e25242422d 01:15:23 ---> aeb08f21be53 01:15:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:24 Removing intermediate container 2648ecbd3996 01:15:24 ---> 28c2ad443766 01:15:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:24 Removing intermediate container a627bd9bfbe7 01:15:24 ---> ba20c1f94da5 01:15:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:24 Removing intermediate container aced226aa775 01:15:24 ---> 7c05fee69ca7 01:15:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:24 ---> Running in bb1d917324f6 01:15:24 ---> Running in 959c37293ef1 01:15:24 ---> Running in d627e495ed10 01:15:24 ---> Running in 9dbe93c308ea 01:15:24 ---> Running in e862a1616412 01:15:27 Removing intermediate container bb1d917324f6 01:15:27 ---> 9fbd8bba0097 01:15:27 Step 5/23 : RUN apk add --update --no-cache make git 01:15:27 ---> Running in ee2caffcea5f 01:15:28 Removing intermediate container 9dbe93c308ea 01:15:28 ---> 510ebd97453d 01:15:28 Step 5/34 : RUN apk add --update --no-cache make git 01:15:28 ---> Running in c36fa7543552 01:15:28 Removing intermediate container 959c37293ef1 01:15:28 ---> ac6d794aa3f4 01:15:28 Step 5/22 : RUN apk add --update --no-cache make git 01:15:28 Removing intermediate container d627e495ed10 01:15:28 ---> 84df7a66223a 01:15:28 Step 5/24 : RUN apk add --update --no-cache make git 01:15:28 ---> Running in ff21c7376e29 01:15:28 ---> Running in 5dcc7b252fc0 01:15:29 Removing intermediate container e862a1616412 01:15:29 ---> 44bc0af4d05d 01:15:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:15:29 ---> Running in bdcd9c1deea7 01:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:15:31 OK: 217 MiB in 51 packages 01:15:32 OK: 217 MiB in 51 packages 01:15:32 OK: 217 MiB in 51 packages 01:15:33 OK: 217 MiB in 51 packages 01:15:33 OK: 217 MiB in 51 packages 01:15:33 Removing intermediate container ee2caffcea5f 01:15:33 ---> 221ff3be9f10 01:15:33 Step 6/23 : COPY go.mod . 01:15:34 Removing intermediate container c36fa7543552 01:15:34 ---> 6e52f9ee9066 01:15:34 Step 6/34 : COPY go.mod . 01:15:34 ---> aeeeb1de807a 01:15:34 Step 7/23 : RUN go mod download 01:15:34 Removing intermediate container 5dcc7b252fc0 01:15:34 ---> cf33b4975285 01:15:34 Step 6/24 : COPY go.mod . 01:15:34 Removing intermediate container bdcd9c1deea7 01:15:34 ---> 2371a1677d18 01:15:34 Step 6/23 : COPY go.mod . 01:15:34 ---> Running in 2970c1d9fb6e 01:15:35 Removing intermediate container ff21c7376e29 01:15:35 ---> bfb9122de461 01:15:35 Step 6/22 : COPY go.mod . 01:15:35 ---> 2892344479ff 01:15:35 Step 7/34 : RUN go mod download 01:15:35 ---> Running in 0cbb76939af8 01:15:35 ---> c479864d494f 01:15:35 Step 7/24 : RUN go mod download 01:15:36 ---> dbb96d67047c 01:15:36 Step 7/22 : RUN go mod download 01:15:36 ---> d4ce8a984432 01:15:36 Step 7/23 : RUN go mod download 01:15:36 ---> Running in ce594f1e60ec 01:15:36 ---> Running in 32db716d4cfa 01:15:36 ---> Running in 41fe7fd75061 01:15:39 Removing intermediate container 2970c1d9fb6e 01:15:39 ---> 5aef4b7b1c9f 01:15:39 Step 8/23 : COPY . . 01:15:40 Removing intermediate container 0cbb76939af8 01:15:40 ---> 616a03bf9aad 01:15:40 Step 8/34 : COPY . . 01:15:41 Removing intermediate container ce594f1e60ec 01:15:41 ---> 0b0839193cb9 01:15:41 Step 8/24 : COPY . . 01:15:41 Removing intermediate container 32db716d4cfa 01:15:41 ---> e78f5081464a 01:15:41 Step 8/22 : COPY . . 01:15:42 Removing intermediate container 41fe7fd75061 01:15:42 ---> ebe561cb0bf7 01:15:42 Step 8/23 : COPY . . 01:16:09 ---> ad8cf06230d5 01:16:09 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:16:09 ---> ae712ec9d6c6 01:16:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:16:09 ---> 2dfe8b5b0df2 01:16:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:16:09 ---> ca69e251d2eb 01:16:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:16:09 ---> a15a3097b8c2 01:16:09 Step 9/23 : RUN make cmd/core-data/core-data 01:16:09 ---> Running in e67e6fa56eae 01:16:09 ---> Running in eb589899baa3 01:16:09 ---> Running in aaacf9d14ccd 01:16:09 ---> Running in f5258ed526ee 01:16:09 ---> Running in d1f4f0691b3f 01:16:09 Removing intermediate container e67e6fa56eae 01:16:09 ---> d2f9b9fc6ccb 01:16:09 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 01:16:09 ---> Running in b130db524c87 01:16:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:16:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:16:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:16:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:16:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:17:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:17:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:17:43 Removing intermediate container f5258ed526ee 01:17:43 ---> 75d377219e20 01:17:43 01:17:43 Step 10/24 : FROM alpine:3.12 01:17:43 3.12: Pulling from library/alpine 01:17:44 Removing intermediate container aaacf9d14ccd 01:17:44 ---> 31e48b90ce59 01:17:44 01:17:44 Step 10/22 : FROM alpine:3.12 01:17:44 3.12: Pulling from library/alpine 01:17:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:17:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:17:45 Status: Downloaded newer image for alpine:3.12 01:17:45 ---> afeebe901d6b 01:17:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:17:45 Status: Image is up to date for alpine:3.12 01:17:45 ---> afeebe901d6b 01:17:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:17:45 ---> Running in 9eacf9222820 01:17:45 ---> Running in f03bf72bf9f9 01:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:49 (1/1) Installing dumb-init (1.2.2-r1) 01:17:49 Executing busybox-1.31.1-r19.trigger 01:17:49 (1/5) Installing ca-certificates (20191127-r4) 01:17:49 OK: 5 MiB in 15 packages 01:17:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:17:49 (3/5) Installing libcurl (7.69.1-r3) 01:17:49 (4/5) Installing curl (7.69.1-r3) 01:17:49 (5/5) Installing dumb-init (1.2.2-r1) 01:17:49 Executing busybox-1.31.1-r19.trigger 01:17:49 Executing ca-certificates-20191127-r4.trigger 01:17:49 OK: 7 MiB in 19 packages 01:17:50 + mkdir -p /tmp/build/dist/linux 01:17:50 + cd /tmp/build/dist/linux 01:17:50 + git clone https://github.com/jwilder/dockerize.git . 01:17:50 Cloning into '.'... 01:17:51 + go get github.com/robfig/glock 01:17:51 Removing intermediate container f03bf72bf9f9 01:17:51 ---> 4e91b290b0b2 01:17:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:17:52 ---> Running in a4e98a3134e8 01:17:52 Removing intermediate container 9eacf9222820 01:17:52 ---> 3d1172381fe5 01:17:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:17:52 ---> Running in 1d025cb84ab6 01:17:52 Removing intermediate container a4e98a3134e8 01:17:53 ---> 7f37296a562a 01:17:53 Step 13/22 : ENV APP_PORT=48085 01:17:53 ---> Running in b2ba0559e436 01:17:53 Removing intermediate container 1d025cb84ab6 01:17:53 ---> 3f1a2ae50408 01:17:53 Step 13/24 : WORKDIR / 01:17:54 Removing intermediate container b2ba0559e436 01:17:54 ---> 97b01e761167 01:17:54 Step 14/22 : EXPOSE $APP_PORT 01:17:54 ---> Running in ea6db5851685 01:17:54 ---> Running in 30cfca5315de 01:17:55 Removing intermediate container ea6db5851685 01:17:55 ---> 73562ad4d047 01:17:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:17:55 Removing intermediate container 30cfca5315de 01:17:55 ---> 25a42adf3615 01:17:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:17:56 ---> b62682292fc2 01:17:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:17:56 ---> 834131dd18c3 01:17:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:58 ---> f54179cc3a0d 01:17:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:17:59 ---> add5f5be0f89 01:17:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:17:59 ---> a094faa024ab 01:17:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:18:00 ---> 81694be0d196 01:18:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:18:00 ---> Running in ea08c0ff40a4 01:18:01 ---> 9f1c8b7831d3 01:18:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:18:01 Removing intermediate container ea08c0ff40a4 01:18:01 ---> ea0740aa15c4 01:18:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:02 ---> Running in ef44a2e55e10 01:18:02 Removing intermediate container ef44a2e55e10 01:18:02 ---> a732cf92a9fb 01:18:02 Step 20/22 : LABEL arch=arm64 01:18:03 ---> b51dbb7a2f31 01:18:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:18:03 ---> Running in ec264089d1fd 01:18:04 Removing intermediate container ec264089d1fd 01:18:04 ---> fc315012cc90 01:18:04 Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:18:04 ---> Running in bcfddc3fed7a 01:18:05 ---> cd514ff67bbb 01:18:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:18:05 ---> Running in 49ab013e8360 01:18:05 Removing intermediate container bcfddc3fed7a 01:18:05 ---> e6686e7959f9 01:18:05 Step 22/22 : LABEL version=0.0.0 01:18:06 ---> Running in 7c8574bfcdc3 01:18:07 Removing intermediate container 7c8574bfcdc3 01:18:07 ---> c2b3cb367d70 01:18:07 01:18:08 Successfully built c2b3cb367d70 01:18:08 Successfully tagged docker-support-scheduler-go-arm64:latest 01:18:08 Building docker-support-notifications-go 01:18:11  Building docker-support-scheduler-go ... done Removing intermediate container 49ab013e8360 01:18:11 ---> 54b3f15ad65a 01:18:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:18:12 ---> Running in 6320f785922f 01:18:12 Removing intermediate container eb589899baa3 01:18:12 ---> a6de1c7b7e1c 01:18:12 01:18:12 Step 10/23 : FROM alpine:3.12 01:18:12 ---> afeebe901d6b 01:18:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:18:12 ---> Using cache 01:18:12 ---> 4e91b290b0b2 01:18:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:18:12 ---> Using cache 01:18:12 ---> 7f37296a562a 01:18:12 Step 13/23 : ENV APP_PORT=48081 01:18:13 ---> Running in cb688560e50a 01:18:13 Removing intermediate container 6320f785922f 01:18:13 ---> 256b32b32679 01:18:13 Step 22/24 : LABEL arch=arm64 01:18:14 Removing intermediate container cb688560e50a 01:18:14 ---> b57540606f45 01:18:14 Step 14/23 : EXPOSE $APP_PORT 01:18:14 ---> Running in 13b33fc1255c 01:18:14 ---> Running in 18baaee003f6 01:18:15 Removing intermediate container 13b33fc1255c 01:18:15 ---> 0acf9bf7aaf6 01:18:15 Step 23/24 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:18:15 ---> Running in c37a30792e53 01:18:15 Removing intermediate container 18baaee003f6 01:18:15 ---> 153636fe4777 01:18:15 Step 15/23 : WORKDIR / 01:18:15 ---> Running in 6e3a6be7d579 01:18:16 Removing intermediate container c37a30792e53 01:18:16 ---> 2addae34f3ab 01:18:16 Step 24/24 : LABEL version=0.0.0 01:18:16 + glock sync -n 01:18:16  ---> Running in 2294ad2cf805 01:18:16 Removing intermediate container 6e3a6be7d579 01:18:16 ---> 531a46cffc04 01:18:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:18:17 Removing intermediate container 2294ad2cf805 01:18:17 ---> 9d7097e2eed9 01:18:17 01:18:18 ---> 6fb330448ef9 01:18:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:18:18 Successfully built 9d7097e2eed9 01:18:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:18:18  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 01:18:21 Removing intermediate container d1f4f0691b3f 01:18:21 ---> cab84d0054b9 01:18:21 01:18:21 Step 10/23 : FROM alpine:3.12 01:18:21 ---> afeebe901d6b 01:18:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:18:21 ---> 2be8d1aa56b6 01:18:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:18:21 ---> Running in aa8db9a300e1 01:18:23 Removing intermediate container aa8db9a300e1 01:18:23 ---> 8d5c8c0ac2db 01:18:23 Step 12/23 : ENV APP_PORT=48080 01:18:23 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 01:18:23 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 01:18:23 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 01:18:23 ---> add323e58ad6 01:18:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:18:24 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 01:18:24 + git describe '--abbrev=0' --tags 01:18:24 + TAG=v0.6.1 01:18:24 + LDFLAGS='-X main.buildVersion=v0.6.1' 01:18:24 + apk --print-arch 01:18:24 building [dockerize] for arm64 ... 01:18:24 + arch=aarch64 01:18:24 + echo 'building [dockerize] for arm64 ... ' 01:18:24 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 01:18:24  ---> Running in deeb775d538b 01:18:24 ---> Running in f295a64392a3 01:18:25 Removing intermediate container f295a64392a3 01:18:25 ---> 48274e566b3a 01:18:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:25 Removing intermediate container deeb775d538b 01:18:25 ---> b8ca35007fa6 01:18:25 Step 13/23 : EXPOSE $APP_PORT 01:18:25 ---> Running in cffc51d029ff 01:18:26 ---> Running in db24c094639e 01:18:27 Removing intermediate container cffc51d029ff 01:18:27 ---> 92d422d4d791 01:18:27 Step 21/23 : LABEL arch=arm64 01:18:27 Removing intermediate container db24c094639e 01:18:27 ---> 637b9703e952 01:18:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:28 ---> Running in 9f186c72baee 01:18:28 ---> Running in cde2ddd6693a 01:18:28 Removing intermediate container 9f186c72baee 01:18:28 ---> 0fc347671a71 01:18:28 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:18:29 ---> Running in e66085a223ba 01:18:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:18:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:18:29 ---> c99b23c6435a 01:18:29 Step 3/22 : WORKDIR /edgex-go 01:18:29 ---> Using cache 01:18:29 ---> 7c05fee69ca7 01:18:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:29 ---> Using cache 01:18:29 ---> 44bc0af4d05d 01:18:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:18:29 ---> Running in 16493d1ba674 01:18:30 + date 01:18:30 + echo 'Thu Jan 28 01:18:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 01:18:30 Thu Jan 28 01:18:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 01:18:30 Removing intermediate container e66085a223ba 01:18:30 ---> 21bc681eaaa2 01:18:30 Step 23/23 : LABEL version=0.0.0 01:18:30 ---> Running in 1de3887d1363 01:18:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:31 Removing intermediate container 1de3887d1363 01:18:31 ---> 512a93528a5b 01:18:31 01:18:32 Successfully built 512a93528a5b 01:18:32 Successfully tagged docker-core-metadata-go-arm64:latest 01:18:32  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 01:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:33 Removing intermediate container cde2ddd6693a 01:18:33 ---> a1704684061f 01:18:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:18:33 OK: 217 MiB in 51 packages 01:18:33 ---> Running in f5c39efc25ba 01:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:37 Removing intermediate container 16493d1ba674 01:18:37 ---> b65a3e823683 01:18:37 Step 6/22 : COPY go.mod . 01:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:38 (1/6) Installing dumb-init (1.2.2-r1) 01:18:38 (2/6) Installing libgcc (9.3.0-r2) 01:18:38 (3/6) Installing libsodium (1.0.18-r0) 01:18:38 ---> 08a27c494aaa 01:18:38 Step 7/22 : RUN go mod download 01:18:39 (4/6) Installing libstdc++ (9.3.0-r2) 01:18:39 (5/6) Installing libzmq (4.3.3-r0) 01:18:39 (6/6) Installing zeromq (4.3.3-r0) 01:18:39 ---> Running in 8c158e277369 01:18:39 Executing busybox-1.31.1-r19.trigger 01:18:39 OK: 8 MiB in 20 packages 01:18:42 Removing intermediate container b130db524c87 01:18:42 ---> 04f505f54dad 01:18:42 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 01:18:42 ---> Running in bf12c896fbf4 01:18:42 Removing intermediate container f5c39efc25ba 01:18:42 ---> 1219bb83d33e 01:18:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:18:43 Removing intermediate container 8c158e277369 01:18:43 ---> ff5314301ef1 01:18:43 Step 8/22 : COPY . . 01:18:44 ---> 17e35bb3b8b0 01:18:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:18:44 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 01:18:44 statically linked 01:18:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:18:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:18:47 ---> c99b23c6435a 01:18:47 Step 3/21 : WORKDIR /edgex-go 01:18:47 ---> Using cache 01:18:47 ---> 7c05fee69ca7 01:18:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:47 ---> Using cache 01:18:47 ---> 44bc0af4d05d 01:18:47 Step 5/21 : RUN apk add --update --no-cache make git 01:18:47 ---> 10e79f4cc7ec 01:18:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:18:47 ---> Running in 34a086f57fb2 01:18:48 Removing intermediate container bf12c896fbf4 01:18:48 ---> 034eed86890d 01:18:48 01:18:48 Step 12/34 : FROM alpine:3.12 01:18:48 ---> afeebe901d6b 01:18:48 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:18:50 ---> 526f7b98d3b2 01:18:50 Step 19/23 : ENTRYPOINT ["/core-data"] 01:18:50 ---> Running in ab0a829b3869 01:18:50 ---> Running in 7c1134d2c193 01:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:51 Removing intermediate container ab0a829b3869 01:18:51 ---> 43bcb48eb0ca 01:18:51 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:18:51 Removing intermediate container 7c1134d2c193 01:18:51 ---> da664c6f7428 01:18:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:51 ---> Running in d84dba20b994 01:18:52 ---> Running in 58335fcd72a7 01:18:52 OK: 217 MiB in 51 packages 01:18:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:53 Removing intermediate container 58335fcd72a7 01:18:53 ---> 2dacaaacdd23 01:18:53 Step 21/23 : LABEL arch=arm64 01:18:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:54 ---> Running in 96582e883a58 01:18:54 (1/3) Installing dumb-init (1.2.2-r1) 01:18:54 (2/3) Installing openssl (1.1.1i-r0) 01:18:54 (3/3) Installing su-exec (0.2-r1) 01:18:54 Executing busybox-1.31.1-r19.trigger 01:18:54 Removing intermediate container 34a086f57fb2 01:18:54 ---> a937e1ed8ff1 01:18:54 Step 6/21 : COPY go.mod .OK: 6 MiB in 17 packages 01:18:54 01:18:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:18:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:18:55 ---> c99b23c6435a 01:18:55 Step 3/26 : WORKDIR /edgex-go 01:18:55 ---> Using cache 01:18:55 ---> 7c05fee69ca7 01:18:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:55 ---> Using cache 01:18:55 ---> 44bc0af4d05d 01:18:55 Step 5/26 : RUN apk add --update --no-cache make bash git 01:18:55 Removing intermediate container 96582e883a58 01:18:55 ---> 7a07eee9ffbb 01:18:55 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:18:55 ---> Running in e287ae8763fd 01:18:55 ---> Running in 4539e04c99e0 01:18:56 ---> 29a444e1c2c9 01:18:56 Step 7/21 : RUN go mod download 01:18:56 Removing intermediate container 4539e04c99e0 01:18:56 ---> 2e74b9e96f29 01:18:56 Step 23/23 : LABEL version=0.0.0 01:18:56 ---> Running in e5ff89c88c12 01:18:57 Removing intermediate container d84dba20b994 01:18:57 ---> b42ccc4f7463 01:18:57 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 01:18:57 ---> Running in 79c2dce280bb 01:18:57 ---> Running in f6296e61e28c 01:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:58 Removing intermediate container 79c2dce280bb 01:18:58 ---> 4ff375454917 01:18:58 01:18:58 Removing intermediate container f6296e61e28c 01:18:58 ---> 1b1515db98a9 01:18:58 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:58 Successfully built 4ff375454917 01:18:58 Successfully tagged docker-core-data-go-arm64:latest 01:18:58 Building docker-core-command-go 01:18:59  Building docker-core-data-go ... done  ---> Running in 781a62fece28 01:18:59 OK: 217 MiB in 51 packages 01:19:00 Removing intermediate container 781a62fece28 01:19:00 ---> 0f98d9cdfd9e 01:19:00 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:19:02 ---> Running in ee8a3fb45c8e 01:19:03 ---> 0626a88e199a 01:19:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:19:03 Removing intermediate container e5ff89c88c12 01:19:03 ---> a1215a425228 01:19:03 Step 8/21 : COPY . . 01:19:03 Removing intermediate container e287ae8763fd 01:19:03 ---> e3e1fb11445f 01:19:03 Step 6/26 : COPY go.mod . 01:19:03 ---> Running in ef946e861167 01:19:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:19:06 ---> ae60cd616594 01:19:06 Step 7/26 : RUN go mod download 01:19:06 ---> Running in abcfc5c7d689 01:19:06 Removing intermediate container ee8a3fb45c8e 01:19:06 ---> 152706b90085 01:19:06 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 01:19:06 ---> Running in c84c424ffddc 01:19:08 Removing intermediate container c84c424ffddc 01:19:08 ---> 3bbb1757088b 01:19:08 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 01:19:11 ---> 35c88814bc2f 01:19:11 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:19:12 Removing intermediate container abcfc5c7d689 01:19:12 ---> 1c5aed2f0e91 01:19:12 Step 8/26 : COPY . . 01:19:14 ---> 11da094bbcd2 01:19:14 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:19:14 ---> Running in 4e3857f77da1 01:19:20 Removing intermediate container 4e3857f77da1 01:19:20 ---> b198c881d9b9 01:19:20 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:21 ---> 1da80d012ae8 01:19:21 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:19:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:19:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:19:25 ---> c99b23c6435a 01:19:25 Step 3/23 : WORKDIR /edgex-go 01:19:25 ---> Using cache 01:19:25 ---> 7c05fee69ca7 01:19:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:19:25 ---> Using cache 01:19:25 ---> 44bc0af4d05d 01:19:25 Step 5/23 : RUN apk add --update --no-cache make git 01:19:25 ---> Using cache 01:19:25 ---> a937e1ed8ff1 01:19:25 Step 6/23 : COPY go.mod . 01:19:25 ---> Using cache 01:19:25 ---> 29a444e1c2c9 01:19:25 Step 7/23 : RUN go mod download 01:19:25 ---> Using cache 01:19:25 ---> a1215a425228 01:19:25 Step 8/23 : COPY . . 01:19:25 ---> aa0a6ee6efbf 01:19:25 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:19:27 ---> b363de96a9a8 01:19:27 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:19:31 ---> e03c90e32970 01:19:31 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:19:35 ---> 3232b116b720 01:19:35 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 01:19:36 ---> Running in a21ca59b2ff3 01:19:36 ---> 10fa0ac8d59e 01:19:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:19:36 ---> Running in bd86de68e425 01:19:37 Removing intermediate container a21ca59b2ff3 01:19:37 ---> de1d86b57b6e 01:19:37 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:19: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 01:19:40 ---> 842cf831b2da 01:19:40 Step 29/34 : RUN chmod +x /entrypoint.sh 01:19:41 ---> Running in e049f212eab7 01:19:46 Removing intermediate container e049f212eab7 01:19:46 ---> 8d0debdf558d 01:19:46 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 01:19:47 ---> b57a310196fa 01:19:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:19:47 ---> Running in 2ef1ef849fd9 01:19:47 ---> Running in 599fd3701c85 01:19:48 Removing intermediate container 2ef1ef849fd9 01:19:48 ---> 04d58afa65dd 01:19:48 Step 31/34 : CMD ["gate"] 01:19:49 ---> Running in 07d147ce412d 01:19:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:19:50 Removing intermediate container 07d147ce412d 01:19:50 ---> fc9231edcc0c 01:19:50 Step 32/34 : LABEL arch=arm64 01:19:52 ---> Running in b20cf07df152 01:19:53 Removing intermediate container b20cf07df152 01:19:53 ---> 2342fb6e1f40 01:19:53 Step 33/34 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:19:54 ---> Running in 77a3f709afc4 01:19:55 Removing intermediate container ef946e861167 01:19:55 ---> 203312975d58 01:19:55 01:19:55 Step 10/22 : FROM alpine:3.12 01:19:55 ---> afeebe901d6b 01:19:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:19:55 ---> Running in 70ea866c84e4 01:19:56 Removing intermediate container 77a3f709afc4 01:19:56 ---> 703cca760d63 01:19:56 Step 34/34 : LABEL version=0.0.0 01:19:57 ---> Running in d444f490fc44 01:19:58 ---> ce451953dc3f 01:19:58 Step 9/23 : RUN make cmd/core-command/core-command 01:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:58 Removing intermediate container d444f490fc44 01:19:58 ---> 4b5681be7f8d 01:19:58 01:19:58 ---> Running in 2d9ca91414aa 01:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:59 Successfully built 4b5681be7f8d 01:19:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:19:59  Building docker-security-bootstrapper-go ... done (1/2) Installing ca-certificates (20191127-r4) 01:19:59 (2/2) Installing dumb-init (1.2.2-r1) 01:19:59 Executing busybox-1.31.1-r19.trigger 01:19:59 Executing ca-certificates-20191127-r4.trigger 01:19:59 OK: 6 MiB in 16 packages 01:20:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:20:02 Removing intermediate container 70ea866c84e4 01:20:02 ---> 91ce0b469fa3 01:20:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:20:02 ---> Running in f604bf493c80 01:20:03 Removing intermediate container f604bf493c80 01:20:03 ---> 22406be34e5a 01:20:03 Step 13/22 : ENV APP_PORT=48060 01:20:03 ---> Running in 8159357aed20 01:20:04 Removing intermediate container 8159357aed20 01:20:04 ---> 56099fd1e8e0 01:20:04 Step 14/22 : EXPOSE $APP_PORT 01:20:04 ---> Running in 237e13f2c4e6 01:20:05 Removing intermediate container 237e13f2c4e6 01:20:05 ---> 58912dc4abfc 01:20:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:20:06 ---> 414ca0f627a9 01:20:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:20:07 ---> 5e9b6fb04058 01:20:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:20:08 ---> 13e722ecbf1e 01:20:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:20:08 ---> Running in 65675ebe4934 01:20:09 Removing intermediate container 65675ebe4934 01:20:09 ---> 7b2645c3338d 01:20:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:20:09 ---> Running in b10b0fa86611 01:20:10 Removing intermediate container b10b0fa86611 01:20:10 ---> 634f74eba28d 01:20:10 Step 20/22 : LABEL arch=arm64 01:20:10 ---> Running in 22da7a0e1fb4 01:20:11 Removing intermediate container 22da7a0e1fb4 01:20:11 ---> 5856749b1ee7 01:20:11 Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:20:11 ---> Running in 83a442a51bb9 01:20:12 Removing intermediate container 83a442a51bb9 01:20:12 ---> 8d0ea785f56a 01:20:12 Step 22/22 : LABEL version=0.0.0 01:20:12 ---> Running in e9a2386b2a47 01:20:13 Removing intermediate container e9a2386b2a47 01:20:13 ---> fabcc9ec0f1b 01:20:13 01:20:13 Successfully built fabcc9ec0f1b 01:20:13 Successfully tagged docker-support-notifications-go-arm64:latest 01:20:32  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:20:44 Removing intermediate container bd86de68e425 01:20:44 ---> 6835f220097e 01:20:44 01:20:44 Step 10/21 : FROM alpine:3.12 01:20:44 ---> afeebe901d6b 01:20:44 Step 11/21 : RUN apk add --update --no-cache curl 01:20:44 ---> Running in 07f98a6594e5 01:20:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:20:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:20:47 (1/4) Installing ca-certificates (20191127-r4) 01:20:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:20:47 (3/4) Installing libcurl (7.69.1-r3) 01:20:47 (4/4) Installing curl (7.69.1-r3) 01:20:47 Executing busybox-1.31.1-r19.trigger 01:20:47 Executing ca-certificates-20191127-r4.trigger 01:20:47 OK: 7 MiB in 18 packages 01:20:50 Removing intermediate container 07f98a6594e5 01:20:50 ---> 29599397a96b 01:20:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:20:50 ---> Running in 3f59fb5f9c24 01:20:51 Removing intermediate container 3f59fb5f9c24 01:20:51 ---> 1725c65ea022 01:20:51 Step 13/21 : WORKDIR /edgex 01:20:51 Removing intermediate container 599fd3701c85 01:20:51 ---> b6704bc753bd 01:20:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:20:51 ---> Running in 667fabd51ecf 01:20:51 ---> Running in 6b3657a09e75 01:20:52 Removing intermediate container 667fabd51ecf 01:20:52 ---> 88639519129f 01:20:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:20:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:20:53 ---> 5b234625d243 01:20:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:20:55 ---> 4b21f023e380 01:20:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:20:55 Removing intermediate container 2d9ca91414aa 01:20:55 ---> 6b10a4d3e915 01:20:55 01:20:55 Step 10/23 : FROM alpine:3.12 01:20:55 ---> afeebe901d6b 01:20:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:20:55 ---> Using cache 01:20:55 ---> 4e91b290b0b2 01:20:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:20:55 ---> Using cache 01:20:55 ---> 7f37296a562a 01:20:55 Step 13/23 : ENV APP_PORT=48082 01:20:56 ---> Running in 5d919a721bd3 01:20:56 Removing intermediate container 6b3657a09e75 01:20:56 ---> a011a08fde3c 01:20:56 01:20:56 Step 11/26 : FROM docker:20.10.0 01:20:56 ---> ba495f97607a 01:20:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:20:56 20.10.0: Pulling from library/docker 01:20:56 ---> Running in e5e8417c712e 01:20:56 Removing intermediate container 5d919a721bd3 01:20:56 ---> 9a8d9c210eb1 01:20:56 Step 14/23 : EXPOSE $APP_PORT 01:20:56 ---> Running in d986f665b34f 01:20:56 Removing intermediate container e5e8417c712e 01:20:56 ---> 8c70ebb2317e 01:20:56 Step 18/21 : CMD ["--init=true"] 01:20:57 ---> Running in 8c31237bd9ca 01:20:57 Removing intermediate container d986f665b34f 01:20:57 ---> b524caf93f27 01:20:57 Step 15/23 : WORKDIR / 01:20:57 ---> Running in 25d237fc822d 01:20:57 Removing intermediate container 8c31237bd9ca 01:20:57 ---> bb13273e7273 01:20:57 Step 19/21 : LABEL arch=arm64 01:20:58 ---> Running in 2a08a0ee1bd9 01:20:58 Removing intermediate container 25d237fc822d 01:20:58 ---> d000bfdb743b 01:20:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:20:59 Removing intermediate container 2a08a0ee1bd9 01:20:59 ---> f1eb88b7a497 01:20:59 Step 20/21 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:20:59 ---> Running in a84e73f519ec 01:20:59 ---> 8888809c0b16 01:20:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:20:59 Removing intermediate container a84e73f519ec 01:20:59 ---> 9229d3c686a4 01:20:59 Step 21/21 : LABEL version=0.0.0 01:21:00 ---> Running in f5eb84af6f8d 01:21:00 Removing intermediate container f5eb84af6f8d 01:21:00 ---> c9c89008df2e 01:21:00 01:21:01 ---> 03a6c23029b8 01:21:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:21:01 Successfully built c9c89008df2e 01:21:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:21:02  Building docker-security-proxy-setup-go ... done  ---> 748568c0ed6f 01:21:02 Step 19/23 : ENTRYPOINT ["/core-command"] 01:21:02 ---> Running in b7617f7ad6ea 01:21:03 Removing intermediate container b7617f7ad6ea 01:21:03 ---> a3a84b14df3d 01:21:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:21:03 ---> Running in b37595c0c973 01:21:04 Removing intermediate container b37595c0c973 01:21:04 ---> 785c29f97568 01:21:04 Step 21/23 : LABEL arch=arm64 01:21:04 ---> Running in d563d432d5bc 01:21:05 Removing intermediate container d563d432d5bc 01:21:05 ---> 770c04a5ee17 01:21:05 Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:21:05 ---> Running in db1e2d4b9fdf 01:21:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:21:05 Status: Downloaded newer image for docker:20.10.0 01:21:05 ---> eeaf43b92773 01:21:05 Step 12/26 : RUN apk add --no-cache bash 01:21:05 ---> Running in 4181bafb9aac 01:21:05 Removing intermediate container db1e2d4b9fdf 01:21:05 ---> 0cafb019b8f2 01:21:05 Step 23/23 : LABEL version=0.0.0 01:21:06 ---> Running in 5a94fb2126c7 01:21:06 Removing intermediate container 5a94fb2126c7 01:21:06 ---> 2b5336ccf7d8 01:21:06 01:21:06 Successfully built 2b5336ccf7d8 01:21:06 Successfully tagged docker-core-command-go-arm64:latest 01:21:06  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:21:08 (1/2) Installing readline (8.0.4-r0) 01:21:08 (2/2) Installing bash (5.0.17-r0) 01:21:08 Executing bash-5.0.17-r0.post-install 01:21:08 Executing busybox-1.31.1-r19.trigger 01:21:08 OK: 12 MiB in 22 packages 01:21:09 Removing intermediate container 4181bafb9aac 01:21:09 ---> be6632670c87 01:21:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:21:09 ---> Running in be5bb143507c 01:21:10 Removing intermediate container be5bb143507c 01:21:10 ---> 45681fa93535 01:21:10 Step 14/26 : ENV APP_PORT=48090 01:21:10 ---> Running in 18f94505694b 01:21:11 Removing intermediate container 18f94505694b 01:21:11 ---> 81ad2f7cb6d0 01:21:11 Step 15/26 : EXPOSE $APP_PORT 01:21:11 ---> Running in 6b5c02e09c9b 01:21:11 Removing intermediate container 6b5c02e09c9b 01:21:11 ---> da0a013c93a9 01:21:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:21:12 ---> f897cc9f8240 01:21:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:21:13 ---> f45aa05fb707 01:21:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:21:14 ---> e3dd3811c513 01:21:14 Step 19/26 : RUN apk --no-cache add py3-pip 01:21:14 ---> Running in 171854c9d093 01:21:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:21:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:21:15 (1/33) Installing libbz2 (1.0.8-r1) 01:21:15 (2/33) Installing expat (2.2.9-r1) 01:21:15 (3/33) Installing libffi (3.3-r2) 01:21:15 (4/33) Installing gdbm (1.13-r1) 01:21:16 (5/33) Installing xz-libs (5.2.5-r0) 01:21:16 (6/33) Installing sqlite-libs (3.32.1-r0) 01:21:16 (7/33) Installing python3 (3.8.5-r0) 01:21:20 (8/33) Installing py3-appdirs (1.4.4-r1) 01:21:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:21:20 (10/33) Installing py3-parsing (2.4.7-r0) 01:21:20 (11/33) Installing py3-six (1.15.0-r0) 01:21:20 (12/33) Installing py3-packaging (20.4-r0) 01:21:20 (13/33) Installing py3-setuptools (47.0.0-r0) 01:21:20 (14/33) Installing py3-chardet (3.0.4-r4) 01:21:20 (15/33) Installing py3-idna (2.9-r0) 01:21:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:21:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:21:21 (18/33) Installing py3-requests (2.23.0-r0) 01:21:21 (19/33) Installing py3-msgpack (1.0.0-r0) 01:21:21 (20/33) Installing py3-lockfile (0.12.2-r3) 01:21:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:21:21 (22/33) Installing py3-colorama (0.4.3-r0) 01:21:21 (23/33) Installing py3-distlib (0.3.0-r0) 01:21:21 (24/33) Installing py3-distro (1.5.0-r1) 01:21:21 (25/33) Installing py3-webencodings (0.5.1-r3) 01:21:21 (26/33) Installing py3-html5lib (1.0.1-r4) 01:21:21 (27/33) Installing py3-pytoml (0.1.21-r0) 01:21:21 (28/33) Installing py3-pep517 (0.8.2-r0) 01:21:21 (29/33) Installing py3-progress (1.5-r0) 01:21:21 (30/33) Installing py3-toml (0.10.1-r0) 01:21:21 (31/33) Installing py3-retrying (1.3.3-r0) 01:21:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:21:21 (33/33) Installing py3-pip (20.1.1-r0) 01:21:22 Executing busybox-1.31.1-r19.trigger 01:21:22 OK: 71 MiB in 55 packages 01:21:28 Removing intermediate container 171854c9d093 01:21:28 ---> 95900b607897 01:21:28 Step 20/26 : RUN pip install docker-compose==1.23.2 01:21:28 ---> Running in 8f07ec72fc1a 01:21:33 Collecting docker-compose==1.23.2 01:21:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:21:34 Collecting docker<4.0,>=3.6.0 01:21:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:21:34 Collecting texttable<0.10,>=0.9.0 01:21:34 Downloading texttable-0.9.1.tar.gz (11 kB) 01:21:36 Collecting cached-property<2,>=1.2.0 01:21:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:21:37 Collecting jsonschema<3,>=2.5.1 01:21:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:21:37 Collecting dockerpty<0.5,>=0.4.1 01:21:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:21:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:21:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:21:40 Collecting docopt<0.7,>=0.6.1 01:21:40 Downloading docopt-0.6.2.tar.gz (25 kB) 01:21:43 Collecting websocket-client<1.0,>=0.32.0 01:21:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:21:43 Collecting PyYAML<4,>=3.10 01:21:43 Downloading PyYAML-3.13.tar.gz (270 kB) 01:21:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:21:46 Collecting docker-pycreds>=0.4.0 01:21:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:21:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:21:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:21:46 Collecting idna<2.8,>=2.5 01:21:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:21:47 Collecting urllib3<1.25,>=1.21.1 01:21:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:21:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:21:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:21:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:21:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:21:48 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, jsonschema, dockerpty, docopt, PyYAML, docker-compose 01:21:48 Attempting uninstall: idna 01:21:48 Found existing installation: idna 2.9 01:21:48 Uninstalling idna-2.9: 01:21:48 Successfully uninstalled idna-2.9 01:21:49 Attempting uninstall: urllib3 01:21:49 Found existing installation: urllib3 1.25.9 01:21:49 Uninstalling urllib3-1.25.9: 01:21:49 Successfully uninstalled urllib3-1.25.9 01:21:50 Attempting uninstall: requests 01:21:50 Found existing installation: requests 2.23.0 01:21:50 Uninstalling requests-2.23.0: 01:21:50 Successfully uninstalled requests-2.23.0 01:21:51 Running setup.py install for texttable: started 01:21:53 Running setup.py install for texttable: finished with status 'done' 01:21:53 Running setup.py install for dockerpty: started 01:21:55 Running setup.py install for dockerpty: finished with status 'done' 01:21:55 Running setup.py install for docopt: started 01:21:57 Running setup.py install for docopt: finished with status 'done' 01:21:57 Running setup.py install for PyYAML: started 01:21:59 Running setup.py install for PyYAML: finished with status 'done' 01:21:59 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 01:22:03 Removing intermediate container 8f07ec72fc1a 01:22:03 ---> f1eb70858e79 01:22:03 Step 21/26 : RUN apk --no-cache add curl 01:22:03 ---> Running in 02459998f152 01:22:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:22:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:22:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:22:05 (2/3) Installing libcurl (7.69.1-r3) 01:22:05 (3/3) Installing curl (7.69.1-r3) 01:22:05 Executing busybox-1.31.1-r19.trigger 01:22:05 OK: 71 MiB in 58 packages 01:22:06 Removing intermediate container 02459998f152 01:22:06 ---> 97ca89bb4c3f 01:22:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:22:06 ---> Running in 83a97ac421d3 01:22:07 Removing intermediate container 83a97ac421d3 01:22:07 ---> 6504ceb8c2ad 01:22:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:22:07 ---> Running in 872ebc5c1e00 01:22:08 Removing intermediate container 872ebc5c1e00 01:22:08 ---> f66c627226c1 01:22:08 Step 24/26 : LABEL arch=arm64 01:22:08 ---> Running in 7b60324f9c3a 01:22:08 Removing intermediate container 7b60324f9c3a 01:22:08 ---> cf2bed4a03a4 01:22:08 Step 25/26 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb 01:22:08 ---> Running in d8a4de77687c 01:22:09 Removing intermediate container d8a4de77687c 01:22:09 ---> 95fa86114769 01:22:09 Step 26/26 : LABEL version=0.0.0 01:22:09 ---> Running in 978a0594b86e 01:22:09 Removing intermediate container 978a0594b86e 01:22:09 ---> 5d33988ed595 01:22:09 01:22:10 Successfully built 5d33988ed595 01:22:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:22:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:22:10 $ docker stop --time=1 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 01:22:12 $ docker rm -f 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 [Pipeline] // withDockerContainer [Pipeline] sh 01:22:13 + docker images 01:22:13 + grep docker 01:22:13 docker-sys-mgmt-agent-go-arm64 latest 5d33988ed595 4 seconds ago 300MB 01:22:13 docker-core-command-go-arm64 latest 2b5336ccf7d8 About a minute ago 15.4MB 01:22:13 docker-security-proxy-setup-go-arm64 latest c9c89008df2e About a minute ago 23.2MB 01:22:13 docker-support-notifications-go-arm64 latest fabcc9ec0f1b 2 minutes ago 16MB 01:22:13 docker-security-bootstrapper-go-arm64 latest 4b5681be7f8d 2 minutes ago 31.9MB 01:22:13 docker-core-data-go-arm64 latest 4ff375454917 3 minutes ago 21MB 01:22:13 docker-core-metadata-go-arm64 latest 512a93528a5b 3 minutes ago 17.7MB 01:22:13 docker-security-secretstore-setup-go-arm64 latest 9d7097e2eed9 3 minutes ago 23.4MB 01:22:13 docker-support-scheduler-go-arm64 latest c2b3cb367d70 4 minutes ago 15.5MB 01:22:13 docker 20.10.0 eeaf43b92773 6 weeks 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 01:22:15 provisioning config files... 01:22:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4270808304531305301tmp [Pipeline] { [Pipeline] sh 01:22:16 + set +x 01:22:16 + curl -s https://codecov.io/bash 01:22:16 + bash -s -- 01:22:17 01:22:17 _____ _ 01:22:17 / ____| | | 01:22:17 | | ___ __| | ___ ___ _____ __ 01:22:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:22:17 | |___| (_) | (_| | __/ (_| (_) \ V / 01:22:17 \_____\___/ \__,_|\___|\___\___/ \_/ 01:22:17 Bash-20210128-d4071a2 01:22:17 01:22:17 01:22:17 ==> git version 2.24.3 found 01:22:17 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:22:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:22:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:22:17 ==> Jenkins CI detected. 01:22:17 project root: . 01:22:17 --> token set from env 01:22:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:22:17 ==> Running gcov in . (disable via -X gcov) 01:22:17 ==> Python coveragepy not found 01:22:17 ==> Searching for coverage reports in: 01:22:17 + . 01:22:17 -> Found 1 reports 01:22:17 ==> Detecting git/mercurial file structure 01:22:17 ==> Reading reports 01:22:17 + ./coverage.out bytes=564700 01:22:17 ==> Appending adjustments 01:22:17 https://docs.codecov.io/docs/fixing-reports 01:22:20 + Found adjustments 01:22:20 ==> Gzipping contents 01:22:20 84K /tmp/codecov.JRRfZE.gz 01:22:20 ==> Uploading reports 01:22:20 url: https://codecov.io 01:22:20 query: branch=PR-3085&commit=2b86841b3b830af04dbefeb656e656359f1893eb&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 01:22:20 -> Pinging Codecov 01:22:20 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3085&commit=2b86841b3b830af04dbefeb656e656359f1893eb&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 01:22:20 -> Uploading to 01:22:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/2b86841b3b830af04dbefeb656e656359f1893eb/1dc7fe45-5f13-4281-a237-1ff0f7b7e26d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T012220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=930fe38e202fb5d55dda4e338b273befe5a91f32583ff91f55d5d66e1f7066cc 01:22:20 % Total % Received % Xferd Average Speed Time Time Time Current 01:22:20 Dload Upload Total Spent Left Speed 01:22:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85495 0 0 100 85495 0 136k --:--:-- --:--:-- --:--:-- 135k 01:22:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b86841b3b830af04dbefeb656e656359f1893eb [Pipeline] } 01:22:21 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 01:22:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:22:24 ---> package-listing.sh 01:22:24 ++ facter osfamily 01:22:24 ++ tr '[:upper:]' '[:lower:]' 01:22:24 + OS_FAMILY=redhat 01:22:24 + workspace=/w/workspace/edgex-go/3 01:22:24 + START_PACKAGES=/tmp/packages_start.txt 01:22:24 + END_PACKAGES=/tmp/packages_end.txt 01:22:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:22:24 + PACKAGES=/tmp/packages_start.txt 01:22:24 + '[' /w/workspace/edgex-go/3 ']' 01:22:24 + PACKAGES=/tmp/packages_end.txt 01:22:24 + case "${OS_FAMILY}" in 01:22:24 + rpm -qa 01:22:24 + sort 01:22:30 + '[' -f /tmp/packages_start.txt ']' 01:22:30 + '[' -f /tmp/packages_end.txt ']' 01:22:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:22:30 + '[' /w/workspace/edgex-go/3 ']' 01:22:30 + mkdir -p /w/workspace/edgex-go/3/archives/ 01:22:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 01:22:30 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:22:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:22:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:22:30 01:22:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:22:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:22:31 alpine: Pulling from edgex-lftools-log-publisher 01:22:31 df20fa9351a1: Pulling fs layer 01:22:31 36b3adc4ff6f: Pulling fs layer 01:22:31 8ad3a11d3b57: Pulling fs layer 01:22:31 46f8f816bc3b: Pulling fs layer 01:22:31 93b61091891f: Pulling fs layer 01:22:31 93b9cdb0e59b: Pulling fs layer 01:22:31 5e14af77c1be: Pulling fs layer 01:22:31 01666e4c0597: Pulling fs layer 01:22:31 aa168da1d23b: Pulling fs layer 01:22:31 46f8f816bc3b: Waiting 01:22:31 93b61091891f: Waiting 01:22:31 93b9cdb0e59b: Waiting 01:22:31 5e14af77c1be: Waiting 01:22:31 01666e4c0597: Waiting 01:22:31 36b3adc4ff6f: Verifying Checksum 01:22:31 36b3adc4ff6f: Download complete 01:22:31 df20fa9351a1: Verifying Checksum 01:22:31 df20fa9351a1: Download complete 01:22:31 93b61091891f: Verifying Checksum 01:22:31 93b61091891f: Download complete 01:22:31 8ad3a11d3b57: Verifying Checksum 01:22:31 8ad3a11d3b57: Download complete 01:22:31 46f8f816bc3b: Verifying Checksum 01:22:31 46f8f816bc3b: Download complete 01:22:31 93b9cdb0e59b: Verifying Checksum 01:22:31 93b9cdb0e59b: Download complete 01:22:31 01666e4c0597: Verifying Checksum 01:22:31 01666e4c0597: Download complete 01:22:31 5e14af77c1be: Verifying Checksum 01:22:31 5e14af77c1be: Download complete 01:22:31 df20fa9351a1: Pull complete 01:22:31 36b3adc4ff6f: Pull complete 01:22:32 8ad3a11d3b57: Pull complete 01:22:32 46f8f816bc3b: Pull complete 01:22:34 aa168da1d23b: Verifying Checksum 01:22:34 aa168da1d23b: Download complete 01:22:34 93b61091891f: Pull complete 01:22:34 93b9cdb0e59b: Pull complete 01:22:34 5e14af77c1be: Pull complete 01:22:34 01666e4c0597: Pull complete 01:22:42 aa168da1d23b: Pull complete 01:22:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:22:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:22:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:22:42 prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container 01:22:42 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 01:22:47 $ docker top 424c06e10b3c18fbed60206a7e01ab3792f22f2a92b3160f2287b58ae2a49ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:48 + touch /tmp/pre-build-complete [Pipeline] sh 01:22:48 + mkdir -p /var/log/sa [Pipeline] sh 01:22:48 + ls /var/log/sa-host 01:22:48 + sadf -c /var/log/sa-host/sa23 01:22:48 file_magic: OK 01:22:48 HZ: Using current value: 100 01:22:48 file_header: OK 01:22:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:22:48 Statistics: 01:22:48 Hnuu...uuuununununu... 01:22:48 File successfully converted to sysstat format version 12.2.1 01:22:48 + sadf -c /var/log/sa-host/sa28 01:22:48 file_magic: OK 01:22:48 HZ: Using current value: 100 01:22:48 file_header: OK 01:22:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:22:48 Statistics: 01:22:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:22:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:22:49 provisioning config files... 01:22:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1560990091151437159tmp [Pipeline] { [Pipeline] echo 01:22:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:22:49 ---> create-netrc.sh [Pipeline] } 01:22:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:22:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:22:50 ---> python-tools-install.sh [Pipeline] echo 01:22:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:22:50 ---> sudo-logs.sh 01:22:50 Archiving 'sudo' log.. [Pipeline] echo 01:22:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:22:51 ---> job-cost.sh 01:22:51 lf-activate-venv: SKIPPING 01:22:51 INFO: No Stack... 01:22:52 INFO: Retrieving Pricing Info for: v1-standard-2 01:22:52 INFO: Archiving Costs [Pipeline] echo 01:22:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:22:53 ---> logs-deploy.sh 01:22:53 lf-activate-venv: SKIPPING 01:22:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3085/3 01:22:53 INFO: archiving workspace using pattern(s): 01:22:54 Archives upload complete. 01:22:54 INFO: archiving logs to Nexus 01:22:55 ---> uname -a: 01:22:55 Linux prd-centos7-docker-4c-2g-23613.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:22:55 01:22:55 01:22:55 ---> lscpu: 01:22:55 Architecture: x86_64 01:22:55 CPU op-mode(s): 32-bit, 64-bit 01:22:55 Byte Order: Little Endian 01:22:55 Address sizes: 40 bits physical, 48 bits virtual 01:22:55 CPU(s): 4 01:22:55 On-line CPU(s) list: 0-3 01:22:55 Thread(s) per core: 1 01:22:55 Core(s) per socket: 1 01:22:55 Socket(s): 4 01:22:55 NUMA node(s): 1 01:22:55 Vendor ID: GenuineIntel 01:22:55 CPU family: 6 01:22:55 Model: 44 01:22:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:22:55 Stepping: 1 01:22:55 CPU MHz: 2933.436 01:22:55 BogoMIPS: 5866.87 01:22:55 Virtualization: VT-x 01:22:55 Hypervisor vendor: KVM 01:22:55 Virtualization type: full 01:22:55 L1d cache: 128 KiB 01:22:55 L1i cache: 128 KiB 01:22:55 L2 cache: 16 MiB 01:22:55 L3 cache: 64 MiB 01:22:55 NUMA node0 CPU(s): 0-3 01:22:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:22:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:22:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:22:55 Vulnerability Meltdown: Mitigation; PTI 01:22:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:22:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:22:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:22:55 Vulnerability Srbds: Not affected 01:22:55 Vulnerability Tsx async abort: Not affected 01:22:55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:22:55 01:22:55 01:22:55 ---> nproc: 01:22:55 4 01:22:55 01:22:55 01:22:55 ---> df -h: 01:22:55 Filesystem Size Used Available Use% Mounted on 01:22:55 overlay 50.0G 11.8G 38.2G 24% / 01:22:55 tmpfs 64.0M 0 64.0M 0% /dev 01:22:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:22:55 shm 64.0M 0 64.0M 0% /dev/shm 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 01:22:55 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 01:22:55 01:22:55 01:22:55 ---> free -m: 01:22:55 total used free shared buff/cache available 01:22:55 Mem: 1837 687 127 0 1022 1064 01:22:55 Swap: 1023 69 954 01:22:55 01:22:55 01:22:55 ---> ip addr: 01:22:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:22:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:22:55 inet 127.0.0.1/8 scope host lo 01:22:55 valid_lft forever preferred_lft forever 01:22:55 inet6 ::1/128 scope host 01:22:55 valid_lft forever preferred_lft forever 01:22:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:22:55 link/ether fa:16:3e:06:df:47 brd ff:ff:ff:ff:ff:ff 01:22:55 inet 10.30.122.13/23 brd 10.30.123.255 scope global dynamic eth0 01:22:55 valid_lft 84737sec preferred_lft 84737sec 01:22:55 inet6 fe80::f816:3eff:fe06:df47/64 scope link 01:22:55 valid_lft forever preferred_lft forever 01:22:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:22:55 link/ether 02:42:76:e7:d9:e9 brd ff:ff:ff:ff:ff:ff 01:22:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:22:55 valid_lft forever preferred_lft forever 01:22:55 inet6 fe80::42:76ff:fee7:d9e9/64 scope link 01:22:55 valid_lft forever preferred_lft forever 01:22:55 01:22:55 01:22:56 ---> sar -b -r -n DEV: 01:22:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:22:56 01:22:56 00:55:02 LINUX RESTART (4 CPU) 01:22:56 01:22:56 00:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:22:56 00:57:02 56.32 14.84 41.47 0.00 4794.81 8575.52 0.00 01:22:56 00:58:01 182.58 98.57 84.01 0.00 6797.44 38833.17 0.00 01:22:56 00:59:01 224.57 89.63 134.95 0.00 3998.94 23522.33 0.00 01:22:56 01:00:01 167.21 73.39 93.82 0.00 2585.22 10380.34 0.00 01:22:56 01:01:01 113.39 42.03 71.36 0.00 2367.25 17922.80 0.00 01:22:56 01:02:01 1075.03 790.49 284.54 0.00 95783.46 159886.67 0.00 01:22:56 01:03:01 2657.50 2358.75 298.76 0.00 139369.13 153750.44 0.00 01:22:56 01:04:02 502.29 218.59 283.70 0.00 47951.52 94766.91 0.00 01:22:56 01:05:01 1084.33 782.93 301.40 0.00 42213.96 58966.79 0.00 01:22:56 01:06:01 1227.75 989.21 238.54 0.00 57742.58 77327.91 0.00 01:22:56 01:07:01 31.21 17.05 14.17 0.00 3031.00 1369.59 0.00 01:22:56 01:08:01 1.65 0.05 1.60 0.00 1.20 28.74 0.00 01:22:56 01:09:01 0.35 0.03 0.32 0.00 0.67 3.93 0.00 01:22:56 01:10:01 1.98 1.73 0.25 0.00 59.55 2.43 0.00 01:22:56 01:11:02 0.88 0.12 0.77 0.00 2.80 14.57 0.00 01:22:56 01:12:01 0.20 0.00 0.20 0.00 0.00 1.96 0.00 01:22:56 01:13:01 0.32 0.02 0.30 0.00 0.53 3.50 0.00 01:22:56 01:14:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 01:22:56 01:15:01 0.27 0.00 0.27 0.00 0.00 3.55 0.00 01:22:56 01:16:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 01:22:56 01:17:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 01:22:56 01:18:01 0.30 0.00 0.30 0.00 0.00 3.38 0.00 01:22:56 01:19:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 01:22:56 01:20:01 0.20 0.02 0.18 0.00 1.07 1.63 0.00 01:22:56 01:21:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 01:22:56 01:22:01 0.22 0.02 0.20 0.00 0.53 1.65 0.00 01:22:56 Average: 282.00 210.77 71.24 0.00 15655.04 24829.29 0.00 01:22:56 01:22:56 00:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:22:56 00:57:02 119352 0 634960 33.75 2620 1124612 1319416 45.03 487732 1070368 8972 01:22:56 00:58:01 70780 0 731628 38.88 2344 1076792 1535640 52.41 631816 922072 100828 01:22:56 00:59:01 186844 0 768208 40.83 1580 924912 1735932 59.24 570920 846032 21824 01:22:56 01:00:01 398324 0 766720 40.75 760 715740 1730672 59.06 522660 675712 51888 01:22:56 01:01:01 75828 0 762432 40.52 760 1042524 1526784 52.11 621656 897208 84012 01:22:56 01:02:01 193656 0 796796 42.35 88 891004 2970440 101.38 669744 795340 20916 01:22:56 01:03:01 298816 0 1032436 54.87 88 550204 3129632 106.81 698600 619052 50716 01:22:56 01:04:02 72096 0 812884 43.20 88 996476 2379784 81.22 705700 859660 95152 01:22:56 01:05:01 385476 0 689884 36.67 88 806096 1444244 49.29 599880 629376 8 01:22:56 01:06:01 334980 0 676512 35.96 88 869964 1505328 51.37 408684 887764 32 01:22:56 01:07:01 536292 0 611456 32.50 88 733708 1203372 41.07 367560 732488 12 01:22:56 01:08:01 538408 0 609332 32.38 88 733716 1185944 40.47 366632 732104 8 01:22:56 01:09:01 539704 0 608036 32.32 88 733716 1176632 40.16 365004 732432 8 01:22:56 01:10:01 538300 0 608320 32.33 88 734836 1176632 40.16 365672 733004 16 01:22:56 01:11:02 537712 0 608908 32.36 88 734836 1176704 40.16 366080 733152 8 01:22:56 01:12:01 538056 0 608544 32.34 88 734856 1176632 40.16 365584 733160 16 01:22:56 01:13:01 538148 0 608464 32.34 88 734844 1176632 40.16 365460 733160 8 01:22:56 01:14:01 538220 0 608368 32.33 88 734868 1176632 40.16 365592 733176 8 01:22:56 01:15:01 538228 0 608356 32.33 88 734872 1176632 40.16 365596 733176 8 01:22:56 01:16:01 537852 0 608724 32.35 88 734880 1176692 40.16 365904 733176 8 01:22:56 01:17:01 538400 0 608172 32.32 88 734884 1176632 40.16 365604 733176 8 01:22:56 01:18:01 538244 0 608320 32.33 88 734892 1176632 40.16 365608 733176 8 01:22:56 01:19:01 537908 0 608648 32.35 88 734900 1176680 40.16 365844 733176 16 01:22:56 01:20:01 538384 0 608196 32.32 88 734876 1176632 40.16 365616 733176 12 01:22:56 01:21:01 538040 0 608500 32.34 88 734916 1176692 40.16 365872 733208 8 01:22:56 01:22:01 537940 0 608592 32.35 88 734924 1176668 40.16 365828 733224 8 01:22:56 Average: 413307 0 669669 35.59 381 798186 1466935 50.06 452725 766567 16712 01:22:56 01:22:56 00:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:22:56 00:57:02 eth0 721.82 640.96 3277.16 83.07 0.00 0.00 0.00 0.00 01:22:56 00:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 00:57:02 veth17b9fde 69.08 57.70 8.98 158.92 0.00 0.00 0.00 0.00 01:22:56 00:57:02 docker0 69.08 57.60 8.04 158.91 0.00 0.00 0.00 0.00 01:22:56 00:58:01 eth0 1007.03 1072.48 5429.91 116.20 0.00 0.00 0.00 0.00 01:22:56 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 00:58:01 docker0 825.18 709.65 64.05 2552.87 0.00 0.00 0.00 0.00 01:22:56 00:59:01 eth0 223.44 169.39 859.65 65.21 0.00 0.00 0.00 0.00 01:22:56 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 00:59:01 vethea9fe99 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 00:59:01 docker0 127.20 165.94 8.76 827.22 0.00 0.00 0.00 0.00 01:22:56 01:00:01 eth0 27.25 13.77 21.82 11.68 0.00 0.00 0.00 0.00 01:22:56 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:00:01 vethea9fe99 0.43 0.45 0.04 0.04 0.00 0.00 0.00 0.00 01:22:56 01:00:01 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 01:22:56 01:01:01 eth0 215.01 176.41 1693.70 64.61 0.00 0.00 0.00 0.00 01:22:56 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:02:01 veth1aa3472 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:02:01 veth5f6a14d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:02:01 veth166eb37 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:02:01 vethb00bec7 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:03:01 veth7aea12c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:03:01 veth166eb37 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:03:01 eth0 2605.52 2301.03 11967.26 431.75 0.00 0.00 0.00 0.00 01:22:56 01:03:01 veth5f65073 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:04:02 veth166eb37 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:04:02 eth0 284.04 166.78 2121.49 63.71 0.00 0.00 0.00 0.00 01:22:56 01:04:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:22:56 01:04:02 veth51a99ed 40.00 104.03 2.99 684.08 0.00 0.00 0.00 0.00 01:22:56 01:05:01 veth166eb37 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:22:56 01:05:01 veth5d6a413 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:05:01 eth0 115.63 58.76 445.23 60.45 0.00 0.00 0.00 0.00 01:22:56 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:06:01 veth166eb37 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:06:01 veth927a173 2.66 4.26 0.18 21.94 0.00 0.00 0.00 0.00 01:22:56 01:06:01 eth0 59.20 36.76 115.14 53.14 0.00 0.00 0.00 0.00 01:22:56 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:07:01 eth0 15.13 8.27 32.20 4.36 0.00 0.00 0.00 0.00 01:22:56 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:07:01 docker0 1114.07 1164.42 86.20 5023.61 0.00 0.00 0.00 0.00 01:22:56 01:08:01 eth0 0.92 0.38 0.32 0.23 0.00 0.00 0.00 0.00 01:22:56 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:09:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 01:22:56 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:10:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:22:56 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:11:02 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 01:22:56 01:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:12:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:22:56 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:13:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:22:56 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:14:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 01:22:56 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:15:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:22:56 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:16:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 01:22:56 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:17:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 01:22:56 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:18:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:22:56 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:19:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 01:22:56 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:21:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 01:22:56 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:22:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:22:56 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 Average: eth0 105.63 91.75 544.35 22.00 0.00 0.00 0.00 0.00 01:22:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:22:56 Average: docker0 42.91 44.85 3.32 193.49 0.00 0.00 0.00 0.00 01:22:56 01:22:56 01:22:56 ---> sar -P ALL: 01:22:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:22:56 01:22:56 00:55:02 LINUX RESTART (4 CPU) 01:22:56 01:22:56 00:56:01 CPU %user %nice %system %iowait %steal %idle 01:22:56 00:57:02 all 6.07 0.00 3.61 1.20 0.08 89.03 01:22:56 00:57:02 0 6.50 0.00 4.51 2.56 0.10 86.32 01:22:56 00:57:02 1 5.36 0.00 3.37 1.53 0.08 89.66 01:22:56 00:57:02 2 5.90 0.00 2.83 0.27 0.07 90.93 01:22:56 00:57:02 3 6.53 0.00 3.76 0.47 0.08 89.15 01:22:56 00:58:01 all 14.33 0.00 8.41 0.94 0.18 76.14 01:22:56 00:58:01 0 13.91 0.00 9.70 0.37 0.14 75.88 01:22:56 00:58:01 1 16.56 0.00 7.42 0.86 0.19 74.97 01:22:56 00:58:01 2 12.95 0.00 8.34 1.19 0.21 77.31 01:22:56 00:58:01 3 13.91 0.00 8.20 1.33 0.19 76.38 01:22:56 00:59:01 all 9.12 0.00 7.19 4.86 0.13 78.70 01:22:56 00:59:01 0 9.36 0.00 7.12 2.61 0.15 80.75 01:22:56 00:59:01 1 8.31 0.00 7.80 7.62 0.12 76.15 01:22:56 00:59:01 2 9.84 0.00 7.37 5.40 0.12 77.28 01:22:56 00:59:01 3 8.97 0.00 6.47 3.81 0.12 80.64 01:22:56 01:00:01 all 59.18 0.00 15.23 4.47 0.20 20.92 01:22:56 01:00:01 0 57.33 0.00 15.58 2.86 0.23 24.00 01:22:56 01:00:01 1 60.25 0.00 15.51 5.58 0.19 18.46 01:22:56 01:00:01 2 60.47 0.00 14.49 2.81 0.21 22.02 01:22:56 01:00:01 3 58.66 0.00 15.35 6.61 0.16 19.22 01:22:56 01:01:01 all 42.04 0.00 14.58 2.83 0.32 40.23 01:22:56 01:01:01 0 41.53 0.00 14.46 3.55 0.32 40.14 01:22:56 01:01:01 1 40.74 0.00 13.67 2.67 0.35 42.56 01:22:56 01:01:01 2 43.70 0.00 14.95 3.15 0.30 37.91 01:22:56 01:01:01 3 42.19 0.00 15.24 1.94 0.31 40.32 01:22:56 01:02:01 all 21.62 0.00 26.79 8.73 0.52 42.35 01:22:56 01:02:01 0 22.61 0.00 26.21 10.31 0.54 40.34 01:22:56 01:02:01 1 19.01 0.00 26.14 7.79 0.52 46.54 01:22:56 01:02:01 2 21.65 0.00 26.99 8.28 0.54 42.53 01:22:56 01:02:01 3 23.21 0.00 27.83 8.53 0.47 39.96 01:22:56 01:03:01 all 34.59 0.00 26.88 22.37 0.28 15.89 01:22:56 01:03:01 0 34.58 0.00 27.68 21.88 0.23 15.62 01:22:56 01:03:01 1 34.76 0.00 25.87 21.37 0.32 17.67 01:22:56 01:03:01 2 33.64 0.00 25.70 23.46 0.30 16.89 01:22:56 01:03:01 3 35.38 0.00 28.25 22.76 0.25 13.35 01:22:56 01:04:02 all 46.15 0.00 21.85 18.01 0.21 13.78 01:22:56 01:04:02 0 44.63 0.00 20.84 20.25 0.23 14.05 01:22:56 01:04:02 1 46.50 0.00 22.20 18.97 0.19 12.14 01:22:56 01:04:02 2 46.35 0.00 21.61 16.30 0.24 15.49 01:22:56 01:04:02 3 47.11 0.00 22.76 16.49 0.19 13.45 01:22:56 01:05:01 all 43.47 0.00 19.61 19.00 0.21 17.71 01:22:56 01:05:01 0 41.98 0.00 19.50 15.86 0.25 22.41 01:22:56 01:05:01 1 43.29 0.00 20.31 21.42 0.16 14.82 01:22:56 01:05:01 2 43.12 0.00 19.74 15.62 0.25 21.27 01:22:56 01:05:01 3 45.47 0.00 18.89 23.12 0.18 12.33 01:22:56 01:06:01 all 21.47 0.00 17.86 10.07 0.52 50.07 01:22:56 01:06:01 0 19.37 0.00 16.81 11.47 0.46 51.90 01:22:56 01:06:01 1 21.36 0.00 18.61 10.97 0.58 48.49 01:22:56 01:06:01 2 23.20 0.00 17.99 7.92 0.58 50.32 01:22:56 01:06:01 3 21.97 0.00 18.05 9.95 0.46 49.57 01:22:56 01:07:01 all 1.01 0.00 1.08 0.54 0.04 97.33 01:22:56 01:07:01 0 0.75 0.00 1.09 0.17 0.02 97.98 01:22:56 01:07:01 1 1.02 0.00 0.83 1.45 0.07 96.63 01:22:56 01:07:01 2 1.20 0.00 0.97 0.40 0.03 97.40 01:22:56 01:07:01 3 1.07 0.00 1.44 0.13 0.05 97.31 01:22:56 01:22:56 01:07:01 CPU %user %nice %system %iowait %steal %idle 01:22:56 01:08:01 all 0.15 0.00 0.04 0.00 0.00 99.80 01:22:56 01:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:22:56 01:08:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:22:56 01:08:01 2 0.53 0.00 0.03 0.00 0.00 99.43 01:22:56 01:08:01 3 0.05 0.00 0.07 0.00 0.00 99.88 01:22:56 01:09:01 all 0.15 0.00 0.07 0.00 0.02 99.75 01:22:56 01:09:01 0 0.52 0.00 0.02 0.00 0.02 99.45 01:22:56 01:09:01 1 0.02 0.00 0.07 0.00 0.03 99.88 01:22:56 01:09:01 2 0.05 0.00 0.08 0.00 0.03 99.83 01:22:56 01:09:01 3 0.03 0.00 0.13 0.00 0.00 99.83 01:22:56 01:10:01 all 0.15 0.00 0.05 0.02 0.00 99.78 01:22:56 01:10:01 0 0.50 0.00 0.08 0.08 0.00 99.33 01:22:56 01:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:22:56 01:10:01 2 0.02 0.00 0.05 0.02 0.00 99.92 01:22:56 01:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:22:56 01:11:02 all 0.17 0.00 0.10 0.00 0.04 99.69 01:22:56 01:11:02 0 0.48 0.00 0.03 0.00 0.00 99.48 01:22:56 01:11:02 1 0.07 0.00 0.10 0.00 0.05 99.78 01:22:56 01:11:02 2 0.10 0.00 0.13 0.00 0.05 99.72 01:22:56 01:11:02 3 0.05 0.00 0.13 0.00 0.05 99.77 01:22:56 01:12:01 all 0.08 0.00 0.04 0.00 0.00 99.89 01:22:56 01:12:01 0 0.24 0.00 0.05 0.00 0.00 99.71 01:22:56 01:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:22:56 01:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 01:22:56 01:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:22:56 01:13:01 all 0.16 0.00 0.03 0.00 0.00 99.80 01:22:56 01:13:01 0 0.47 0.00 0.03 0.00 0.00 99.50 01:22:56 01:13:01 1 0.05 0.00 0.03 0.02 0.00 99.90 01:22:56 01:13:01 2 0.10 0.00 0.02 0.00 0.00 99.88 01:22:56 01:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:22:56 01:14:01 all 0.13 0.00 0.02 0.00 0.00 99.85 01:22:56 01:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:22:56 01:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:22:56 01:14:01 2 0.52 0.00 0.02 0.00 0.00 99.47 01:22:56 01:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:22:56 01:15:01 all 0.16 0.00 0.02 0.00 0.00 99.82 01:22:56 01:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:22:56 01:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:22:56 01:15:01 2 0.52 0.00 0.02 0.00 0.02 99.45 01:22:56 01:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 01:22:56 01:16:01 all 0.13 0.00 0.03 0.00 0.00 99.84 01:22:56 01:16:01 0 0.00 0.00 0.03 0.00 0.00 99.97 01:22:56 01:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:22:56 01:16:01 2 0.52 0.00 0.02 0.00 0.00 99.47 01:22:56 01:16:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:22:56 01:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:22:56 01:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:22:56 01:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:22:56 01:17:01 2 0.53 0.00 0.02 0.00 0.00 99.45 01:22:56 01:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:22:56 01:18:01 all 0.10 0.00 0.04 0.00 0.00 99.86 01:22:56 01:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:22:56 01:18:01 1 0.13 0.00 0.03 0.00 0.00 99.83 01:22:56 01:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:22:56 01:18:01 3 0.27 0.00 0.08 0.00 0.00 99.65 01:22:56 01:22:56 01:18:01 CPU %user %nice %system %iowait %steal %idle 01:22:56 01:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 01:22:56 01:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:22:56 01:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:22:56 01:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:22:56 01:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:22:56 01:20:01 all 0.10 0.00 0.02 0.00 0.01 99.87 01:22:56 01:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:22:56 01:20:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:22:56 01:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:22:56 01:20:01 3 0.38 0.00 0.02 0.00 0.00 99.60 01:22:56 01:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:22:56 01:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:22:56 01:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:22:56 01:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:22:56 01:21:01 3 0.48 0.00 0.03 0.00 0.02 99.47 01:22:56 01:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:22:56 01:22:01 0 0.48 0.00 0.03 0.00 0.00 99.48 01:22:56 01:22:01 1 0.03 0.00 0.05 0.00 0.00 99.92 01:22:56 01:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:22:56 01:22:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:22:56 Average: all 11.18 0.00 6.07 3.45 0.10 79.20 01:22:56 Average: 0 10.96 0.00 6.08 3.41 0.10 79.45 01:22:56 Average: 1 11.07 0.00 6.03 3.73 0.11 79.07 01:22:56 Average: 2 11.33 0.00 5.99 3.15 0.11 79.42 01:22:56 Average: 3 11.36 0.00 6.19 3.51 0.09 78.85 01:22:56 01:22:56 01:22:56