Branch indexing 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 worldmaomao for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 rather than e0722f9e20d49a32b5cedf8546d3837b34645e6f Obtained Jenkinsfile from 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4515 in /w/workspace/dgexfoundry_device-sdk-go_PR-485 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-485 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 into PR head commit e0722f9e20d49a32b5cedf8546d3837b34645e6f Merge succeeded, producing f90c2ddae3d0c218a8e14f840d95598977f7307f Checking out Revision f90c2ddae3d0c218a8e14f840d95598977f7307f (PR-485) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/485/head:refs/remotes/origin/PR-485 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e0722f9e20d49a32b5cedf8546d3837b34645e6f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f90c2ddae3d0c218a8e14f840d95598977f7307f # timeout=10 Commit message: "Merge commit '48688a4bd0b1e0580b86c0f4f944ad389879dbd8' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-17T14:41:20.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk b82c5621656ac052fb76920bbea495cac15d7e33 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-17T14:41:20.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-17T14:41:20.505Z] ========================================================= [2020-04-17T14:41:20.505Z] EdgeX Global Pipelines Version Info [2020-04-17T14:41:20.505Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-17T14:41:21.941Z] ------------------- [2020-04-17T14:41:21.941Z] stable info: [2020-04-17T14:41:21.941Z] ------------------- [2020-04-17T14:41:21.941Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-17T14:41:21.941Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-17T14:41:21.941Z] Message: update stable to v1.0.73 [2020-04-17T14:41:22.881Z] ------------------- [2020-04-17T14:41:22.881Z] experimental info: [2020-04-17T14:41:22.881Z] ------------------- [2020-04-17T14:41:22.881Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-17T14:41:22.881Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-17T14:41:22.881Z] Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:41:24.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-17T14:41:24.847Z] [2020-04-17T14:41:24.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:41:25.187Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-17T14:41:25.187Z] latest: Pulling from edgex-devops/git-semver [2020-04-17T14:41:25.188Z] 9123ac7c32f7: Pulling fs layer [2020-04-17T14:41:25.188Z] b8cc5d1170e3: Pulling fs layer [2020-04-17T14:41:25.188Z] 2924cbbf6a41: Pulling fs layer [2020-04-17T14:41:25.188Z] 93b08a4f1073: Pulling fs layer [2020-04-17T14:41:25.188Z] 93b08a4f1073: Waiting [2020-04-17T14:41:25.188Z] b8cc5d1170e3: Verifying Checksum [2020-04-17T14:41:25.188Z] b8cc5d1170e3: Download complete [2020-04-17T14:41:25.188Z] 9123ac7c32f7: Verifying Checksum [2020-04-17T14:41:25.188Z] 9123ac7c32f7: Download complete [2020-04-17T14:41:25.447Z] 93b08a4f1073: Verifying Checksum [2020-04-17T14:41:25.447Z] 93b08a4f1073: Download complete [2020-04-17T14:41:25.447Z] 2924cbbf6a41: Download complete [2020-04-17T14:41:25.447Z] 9123ac7c32f7: Pull complete [2020-04-17T14:41:25.706Z] b8cc5d1170e3: Pull complete [2020-04-17T14:41:26.275Z] 2924cbbf6a41: Pull complete [2020-04-17T14:41:26.534Z] 93b08a4f1073: Pull complete [2020-04-17T14:41:26.534Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-17T14:41:26.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-17T14:41:26.664Z] prd-centos7-docker-4c-2g-4515 does not seem to be running inside a container [2020-04-17T14:41:26.709Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-485 -v /w/workspace/dgexfoundry_device-sdk-go_PR-485:/w/workspace/dgexfoundry_device-sdk-go_PR-485:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-485@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-17T14:41:27.269Z] $ docker top f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-17T14:41:27.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-17T14:41:27.515Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-17T14:41:27.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-17T14:41:27.719Z] $ docker exec f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d ssh-agent [2020-04-17T14:41:27.891Z] SSH_AUTH_SOCK=/tmp/ssh-m95KF0nbB4yL/agent.15 [2020-04-17T14:41:27.891Z] SSH_AGENT_PID=22 [2020-04-17T14:41:27.901Z] Running ssh-add (command line suppressed) [2020-04-17T14:41:28.041Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp/private_key_4787405540744720703.key (/w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp/private_key_4787405540744720703.key) [2020-04-17T14:41:28.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-17T14:41:28.417Z] + git describe --exact-match --tags HEAD [2020-04-17T14:41:28.417Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-17T14:41:28.474Z] $ docker exec --env ******** --env ******** f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d ssh-agent -k [2020-04-17T14:41:28.608Z] unset SSH_AUTH_SOCK; [2020-04-17T14:41:28.608Z] unset SSH_AGENT_PID; [2020-04-17T14:41:28.608Z] echo Agent pid 22 killed; [2020-04-17T14:41:28.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-17T14:41:28.708Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-17T14:41:28.709Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-17T14:41:28.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-17T14:41:28.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-17T14:41:28.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-17T14:41:28.959Z] $ docker exec f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d ssh-agent [2020-04-17T14:41:29.138Z] SSH_AUTH_SOCK=/tmp/ssh-D9epYVHVm1GM/agent.57 [2020-04-17T14:41:29.138Z] SSH_AGENT_PID=64 [2020-04-17T14:41:29.147Z] Running ssh-add (command line suppressed) [2020-04-17T14:41:29.318Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp/private_key_3799746775592649732.key (/w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp/private_key_3799746775592649732.key) [2020-04-17T14:41:29.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-17T14:41:29.691Z] + git semver init [2020-04-17T14:41:29.691Z] # -> Open(): unable to determine branch for HEAD [2020-04-17T14:41:29.691Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-485/.git [2020-04-17T14:41:29.691Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-485 [2020-04-17T14:41:29.691Z] # $SEMVER_REMOTE_NAME = origin [2020-04-17T14:41:29.691Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-17T14:41:29.691Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-17T14:41:29.691Z] # $SEMVER_BRANCH = PR-485 [2020-04-17T14:41:29.691Z] # $SEMVER_TEMP = /tmp/semver-383157706 [2020-04-17T14:41:29.691Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-04-17T14:41:30.260Z] # '/tmp/semver-383157706' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-485/.semver' [2020-04-17T14:41:30.260Z] # -> Force: false [2020-04-17T14:41:30.260Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-485/.semver [Pipeline] } [2020-04-17T14:41:30.273Z] $ docker exec --env ******** --env ******** f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d ssh-agent -k [2020-04-17T14:41:30.409Z] unset SSH_AUTH_SOCK; [2020-04-17T14:41:30.409Z] unset SSH_AGENT_PID; [2020-04-17T14:41:30.410Z] echo Agent pid 64 killed; [2020-04-17T14:41:30.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-17T14:41:30.887Z] + git semver [Pipeline] } [2020-04-17T14:41:30.902Z] $ docker stop --time=1 f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d [2020-04-17T14:41:32.247Z] $ docker rm -f f489f2bc428a3148532c3ebe8bc900f54e74b8859167cf03f67bcd8eca24b19d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-17T14:41:33.078Z] Stashed 47 file(s) [Pipeline] echo [2020-04-17T14:41:33.080Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-04-17T14:41:48.391Z] Still waiting to schedule task [2020-04-17T14:41:48.391Z] ‘prd-centos7-builder-2c-1g-4099’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4516’ is offline [2020-04-17T14:41:48.393Z] Still waiting to schedule task [2020-04-17T14:41:48.393Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-04-17T14:43:06.918Z] Running on prd-centos7-docker-4c-2g-4519 in /w/workspace/dgexfoundry_device-sdk-go_PR-485 [Pipeline] { [Pipeline] ws [2020-04-17T14:43:06.958Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-04-17T14:43:10.049Z] using credential edgex-jenkins-ssh [2020-04-17T14:43:10.090Z] Cloning the remote Git repository [2020-04-17T14:43:10.090Z] Cloning with configured refspecs honoured and without tags [2020-04-17T14:43:09.746Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:09.801Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-04-17T14:43:09.856Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:09.856Z] > git --version # timeout=10 [2020-04-17T14:43:09.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:09.896Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:10.844Z] Fetching without tags [2020-04-17T14:43:11.248Z] Merging remotes/origin/master commit 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 into PR head commit e0722f9e20d49a32b5cedf8546d3837b34645e6f [2020-04-17T14:43:11.354Z] Merge succeeded, producing 0d2d99103e42e36a4b6ade36539feecd4ca0b13d [2020-04-17T14:43:11.354Z] Checking out Revision 0d2d99103e42e36a4b6ade36539feecd4ca0b13d (PR-485) [2020-04-17T14:43:10.488Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-17T14:43:10.495Z] > git config --add remote.origin.fetch +refs/pull/485/head:refs/remotes/origin/PR-485 # timeout=10 [2020-04-17T14:43:10.505Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:10.516Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-17T14:43:10.534Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:10.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:10.539Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:10.975Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T14:43:10.984Z] > git checkout -f e0722f9e20d49a32b5cedf8546d3837b34645e6f # timeout=10 [2020-04-17T14:43:11.032Z] > git remote # timeout=10 [2020-04-17T14:43:11.037Z] > git config --get remote.origin.url # timeout=10 [2020-04-17T14:43:11.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:11.051Z] > git merge 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 # timeout=10 [2020-04-17T14:43:11.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-17T14:43:11.084Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T14:43:11.089Z] > git checkout -f 0d2d99103e42e36a4b6ade36539feecd4ca0b13d # timeout=10 [2020-04-17T14:43:15.006Z] Commit message: "Merge commit '48688a4bd0b1e0580b86c0f4f944ad389879dbd8' into HEAD" [2020-04-17T14:43:15.018Z] First time build. Skipping changelog. [2020-04-17T14:43:15.010Z] > git rev-list --no-walk b82c5621656ac052fb76920bbea495cac15d7e33 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-17T14:43:15.799Z] ========================================================= [2020-04-17T14:43:15.800Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-17T14:43:15.800Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:43:16.483Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-04-17T14:43:17.064Z] Sending build context to Docker daemon 2.907MB [2020-04-17T14:43:17.064Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-17T14:43:17.064Z] Step 2/8 : FROM ${BASE} [2020-04-17T14:43:17.064Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-17T14:43:17.064Z] e6b0cf9c0882: Pulling fs layer [2020-04-17T14:43:17.064Z] 2848faf0eed1: Pulling fs layer [2020-04-17T14:43:17.064Z] 0f37312ad70f: Pulling fs layer [2020-04-17T14:43:17.064Z] 5788d62ee057: Pulling fs layer [2020-04-17T14:43:17.064Z] 0e6b1d234666: Pulling fs layer [2020-04-17T14:43:17.064Z] bf5d7aec512f: Pulling fs layer [2020-04-17T14:43:17.064Z] 34c802a77dc8: Pulling fs layer [2020-04-17T14:43:17.064Z] 9eb99e56ec68: Pulling fs layer [2020-04-17T14:43:17.064Z] 27c7a5d97fbd: Pulling fs layer [2020-04-17T14:43:17.064Z] 5c102a31e300: Pulling fs layer [2020-04-17T14:43:17.064Z] dcfb455df0a1: Pulling fs layer [2020-04-17T14:43:17.064Z] 5788d62ee057: Waiting [2020-04-17T14:43:17.064Z] 0e6b1d234666: Waiting [2020-04-17T14:43:17.064Z] bf5d7aec512f: Waiting [2020-04-17T14:43:17.064Z] 34c802a77dc8: Waiting [2020-04-17T14:43:17.064Z] 9eb99e56ec68: Waiting [2020-04-17T14:43:17.064Z] dcfb455df0a1: Waiting [2020-04-17T14:43:17.064Z] 27c7a5d97fbd: Waiting [2020-04-17T14:43:17.064Z] 5c102a31e300: Waiting [2020-04-17T14:43:17.064Z] 0f37312ad70f: Verifying Checksum [2020-04-17T14:43:17.064Z] 0f37312ad70f: Download complete [2020-04-17T14:43:17.064Z] 2848faf0eed1: Verifying Checksum [2020-04-17T14:43:17.064Z] 2848faf0eed1: Download complete [2020-04-17T14:43:17.064Z] 0e6b1d234666: Verifying Checksum [2020-04-17T14:43:17.064Z] 0e6b1d234666: Download complete [2020-04-17T14:43:17.064Z] bf5d7aec512f: Verifying Checksum [2020-04-17T14:43:17.064Z] bf5d7aec512f: Download complete [2020-04-17T14:43:17.064Z] e6b0cf9c0882: Verifying Checksum [2020-04-17T14:43:17.064Z] e6b0cf9c0882: Download complete [2020-04-17T14:43:17.644Z] e6b0cf9c0882: Pull complete [2020-04-17T14:43:17.905Z] 34c802a77dc8: Verifying Checksum [2020-04-17T14:43:17.905Z] 34c802a77dc8: Download complete [2020-04-17T14:43:17.905Z] 27c7a5d97fbd: Verifying Checksum [2020-04-17T14:43:17.905Z] 27c7a5d97fbd: Download complete [2020-04-17T14:43:18.480Z] 5c102a31e300: Verifying Checksum [2020-04-17T14:43:18.480Z] 5c102a31e300: Download complete [2020-04-17T14:43:18.480Z] dcfb455df0a1: Verifying Checksum [2020-04-17T14:43:18.480Z] dcfb455df0a1: Download complete [2020-04-17T14:43:19.060Z] 5788d62ee057: Verifying Checksum [2020-04-17T14:43:19.060Z] 5788d62ee057: Download complete [2020-04-17T14:43:19.060Z] 9eb99e56ec68: Verifying Checksum [2020-04-17T14:43:19.060Z] 9eb99e56ec68: Download complete [2020-04-17T14:43:20.001Z] 2848faf0eed1: Pull complete [2020-04-17T14:43:20.263Z] 0f37312ad70f: Pull complete [2020-04-17T14:43:26.864Z] 5788d62ee057: Pull complete [2020-04-17T14:43:26.864Z] 0e6b1d234666: Pull complete [2020-04-17T14:43:26.864Z] bf5d7aec512f: Pull complete [2020-04-17T14:43:31.067Z] 34c802a77dc8: Pull complete [2020-04-17T14:43:34.406Z] 9eb99e56ec68: Pull complete [2020-04-17T14:43:34.406Z] 27c7a5d97fbd: Pull complete [2020-04-17T14:43:35.342Z] 5c102a31e300: Pull complete [2020-04-17T14:43:35.342Z] dcfb455df0a1: Pull complete [2020-04-17T14:43:35.342Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-17T14:43:35.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-17T14:43:35.342Z] ---> 7c70fe431013 [2020-04-17T14:43:35.342Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-17T14:43:35.342Z] ---> Running in d2449b8db156 [2020-04-17T14:43:35.606Z] Removing intermediate container d2449b8db156 [2020-04-17T14:43:35.606Z] ---> 36f96b0caeb2 [2020-04-17T14:43:35.606Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T14:43:35.606Z] ---> Running in 8ec5289c3289 [2020-04-17T14:43:36.550Z] Removing intermediate container 8ec5289c3289 [2020-04-17T14:43:36.550Z] ---> 842eb2fbc593 [2020-04-17T14:43:36.550Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-17T14:43:36.550Z] ---> Running in 08247abf4a32 [2020-04-17T14:43:36.810Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-17T14:43:37.754Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-17T14:43:38.116Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4518 in /w/workspace/dgexfoundry_device-sdk-go_PR-485 [Pipeline] { [Pipeline] ws [2020-04-17T14:43:38.165Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-04-17T14:43:38.695Z] OK: 143 MiB in 39 packages [2020-04-17T14:43:38.956Z] Removing intermediate container 08247abf4a32 [2020-04-17T14:43:38.956Z] ---> 4098fd7fa8e4 [2020-04-17T14:43:38.956Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-17T14:43:38.956Z] ---> Running in d42df05f68e1 [2020-04-17T14:43:38.956Z] Removing intermediate container d42df05f68e1 [2020-04-17T14:43:38.956Z] ---> bd8a27283e33 [2020-04-17T14:43:38.956Z] Step 7/8 : COPY . . [2020-04-17T14:43:39.531Z] ---> 562431a63ffd [2020-04-17T14:43:39.531Z] Step 8/8 : RUN go mod download [2020-04-17T14:43:39.531Z] ---> Running in c694b8f1a1a0 [2020-04-17T14:43:41.459Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-17T14:43:41.459Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-17T14:43:41.459Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-17T14:43:41.459Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-17T14:43:41.459Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-17T14:43:41.459Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-17T14:43:41.459Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-17T14:43:41.459Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-17T14:43:41.459Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-17T14:43:41.719Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-17T14:43:41.719Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-17T14:43:41.719Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-17T14:43:41.719Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-17T14:43:41.719Z] go: finding github.com/fatih/color v1.7.0 [2020-04-17T14:43:41.719Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-17T14:43:41.719Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-17T14:43:41.719Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-17T14:43:41.719Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-17T14:43:41.719Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-17T14:43:41.719Z] go: finding github.com/google/uuid v1.1.0 [2020-04-17T14:43:41.719Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-17T14:43:41.719Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-17T14:43:41.980Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-17T14:43:41.980Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-17T14:43:41.980Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-17T14:43:41.980Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-17T14:43:41.980Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-17T14:43:41.981Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-17T14:43:41.981Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-17T14:43:41.981Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-17T14:43:41.981Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-17T14:43:41.981Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-17T14:43:41.981Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-17T14:43:41.981Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-17T14:43:41.981Z] go: finding github.com/posener/complete v1.1.1 [2020-04-17T14:43:41.981Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-17T14:43:41.981Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-17T14:43:41.981Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-17T14:43:41.981Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-17T14:43:41.981Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-17T14:43:41.981Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-17T14:43:41.981Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-17T14:43:42.244Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-17T14:43:42.244Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-17T14:43:42.244Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-17T14:43:42.244Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-17T14:43:42.244Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-17T14:43:44.447Z] using credential edgex-jenkins-ssh [2020-04-17T14:43:44.494Z] Cloning the remote Git repository [2020-04-17T14:43:44.494Z] Cloning with configured refspecs honoured and without tags [2020-04-17T14:43:44.548Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:44.694Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2020-04-17T14:43:44.769Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:44.771Z] > git --version # timeout=10 [2020-04-17T14:43:44.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:44.864Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:45.764Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-17T14:43:45.797Z] > git config --add remote.origin.fetch +refs/pull/485/head:refs/remotes/origin/PR-485 # timeout=10 [2020-04-17T14:43:45.913Z] Fetching without tags [2020-04-17T14:43:46.421Z] Merging remotes/origin/master commit 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 into PR head commit e0722f9e20d49a32b5cedf8546d3837b34645e6f [2020-04-17T14:43:46.799Z] Merge succeeded, producing 64d28aefd116ceac2f0c40a233b2cbdc22df84db [2020-04-17T14:43:46.800Z] Checking out Revision 64d28aefd116ceac2f0c40a233b2cbdc22df84db (PR-485) [2020-04-17T14:43:45.819Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:45.843Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-17T14:43:45.887Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-17T14:43:45.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:45.902Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/485/head:refs/remotes/origin/PR-485 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-17T14:43:46.404Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T14:43:46.420Z] > git checkout -f e0722f9e20d49a32b5cedf8546d3837b34645e6f # timeout=10 [2020-04-17T14:43:46.543Z] > git remote # timeout=10 [2020-04-17T14:43:46.582Z] > git config --get remote.origin.url # timeout=10 [2020-04-17T14:43:46.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-17T14:43:46.618Z] > git merge 48688a4bd0b1e0580b86c0f4f944ad389879dbd8 # timeout=10 [2020-04-17T14:43:46.734Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-17T14:43:46.774Z] > git config core.sparsecheckout # timeout=10 [2020-04-17T14:43:46.813Z] > git checkout -f 64d28aefd116ceac2f0c40a233b2cbdc22df84db # timeout=10 [2020-04-17T14:43:47.560Z] Removing intermediate container c694b8f1a1a0 [2020-04-17T14:43:47.560Z] ---> 64ae0aab0bd4 [2020-04-17T14:43:47.560Z] Successfully built 64ae0aab0bd4 [2020-04-17T14:43:47.560Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:43:48.131Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-17T14:43:48.131Z] . [Pipeline] withDockerContainer [2020-04-17T14:43:48.268Z] prd-centos7-docker-4c-2g-4519 does not seem to be running inside a container [2020-04-17T14:43:48.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-x86_64 cat [2020-04-17T14:43:48.988Z] $ docker top 8972e44c49dcc2da04cc3205bd080b907df0eb1d5518ce9f013eba391197c69b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-17T14:43:49.478Z] + go version [2020-04-17T14:43:49.478Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-17T14:43:49.786Z] + make test [2020-04-17T14:43:49.786Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-17T14:43:50.367Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-17T14:43:51.345Z] Commit message: "Merge commit '48688a4bd0b1e0580b86c0f4f944ad389879dbd8' into HEAD" [2020-04-17T14:43:51.369Z] First time build. Skipping changelog. [2020-04-17T14:43:51.335Z] > git rev-list --no-walk b82c5621656ac052fb76920bbea495cac15d7e33 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-17T14:43:52.462Z] ========================================================= [2020-04-17T14:43:52.462Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-17T14:43:52.462Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:43:53.536Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-04-17T14:43:54.507Z] Sending build context to Docker daemon 2.907MB [2020-04-17T14:43:54.507Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-17T14:43:54.507Z] Step 2/8 : FROM ${BASE} [2020-04-17T14:43:54.779Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-17T14:43:54.779Z] cde5963f3b93: Pulling fs layer [2020-04-17T14:43:54.779Z] 2a23fa8c16f7: Pulling fs layer [2020-04-17T14:43:54.779Z] 777b28850792: Pulling fs layer [2020-04-17T14:43:54.779Z] 8a11ddd9e578: Pulling fs layer [2020-04-17T14:43:54.779Z] 4cf88f913ddb: Pulling fs layer [2020-04-17T14:43:54.779Z] 1df406cf5192: Pulling fs layer [2020-04-17T14:43:54.779Z] cd6300453558: Pulling fs layer [2020-04-17T14:43:54.779Z] b9c365052c96: Pulling fs layer [2020-04-17T14:43:54.779Z] a2d8cc88f415: Pulling fs layer [2020-04-17T14:43:54.779Z] ea1d1ca13537: Pulling fs layer [2020-04-17T14:43:54.779Z] 3750a50a1c5e: Pulling fs layer [2020-04-17T14:43:54.779Z] 8a11ddd9e578: Waiting [2020-04-17T14:43:54.779Z] 4cf88f913ddb: Waiting [2020-04-17T14:43:54.779Z] 1df406cf5192: Waiting [2020-04-17T14:43:54.779Z] cd6300453558: Waiting [2020-04-17T14:43:54.779Z] b9c365052c96: Waiting [2020-04-17T14:43:54.779Z] a2d8cc88f415: Waiting [2020-04-17T14:43:54.779Z] ea1d1ca13537: Waiting [2020-04-17T14:43:54.779Z] 3750a50a1c5e: Waiting [2020-04-17T14:43:54.779Z] 777b28850792: Verifying Checksum [2020-04-17T14:43:54.779Z] 777b28850792: Download complete [2020-04-17T14:43:54.779Z] 2a23fa8c16f7: Download complete [2020-04-17T14:43:55.053Z] 4cf88f913ddb: Download complete [2020-04-17T14:43:55.053Z] 1df406cf5192: Verifying Checksum [2020-04-17T14:43:55.053Z] 1df406cf5192: Download complete [2020-04-17T14:43:55.053Z] cde5963f3b93: Verifying Checksum [2020-04-17T14:43:55.053Z] cde5963f3b93: Download complete [2020-04-17T14:43:56.029Z] cde5963f3b93: Pull complete [2020-04-17T14:43:57.005Z] 2a23fa8c16f7: Pull complete [2020-04-17T14:43:57.005Z] 777b28850792: Pull complete [2020-04-17T14:43:58.982Z] cd6300453558: Verifying Checksum [2020-04-17T14:43:58.982Z] cd6300453558: Download complete [2020-04-17T14:43:58.982Z] a2d8cc88f415: Verifying Checksum [2020-04-17T14:43:58.982Z] a2d8cc88f415: Download complete [2020-04-17T14:44:00.428Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-17T14:44:00.428Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-17T14:44:01.104Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.005s coverage: 22.1% of statements [2020-04-17T14:44:01.589Z] ea1d1ca13537: Verifying Checksum [2020-04-17T14:44:01.589Z] ea1d1ca13537: Download complete [2020-04-17T14:44:01.859Z] 3750a50a1c5e: Download complete [2020-04-17T14:44:05.245Z] b9c365052c96: Verifying Checksum [2020-04-17T14:44:05.245Z] b9c365052c96: Download complete [2020-04-17T14:44:05.322Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.044s coverage: 95.8% of statements [2020-04-17T14:44:06.230Z] 8a11ddd9e578: Verifying Checksum [2020-04-17T14:44:06.230Z] 8a11ddd9e578: Download complete [2020-04-17T14:44:18.582Z] 8a11ddd9e578: Pull complete [2020-04-17T14:44:18.582Z] 4cf88f913ddb: Pull complete [2020-04-17T14:44:18.853Z] 1df406cf5192: Pull complete [2020-04-17T14:44:24.229Z] cd6300453558: Pull complete [2020-04-17T14:44:29.629Z] b9c365052c96: Pull complete [2020-04-17T14:44:29.629Z] a2d8cc88f415: Pull complete [2020-04-17T14:44:31.063Z] ea1d1ca13537: Pull complete [2020-04-17T14:44:31.653Z] 3750a50a1c5e: Pull complete [2020-04-17T14:44:31.653Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-17T14:44:31.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-17T14:44:31.653Z] ---> 78745c68409d [2020-04-17T14:44:31.653Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-17T14:44:35.936Z] ---> Running in ee68e28cf383 [2020-04-17T14:44:36.205Z] Removing intermediate container ee68e28cf383 [2020-04-17T14:44:36.205Z] ---> b4c0cb1ecaec [2020-04-17T14:44:36.205Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-17T14:44:36.476Z] ---> Running in 33b0c0b55a8d [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.024s coverage: 11.4% of statements [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 22.1% of statements [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.104s coverage: 38.5% of statements [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.383s coverage: 79.8% of statements [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.019s coverage: 52.6% of statements [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-17T14:44:37.441Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.109s coverage: 71.4% of statements [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-17T14:44:37.441Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-17T14:44:37.441Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-17T14:44:37.441Z] gofmt -l . [2020-04-17T14:44:37.441Z] internal/handler/callback/profile.go [2020-04-17T14:44:37.441Z] [ "`gofmt -l .`" = "" ] [2020-04-17T14:44:37.441Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-04-17T14:44:37.457Z] $ docker stop --time=1 8972e44c49dcc2da04cc3205bd080b907df0eb1d5518ce9f013eba391197c69b [2020-04-17T14:44:38.436Z] Removing intermediate container 33b0c0b55a8d [2020-04-17T14:44:38.436Z] ---> 4fe091e02470 [2020-04-17T14:44:38.436Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-17T14:44:38.436Z] ---> Running in b267b48a0e5a [2020-04-17T14:44:38.934Z] $ docker rm -f 8972e44c49dcc2da04cc3205bd080b907df0eb1d5518ce9f013eba391197c69b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-04-17T14:44:39.404Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-17T14:44:40.177Z] Failed in branch amd64 [2020-04-17T14:44:40.819Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-17T14:44:41.407Z] OK: 125 MiB in 39 packages [2020-04-17T14:44:42.836Z] Removing intermediate container b267b48a0e5a [2020-04-17T14:44:42.836Z] ---> 20b331546725 [2020-04-17T14:44:42.836Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-17T14:44:42.836Z] ---> Running in 39b0adf04bfe [2020-04-17T14:44:43.428Z] Removing intermediate container 39b0adf04bfe [2020-04-17T14:44:43.428Z] ---> 6a2d556fe65d [2020-04-17T14:44:43.428Z] Step 7/8 : COPY . . [2020-04-17T14:44:44.397Z] ---> bcfc58915b94 [2020-04-17T14:44:44.397Z] Step 8/8 : RUN go mod download [2020-04-17T14:44:44.667Z] ---> Running in 148b896b5207 [2020-04-17T14:44:46.642Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-17T14:44:46.642Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-17T14:44:46.642Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-17T14:44:46.642Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-17T14:44:46.642Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-17T14:44:46.642Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-17T14:44:46.642Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-17T14:44:46.642Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-17T14:44:46.642Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-17T14:44:46.642Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-17T14:44:46.642Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-17T14:44:46.642Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-17T14:44:46.642Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-17T14:44:46.642Z] go: finding github.com/fatih/color v1.7.0 [2020-04-17T14:44:46.642Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-17T14:44:46.642Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-17T14:44:46.642Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-17T14:44:46.642Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-17T14:44:46.911Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-17T14:44:46.911Z] go: finding github.com/google/uuid v1.1.0 [2020-04-17T14:44:46.911Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-17T14:44:46.911Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-17T14:44:47.178Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-17T14:44:47.178Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-17T14:44:47.178Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-17T14:44:47.178Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-17T14:44:47.178Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-17T14:44:47.178Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-17T14:44:47.178Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-17T14:44:47.178Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-17T14:44:47.178Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-17T14:44:47.178Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-17T14:44:47.447Z] go: finding github.com/posener/complete v1.1.1 [2020-04-17T14:44:47.447Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-17T14:44:47.447Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-17T14:44:47.447Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-17T14:44:47.447Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-17T14:44:47.447Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-17T14:44:47.447Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-17T14:44:47.447Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-17T14:44:47.447Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-17T14:44:47.447Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-17T14:44:47.447Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-17T14:44:47.447Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-17T14:44:47.447Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-17T14:44:57.554Z] Removing intermediate container 148b896b5207 [2020-04-17T14:44:57.554Z] ---> 55eb7194fea4 [2020-04-17T14:44:57.554Z] Successfully built 55eb7194fea4 [2020-04-17T14:44:57.554Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:44:58.428Z] + docker inspect -f . ci-base-image-arm64 [2020-04-17T14:44:58.428Z] . [Pipeline] withDockerContainer [2020-04-17T14:44:59.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-4518 does not seem to be running inside a container [2020-04-17T14:44:59.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 ******** ci-base-image-arm64 cat [2020-04-17T14:45:00.652Z] $ docker top 1e88d699e07868c0492f6858a4a23435c694b53d83adb749960308fc9ae09553 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-17T14:45:01.772Z] + go version [2020-04-17T14:45:01.772Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-17T14:45:02.490Z] + make test [2020-04-17T14:45:02.491Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-17T14:45:03.923Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-17T14:45:36.265Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-17T14:45:36.265Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-17T14:45:36.265Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 22.1% of statements [2020-04-17T14:45:36.855Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.162s coverage: 95.8% of statements [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.041s coverage: 11.4% of statements [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.017s coverage: 22.1% of statements [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.180s coverage: 38.5% of statements [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.894s coverage: 79.8% of statements [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.053s coverage: 52.6% of statements [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-17T14:46:09.123Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.360s coverage: 71.4% of statements [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-17T14:46:09.123Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-17T14:46:09.123Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-17T14:46:11.726Z] gofmt -l . [2020-04-17T14:46:11.726Z] internal/handler/callback/profile.go [2020-04-17T14:46:11.726Z] [ "`gofmt -l .`" = "" ] [2020-04-17T14:46:11.993Z] make: *** [Makefile:32: test] Error 1 [Pipeline] } [2020-04-17T14:46:12.015Z] $ docker stop --time=1 1e88d699e07868c0492f6858a4a23435c694b53d83adb749960308fc9ae09553 [2020-04-17T14:46:14.113Z] $ docker rm -f 1e88d699e07868c0492f6858a4a23435c694b53d83adb749960308fc9ae09553 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-17T14:46:15.756Z] Failed in branch arm64 [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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-17T14:46:17.070Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T14:46:17.408Z] ---> package-listing.sh [2020-04-17T14:46:17.408Z] ++ facter osfamily [2020-04-17T14:46:17.408Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-17T14:46:17.408Z] + OS_FAMILY=redhat [2020-04-17T14:46:17.408Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-485 [2020-04-17T14:46:17.408Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-17T14:46:17.408Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-17T14:46:17.408Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-17T14:46:17.408Z] + PACKAGES=/tmp/packages_start.txt [2020-04-17T14:46:17.408Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-485 ']' [2020-04-17T14:46:17.408Z] + PACKAGES=/tmp/packages_end.txt [2020-04-17T14:46:17.409Z] + case "${OS_FAMILY}" in [2020-04-17T14:46:17.409Z] + rpm -qa [2020-04-17T14:46:17.409Z] + sort [2020-04-17T14:46:21.627Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-17T14:46:21.627Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-17T14:46:21.627Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-17T14:46:21.627Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-485 ']' [2020-04-17T14:46:21.627Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-485/archives/ [2020-04-17T14:46:21.627Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-485/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:46:22.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-17T14:46:22.117Z] [2020-04-17T14:46:22.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-17T14:46:22.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-17T14:46:22.488Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-17T14:46:22.488Z] c9b1b535fdd9: Pulling fs layer [2020-04-17T14:46:22.488Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-17T14:46:22.488Z] 756a868c4378: Pulling fs layer [2020-04-17T14:46:22.488Z] 444b2fc9a129: Pulling fs layer [2020-04-17T14:46:22.488Z] ea15f1150254: Pulling fs layer [2020-04-17T14:46:22.488Z] 41b27a9f41bf: Pulling fs layer [2020-04-17T14:46:22.488Z] 28c525ee5125: Pulling fs layer [2020-04-17T14:46:22.488Z] 094b1ea09ed8: Pulling fs layer [2020-04-17T14:46:22.488Z] 138eaada9080: Pulling fs layer [2020-04-17T14:46:22.488Z] 0622d0fa9048: Pulling fs layer [2020-04-17T14:46:22.488Z] 444b2fc9a129: Waiting [2020-04-17T14:46:22.488Z] 28c525ee5125: Waiting [2020-04-17T14:46:22.488Z] 094b1ea09ed8: Waiting [2020-04-17T14:46:22.488Z] 138eaada9080: Waiting [2020-04-17T14:46:22.488Z] 0622d0fa9048: Waiting [2020-04-17T14:46:22.488Z] 41b27a9f41bf: Waiting [2020-04-17T14:46:22.488Z] ea15f1150254: Waiting [2020-04-17T14:46:22.488Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-17T14:46:22.488Z] 2cc5ad85d9ab: Download complete [2020-04-17T14:46:22.488Z] 444b2fc9a129: Verifying Checksum [2020-04-17T14:46:22.488Z] 444b2fc9a129: Download complete [2020-04-17T14:46:22.488Z] c9b1b535fdd9: Verifying Checksum [2020-04-17T14:46:22.488Z] c9b1b535fdd9: Download complete [2020-04-17T14:46:22.755Z] ea15f1150254: Verifying Checksum [2020-04-17T14:46:22.755Z] ea15f1150254: Download complete [2020-04-17T14:46:22.755Z] 28c525ee5125: Verifying Checksum [2020-04-17T14:46:22.755Z] 28c525ee5125: Download complete [2020-04-17T14:46:23.034Z] c9b1b535fdd9: Pull complete [2020-04-17T14:46:23.034Z] 756a868c4378: Verifying Checksum [2020-04-17T14:46:23.034Z] 756a868c4378: Download complete [2020-04-17T14:46:23.034Z] 138eaada9080: Verifying Checksum [2020-04-17T14:46:23.034Z] 138eaada9080: Download complete [2020-04-17T14:46:23.034Z] 0622d0fa9048: Verifying Checksum [2020-04-17T14:46:23.034Z] 0622d0fa9048: Download complete [2020-04-17T14:46:23.034Z] 2cc5ad85d9ab: Pull complete [2020-04-17T14:46:23.299Z] 094b1ea09ed8: Verifying Checksum [2020-04-17T14:46:23.299Z] 094b1ea09ed8: Download complete [2020-04-17T14:46:23.875Z] 41b27a9f41bf: Verifying Checksum [2020-04-17T14:46:23.875Z] 41b27a9f41bf: Download complete [2020-04-17T14:46:25.256Z] 756a868c4378: Pull complete [2020-04-17T14:46:25.256Z] 444b2fc9a129: Pull complete [2020-04-17T14:46:25.517Z] ea15f1150254: Pull complete [2020-04-17T14:46:28.815Z] 41b27a9f41bf: Pull complete [2020-04-17T14:46:29.081Z] 28c525ee5125: Pull complete [2020-04-17T14:46:31.000Z] 094b1ea09ed8: Pull complete [2020-04-17T14:46:31.000Z] 138eaada9080: Pull complete [2020-04-17T14:46:31.258Z] 0622d0fa9048: Pull complete [2020-04-17T14:46:31.258Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-17T14:46:31.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-17T14:46:31.436Z] prd-centos7-docker-4c-2g-4515 does not seem to be running inside a container [2020-04-17T14:46:31.485Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-485 -v /w/workspace/dgexfoundry_device-sdk-go_PR-485:/w/workspace/dgexfoundry_device-sdk-go_PR-485:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-485@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-17T14:46:32.503Z] $ docker top 38c6c9ffcdb3902751de81a0dc3d6cbff5807f542a374e284c2ba55b024decb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-17T14:46:32.729Z] provisioning config files... [2020-04-17T14:46:32.743Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp/config1196711607892746552tmp [Pipeline] { [Pipeline] echo [2020-04-17T14:46:32.795Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T14:46:33.087Z] ---> create-netrc.sh [Pipeline] echo [2020-04-17T14:46:33.095Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-17T14:46:33.390Z] ---> logs-deploy.sh [2020-04-17T14:46:33.391Z] + ARCHIVE_ARTIFACTS= [2020-04-17T14:46:33.391Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-17T14:46:33.391Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-17T14:46:33.391Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-17T14:46:33.391Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-485/4 [2020-04-17T14:46:33.391Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-485/4/ [2020-04-17T14:46:33.391Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-485/4 /w/workspace/dgexfoundry_device-sdk-go_PR-485 [2020-04-17T14:46:34.765Z] Archives upload complete. [2020-04-17T14:46:34.765Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-485/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-485/4/ [2020-04-17T14:46:35.333Z] ---> uname -a: [2020-04-17T14:46:35.333Z] Linux 38c6c9ffcdb3 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> lscpu: [2020-04-17T14:46:35.333Z] Architecture: x86_64 [2020-04-17T14:46:35.333Z] CPU op-mode(s): 32-bit, 64-bit [2020-04-17T14:46:35.333Z] Byte Order: Little Endian [2020-04-17T14:46:35.333Z] Address sizes: 40 bits physical, 48 bits virtual [2020-04-17T14:46:35.333Z] CPU(s): 4 [2020-04-17T14:46:35.333Z] On-line CPU(s) list: 0-3 [2020-04-17T14:46:35.333Z] Thread(s) per core: 1 [2020-04-17T14:46:35.333Z] Core(s) per socket: 1 [2020-04-17T14:46:35.333Z] Socket(s): 4 [2020-04-17T14:46:35.333Z] NUMA node(s): 1 [2020-04-17T14:46:35.333Z] Vendor ID: GenuineIntel [2020-04-17T14:46:35.333Z] CPU family: 6 [2020-04-17T14:46:35.333Z] Model: 44 [2020-04-17T14:46:35.333Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-04-17T14:46:35.333Z] Stepping: 1 [2020-04-17T14:46:35.333Z] CPU MHz: 2933.438 [2020-04-17T14:46:35.333Z] BogoMIPS: 5866.87 [2020-04-17T14:46:35.333Z] Virtualization: VT-x [2020-04-17T14:46:35.333Z] Hypervisor vendor: KVM [2020-04-17T14:46:35.333Z] Virtualization type: full [2020-04-17T14:46:35.333Z] L1d cache: 128 KiB [2020-04-17T14:46:35.333Z] L1i cache: 128 KiB [2020-04-17T14:46:35.333Z] L2 cache: 16 MiB [2020-04-17T14:46:35.333Z] L3 cache: 64 MiB [2020-04-17T14:46:35.333Z] NUMA node0 CPU(s): 0-3 [2020-04-17T14:46:35.333Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-04-17T14:46:35.333Z] Vulnerability Meltdown: Mitigation; PTI [2020-04-17T14:46:35.333Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-04-17T14:46:35.333Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-04-17T14:46:35.333Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-04-17T14:46:35.333Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> nproc: [2020-04-17T14:46:35.333Z] 4 [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> df -h: [2020-04-17T14:46:35.333Z] Filesystem Size Used Available Use% Mounted on [2020-04-17T14:46:35.333Z] overlay 50.0G 6.4G 43.6G 13% / [2020-04-17T14:46:35.333Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-04-17T14:46:35.333Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-04-17T14:46:35.333Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-485 [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-485@tmp [2020-04-17T14:46:35.333Z] /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> free -m: [2020-04-17T14:46:35.333Z] total used free shared buff/cache available [2020-04-17T14:46:35.333Z] Mem: 1838 618 67 0 1152 1115 [2020-04-17T14:46:35.333Z] Swap: 1023 1 1022 [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> ip addr: [2020-04-17T14:46:35.333Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-04-17T14:46:35.333Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-04-17T14:46:35.333Z] inet 127.0.0.1/8 scope host lo [2020-04-17T14:46:35.333Z] valid_lft forever preferred_lft forever [2020-04-17T14:46:35.333Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-04-17T14:46:35.333Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-04-17T14:46:35.333Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-04-17T14:46:35.333Z] valid_lft forever preferred_lft forever [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> sar -b -r -n DEV: [2020-04-17T14:46:35.333Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/17/20 _x86_64_ (4 CPU) [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:40:39 LINUX RESTART [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:41:01 tps rtps wtps bread/s bwrtn/s [2020-04-17T14:46:35.333Z] 14:42:01 79.62 31.85 47.78 4855.14 5477.64 [2020-04-17T14:46:35.333Z] 14:43:01 3.63 0.00 3.63 0.00 112.99 [2020-04-17T14:46:35.333Z] 14:44:01 0.37 0.00 0.37 0.00 5.26 [2020-04-17T14:46:35.333Z] 14:45:01 0.65 0.00 0.65 0.00 7.53 [2020-04-17T14:46:35.333Z] 14:46:01 0.63 0.00 0.63 0.00 9.18 [2020-04-17T14:46:35.333Z] Average: 16.99 6.37 10.61 971.38 1122.92 [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:41:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-04-17T14:46:35.333Z] 14:42:01 103132 1779172 94.52 2620 1213268 949012 32.38 458200 1155216 124 [2020-04-17T14:46:35.333Z] 14:43:01 109468 1772836 94.18 2620 1213392 935852 31.93 454736 1155140 8 [2020-04-17T14:46:35.333Z] 14:44:01 109460 1772844 94.18 2620 1213404 935980 31.94 455096 1155072 16 [2020-04-17T14:46:35.333Z] 14:45:01 109256 1773048 94.20 2620 1213404 936004 31.94 455304 1155068 8 [2020-04-17T14:46:35.333Z] 14:46:01 110696 1771608 94.12 2620 1213412 920756 31.42 454376 1155068 8 [2020-04-17T14:46:35.333Z] Average: 108402 1773902 94.24 2620 1213376 935521 31.92 455542 1155113 33 [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-04-17T14:46:35.333Z] 14:42:01 eth0 480.84 298.75 1030.74 106.67 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:42:01 docker0 8.52 6.48 1.10 17.36 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:43:01 eth0 2.13 0.70 0.61 0.26 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:44:01 eth0 1.98 0.63 0.61 0.37 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:45:01 eth0 2.08 0.37 0.40 0.23 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:46:01 eth0 2.68 1.00 1.15 0.75 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] Average: eth0 97.98 60.31 206.78 21.66 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] Average: docker0 1.71 1.30 0.22 3.47 0.00 0.00 0.00 [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] ---> sar -P ALL: [2020-04-17T14:46:35.333Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/17/20 _x86_64_ (4 CPU) [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:40:39 LINUX RESTART [2020-04-17T14:46:35.333Z] [2020-04-17T14:46:35.333Z] 14:41:01 CPU %user %nice %system %iowait %steal %idle [2020-04-17T14:46:35.334Z] 14:42:01 all 12.48 0.00 4.59 1.87 0.05 81.02 [2020-04-17T14:46:35.334Z] 14:42:01 0 12.20 0.00 5.50 0.72 0.08 81.49 [2020-04-17T14:46:35.334Z] 14:42:01 1 13.36 0.00 4.30 2.82 0.02 79.49 [2020-04-17T14:46:35.334Z] 14:42:01 2 12.06 0.00 4.51 1.25 0.05 82.13 [2020-04-17T14:46:35.334Z] 14:42:01 3 12.32 0.00 4.06 2.66 0.05 80.92 [2020-04-17T14:46:35.334Z] 14:43:01 all 0.20 0.00 0.06 0.00 0.03 99.72 [2020-04-17T14:46:35.334Z] 14:43:01 0 0.22 0.00 0.03 0.00 0.02 99.73 [2020-04-17T14:46:35.334Z] 14:43:01 1 0.10 0.00 0.05 0.00 0.05 99.80 [2020-04-17T14:46:35.334Z] 14:43:01 2 0.40 0.00 0.08 0.00 0.03 99.48 [2020-04-17T14:46:35.334Z] 14:43:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2020-04-17T14:46:35.334Z] 14:44:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-04-17T14:46:35.334Z] 14:44:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2020-04-17T14:46:35.334Z] 14:44:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2020-04-17T14:46:35.334Z] 14:44:01 2 0.13 0.00 0.08 0.00 0.02 99.77 [2020-04-17T14:46:35.334Z] 14:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-04-17T14:46:35.334Z] 14:45:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2020-04-17T14:46:35.334Z] 14:45:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-04-17T14:46:35.334Z] 14:45:01 1 0.35 0.00 0.03 0.00 0.00 99.62 [2020-04-17T14:46:35.334Z] 14:45:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-04-17T14:46:35.334Z] 14:45:01 3 0.25 0.00 0.05 0.00 0.03 99.67 [2020-04-17T14:46:35.334Z] 14:46:01 all 0.21 0.00 0.05 0.00 0.03 99.72 [2020-04-17T14:46:35.334Z] 14:46:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2020-04-17T14:46:35.334Z] 14:46:01 1 0.55 0.00 0.05 0.00 0.03 99.37 [2020-04-17T14:46:35.334Z] 14:46:01 2 0.12 0.00 0.07 0.00 0.05 99.77 [2020-04-17T14:46:35.334Z] 14:46:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2020-04-17T14:46:35.334Z] Average: all 2.64 0.00 0.95 0.37 0.02 96.02 [2020-04-17T14:46:35.334Z] Average: 0 2.60 0.00 1.12 0.14 0.02 96.12 [2020-04-17T14:46:35.334Z] Average: 1 2.87 0.00 0.90 0.56 0.02 95.65 [2020-04-17T14:46:35.334Z] Average: 2 2.54 0.00 0.95 0.25 0.03 96.23 [2020-04-17T14:46:35.334Z] Average: 3 2.54 0.00 0.83 0.53 0.02 96.08 [2020-04-17T14:46:35.334Z] [2020-04-17T14:46:35.334Z] [2020-04-17T14:46:35.334Z]