Pull request #447 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 brandonforster for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 79a40a317d1b6800d1816ffd538dea299a9d4c8b rather than 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Obtained Jenkinsfile from 79a40a317d1b6800d1816ffd538dea299a9d4c8b 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb 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 c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2574’ is offline Running on prd-centos7-docker-4c-2g-2576 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [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-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # 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/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # 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 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 Commit message: "#446: Updated to use context passed from bootstrap." > git rev-list --no-walk a50d6b06f0992baef6a08096411198deb3735a9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:48:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:48:20 14:48:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:48:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:48:21 latest: Pulling from edgex-devops/git-semver 14:48:21 9123ac7c32f7: Pulling fs layer 14:48:21 b8cc5d1170e3: Pulling fs layer 14:48:21 2924cbbf6a41: Pulling fs layer 14:48:21 93b08a4f1073: Pulling fs layer 14:48:21 93b08a4f1073: Waiting 14:48:21 b8cc5d1170e3: Verifying Checksum 14:48:21 b8cc5d1170e3: Download complete 14:48:21 9123ac7c32f7: Verifying Checksum 14:48:21 9123ac7c32f7: Download complete 14:48:22 2924cbbf6a41: Verifying Checksum 14:48:22 2924cbbf6a41: Download complete 14:48:22 93b08a4f1073: Verifying Checksum 14:48:22 93b08a4f1073: Download complete 14:48:22 9123ac7c32f7: Pull complete 14:48:22 b8cc5d1170e3: Pull complete 14:48:24 2924cbbf6a41: Pull complete 14:48:24 93b08a4f1073: Pull complete 14:48:24 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 14:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:48:25 prd-centos7-docker-4c-2g-2576 does not seem to be running inside a container 14:48:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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:10004/edgex-devops/git-semver:latest cat 14:48:27 $ docker top 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:48:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:48:27 [ssh-agent] Looking for ssh-agent implementation... 14:48:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:48:28 $ docker exec 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent 14:48:29 SSH_AUTH_SOCK=/tmp/ssh-oXZoQpnPQpkh/agent.15 14:48:29 SSH_AGENT_PID=21 14:48:29 Running ssh-add (command line suppressed) 14:48:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_2838801125695392004.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_2838801125695392004.key) 14:48:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:48:30 + git describe --exact-match --tags HEAD 14:48:30 fatal: No names found, cannot describe anything. [Pipeline] } 14:48:30 $ docker exec --env ******** --env ******** 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent -k 14:48:31 unset SSH_AUTH_SOCK; 14:48:31 unset SSH_AGENT_PID; 14:48:31 echo Agent pid 21 killed; 14:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:48:31 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:48:31 This usually means this commit has not been tagged. [Pipeline] sshagent 14:48:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:48:31 [ssh-agent] Looking for ssh-agent implementation... 14:48:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:48:32 $ docker exec 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent 14:48:33 SSH_AUTH_SOCK=/tmp/ssh-jKPwlkIHMrla/agent.56 14:48:33 SSH_AGENT_PID=63 14:48:33 Running ssh-add (command line suppressed) 14:48:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_6711022234841975686.key (/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/private_key_6711022234841975686.key) 14:48:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:48:33 + git semver init 14:48:34 # -> Open(): unable to determine branch for HEAD 14:48:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.git 14:48:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-447 14:48:34 # $SEMVER_REMOTE_NAME = origin 14:48:34 # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org 14:48:34 # $SEMVER_USER_NAME = jenkins 14:48:34 # $SEMVER_BRANCH = PR-447 14:48:34 # $SEMVER_TEMP = /tmp/semver-032202177 14:48:34 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 14:48:35 # '/tmp/semver-032202177' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver' 14:48:35 # -> Force: false 14:48:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-447/.semver [Pipeline] } 14:48:35 $ docker exec --env ******** --env ******** 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb ssh-agent -k 14:48:35 unset SSH_AUTH_SOCK; 14:48:35 unset SSH_AGENT_PID; 14:48:35 echo Agent pid 63 killed; 14:48:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:48:36 + git semver [Pipeline] } 14:48:36 $ docker stop --time=1 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb 14:48:38 $ docker rm -f 5f3be63e6032aa12ba69177d73935adcfeee03e025852a4ee9c659186ead8fcb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:48:39 Stashed 36 file(s) [Pipeline] echo 14:48:39 [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 14:48:54 Still waiting to schedule task 14:48:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:48:54 Still waiting to schedule task 14:48:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2575’ is offline 14:50:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2577 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws 14:50:40 Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout 14:50:46 using credential edgex-jenkins-ssh 14:50:46 Cloning the remote Git repository 14:50:46 Cloning with configured refspecs honoured and without tags 14:50:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:50:46 > git init /w/workspace/device-sdk-go/16 # timeout=10 14:50:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:50:46 > git --version # timeout=10 14:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:50:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:50:47 Fetching without tags 14:50:47 Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:50:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:50:47 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 14:50:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:50:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:50:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:50:47 using GIT_SSH to set credentials SSH Credentials for GitHub 14:50:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:50:48 > git config core.sparsecheckout # timeout=10 14:50:48 Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:50:48 Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) 14:50:48 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 14:50:48 > git remote # timeout=10 14:50:48 > git config --get remote.origin.url # timeout=10 14:50:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:50:48 > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 14:50:48 > git rev-parse HEAD^{commit} # timeout=10 14:50:48 > git config core.sparsecheckout # timeout=10 14:50:48 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 14:50:52 Commit message: "#446: Updated to use context passed from bootstrap." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:50:54 ========================================================= 14:50:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 14:50:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:50:55 + 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 . 14:50:56 Sending build context to Docker daemon 2.818MB 14:50:56 Step 1/8 : ARG BASE=golang:1.13-alpine 14:50:56 Step 2/8 : FROM ${BASE} 14:50:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:50:56 cde5963f3b93: Pulling fs layer 14:50:56 2a23fa8c16f7: Pulling fs layer 14:50:56 777b28850792: Pulling fs layer 14:50:56 8a11ddd9e578: Pulling fs layer 14:50:56 4cf88f913ddb: Pulling fs layer 14:50:56 1df406cf5192: Pulling fs layer 14:50:56 cd6300453558: Pulling fs layer 14:50:56 b9c365052c96: Pulling fs layer 14:50:56 a2d8cc88f415: Pulling fs layer 14:50:56 ea1d1ca13537: Pulling fs layer 14:50:56 3750a50a1c5e: Pulling fs layer 14:50:56 8a11ddd9e578: Waiting 14:50:56 4cf88f913ddb: Waiting 14:50:56 1df406cf5192: Waiting 14:50:56 cd6300453558: Waiting 14:50:56 b9c365052c96: Waiting 14:50:56 a2d8cc88f415: Waiting 14:50:56 ea1d1ca13537: Waiting 14:50:56 3750a50a1c5e: Waiting 14:50:56 777b28850792: Download complete 14:50:56 2a23fa8c16f7: Verifying Checksum 14:50:56 2a23fa8c16f7: Download complete 14:50:56 4cf88f913ddb: Verifying Checksum 14:50:56 4cf88f913ddb: Download complete 14:50:56 1df406cf5192: Download complete 14:50:56 cde5963f3b93: Verifying Checksum 14:50:57 cde5963f3b93: Pull complete 14:50:58 2a23fa8c16f7: Pull complete 14:50:58 777b28850792: Pull complete 14:51:01 cd6300453558: Verifying Checksum 14:51:01 cd6300453558: Download complete 14:51:01 a2d8cc88f415: Verifying Checksum 14:51:01 a2d8cc88f415: Download complete 14:51:02 ea1d1ca13537: Verifying Checksum 14:51:02 ea1d1ca13537: Download complete 14:51:03 3750a50a1c5e: Download complete 14:51:05 b9c365052c96: Verifying Checksum 14:51:05 b9c365052c96: Download complete 14:51:07 8a11ddd9e578: Verifying Checksum 14:51:07 8a11ddd9e578: Download complete 14:51:17 8a11ddd9e578: Pull complete 14:51:17 4cf88f913ddb: Pull complete 14:51:18 1df406cf5192: Pull complete 14:51:22 cd6300453558: Pull complete 14:51:27 b9c365052c96: Pull complete 14:51:27 a2d8cc88f415: Pull complete 14:51:29 ea1d1ca13537: Pull complete 14:51:30 3750a50a1c5e: Pull complete 14:51:30 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 14:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 14:51:30 ---> 78745c68409d 14:51:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:51:34 ---> Running in a13fe253d886 14:51:35 Removing intermediate container a13fe253d886 14:51:35 ---> 3ac9ce8d686c 14:51:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:35 ---> Running in 198667b34038 14:51:37 Removing intermediate container 198667b34038 14:51:37 ---> 5cf05d5bc778 14:51:37 Step 5/8 : RUN apk add --no-cache make git 14:51:37 ---> Running in 7784fc63e99d 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:51:38 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:51:39 OK: 125 MiB in 39 packages 14:51:40 Removing intermediate container 7784fc63e99d 14:51:40 ---> da80828f317e 14:51:40 Step 6/8 : WORKDIR /device-sdk-go 14:51:40 ---> Running in 733741287e51 14:51:41 Removing intermediate container 733741287e51 14:51:41 ---> cdbb71e301ad 14:51:41 Step 7/8 : COPY . . 14:51:42 ---> 21ebf3a5c6a2 14:51:42 Step 8/8 : RUN go mod download 14:51:42 ---> Running in 91bc2888d1ac 14:51:44 go: finding github.com/BurntSushi/toml v0.3.1 14:51:44 go: finding github.com/OneOfOne/xxhash v1.2.6 14:51:44 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:51:44 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:51:44 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:51:44 go: finding github.com/bgentry/speakeasy v0.1.0 14:51:44 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:51:44 go: finding github.com/davecgh/go-spew v1.1.1 14:51:44 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 14:51:44 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:51:44 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 14:51:44 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:51:44 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:51:44 go: finding github.com/fatih/color v1.7.0 14:51:44 go: finding github.com/go-kit/kit v0.8.0 14:51:44 go: finding github.com/go-logfmt/logfmt v0.4.0 14:51:44 go: finding github.com/go-stack/stack v1.8.0 14:51:44 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:51:44 go: finding github.com/google/uuid v1.1.0 14:51:44 go: finding github.com/gorilla/mux v1.7.1 14:51:44 go: finding github.com/hashicorp/consul/api v1.1.0 14:51:44 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:51:44 go: finding github.com/hashicorp/errwrap v1.0.0 14:51:44 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:51:44 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:51:44 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:51:44 go: finding github.com/hashicorp/go-multierror v1.0.0 14:51:44 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:51:44 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:51:44 go: finding github.com/hashicorp/go-syslog v1.0.0 14:51:44 go: finding github.com/hashicorp/go-uuid v1.0.1 14:51:44 go: finding github.com/hashicorp/go.net v0.0.1 14:51:44 go: finding github.com/hashicorp/golang-lru v0.5.0 14:51:44 go: finding github.com/hashicorp/logutils v1.0.0 14:51:44 go: finding github.com/hashicorp/mdns v1.0.0 14:51:44 go: finding github.com/hashicorp/memberlist v0.1.3 14:51:44 go: finding github.com/hashicorp/serf v0.8.2 14:51:44 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:51:44 go: finding github.com/mattn/go-colorable v0.0.9 14:51:44 go: finding github.com/mattn/go-isatty v0.0.3 14:51:44 go: finding github.com/miekg/dns v1.0.14 14:51:44 go: finding github.com/mitchellh/cli v1.0.0 14:51:44 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:51:44 go: finding github.com/mitchellh/copystructure v1.0.0 14:51:44 go: finding github.com/mitchellh/go-homedir v1.0.0 14:51:45 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:51:45 go: finding github.com/mitchellh/gox v0.4.0 14:51:45 go: finding github.com/mitchellh/iochan v1.0.0 14:51:45 go: finding github.com/mitchellh/mapstructure v1.1.2 14:51:45 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:51:45 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:51:45 go: finding github.com/pelletier/go-toml v1.2.0 14:51:45 go: finding github.com/pkg/errors v0.8.1 14:51:45 go: finding github.com/pmezard/go-difflib v1.0.0 14:51:45 go: finding github.com/posener/complete v1.1.1 14:51:45 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:51:45 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:51:45 go: finding github.com/stretchr/objx v0.1.0 14:51:45 go: finding github.com/stretchr/testify v1.5.1 14:51:45 go: finding github.com/ugorji/go v1.1.4 14:51:45 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:51:45 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:51:45 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:51:45 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:51:45 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:51:45 go: finding gopkg.in/yaml.v2 v2.2.8 14:51:53 Removing intermediate container 91bc2888d1ac 14:51:53 ---> 05396c25999f 14:51:53 Successfully built 05396c25999f 14:51:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:51:54 + docker inspect -f . ci-base-image-arm64 14:51:54 . [Pipeline] withDockerContainer 14:51:55 prd-ubuntu18.04-docker-arm64-4c-16g-2577 does not seem to be running inside a container 14:51:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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 ******** ci-base-image-arm64 cat 14:51:56 $ docker top cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b -eo pid,comm [Pipeline] { [Pipeline] sh 14:51:57 + go version 14:51:57 go version go1.13.5 linux/arm64 [Pipeline] sh 14:51:58 + make test 14:51:58 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:51:59 ? github.com/edgexfoundry/device-sdk-go [no test files] 14:52:19 Running on prd-centos7-docker-4c-2g-2578 in /w/workspace/dgexfoundry_device-sdk-go_PR-447 [Pipeline] { [Pipeline] ws 14:52:19 Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout 14:52:29 using credential edgex-jenkins-ssh 14:52:29 Cloning the remote Git repository 14:52:29 Cloning with configured refspecs honoured and without tags 14:52:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:52:29 > git init /w/workspace/device-sdk-go/16 # timeout=10 14:52:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:52:29 > git --version # timeout=10 14:52:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:52:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:52:30 Fetching without tags 14:52:30 Merging remotes/origin/master commit 79a40a317d1b6800d1816ffd538dea299a9d4c8b into PR head commit 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:52:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:52:30 > git config --add remote.origin.fetch +refs/pull/447/head:refs/remotes/origin/PR-447 # timeout=10 14:52:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:52:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:52:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:52:30 using GIT_SSH to set credentials SSH Credentials for GitHub 14:52:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/447/head:refs/remotes/origin/PR-447 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:52:30 > git config core.sparsecheckout # timeout=10 14:52:30 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 14:52:31 Merge succeeded, producing 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:52:31 Checking out Revision 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 (PR-447) 14:52:31 > git remote # timeout=10 14:52:31 > git config --get remote.origin.url # timeout=10 14:52:31 using GIT_SSH to set credentials SSH Credentials for GitHub 14:52:31 > git merge 79a40a317d1b6800d1816ffd538dea299a9d4c8b # timeout=10 14:52:31 > git rev-parse HEAD^{commit} # timeout=10 14:52:31 > git config core.sparsecheckout # timeout=10 14:52:31 > git checkout -f 72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 # timeout=10 14:52:35 Commit message: "#446: Updated to use context passed from bootstrap." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:52:37 ========================================================= 14:52:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 14:52:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:52:39 + 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 . 14:52:39 Sending build context to Docker daemon 2.818MB 14:52:39 Step 1/8 : ARG BASE=golang:1.13-alpine 14:52:39 Step 2/8 : FROM ${BASE} 14:52:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 14:52:40 e6b0cf9c0882: Pulling fs layer 14:52:40 2848faf0eed1: Pulling fs layer 14:52:40 0f37312ad70f: Pulling fs layer 14:52:40 5788d62ee057: Pulling fs layer 14:52:40 0e6b1d234666: Pulling fs layer 14:52:40 bf5d7aec512f: Pulling fs layer 14:52:40 34c802a77dc8: Pulling fs layer 14:52:40 9eb99e56ec68: Pulling fs layer 14:52:40 27c7a5d97fbd: Pulling fs layer 14:52:40 5c102a31e300: Pulling fs layer 14:52:40 dcfb455df0a1: Pulling fs layer 14:52:40 0e6b1d234666: Waiting 14:52:40 bf5d7aec512f: Waiting 14:52:40 34c802a77dc8: Waiting 14:52:40 9eb99e56ec68: Waiting 14:52:40 27c7a5d97fbd: Waiting 14:52:40 5c102a31e300: Waiting 14:52:40 dcfb455df0a1: Waiting 14:52:40 5788d62ee057: Waiting 14:52:40 0f37312ad70f: Verifying Checksum 14:52:40 0f37312ad70f: Download complete 14:52:40 2848faf0eed1: Download complete 14:52:40 0e6b1d234666: Verifying Checksum 14:52:40 0e6b1d234666: Download complete 14:52:40 bf5d7aec512f: Verifying Checksum 14:52:40 bf5d7aec512f: Download complete 14:52:40 e6b0cf9c0882: Verifying Checksum 14:52:40 e6b0cf9c0882: Download complete 14:52:40 e6b0cf9c0882: Pull complete 14:52:41 2848faf0eed1: Pull complete 14:52:42 34c802a77dc8: Verifying Checksum 14:52:42 34c802a77dc8: Download complete 14:52:42 27c7a5d97fbd: Verifying Checksum 14:52:42 27c7a5d97fbd: Download complete 14:52:42 0f37312ad70f: Pull complete 14:52:43 5788d62ee057: Verifying Checksum 14:52:43 5788d62ee057: Download complete 14:52:44 dcfb455df0a1: Verifying Checksum 14:52:44 dcfb455df0a1: Download complete 14:52:44 9eb99e56ec68: Verifying Checksum 14:52:44 9eb99e56ec68: Download complete 14:52:44 5c102a31e300: Verifying Checksum 14:52:44 5c102a31e300: Download complete 14:52:46 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 14:52:46 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 14:52:46 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.023s coverage: 22.6% of statements 14:52:46 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.182s coverage: 95.8% of statements 14:52:52 5788d62ee057: Pull complete 14:52:52 0e6b1d234666: Pull complete 14:52:53 bf5d7aec512f: Pull complete 14:52:58 34c802a77dc8: Pull complete 14:53:05 9eb99e56ec68: Pull complete 14:53:05 27c7a5d97fbd: Pull complete 14:53:08 5c102a31e300: Pull complete 14:53:09 dcfb455df0a1: Pull complete 14:53:09 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 14:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 14:53:09 ---> 7c70fe431013 14:53:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:53:09 ---> Running in 5cb0ade04e09 14:53:09 Removing intermediate container 5cb0ade04e09 14:53:09 ---> df71d25e02ce 14:53:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:09 ---> Running in 6528d2a9b559 14:53:12 Removing intermediate container 6528d2a9b559 14:53:12 ---> 999792d1972d 14:53:12 Step 5/8 : RUN apk add --no-cache make git 14:53:12 ---> Running in 2df586cc0cca 14:53:13 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.079s coverage: 11.1% of statements 14:53:13 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.029s coverage: 22.7% of statements 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 14:53:13 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.175s coverage: 38.5% of statements 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 14:53:13 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.621s coverage: 79.9% of statements 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 14:53:13 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.053s coverage: 52.6% of statements 14:53:13 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 14:53:13 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.329s coverage: 76.1% of statements 14:53:13 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 14:53:13 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 14:53:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:53:13 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:53:14 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:53:15 OK: 143 MiB in 39 packages 14:53:16 Removing intermediate container 2df586cc0cca 14:53:16 ---> f6e400f3d78f 14:53:16 Step 6/8 : WORKDIR /device-sdk-go 14:53:16 ---> Running in 0073ab43ac5e 14:53:16 Removing intermediate container 0073ab43ac5e 14:53:16 ---> 243c08c94e5b 14:53:16 Step 7/8 : COPY . . 14:53:17 ---> 81a9619ce29b 14:53:17 Step 8/8 : RUN go mod download 14:53:17 ---> Running in a84a2cdb3363 14:53:20 gofmt -l . 14:53:20 [ "`gofmt -l .`" = "" ] 14:53:20 ./bin/test-attribution-txt.sh 14:53:20 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:53:21 Stashed 1 file(s) [Pipeline] } 14:53:21 $ docker stop --time=1 cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b 14:53:23 go: finding github.com/BurntSushi/toml v0.3.1 14:53:23 go: finding github.com/OneOfOne/xxhash v1.2.6 14:53:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 14:53:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:53:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 14:53:23 go: finding github.com/bgentry/speakeasy v0.1.0 14:53:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 14:53:23 go: finding github.com/davecgh/go-spew v1.1.1 14:53:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.26 14:53:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 14:53:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.52 14:53:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 14:53:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 14:53:23 go: finding github.com/fatih/color v1.7.0 14:53:23 go: finding github.com/go-kit/kit v0.8.0 14:53:23 go: finding github.com/go-logfmt/logfmt v0.4.0 14:53:23 go: finding github.com/go-stack/stack v1.8.0 14:53:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 14:53:23 go: finding github.com/google/uuid v1.1.0 14:53:23 go: finding github.com/gorilla/mux v1.7.1 14:53:23 go: finding github.com/hashicorp/consul/api v1.1.0 14:53:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 14:53:23 go: finding github.com/hashicorp/errwrap v1.0.0 14:53:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 14:53:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 14:53:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 14:53:23 go: finding github.com/hashicorp/go-multierror v1.0.0 14:53:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 14:53:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 14:53:23 go: finding github.com/hashicorp/go-syslog v1.0.0 14:53:23 go: finding github.com/hashicorp/go-uuid v1.0.1 14:53:23 go: finding github.com/hashicorp/go.net v0.0.1 14:53:23 go: finding github.com/hashicorp/golang-lru v0.5.0 14:53:23 go: finding github.com/hashicorp/logutils v1.0.0 14:53:23 go: finding github.com/hashicorp/mdns v1.0.0 14:53:23 go: finding github.com/hashicorp/memberlist v0.1.3 14:53:23 go: finding github.com/hashicorp/serf v0.8.2 14:53:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 14:53:23 $ docker rm -f cd868905e34f31dcca6ca2e4b61c27a6d47da522ee8cac4a6af9f39375b7371b 14:53:23 go: finding github.com/mattn/go-colorable v0.0.9 14:53:23 go: finding github.com/mattn/go-isatty v0.0.3 14:53:23 go: finding github.com/miekg/dns v1.0.14 14:53:23 go: finding github.com/mitchellh/cli v1.0.0 14:53:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:53:23 go: finding github.com/mitchellh/copystructure v1.0.0 14:53:23 go: finding github.com/mitchellh/go-homedir v1.0.0 14:53:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 14:53:23 go: finding github.com/mitchellh/gox v0.4.0 14:53:23 go: finding github.com/mitchellh/iochan v1.0.0 14:53:23 go: finding github.com/mitchellh/mapstructure v1.1.2 14:53:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 14:53:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 14:53:23 go: finding github.com/pelletier/go-toml v1.2.0 14:53:23 go: finding github.com/pkg/errors v0.8.1 14:53:23 go: finding github.com/pmezard/go-difflib v1.0.0 14:53:23 go: finding github.com/posener/complete v1.1.1 14:53:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 14:53:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 14:53:24 go: finding github.com/stretchr/objx v0.1.0 14:53:24 go: finding github.com/stretchr/testify v1.5.1 14:53:24 go: finding github.com/ugorji/go v1.1.4 14:53:24 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 14:53:24 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 14:53:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 14:53:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 14:53:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 14:53:24 go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:53:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:53:25 + ls -al . 14:53:25 total 200 14:53:25 drwxrwxr-x 11 jenkins jenkins 4096 Apr 7 14:53 . 14:53:25 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 .. 14:53:25 -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 14:50 .dockerignore 14:53:25 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 14:50 .git 14:53:25 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 14:50 .github 14:53:25 -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 14:50 .gitignore 14:53:25 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 14:50 .semver 14:53:25 -rw-rw-r-- 1 jenkins jenkins 936 Apr 7 14:50 Dockerfile.build 14:53:25 -rw-rw-r-- 1 jenkins jenkins 808 Apr 7 14:50 Jenkinsfile 14:53:25 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 14:50 LICENSE 14:53:25 -rw-rw-r-- 1 jenkins jenkins 892 Apr 7 14:50 Makefile 14:53:25 -rw-rw-r-- 1 jenkins jenkins 2249 Apr 7 14:50 README.md 14:53:25 -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 14:48 VERSION 14:53:25 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 14:50 api 14:53:25 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 14:50 bin 14:53:25 -rw-r--r-- 1 jenkins jenkins 94660 Apr 7 14:53 coverage.out 14:53:25 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 example 14:53:25 -rw-r--r-- 1 jenkins jenkins 438 Apr 7 14:53 go.mod 14:53:25 -rw-r--r-- 1 jenkins jenkins 11812 Apr 7 14:53 go.sum 14:53:25 drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 14:50 internal 14:53:25 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 14:50 pkg 14:53:25 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 14:50 snap 14:53:25 -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 14:50 version.go [Pipeline] isUnix [Pipeline] sh 14:53:26 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 --label arch=arm64 --label version=0.0.0 . 14:53:26 Sending build context to Docker daemon 2.934MB 14:53:26 Step 1/20 : ARG BASE=golang:1.13-alpine 14:53:26 Step 2/20 : FROM ${BASE} AS builder 14:53:26 ---> 05396c25999f 14:53:26 Step 3/20 : ARG MAKE='make build' 14:53:26 ---> Running in 78f8c4d3ba38 14:53:26 Removing intermediate container 78f8c4d3ba38 14:53:26 ---> a8d1e966bfaf 14:53:26 Step 4/20 : WORKDIR /device-sdk-go 14:53:27 ---> Running in 45735af43284 14:53:27 Removing intermediate container 45735af43284 14:53:27 ---> d4d077252ea3 14:53:27 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:53:27 ---> Running in d93fbc9b1fd5 14:53:28 Removing intermediate container d93fbc9b1fd5 14:53:28 ---> 7b4b963a34f3 14:53:28 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:28 ---> Running in 8a687642c496 14:53:30 Removing intermediate container 8a687642c496 14:53:30 ---> 0b16994ce9f0 14:53:30 Step 7/20 : RUN apk add --update --no-cache make git 14:53:30 ---> Running in 118a373aad0f 14:53:30 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 14:53:32 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 14:53:33 OK: 125 MiB in 39 packages 14:53:34 Removing intermediate container 118a373aad0f 14:53:34 ---> c71af4571a0a 14:53:34 Step 8/20 : COPY . . 14:53:34 Removing intermediate container a84a2cdb3363 14:53:34 ---> 2e2ce19f0fd4 14:53:34 Successfully built 2e2ce19f0fd4 14:53:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } 14:53:35 ---> b7aaa9d054a6 14:53:35 Step 9/20 : RUN ${MAKE} 14:53:35 ---> Running in 3cc16aa3dd34 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:53:35 + docker inspect -f . ci-base-image-x86_64 14:53:36 . 14:53:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withDockerContainer 14:53:36 prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container 14:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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 ******** ci-base-image-x86_64 cat 14:53:38 $ docker top 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 -eo pid,comm [Pipeline] { [Pipeline] sh 14:53:39 + go version 14:53:39 go version go1.13.5 linux/amd64 [Pipeline] sh 14:53:40 + make test 14:53:40 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:53:43 ? github.com/edgexfoundry/device-sdk-go [no test files] 14:54:10 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 14:54:10 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 14:54:11 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.044s coverage: 22.6% of statements 14:54:11 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.162s coverage: 95.8% of statements 14:54:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:54:14 Removing intermediate container 3cc16aa3dd34 14:54:14 ---> 01c6391aacd7 14:54:14 Step 10/20 : FROM scratch 14:54:14 ---> 14:54:14 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:54:14 ---> Running in a0c0cbd2ec4f 14:54:14 Removing intermediate container a0c0cbd2ec4f 14:54:14 ---> 1d3cb9b813bc 14:54:14 Step 12/20 : ENV APP_PORT=49990 14:54:14 ---> Running in 5c297c0e44e9 14:54:14 Removing intermediate container 5c297c0e44e9 14:54:15 ---> 19f74336ffd1 14:54:15 Step 13/20 : EXPOSE $APP_PORT 14:54:15 ---> Running in 04f027c7d15b 14:54:15 Removing intermediate container 04f027c7d15b 14:54:15 ---> 3d4f67bdc467 14:54:15 Step 14/20 : WORKDIR / 14:54:15 ---> Running in 99c806d2b957 14:54:15 Removing intermediate container 99c806d2b957 14:54:15 ---> d5cde2e91c73 14:54:15 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:54:15 ---> d307115dfaaf 14:54:15 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 14:54:15 ---> 3a81e38ff673 14:54:15 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 14:54:15 ---> Running in 357a44d8a3a9 14:54:16 Removing intermediate container 357a44d8a3a9 14:54:16 ---> c410d096f4f3 14:54:16 Step 18/20 : LABEL arch=arm64 14:54:16 ---> Running in 93b02ba045fd 14:54:16 Removing intermediate container 93b02ba045fd 14:54:16 ---> 91c136be348b 14:54:16 Step 19/20 : LABEL git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:54:16 ---> Running in 4b5d36a3f3ef 14:54:16 Removing intermediate container 4b5d36a3f3ef 14:54:16 ---> 7e27fe2811c7 14:54:16 Step 20/20 : LABEL version=0.0.0 14:54:16 ---> Running in adc44a70a5da 14:54:17 Removing intermediate container adc44a70a5da 14:54:17 ---> 8a73416ccba6 14:54:17 [Warning] One or more build-args [ARCH] were not consumed 14:54:17 Successfully built 8a73416ccba6 14:54:17 Successfully tagged docker-device-sdk-simple-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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:54:43 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 11.1% of statements 14:54:43 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 22.7% of statements 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 14:54:43 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.173s coverage: 38.5% of statements 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 14:54:43 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.776s coverage: 79.9% of statements 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 14:54:43 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.032s coverage: 52.6% of statements 14:54:43 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 14:54:43 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.106s coverage: 76.1% of statements 14:54:43 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 14:54:43 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 14:54:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:54:47 gofmt -l . 14:54:47 [ "`gofmt -l .`" = "" ] 14:54:47 ./bin/test-attribution-txt.sh 14:54:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 14:54:49 Warning: overwriting stash ‘coverage-report’ 14:54:51 Stashed 1 file(s) [Pipeline] } 14:54:51 $ docker stop --time=1 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 14:54:54 $ docker rm -f 7f98cbbe3bce722f88adbd5829e7102a4bb0807e62bab28576be455a64fb0792 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:54:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:54:56 + ls -al . 14:54:56 total 160 14:54:56 drwxrwxr-x. 11 jenkins jenkins 4096 Apr 7 14:54 . 14:54:56 drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 14:52 .. 14:54:56 drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 14:52 api 14:54:56 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 14:52 bin 14:54:56 -rw-r--r--. 1 jenkins jenkins 94660 Apr 7 14:54 coverage.out 14:54:56 -rw-rw-r--. 1 jenkins jenkins 936 Apr 7 14:52 Dockerfile.build 14:54:56 -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 14:52 .dockerignore 14:54:56 drwxrwxr-x. 4 jenkins jenkins 31 Apr 7 14:52 example 14:54:56 drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 14:52 .git 14:54:56 drwxrwxr-x. 2 jenkins jenkins 38 Apr 7 14:52 .github 14:54:56 -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 14:52 .gitignore 14:54:56 -rw-r--r--. 1 jenkins jenkins 438 Apr 7 14:54 go.mod 14:54:56 -rw-r--r--. 1 jenkins jenkins 11812 Apr 7 14:54 go.sum 14:54:56 drwxrwxr-x. 14 jenkins jenkins 196 Apr 7 14:52 internal 14:54:56 -rw-rw-r--. 1 jenkins jenkins 808 Apr 7 14:52 Jenkinsfile 14:54:56 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 14:52 LICENSE 14:54:56 -rw-rw-r--. 1 jenkins jenkins 892 Apr 7 14:52 Makefile 14:54:56 drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 14:52 pkg 14:54:56 -rw-rw-r--. 1 jenkins jenkins 2249 Apr 7 14:52 README.md 14:54:56 drwxrwxr-x. 3 jenkins jenkins 58 Apr 7 14:52 .semver 14:54:56 drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 14:52 snap 14:54:56 -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 14:48 VERSION 14:54:56 -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 14:52 version.go [Pipeline] isUnix [Pipeline] sh 14:54:56 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 --label arch=amd64 --label version=0.0.0 . 14:54:57 Sending build context to Docker daemon 2.934MB 14:54:57 Step 1/20 : ARG BASE=golang:1.13-alpine 14:54:57 Step 2/20 : FROM ${BASE} AS builder 14:54:57 ---> 2e2ce19f0fd4 14:54:57 Step 3/20 : ARG MAKE='make build' 14:54:57 ---> Running in 0ed5050d981e 14:54:57 Removing intermediate container 0ed5050d981e 14:54:57 ---> 766c0a12c0ab 14:54:57 Step 4/20 : WORKDIR /device-sdk-go 14:54:57 ---> Running in 0a32f7252d05 14:54:58 Removing intermediate container 0a32f7252d05 14:54:58 ---> 36fd7eff6f78 14:54:58 Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:54:58 ---> Running in fe57288d11e7 14:54:58 Removing intermediate container fe57288d11e7 14:54:58 ---> 766e9819204a 14:54:58 Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:54:58 ---> Running in 665c2a5f35d0 14:55:01 Removing intermediate container 665c2a5f35d0 14:55:01 ---> 052788e5d334 14:55:01 Step 7/20 : RUN apk add --update --no-cache make git 14:55:01 ---> Running in 07040af5cf1e 14:55:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 14:55:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 14:55:04 OK: 143 MiB in 39 packages 14:55:05 Removing intermediate container 07040af5cf1e 14:55:05 ---> 2d8111e81709 14:55:05 Step 8/20 : COPY . . 14:55:06 ---> 83b9d49488da 14:55:06 Step 9/20 : RUN ${MAKE} 14:55:06 ---> Running in 4d434efdeff7 14:55:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 14:55:34 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:55:36 Removing intermediate container 4d434efdeff7 14:55:36 ---> 051a9f4a6c12 14:55:36 Step 10/20 : FROM scratch 14:55:36 ---> 14:55:36 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:55:36 ---> Running in e96e70cccba2 14:55:37 Removing intermediate container e96e70cccba2 14:55:37 ---> 68d0f3600cb5 14:55:37 Step 12/20 : ENV APP_PORT=49990 14:55:37 ---> Running in 7dbf117cb52e 14:55:37 Removing intermediate container 7dbf117cb52e 14:55:37 ---> 34b9ae2376bc 14:55:37 Step 13/20 : EXPOSE $APP_PORT 14:55:37 ---> Running in d6ae9f40ceff 14:55:37 Removing intermediate container d6ae9f40ceff 14:55:37 ---> 44421622fca9 14:55:37 Step 14/20 : WORKDIR / 14:55:38 ---> Running in 306d38036b3b 14:55:38 Removing intermediate container 306d38036b3b 14:55:38 ---> 453df469c713 14:55:38 Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:55:39 ---> a312df735d16 14:55:39 Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml 14:55:39 ---> afa761a4c045 14:55:39 Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] 14:55:39 ---> Running in 9d2c9b859a34 14:55:39 Removing intermediate container 9d2c9b859a34 14:55:39 ---> d0cd5cb50fff 14:55:39 Step 18/20 : LABEL arch=amd64 14:55:39 ---> Running in 802e3d385a44 14:55:39 Removing intermediate container 802e3d385a44 14:55:39 ---> 6562e99adfb9 14:55:39 Step 19/20 : LABEL git_sha=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 14:55:39 ---> Running in 6f01b20cdbfe 14:55:39 Removing intermediate container 6f01b20cdbfe 14:55:39 ---> 54e8a980db29 14:55:39 Step 20/20 : LABEL version=0.0.0 14:55:39 ---> Running in d01d178a37c7 14:55:40 Removing intermediate container d01d178a37c7 14:55:40 ---> 1e9d82551a1b 14:55:40 [Warning] One or more build-args [ARCH] were not consumed 14:55:40 Successfully built 1e9d82551a1b 14:55:40 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:55:41 provisioning config files... 14:55:41 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3447696182335730759tmp [Pipeline] { [Pipeline] sh 14:55:41 + curl -s https://codecov.io/bash 14:55:41 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3447696182335730759tmp 14:55:42 14:55:42 _____ _ 14:55:42 / ____| | | 14:55:42 | | ___ __| | ___ ___ _____ __ 14:55:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:55:42 | |___| (_) | (_| | __/ (_| (_) \ V / 14:55:42 \_____\___/ \__,_|\___|\___\___/ \_/ 14:55:42 Bash-tbd 14:55:42 14:55:42 14:55:42 ==> Jenkins CI detected. 14:55:42 project root: . 14:55:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:55:42 ==> Running gcov in . (disable via -X gcov) 14:55:42 ==> Python coveragepy not found 14:55:42 ==> Searching for coverage reports in: 14:55:42 + . 14:55:42 -> Found 1 reports 14:55:42 ==> Detecting git/mercurial file structure 14:55:42 ==> Reading reports 14:55:42 + ./coverage.out bytes=94660 14:55:42 ==> Appending adjustments 14:55:42 http://docs.codecov.io/docs/fixing-reports 14:55:42 + Found adjustments 14:55:42 ==> Gzipping contents 14:55:42 ==> Uploading reports 14:55:42 url: https://codecov.io 14:55:42 query: branch=PR-447&commit=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= 14:55:42 -> Pinging Codecov 14:55:42 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-447&commit=72b46d57baf23f5f45c0c0ca799a0f99e52f7f68&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-447%2F16%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=447&job= 14:55:43 -> Uploading 14:55:44 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/72b46d57baf23f5f45c0c0ca799a0f99e52f7f68 [Pipeline] } 14:55:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:55:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:55:45 ---> package-listing.sh 14:55:45 ++ tr '[:upper:]' '[:lower:]' 14:55:45 ++ facter osfamily 14:55:45 + OS_FAMILY=redhat 14:55:45 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-447 14:55:45 + START_PACKAGES=/tmp/packages_start.txt 14:55:45 + END_PACKAGES=/tmp/packages_end.txt 14:55:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:55:45 + PACKAGES=/tmp/packages_start.txt 14:55:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' 14:55:45 + PACKAGES=/tmp/packages_end.txt 14:55:45 + case "${OS_FAMILY}" in 14:55:45 + sort 14:55:45 + rpm -qa 14:55:52 + '[' -f /tmp/packages_start.txt ']' 14:55:52 + '[' -f /tmp/packages_end.txt ']' 14:55:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:55:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-447 ']' 14:55:52 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ 14:55:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-447/archives/ [Pipeline] isUnix [Pipeline] sh 14:55:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:55:53 14:55:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:55:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:55:54 alpine: Pulling from edgex-lftools-log-publisher 14:55:54 c9b1b535fdd9: Pulling fs layer 14:55:54 2cc5ad85d9ab: Pulling fs layer 14:55:54 756a868c4378: Pulling fs layer 14:55:54 444b2fc9a129: Pulling fs layer 14:55:54 ea15f1150254: Pulling fs layer 14:55:54 41b27a9f41bf: Pulling fs layer 14:55:54 28c525ee5125: Pulling fs layer 14:55:54 094b1ea09ed8: Pulling fs layer 14:55:54 138eaada9080: Pulling fs layer 14:55:54 0622d0fa9048: Pulling fs layer 14:55:54 444b2fc9a129: Waiting 14:55:54 ea15f1150254: Waiting 14:55:54 41b27a9f41bf: Waiting 14:55:54 28c525ee5125: Waiting 14:55:54 094b1ea09ed8: Waiting 14:55:54 138eaada9080: Waiting 14:55:54 0622d0fa9048: Waiting 14:55:54 2cc5ad85d9ab: Download complete 14:55:54 444b2fc9a129: Verifying Checksum 14:55:54 444b2fc9a129: Download complete 14:55:54 c9b1b535fdd9: Verifying Checksum 14:55:54 c9b1b535fdd9: Download complete 14:55:54 ea15f1150254: Verifying Checksum 14:55:54 ea15f1150254: Download complete 14:55:54 28c525ee5125: Verifying Checksum 14:55:54 28c525ee5125: Download complete 14:55:54 c9b1b535fdd9: Pull complete 14:55:55 2cc5ad85d9ab: Pull complete 14:55:55 756a868c4378: Verifying Checksum 14:55:55 756a868c4378: Download complete 14:55:56 138eaada9080: Verifying Checksum 14:55:56 138eaada9080: Download complete 14:55:56 0622d0fa9048: Verifying Checksum 14:55:56 0622d0fa9048: Download complete 14:55:57 094b1ea09ed8: Verifying Checksum 14:55:57 094b1ea09ed8: Download complete 14:55:58 41b27a9f41bf: Verifying Checksum 14:55:58 41b27a9f41bf: Download complete 14:55:59 756a868c4378: Pull complete 14:55:59 444b2fc9a129: Pull complete 14:56:00 ea15f1150254: Pull complete 14:56:06 41b27a9f41bf: Pull complete 14:56:06 28c525ee5125: Pull complete 14:56:09 094b1ea09ed8: Pull complete 14:56:10 138eaada9080: Pull complete 14:56:10 0622d0fa9048: Pull complete 14:56:10 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 14:56:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:56:11 prd-centos7-docker-4c-2g-2576 does not seem to be running inside a container 14:56:11 $ 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-447 -v /w/workspace/dgexfoundry_device-sdk-go_PR-447:/w/workspace/dgexfoundry_device-sdk-go_PR-447:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-447@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:56:13 $ docker top db5c0016beb7e4bd5609436743ab023a30c4c30546f41eeb01571be92be39127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:56:14 provisioning config files... 14:56:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp/config3874876067693822041tmp [Pipeline] { [Pipeline] echo 14:56:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:56:15 ---> create-netrc.sh [Pipeline] echo 14:56:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:56:16 ---> logs-deploy.sh 14:56:16 + ARCHIVE_ARTIFACTS= 14:56:16 + LOGS_SERVER=https://logs.edgexfoundry.org 14:56:16 + '[' https://logs.edgexfoundry.org == None ']' 14:56:16 + NEXUS_URL=https://nexus.edgexfoundry.org 14:56:16 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 14:56:16 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/16/ 14:56:16 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 /w/workspace/dgexfoundry_device-sdk-go_PR-447 14:56:18 Archives upload complete. 14:56:18 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-447/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-447/16/ 14:56:20 ---> uname -a: 14:56:20 Linux db5c0016beb7 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 14:56:20 14:56:20 14:56:20 ---> lscpu: 14:56:20 Architecture: x86_64 14:56:20 CPU op-mode(s): 32-bit, 64-bit 14:56:20 Byte Order: Little Endian 14:56:20 Address sizes: 40 bits physical, 48 bits virtual 14:56:20 CPU(s): 4 14:56:20 On-line CPU(s) list: 0-3 14:56:20 Thread(s) per core: 1 14:56:20 Core(s) per socket: 1 14:56:20 Socket(s): 4 14:56:20 NUMA node(s): 1 14:56:20 Vendor ID: GenuineIntel 14:56:20 CPU family: 6 14:56:20 Model: 44 14:56:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:56:20 Stepping: 1 14:56:20 CPU MHz: 2933.438 14:56:20 BogoMIPS: 5866.87 14:56:20 Virtualization: VT-x 14:56:20 Hypervisor vendor: KVM 14:56:20 Virtualization type: full 14:56:20 L1d cache: 128 KiB 14:56:20 L1i cache: 128 KiB 14:56:20 L2 cache: 16 MiB 14:56:20 L3 cache: 64 MiB 14:56:20 NUMA node0 CPU(s): 0-3 14:56:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 14:56:20 Vulnerability Meltdown: Mitigation; PTI 14:56:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:56:20 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 14:56:20 Vulnerability Spectre v2: Mitigation; Full retpoline 14:56:20 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 14:56:20 14:56:20 14:56:20 ---> nproc: 14:56:20 4 14:56:20 14:56:20 14:56:20 ---> df -h: 14:56:20 Filesystem Size Used Available Use% Mounted on 14:56:20 overlay 50.0G 6.4G 43.6G 13% / 14:56:20 tmpfs 64.0M 0 64.0M 0% /dev 14:56:20 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 14:56:20 shm 64.0M 0 64.0M 0% /dev/shm 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/resolv.conf 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hostname 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /etc/hosts 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-447 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-447@tmp 14:56:20 /dev/vda1 50.0G 6.4G 43.6G 13% /var/log/sa 14:56:20 14:56:20 14:56:20 ---> free -m: 14:56:20 total used free shared buff/cache available 14:56:20 Mem: 1838 595 73 0 1168 1138 14:56:20 Swap: 1023 0 1023 14:56:20 14:56:20 14:56:20 ---> ip addr: 14:56:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:56:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:56:20 inet 127.0.0.1/8 scope host lo 14:56:20 valid_lft forever preferred_lft forever 14:56:20 6: eth0@if7: mtu 1458 qdisc noqueue state UP 14:56:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:56:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:56:20 valid_lft forever preferred_lft forever 14:56:20 14:56:20 14:56:20 ---> sar -b -r -n DEV: 14:56:20 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/07/20 _x86_64_ (4 CPU) 14:56:20 14:56:20 14:47:08 LINUX RESTART 14:56:20 14:56:20 14:48:02 tps rtps wtps bread/s bwrtn/s 14:56:20 14:49:01 42.62 9.52 33.10 2137.56 2425.64 14:56:20 14:50:01 4.44 0.00 4.44 0.00 175.20 14:56:20 14:51:01 0.86 0.00 0.86 0.00 11.11 14:56:20 14:52:02 0.25 0.00 0.25 0.00 3.02 14:56:20 14:53:01 0.25 0.00 0.25 0.00 3.71 14:56:20 14:54:01 0.45 0.00 0.45 0.00 5.87 14:56:20 14:55:01 0.63 0.00 0.63 0.00 8.61 14:56:20 14:56:01 67.21 51.63 15.58 3457.12 7974.43 14:56:20 Average: 14.54 7.64 6.90 696.82 1324.43 14:56:20 14:56:20 14:48:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:56:20 14:49:01 97232 1785072 94.83 2620 1248504 976392 33.31 451268 1171668 1252 14:56:20 14:50:01 110224 1772080 94.14 2620 1248516 908724 31.01 442580 1171384 8 14:56:20 14:51:01 109888 1772416 94.16 2620 1248520 908876 31.01 443696 1171380 8 14:56:20 14:52:02 111060 1771244 94.10 2620 1248520 901528 30.76 441784 1171324 16 14:56:20 14:53:01 110280 1772024 94.14 2620 1248528 901760 30.77 442984 1171324 16 14:56:20 14:54:01 111280 1771024 94.09 2620 1248532 901628 30.76 442300 1171324 8 14:56:20 14:55:01 114220 1768084 93.93 2620 1248536 901960 30.77 438692 1171320 16 14:56:20 14:56:01 72004 1810300 96.17 2620 1231732 1104316 37.68 460208 1173060 91060 14:56:20 Average: 104524 1777781 94.45 2620 1246424 938148 32.01 445439 1171598 11548 14:56:20 14:56:20 14:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 14:56:20 14:49:01 eth0 122.86 107.49 651.30 74.67 0.00 0.00 0.00 14:56:20 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:49:01 docker0 6.16 4.18 0.88 16.49 0.00 0.00 0.00 14:56:20 14:50:01 eth0 0.98 0.20 0.15 0.01 0.00 0.00 0.00 14:56:20 14:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:51:01 eth0 0.83 0.63 0.54 0.22 0.00 0.00 0.00 14:56:20 14:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:52:02 eth0 0.65 0.02 0.04 0.00 0.00 0.00 0.00 14:56:20 14:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:53:01 eth0 0.59 0.54 0.35 0.25 0.00 0.00 0.00 14:56:20 14:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:54:01 eth0 0.83 0.13 0.11 0.04 0.00 0.00 0.00 14:56:20 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:55:01 eth0 2.60 0.65 0.67 0.37 0.00 0.00 0.00 14:56:20 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:56:01 eth0 97.37 70.02 2330.13 11.05 0.00 0.00 0.00 14:56:20 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 Average: eth0 28.17 22.30 372.54 10.70 0.00 0.00 0.00 14:56:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:56:20 Average: docker0 0.76 0.52 0.11 2.03 0.00 0.00 0.00 14:56:20 14:56:20 14:56:20 ---> sar -P ALL: 14:56:20 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/07/20 _x86_64_ (4 CPU) 14:56:20 14:56:20 14:47:08 LINUX RESTART 14:56:20 14:56:20 14:48:02 CPU %user %nice %system %iowait %steal %idle 14:56:20 14:49:01 all 4.87 0.00 2.38 1.17 15.36 76.22 14:56:20 14:49:01 0 2.86 0.00 2.04 0.19 17.67 77.25 14:56:20 14:49:01 1 4.17 0.00 2.54 0.23 15.12 77.94 14:56:20 14:49:01 2 7.11 0.00 2.35 0.23 14.16 76.15 14:56:20 14:49:01 3 5.46 0.00 2.62 4.05 14.39 73.49 14:56:20 14:50:01 all 0.08 0.00 0.07 0.00 1.78 98.08 14:56:20 14:50:01 0 0.16 0.00 0.05 0.00 1.47 98.32 14:56:20 14:50:01 1 0.08 0.00 0.08 0.00 2.51 97.33 14:56:20 14:50:01 2 0.03 0.00 0.08 0.00 1.66 98.23 14:56:20 14:50:01 3 0.07 0.00 0.07 0.00 1.45 98.42 14:56:20 14:51:01 all 0.19 0.00 0.14 0.00 3.81 95.86 14:56:20 14:51:01 0 0.10 0.00 0.13 0.00 3.31 96.46 14:56:20 14:51:01 1 0.19 0.00 0.13 0.00 4.08 95.60 14:56:20 14:51:01 2 0.16 0.00 0.15 0.00 3.49 96.20 14:56:20 14:51:01 3 0.31 0.00 0.18 0.00 4.35 95.16 14:56:20 14:52:02 all 0.13 0.00 0.12 0.00 3.30 96.45 14:56:20 14:52:02 0 0.15 0.00 0.08 0.00 3.53 96.24 14:56:20 14:52:02 1 0.13 0.00 0.13 0.00 2.78 96.96 14:56:20 14:52:02 2 0.10 0.00 0.15 0.00 2.77 96.99 14:56:20 14:52:02 3 0.13 0.00 0.11 0.00 4.08 95.67 14:56:20 14:53:01 all 0.12 0.00 0.04 0.00 0.68 99.16 14:56:20 14:53:01 0 0.29 0.00 0.02 0.00 0.58 99.12 14:56:20 14:53:01 1 0.08 0.00 0.07 0.00 1.04 98.80 14:56:20 14:53:01 2 0.05 0.00 0.03 0.00 0.57 99.34 14:56:20 14:53:01 3 0.07 0.00 0.02 0.00 0.54 99.38 14:56:20 14:54:01 all 0.09 0.00 0.04 0.00 1.35 98.52 14:56:20 14:54:01 0 0.21 0.00 0.02 0.00 1.27 98.50 14:56:20 14:54:01 1 0.03 0.00 0.05 0.00 1.32 98.60 14:56:20 14:54:01 2 0.07 0.00 0.07 0.00 1.62 98.25 14:56:20 14:54:01 3 0.05 0.00 0.03 0.00 1.18 98.73 14:56:20 14:55:01 all 0.06 0.00 0.04 0.00 1.66 98.24 14:56:20 14:55:01 0 0.07 0.00 0.02 0.00 2.52 97.40 14:56:20 14:55:01 1 0.05 0.00 0.03 0.00 1.27 98.65 14:56:20 14:55:01 2 0.07 0.00 0.03 0.00 1.33 98.57 14:56:20 14:55:01 3 0.07 0.00 0.07 0.00 1.51 98.35 14:56:20 14:56:01 all 2.31 0.00 1.56 2.03 6.78 87.32 14:56:20 14:56:01 0 2.31 0.00 1.66 0.53 7.07 88.44 14:56:20 14:56:01 1 2.10 0.00 1.33 0.92 6.55 89.10 14:56:20 14:56:01 2 1.57 0.00 1.46 4.02 5.93 87.02 14:56:20 14:56:01 3 3.27 0.00 1.77 2.65 7.58 84.72 14:56:20 Average: all 1.00 0.00 0.55 0.40 4.39 93.66 14:56:20 Average: 0 0.78 0.00 0.51 0.09 4.79 93.82 14:56:20 Average: 1 0.86 0.00 0.55 0.14 4.37 94.07 14:56:20 Average: 2 1.15 0.00 0.54 0.53 3.95 93.82 14:56:20 Average: 3 1.19 0.00 0.61 0.85 4.43 92.92 14:56:20 14:56:20 14:56:20