Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cfa2d023457f11d66371d03aca0baaa1c5039723+a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (62d496c68257f841b4e02977096d3250cf88ca31) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, 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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2285 in /w/workspace/gexfoundry_device-mqtt-go_PR-168 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-168 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/168/head:refs/remotes/origin/PR-168 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit cfa2d023457f11d66371d03aca0baaa1c5039723 Merge succeeded, producing 8efc6080e5540edc540f58a8deadaf351cec608f Checking out Revision 8efc6080e5540edc540f58a8deadaf351cec608f (PR-168) > git config core.sparsecheckout # timeout=10 > git checkout -f cfa2d023457f11d66371d03aca0baaa1c5039723 # 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 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8efc6080e5540edc540f58a8deadaf351cec608f # timeout=10 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" > git rev-list --no-walk cfa2d023457f11d66371d03aca0baaa1c5039723 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T19:19:32.466Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T19:19:32.709Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T19:19:32.806Z] ========================================================= [2020-09-11T19:19:32.806Z] EdgeX Global Pipelines Version Info [2020-09-11T19:19:32.806Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:19:35.637Z] ------------------- [2020-09-11T19:19:35.637Z] stable info: [2020-09-11T19:19:35.637Z] ------------------- [2020-09-11T19:19:35.637Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T19:19:35.637Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T19:19:35.637Z] Message: update stable to v1.0.119 [2020-09-11T19:19:36.681Z] ------------------- [2020-09-11T19:19:36.681Z] experimental info: [2020-09-11T19:19:36.681Z] ------------------- [2020-09-11T19:19:36.681Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T19:19:36.681Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T19:19:36.681Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T19:19:37.203Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-11T19:19:37.299Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-11T19:19:37.385Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T19:19:37.475Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T19:19:37.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T19:19:37.737Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-11T19:19:37.846Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T19:19:37.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-11T19:19:38.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T19:19:38.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T19:19:38.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T19:19:38.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-11T19:19:38.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T19:19:38.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T19:19:38.613Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:19:38.707Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-11T19:19:38.801Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:19:38.915Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T19:19:39.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-11T19:19:39.128Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-11T19:19:39.222Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T19:19:39.325Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T19:19:39.419Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-168 [Pipeline] echo [2020-09-11T19:19:39.514Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-168 [Pipeline] echo [2020-09-11T19:19:39.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-168 [Pipeline] echo [2020-09-11T19:19:39.701Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8efc6080e5540edc540f58a8deadaf351cec608f [Pipeline] echo [2020-09-11T19:19:39.804Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8efc608 [Pipeline] echo [2020-09-11T19:19:39.924Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T19:19:40.828Z] + git log --format=format:%s -1 8efc6080e5540edc540f58a8deadaf351cec608f [Pipeline] echo [2020-09-11T19:19:40.929Z] GIT_COMMIT: 8efc6080e5540edc540f58a8deadaf351cec608f, Commit Message: Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD [Pipeline] echo [2020-09-11T19:19:41.006Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:19:41.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:42.159Z] [2020-09-11T19:19:42.159Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:19:42.561Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:42.561Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T19:19:42.561Z] 31603596830f: Pulling fs layer [2020-09-11T19:19:42.561Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T19:19:42.561Z] 6ca5941a6612: Pulling fs layer [2020-09-11T19:19:42.561Z] ecc8261a40a4: Pulling fs layer [2020-09-11T19:19:42.561Z] ecc8261a40a4: Waiting [2020-09-11T19:19:42.561Z] 2a8b12db71e7: Download complete [2020-09-11T19:19:43.208Z] 31603596830f: Verifying Checksum [2020-09-11T19:19:43.208Z] 31603596830f: Download complete [2020-09-11T19:19:43.499Z] ecc8261a40a4: Verifying Checksum [2020-09-11T19:19:43.499Z] ecc8261a40a4: Download complete [2020-09-11T19:19:43.499Z] 6ca5941a6612: Verifying Checksum [2020-09-11T19:19:43.499Z] 6ca5941a6612: Download complete [2020-09-11T19:19:43.769Z] 31603596830f: Pull complete [2020-09-11T19:19:43.769Z] 2a8b12db71e7: Pull complete [2020-09-11T19:19:45.822Z] 6ca5941a6612: Pull complete [2020-09-11T19:19:45.822Z] ecc8261a40a4: Pull complete [2020-09-11T19:19:45.822Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T19:19:45.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T19:19:45.822Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T19:19:46.341Z] prd-centos7-docker-4c-2g-2285 does not seem to be running inside a container [2020-09-11T19:19:46.646Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-168 -v /w/workspace/gexfoundry_device-mqtt-go_PR-168:/w/workspace/gexfoundry_device-mqtt-go_PR-168:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-168@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T19:19:49.019Z] $ docker top 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T19:19:49.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:19:49.492Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:19:49.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:19:49.857Z] $ docker exec 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed ssh-agent [2020-09-11T19:19:50.131Z] SSH_AUTH_SOCK=/tmp/ssh-oXH0LPvHtI8a/agent.11 [2020-09-11T19:19:50.131Z] SSH_AGENT_PID=16 [2020-09-11T19:19:50.170Z] Running ssh-add (command line suppressed) [2020-09-11T19:19:50.379Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp/private_key_5499562407821613678.key (/w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp/private_key_5499562407821613678.key) [2020-09-11T19:19:50.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:19:50.962Z] + git describe --exact-match --tags HEAD [2020-09-11T19:19:50.962Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T19:19:51.021Z] $ docker exec --env ******** --env ******** 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed ssh-agent -k [2020-09-11T19:19:51.238Z] unset SSH_AUTH_SOCK; [2020-09-11T19:19:51.240Z] unset SSH_AGENT_PID; [2020-09-11T19:19:51.240Z] echo Agent pid 16 killed; [2020-09-11T19:19:51.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T19:19:51.636Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T19:19:51.636Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T19:19:51.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T19:19:51.746Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T19:19:52.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T19:19:52.095Z] $ docker exec 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed ssh-agent [2020-09-11T19:19:52.436Z] SSH_AUTH_SOCK=/tmp/ssh-abOklr7RTNIb/agent.45 [2020-09-11T19:19:52.436Z] SSH_AGENT_PID=50 [2020-09-11T19:19:52.446Z] Running ssh-add (command line suppressed) [2020-09-11T19:19:52.685Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp/private_key_5773932779546225464.key (/w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp/private_key_5773932779546225464.key) [2020-09-11T19:19:52.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T19:19:53.340Z] + git semver init [2020-09-11T19:19:53.340Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T19:19:53.340Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-168/.git [2020-09-11T19:19:53.340Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-168 [2020-09-11T19:19:53.340Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T19:19:53.340Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T19:19:53.340Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T19:19:53.340Z] # $SEMVER_BRANCH = PR-168 [2020-09-11T19:19:53.340Z] # $SEMVER_TEMP = /tmp/semver-334164510 [2020-09-11T19:19:53.340Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-11T19:19:53.949Z] # '/tmp/semver-334164510' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-168/.semver' [2020-09-11T19:19:53.949Z] # -> Force: false [2020-09-11T19:19:53.949Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-168/.semver [Pipeline] } [2020-09-11T19:19:54.016Z] $ docker exec --env ******** --env ******** 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed ssh-agent -k [2020-09-11T19:19:54.282Z] unset SSH_AUTH_SOCK; [2020-09-11T19:19:54.284Z] unset SSH_AGENT_PID; [2020-09-11T19:19:54.284Z] echo Agent pid 50 killed; [2020-09-11T19:19:54.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T19:19:54.995Z] + git semver [Pipeline] } [2020-09-11T19:19:55.067Z] $ docker stop --time=1 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed [2020-09-11T19:19:56.749Z] $ docker rm -f 7819755975d41afc5d631ab64bc8e0d0ecc90a4f1a11172f6e919c8ae97865ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T19:19:59.722Z] Stashed 26 file(s) [Pipeline] echo [2020-09-11T19:19:59.725Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-11T19:19:59.865Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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] node [2020-09-11T19:20:15.445Z] Still waiting to schedule task [2020-09-11T19:20:15.445Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-2287’ is offline [2020-09-11T19:20:15.447Z] Still waiting to schedule task [2020-09-11T19:20:15.447Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2282’ [2020-09-11T19:23:34.870Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2291 in /w/workspace/gexfoundry_device-mqtt-go_PR-168 [Pipeline] { [Pipeline] ws [2020-09-11T19:23:34.926Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout [2020-09-11T19:23:40.239Z] using credential edgex-jenkins-ssh [2020-09-11T19:23:40.346Z] Cloning the remote Git repository [2020-09-11T19:23:40.346Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:23:40.432Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:23:40.554Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:23:40.620Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:23:40.621Z] > git --version # timeout=10 [2020-09-11T19:23:40.644Z] > git --version # 'git version 2.17.1' [2020-09-11T19:23:40.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:23:40.717Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:23:41.504Z] Fetching without tags [2020-09-11T19:23:42.025Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit cfa2d023457f11d66371d03aca0baaa1c5039723 [2020-09-11T19:23:42.285Z] Merge succeeded, producing db745ac2ebf6b9678f88453f4b05eb70fd4b3da4 [2020-09-11T19:23:42.285Z] Checking out Revision db745ac2ebf6b9678f88453f4b05eb70fd4b3da4 (PR-168) [2020-09-11T19:23:41.417Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:23:41.436Z] > git config --add remote.origin.fetch +refs/pull/168/head:refs/remotes/origin/PR-168 # timeout=10 [2020-09-11T19:23:41.453Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:23:41.482Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:23:41.520Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:23:41.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:23:41.534Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:23:42.051Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:23:42.071Z] > git checkout -f cfa2d023457f11d66371d03aca0baaa1c5039723 # timeout=10 [2020-09-11T19:23:42.153Z] > git remote # timeout=10 [2020-09-11T19:23:42.175Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:23:42.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:23:42.213Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:23:42.259Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:23:42.297Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:23:42.316Z] > git checkout -f db745ac2ebf6b9678f88453f4b05eb70fd4b3da4 # timeout=10 [2020-09-11T19:23:46.839Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:23:46.850Z] > git rev-list --no-walk cfa2d023457f11d66371d03aca0baaa1c5039723 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:23:47.931Z] ========================================================= [2020-09-11T19:23:47.931Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-11T19:23:47.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:23:49.161Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-11T19:23:50.153Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:23:50.153Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:23:50.153Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:23:51.600Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T19:23:51.600Z] b538f80385f9: Pulling fs layer [2020-09-11T19:23:51.600Z] 74f711af9a0d: Pulling fs layer [2020-09-11T19:23:51.600Z] 99f96fe45779: Pulling fs layer [2020-09-11T19:23:51.600Z] fd7a069fd194: Pulling fs layer [2020-09-11T19:23:51.600Z] 66aa3694b03b: Pulling fs layer [2020-09-11T19:23:51.600Z] 170f70906a0f: Pulling fs layer [2020-09-11T19:23:51.600Z] ad7c5574e4b9: Pulling fs layer [2020-09-11T19:23:51.600Z] e772456be8f7: Pulling fs layer [2020-09-11T19:23:51.600Z] c890913d741a: Pulling fs layer [2020-09-11T19:23:51.600Z] 2480fcc9aa5a: Pulling fs layer [2020-09-11T19:23:51.600Z] 09adf4765672: Pulling fs layer [2020-09-11T19:23:51.600Z] fd7a069fd194: Waiting [2020-09-11T19:23:51.600Z] 66aa3694b03b: Waiting [2020-09-11T19:23:51.600Z] 170f70906a0f: Waiting [2020-09-11T19:23:51.600Z] ad7c5574e4b9: Waiting [2020-09-11T19:23:51.600Z] e772456be8f7: Waiting [2020-09-11T19:23:51.600Z] c890913d741a: Waiting [2020-09-11T19:23:51.600Z] 2480fcc9aa5a: Waiting [2020-09-11T19:23:51.600Z] 09adf4765672: Waiting [2020-09-11T19:23:51.600Z] 99f96fe45779: Verifying Checksum [2020-09-11T19:23:51.600Z] 99f96fe45779: Download complete [2020-09-11T19:23:51.600Z] 74f711af9a0d: Download complete [2020-09-11T19:23:51.600Z] 66aa3694b03b: Verifying Checksum [2020-09-11T19:23:51.600Z] 66aa3694b03b: Download complete [2020-09-11T19:23:51.875Z] 170f70906a0f: Download complete [2020-09-11T19:23:51.875Z] b538f80385f9: Verifying Checksum [2020-09-11T19:23:52.870Z] b538f80385f9: Pull complete [2020-09-11T19:23:53.153Z] 74f711af9a0d: Pull complete [2020-09-11T19:23:53.757Z] 99f96fe45779: Pull complete [2020-09-11T19:23:54.750Z] ad7c5574e4b9: Verifying Checksum [2020-09-11T19:23:54.750Z] ad7c5574e4b9: Download complete [2020-09-11T19:23:54.750Z] c890913d741a: Verifying Checksum [2020-09-11T19:23:54.750Z] c890913d741a: Download complete [2020-09-11T19:23:58.162Z] 2480fcc9aa5a: Verifying Checksum [2020-09-11T19:23:58.162Z] 2480fcc9aa5a: Download complete [2020-09-11T19:23:58.162Z] 09adf4765672: Verifying Checksum [2020-09-11T19:23:58.162Z] 09adf4765672: Download complete [2020-09-11T19:23:58.162Z] fd7a069fd194: Verifying Checksum [2020-09-11T19:23:58.162Z] fd7a069fd194: Download complete [2020-09-11T19:23:58.162Z] e772456be8f7: Verifying Checksum [2020-09-11T19:23:58.162Z] e772456be8f7: Download complete [2020-09-11T19:24:10.592Z] fd7a069fd194: Pull complete [2020-09-11T19:24:10.592Z] 66aa3694b03b: Pull complete [2020-09-11T19:24:10.592Z] 170f70906a0f: Pull complete [2020-09-11T19:24:13.228Z] ad7c5574e4b9: Pull complete [2020-09-11T19:24:17.571Z] e772456be8f7: Pull complete [2020-09-11T19:24:18.173Z] c890913d741a: Pull complete [2020-09-11T19:24:20.809Z] 2480fcc9aa5a: Pull complete [2020-09-11T19:24:20.809Z] 09adf4765672: Pull complete [2020-09-11T19:24:20.809Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-11T19:24:20.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-11T19:24:20.809Z] ---> 2248a725d1cf [2020-09-11T19:24:20.809Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:24:25.007Z] Running on prd-centos7-docker-4c-2g-2292 in /w/workspace/gexfoundry_device-mqtt-go_PR-168 [Pipeline] { [Pipeline] ws [2020-09-11T19:24:25.066Z] Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [2020-09-11T19:24:25.122Z] ---> Running in 60a90455bf23 [Pipeline] checkout [2020-09-11T19:24:25.725Z] Removing intermediate container 60a90455bf23 [2020-09-11T19:24:25.725Z] ---> 1cf134285246 [2020-09-11T19:24:25.725Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:24:25.725Z] ---> Running in aca3658ff07a [2020-09-11T19:24:28.367Z] Removing intermediate container aca3658ff07a [2020-09-11T19:24:28.367Z] ---> c91502656102 [2020-09-11T19:24:28.367Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:24:28.643Z] ---> Running in 47e810e0d68b [2020-09-11T19:24:30.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T19:24:31.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T19:24:31.647Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:24:31.918Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:24:31.918Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:24:31.918Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:24:32.769Z] using credential edgex-jenkins-ssh [2020-09-11T19:24:32.865Z] Cloning the remote Git repository [2020-09-11T19:24:32.865Z] Cloning with configured refspecs honoured and without tags [2020-09-11T19:24:32.910Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:33.002Z] > git init /w/workspace/device-mqtt-go/2 # timeout=10 [2020-09-11T19:24:33.156Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:33.156Z] > git --version # timeout=10 [2020-09-11T19:24:33.202Z] > git --version # 'git version 2.16.5' [2020-09-11T19:24:33.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:33.269Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:34.017Z] Fetching without tags [2020-09-11T19:24:34.422Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit cfa2d023457f11d66371d03aca0baaa1c5039723 [2020-09-11T19:24:34.646Z] Merge succeeded, producing 86d4b831a620695173e58eb2c27269e38e37c5a7 [2020-09-11T19:24:34.646Z] Checking out Revision 86d4b831a620695173e58eb2c27269e38e37c5a7 (PR-168) [2020-09-11T19:24:33.852Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:24:33.882Z] > git config --add remote.origin.fetch +refs/pull/168/head:refs/remotes/origin/PR-168 # timeout=10 [2020-09-11T19:24:33.897Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:33.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-11T19:24:34.024Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-11T19:24:34.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:34.035Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/168/head:refs/remotes/origin/PR-168 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T19:24:34.434Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:24:34.446Z] > git checkout -f cfa2d023457f11d66371d03aca0baaa1c5039723 # timeout=10 [2020-09-11T19:24:34.510Z] > git remote # timeout=10 [2020-09-11T19:24:34.550Z] > git config --get remote.origin.url # timeout=10 [2020-09-11T19:24:34.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T19:24:34.587Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-11T19:24:34.619Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-11T19:24:34.651Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T19:24:34.673Z] > git checkout -f 86d4b831a620695173e58eb2c27269e38e37c5a7 # timeout=10 [2020-09-11T19:24:38.697Z] Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" [2020-09-11T19:24:38.702Z] > git rev-list --no-walk cfa2d023457f11d66371d03aca0baaa1c5039723 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T19:24:39.951Z] ========================================================= [2020-09-11T19:24:39.951Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-11T19:24:39.951Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:24:41.282Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-11T19:24:41.885Z] Sending build context to Docker daemon 626.2kB [2020-09-11T19:24:41.885Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-11T19:24:41.885Z] Step 2/8 : FROM ${BASE} [2020-09-11T19:24:42.031Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:24:42.031Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:24:42.031Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:24:42.031Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:24:42.031Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:24:42.031Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:24:42.031Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:24:42.031Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:24:42.031Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:24:42.229Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T19:24:42.229Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:24:42.229Z] ed8968b2872e: Pulling fs layer [2020-09-11T19:24:42.229Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T19:24:42.229Z] 2dd03ba5bac4: Pulling fs layer [2020-09-11T19:24:42.229Z] 1e091d79d1de: Pulling fs layer [2020-09-11T19:24:42.229Z] 481702a1767f: Pulling fs layer [2020-09-11T19:24:42.229Z] f64a6f60c768: Pulling fs layer [2020-09-11T19:24:42.229Z] e78d2573fc39: Pulling fs layer [2020-09-11T19:24:42.229Z] e876d2f968b6: Pulling fs layer [2020-09-11T19:24:42.229Z] ce8a83651883: Pulling fs layer [2020-09-11T19:24:42.229Z] 07967f4d0e4b: Pulling fs layer [2020-09-11T19:24:42.229Z] e78d2573fc39: Waiting [2020-09-11T19:24:42.229Z] e876d2f968b6: Waiting [2020-09-11T19:24:42.229Z] ce8a83651883: Waiting [2020-09-11T19:24:42.229Z] 07967f4d0e4b: Waiting [2020-09-11T19:24:42.229Z] 2dd03ba5bac4: Waiting [2020-09-11T19:24:42.229Z] 481702a1767f: Waiting [2020-09-11T19:24:42.229Z] f64a6f60c768: Waiting [2020-09-11T19:24:42.229Z] 1e091d79d1de: Waiting [2020-09-11T19:24:42.229Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T19:24:42.229Z] a92cc7c5fd73: Download complete [2020-09-11T19:24:42.229Z] ed8968b2872e: Verifying Checksum [2020-09-11T19:24:42.229Z] ed8968b2872e: Download complete [2020-09-11T19:24:42.302Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:24:42.523Z] 1e091d79d1de: Download complete [2020-09-11T19:24:42.524Z] 481702a1767f: Verifying Checksum [2020-09-11T19:24:42.524Z] 481702a1767f: Download complete [2020-09-11T19:24:42.574Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:24:42.574Z] OK: 221 MiB in 53 packages [2020-09-11T19:24:42.903Z] df20fa9351a1: Verifying Checksum [2020-09-11T19:24:42.903Z] df20fa9351a1: Download complete [2020-09-11T19:24:43.889Z] df20fa9351a1: Pull complete [2020-09-11T19:24:44.212Z] ed8968b2872e: Pull complete [2020-09-11T19:24:44.521Z] a92cc7c5fd73: Pull complete [2020-09-11T19:24:46.875Z] Removing intermediate container 47e810e0d68b [2020-09-11T19:24:46.875Z] ---> 7025cc46bf31 [2020-09-11T19:24:46.875Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:24:46.875Z] ---> Running in a13f93f24a78 [2020-09-11T19:24:47.471Z] Removing intermediate container a13f93f24a78 [2020-09-11T19:24:47.471Z] ---> 7355ef035b23 [2020-09-11T19:24:47.471Z] Step 7/8 : COPY . . [2020-09-11T19:24:48.450Z] ---> 276bafcb9f53 [2020-09-11T19:24:48.450Z] Step 8/8 : RUN go mod download [2020-09-11T19:24:48.450Z] ---> Running in ca5ad6d71f3e [2020-09-11T19:24:49.243Z] f64a6f60c768: Verifying Checksum [2020-09-11T19:24:49.243Z] f64a6f60c768: Download complete [2020-09-11T19:24:49.243Z] e876d2f968b6: Verifying Checksum [2020-09-11T19:24:49.244Z] e876d2f968b6: Download complete [2020-09-11T19:24:51.849Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:24:51.849Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:24:51.849Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:24:51.849Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:24:51.849Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:24:51.849Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:24:51.849Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:24:51.849Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:24:51.849Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:24:51.849Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:24:51.849Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:24:51.849Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-11T19:24:51.849Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-11T19:24:51.849Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:24:51.849Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:24:51.849Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:24:51.849Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:24:51.849Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:24:51.849Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:24:51.849Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:24:51.849Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:24:51.849Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:24:52.122Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:24:52.393Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:24:52.393Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:24:52.393Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:24:52.393Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:24:52.393Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:24:52.393Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:24:52.393Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-11T19:24:52.393Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:24:52.393Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:24:52.393Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:24:52.662Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:24:52.662Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:24:52.662Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:24:52.906Z] ce8a83651883: Verifying Checksum [2020-09-11T19:24:52.906Z] ce8a83651883: Download complete [2020-09-11T19:24:52.906Z] 07967f4d0e4b: Verifying Checksum [2020-09-11T19:24:52.906Z] 07967f4d0e4b: Download complete [2020-09-11T19:24:52.934Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:24:52.934Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:24:52.934Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:24:52.934Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:24:52.934Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:24:52.934Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:24:52.934Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:24:52.934Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:24:52.934Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:24:52.934Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:24:52.934Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:24:53.208Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:24:53.208Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:24:53.208Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:24:53.208Z] go: finding golang.org/x/text v0.3.2 [2020-09-11T19:24:53.208Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-11T19:24:53.208Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:24:53.208Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:24:53.208Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:24:54.386Z] e78d2573fc39: Verifying Checksum [2020-09-11T19:24:54.387Z] e78d2573fc39: Download complete [2020-09-11T19:24:54.651Z] 2dd03ba5bac4: Verifying Checksum [2020-09-11T19:24:54.651Z] 2dd03ba5bac4: Download complete [2020-09-11T19:25:05.005Z] 2dd03ba5bac4: Pull complete [2020-09-11T19:25:05.005Z] 1e091d79d1de: Pull complete [2020-09-11T19:25:05.005Z] 481702a1767f: Pull complete [2020-09-11T19:25:10.545Z] f64a6f60c768: Pull complete [2020-09-11T19:25:11.562Z] Removing intermediate container ca5ad6d71f3e [2020-09-11T19:25:11.562Z] ---> 867b0606344c [2020-09-11T19:25:11.562Z] Successfully built 867b0606344c [2020-09-11T19:25:11.562Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:25:12.413Z] + docker inspect -f . ci-base-image-arm64 [2020-09-11T19:25:12.413Z] . [Pipeline] withDockerContainer [2020-09-11T19:25:12.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-2291 does not seem to be running inside a container [2020-09-11T19:25:12.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat [2020-09-11T19:25:14.841Z] $ docker top 59947317ad3240e8796ba0ceeee5f4aaf66079f9eb20f86cce8c2a7ebcafbd78 -eo pid,comm [2020-09-11T19:25:15.060Z] e78d2573fc39: Pull complete [2020-09-11T19:25:15.060Z] e876d2f968b6: Pull complete [Pipeline] { [Pipeline] sh [2020-09-11T19:25:16.353Z] + go version [2020-09-11T19:25:16.353Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-11T19:25:17.086Z] ce8a83651883: Pull complete [2020-09-11T19:25:17.353Z] 07967f4d0e4b: Pull complete [2020-09-11T19:25:17.353Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-11T19:25:17.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-11T19:25:17.353Z] ---> 5d7c900382c6 [2020-09-11T19:25:17.353Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-11T19:25:17.407Z] + make test [2020-09-11T19:25:17.407Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:25:18.390Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:25:19.320Z] ---> Running in e1056dbdca43 [2020-09-11T19:25:19.320Z] Removing intermediate container e1056dbdca43 [2020-09-11T19:25:19.320Z] ---> 4d5750ef45e6 [2020-09-11T19:25:19.320Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-11T19:25:19.320Z] ---> Running in 96bc106209da [2020-09-11T19:25:21.385Z] Removing intermediate container 96bc106209da [2020-09-11T19:25:21.385Z] ---> 757081b08dd9 [2020-09-11T19:25:21.385Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-11T19:25:21.691Z] ---> Running in 10a9a3b0087c [2020-09-11T19:25:22.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T19:25:23.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T19:25:23.724Z] (1/14) Installing libmagic (5.38-r0) [2020-09-11T19:25:23.724Z] (2/14) Installing file (5.38-r0) [2020-09-11T19:25:24.055Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-11T19:25:24.055Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-11T19:25:29.537Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-11T19:25:29.537Z] (6/14) Installing patch (2.7.6-r6) [2020-09-11T19:25:29.537Z] (7/14) Installing build-base (0.5-r2) [2020-09-11T19:25:29.537Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-11T19:25:29.537Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-11T19:25:29.537Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-11T19:25:29.537Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-11T19:25:29.537Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-11T19:25:29.882Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-11T19:25:29.882Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-11T19:25:30.258Z] Executing busybox-1.31.1-r16.trigger [2020-09-11T19:25:30.258Z] OK: 237 MiB in 53 packages [2020-09-11T19:25:34.845Z] Removing intermediate container 10a9a3b0087c [2020-09-11T19:25:34.845Z] ---> b19a785d4c5b [2020-09-11T19:25:34.845Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-11T19:25:34.845Z] ---> Running in 3e38458eade3 [2020-09-11T19:25:34.845Z] Removing intermediate container 3e38458eade3 [2020-09-11T19:25:34.845Z] ---> 7f8cf393d53f [2020-09-11T19:25:34.845Z] Step 7/8 : COPY . . [2020-09-11T19:25:35.888Z] ---> b5510497c896 [2020-09-11T19:25:35.888Z] Step 8/8 : RUN go mod download [2020-09-11T19:25:36.228Z] ---> Running in 7dbd894c3010 [2020-09-11T19:25:40.274Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-11T19:25:40.274Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-11T19:25:40.274Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-11T19:25:40.274Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-11T19:25:40.274Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-11T19:25:40.274Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-11T19:25:40.274Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-11T19:25:40.274Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-11T19:25:40.274Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-11T19:25:40.274Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-11T19:25:40.274Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-11T19:25:40.274Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-11T19:25:40.274Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 [2020-09-11T19:25:40.600Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-11T19:25:40.600Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-11T19:25:40.600Z] go: finding github.com/fatih/color v1.7.0 [2020-09-11T19:25:40.600Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T19:25:40.600Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T19:25:40.600Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T19:25:40.600Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-11T19:25:40.983Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-11T19:25:40.983Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-11T19:25:40.983Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-11T19:25:40.983Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T19:25:40.983Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-11T19:25:40.983Z] go: finding github.com/google/uuid v1.1.1 [2020-09-11T19:25:40.983Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-11T19:25:40.983Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-11T19:25:40.983Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-11T19:25:40.983Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-11T19:25:40.983Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-11T19:25:40.983Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-11T19:25:41.275Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-11T19:25:41.580Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-11T19:25:41.580Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-11T19:25:41.580Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-11T19:25:41.580Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-11T19:25:41.580Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T19:25:41.580Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-11T19:25:41.580Z] go: finding github.com/kr/pty v1.1.1 [2020-09-11T19:25:41.580Z] go: finding github.com/kr/text v0.1.0 [2020-09-11T19:25:41.855Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-11T19:25:41.855Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-11T19:25:41.855Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-11T19:25:41.855Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-11T19:25:41.855Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-11T19:25:41.855Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-11T19:25:41.855Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-11T19:25:41.855Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-11T19:25:42.138Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-11T19:25:42.138Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-11T19:25:42.138Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-11T19:25:42.138Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-11T19:25:42.138Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-11T19:25:42.138Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-11T19:25:42.138Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-11T19:25:42.138Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-11T19:25:42.138Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T19:25:42.138Z] go: finding github.com/posener/complete v1.1.1 [2020-09-11T19:25:42.423Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-11T19:25:42.423Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-11T19:25:42.423Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-11T19:25:42.423Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T19:25:42.423Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T19:25:42.424Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-11T19:25:42.424Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T19:25:42.424Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-11T19:25:42.424Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-11T19:25:42.424Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-11T19:25:42.424Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-11T19:25:42.795Z] go: finding golang.org/x/text v0.3.2 [2020-09-11T19:25:42.795Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-11T19:25:42.795Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-11T19:25:42.795Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-11T19:25:42.795Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T19:25:45.254Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-11T19:25:45.254Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.2.3/internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-11T19:25:45.255Z] FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] [2020-09-11T19:25:45.851Z] make: *** [Makefile:25: test] Error 2 [Pipeline] } [2020-09-11T19:25:45.880Z] $ docker stop --time=1 59947317ad3240e8796ba0ceeee5f4aaf66079f9eb20f86cce8c2a7ebcafbd78 [2020-09-11T19:25:48.014Z] $ docker rm -f 59947317ad3240e8796ba0ceeee5f4aaf66079f9eb20f86cce8c2a7ebcafbd78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-11T19:25:50.601Z] Failed in branch arm64 [2020-09-11T19:26:05.818Z] Removing intermediate container 7dbd894c3010 [2020-09-11T19:26:05.818Z] ---> b019f138faaa [2020-09-11T19:26:05.818Z] Successfully built b019f138faaa [2020-09-11T19:26:05.818Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:26:07.548Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-11T19:26:07.548Z] . [Pipeline] withDockerContainer [2020-09-11T19:26:07.826Z] prd-centos7-docker-4c-2g-2292 does not seem to be running inside a container [2020-09-11T19:26:07.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat [2020-09-11T19:26:09.137Z] $ docker top 7803488dce382beb85c2518349ad698a4648bceeda07a07b63533bac27bf2e0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:26:09.671Z] + go version [2020-09-11T19:26:09.671Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-11T19:26:10.144Z] + make test [2020-09-11T19:26:10.144Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-11T19:26:12.125Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-11T19:26:24.659Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-11T19:26:24.659Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.2.3/internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-11T19:26:29.375Z] FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] [2020-09-11T19:26:29.375Z] make: *** [Makefile:25: test] Error 2 [Pipeline] } [2020-09-11T19:26:29.397Z] $ docker stop --time=1 7803488dce382beb85c2518349ad698a4648bceeda07a07b63533bac27bf2e0d [2020-09-11T19:26:31.651Z] $ docker rm -f 7803488dce382beb85c2518349ad698a4648bceeda07a07b63533bac27bf2e0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-11T19:26:33.699Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:26:36.854Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:26:37.879Z] ---> package-listing.sh [2020-09-11T19:26:37.879Z] ++ facter osfamily [2020-09-11T19:26:37.879Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T19:26:37.879Z] + OS_FAMILY=redhat [2020-09-11T19:26:37.879Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-168 [2020-09-11T19:26:37.879Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T19:26:37.879Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T19:26:37.879Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T19:26:37.879Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T19:26:37.879Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-168 ']' [2020-09-11T19:26:37.879Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T19:26:37.879Z] + case "${OS_FAMILY}" in [2020-09-11T19:26:37.879Z] + rpm -qa [2020-09-11T19:26:37.879Z] + sort [2020-09-11T19:26:42.173Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T19:26:42.173Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T19:26:42.173Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T19:26:42.173Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-168 ']' [2020-09-11T19:26:42.173Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-168/archives/ [2020-09-11T19:26:42.173Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-168/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:26:43.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:26:43.684Z] [2020-09-11T19:26:43.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T19:26:44.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:26:44.591Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T19:26:44.591Z] df20fa9351a1: Pulling fs layer [2020-09-11T19:26:44.591Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T19:26:44.591Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T19:26:44.591Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T19:26:44.591Z] 0dadc02b9964: Pulling fs layer [2020-09-11T19:26:44.591Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T19:26:44.591Z] 7a184a31f384: Pulling fs layer [2020-09-11T19:26:44.592Z] 0879bd2ef858: Pulling fs layer [2020-09-11T19:26:44.592Z] 46f8f816bc3b: Waiting [2020-09-11T19:26:44.592Z] 0dadc02b9964: Waiting [2020-09-11T19:26:44.592Z] ce6a7cf60c04: Waiting [2020-09-11T19:26:44.592Z] 7a184a31f384: Waiting [2020-09-11T19:26:44.592Z] 0879bd2ef858: Waiting [2020-09-11T19:26:44.592Z] 36b3adc4ff6f: Verifying Checksum [2020-09-11T19:26:44.592Z] 36b3adc4ff6f: Download complete [2020-09-11T19:26:44.592Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T19:26:44.592Z] 46f8f816bc3b: Download complete [2020-09-11T19:26:44.866Z] df20fa9351a1: Verifying Checksum [2020-09-11T19:26:44.866Z] df20fa9351a1: Download complete [2020-09-11T19:26:44.866Z] ce6a7cf60c04: Verifying Checksum [2020-09-11T19:26:44.866Z] ce6a7cf60c04: Download complete [2020-09-11T19:26:44.866Z] 7a184a31f384: Verifying Checksum [2020-09-11T19:26:44.866Z] 7a184a31f384: Download complete [2020-09-11T19:26:44.866Z] 0dadc02b9964: Verifying Checksum [2020-09-11T19:26:44.866Z] 0dadc02b9964: Download complete [2020-09-11T19:26:45.148Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T19:26:45.148Z] 8ad3a11d3b57: Download complete [2020-09-11T19:26:45.432Z] df20fa9351a1: Pull complete [2020-09-11T19:26:46.128Z] 36b3adc4ff6f: Pull complete [2020-09-11T19:26:47.169Z] 0879bd2ef858: Verifying Checksum [2020-09-11T19:26:47.169Z] 0879bd2ef858: Download complete [2020-09-11T19:26:48.159Z] 8ad3a11d3b57: Pull complete [2020-09-11T19:26:48.159Z] 46f8f816bc3b: Pull complete [2020-09-11T19:26:49.209Z] 0dadc02b9964: Pull complete [2020-09-11T19:26:49.543Z] ce6a7cf60c04: Pull complete [2020-09-11T19:26:49.543Z] 7a184a31f384: Pull complete [2020-09-11T19:26:54.998Z] 0879bd2ef858: Pull complete [2020-09-11T19:26:54.998Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T19:26:54.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T19:26:54.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T19:26:55.353Z] prd-centos7-docker-4c-2g-2285 does not seem to be running inside a container [2020-09-11T19:26:55.661Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-168 -v /w/workspace/gexfoundry_device-mqtt-go_PR-168:/w/workspace/gexfoundry_device-mqtt-go_PR-168:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-168@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-11T19:27:00.065Z] $ docker top 2bc04d0ac8b118c1fa5cfc4c440e10128ed684bd05c09e380301cf0882b77b5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T19:27:00.909Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T19:27:01.306Z] + ls /var/log/sa-host [2020-09-11T19:27:01.306Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T19:27:01.306Z] file_magic: OK [2020-09-11T19:27:01.306Z] HZ: Using current value: 100 [2020-09-11T19:27:01.306Z] file_header: OK [2020-09-11T19:27:01.306Z] 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 [2020-09-11T19:27:01.306Z] Statistics: [2020-09-11T19:27:01.306Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:27:01.306Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T19:27:01.306Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T19:27:01.306Z] file_magic: OK [2020-09-11T19:27:01.306Z] HZ: Using current value: 100 [2020-09-11T19:27:01.306Z] file_header: OK [2020-09-11T19:27:01.306Z] 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 [2020-09-11T19:27:01.306Z] Statistics: [2020-09-11T19:27:01.306Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T19:27:01.306Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T19:27:01.376Z] provisioning config files... [2020-09-11T19:27:01.400Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-168@tmp/config8550118885847506681tmp [Pipeline] { [Pipeline] echo [2020-09-11T19:27:01.507Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:27:01.840Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T19:27:01.858Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T19:27:02.242Z] ---> logs-deploy.sh [2020-09-11T19:27:02.243Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-168/2 [2020-09-11T19:27:02.243Z] INFO: archiving workspace using pattern(s): [2020-09-11T19:27:04.203Z] Archives upload complete. [2020-09-11T19:27:04.203Z] INFO: archiving logs to Nexus [2020-09-11T19:27:05.359Z] ---> uname -a: [2020-09-11T19:27:05.359Z] Linux 2bc04d0ac8b1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-11T19:27:05.359Z] [2020-09-11T19:27:05.359Z] [2020-09-11T19:27:05.359Z] ---> lscpu: [2020-09-11T19:27:05.359Z] Architecture: x86_64 [2020-09-11T19:27:05.359Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-11T19:27:05.359Z] Byte Order: Little Endian [2020-09-11T19:27:05.359Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-11T19:27:05.359Z] CPU(s): 4 [2020-09-11T19:27:05.359Z] On-line CPU(s) list: 0-3 [2020-09-11T19:27:05.359Z] Thread(s) per core: 1 [2020-09-11T19:27:05.359Z] Core(s) per socket: 1 [2020-09-11T19:27:05.359Z] Socket(s): 4 [2020-09-11T19:27:05.359Z] NUMA node(s): 1 [2020-09-11T19:27:05.359Z] Vendor ID: GenuineIntel [2020-09-11T19:27:05.359Z] CPU family: 6 [2020-09-11T19:27:05.359Z] Model: 44 [2020-09-11T19:27:05.359Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-11T19:27:05.359Z] Stepping: 1 [2020-09-11T19:27:05.359Z] CPU MHz: 2933.438 [2020-09-11T19:27:05.359Z] BogoMIPS: 5866.87 [2020-09-11T19:27:05.359Z] Virtualization: VT-x [2020-09-11T19:27:05.359Z] Hypervisor vendor: KVM [2020-09-11T19:27:05.359Z] Virtualization type: full [2020-09-11T19:27:05.359Z] L1d cache: 128 KiB [2020-09-11T19:27:05.359Z] L1i cache: 128 KiB [2020-09-11T19:27:05.359Z] L2 cache: 16 MiB [2020-09-11T19:27:05.359Z] L3 cache: 64 MiB [2020-09-11T19:27:05.359Z] NUMA node0 CPU(s): 0-3 [2020-09-11T19:27:05.359Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-11T19:27:05.359Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-11T19:27:05.359Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-11T19:27:05.359Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-11T19:27:05.360Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-11T19:27:05.360Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-11T19:27:05.360Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-11T19:27:05.360Z] Vulnerability Tsx async abort: Not affected [2020-09-11T19:27:05.360Z] 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 [2020-09-11T19:27:05.360Z] [2020-09-11T19:27:05.360Z] [2020-09-11T19:27:05.360Z] ---> nproc: [2020-09-11T19:27:05.360Z] 4 [2020-09-11T19:27:05.360Z] [2020-09-11T19:27:05.360Z]