Pull request #180 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 2fca3a8b90c453c01d91d98a2ecc034c49928acb+8d03a592335dd56f24d0450c56224a899597e60a (ab113c87228e4f9eeceb4ea586d1ea100b3a1375) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9381 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [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/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-180 # timeout=10 Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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/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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 Commit message: "Merge branch 'master' into issue-160-2" > git rev-list --no-walk 602625d46efc934df5d367cff749466edd3cc366 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T03:03:35.644Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T03:03:35.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T03:03:35.973Z] ========================================================= [2020-10-28T03:03:35.973Z] EdgeX Global Pipelines Version Info [2020-10-28T03:03:35.973Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:03:37.465Z] ------------------- [2020-10-28T03:03:37.465Z] stable info: [2020-10-28T03:03:37.465Z] ------------------- [2020-10-28T03:03:37.465Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T03:03:37.465Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T03:03:37.465Z] Message: update stable to v1.0.148 [2020-10-28T03:03:38.417Z] ------------------- [2020-10-28T03:03:38.417Z] experimental info: [2020-10-28T03:03:38.417Z] ------------------- [2020-10-28T03:03:38.417Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T03:03:38.417Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T03:03:38.417Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-28T03:03:38.791Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-10-28T03:03:38.887Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-10-28T03:03:39.004Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T03:03:39.093Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T03:03:39.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T03:03:39.279Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T03:03:39.376Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T03:03:39.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T03:03:39.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-28T03:03:39.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T03:03:39.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T03:03:39.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-10-28T03:03:39.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T03:03:40.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T03:03:40.195Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T03:03:40.294Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T03:03:40.390Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T03:03:40.516Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T03:03:40.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T03:03:40.701Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T03:03:40.796Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-28T03:03:40.897Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-28T03:03:40.990Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-28T03:03:41.084Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-28T03:03:41.174Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-28T03:03:41.322Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-180 [Pipeline] echo [2020-10-28T03:03:41.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-180 [Pipeline] echo [2020-10-28T03:03:41.510Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-180 [Pipeline] echo [2020-10-28T03:03:41.607Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2fca3a8b90c453c01d91d98a2ecc034c49928acb [Pipeline] echo [2020-10-28T03:03:41.728Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2fca3a8 [Pipeline] echo [2020-10-28T03:03:41.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-28T03:03:42.449Z] + git log --format=format:%s -1 2fca3a8b90c453c01d91d98a2ecc034c49928acb [Pipeline] echo [2020-10-28T03:03:42.515Z] GIT_COMMIT: 2fca3a8b90c453c01d91d98a2ecc034c49928acb, Commit Message: Merge branch 'master' into issue-160-2 [Pipeline] echo [2020-10-28T03:03:42.564Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:03:43.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:03:43.443Z] [2020-10-28T03:03:43.443Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:03:43.808Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:03:43.808Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T03:03:43.808Z] 31603596830f: Pulling fs layer [2020-10-28T03:03:43.808Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T03:03:43.808Z] 6ca5941a6612: Pulling fs layer [2020-10-28T03:03:43.808Z] ecc8261a40a4: Pulling fs layer [2020-10-28T03:03:43.808Z] ecc8261a40a4: Waiting [2020-10-28T03:03:43.808Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T03:03:43.808Z] 2a8b12db71e7: Download complete [2020-10-28T03:03:44.072Z] 31603596830f: Verifying Checksum [2020-10-28T03:03:44.072Z] 31603596830f: Download complete [2020-10-28T03:03:44.072Z] ecc8261a40a4: Verifying Checksum [2020-10-28T03:03:44.072Z] ecc8261a40a4: Download complete [2020-10-28T03:03:44.072Z] 6ca5941a6612: Verifying Checksum [2020-10-28T03:03:44.072Z] 6ca5941a6612: Download complete [2020-10-28T03:03:44.340Z] 31603596830f: Pull complete [2020-10-28T03:03:44.605Z] 2a8b12db71e7: Pull complete [2020-10-28T03:03:45.561Z] 6ca5941a6612: Pull complete [2020-10-28T03:03:45.561Z] ecc8261a40a4: Pull complete [2020-10-28T03:03:45.561Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T03:03:45.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T03:03:45.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T03:03:45.938Z] prd-centos7-docker-4c-2g-9381 does not seem to be running inside a container [2020-10-28T03:03:45.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T03:03:47.983Z] $ docker top b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T03:03:48.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:03:48.287Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:03:48.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:03:48.513Z] $ docker exec b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent [2020-10-28T03:03:48.670Z] SSH_AUTH_SOCK=/tmp/ssh-3l0oQmshbpIO/agent.12 [2020-10-28T03:03:48.671Z] SSH_AGENT_PID=17 [2020-10-28T03:03:48.682Z] Running ssh-add (command line suppressed) [2020-10-28T03:03:48.805Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_3242619060835309878.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_3242619060835309878.key) [2020-10-28T03:03:48.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:03:49.208Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T03:03:49.353Z] $ docker exec --env ******** --env ******** b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent -k [2020-10-28T03:03:49.478Z] unset SSH_AUTH_SOCK; [2020-10-28T03:03:49.478Z] unset SSH_AGENT_PID; [2020-10-28T03:03:49.478Z] echo Agent pid 17 killed; [2020-10-28T03:03:49.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T03:03:49.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T03:03:49.709Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T03:03:49.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T03:03:49.889Z] $ docker exec b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent [2020-10-28T03:03:50.061Z] SSH_AUTH_SOCK=/tmp/ssh-ZqM6UVMVszGl/agent.46 [2020-10-28T03:03:50.061Z] SSH_AGENT_PID=52 [2020-10-28T03:03:50.070Z] Running ssh-add (command line suppressed) [2020-10-28T03:03:50.195Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_5094915331352937147.key (/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/private_key_5094915331352937147.key) [2020-10-28T03:03:50.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T03:03:50.611Z] + git semver init [2020-10-28T03:03:50.611Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T03:03:50.611Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.git [2020-10-28T03:03:50.611Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-180 [2020-10-28T03:03:50.611Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T03:03:50.611Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T03:03:50.611Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T03:03:50.611Z] # $SEMVER_BRANCH = PR-180 [2020-10-28T03:03:50.611Z] # $SEMVER_TEMP = /tmp/semver-645682904 [2020-10-28T03:03:50.611Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-10-28T03:03:51.204Z] # '/tmp/semver-645682904' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver' [2020-10-28T03:03:51.204Z] # -> Force: false [2020-10-28T03:03:51.204Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver [Pipeline] } [2020-10-28T03:03:51.230Z] $ docker exec --env ******** --env ******** b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent -k [2020-10-28T03:03:51.347Z] unset SSH_AUTH_SOCK; [2020-10-28T03:03:51.347Z] unset SSH_AGENT_PID; [2020-10-28T03:03:51.347Z] echo Agent pid 52 killed; [2020-10-28T03:03:51.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T03:03:51.887Z] + git semver [Pipeline] } [2020-10-28T03:03:51.908Z] $ docker stop --time=1 b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e [2020-10-28T03:03:53.270Z] $ docker rm -f b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T03:03:53.747Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T03:03:54.250Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T03:03:54.253Z] [edgeXSemver]: initialized semver on 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-10-28T03:04:09.779Z] Still waiting to schedule task [2020-10-28T03:04:09.779Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9384’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-28T03:04:09.782Z] Still waiting to schedule task [2020-10-28T03:04:09.782Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-28T03:05:24.963Z] Running on prd-centos7-docker-4c-2g-9387 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-28T03:05:25.032Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-10-28T03:05:37.778Z] using credential edgex-jenkins-ssh [2020-10-28T03:05:37.841Z] Cloning the remote Git repository [2020-10-28T03:05:37.925Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:05:38.057Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-10-28T03:05:38.340Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:05:38.340Z] > git --version # timeout=10 [2020-10-28T03:05:38.422Z] > git --version # 'git version 2.16.5' [2020-10-28T03:05:38.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:05:38.712Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:05:39.532Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:05:39.550Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:05:39.597Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:05:39.648Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:05:39.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:05:39.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:05:40.222Z] Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:05:40.610Z] Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:05:40.610Z] Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) [2020-10-28T03:05:40.238Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:05:40.276Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:05:40.386Z] > git remote # timeout=10 [2020-10-28T03:05:40.427Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T03:05:40.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:05:40.517Z] > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 [2020-10-28T03:05:40.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T03:05:40.616Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:05:40.626Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:05:45.062Z] Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T03:05:45.987Z] ========================================================= [2020-10-28T03:05:45.987Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T03:05:45.987Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:05:47.423Z] + 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 . [2020-10-28T03:05:49.034Z] Sending build context to Docker daemon 474.6kB [2020-10-28T03:05:49.034Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-28T03:05:49.034Z] Step 2/8 : FROM ${BASE} [2020-10-28T03:05:49.034Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T03:05:49.034Z] df20fa9351a1: Pulling fs layer [2020-10-28T03:05:49.034Z] ed8968b2872e: Pulling fs layer [2020-10-28T03:05:49.034Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T03:05:49.034Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T03:05:49.034Z] e73272ec9a57: Pulling fs layer [2020-10-28T03:05:49.034Z] 1e910a182e73: Pulling fs layer [2020-10-28T03:05:49.034Z] 4e634b169226: Pulling fs layer [2020-10-28T03:05:49.034Z] e871e8e8d7a9: Waiting [2020-10-28T03:05:49.034Z] e73272ec9a57: Waiting [2020-10-28T03:05:49.034Z] 1e910a182e73: Waiting [2020-10-28T03:05:49.034Z] 4e634b169226: Waiting [2020-10-28T03:05:49.034Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T03:05:49.034Z] a92cc7c5fd73: Download complete [2020-10-28T03:05:49.034Z] ed8968b2872e: Verifying Checksum [2020-10-28T03:05:49.034Z] ed8968b2872e: Download complete [2020-10-28T03:05:49.311Z] e73272ec9a57: Verifying Checksum [2020-10-28T03:05:49.311Z] e73272ec9a57: Download complete [2020-10-28T03:05:49.311Z] 1e910a182e73: Verifying Checksum [2020-10-28T03:05:49.311Z] 1e910a182e73: Download complete [2020-10-28T03:05:49.602Z] df20fa9351a1: Verifying Checksum [2020-10-28T03:05:49.602Z] df20fa9351a1: Download complete [2020-10-28T03:05:50.355Z] df20fa9351a1: Pull complete [2020-10-28T03:05:50.747Z] ed8968b2872e: Pull complete [2020-10-28T03:05:51.169Z] a92cc7c5fd73: Pull complete [2020-10-28T03:05:56.956Z] 4e634b169226: Verifying Checksum [2020-10-28T03:05:56.956Z] 4e634b169226: Download complete [2020-10-28T03:05:58.516Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T03:05:58.516Z] e871e8e8d7a9: Download complete [2020-10-28T03:06:14.938Z] e871e8e8d7a9: Pull complete [2020-10-28T03:06:14.938Z] e73272ec9a57: Pull complete [2020-10-28T03:06:14.938Z] 1e910a182e73: Pull complete [2020-10-28T03:06:33.340Z] 4e634b169226: Pull complete [2020-10-28T03:06:33.340Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T03:06:33.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T03:06:33.340Z] ---> f7629b54cfaa [2020-10-28T03:06:33.340Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-28T03:06:34.035Z] ---> Running in 7abfc3a1e142 [2020-10-28T03:06:34.387Z] Removing intermediate container 7abfc3a1e142 [2020-10-28T03:06:34.387Z] ---> 68a3971928a0 [2020-10-28T03:06:34.387Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:06:34.759Z] ---> Running in e99db5c5b200 [2020-10-28T03:06:37.691Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9393 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-28T03:06:37.745Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-10-28T03:06:39.667Z] Removing intermediate container e99db5c5b200 [2020-10-28T03:06:39.667Z] ---> b3d10b305fe7 [2020-10-28T03:06:39.667Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-28T03:06:39.667Z] ---> Running in b5430795ce0e [2020-10-28T03:06:43.043Z] using credential edgex-jenkins-ssh [2020-10-28T03:06:43.117Z] Cloning the remote Git repository [2020-10-28T03:06:43.177Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:06:43.286Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-10-28T03:06:43.362Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:06:43.363Z] > git --version # timeout=10 [2020-10-28T03:06:43.387Z] > git --version # 'git version 2.17.1' [2020-10-28T03:06:43.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:06:43.464Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:06:44.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T03:06:44.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T03:06:44.971Z] Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:06:45.183Z] (1/14) Installing libmagic (5.38-r0) [2020-10-28T03:06:45.251Z] Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:06:45.251Z] Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) [2020-10-28T03:06:44.268Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:06:44.298Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:06:44.321Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:06:44.360Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:06:44.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:06:44.376Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:06:44.994Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:06:45.011Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:06:45.095Z] > git remote # timeout=10 [2020-10-28T03:06:45.114Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T03:06:45.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:06:45.144Z] > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 [2020-10-28T03:06:45.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T03:06:45.264Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:06:45.292Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:06:45.508Z] (2/14) Installing file (5.38-r0) [2020-10-28T03:06:45.508Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-28T03:06:45.508Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-28T03:06:49.838Z] Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T03:06:50.724Z] ========================================================= [2020-10-28T03:06:50.724Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T03:06:50.724Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:06:51.665Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-28T03:06:51.665Z] (6/14) Installing patch (2.7.6-r6) [2020-10-28T03:06:51.736Z] + 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 . [2020-10-28T03:06:52.015Z] (7/14) Installing build-base (0.5-r2) [2020-10-28T03:06:52.327Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-28T03:06:52.327Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-28T03:06:52.327Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-28T03:06:52.725Z] Sending build context to Docker daemon 474.6kB [2020-10-28T03:06:52.725Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-28T03:06:52.725Z] Step 2/8 : FROM ${BASE} [2020-10-28T03:06:53.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T03:06:53.007Z] b538f80385f9: Pulling fs layer [2020-10-28T03:06:53.007Z] 74f711af9a0d: Pulling fs layer [2020-10-28T03:06:53.007Z] 99f96fe45779: Pulling fs layer [2020-10-28T03:06:53.007Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T03:06:53.007Z] 45590311c82a: Pulling fs layer [2020-10-28T03:06:53.007Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T03:06:53.007Z] 209524e5b208: Pulling fs layer [2020-10-28T03:06:53.007Z] 45590311c82a: Waiting [2020-10-28T03:06:53.007Z] 69ca0ff8b7b3: Waiting [2020-10-28T03:06:53.007Z] 8529a6b9a6be: Waiting [2020-10-28T03:06:53.007Z] 209524e5b208: Waiting [2020-10-28T03:06:53.007Z] 99f96fe45779: Verifying Checksum [2020-10-28T03:06:53.007Z] 99f96fe45779: Download complete [2020-10-28T03:06:53.007Z] 74f711af9a0d: Verifying Checksum [2020-10-28T03:06:53.007Z] 74f711af9a0d: Download complete [2020-10-28T03:06:53.007Z] 45590311c82a: Verifying Checksum [2020-10-28T03:06:53.007Z] 45590311c82a: Download complete [2020-10-28T03:06:53.007Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T03:06:53.007Z] 69ca0ff8b7b3: Download complete [2020-10-28T03:06:53.205Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-28T03:06:53.283Z] b538f80385f9: Verifying Checksum [2020-10-28T03:06:53.283Z] b538f80385f9: Download complete [2020-10-28T03:06:53.536Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-28T03:06:53.536Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-28T03:06:54.264Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-28T03:06:54.282Z] b538f80385f9: Pull complete [2020-10-28T03:06:54.560Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T03:06:54.561Z] OK: 237 MiB in 53 packages [2020-10-28T03:06:54.904Z] 74f711af9a0d: Pull complete [2020-10-28T03:06:55.181Z] 209524e5b208: Verifying Checksum [2020-10-28T03:06:55.181Z] 209524e5b208: Download complete [2020-10-28T03:06:55.181Z] 99f96fe45779: Pull complete [2020-10-28T03:06:56.634Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T03:06:56.634Z] 8529a6b9a6be: Download complete [2020-10-28T03:07:00.667Z] Removing intermediate container b5430795ce0e [2020-10-28T03:07:00.667Z] ---> cf9ba3f935ea [2020-10-28T03:07:00.667Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-28T03:07:01.024Z] ---> Running in 1b07ec606069 [2020-10-28T03:07:01.762Z] Removing intermediate container 1b07ec606069 [2020-10-28T03:07:01.762Z] ---> 1781b0e4749a [2020-10-28T03:07:01.762Z] Step 7/8 : COPY . . [2020-10-28T03:07:03.596Z] ---> 116e3edbb12e [2020-10-28T03:07:03.596Z] Step 8/8 : RUN go mod download [2020-10-28T03:07:03.912Z] ---> Running in 4db9fa4b398d [2020-10-28T03:07:06.877Z] 8529a6b9a6be: Pull complete [2020-10-28T03:07:06.877Z] 45590311c82a: Pull complete [2020-10-28T03:07:07.156Z] 69ca0ff8b7b3: Pull complete [2020-10-28T03:07:11.505Z] 209524e5b208: Pull complete [2020-10-28T03:07:11.505Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T03:07:11.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T03:07:11.505Z] ---> 5bddaf1c2fca [2020-10-28T03:07:11.505Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-28T03:07:14.173Z] ---> Running in a0bcbb582496 [2020-10-28T03:07:14.173Z] Removing intermediate container a0bcbb582496 [2020-10-28T03:07:14.173Z] ---> e28a9fd8da1f [2020-10-28T03:07:14.173Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:07:14.446Z] ---> Running in 70130072153e [2020-10-28T03:07:17.090Z] Removing intermediate container 70130072153e [2020-10-28T03:07:17.090Z] ---> 45f8cfe9b7cd [2020-10-28T03:07:17.090Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-28T03:07:17.090Z] ---> Running in be74c67c7258 [2020-10-28T03:07:18.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T03:07:21.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T03:07:23.758Z] (1/14) Installing libmagic (5.38-r0) [2020-10-28T03:07:25.222Z] (2/14) Installing file (5.38-r0) [2020-10-28T03:07:25.222Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-28T03:07:25.222Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-28T03:07:31.573Z] Removing intermediate container 4db9fa4b398d [2020-10-28T03:07:31.573Z] ---> ee57bb06e7e7 [2020-10-28T03:07:31.573Z] Successfully built ee57bb06e7e7 [2020-10-28T03:07:31.573Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:07:32.133Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T03:07:32.401Z] . [Pipeline] withDockerContainer [2020-10-28T03:07:32.691Z] prd-centos7-docker-4c-2g-9387 does not seem to be running inside a container [2020-10-28T03:07:32.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T03:07:33.818Z] $ docker top 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:07:34.879Z] + go version [2020-10-28T03:07:34.879Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T03:07:34.937Z] $ docker stop --time=1 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 [2020-10-28T03:07:36.906Z] $ docker rm -f 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:07:38.509Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T03:07:38.509Z] . [Pipeline] withDockerContainer [2020-10-28T03:07:38.872Z] prd-centos7-docker-4c-2g-9387 does not seem to be running inside a container [2020-10-28T03:07:39.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T03:07:40.359Z] $ docker top 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:07:41.474Z] + make test [2020-10-28T03:07:41.474Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-28T03:07:45.028Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-28T03:07:52.014Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-28T03:07:52.014Z] (6/14) Installing patch (2.7.6-r6) [2020-10-28T03:07:52.014Z] (7/14) Installing build-base (0.5-r2) [2020-10-28T03:07:52.014Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-28T03:07:52.014Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-28T03:07:52.014Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-28T03:07:52.014Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-28T03:07:52.286Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-28T03:07:52.286Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-28T03:07:52.560Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-28T03:07:52.560Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T03:07:52.560Z] OK: 221 MiB in 53 packages [2020-10-28T03:07:56.900Z] Removing intermediate container be74c67c7258 [2020-10-28T03:07:56.900Z] ---> 94cad37abf38 [2020-10-28T03:07:56.900Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-28T03:07:56.900Z] ---> Running in 3a119634ed40 [2020-10-28T03:07:57.172Z] Removing intermediate container 3a119634ed40 [2020-10-28T03:07:57.172Z] ---> 7423732f9117 [2020-10-28T03:07:57.172Z] Step 7/8 : COPY . . [2020-10-28T03:07:58.148Z] ---> 56fe6af581ba [2020-10-28T03:07:58.148Z] Step 8/8 : RUN go mod download [2020-10-28T03:07:58.148Z] ---> Running in d64fd24f0b95 [2020-10-28T03:08:07.454Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-28T03:08:07.455Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 28.3% of statements [2020-10-28T03:08:07.455Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-28T03:08:07.455Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-28T03:08:10.956Z] gofmt -l . [2020-10-28T03:08:10.956Z] ["`gofmt -l .`" = ""] [2020-10-28T03:08:10.956Z] ./bin/test-attribution-txt.sh [2020-10-28T03:08:11.552Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-28T03:08:13.100Z] Stashed 1 file(s) [Pipeline] } [2020-10-28T03:08:13.117Z] $ docker stop --time=1 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 [2020-10-28T03:08:15.563Z] $ docker rm -f 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-28T03:08:17.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-28T03:08:17.753Z] + ls -al . [2020-10-28T03:08:17.753Z] total 100 [2020-10-28T03:08:17.753Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 28 03:08 . [2020-10-28T03:08:17.753Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 28 03:05 .. [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 5932 Oct 28 03:05 Attribution.txt [2020-10-28T03:08:17.753Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 28 03:05 bin [2020-10-28T03:08:17.753Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 28 03:05 cmd [2020-10-28T03:08:17.753Z] -rw-r--r--. 1 jenkins jenkins 18940 Oct 28 03:08 coverage.out [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 1784 Oct 28 03:05 Dockerfile [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 953 Oct 28 03:05 Dockerfile.build [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 28 03:05 .dockerignore [2020-10-28T03:08:17.753Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 28 03:05 .git [2020-10-28T03:08:17.753Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 28 03:05 .github [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 336 Oct 28 03:05 .gitignore [2020-10-28T03:08:17.753Z] -rw-r--r--. 1 jenkins jenkins 510 Oct 28 03:08 go.mod [2020-10-28T03:08:17.753Z] -rw-r--r--. 1 jenkins jenkins 15108 Oct 28 03:08 go.sum [2020-10-28T03:08:17.753Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 28 03:05 internal [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 28 03:05 Jenkinsfile [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 28 03:05 LICENSE [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 902 Oct 28 03:05 Makefile [2020-10-28T03:08:17.753Z] drwxrwxr-x. 2 jenkins jenkins 23 Oct 28 03:05 mock [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 444 Oct 28 03:05 README.md [2020-10-28T03:08:17.753Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 28 03:05 snap [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 28 03:03 VERSION [2020-10-28T03:08:17.753Z] -rw-rw-r--. 1 jenkins jenkins 227 Oct 28 03:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:18.148Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb --label arch=amd64 --label version=0.0.0 . [2020-10-28T03:08:18.435Z] Sending build context to Docker daemon 494.1kB [2020-10-28T03:08:18.435Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-28T03:08:18.435Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-28T03:08:18.435Z] ---> ee57bb06e7e7 [2020-10-28T03:08:18.435Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-28T03:08:18.708Z] ---> Running in 396e63fee563 [2020-10-28T03:08:18.708Z] Removing intermediate container 396e63fee563 [2020-10-28T03:08:18.708Z] ---> 0aa77482da59 [2020-10-28T03:08:18.708Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:08:19.028Z] ---> Running in f11ef8760f89 [2020-10-28T03:08:19.395Z] Removing intermediate container f11ef8760f89 [2020-10-28T03:08:19.395Z] ---> d2a48ac32f69 [2020-10-28T03:08:19.395Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:08:19.395Z] ---> Running in 2177a2af5754 [2020-10-28T03:08:20.349Z] Removing intermediate container d64fd24f0b95 [2020-10-28T03:08:20.349Z] ---> 2ab75f8b3575 [2020-10-28T03:08:20.349Z] Successfully built 2ab75f8b3575 [2020-10-28T03:08:20.349Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:21.036Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T03:08:21.036Z] . [Pipeline] withDockerContainer [2020-10-28T03:08:21.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-9393 does not seem to be running inside a container [2020-10-28T03:08:21.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T03:08:21.489Z] Removing intermediate container 2177a2af5754 [2020-10-28T03:08:21.489Z] ---> f8e77c8bb64a [2020-10-28T03:08:21.489Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:08:21.489Z] ---> Running in ad58f356cfd7 [2020-10-28T03:08:22.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T03:08:23.371Z] $ docker top 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e -eo pid,comm [2020-10-28T03:08:23.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-28T03:08:24.591Z] OK: 237 MiB in 53 packages [2020-10-28T03:08:24.798Z] + go version [2020-10-28T03:08:24.799Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T03:08:24.831Z] $ docker stop --time=1 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e [2020-10-28T03:08:25.605Z] Removing intermediate container ad58f356cfd7 [2020-10-28T03:08:25.605Z] ---> a79cf18d8dde [2020-10-28T03:08:25.605Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-28T03:08:25.605Z] ---> Running in 5b23bf0ad571 [2020-10-28T03:08:25.605Z] Removing intermediate container 5b23bf0ad571 [2020-10-28T03:08:25.605Z] ---> 65835fc88763 [2020-10-28T03:08:25.605Z] Step 8/22 : COPY . . [2020-10-28T03:08:26.249Z] ---> 1fd66c336dec [2020-10-28T03:08:26.249Z] Step 9/22 : ARG MAKE='make build' [2020-10-28T03:08:26.589Z] ---> Running in b72608f85958 [2020-10-28T03:08:26.757Z] $ docker rm -f 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e [2020-10-28T03:08:26.896Z] Removing intermediate container b72608f85958 [2020-10-28T03:08:26.896Z] ---> e571015dad6f [2020-10-28T03:08:26.896Z] Step 10/22 : RUN $MAKE [2020-10-28T03:08:26.896Z] ---> Running in 7c1b3ca18220 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:08:27.932Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T03:08:27.932Z] . [Pipeline] withDockerContainer [2020-10-28T03:08:28.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-10-28T03:08:28.205Z] prd-ubuntu18.04-docker-arm64-4c-16g-9393 does not seem to be running inside a container [2020-10-28T03:08:28.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/3 -v /w/workspace/device-mqtt-go/3:/w/workspace/device-mqtt-go/3:rw,z -v /w/workspace/device-mqtt-go/3@tmp:/w/workspace/device-mqtt-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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T03:08:30.189Z] $ docker top a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:08:31.618Z] + make test [2020-10-28T03:08:31.618Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-28T03:08:32.602Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-28T03:08:46.978Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-28T03:08:50.497Z] Removing intermediate container 7c1b3ca18220 [2020-10-28T03:08:50.497Z] ---> 7b202406628f [2020-10-28T03:08:50.497Z] Step 11/22 : FROM alpine [2020-10-28T03:08:50.780Z] latest: Pulling from library/alpine [2020-10-28T03:08:51.072Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T03:08:51.411Z] 188c0c94c7c5: Verifying Checksum [2020-10-28T03:08:51.411Z] 188c0c94c7c5: Download complete [2020-10-28T03:08:51.779Z] 188c0c94c7c5: Pull complete [2020-10-28T03:08:51.779Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T03:08:51.779Z] Status: Downloaded newer image for alpine:latest [2020-10-28T03:08:51.779Z] ---> d6e46aa2470d [2020-10-28T03:08:51.779Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-28T03:08:52.189Z] ---> Running in fd0d1c97ca2e [2020-10-28T03:08:52.189Z] Removing intermediate container fd0d1c97ca2e [2020-10-28T03:08:52.189Z] ---> 41d2719cdba4 [2020-10-28T03:08:52.189Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T03:08:52.677Z] ---> Running in b88b148889ff [2020-10-28T03:08:53.057Z] Removing intermediate container b88b148889ff [2020-10-28T03:08:53.057Z] ---> 3d666bcdfa92 [2020-10-28T03:08:53.057Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-28T03:08:54.219Z] ---> 6da812546916 [2020-10-28T03:08:54.219Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-28T03:08:54.518Z] ---> 4347ea27bdb1 [2020-10-28T03:08:54.518Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-28T03:08:54.830Z] ---> 7f1bf05e8aed [2020-10-28T03:08:54.830Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-28T03:08:55.180Z] ---> Running in b105a83f5868 [2020-10-28T03:08:55.180Z] Removing intermediate container b105a83f5868 [2020-10-28T03:08:55.180Z] ---> f4663abab496 [2020-10-28T03:08:55.180Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-28T03:08:55.514Z] ---> Running in d93f8a8d6f51 [2020-10-28T03:08:55.832Z] Removing intermediate container d93f8a8d6f51 [2020-10-28T03:08:55.832Z] ---> c0f097148795 [2020-10-28T03:08:55.832Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T03:08:55.832Z] ---> Running in 92ab65705075 [2020-10-28T03:08:55.832Z] Removing intermediate container 92ab65705075 [2020-10-28T03:08:55.832Z] ---> 55d078203c8c [2020-10-28T03:08:55.832Z] Step 20/22 : LABEL arch=amd64 [2020-10-28T03:08:56.138Z] ---> Running in 4ff007e7f8e8 [2020-10-28T03:08:56.138Z] Removing intermediate container 4ff007e7f8e8 [2020-10-28T03:08:56.138Z] ---> 2dec5fa8d5dc [2020-10-28T03:08:56.138Z] Step 21/22 : LABEL git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:08:56.432Z] ---> Running in d92056b7b591 [2020-10-28T03:08:56.432Z] Removing intermediate container d92056b7b591 [2020-10-28T03:08:56.432Z] ---> bcc72a10a57b [2020-10-28T03:08:56.432Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T03:08:56.748Z] ---> Running in 3968d07e52ca [2020-10-28T03:08:56.748Z] Removing intermediate container 3968d07e52ca [2020-10-28T03:08:56.748Z] ---> 25de948eff91 [2020-10-28T03:08:56.748Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-28T03:08:56.748Z] Successfully built 25de948eff91 [2020-10-28T03:08:56.748Z] Successfully tagged docker-device-mqtt-go:latest [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 [2020-10-28T03:09:11.739Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-28T03:09:11.739Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.032s coverage: 28.3% of statements [2020-10-28T03:09:11.739Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-28T03:09:11.739Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-28T03:09:12.498Z] Still waiting to schedule task [2020-10-28T03:09:12.498Z] ‘prd-centos7-docker-8c-8g-9407’ is offline [2020-10-28T03:09:17.203Z] gofmt -l . [2020-10-28T03:09:17.203Z] ["`gofmt -l .`" = ""] [2020-10-28T03:09:17.203Z] ./bin/test-attribution-txt.sh [2020-10-28T03:09:17.812Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-28T03:09:18.444Z] Warning: overwriting stash ‘coverage-report’ [2020-10-28T03:09:19.181Z] Stashed 1 file(s) [Pipeline] } [2020-10-28T03:09:19.199Z] $ docker stop --time=1 a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 [2020-10-28T03:09:21.409Z] $ docker rm -f a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-28T03:09:23.070Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-28T03:09:23.467Z] + ls -al . [2020-10-28T03:09:23.467Z] total 132 [2020-10-28T03:09:23.467Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 28 03:09 . [2020-10-28T03:09:23.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:06 .. [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 28 03:06 .dockerignore [2020-10-28T03:09:23.467Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:06 .git [2020-10-28T03:09:23.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 .github [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 336 Oct 28 03:06 .gitignore [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 5932 Oct 28 03:06 Attribution.txt [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 1784 Oct 28 03:06 Dockerfile [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 953 Oct 28 03:06 Dockerfile.build [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 28 03:06 Jenkinsfile [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 28 03:06 LICENSE [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 902 Oct 28 03:06 Makefile [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 444 Oct 28 03:06 README.md [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 28 03:03 VERSION [2020-10-28T03:09:23.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 bin [2020-10-28T03:09:23.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:06 cmd [2020-10-28T03:09:23.467Z] -rw-r--r-- 1 jenkins jenkins 18940 Oct 28 03:09 coverage.out [2020-10-28T03:09:23.467Z] -rw-r--r-- 1 jenkins jenkins 510 Oct 28 03:09 go.mod [2020-10-28T03:09:23.467Z] -rw-r--r-- 1 jenkins jenkins 15108 Oct 28 03:09 go.sum [2020-10-28T03:09:23.467Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:06 internal [2020-10-28T03:09:23.467Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 mock [2020-10-28T03:09:23.467Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:06 snap [2020-10-28T03:09:23.467Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 28 03:06 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:09:23.899Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb --label arch=arm64 --label version=0.0.0 . [2020-10-28T03:09:24.173Z] Sending build context to Docker daemon 494.1kB [2020-10-28T03:09:24.454Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-28T03:09:24.454Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-28T03:09:24.454Z] ---> 2ab75f8b3575 [2020-10-28T03:09:24.454Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-28T03:09:24.454Z] ---> Running in 0ee6a272b679 [2020-10-28T03:09:25.059Z] Removing intermediate container 0ee6a272b679 [2020-10-28T03:09:25.059Z] ---> f71baab0c98a [2020-10-28T03:09:25.059Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T03:09:25.059Z] ---> Running in 66ac0b43a61f [2020-10-28T03:09:25.680Z] Removing intermediate container 66ac0b43a61f [2020-10-28T03:09:25.680Z] ---> e519e69551eb [2020-10-28T03:09:25.680Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T03:09:25.680Z] ---> Running in 782bdbf29696 [2020-10-28T03:09:28.322Z] Removing intermediate container 782bdbf29696 [2020-10-28T03:09:28.322Z] ---> 4ff9fcc672be [2020-10-28T03:09:28.322Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T03:09:28.322Z] ---> Running in ee2c748f0c66 [2020-10-28T03:09:29.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T03:09:31.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T03:09:33.182Z] OK: 221 MiB in 53 packages [2020-10-28T03:09:34.648Z] Removing intermediate container ee2c748f0c66 [2020-10-28T03:09:34.648Z] ---> 3ab456f16021 [2020-10-28T03:09:34.648Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-28T03:09:34.648Z] ---> Running in a4f7cb9628e9 [2020-10-28T03:09:34.930Z] Removing intermediate container a4f7cb9628e9 [2020-10-28T03:09:34.930Z] ---> 9b68e4213334 [2020-10-28T03:09:34.930Z] Step 8/22 : COPY . . [2020-10-28T03:09:35.923Z] ---> 3788c9b6d05d [2020-10-28T03:09:35.923Z] Step 9/22 : ARG MAKE='make build' [2020-10-28T03:09:36.199Z] ---> Running in 74d506c8dac1 [2020-10-28T03:09:36.475Z] Removing intermediate container 74d506c8dac1 [2020-10-28T03:09:36.475Z] ---> d78ee7abf94c [2020-10-28T03:09:36.476Z] Step 10/22 : RUN $MAKE [2020-10-28T03:09:36.762Z] ---> Running in 064b64fd0815 [2020-10-28T03:09:38.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-10-28T03:10:05.082Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-28T03:10:11.822Z] Removing intermediate container 064b64fd0815 [2020-10-28T03:10:11.822Z] ---> 3aa0433c960a [2020-10-28T03:10:11.822Z] Step 11/22 : FROM alpine [2020-10-28T03:10:11.822Z] latest: Pulling from library/alpine [2020-10-28T03:10:11.822Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T03:10:11.822Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T03:10:11.822Z] 5f621e34cdf4: Download complete [2020-10-28T03:10:12.416Z] 5f621e34cdf4: Pull complete [2020-10-28T03:10:12.416Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T03:10:12.416Z] Status: Downloaded newer image for alpine:latest [2020-10-28T03:10:12.416Z] ---> 2e77e061c27f [2020-10-28T03:10:12.416Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-28T03:10:12.416Z] ---> Running in 8919f51bcbde [2020-10-28T03:10:13.014Z] Removing intermediate container 8919f51bcbde [2020-10-28T03:10:13.014Z] ---> 71354356daf2 [2020-10-28T03:10:13.014Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T03:10:13.014Z] ---> Running in 6349feb61a96 [2020-10-28T03:10:13.608Z] Removing intermediate container 6349feb61a96 [2020-10-28T03:10:13.608Z] ---> 899f103667e7 [2020-10-28T03:10:13.608Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-28T03:10:15.042Z] ---> 1986f7643137 [2020-10-28T03:10:15.042Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-28T03:10:15.639Z] ---> cb4aa75c8441 [2020-10-28T03:10:15.639Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-28T03:10:16.235Z] ---> 294254e2ced6 [2020-10-28T03:10:16.235Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-28T03:10:16.510Z] ---> Running in 66ec51942676 [2020-10-28T03:10:17.120Z] Removing intermediate container 66ec51942676 [2020-10-28T03:10:17.120Z] ---> c18719a45185 [2020-10-28T03:10:17.120Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-28T03:10:17.120Z] ---> Running in cfa2265c2d2b [2020-10-28T03:10:17.395Z] Removing intermediate container cfa2265c2d2b [2020-10-28T03:10:17.395Z] ---> 97f074c47a84 [2020-10-28T03:10:17.395Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T03:10:17.678Z] ---> Running in 3bd9189fdfee [2020-10-28T03:10:17.958Z] Removing intermediate container 3bd9189fdfee [2020-10-28T03:10:17.958Z] ---> 280d0999cae3 [2020-10-28T03:10:17.958Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T03:10:18.231Z] ---> Running in fe3d0e6b354d [2020-10-28T03:10:18.512Z] Removing intermediate container fe3d0e6b354d [2020-10-28T03:10:18.512Z] ---> 753d034cc432 [2020-10-28T03:10:18.512Z] Step 21/22 : LABEL git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:10:18.786Z] ---> Running in aea15f1207b3 [2020-10-28T03:10:19.388Z] Removing intermediate container aea15f1207b3 [2020-10-28T03:10:19.388Z] ---> 49a37236574d [2020-10-28T03:10:19.388Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T03:10:19.388Z] ---> Running in 89e7ceaf0c79 [2020-10-28T03:10:19.982Z] Removing intermediate container 89e7ceaf0c79 [2020-10-28T03:10:19.982Z] ---> c60593e82a72 [2020-10-28T03:10:19.982Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-28T03:10:19.982Z] Successfully built c60593e82a72 [2020-10-28T03:10:19.982Z] Successfully tagged docker-device-mqtt-go-arm64:latest [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 [2020-10-28T03:10:35.680Z] Still waiting to schedule task [2020-10-28T03:10:35.680Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-10-28T03:11:47.429Z] Running on prd-centos7-docker-8c-8g-9408 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-28T03:11:47.515Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-10-28T03:11:49.997Z] using credential edgex-jenkins-ssh [2020-10-28T03:11:50.066Z] Cloning the remote Git repository [2020-10-28T03:11:49.961Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:11:50.041Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-10-28T03:11:50.080Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:11:50.080Z] > git --version # timeout=10 [2020-10-28T03:11:50.088Z] > git --version # 'git version 2.16.5' [2020-10-28T03:11:50.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:11:50.124Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:11:50.645Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:11:50.652Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:11:50.663Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:11:50.678Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:11:50.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:11:50.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:11:51.185Z] Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:11:51.287Z] Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:11:51.288Z] Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) [2020-10-28T03:11:51.156Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:11:51.168Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:11:51.209Z] > git remote # timeout=10 [2020-10-28T03:11:51.216Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T03:11:51.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:11:51.233Z] > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 [2020-10-28T03:11:51.245Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T03:11:51.260Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:11:51.264Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:11:55.075Z] Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:11:56.330Z] ++ find /w/workspace/device-mqtt-go/3 [2020-10-28T03:11:56.330Z] ++ grep snapcraft.yaml [2020-10-28T03:11:56.330Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T03:11:56.487Z] provisioning config files... [2020-10-28T03:11:56.500Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config8084382972240573272tmp [Pipeline] { [Pipeline] sh [2020-10-28T03:11:56.876Z] + cp /w/workspace/device-mqtt-go/3@tmp/config8084382972240573272tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh [2020-10-28T03:11:57.188Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-28T03:11:57.189Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-28T03:11:57.453Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-28T03:11:57.453Z] f08d8e2a3ba1: Pulling fs layer [2020-10-28T03:11:57.453Z] 3baa9cb2483b: Pulling fs layer [2020-10-28T03:11:57.453Z] 94e5ff4c0b15: Pulling fs layer [2020-10-28T03:11:57.453Z] 1860925334f9: Pulling fs layer [2020-10-28T03:11:57.453Z] 2daf38717194: Pulling fs layer [2020-10-28T03:11:57.453Z] 309017e8d7a4: Pulling fs layer [2020-10-28T03:11:57.453Z] f7790dc9fd0f: Pulling fs layer [2020-10-28T03:11:57.453Z] cac0ae9282c2: Pulling fs layer [2020-10-28T03:11:57.453Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-28T03:11:57.453Z] 309017e8d7a4: Waiting [2020-10-28T03:11:57.453Z] cac0ae9282c2: Waiting [2020-10-28T03:11:57.453Z] f7790dc9fd0f: Waiting [2020-10-28T03:11:57.453Z] 1f4cadf9a1ed: Waiting [2020-10-28T03:11:57.453Z] 1860925334f9: Waiting [2020-10-28T03:11:57.453Z] 2daf38717194: Waiting [2020-10-28T03:11:57.453Z] 3baa9cb2483b: Download complete [2020-10-28T03:11:57.453Z] 1860925334f9: Verifying Checksum [2020-10-28T03:11:57.453Z] 1860925334f9: Download complete [2020-10-28T03:11:57.453Z] 309017e8d7a4: Verifying Checksum [2020-10-28T03:11:57.453Z] 309017e8d7a4: Download complete [2020-10-28T03:11:57.453Z] f7790dc9fd0f: Download complete [2020-10-28T03:11:57.453Z] 1f4cadf9a1ed: Download complete [2020-10-28T03:11:58.857Z] f08d8e2a3ba1: Verifying Checksum [2020-10-28T03:11:58.857Z] f08d8e2a3ba1: Download complete [2020-10-28T03:12:00.257Z] f08d8e2a3ba1: Pull complete [2020-10-28T03:12:00.520Z] 3baa9cb2483b: Pull complete [2020-10-28T03:12:00.788Z] 94e5ff4c0b15: Pull complete [2020-10-28T03:12:00.788Z] 1860925334f9: Pull complete [2020-10-28T03:12:07.405Z] 2daf38717194: Verifying Checksum [2020-10-28T03:12:07.405Z] 2daf38717194: Download complete [2020-10-28T03:12:24.672Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-9409 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws [2020-10-28T03:12:24.731Z] Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout [2020-10-28T03:12:28.738Z] using credential edgex-jenkins-ssh [2020-10-28T03:12:28.808Z] Cloning the remote Git repository [2020-10-28T03:12:28.864Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:12:28.973Z] > git init /w/workspace/device-mqtt-go/3 # timeout=10 [2020-10-28T03:12:29.045Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:12:29.046Z] > git --version # timeout=10 [2020-10-28T03:12:29.063Z] > git --version # 'git version 2.17.1' [2020-10-28T03:12:29.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:12:29.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:12:30.476Z] Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:12:30.646Z] Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb [2020-10-28T03:12:30.646Z] Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) [2020-10-28T03:12:29.863Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:12:29.876Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T03:12:29.896Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-28T03:12:29.925Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-28T03:12:29.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:12:29.937Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T03:12:30.501Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:12:30.513Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:12:30.585Z] > git remote # timeout=10 [2020-10-28T03:12:30.599Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T03:12:30.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T03:12:30.619Z] > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 [2020-10-28T03:12:30.639Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T03:12:30.657Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T03:12:30.666Z] > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 [2020-10-28T03:12:34.077Z] 2daf38717194: Pull complete [2020-10-28T03:12:34.078Z] 309017e8d7a4: Pull complete [2020-10-28T03:12:34.078Z] f7790dc9fd0f: Pull complete [2020-10-28T03:12:34.078Z] cac0ae9282c2: Pull complete [2020-10-28T03:12:34.078Z] 1f4cadf9a1ed: Pull complete [2020-10-28T03:12:34.078Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-28T03:12:34.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-28T03:12:34.078Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-28T03:12:34.078Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T03:12:34.078Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-28T03:12:34.078Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-28T03:12:34.078Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-10-28T03:12:34.078Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-28T03:12:34.078Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-28T03:12:34.078Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] [2020-10-28T03:12:34.078Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-28T03:12:34.078Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-28T03:12:34.078Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-28T03:12:34.078Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-10-28T03:12:34.078Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-28T03:12:34.078Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-28T03:12:34.078Z] Fetched 8169 kB in 2s (4454 kB/s) [2020-10-28T03:12:34.822Z] Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T03:12:35.483Z] Reading package lists... [2020-10-28T03:12:35.964Z] + find /w/workspace/device-mqtt-go/3 [2020-10-28T03:12:35.965Z] + grep snapcraft.yaml [2020-10-28T03:12:35.965Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T03:12:36.244Z] provisioning config files... [2020-10-28T03:12:36.268Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config822356098742576818tmp [Pipeline] { [Pipeline] sh [2020-10-28T03:12:36.692Z] + cp /w/workspace/device-mqtt-go/3@tmp/config822356098742576818tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh [2020-10-28T03:12:37.034Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-28T03:12:37.628Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-10-28T03:12:37.902Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-10-28T03:12:37.902Z] 237528ba509b: Pulling fs layer [2020-10-28T03:12:37.902Z] 393b96f31d8b: Pulling fs layer [2020-10-28T03:12:37.902Z] 4d82b0e39008: Pulling fs layer [2020-10-28T03:12:37.902Z] e7ca375b8d34: Pulling fs layer [2020-10-28T03:12:37.902Z] 418f656485bb: Pulling fs layer [2020-10-28T03:12:37.902Z] aebe8db9254c: Pulling fs layer [2020-10-28T03:12:37.902Z] 4f5f7b207d3f: Pulling fs layer [2020-10-28T03:12:37.902Z] d19ca6af091a: Pulling fs layer [2020-10-28T03:12:37.902Z] 16b5a0711add: Pulling fs layer [2020-10-28T03:12:37.902Z] e7ca375b8d34: Waiting [2020-10-28T03:12:37.902Z] 4f5f7b207d3f: Waiting [2020-10-28T03:12:37.902Z] 418f656485bb: Waiting [2020-10-28T03:12:37.902Z] aebe8db9254c: Waiting [2020-10-28T03:12:37.902Z] d19ca6af091a: Waiting [2020-10-28T03:12:37.902Z] 16b5a0711add: Waiting [2020-10-28T03:12:37.902Z] 4d82b0e39008: Verifying Checksum [2020-10-28T03:12:37.902Z] 4d82b0e39008: Download complete [2020-10-28T03:12:37.902Z] 393b96f31d8b: Verifying Checksum [2020-10-28T03:12:37.902Z] 393b96f31d8b: Download complete [2020-10-28T03:12:37.902Z] e7ca375b8d34: Verifying Checksum [2020-10-28T03:12:37.902Z] aebe8db9254c: Verifying Checksum [2020-10-28T03:12:37.902Z] aebe8db9254c: Download complete [2020-10-28T03:12:37.902Z] 4f5f7b207d3f: Verifying Checksum [2020-10-28T03:12:37.902Z] 4f5f7b207d3f: Download complete [2020-10-28T03:12:37.902Z] d19ca6af091a: Download complete [2020-10-28T03:12:37.902Z] 16b5a0711add: Download complete [2020-10-28T03:12:38.886Z] 237528ba509b: Verifying Checksum [2020-10-28T03:12:38.886Z] 237528ba509b: Download complete [2020-10-28T03:12:39.735Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-28T03:12:39.735Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T03:12:39.735Z] 0% [Working] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-28T03:12:39.735Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-28T03:12:41.118Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 51% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-28T03:12:41.515Z] 237528ba509b: Pull complete [2020-10-28T03:12:41.793Z] 393b96f31d8b: Pull complete [2020-10-28T03:12:42.400Z] 4d82b0e39008: Pull complete [2020-10-28T03:12:42.678Z] e7ca375b8d34: Pull complete [2020-10-28T03:12:43.047Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 [2020-10-28T03:12:44.424Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 51% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-28T03:12:44.689Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 76% Building dependency tree [2020-10-28T03:12:44.689Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-28T03:12:44.953Z] The following packages were automatically installed and are no longer required: [2020-10-28T03:12:44.953Z] libjq1 libonig4 [2020-10-28T03:12:44.953Z] Use 'sudo apt autoremove' to remove them. [2020-10-28T03:12:44.953Z] Suggested packages: [2020-10-28T03:12:44.953Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-28T03:12:44.953Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-28T03:12:44.953Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-28T03:12:44.953Z] | libterm-readline-perl-perl [2020-10-28T03:12:44.953Z] The following NEW packages will be installed: [2020-10-28T03:12:44.953Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-28T03:12:44.953Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-28T03:12:44.953Z] The following packages will be upgraded: [2020-10-28T03:12:44.953Z] perl-base [2020-10-28T03:12:44.953Z] 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. [2020-10-28T03:12:44.953Z] Need to get 13.4 MB of archives. [2020-10-28T03:12:44.953Z] After this operation, 77.5 MB of additional disk space will be used. [2020-10-28T03:12:45.217Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-10-28T03:12:45.798Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 4% [1 perl-base 681 kB/1391 kB 49%] 10% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-28T03:12:46.378Z] 10% [2 perl-modules-5.26 43.5 kB/2762 kB 2%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-28T03:12:46.378Z] 28% [3 libgdbm5 26.0 kB/26.0 kB 100%] 29% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-28T03:12:46.378Z] 29% [4 libgdbm-compat4 6084 B/6084 B 100%] 30% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-10-28T03:12:46.378Z] 30% [5 libperl5.26 7184 B/3534 kB 0%] 53% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-28T03:12:46.378Z] 53% [6 perl 12.2 kB/201 kB 6%] 55% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-28T03:12:46.378Z] 55% [7 less 12.3 kB/112 kB 11%] 57% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-28T03:12:46.378Z] 57% [8 netbase 12.7 kB/12.7 kB 100%] 59% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-28T03:12:46.378Z] 59% [9 curl 13.3 kB/159 kB 8%] 61% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-28T03:12:46.378Z] 61% [10 libcurl3-gnutls 12.3 kB/213 kB 6%] 64% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-28T03:12:46.378Z] 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-28T03:12:46.643Z] 65% [12 git-man 11.6 kB/804 kB 1%] 71% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-28T03:12:46.643Z] 71% [13 git 11.0 kB/3915 kB 0%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-28T03:12:46.643Z] 96% [14 make 8192 B/154 kB 5%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-28T03:12:46.643Z] 98% [15 patch 11.7 kB/102 kB 11%] 100% [Working] Fetched 13.4 MB in 2s (7787 kB/s) [2020-10-28T03:12:46.907Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-28T03:12:47.190Z] (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 ... 9889 files and directories currently installed.) [2020-10-28T03:12:47.190Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T03:12:47.190Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-28T03:12:48.108Z] 418f656485bb: Verifying Checksum [2020-10-28T03:12:48.108Z] 418f656485bb: Download complete [2020-10-28T03:12:50.519Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:50.520Z] Selecting previously unselected package perl-modules-5.26. [2020-10-28T03:12:50.520Z] (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 ... 9889 files and directories currently installed.) [2020-10-28T03:12:50.520Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-28T03:12:50.520Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:51.478Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-28T03:12:51.478Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-28T03:12:51.478Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T03:12:51.478Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-28T03:12:51.478Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-28T03:12:51.478Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T03:12:51.478Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-28T03:12:51.478Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T03:12:51.478Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:52.431Z] Selecting previously unselected package perl. [2020-10-28T03:12:52.431Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T03:12:52.431Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:52.431Z] Selecting previously unselected package less. [2020-10-28T03:12:52.431Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-10-28T03:12:52.431Z] Unpacking less (487-0.1) ... [2020-10-28T03:12:52.431Z] Selecting previously unselected package netbase. [2020-10-28T03:12:52.431Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-28T03:12:52.431Z] Unpacking netbase (5.4) ... [2020-10-28T03:12:52.431Z] Selecting previously unselected package curl. [2020-10-28T03:12:52.431Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T03:12:52.431Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-28T03:12:52.695Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-28T03:12:52.695Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T03:12:52.695Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T03:12:52.695Z] Selecting previously unselected package liberror-perl. [2020-10-28T03:12:52.695Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-28T03:12:52.695Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-28T03:12:52.695Z] Selecting previously unselected package git-man. [2020-10-28T03:12:52.695Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-28T03:12:52.695Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:12:52.961Z] Selecting previously unselected package git. [2020-10-28T03:12:52.961Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-28T03:12:52.961Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:12:53.539Z] Selecting previously unselected package make. [2020-10-28T03:12:53.539Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-28T03:12:53.539Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-28T03:12:53.539Z] Selecting previously unselected package patch. [2020-10-28T03:12:53.539Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-28T03:12:53.539Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-28T03:12:53.804Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:12:53.804Z] Setting up less (487-0.1) ... [2020-10-28T03:12:53.804Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-28T03:12:53.804Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-28T03:12:53.804Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T03:12:53.804Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:53.804Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T03:12:54.070Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-28T03:12:54.070Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T03:12:54.070Z] Setting up netbase (5.4) ... [2020-10-28T03:12:54.070Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:54.070Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-28T03:12:54.070Z] Setting up liberror-perl (0.17025-1) ... [2020-10-28T03:12:54.070Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:12:54.070Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-28T03:12:54.070Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-28T03:12:56.009Z] curl set to automatically installed. [2020-10-28T03:12:56.009Z] git set to automatically installed. [2020-10-28T03:12:56.009Z] git-man set to automatically installed. [2020-10-28T03:12:56.009Z] less set to automatically installed. [2020-10-28T03:12:56.009Z] libcurl3-gnutls set to automatically installed. [2020-10-28T03:12:56.009Z] liberror-perl set to automatically installed. [2020-10-28T03:12:56.009Z] libgdbm-compat4 set to automatically installed. [2020-10-28T03:12:56.009Z] libgdbm5 set to automatically installed. [2020-10-28T03:12:56.009Z] libperl5.26 set to automatically installed. [2020-10-28T03:12:56.009Z] make set to automatically installed. [2020-10-28T03:12:56.009Z] netbase set to automatically installed. [2020-10-28T03:12:56.009Z] patch set to automatically installed. [2020-10-28T03:12:56.009Z] perl set to automatically installed. [2020-10-28T03:12:56.009Z] perl-base set to automatically installed. [2020-10-28T03:12:56.009Z] perl-modules-5.26 set to automatically installed. [2020-10-28T03:12:56.009Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-28T03:12:56.009Z] Please ensure the environment is properly setup before continuing. [2020-10-28T03:12:56.009Z] Ignore this message if the appropriate measures have already been taken [2020-10-28T03:12:56.599Z] Pulling go  [2020-10-28T03:12:57.550Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-28T03:12:57.550Z] Skipping pull go (already ran) [2020-10-28T03:12:57.550Z] Building go  [2020-10-28T03:12:57.550Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T03:12:57.550Z] Dload Upload Total Spent Left Speed [2020-10-28T03:12:58.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 42 115M 42 48.6M 0 0 51.0M 0 0:00:02 --:--:-- 0:00:02 50.9M 46 115M 46 53.9M 0 0 51.9M 0 0:00:02 0:00:01 0:00:01 51.9M [2020-10-28T03:12:58.503Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-10-28T03:12:58.769Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-10-28T03:12:59.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T03:13:01.075Z] Failed in branch amd64 [2020-10-28T03:13:35.157Z] 418f656485bb: Pull complete [2020-10-28T03:13:35.157Z] aebe8db9254c: Pull complete [2020-10-28T03:13:35.157Z] 4f5f7b207d3f: Pull complete [2020-10-28T03:13:35.157Z] d19ca6af091a: Pull complete [2020-10-28T03:13:35.157Z] 16b5a0711add: Pull complete [2020-10-28T03:13:35.157Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-10-28T03:13:35.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-28T03:13:35.157Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-28T03:13:35.157Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-10-28T03:13:35.157Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-10-28T03:13:35.157Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-10-28T03:13:35.432Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1861 kB] [2020-10-28T03:13:36.414Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] [2020-10-28T03:13:36.414Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] [2020-10-28T03:13:36.414Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] [2020-10-28T03:13:36.414Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] [2020-10-28T03:13:36.414Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] [2020-10-28T03:13:36.414Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] [2020-10-28T03:13:36.414Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] [2020-10-28T03:13:36.414Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1036 kB] [2020-10-28T03:13:36.688Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1179 kB] [2020-10-28T03:13:37.288Z] Fetched 5774 kB in 3s (2063 kB/s) [2020-10-28T03:13:42.773Z] Reading package lists... [2020-10-28T03:13:55.470Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-28T03:13:55.470Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-10-28T03:13:55.470Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-10-28T03:13:55.746Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-10-28T03:14:01.269Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 67% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 86% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-28T03:14:07.989Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 [2020-10-28T03:14:12.152Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 86% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-28T03:14:12.982Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 64% Building dependency tree [2020-10-28T03:14:12.982Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-28T03:14:13.582Z] The following packages were automatically installed and are no longer required: [2020-10-28T03:14:13.582Z] libjq1 libonig4 [2020-10-28T03:14:13.582Z] Use 'sudo apt autoremove' to remove them. [2020-10-28T03:14:13.582Z] Suggested packages: [2020-10-28T03:14:13.582Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-28T03:14:13.582Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-28T03:14:13.582Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-28T03:14:13.582Z] | libterm-readline-perl-perl [2020-10-28T03:14:14.178Z] The following NEW packages will be installed: [2020-10-28T03:14:14.178Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-28T03:14:14.178Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-28T03:14:14.178Z] The following packages will be upgraded: [2020-10-28T03:14:14.178Z] perl-base [2020-10-28T03:14:14.178Z] 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. [2020-10-28T03:14:14.178Z] Need to get 12.0 MB of archives. [2020-10-28T03:14:14.178Z] After this operation, 73.6 MB of additional disk space will be used. [2020-10-28T03:14:14.452Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] [2020-10-28T03:14:15.001Z] 0% [1 perl-base 12.6 kB/1237 kB 1%] 4% [1 perl-base 659 kB/1237 kB 53%] 10% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-28T03:14:15.274Z] 10% [2 perl-modules-5.26 7382 B/2762 kB 0%] 29% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-10-28T03:14:15.274Z] 29% [3 libgdbm5 23.1 kB/23.1 kB 100%] 31% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-10-28T03:14:15.274Z] 31% [4 libgdbm-compat4 5536 B/5536 B 100%] 32% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] [2020-10-28T03:14:15.274Z] 32% [5 libperl5.26 33.6 kB/3335 kB 1%] 56% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-28T03:14:15.274Z] 56% [6 perl 41.1 kB/201 kB 20%] 58% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-10-28T03:14:15.548Z] 59% [7 less 36.0 kB/99.7 kB 36%] 60% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-10-28T03:14:15.548Z] 60% [8 netbase 12.7 kB/12.7 kB 100%] 62% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-10-28T03:14:15.548Z] 62% [9 curl 54.1 kB/152 kB 36%] 64% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-10-28T03:14:15.548Z] 64% [10 libcurl3-gnutls 32.8 kB/179 kB 18%] 67% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-28T03:14:15.548Z] 67% [11 liberror-perl 0 B/22.8 kB 0%] 68% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-28T03:14:15.548Z] 68% [12 git-man 8192 B/804 kB 1%] 75% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-10-28T03:14:15.548Z] 75% [13 git 9887 B/2952 kB 0%] 96% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-10-28T03:14:15.548Z] 96% [14 make 28.7 kB/139 kB 21%] 98% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-10-28T03:14:15.548Z] 98% [15 patch 64.9 kB/91.8 kB 71%] 100% [Working] Fetched 12.0 MB in 1s (8383 kB/s) [2020-10-28T03:14:16.142Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-28T03:14:16.416Z] (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 ... 9882 files and directories currently installed.) [2020-10-28T03:14:16.416Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-28T03:14:16.416Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-28T03:14:21.839Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:21.839Z] Selecting previously unselected package perl-modules-5.26. [2020-10-28T03:14:21.839Z] (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 ... 9882 files and directories currently installed.) [2020-10-28T03:14:21.839Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-28T03:14:21.839Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:22.816Z] Selecting previously unselected package libgdbm5:arm64. [2020-10-28T03:14:22.816Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-10-28T03:14:22.816Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-10-28T03:14:22.816Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-10-28T03:14:22.816Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-10-28T03:14:22.816Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-28T03:14:23.091Z] Selecting previously unselected package libperl5.26:arm64. [2020-10-28T03:14:23.091Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-28T03:14:23.091Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:24.527Z] Selecting previously unselected package perl. [2020-10-28T03:14:24.527Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_arm64.deb ... [2020-10-28T03:14:24.527Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:24.527Z] Selecting previously unselected package less. [2020-10-28T03:14:24.527Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-10-28T03:14:24.527Z] Unpacking less (487-0.1) ... [2020-10-28T03:14:24.800Z] Selecting previously unselected package netbase. [2020-10-28T03:14:24.800Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-28T03:14:24.800Z] Unpacking netbase (5.4) ... [2020-10-28T03:14:24.800Z] Selecting previously unselected package curl. [2020-10-28T03:14:24.800Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-28T03:14:24.800Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-28T03:14:25.076Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-10-28T03:14:25.076Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-28T03:14:25.076Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-28T03:14:25.076Z] Selecting previously unselected package liberror-perl. [2020-10-28T03:14:25.076Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-28T03:14:25.349Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-28T03:14:25.349Z] Selecting previously unselected package git-man. [2020-10-28T03:14:25.349Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-28T03:14:25.349Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:14:25.622Z] Selecting previously unselected package git. [2020-10-28T03:14:25.622Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-10-28T03:14:25.622Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:14:27.053Z] Selecting previously unselected package make. [2020-10-28T03:14:27.053Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-10-28T03:14:27.053Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-28T03:14:27.053Z] Selecting previously unselected package patch. [2020-10-28T03:14:27.053Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-10-28T03:14:27.053Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-28T03:14:27.324Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:14:27.324Z] Setting up less (487-0.1) ... [2020-10-28T03:14:27.596Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-28T03:14:27.596Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-28T03:14:27.867Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-28T03:14:27.867Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:27.867Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-10-28T03:14:27.867Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-28T03:14:27.867Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-28T03:14:27.867Z] Setting up netbase (5.4) ... [2020-10-28T03:14:28.138Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:28.138Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-28T03:14:28.138Z] Setting up liberror-perl (0.17025-1) ... [2020-10-28T03:14:28.409Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T03:14:28.409Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-28T03:14:28.409Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-28T03:14:33.794Z] curl set to automatically installed. [2020-10-28T03:14:33.794Z] git set to automatically installed. [2020-10-28T03:14:33.794Z] git-man set to automatically installed. [2020-10-28T03:14:33.794Z] less set to automatically installed. [2020-10-28T03:14:33.794Z] libcurl3-gnutls set to automatically installed. [2020-10-28T03:14:33.794Z] liberror-perl set to automatically installed. [2020-10-28T03:14:33.794Z] libgdbm-compat4 set to automatically installed. [2020-10-28T03:14:33.794Z] libgdbm5 set to automatically installed. [2020-10-28T03:14:33.795Z] libperl5.26 set to automatically installed. [2020-10-28T03:14:33.795Z] make set to automatically installed. [2020-10-28T03:14:33.795Z] netbase set to automatically installed. [2020-10-28T03:14:33.795Z] patch set to automatically installed. [2020-10-28T03:14:33.795Z] perl set to automatically installed. [2020-10-28T03:14:33.795Z] perl-base set to automatically installed. [2020-10-28T03:14:33.795Z] perl-modules-5.26 set to automatically installed. [2020-10-28T03:14:33.795Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-28T03:14:33.795Z] Please ensure the environment is properly setup before continuing. [2020-10-28T03:14:33.795Z] Ignore this message if the appropriate measures have already been taken [2020-10-28T03:14:34.765Z] Pulling go  [2020-10-28T03:14:38.143Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-28T03:14:38.143Z] Skipping pull go (already ran) [2020-10-28T03:14:38.143Z] Building go  [2020-10-28T03:14:38.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T03:14:38.143Z] Dload Upload Total Spent Left Speed [2020-10-28T03:14:39.977Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 93.2M 34 32.4M 0 0 33.6M 0 0:00:02 --:--:-- 0:00:02 33.6M 91 93.2M 91 85.7M 0 0 43.7M 0 0:00:02 0:00:01 0:00:01 43.7M 100 93.2M 100 93.2M 0 0 44.4M 0 0:00:02 0:00:02 --:--:-- 44.4M [2020-10-28T03:14:41.405Z] go1.15.2.linux-arm64.tar.gz: OK [2020-10-28T03:14:59.787Z] Staging go  [2020-10-28T03:15:01.759Z] Pulling device-mqtt  [2020-10-28T03:15:05.161Z] Skipping build go (already ran) [2020-10-28T03:15:05.161Z] Building device-mqtt  [2020-10-28T03:15:05.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-10-28T03:15:06.591Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.4-dev.34 [2020-10-28T03:15:06.591Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-28T03:15:06.591Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.97 [2020-10-28T03:15:06.591Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 [2020-10-28T03:15:06.591Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-28T03:15:06.591Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-28T03:15:06.591Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-28T03:15:06.591Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 [2020-10-28T03:15:06.591Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2020-10-28T03:15:06.591Z] go: downloading github.com/google/uuid v1.1.2 [2020-10-28T03:15:06.591Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-28T03:15:06.591Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-28T03:15:06.591Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 [2020-10-28T03:15:06.591Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-28T03:15:06.591Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-28T03:15:06.591Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-28T03:15:06.591Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 [2020-10-28T03:15:06.872Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-10-28T03:15:06.872Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.23 [2020-10-28T03:15:06.872Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-10-28T03:15:06.872Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-10-28T03:15:06.872Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-28T03:15:06.872Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-28T03:15:06.872Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-28T03:15:06.872Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-28T03:15:06.872Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-28T03:15:06.872Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-28T03:15:06.872Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-28T03:15:07.143Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-10-28T03:15:07.143Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-28T03:15:07.417Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-28T03:15:07.417Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-28T03:15:07.417Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-28T03:15:29.571Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-28T03:15:44.627Z] Skipping stage go (already ran) [2020-10-28T03:15:44.627Z] Staging device-mqtt  [2020-10-28T03:15:46.595Z] Priming go  [2020-10-28T03:15:49.980Z] Priming device-mqtt  [2020-10-28T03:15:53.356Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-28T03:15:53.356Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-28T03:15:53.356Z] Determining the version from the project repo (version-script). [2020-10-28T03:15:53.356Z] The version has been set to 'local-dev-20201028+2fca3a8' [2020-10-28T03:15:54.174Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-10-28T03:15:54.174Z] Snapped edgex-device-mqtt_local-dev-20201028+2fca3a8_arm64.snap [Pipeline] } [2020-10-28T03:15:56.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [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) 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] { (Archive Prep) Stage "Archive Prep" 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-10-28T03:16:00.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:01.265Z] ---> package-listing.sh [2020-10-28T03:16:01.265Z] ++ facter osfamily [2020-10-28T03:16:01.265Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T03:16:01.265Z] + OS_FAMILY=redhat [2020-10-28T03:16:01.265Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-180 [2020-10-28T03:16:01.265Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T03:16:01.265Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T03:16:01.265Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T03:16:01.265Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T03:16:01.265Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' [2020-10-28T03:16:01.265Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T03:16:01.265Z] + case "${OS_FAMILY}" in [2020-10-28T03:16:01.265Z] + rpm -qa [2020-10-28T03:16:01.265Z] + sort [2020-10-28T03:16:05.508Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T03:16:05.508Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T03:16:05.508Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T03:16:05.508Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' [2020-10-28T03:16:05.508Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ [2020-10-28T03:16:05.508Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ [Pipeline] echo [2020-10-28T03:16:05.522Z] 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/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T03:16:05.815Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:16:06.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:16:06.121Z] [2020-10-28T03:16:06.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T03:16:06.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:16:06.481Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T03:16:06.481Z] df20fa9351a1: Pulling fs layer [2020-10-28T03:16:06.481Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T03:16:06.481Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T03:16:06.481Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T03:16:06.481Z] 93b61091891f: Pulling fs layer [2020-10-28T03:16:06.481Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T03:16:06.481Z] 5e14af77c1be: Pulling fs layer [2020-10-28T03:16:06.481Z] 01666e4c0597: Pulling fs layer [2020-10-28T03:16:06.481Z] 93b61091891f: Waiting [2020-10-28T03:16:06.481Z] 93b9cdb0e59b: Waiting [2020-10-28T03:16:06.481Z] aa168da1d23b: Pulling fs layer [2020-10-28T03:16:06.481Z] 5e14af77c1be: Waiting [2020-10-28T03:16:06.481Z] 01666e4c0597: Waiting [2020-10-28T03:16:06.481Z] aa168da1d23b: Waiting [2020-10-28T03:16:06.481Z] 46f8f816bc3b: Waiting [2020-10-28T03:16:06.481Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T03:16:06.481Z] 36b3adc4ff6f: Download complete [2020-10-28T03:16:06.481Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T03:16:06.481Z] 46f8f816bc3b: Download complete [2020-10-28T03:16:06.481Z] df20fa9351a1: Verifying Checksum [2020-10-28T03:16:06.481Z] df20fa9351a1: Download complete [2020-10-28T03:16:06.481Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T03:16:06.481Z] 93b9cdb0e59b: Download complete [2020-10-28T03:16:06.751Z] 5e14af77c1be: Verifying Checksum [2020-10-28T03:16:06.751Z] 5e14af77c1be: Download complete [2020-10-28T03:16:06.751Z] 93b61091891f: Verifying Checksum [2020-10-28T03:16:06.751Z] 93b61091891f: Download complete [2020-10-28T03:16:06.751Z] 01666e4c0597: Verifying Checksum [2020-10-28T03:16:06.751Z] 01666e4c0597: Download complete [2020-10-28T03:16:06.751Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T03:16:06.751Z] 8ad3a11d3b57: Download complete [2020-10-28T03:16:07.025Z] df20fa9351a1: Pull complete [2020-10-28T03:16:07.303Z] 36b3adc4ff6f: Pull complete [2020-10-28T03:16:08.259Z] 8ad3a11d3b57: Pull complete [2020-10-28T03:16:08.259Z] 46f8f816bc3b: Pull complete [2020-10-28T03:16:08.522Z] 93b61091891f: Pull complete [2020-10-28T03:16:08.522Z] aa168da1d23b: Verifying Checksum [2020-10-28T03:16:08.522Z] aa168da1d23b: Download complete [2020-10-28T03:16:08.786Z] 93b9cdb0e59b: Pull complete [2020-10-28T03:16:08.786Z] 5e14af77c1be: Pull complete [2020-10-28T03:16:08.786Z] 01666e4c0597: Pull complete [2020-10-28T03:16:17.006Z] aa168da1d23b: Pull complete [2020-10-28T03:16:17.006Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T03:16:17.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T03:16:17.006Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T03:16:17.248Z] prd-centos7-docker-4c-2g-9381 does not seem to be running inside a container [2020-10-28T03:16:17.311Z] $ 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/gexfoundry_device-mqtt-go_PR-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-180 -v /w/workspace/gexfoundry_device-mqtt-go_PR-180:/w/workspace/gexfoundry_device-mqtt-go_PR-180:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T03:16:20.092Z] $ docker top d80e97a454934a393d14dca090eadf710ee2a7f202cf2f993f684d254aced96f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T03:16:20.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T03:16:20.921Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T03:16:21.227Z] + ls /var/log/sa-host [2020-10-28T03:16:21.227Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T03:16:21.227Z] file_magic: OK [2020-10-28T03:16:21.227Z] HZ: Using current value: 100 [2020-10-28T03:16:21.227Z] file_header: OK [2020-10-28T03:16:21.227Z] 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-10-28T03:16:21.227Z] Statistics: [2020-10-28T03:16:21.227Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T03:16:21.227Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T03:16:21.227Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T03:16:21.227Z] file_magic: OK [2020-10-28T03:16:21.227Z] HZ: Using current value: 100 [2020-10-28T03:16:21.227Z] file_header: OK [2020-10-28T03:16:21.227Z] 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-10-28T03:16:21.227Z] Statistics: [2020-10-28T03:16:21.228Z] 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... [2020-10-28T03:16:21.228Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T03:16:21.835Z] provisioning config files... [2020-10-28T03:16:21.855Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config4133400570776466292tmp [Pipeline] { [Pipeline] echo [2020-10-28T03:16:21.933Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:22.235Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T03:16:22.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T03:16:22.350Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:22.650Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T03:16:22.662Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:22.962Z] ---> sudo-logs.sh [2020-10-28T03:16:22.962Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T03:16:22.974Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:23.277Z] ---> job-cost.sh [2020-10-28T03:16:23.277Z] lf-activate-venv: SKIPPING [2020-10-28T03:16:23.277Z] INFO: No Stack... [2020-10-28T03:16:24.226Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T03:16:24.801Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T03:16:24.814Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T03:16:25.112Z] ---> logs-deploy.sh [2020-10-28T03:16:25.112Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-180/3 [2020-10-28T03:16:25.112Z] INFO: archiving workspace using pattern(s): [2020-10-28T03:16:26.554Z] Archives upload complete. [2020-10-28T03:16:26.817Z] INFO: archiving logs to Nexus [2020-10-28T03:16:27.773Z] ---> uname -a: [2020-10-28T03:16:27.773Z] Linux prd-centos7-docker-4c-2g-9381.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] ---> lscpu: [2020-10-28T03:16:27.773Z] Architecture: x86_64 [2020-10-28T03:16:27.773Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-28T03:16:27.773Z] Byte Order: Little Endian [2020-10-28T03:16:27.773Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-28T03:16:27.773Z] CPU(s): 4 [2020-10-28T03:16:27.773Z] On-line CPU(s) list: 0-3 [2020-10-28T03:16:27.773Z] Thread(s) per core: 1 [2020-10-28T03:16:27.773Z] Core(s) per socket: 1 [2020-10-28T03:16:27.773Z] Socket(s): 4 [2020-10-28T03:16:27.773Z] NUMA node(s): 1 [2020-10-28T03:16:27.773Z] Vendor ID: GenuineIntel [2020-10-28T03:16:27.773Z] CPU family: 6 [2020-10-28T03:16:27.773Z] Model: 44 [2020-10-28T03:16:27.773Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-28T03:16:27.773Z] Stepping: 1 [2020-10-28T03:16:27.773Z] CPU MHz: 2933.442 [2020-10-28T03:16:27.773Z] BogoMIPS: 5866.88 [2020-10-28T03:16:27.773Z] Virtualization: VT-x [2020-10-28T03:16:27.773Z] Hypervisor vendor: KVM [2020-10-28T03:16:27.773Z] Virtualization type: full [2020-10-28T03:16:27.773Z] L1d cache: 128 KiB [2020-10-28T03:16:27.773Z] L1i cache: 128 KiB [2020-10-28T03:16:27.773Z] L2 cache: 16 MiB [2020-10-28T03:16:27.773Z] L3 cache: 64 MiB [2020-10-28T03:16:27.773Z] NUMA node0 CPU(s): 0-3 [2020-10-28T03:16:27.773Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-28T03:16:27.773Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-28T03:16:27.773Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-28T03:16:27.773Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-28T03:16:27.773Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-28T03:16:27.773Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-28T03:16:27.773Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-28T03:16:27.773Z] Vulnerability Tsx async abort: Not affected [2020-10-28T03:16:27.773Z] 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-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] ---> nproc: [2020-10-28T03:16:27.773Z] 4 [2020-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] [2020-10-28T03:16:27.773Z] ---> df -h: [2020-10-28T03:16:27.773Z] Filesystem Size Used Available Use% Mounted on [2020-10-28T03:16:27.773Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-28T03:16:27.773Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-28T03:16:27.773Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-28T03:16:27.773Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-28T03:16:27.773Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-28T03:16:27.773Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-28T03:16:27.773Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-180 [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-28T03:16:27.774Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] ---> free -m: [2020-10-28T03:16:27.774Z] total used free shared buff/cache available [2020-10-28T03:16:27.774Z] Mem: 1837 671 109 0 1056 1062 [2020-10-28T03:16:27.774Z] Swap: 1023 1 1022 [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] ---> ip addr: [2020-10-28T03:16:27.774Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-28T03:16:27.774Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-28T03:16:27.774Z] inet 127.0.0.1/8 scope host lo [2020-10-28T03:16:27.774Z] valid_lft forever preferred_lft forever [2020-10-28T03:16:27.774Z] inet6 ::1/128 scope host [2020-10-28T03:16:27.774Z] valid_lft forever preferred_lft forever [2020-10-28T03:16:27.774Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-28T03:16:27.774Z] link/ether fa:16:3e:0e:88:b8 brd ff:ff:ff:ff:ff:ff [2020-10-28T03:16:27.774Z] inet 10.30.123.226/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-28T03:16:27.774Z] valid_lft 85594sec preferred_lft 85594sec [2020-10-28T03:16:27.774Z] inet6 fe80::f816:3eff:fe0e:88b8/64 scope link [2020-10-28T03:16:27.774Z] valid_lft forever preferred_lft forever [2020-10-28T03:16:27.774Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-28T03:16:27.774Z] link/ether 02:42:19:c2:b2:a4 brd ff:ff:ff:ff:ff:ff [2020-10-28T03:16:27.774Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-28T03:16:27.774Z] valid_lft forever preferred_lft forever [2020-10-28T03:16:27.774Z] inet6 fe80::42:19ff:fec2:b2a4/64 scope link [2020-10-28T03:16:27.774Z] valid_lft forever preferred_lft forever [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] ---> sar -b -r -n DEV: [2020-10-28T03:16:27.774Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:02:45 LINUX RESTART (4 CPU) [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-28T03:16:27.774Z] 03:05:01 2.58 0.00 2.58 0.00 0.00 97.79 0.00 [2020-10-28T03:16:27.774Z] 03:06:01 0.40 0.00 0.40 0.00 0.00 5.98 0.00 [2020-10-28T03:16:27.774Z] 03:07:01 0.28 0.00 0.28 0.00 0.00 4.18 0.00 [2020-10-28T03:16:27.774Z] 03:08:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2020-10-28T03:16:27.774Z] 03:09:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 [2020-10-28T03:16:27.774Z] 03:10:01 0.32 0.02 0.30 0.00 0.13 4.05 0.00 [2020-10-28T03:16:27.774Z] 03:11:01 0.27 0.00 0.27 0.00 0.00 3.20 0.00 [2020-10-28T03:16:27.774Z] 03:12:01 0.28 0.00 0.28 0.00 0.00 4.15 0.00 [2020-10-28T03:16:27.774Z] 03:13:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2020-10-28T03:16:27.774Z] 03:14:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 [2020-10-28T03:16:27.774Z] 03:15:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2020-10-28T03:16:27.774Z] 03:16:01 9.22 9.06 0.17 0.00 752.58 1.62 0.00 [2020-10-28T03:16:27.774Z] Average: 1.22 0.76 0.46 0.00 62.74 11.36 0.00 [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-28T03:16:27.774Z] 03:05:01 162904 0 569168 30.25 2620 1146864 1102440 37.62 464428 1094992 12 [2020-10-28T03:16:27.774Z] 03:06:01 162072 0 569992 30.29 2620 1146872 1094296 37.35 466164 1094344 12 [2020-10-28T03:16:27.774Z] 03:07:01 160008 0 572052 30.40 2620 1146876 1094396 37.35 468620 1094340 8 [2020-10-28T03:16:27.774Z] 03:08:01 158456 0 573604 30.49 2620 1146876 1094420 37.35 481784 1082340 12 [2020-10-28T03:16:27.774Z] 03:09:01 159104 0 572948 30.45 2620 1146884 1092432 37.28 480620 1083132 8 [2020-10-28T03:16:27.774Z] 03:10:01 159580 0 572464 30.43 2620 1146892 1092444 37.28 480872 1083068 8 [2020-10-28T03:16:27.774Z] 03:11:01 160552 0 571484 30.37 2620 1146900 1082140 36.93 474116 1088604 8 [2020-10-28T03:16:27.774Z] 03:12:01 159872 0 572160 30.41 2620 1146904 1082260 36.94 474760 1088604 8 [2020-10-28T03:16:27.774Z] 03:13:01 159436 0 572588 30.43 2620 1146912 1082340 36.94 474992 1088608 8 [2020-10-28T03:16:27.774Z] 03:14:01 156512 0 575508 30.59 2620 1146916 1082376 36.94 475488 1090936 8 [2020-10-28T03:16:27.774Z] 03:15:01 155952 0 576068 30.62 2620 1146916 1082436 36.94 475932 1090936 8 [2020-10-28T03:16:27.774Z] 03:16:01 127848 0 581560 30.91 2620 1169528 1101988 37.61 480700 1113184 112 [2020-10-28T03:16:27.774Z] Average: 156858 0 573300 30.47 2620 1148778 1090331 37.21 474873 1091091 18 [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-28T03:16:27.774Z] 03:05:01 eth0 4.26 0.78 1.25 0.24 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:06:01 eth0 4.85 1.08 1.34 0.79 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:07:01 eth0 5.26 1.13 1.50 0.81 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:08:01 eth0 4.08 1.05 1.28 0.79 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:09:01 eth0 3.05 0.75 0.88 0.48 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:10:01 eth0 1.17 0.62 0.56 0.43 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:11:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:12:01 eth0 1.73 0.30 0.38 0.20 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:13:01 eth0 1.15 0.23 0.32 0.16 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:14:01 eth0 1.27 0.43 0.46 0.27 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:15:01 eth0 0.50 0.28 0.27 0.23 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:16:01 eth0 3.26 2.06 3.56 1.22 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] Average: eth0 2.56 0.73 0.99 0.47 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] ---> sar -P ALL: [2020-10-28T03:16:27.774Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:02:45 LINUX RESTART (4 CPU) [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:04:01 CPU %user %nice %system %iowait %steal %idle [2020-10-28T03:16:27.774Z] 03:05:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-10-28T03:16:27.774Z] 03:05:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-28T03:16:27.774Z] 03:05:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2020-10-28T03:16:27.774Z] 03:05:01 2 0.53 0.00 0.07 0.00 0.02 99.38 [2020-10-28T03:16:27.774Z] 03:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T03:16:27.774Z] 03:06:01 all 0.20 0.00 0.05 0.00 0.01 99.74 [2020-10-28T03:16:27.774Z] 03:06:01 0 0.12 0.00 0.03 0.00 0.00 99.85 [2020-10-28T03:16:27.774Z] 03:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-10-28T03:16:27.774Z] 03:06:01 2 0.58 0.00 0.07 0.00 0.00 99.35 [2020-10-28T03:16:27.774Z] 03:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-28T03:16:27.774Z] 03:07:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-10-28T03:16:27.774Z] 03:07:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-28T03:16:27.774Z] 03:07:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-28T03:16:27.774Z] 03:07:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-10-28T03:16:27.774Z] 03:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-28T03:16:27.774Z] 03:08:01 all 0.14 0.00 0.07 0.00 0.00 99.79 [2020-10-28T03:16:27.774Z] 03:08:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2020-10-28T03:16:27.774Z] 03:08:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-28T03:16:27.774Z] 03:08:01 2 0.43 0.00 0.07 0.00 0.00 99.50 [2020-10-28T03:16:27.774Z] 03:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-28T03:16:27.774Z] 03:09:01 all 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-28T03:16:27.774Z] 03:09:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-28T03:16:27.774Z] 03:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-28T03:16:27.774Z] 03:09:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-28T03:16:27.774Z] 03:09:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2020-10-28T03:16:27.774Z] 03:10:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-28T03:16:27.774Z] 03:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-10-28T03:16:27.774Z] 03:10:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2020-10-28T03:16:27.774Z] 03:10:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2020-10-28T03:16:27.774Z] 03:10:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-28T03:16:27.774Z] 03:11:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-10-28T03:16:27.774Z] 03:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-28T03:16:27.774Z] 03:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-28T03:16:27.774Z] 03:11:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2020-10-28T03:16:27.774Z] 03:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-28T03:16:27.774Z] 03:12:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2020-10-28T03:16:27.774Z] 03:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T03:16:27.774Z] 03:12:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2020-10-28T03:16:27.774Z] 03:12:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-28T03:16:27.774Z] 03:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-28T03:16:27.774Z] 03:13:01 all 0.21 0.00 0.04 0.00 0.00 99.75 [2020-10-28T03:16:27.774Z] 03:13:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-28T03:16:27.774Z] 03:13:01 1 0.55 0.00 0.02 0.00 0.02 99.42 [2020-10-28T03:16:27.774Z] 03:13:01 2 0.20 0.00 0.03 0.00 0.00 99.77 [2020-10-28T03:16:27.774Z] 03:13:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-28T03:16:27.774Z] 03:14:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-10-28T03:16:27.774Z] 03:14:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-28T03:16:27.774Z] 03:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-28T03:16:27.774Z] 03:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T03:16:27.774Z] 03:14:01 3 0.53 0.00 0.07 0.00 0.00 99.40 [2020-10-28T03:16:27.774Z] 03:15:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-28T03:16:27.774Z] 03:15:01 0 0.35 0.00 0.03 0.00 0.00 99.62 [2020-10-28T03:16:27.774Z] 03:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T03:16:27.774Z] 03:15:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-28T03:16:27.774Z] 03:15:01 3 0.23 0.00 0.02 0.00 0.00 99.75 [2020-10-28T03:16:27.774Z] [2020-10-28T03:16:27.774Z] 03:15:01 CPU %user %nice %system %iowait %steal %idle [2020-10-28T03:16:27.775Z] 03:16:01 all 0.40 0.00 0.14 0.20 0.00 99.25 [2020-10-28T03:16:27.775Z] 03:16:01 0 0.62 0.00 0.12 0.02 0.00 99.25 [2020-10-28T03:16:27.775Z] 03:16:01 1 0.38 0.00 0.17 0.73 0.00 98.72 [2020-10-28T03:16:27.775Z] 03:16:01 2 0.25 0.00 0.12 0.03 0.00 99.60 [2020-10-28T03:16:27.775Z] 03:16:01 3 0.37 0.00 0.15 0.03 0.00 99.45 [2020-10-28T03:16:27.775Z] Average: all 0.18 0.00 0.05 0.02 0.00 99.75 [2020-10-28T03:16:27.775Z] Average: 0 0.13 0.00 0.05 0.00 0.00 99.82 [2020-10-28T03:16:27.775Z] Average: 1 0.24 0.00 0.05 0.06 0.00 99.64 [2020-10-28T03:16:27.775Z] Average: 2 0.24 0.00 0.05 0.00 0.00 99.70 [2020-10-28T03:16:27.775Z] Average: 3 0.13 0.00 0.04 0.00 0.00 99.83 [2020-10-28T03:16:27.775Z] [2020-10-28T03:16:27.775Z] [2020-10-28T03:16:27.775Z]