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 03:03:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:03:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:03:35 ========================================================= 03:03:35 EdgeX Global Pipelines Version Info 03:03:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:03:37 ------------------- 03:03:37 stable info: 03:03:37 ------------------- 03:03:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:03:37 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 03:03:37 Message: update stable to v1.0.148 03:03:38 ------------------- 03:03:38 experimental info: 03:03:38 ------------------- 03:03:38 Commited By: **** collab-it+edgex@linuxfoundation.org 03:03:38 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 03:03:38 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-180 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-180 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-180 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2fca3a8b90c453c01d91d98a2ecc034c49928acb [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2fca3a8 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:03:42 + git log --format=format:%s -1 2fca3a8b90c453c01d91d98a2ecc034c49928acb [Pipeline] echo 03:03:42 GIT_COMMIT: 2fca3a8b90c453c01d91d98a2ecc034c49928acb, Commit Message: Merge branch 'master' into issue-160-2 [Pipeline] echo 03:03:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:03:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:43 03:03:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:03:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:43 latest: Pulling from edgex-devops/git-semver 03:03:43 31603596830f: Pulling fs layer 03:03:43 2a8b12db71e7: Pulling fs layer 03:03:43 6ca5941a6612: Pulling fs layer 03:03:43 ecc8261a40a4: Pulling fs layer 03:03:43 ecc8261a40a4: Waiting 03:03:43 2a8b12db71e7: Verifying Checksum 03:03:43 2a8b12db71e7: Download complete 03:03:44 31603596830f: Verifying Checksum 03:03:44 31603596830f: Download complete 03:03:44 ecc8261a40a4: Verifying Checksum 03:03:44 ecc8261a40a4: Download complete 03:03:44 6ca5941a6612: Verifying Checksum 03:03:44 6ca5941a6612: Download complete 03:03:44 31603596830f: Pull complete 03:03:44 2a8b12db71e7: Pull complete 03:03:45 6ca5941a6612: Pull complete 03:03:45 ecc8261a40a4: Pull complete 03:03:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:03:45 prd-centos7-docker-4c-2g-9381 does not seem to be running inside a container 03:03:45 $ 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 03:03:47 $ docker top b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:48 [ssh-agent] Looking for ssh-agent implementation... 03:03:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:48 $ docker exec b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent 03:03:48 SSH_AUTH_SOCK=/tmp/ssh-3l0oQmshbpIO/agent.12 03:03:48 SSH_AGENT_PID=17 03:03:48 Running ssh-add (command line suppressed) 03:03:48 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) 03:03:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:49 + git tag --points-at HEAD [Pipeline] } 03:03:49 $ docker exec --env ******** --env ******** b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent -k 03:03:49 unset SSH_AUTH_SOCK; 03:03:49 unset SSH_AGENT_PID; 03:03:49 echo Agent pid 17 killed; 03:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:03:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:49 [ssh-agent] Looking for ssh-agent implementation... 03:03:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:49 $ docker exec b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent 03:03:50 SSH_AUTH_SOCK=/tmp/ssh-ZqM6UVMVszGl/agent.46 03:03:50 SSH_AGENT_PID=52 03:03:50 Running ssh-add (command line suppressed) 03:03:50 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) 03:03:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:50 + git semver init 03:03:50 # -> Open(): unable to determine branch for HEAD 03:03:50 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.git 03:03:50 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-180 03:03:50 # $SEMVER_REMOTE_NAME = origin 03:03:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:50 # $SEMVER_USER_NAME = edgex-jenkins 03:03:50 # $SEMVER_BRANCH = PR-180 03:03:50 # $SEMVER_TEMP = /tmp/semver-645682904 03:03:50 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 03:03:51 # '/tmp/semver-645682904' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver' 03:03:51 # -> Force: false 03:03:51 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-180/.semver [Pipeline] } 03:03:51 $ docker exec --env ******** --env ******** b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e ssh-agent -k 03:03:51 unset SSH_AUTH_SOCK; 03:03:51 unset SSH_AGENT_PID; 03:03:51 echo Agent pid 52 killed; 03:03:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:51 + git semver [Pipeline] } 03:03:51 $ docker stop --time=1 b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e 03:03:53 $ docker rm -f b44add88462dc03c5f1f7f481b67fc2b62cc64c2e12ec47ad4614ba63fde535e [Pipeline] // withDockerContainer [Pipeline] sh 03:03:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:03:54 Stashed 1 file(s) [Pipeline] echo 03:03:54 [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 03:04:09 Still waiting to schedule task 03:04:09 ‘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’ 03:04:09 Still waiting to schedule task 03:04:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:05:24 Running on prd-centos7-docker-4c-2g-9387 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 03:05:25 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 03:05:37 using credential edgex-jenkins-ssh 03:05:37 Cloning the remote Git repository 03:05:37 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:05:38 > git init /w/workspace/device-mqtt-go/3 # timeout=10 03:05:38 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:05:38 > git --version # timeout=10 03:05:38 > git --version # 'git version 2.16.5' 03:05:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:05:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:39 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:05:39 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:05:39 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:39 > 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 03:05:40 Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:05:40 Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:05:40 Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) 03:05:40 > git config core.sparsecheckout # timeout=10 03:05:40 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:05:40 > git remote # timeout=10 03:05:40 > git config --get remote.origin.url # timeout=10 03:05:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:40 > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 03:05:40 > git rev-parse HEAD^{commit} # timeout=10 03:05:40 > git config core.sparsecheckout # timeout=10 03:05:40 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:05:45 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 03:05:45 ========================================================= 03:05:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:05:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:05:47 + 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 . 03:05:49 Sending build context to Docker daemon 474.6kB 03:05:49 Step 1/8 : ARG BASE=golang:1.15-alpine 03:05:49 Step 2/8 : FROM ${BASE} 03:05:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:05:49 df20fa9351a1: Pulling fs layer 03:05:49 ed8968b2872e: Pulling fs layer 03:05:49 a92cc7c5fd73: Pulling fs layer 03:05:49 e871e8e8d7a9: Pulling fs layer 03:05:49 e73272ec9a57: Pulling fs layer 03:05:49 1e910a182e73: Pulling fs layer 03:05:49 4e634b169226: Pulling fs layer 03:05:49 e871e8e8d7a9: Waiting 03:05:49 e73272ec9a57: Waiting 03:05:49 1e910a182e73: Waiting 03:05:49 4e634b169226: Waiting 03:05:49 a92cc7c5fd73: Verifying Checksum 03:05:49 a92cc7c5fd73: Download complete 03:05:49 ed8968b2872e: Verifying Checksum 03:05:49 ed8968b2872e: Download complete 03:05:49 e73272ec9a57: Verifying Checksum 03:05:49 e73272ec9a57: Download complete 03:05:49 1e910a182e73: Verifying Checksum 03:05:49 1e910a182e73: Download complete 03:05:49 df20fa9351a1: Verifying Checksum 03:05:49 df20fa9351a1: Download complete 03:05:50 df20fa9351a1: Pull complete 03:05:50 ed8968b2872e: Pull complete 03:05:51 a92cc7c5fd73: Pull complete 03:05:56 4e634b169226: Verifying Checksum 03:05:56 4e634b169226: Download complete 03:05:58 e871e8e8d7a9: Verifying Checksum 03:05:58 e871e8e8d7a9: Download complete 03:06:14 e871e8e8d7a9: Pull complete 03:06:14 e73272ec9a57: Pull complete 03:06:14 1e910a182e73: Pull complete 03:06:33 4e634b169226: Pull complete 03:06:33 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:06:33 ---> f7629b54cfaa 03:06:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:06:34 ---> Running in 7abfc3a1e142 03:06:34 Removing intermediate container 7abfc3a1e142 03:06:34 ---> 68a3971928a0 03:06:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:34 ---> Running in e99db5c5b200 03:06:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9393 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 03:06:37 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 03:06:39 Removing intermediate container e99db5c5b200 03:06:39 ---> b3d10b305fe7 03:06:39 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:06:39 ---> Running in b5430795ce0e 03:06:43 using credential edgex-jenkins-ssh 03:06:43 Cloning the remote Git repository 03:06:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:06:43 > git init /w/workspace/device-mqtt-go/3 # timeout=10 03:06:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:06:43 > git --version # timeout=10 03:06:43 > git --version # 'git version 2.17.1' 03:06:43 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:44 Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:06:45 (1/14) Installing libmagic (5.38-r0) 03:06:45 Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:06:45 Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) 03:06:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:06:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:06:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:06:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:44 > 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 03:06:44 > git config core.sparsecheckout # timeout=10 03:06:45 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:06:45 > git remote # timeout=10 03:06:45 > git config --get remote.origin.url # timeout=10 03:06:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:45 > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 03:06:45 > git rev-parse HEAD^{commit} # timeout=10 03:06:45 > git config core.sparsecheckout # timeout=10 03:06:45 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:06:45 (2/14) Installing file (5.38-r0) 03:06:45 (3/14) Installing libc-dev (0.7.2-r3) 03:06:45 (4/14) Installing g++ (9.3.0-r2) 03:06:49 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 03:06:50 ========================================================= 03:06:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:06:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:06:51 (5/14) Installing fortify-headers (1.1-r0) 03:06:51 (6/14) Installing patch (2.7.6-r6) 03:06:51 + 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 . 03:06:52 (7/14) Installing build-base (0.5-r2) 03:06:52 (8/14) Installing openssh-keygen (8.3_p1-r0) 03:06:52 (9/14) Installing libedit (20191231.3.1-r0) 03:06:52 (10/14) Installing openssh-client (8.3_p1-r0) 03:06:52 Sending build context to Docker daemon 474.6kB 03:06:52 Step 1/8 : ARG BASE=golang:1.15-alpine 03:06:52 Step 2/8 : FROM ${BASE} 03:06:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:06:53 b538f80385f9: Pulling fs layer 03:06:53 74f711af9a0d: Pulling fs layer 03:06:53 99f96fe45779: Pulling fs layer 03:06:53 8529a6b9a6be: Pulling fs layer 03:06:53 45590311c82a: Pulling fs layer 03:06:53 69ca0ff8b7b3: Pulling fs layer 03:06:53 209524e5b208: Pulling fs layer 03:06:53 45590311c82a: Waiting 03:06:53 69ca0ff8b7b3: Waiting 03:06:53 8529a6b9a6be: Waiting 03:06:53 209524e5b208: Waiting 03:06:53 99f96fe45779: Verifying Checksum 03:06:53 99f96fe45779: Download complete 03:06:53 74f711af9a0d: Verifying Checksum 03:06:53 74f711af9a0d: Download complete 03:06:53 45590311c82a: Verifying Checksum 03:06:53 45590311c82a: Download complete 03:06:53 69ca0ff8b7b3: Verifying Checksum 03:06:53 69ca0ff8b7b3: Download complete 03:06:53 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 03:06:53 b538f80385f9: Verifying Checksum 03:06:53 b538f80385f9: Download complete 03:06:53 (12/14) Installing openssh-server-common (8.3_p1-r0) 03:06:53 (13/14) Installing openssh-server (8.3_p1-r0) 03:06:54 (14/14) Installing openssh (8.3_p1-r0) 03:06:54 b538f80385f9: Pull complete 03:06:54 Executing busybox-1.31.1-r16.trigger 03:06:54 OK: 237 MiB in 53 packages 03:06:54 74f711af9a0d: Pull complete 03:06:55 209524e5b208: Verifying Checksum 03:06:55 209524e5b208: Download complete 03:06:55 99f96fe45779: Pull complete 03:06:56 8529a6b9a6be: Verifying Checksum 03:06:56 8529a6b9a6be: Download complete 03:07:00 Removing intermediate container b5430795ce0e 03:07:00 ---> cf9ba3f935ea 03:07:00 Step 6/8 : WORKDIR /device-mqtt-go 03:07:01 ---> Running in 1b07ec606069 03:07:01 Removing intermediate container 1b07ec606069 03:07:01 ---> 1781b0e4749a 03:07:01 Step 7/8 : COPY . . 03:07:03 ---> 116e3edbb12e 03:07:03 Step 8/8 : RUN go mod download 03:07:03 ---> Running in 4db9fa4b398d 03:07:06 8529a6b9a6be: Pull complete 03:07:06 45590311c82a: Pull complete 03:07:07 69ca0ff8b7b3: Pull complete 03:07:11 209524e5b208: Pull complete 03:07:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:07:11 ---> 5bddaf1c2fca 03:07:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:07:14 ---> Running in a0bcbb582496 03:07:14 Removing intermediate container a0bcbb582496 03:07:14 ---> e28a9fd8da1f 03:07:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:14 ---> Running in 70130072153e 03:07:17 Removing intermediate container 70130072153e 03:07:17 ---> 45f8cfe9b7cd 03:07:17 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:07:17 ---> Running in be74c67c7258 03:07:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:23 (1/14) Installing libmagic (5.38-r0) 03:07:25 (2/14) Installing file (5.38-r0) 03:07:25 (3/14) Installing libc-dev (0.7.2-r3) 03:07:25 (4/14) Installing g++ (9.3.0-r2) 03:07:31 Removing intermediate container 4db9fa4b398d 03:07:31 ---> ee57bb06e7e7 03:07:31 Successfully built ee57bb06e7e7 03:07:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:07:32 + docker inspect -f . ci-base-image-x86_64 03:07:32 . [Pipeline] withDockerContainer 03:07:32 prd-centos7-docker-4c-2g-9387 does not seem to be running inside a container 03:07:32 $ 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 03:07:33 $ docker top 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:34 + go version 03:07:34 go version go1.15.2 linux/amd64 [Pipeline] } 03:07:34 $ docker stop --time=1 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 03:07:36 $ docker rm -f 7bd794bf4e6fca352320809438160d2ecc63b79ec1d511dbc4e294f8cb18e788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:38 + docker inspect -f . ci-base-image-x86_64 03:07:38 . [Pipeline] withDockerContainer 03:07:38 prd-centos7-docker-4c-2g-9387 does not seem to be running inside a container 03:07:39 $ 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 03:07:40 $ docker top 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:41 + make test 03:07:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:07:45 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:07:52 (5/14) Installing fortify-headers (1.1-r0) 03:07:52 (6/14) Installing patch (2.7.6-r6) 03:07:52 (7/14) Installing build-base (0.5-r2) 03:07:52 (8/14) Installing openssh-keygen (8.3_p1-r0) 03:07:52 (9/14) Installing libedit (20191231.3.1-r0) 03:07:52 (10/14) Installing openssh-client (8.3_p1-r0) 03:07:52 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 03:07:52 (12/14) Installing openssh-server-common (8.3_p1-r0) 03:07:52 (13/14) Installing openssh-server (8.3_p1-r0) 03:07:52 (14/14) Installing openssh (8.3_p1-r0) 03:07:52 Executing busybox-1.31.1-r16.trigger 03:07:52 OK: 221 MiB in 53 packages 03:07:56 Removing intermediate container be74c67c7258 03:07:56 ---> 94cad37abf38 03:07:56 Step 6/8 : WORKDIR /device-mqtt-go 03:07:56 ---> Running in 3a119634ed40 03:07:57 Removing intermediate container 3a119634ed40 03:07:57 ---> 7423732f9117 03:07:57 Step 7/8 : COPY . . 03:07:58 ---> 56fe6af581ba 03:07:58 Step 8/8 : RUN go mod download 03:07:58 ---> Running in d64fd24f0b95 03:08:07 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:08:07 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 28.3% of statements 03:08:07 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:08:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:08:10 gofmt -l . 03:08:10 ["`gofmt -l .`" = ""] 03:08:10 ./bin/test-attribution-txt.sh 03:08:11 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:08:13 Stashed 1 file(s) [Pipeline] } 03:08:13 $ docker stop --time=1 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 03:08:15 $ docker rm -f 5e85049a661ed5c6215c6ae24600b924d27efc61564031a1fd869cb2b892fe21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:08:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:08:17 + ls -al . 03:08:17 total 100 03:08:17 drwxrwxr-x. 9 jenkins jenkins 4096 Oct 28 03:08 . 03:08:17 drwxrwxr-x. 4 jenkins jenkins 28 Oct 28 03:05 .. 03:08:17 -rw-rw-r--. 1 jenkins jenkins 5932 Oct 28 03:05 Attribution.txt 03:08:17 drwxrwxr-x. 2 jenkins jenkins 87 Oct 28 03:05 bin 03:08:17 drwxrwxr-x. 3 jenkins jenkins 32 Oct 28 03:05 cmd 03:08:17 -rw-r--r--. 1 jenkins jenkins 18940 Oct 28 03:08 coverage.out 03:08:17 -rw-rw-r--. 1 jenkins jenkins 1784 Oct 28 03:05 Dockerfile 03:08:17 -rw-rw-r--. 1 jenkins jenkins 953 Oct 28 03:05 Dockerfile.build 03:08:17 -rw-rw-r--. 1 jenkins jenkins 140 Oct 28 03:05 .dockerignore 03:08:17 drwxrwxr-x. 8 jenkins jenkins 179 Oct 28 03:05 .git 03:08:17 drwxrwxr-x. 2 jenkins jenkins 60 Oct 28 03:05 .github 03:08:17 -rw-rw-r--. 1 jenkins jenkins 336 Oct 28 03:05 .gitignore 03:08:17 -rw-r--r--. 1 jenkins jenkins 510 Oct 28 03:08 go.mod 03:08:17 -rw-r--r--. 1 jenkins jenkins 15108 Oct 28 03:08 go.sum 03:08:17 drwxrwxr-x. 3 jenkins jenkins 20 Oct 28 03:05 internal 03:08:17 -rw-rw-r--. 1 jenkins jenkins 677 Oct 28 03:05 Jenkinsfile 03:08:17 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 28 03:05 LICENSE 03:08:17 -rw-rw-r--. 1 jenkins jenkins 902 Oct 28 03:05 Makefile 03:08:17 drwxrwxr-x. 2 jenkins jenkins 23 Oct 28 03:05 mock 03:08:17 -rw-rw-r--. 1 jenkins jenkins 444 Oct 28 03:05 README.md 03:08:17 drwxrwxr-x. 4 jenkins jenkins 54 Oct 28 03:05 snap 03:08:17 -rw-rw-r--. 1 jenkins jenkins 5 Oct 28 03:03 VERSION 03:08:17 -rw-rw-r--. 1 jenkins jenkins 227 Oct 28 03:05 version.go [Pipeline] isUnix [Pipeline] sh 03:08:18 + 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 . 03:08:18 Sending build context to Docker daemon 494.1kB 03:08:18 Step 1/22 : ARG BASE=golang:1.15-alpine 03:08:18 Step 2/22 : FROM ${BASE} AS builder 03:08:18 ---> ee57bb06e7e7 03:08:18 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:08:18 ---> Running in 396e63fee563 03:08:18 Removing intermediate container 396e63fee563 03:08:18 ---> 0aa77482da59 03:08:18 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:08:19 ---> Running in f11ef8760f89 03:08:19 Removing intermediate container f11ef8760f89 03:08:19 ---> d2a48ac32f69 03:08:19 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:19 ---> Running in 2177a2af5754 03:08:20 Removing intermediate container d64fd24f0b95 03:08:20 ---> 2ab75f8b3575 03:08:20 Successfully built 2ab75f8b3575 03:08:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:08:21 + docker inspect -f . ci-base-image-arm64 03:08:21 . [Pipeline] withDockerContainer 03:08:21 prd-ubuntu18.04-docker-arm64-4c-16g-9393 does not seem to be running inside a container 03:08:21 $ 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 03:08:21 Removing intermediate container 2177a2af5754 03:08:21 ---> f8e77c8bb64a 03:08:21 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:08:21 ---> Running in ad58f356cfd7 03:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:23 $ docker top 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e -eo pid,comm 03:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 03:08:24 OK: 237 MiB in 53 packages 03:08:24 + go version 03:08:24 go version go1.15.2 linux/arm64 [Pipeline] } 03:08:24 $ docker stop --time=1 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e 03:08:25 Removing intermediate container ad58f356cfd7 03:08:25 ---> a79cf18d8dde 03:08:25 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 03:08:25 ---> Running in 5b23bf0ad571 03:08:25 Removing intermediate container 5b23bf0ad571 03:08:25 ---> 65835fc88763 03:08:25 Step 8/22 : COPY . . 03:08:26 ---> 1fd66c336dec 03:08:26 Step 9/22 : ARG MAKE='make build' 03:08:26 ---> Running in b72608f85958 03:08:26 $ docker rm -f 2ed7c7fb04e3cc84136fec8910cdd9d823995d8bc7fbe2d3ad1339e67003580e 03:08:26 Removing intermediate container b72608f85958 03:08:26 ---> e571015dad6f 03:08:26 Step 10/22 : RUN $MAKE 03:08:26 ---> Running in 7c1b3ca18220 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:08:27 + docker inspect -f . ci-base-image-arm64 03:08:27 . [Pipeline] withDockerContainer 03:08:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 03:08:28 prd-ubuntu18.04-docker-arm64-4c-16g-9393 does not seem to be running inside a container 03:08:28 $ 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 03:08:30 $ docker top a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:31 + make test 03:08:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:08:32 ? github.com/edgexfoundry/device-mqtt-go [no test files] 03:08:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:08:50 Removing intermediate container 7c1b3ca18220 03:08:50 ---> 7b202406628f 03:08:50 Step 11/22 : FROM alpine 03:08:50 latest: Pulling from library/alpine 03:08:51 188c0c94c7c5: Pulling fs layer 03:08:51 188c0c94c7c5: Verifying Checksum 03:08:51 188c0c94c7c5: Download complete 03:08:51 188c0c94c7c5: Pull complete 03:08:51 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:08:51 Status: Downloaded newer image for alpine:latest 03:08:51 ---> d6e46aa2470d 03:08:51 Step 12/22 : ENV APP_PORT=49982 03:08:52 ---> Running in fd0d1c97ca2e 03:08:52 Removing intermediate container fd0d1c97ca2e 03:08:52 ---> 41d2719cdba4 03:08:52 Step 13/22 : EXPOSE $APP_PORT 03:08:52 ---> Running in b88b148889ff 03:08:53 Removing intermediate container b88b148889ff 03:08:53 ---> 3d666bcdfa92 03:08:53 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 03:08:54 ---> 6da812546916 03:08:54 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 03:08:54 ---> 4347ea27bdb1 03:08:54 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 03:08:54 ---> 7f1bf05e8aed 03:08:54 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 03:08:55 ---> Running in b105a83f5868 03:08:55 Removing intermediate container b105a83f5868 03:08:55 ---> f4663abab496 03:08:55 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 03:08:55 ---> Running in d93f8a8d6f51 03:08:55 Removing intermediate container d93f8a8d6f51 03:08:55 ---> c0f097148795 03:08:55 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:08:55 ---> Running in 92ab65705075 03:08:55 Removing intermediate container 92ab65705075 03:08:55 ---> 55d078203c8c 03:08:55 Step 20/22 : LABEL arch=amd64 03:08:56 ---> Running in 4ff007e7f8e8 03:08:56 Removing intermediate container 4ff007e7f8e8 03:08:56 ---> 2dec5fa8d5dc 03:08:56 Step 21/22 : LABEL git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:08:56 ---> Running in d92056b7b591 03:08:56 Removing intermediate container d92056b7b591 03:08:56 ---> bcc72a10a57b 03:08:56 Step 22/22 : LABEL version=0.0.0 03:08:56 ---> Running in 3968d07e52ca 03:08:56 Removing intermediate container 3968d07e52ca 03:08:56 ---> 25de948eff91 03:08:56 [Warning] One or more build-args [ARCH] were not consumed 03:08:56 Successfully built 25de948eff91 03:08:56 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 03:09:11 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 03:09:11 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.032s coverage: 28.3% of statements 03:09:11 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 03:09:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:09:12 Still waiting to schedule task 03:09:12 ‘prd-centos7-docker-8c-8g-9407’ is offline 03:09:17 gofmt -l . 03:09:17 ["`gofmt -l .`" = ""] 03:09:17 ./bin/test-attribution-txt.sh 03:09:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:09:18 Warning: overwriting stash ‘coverage-report’ 03:09:19 Stashed 1 file(s) [Pipeline] } 03:09:19 $ docker stop --time=1 a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 03:09:21 $ docker rm -f a46a9b5abe2125e0663f8000990742f31d3c40225e406e0155bff6f0cfc27e68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:09:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:09:23 + ls -al . 03:09:23 total 132 03:09:23 drwxrwxr-x 9 jenkins jenkins 4096 Oct 28 03:09 . 03:09:23 drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:06 .. 03:09:23 -rw-rw-r-- 1 jenkins jenkins 140 Oct 28 03:06 .dockerignore 03:09:23 drwxrwxr-x 8 jenkins jenkins 4096 Oct 28 03:06 .git 03:09:23 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 .github 03:09:23 -rw-rw-r-- 1 jenkins jenkins 336 Oct 28 03:06 .gitignore 03:09:23 -rw-rw-r-- 1 jenkins jenkins 5932 Oct 28 03:06 Attribution.txt 03:09:23 -rw-rw-r-- 1 jenkins jenkins 1784 Oct 28 03:06 Dockerfile 03:09:23 -rw-rw-r-- 1 jenkins jenkins 953 Oct 28 03:06 Dockerfile.build 03:09:23 -rw-rw-r-- 1 jenkins jenkins 677 Oct 28 03:06 Jenkinsfile 03:09:23 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 28 03:06 LICENSE 03:09:23 -rw-rw-r-- 1 jenkins jenkins 902 Oct 28 03:06 Makefile 03:09:23 -rw-rw-r-- 1 jenkins jenkins 444 Oct 28 03:06 README.md 03:09:23 -rw-rw-r-- 1 jenkins jenkins 5 Oct 28 03:03 VERSION 03:09:23 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 bin 03:09:23 drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:06 cmd 03:09:23 -rw-r--r-- 1 jenkins jenkins 18940 Oct 28 03:09 coverage.out 03:09:23 -rw-r--r-- 1 jenkins jenkins 510 Oct 28 03:09 go.mod 03:09:23 -rw-r--r-- 1 jenkins jenkins 15108 Oct 28 03:09 go.sum 03:09:23 drwxrwxr-x 3 jenkins jenkins 4096 Oct 28 03:06 internal 03:09:23 drwxrwxr-x 2 jenkins jenkins 4096 Oct 28 03:06 mock 03:09:23 drwxrwxr-x 4 jenkins jenkins 4096 Oct 28 03:06 snap 03:09:23 -rw-rw-r-- 1 jenkins jenkins 227 Oct 28 03:06 version.go [Pipeline] isUnix [Pipeline] sh 03:09:23 + 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 . 03:09:24 Sending build context to Docker daemon 494.1kB 03:09:24 Step 1/22 : ARG BASE=golang:1.15-alpine 03:09:24 Step 2/22 : FROM ${BASE} AS builder 03:09:24 ---> 2ab75f8b3575 03:09:24 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:09:24 ---> Running in 0ee6a272b679 03:09:25 Removing intermediate container 0ee6a272b679 03:09:25 ---> f71baab0c98a 03:09:25 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:09:25 ---> Running in 66ac0b43a61f 03:09:25 Removing intermediate container 66ac0b43a61f 03:09:25 ---> e519e69551eb 03:09:25 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:25 ---> Running in 782bdbf29696 03:09:28 Removing intermediate container 782bdbf29696 03:09:28 ---> 4ff9fcc672be 03:09:28 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:09:28 ---> Running in ee2c748f0c66 03:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:09:33 OK: 221 MiB in 53 packages 03:09:34 Removing intermediate container ee2c748f0c66 03:09:34 ---> 3ab456f16021 03:09:34 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 03:09:34 ---> Running in a4f7cb9628e9 03:09:34 Removing intermediate container a4f7cb9628e9 03:09:34 ---> 9b68e4213334 03:09:34 Step 8/22 : COPY . . 03:09:35 ---> 3788c9b6d05d 03:09:35 Step 9/22 : ARG MAKE='make build' 03:09:36 ---> Running in 74d506c8dac1 03:09:36 Removing intermediate container 74d506c8dac1 03:09:36 ---> d78ee7abf94c 03:09:36 Step 10/22 : RUN $MAKE 03:09:36 ---> Running in 064b64fd0815 03:09:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 03:10:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:10:11 Removing intermediate container 064b64fd0815 03:10:11 ---> 3aa0433c960a 03:10:11 Step 11/22 : FROM alpine 03:10:11 latest: Pulling from library/alpine 03:10:11 5f621e34cdf4: Pulling fs layer 03:10:11 5f621e34cdf4: Verifying Checksum 03:10:11 5f621e34cdf4: Download complete 03:10:12 5f621e34cdf4: Pull complete 03:10:12 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:10:12 Status: Downloaded newer image for alpine:latest 03:10:12 ---> 2e77e061c27f 03:10:12 Step 12/22 : ENV APP_PORT=49982 03:10:12 ---> Running in 8919f51bcbde 03:10:13 Removing intermediate container 8919f51bcbde 03:10:13 ---> 71354356daf2 03:10:13 Step 13/22 : EXPOSE $APP_PORT 03:10:13 ---> Running in 6349feb61a96 03:10:13 Removing intermediate container 6349feb61a96 03:10:13 ---> 899f103667e7 03:10:13 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 03:10:15 ---> 1986f7643137 03:10:15 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 03:10:15 ---> cb4aa75c8441 03:10:15 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 03:10:16 ---> 294254e2ced6 03:10:16 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 03:10:16 ---> Running in 66ec51942676 03:10:17 Removing intermediate container 66ec51942676 03:10:17 ---> c18719a45185 03:10:17 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 03:10:17 ---> Running in cfa2265c2d2b 03:10:17 Removing intermediate container cfa2265c2d2b 03:10:17 ---> 97f074c47a84 03:10:17 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:17 ---> Running in 3bd9189fdfee 03:10:17 Removing intermediate container 3bd9189fdfee 03:10:17 ---> 280d0999cae3 03:10:17 Step 20/22 : LABEL arch=arm64 03:10:18 ---> Running in fe3d0e6b354d 03:10:18 Removing intermediate container fe3d0e6b354d 03:10:18 ---> 753d034cc432 03:10:18 Step 21/22 : LABEL git_sha=2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:10:18 ---> Running in aea15f1207b3 03:10:19 Removing intermediate container aea15f1207b3 03:10:19 ---> 49a37236574d 03:10:19 Step 22/22 : LABEL version=0.0.0 03:10:19 ---> Running in 89e7ceaf0c79 03:10:19 Removing intermediate container 89e7ceaf0c79 03:10:19 ---> c60593e82a72 03:10:19 [Warning] One or more build-args [ARCH] were not consumed 03:10:19 Successfully built c60593e82a72 03:10:19 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 03:10:35 Still waiting to schedule task 03:10:35 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 03:11:47 Running on prd-centos7-docker-8c-8g-9408 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 03:11:47 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 03:11:49 using credential edgex-jenkins-ssh 03:11:50 Cloning the remote Git repository 03:11:49 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:11:50 > git init /w/workspace/device-mqtt-go/3 # timeout=10 03:11:50 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:11:50 > git --version # timeout=10 03:11:50 > git --version # 'git version 2.16.5' 03:11:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:50 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:11:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:50 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:11:50 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:11:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:50 > 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 03:11:51 Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:11:51 Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:11:51 Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) 03:11:51 > git config core.sparsecheckout # timeout=10 03:11:51 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:11:51 > git remote # timeout=10 03:11:51 > git config --get remote.origin.url # timeout=10 03:11:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:51 > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 03:11:51 > git rev-parse HEAD^{commit} # timeout=10 03:11:51 > git config core.sparsecheckout # timeout=10 03:11:51 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:11:55 Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:11:56 ++ find /w/workspace/device-mqtt-go/3 03:11:56 ++ grep snapcraft.yaml 03:11:56 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:56 provisioning config files... 03:11:56 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config8084382972240573272tmp [Pipeline] { [Pipeline] sh 03:11:56 + cp /w/workspace/device-mqtt-go/3@tmp/config8084382972240573272tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh 03:11:57 + 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 03:11:57 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 03:11:57 latest: Pulling from edgex-devops/edgex-snap-builder 03:11:57 f08d8e2a3ba1: Pulling fs layer 03:11:57 3baa9cb2483b: Pulling fs layer 03:11:57 94e5ff4c0b15: Pulling fs layer 03:11:57 1860925334f9: Pulling fs layer 03:11:57 2daf38717194: Pulling fs layer 03:11:57 309017e8d7a4: Pulling fs layer 03:11:57 f7790dc9fd0f: Pulling fs layer 03:11:57 cac0ae9282c2: Pulling fs layer 03:11:57 1f4cadf9a1ed: Pulling fs layer 03:11:57 309017e8d7a4: Waiting 03:11:57 cac0ae9282c2: Waiting 03:11:57 f7790dc9fd0f: Waiting 03:11:57 1f4cadf9a1ed: Waiting 03:11:57 1860925334f9: Waiting 03:11:57 2daf38717194: Waiting 03:11:57 3baa9cb2483b: Download complete 03:11:57 1860925334f9: Verifying Checksum 03:11:57 1860925334f9: Download complete 03:11:57 309017e8d7a4: Verifying Checksum 03:11:57 309017e8d7a4: Download complete 03:11:57 f7790dc9fd0f: Download complete 03:11:57 1f4cadf9a1ed: Download complete 03:11:58 f08d8e2a3ba1: Verifying Checksum 03:11:58 f08d8e2a3ba1: Download complete 03:12:00 f08d8e2a3ba1: Pull complete 03:12:00 3baa9cb2483b: Pull complete 03:12:00 94e5ff4c0b15: Pull complete 03:12:00 1860925334f9: Pull complete 03:12:07 2daf38717194: Verifying Checksum 03:12:07 2daf38717194: Download complete 03:12:24 Running on prd-ubuntu18.04-docker-arm64-16c-16g-9409 in /w/workspace/gexfoundry_device-mqtt-go_PR-180 [Pipeline] { [Pipeline] ws 03:12:24 Running in /w/workspace/device-mqtt-go/3 [Pipeline] { [Pipeline] checkout 03:12:28 using credential edgex-jenkins-ssh 03:12:28 Cloning the remote Git repository 03:12:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 03:12:28 > git init /w/workspace/device-mqtt-go/3 # timeout=10 03:12:29 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:12:29 > git --version # timeout=10 03:12:29 > git --version # 'git version 2.17.1' 03:12:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:30 Merging remotes/origin/master commit 8d03a592335dd56f24d0450c56224a899597e60a into PR head commit 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:12:30 Merge succeeded, producing 2fca3a8b90c453c01d91d98a2ecc034c49928acb 03:12:30 Checking out Revision 2fca3a8b90c453c01d91d98a2ecc034c49928acb (PR-180) 03:12:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:12:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 03:12:29 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 03:12:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:29 > 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 03:12:30 > git config core.sparsecheckout # timeout=10 03:12:30 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:12:30 > git remote # timeout=10 03:12:30 > git config --get remote.origin.url # timeout=10 03:12:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:30 > git merge 8d03a592335dd56f24d0450c56224a899597e60a # timeout=10 03:12:30 > git rev-parse HEAD^{commit} # timeout=10 03:12:30 > git config core.sparsecheckout # timeout=10 03:12:30 > git checkout -f 2fca3a8b90c453c01d91d98a2ecc034c49928acb # timeout=10 03:12:34 2daf38717194: Pull complete 03:12:34 309017e8d7a4: Pull complete 03:12:34 f7790dc9fd0f: Pull complete 03:12:34 cac0ae9282c2: Pull complete 03:12:34 1f4cadf9a1ed: Pull complete 03:12:34 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 03:12:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 03:12:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:12:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:12:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:12:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 03:12:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 03:12:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 03:12:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 03:12:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 03:12:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 03:12:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 03:12:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 03:12:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 03:12:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 03:12:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 03:12:34 Fetched 8169 kB in 2s (4454 kB/s) 03:12:34 Commit message: "Merge branch 'master' into issue-160-2" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:35 Reading package lists... 03:12:35 + find /w/workspace/device-mqtt-go/3 03:12:35 + grep snapcraft.yaml 03:12:35 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:12:36 provisioning config files... 03:12:36 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/3@tmp/config822356098742576818tmp [Pipeline] { [Pipeline] sh 03:12:36 + cp /w/workspace/device-mqtt-go/3@tmp/config822356098742576818tmp /w/workspace/device-mqtt-go/3/edgex-snap-store-login [Pipeline] sh 03:12:37 + 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 03:12:37 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 03:12:37 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 03:12:37 237528ba509b: Pulling fs layer 03:12:37 393b96f31d8b: Pulling fs layer 03:12:37 4d82b0e39008: Pulling fs layer 03:12:37 e7ca375b8d34: Pulling fs layer 03:12:37 418f656485bb: Pulling fs layer 03:12:37 aebe8db9254c: Pulling fs layer 03:12:37 4f5f7b207d3f: Pulling fs layer 03:12:37 d19ca6af091a: Pulling fs layer 03:12:37 16b5a0711add: Pulling fs layer 03:12:37 e7ca375b8d34: Waiting 03:12:37 4f5f7b207d3f: Waiting 03:12:37 418f656485bb: Waiting 03:12:37 aebe8db9254c: Waiting 03:12:37 d19ca6af091a: Waiting 03:12:37 16b5a0711add: Waiting 03:12:37 4d82b0e39008: Verifying Checksum 03:12:37 4d82b0e39008: Download complete 03:12:37 393b96f31d8b: Verifying Checksum 03:12:37 393b96f31d8b: Download complete 03:12:37 e7ca375b8d34: Verifying Checksum 03:12:37 aebe8db9254c: Verifying Checksum 03:12:37 aebe8db9254c: Download complete 03:12:37 4f5f7b207d3f: Verifying Checksum 03:12:37 4f5f7b207d3f: Download complete 03:12:37 d19ca6af091a: Download complete 03:12:37 16b5a0711add: Download complete 03:12:38 237528ba509b: Verifying Checksum 03:12:38 237528ba509b: Download complete 03:12:39 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:12:39 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 03:12:39 0% [Working] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:12:39 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 03:12:41 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 03:12:41 237528ba509b: Pull complete 03:12:41 393b96f31d8b: Pull complete 03:12:42 4d82b0e39008: Pull complete 03:12:42 e7ca375b8d34: Pull complete 03:12:43 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 03:12:44 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 03:12:44 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 76% Building dependency tree 03:12:44 Reading state information... 0% Reading state information... 0% Reading state information... Done 03:12:44 The following packages were automatically installed and are no longer required: 03:12:44 libjq1 libonig4 03:12:44 Use 'sudo apt autoremove' to remove them. 03:12:44 Suggested packages: 03:12:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:12:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 03:12:44 diffutils-doc perl-doc libterm-readline-gnu-perl 03:12:44 | libterm-readline-perl-perl 03:12:44 The following NEW packages will be installed: 03:12:44 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 03:12:44 libperl5.26 make netbase patch perl perl-modules-5.26 03:12:44 The following packages will be upgraded: 03:12:44 perl-base 03:12:44 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. 03:12:44 Need to get 13.4 MB of archives. 03:12:44 After this operation, 77.5 MB of additional disk space will be used. 03:12:45 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:12:45 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 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] 03:12:46 98% [15 patch 11.7 kB/102 kB 11%] 100% [Working] Fetched 13.4 MB in 2s (7787 kB/s) 03:12:46 debconf: delaying package configuration, since apt-utils is not installed 03:12:47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 03:12:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:12:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 03:12:48 418f656485bb: Verifying Checksum 03:12:48 418f656485bb: Download complete 03:12:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:12:50 Selecting previously unselected package perl-modules-5.26. 03:12:50 (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.) 03:12:50 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:12:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:12:51 Selecting previously unselected package libgdbm5:amd64. 03:12:51 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 03:12:51 Unpacking libgdbm5:amd64 (1.14.1-6) ... 03:12:51 Selecting previously unselected package libgdbm-compat4:amd64. 03:12:51 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 03:12:51 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 03:12:51 Selecting previously unselected package libperl5.26:amd64. 03:12:51 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:12:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:12:52 Selecting previously unselected package perl. 03:12:52 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:12:52 Unpacking perl (5.26.1-6ubuntu0.5) ... 03:12:52 Selecting previously unselected package less. 03:12:52 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 03:12:52 Unpacking less (487-0.1) ... 03:12:52 Selecting previously unselected package netbase. 03:12:52 Preparing to unpack .../06-netbase_5.4_all.deb ... 03:12:52 Unpacking netbase (5.4) ... 03:12:52 Selecting previously unselected package curl. 03:12:52 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 03:12:52 Unpacking curl (7.58.0-2ubuntu3.10) ... 03:12:52 Selecting previously unselected package libcurl3-gnutls:amd64. 03:12:52 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 03:12:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 03:12:52 Selecting previously unselected package liberror-perl. 03:12:52 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 03:12:52 Unpacking liberror-perl (0.17025-1) ... 03:12:52 Selecting previously unselected package git-man. 03:12:52 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:12:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:12:52 Selecting previously unselected package git. 03:12:52 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:12:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:12:53 Selecting previously unselected package make. 03:12:53 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 03:12:53 Unpacking make (4.1-9.1ubuntu1) ... 03:12:53 Selecting previously unselected package patch. 03:12:53 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:12:53 Unpacking patch (2.7.6-2ubuntu1.1) ... 03:12:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:12:53 Setting up less (487-0.1) ... 03:12:53 Setting up make (4.1-9.1ubuntu1) ... 03:12:53 Setting up curl (7.58.0-2ubuntu3.10) ... 03:12:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 03:12:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:12:53 Setting up libgdbm5:amd64 (1.14.1-6) ... 03:12:54 Setting up patch (2.7.6-2ubuntu1.1) ... 03:12:54 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 03:12:54 Setting up netbase (5.4) ... 03:12:54 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:12:54 Setting up perl (5.26.1-6ubuntu0.5) ... 03:12:54 Setting up liberror-perl (0.17025-1) ... 03:12:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:12:54 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 03:12:54 Processing triggers for mime-support (3.60ubuntu1) ... 03:12:56 curl set to automatically installed. 03:12:56 git set to automatically installed. 03:12:56 git-man set to automatically installed. 03:12:56 less set to automatically installed. 03:12:56 libcurl3-gnutls set to automatically installed. 03:12:56 liberror-perl set to automatically installed. 03:12:56 libgdbm-compat4 set to automatically installed. 03:12:56 libgdbm5 set to automatically installed. 03:12:56 libperl5.26 set to automatically installed. 03:12:56 make set to automatically installed. 03:12:56 netbase set to automatically installed. 03:12:56 patch set to automatically installed. 03:12:56 perl set to automatically installed. 03:12:56 perl-base set to automatically installed. 03:12:56 perl-modules-5.26 set to automatically installed. 03:12:56 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 03:12:56 Please ensure the environment is properly setup before continuing. 03:12:56 Ignore this message if the appropriate measures have already been taken 03:12:56 Pulling go  03:12:57 'device-mqtt' has dependencies that need to be staged: go 03:12:57 Skipping pull go (already ran) 03:12:57 Building go  03:12:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:12:57 Dload Upload Total Spent Left Speed 03:12:58 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 03:12:58 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 03:12:58 Failed to run 'override-build': Exit code was 56. [Pipeline] } 03:12:59 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] } 03:13:01 Failed in branch amd64 03:13:35 418f656485bb: Pull complete 03:13:35 aebe8db9254c: Pull complete 03:13:35 4f5f7b207d3f: Pull complete 03:13:35 d19ca6af091a: Pull complete 03:13:35 16b5a0711add: Pull complete 03:13:35 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 03:13:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 03:13:35 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 03:13:35 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 03:13:35 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 03:13:35 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 03:13:35 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1861 kB] 03:13:36 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] 03:13:36 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] 03:13:36 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] 03:13:36 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] 03:13:36 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] 03:13:36 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] 03:13:36 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] 03:13:36 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1036 kB] 03:13:36 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1179 kB] 03:13:37 Fetched 5774 kB in 3s (2063 kB/s) 03:13:42 Reading package lists... 03:13:55 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 03:13:55 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 03:13:55 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 03:13:55 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 03:14:01 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 03:14:07 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 03:14:12 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 03:14:12 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 64% Building dependency tree 03:14:12 Reading state information... 0% Reading state information... 0% Reading state information... Done 03:14:13 The following packages were automatically installed and are no longer required: 03:14:13 libjq1 libonig4 03:14:13 Use 'sudo apt autoremove' to remove them. 03:14:13 Suggested packages: 03:14:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:14:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 03:14:13 diffutils-doc perl-doc libterm-readline-gnu-perl 03:14:13 | libterm-readline-perl-perl 03:14:14 The following NEW packages will be installed: 03:14:14 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 03:14:14 libperl5.26 make netbase patch perl perl-modules-5.26 03:14:14 The following packages will be upgraded: 03:14:14 perl-base 03:14:14 1 upgraded, 14 newly installed, 0 to remove and 31 not upgraded. 03:14:14 Need to get 12.0 MB of archives. 03:14:14 After this operation, 73.6 MB of additional disk space will be used. 03:14:14 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 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] 03:14:15 98% [15 patch 64.9 kB/91.8 kB 71%] 100% [Working] Fetched 12.0 MB in 1s (8383 kB/s) 03:14:16 debconf: delaying package configuration, since apt-utils is not installed 03:14:16 (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.) 03:14:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... 03:14:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 03:14:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:14:21 Selecting previously unselected package perl-modules-5.26. 03:14:21 (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.) 03:14:21 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:14:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:14:22 Selecting previously unselected package libgdbm5:arm64. 03:14:22 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 03:14:22 Unpacking libgdbm5:arm64 (1.14.1-6) ... 03:14:22 Selecting previously unselected package libgdbm-compat4:arm64. 03:14:22 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 03:14:22 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 03:14:23 Selecting previously unselected package libperl5.26:arm64. 03:14:23 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... 03:14:23 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 03:14:24 Selecting previously unselected package perl. 03:14:24 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_arm64.deb ... 03:14:24 Unpacking perl (5.26.1-6ubuntu0.5) ... 03:14:24 Selecting previously unselected package less. 03:14:24 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 03:14:24 Unpacking less (487-0.1) ... 03:14:24 Selecting previously unselected package netbase. 03:14:24 Preparing to unpack .../06-netbase_5.4_all.deb ... 03:14:24 Unpacking netbase (5.4) ... 03:14:24 Selecting previously unselected package curl. 03:14:24 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 03:14:24 Unpacking curl (7.58.0-2ubuntu3.10) ... 03:14:25 Selecting previously unselected package libcurl3-gnutls:arm64. 03:14:25 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 03:14:25 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 03:14:25 Selecting previously unselected package liberror-perl. 03:14:25 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 03:14:25 Unpacking liberror-perl (0.17025-1) ... 03:14:25 Selecting previously unselected package git-man. 03:14:25 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:14:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:14:25 Selecting previously unselected package git. 03:14:25 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 03:14:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:14:27 Selecting previously unselected package make. 03:14:27 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 03:14:27 Unpacking make (4.1-9.1ubuntu1) ... 03:14:27 Selecting previously unselected package patch. 03:14:27 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 03:14:27 Unpacking patch (2.7.6-2ubuntu1.1) ... 03:14:27 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:14:27 Setting up less (487-0.1) ... 03:14:27 Setting up make (4.1-9.1ubuntu1) ... 03:14:27 Setting up curl (7.58.0-2ubuntu3.10) ... 03:14:27 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 03:14:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:14:27 Setting up libgdbm5:arm64 (1.14.1-6) ... 03:14:27 Setting up patch (2.7.6-2ubuntu1.1) ... 03:14:27 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 03:14:27 Setting up netbase (5.4) ... 03:14:28 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 03:14:28 Setting up perl (5.26.1-6ubuntu0.5) ... 03:14:28 Setting up liberror-perl (0.17025-1) ... 03:14:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:14:28 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 03:14:28 Processing triggers for mime-support (3.60ubuntu1) ... 03:14:33 curl set to automatically installed. 03:14:33 git set to automatically installed. 03:14:33 git-man set to automatically installed. 03:14:33 less set to automatically installed. 03:14:33 libcurl3-gnutls set to automatically installed. 03:14:33 liberror-perl set to automatically installed. 03:14:33 libgdbm-compat4 set to automatically installed. 03:14:33 libgdbm5 set to automatically installed. 03:14:33 libperl5.26 set to automatically installed. 03:14:33 make set to automatically installed. 03:14:33 netbase set to automatically installed. 03:14:33 patch set to automatically installed. 03:14:33 perl set to automatically installed. 03:14:33 perl-base set to automatically installed. 03:14:33 perl-modules-5.26 set to automatically installed. 03:14:33 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 03:14:33 Please ensure the environment is properly setup before continuing. 03:14:33 Ignore this message if the appropriate measures have already been taken 03:14:34 Pulling go  03:14:38 'device-mqtt' has dependencies that need to be staged: go 03:14:38 Skipping pull go (already ran) 03:14:38 Building go  03:14:38 % Total % Received % Xferd Average Speed Time Time Time Current 03:14:38 Dload Upload Total Spent Left Speed 03:14:39 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 03:14:41 go1.15.2.linux-arm64.tar.gz: OK 03:14:59 Staging go  03:15:01 Pulling device-mqtt  03:15:05 Skipping build go (already ran) 03:15:05 Building device-mqtt  03:15:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 03:15:06 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.4-dev.34 03:15:06 go: downloading github.com/spf13/cast v1.3.0 03:15:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.97 03:15:06 go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 03:15:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:15:06 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 03:15:06 go: downloading github.com/gorilla/mux v1.7.1 03:15:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 03:15:06 go: downloading gopkg.in/yaml.v2 v2.3.0 03:15:06 go: downloading github.com/google/uuid v1.1.2 03:15:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:15:06 go: downloading github.com/go-kit/kit v0.8.0 03:15:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 03:15:06 go: downloading github.com/pkg/errors v0.8.1 03:15:06 go: downloading github.com/BurntSushi/toml v0.3.1 03:15:06 go: downloading github.com/pelletier/go-toml v1.2.0 03:15:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 03:15:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:15:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.23 03:15:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:15:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:15:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:15:06 go: downloading github.com/hashicorp/consul/api v1.1.0 03:15:06 go: downloading github.com/x448/float16 v0.8.4 03:15:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:15:06 go: downloading github.com/mitchellh/copystructure v1.0.0 03:15:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:15:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:15:06 go: downloading github.com/leodido/go-urn v1.2.0 03:15:06 go: downloading github.com/go-playground/universal-translator v0.17.0 03:15:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:15:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:15:06 go: downloading github.com/hashicorp/serf v0.8.2 03:15:07 go: downloading github.com/go-playground/locales v0.13.0 03:15:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:15:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:15:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:15:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:15:29 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:15:44 Skipping stage go (already ran) 03:15:44 Staging device-mqtt  03:15:46 Priming go  03:15:49 Priming device-mqtt  03:15:53 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 03:15:53 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 03:15:53 Determining the version from the project repo (version-script). 03:15:53 The version has been set to 'local-dev-20201028+2fca3a8' 03:15:54 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 03:15:54 Snapped edgex-device-mqtt_local-dev-20201028+2fca3a8_arm64.snap [Pipeline] } 03:15:56 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 03:16:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:16:01 ---> package-listing.sh 03:16:01 ++ facter osfamily 03:16:01 ++ tr '[:upper:]' '[:lower:]' 03:16:01 + OS_FAMILY=redhat 03:16:01 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-180 03:16:01 + START_PACKAGES=/tmp/packages_start.txt 03:16:01 + END_PACKAGES=/tmp/packages_end.txt 03:16:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:16:01 + PACKAGES=/tmp/packages_start.txt 03:16:01 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' 03:16:01 + PACKAGES=/tmp/packages_end.txt 03:16:01 + case "${OS_FAMILY}" in 03:16:01 + rpm -qa 03:16:01 + sort 03:16:05 + '[' -f /tmp/packages_start.txt ']' 03:16:05 + '[' -f /tmp/packages_end.txt ']' 03:16:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:16:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-180 ']' 03:16:05 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-180/archives/ 03:16:05 + 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 03:16:05 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 03:16:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:06 03:16:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:16:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:06 alpine: Pulling from edgex-lftools-log-publisher 03:16:06 df20fa9351a1: Pulling fs layer 03:16:06 36b3adc4ff6f: Pulling fs layer 03:16:06 8ad3a11d3b57: Pulling fs layer 03:16:06 46f8f816bc3b: Pulling fs layer 03:16:06 93b61091891f: Pulling fs layer 03:16:06 93b9cdb0e59b: Pulling fs layer 03:16:06 5e14af77c1be: Pulling fs layer 03:16:06 01666e4c0597: Pulling fs layer 03:16:06 93b61091891f: Waiting 03:16:06 93b9cdb0e59b: Waiting 03:16:06 aa168da1d23b: Pulling fs layer 03:16:06 5e14af77c1be: Waiting 03:16:06 01666e4c0597: Waiting 03:16:06 aa168da1d23b: Waiting 03:16:06 46f8f816bc3b: Waiting 03:16:06 36b3adc4ff6f: Verifying Checksum 03:16:06 36b3adc4ff6f: Download complete 03:16:06 46f8f816bc3b: Verifying Checksum 03:16:06 46f8f816bc3b: Download complete 03:16:06 df20fa9351a1: Verifying Checksum 03:16:06 df20fa9351a1: Download complete 03:16:06 93b9cdb0e59b: Verifying Checksum 03:16:06 93b9cdb0e59b: Download complete 03:16:06 5e14af77c1be: Verifying Checksum 03:16:06 5e14af77c1be: Download complete 03:16:06 93b61091891f: Verifying Checksum 03:16:06 93b61091891f: Download complete 03:16:06 01666e4c0597: Verifying Checksum 03:16:06 01666e4c0597: Download complete 03:16:06 8ad3a11d3b57: Verifying Checksum 03:16:06 8ad3a11d3b57: Download complete 03:16:07 df20fa9351a1: Pull complete 03:16:07 36b3adc4ff6f: Pull complete 03:16:08 8ad3a11d3b57: Pull complete 03:16:08 46f8f816bc3b: Pull complete 03:16:08 93b61091891f: Pull complete 03:16:08 aa168da1d23b: Verifying Checksum 03:16:08 aa168da1d23b: Download complete 03:16:08 93b9cdb0e59b: Pull complete 03:16:08 5e14af77c1be: Pull complete 03:16:08 01666e4c0597: Pull complete 03:16:17 aa168da1d23b: Pull complete 03:16:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:16:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:16:17 prd-centos7-docker-4c-2g-9381 does not seem to be running inside a container 03:16:17 $ 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 03:16:20 $ docker top d80e97a454934a393d14dca090eadf710ee2a7f202cf2f993f684d254aced96f -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:20 + touch /tmp/pre-build-complete [Pipeline] sh 03:16:20 + mkdir -p /var/log/sa [Pipeline] sh 03:16:21 + ls /var/log/sa-host 03:16:21 + sadf -c /var/log/sa-host/sa05 03:16:21 file_magic: OK 03:16:21 HZ: Using current value: 100 03:16:21 file_header: OK 03:16:21 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 03:16:21 Statistics: 03:16:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:16:21 File successfully converted to sysstat format version 12.2.1 03:16:21 + sadf -c /var/log/sa-host/sa28 03:16:21 file_magic: OK 03:16:21 HZ: Using current value: 100 03:16:21 file_header: OK 03:16:21 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 03:16:21 Statistics: 03:16:21 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... 03:16:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:16:21 provisioning config files... 03:16:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp/config4133400570776466292tmp [Pipeline] { [Pipeline] echo 03:16:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:16:22 ---> create-netrc.sh [Pipeline] } 03:16:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:16:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:16:22 ---> python-tools-install.sh [Pipeline] echo 03:16:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:16:22 ---> sudo-logs.sh 03:16:22 Archiving 'sudo' log.. [Pipeline] echo 03:16:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:16:23 ---> job-cost.sh 03:16:23 lf-activate-venv: SKIPPING 03:16:23 INFO: No Stack... 03:16:24 INFO: Retrieving Pricing Info for: v1-standard-2 03:16:24 INFO: Archiving Costs [Pipeline] echo 03:16:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:16:25 ---> logs-deploy.sh 03:16:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-180/3 03:16:25 INFO: archiving workspace using pattern(s): 03:16:26 Archives upload complete. 03:16:26 INFO: archiving logs to Nexus 03:16:27 ---> uname -a: 03:16:27 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 03:16:27 03:16:27 03:16:27 ---> lscpu: 03:16:27 Architecture: x86_64 03:16:27 CPU op-mode(s): 32-bit, 64-bit 03:16:27 Byte Order: Little Endian 03:16:27 Address sizes: 40 bits physical, 48 bits virtual 03:16:27 CPU(s): 4 03:16:27 On-line CPU(s) list: 0-3 03:16:27 Thread(s) per core: 1 03:16:27 Core(s) per socket: 1 03:16:27 Socket(s): 4 03:16:27 NUMA node(s): 1 03:16:27 Vendor ID: GenuineIntel 03:16:27 CPU family: 6 03:16:27 Model: 44 03:16:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:16:27 Stepping: 1 03:16:27 CPU MHz: 2933.442 03:16:27 BogoMIPS: 5866.88 03:16:27 Virtualization: VT-x 03:16:27 Hypervisor vendor: KVM 03:16:27 Virtualization type: full 03:16:27 L1d cache: 128 KiB 03:16:27 L1i cache: 128 KiB 03:16:27 L2 cache: 16 MiB 03:16:27 L3 cache: 64 MiB 03:16:27 NUMA node0 CPU(s): 0-3 03:16:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:16:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:16:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:16:27 Vulnerability Meltdown: Mitigation; PTI 03:16:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:16:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:16:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:16:27 Vulnerability Tsx async abort: Not affected 03:16:27 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 03:16:27 03:16:27 03:16:27 ---> nproc: 03:16:27 4 03:16:27 03:16:27 03:16:27 ---> df -h: 03:16:27 Filesystem Size Used Available Use% Mounted on 03:16:27 overlay 50.0G 7.2G 42.8G 14% / 03:16:27 tmpfs 64.0M 0 64.0M 0% /dev 03:16:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:16:27 shm 64.0M 0 64.0M 0% /dev/shm 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-180 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-180@tmp 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 03:16:27 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 03:16:27 03:16:27 03:16:27 ---> free -m: 03:16:27 total used free shared buff/cache available 03:16:27 Mem: 1837 671 109 0 1056 1062 03:16:27 Swap: 1023 1 1022 03:16:27 03:16:27 03:16:27 ---> ip addr: 03:16:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:16:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:16:27 inet 127.0.0.1/8 scope host lo 03:16:27 valid_lft forever preferred_lft forever 03:16:27 inet6 ::1/128 scope host 03:16:27 valid_lft forever preferred_lft forever 03:16:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:16:27 link/ether fa:16:3e:0e:88:b8 brd ff:ff:ff:ff:ff:ff 03:16:27 inet 10.30.123.226/23 brd 10.30.123.255 scope global dynamic eth0 03:16:27 valid_lft 85594sec preferred_lft 85594sec 03:16:27 inet6 fe80::f816:3eff:fe0e:88b8/64 scope link 03:16:27 valid_lft forever preferred_lft forever 03:16:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:16:27 link/ether 02:42:19:c2:b2:a4 brd ff:ff:ff:ff:ff:ff 03:16:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:16:27 valid_lft forever preferred_lft forever 03:16:27 inet6 fe80::42:19ff:fec2:b2a4/64 scope link 03:16:27 valid_lft forever preferred_lft forever 03:16:27 03:16:27 03:16:27 ---> sar -b -r -n DEV: 03:16:27 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) 03:16:27 03:16:27 03:02:45 LINUX RESTART (4 CPU) 03:16:27 03:16:27 03:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:16:27 03:05:01 2.58 0.00 2.58 0.00 0.00 97.79 0.00 03:16:27 03:06:01 0.40 0.00 0.40 0.00 0.00 5.98 0.00 03:16:27 03:07:01 0.28 0.00 0.28 0.00 0.00 4.18 0.00 03:16:27 03:08:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 03:16:27 03:09:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 03:16:27 03:10:01 0.32 0.02 0.30 0.00 0.13 4.05 0.00 03:16:27 03:11:01 0.27 0.00 0.27 0.00 0.00 3.20 0.00 03:16:27 03:12:01 0.28 0.00 0.28 0.00 0.00 4.15 0.00 03:16:27 03:13:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 03:16:27 03:14:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 03:16:27 03:15:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 03:16:27 03:16:01 9.22 9.06 0.17 0.00 752.58 1.62 0.00 03:16:27 Average: 1.22 0.76 0.46 0.00 62.74 11.36 0.00 03:16:27 03:16:27 03:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:16:27 03:05:01 162904 0 569168 30.25 2620 1146864 1102440 37.62 464428 1094992 12 03:16:27 03:06:01 162072 0 569992 30.29 2620 1146872 1094296 37.35 466164 1094344 12 03:16:27 03:07:01 160008 0 572052 30.40 2620 1146876 1094396 37.35 468620 1094340 8 03:16:27 03:08:01 158456 0 573604 30.49 2620 1146876 1094420 37.35 481784 1082340 12 03:16:27 03:09:01 159104 0 572948 30.45 2620 1146884 1092432 37.28 480620 1083132 8 03:16:27 03:10:01 159580 0 572464 30.43 2620 1146892 1092444 37.28 480872 1083068 8 03:16:27 03:11:01 160552 0 571484 30.37 2620 1146900 1082140 36.93 474116 1088604 8 03:16:27 03:12:01 159872 0 572160 30.41 2620 1146904 1082260 36.94 474760 1088604 8 03:16:27 03:13:01 159436 0 572588 30.43 2620 1146912 1082340 36.94 474992 1088608 8 03:16:27 03:14:01 156512 0 575508 30.59 2620 1146916 1082376 36.94 475488 1090936 8 03:16:27 03:15:01 155952 0 576068 30.62 2620 1146916 1082436 36.94 475932 1090936 8 03:16:27 03:16:01 127848 0 581560 30.91 2620 1169528 1101988 37.61 480700 1113184 112 03:16:27 Average: 156858 0 573300 30.47 2620 1148778 1090331 37.21 474873 1091091 18 03:16:27 03:16:27 03:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:16:27 03:05:01 eth0 4.26 0.78 1.25 0.24 0.00 0.00 0.00 0.00 03:16:27 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:06:01 eth0 4.85 1.08 1.34 0.79 0.00 0.00 0.00 0.00 03:16:27 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:07:01 eth0 5.26 1.13 1.50 0.81 0.00 0.00 0.00 0.00 03:16:27 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:08:01 eth0 4.08 1.05 1.28 0.79 0.00 0.00 0.00 0.00 03:16:27 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:09:01 eth0 3.05 0.75 0.88 0.48 0.00 0.00 0.00 0.00 03:16:27 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:10:01 eth0 1.17 0.62 0.56 0.43 0.00 0.00 0.00 0.00 03:16:27 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:11:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:27 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:12:01 eth0 1.73 0.30 0.38 0.20 0.00 0.00 0.00 0.00 03:16:27 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:13:01 eth0 1.15 0.23 0.32 0.16 0.00 0.00 0.00 0.00 03:16:27 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:14:01 eth0 1.27 0.43 0.46 0.27 0.00 0.00 0.00 0.00 03:16:27 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:15:01 eth0 0.50 0.28 0.27 0.23 0.00 0.00 0.00 0.00 03:16:27 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:16:01 eth0 3.26 2.06 3.56 1.22 0.00 0.00 0.00 0.00 03:16:27 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 Average: eth0 2.56 0.73 0.99 0.47 0.00 0.00 0.00 0.00 03:16:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:27 03:16:27 03:16:27 ---> sar -P ALL: 03:16:27 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) 03:16:27 03:16:27 03:02:45 LINUX RESTART (4 CPU) 03:16:27 03:16:27 03:04:01 CPU %user %nice %system %iowait %steal %idle 03:16:27 03:05:01 all 0.18 0.00 0.05 0.00 0.00 99.76 03:16:27 03:05:01 0 0.05 0.00 0.07 0.00 0.00 99.88 03:16:27 03:05:01 1 0.10 0.00 0.07 0.00 0.00 99.83 03:16:27 03:05:01 2 0.53 0.00 0.07 0.00 0.02 99.38 03:16:27 03:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:16:27 03:06:01 all 0.20 0.00 0.05 0.00 0.01 99.74 03:16:27 03:06:01 0 0.12 0.00 0.03 0.00 0.00 99.85 03:16:27 03:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 03:16:27 03:06:01 2 0.58 0.00 0.07 0.00 0.00 99.35 03:16:27 03:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 03:16:27 03:07:01 all 0.18 0.00 0.04 0.00 0.00 99.78 03:16:27 03:07:01 0 0.07 0.00 0.05 0.00 0.00 99.88 03:16:27 03:07:01 1 0.07 0.00 0.07 0.00 0.00 99.87 03:16:27 03:07:01 2 0.55 0.00 0.03 0.00 0.00 99.42 03:16:27 03:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:16:27 03:08:01 all 0.14 0.00 0.07 0.00 0.00 99.79 03:16:27 03:08:01 0 0.05 0.00 0.10 0.00 0.00 99.85 03:16:27 03:08:01 1 0.05 0.00 0.07 0.00 0.00 99.88 03:16:27 03:08:01 2 0.43 0.00 0.07 0.00 0.00 99.50 03:16:27 03:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:16:27 03:09:01 all 0.07 0.00 0.05 0.00 0.00 99.88 03:16:27 03:09:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:16:27 03:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 03:16:27 03:09:01 2 0.08 0.00 0.05 0.00 0.00 99.87 03:16:27 03:09:01 3 0.10 0.00 0.03 0.00 0.00 99.87 03:16:27 03:10:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:16:27 03:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:16:27 03:10:01 1 0.50 0.00 0.05 0.00 0.00 99.45 03:16:27 03:10:01 2 0.10 0.00 0.03 0.00 0.00 99.87 03:16:27 03:10:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:16:27 03:11:01 all 0.15 0.00 0.04 0.00 0.00 99.80 03:16:27 03:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:16:27 03:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 03:16:27 03:11:01 2 0.05 0.00 0.07 0.00 0.02 99.87 03:16:27 03:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:16:27 03:12:01 all 0.17 0.00 0.02 0.00 0.00 99.80 03:16:27 03:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:16:27 03:12:01 1 0.55 0.00 0.02 0.00 0.00 99.43 03:16:27 03:12:01 2 0.07 0.00 0.03 0.00 0.00 99.90 03:16:27 03:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:16:27 03:13:01 all 0.21 0.00 0.04 0.00 0.00 99.75 03:16:27 03:13:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:16:27 03:13:01 1 0.55 0.00 0.02 0.00 0.02 99.42 03:16:27 03:13:01 2 0.20 0.00 0.03 0.00 0.00 99.77 03:16:27 03:13:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:16:27 03:14:01 all 0.16 0.00 0.05 0.00 0.00 99.79 03:16:27 03:14:01 0 0.07 0.00 0.07 0.00 0.00 99.87 03:16:27 03:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:16:27 03:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:16:27 03:14:01 3 0.53 0.00 0.07 0.00 0.00 99.40 03:16:27 03:15:01 all 0.17 0.00 0.03 0.00 0.00 99.80 03:16:27 03:15:01 0 0.35 0.00 0.03 0.00 0.00 99.62 03:16:27 03:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:16:27 03:15:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:16:27 03:15:01 3 0.23 0.00 0.02 0.00 0.00 99.75 03:16:27 03:16:27 03:15:01 CPU %user %nice %system %iowait %steal %idle 03:16:27 03:16:01 all 0.40 0.00 0.14 0.20 0.00 99.25 03:16:27 03:16:01 0 0.62 0.00 0.12 0.02 0.00 99.25 03:16:27 03:16:01 1 0.38 0.00 0.17 0.73 0.00 98.72 03:16:27 03:16:01 2 0.25 0.00 0.12 0.03 0.00 99.60 03:16:27 03:16:01 3 0.37 0.00 0.15 0.03 0.00 99.45 03:16:27 Average: all 0.18 0.00 0.05 0.02 0.00 99.75 03:16:27 Average: 0 0.13 0.00 0.05 0.00 0.00 99.82 03:16:27 Average: 1 0.24 0.00 0.05 0.06 0.00 99.64 03:16:27 Average: 2 0.24 0.00 0.05 0.00 0.00 99.70 03:16:27 Average: 3 0.13 0.00 0.04 0.00 0.00 99.83 03:16:27 03:16:27 03:16:27