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 wlgardner for edgexfoundry/device-modbus-go Loading trusted files from base branch master at 986986d893843ca2c4c8974c29aa772854012406 rather than 205d20470621f6877b30549a0d87a32e67fc54e2 Obtained Jenkinsfile from 986986d893843ca2c4c8974c29aa772854012406 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-415 in /w/workspace/xfoundry_device-modbus-go_PR-171 [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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-171 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 Merge succeeded, producing 678d87d9fe6cb5824e92961becea3811d12baa5e Checking out Revision 678d87d9fe6cb5824e92961becea3811d12baa5e (PR-171) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/171/head:refs/remotes/origin/PR-171 # 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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # 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 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 678d87d9fe6cb5824e92961becea3811d12baa5e # timeout=10 Commit message: "Merge commit '986986d893843ca2c4c8974c29aa772854012406' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk f9eeaaf27a9b83d364653f97da0e00385d6993f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:52:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:52:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:52:42 ========================================================= 16:52:42 EdgeX Global Pipelines Version Info 16:52:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:52:43 ------------------- 16:52:43 stable info: 16:52:43 ------------------- 16:52:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:52:43 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 16:52:43 Message: update stable to v1.0.122 16:52:44 ------------------- 16:52:44 experimental info: 16:52:44 ------------------- 16:52:44 Commited By: **** collab-it+edgex@linuxfoundation.org 16:52:44 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 16:52:44 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:52:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:52:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-171 [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-171 [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-171 [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 678d87d9fe6cb5824e92961becea3811d12baa5e [Pipeline] echo 16:52:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 678d87d [Pipeline] echo 16:52:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:52:48 + git log --format=format:%s -1 678d87d9fe6cb5824e92961becea3811d12baa5e [Pipeline] echo 16:52:48 GIT_COMMIT: 678d87d9fe6cb5824e92961becea3811d12baa5e, Commit Message: Merge commit '986986d893843ca2c4c8974c29aa772854012406' into HEAD [Pipeline] echo 16:52:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:52:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:50 16:52:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:52:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:50 latest: Pulling from edgex-devops/git-semver 16:52:50 31603596830f: Pulling fs layer 16:52:50 2a8b12db71e7: Pulling fs layer 16:52:50 6ca5941a6612: Pulling fs layer 16:52:50 ecc8261a40a4: Pulling fs layer 16:52:50 ecc8261a40a4: Waiting 16:52:50 2a8b12db71e7: Verifying Checksum 16:52:50 2a8b12db71e7: Download complete 16:52:50 31603596830f: Verifying Checksum 16:52:50 31603596830f: Download complete 16:52:50 ecc8261a40a4: Verifying Checksum 16:52:50 ecc8261a40a4: Download complete 16:52:51 6ca5941a6612: Verifying Checksum 16:52:51 6ca5941a6612: Download complete 16:52:51 31603596830f: Pull complete 16:52:51 2a8b12db71e7: Pull complete 16:52:51 6ca5941a6612: Pull complete 16:52:52 ecc8261a40a4: Pull complete 16:52:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:52:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:52:52 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 16:52:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:52:54 $ docker top ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:52:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:54 [ssh-agent] Looking for ssh-agent implementation... 16:52:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:55 $ docker exec ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 ssh-agent 16:52:55 SSH_AUTH_SOCK=/tmp/ssh-ngrK489xEmpC/agent.11 16:52:55 SSH_AGENT_PID=16 16:52:55 Running ssh-add (command line suppressed) 16:52:55 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3488568672257410680.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3488568672257410680.key) 16:52:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:55 + git describe --exact-match --tags HEAD 16:52:55 fatal: No names found, cannot describe anything. [Pipeline] } 16:52:55 $ docker exec --env ******** --env ******** ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 ssh-agent -k 16:52:55 unset SSH_AUTH_SOCK; 16:52:55 unset SSH_AGENT_PID; 16:52:55 echo Agent pid 16 killed; 16:52:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:52:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:52:56 This usually means this commit has not been tagged. [Pipeline] sshagent 16:52:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:52:56 [ssh-agent] Looking for ssh-agent implementation... 16:52:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:52:56 $ docker exec ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 ssh-agent 16:52:56 SSH_AUTH_SOCK=/tmp/ssh-ZPzPKMYdYnuw/agent.45 16:52:56 SSH_AGENT_PID=50 16:52:56 Running ssh-add (command line suppressed) 16:52:56 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3295752103199260094.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3295752103199260094.key) 16:52:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:52:56 + git semver init 16:52:56 # -> Open(): unable to determine branch for HEAD 16:52:56 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.git 16:52:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-171 16:52:56 # $SEMVER_REMOTE_NAME = origin 16:52:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:52:56 # $SEMVER_USER_NAME = edgex-jenkins 16:52:56 # $SEMVER_BRANCH = PR-171 16:52:56 # $SEMVER_TEMP = /tmp/semver-676682280 16:52:56 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 16:52:57 # '/tmp/semver-676682280' -> '/w/workspace/xfoundry_device-modbus-go_PR-171/.semver' 16:52:57 # -> Force: false 16:52:57 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.semver [Pipeline] } 16:52:57 $ docker exec --env ******** --env ******** ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 ssh-agent -k 16:52:57 unset SSH_AUTH_SOCK; 16:52:57 unset SSH_AGENT_PID; 16:52:57 echo Agent pid 50 killed; 16:52:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:52:57 + git semver [Pipeline] } 16:52:57 $ docker stop --time=1 ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 16:52:59 $ docker rm -f ff4bc384ecf54937be77876715e21504bff9bbe614806b7edc8f526f75e2c9d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:53:00 Stashed 30 file(s) [Pipeline] echo 16:53:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 16:53:00 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:53:15 Still waiting to schedule task 16:53:15 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-415’ 16:53:15 Still waiting to schedule task 16:53:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:55:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-416 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 16:55:09 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 16:55:15 using credential edgex-jenkins-ssh 16:55:15 Cloning the remote Git repository 16:55:15 Cloning with configured refspecs honoured and without tags 16:55:15 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:55:15 > git init /w/workspace/device-modbus-go/6 # timeout=10 16:55:15 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:55:15 > git --version # timeout=10 16:55:15 > git --version # 'git version 2.17.1' 16:55:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:16 Fetching without tags 16:55:16 Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 16:55:17 Merge succeeded, producing 35c84de6177155d49a679a46e3db091a99eba9e0 16:55:17 Checking out Revision 35c84de6177155d49a679a46e3db091a99eba9e0 (PR-171) 16:55:16 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:55:16 > git config --add remote.origin.fetch +refs/pull/171/head:refs/remotes/origin/PR-171 # timeout=10 16:55:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:16 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:55:16 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:55:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:16 > git config core.sparsecheckout # timeout=10 16:55:17 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 16:55:17 > git remote # timeout=10 16:55:17 > git config --get remote.origin.url # timeout=10 16:55:17 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:17 > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 16:55:17 > git rev-parse HEAD^{commit} # timeout=10 16:55:17 > git config core.sparsecheckout # timeout=10 16:55:17 > git checkout -f 35c84de6177155d49a679a46e3db091a99eba9e0 # timeout=10 16:55:21 Commit message: "Merge commit '986986d893843ca2c4c8974c29aa772854012406' into HEAD" 16:55:21 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:55:22 ========================================================= 16:55:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:55:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:55:21 > git rev-list --no-walk f9eeaaf27a9b83d364653f97da0e00385d6993f6 # timeout=10 16:55:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:55:25 Sending build context to Docker daemon 698.9kB 16:55:25 Step 1/8 : ARG BASE=golang:1.15-alpine 16:55:25 Step 2/8 : FROM ${BASE} 16:55:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:55:25 b538f80385f9: Pulling fs layer 16:55:25 74f711af9a0d: Pulling fs layer 16:55:25 99f96fe45779: Pulling fs layer 16:55:25 8529a6b9a6be: Pulling fs layer 16:55:25 45590311c82a: Pulling fs layer 16:55:25 69ca0ff8b7b3: Pulling fs layer 16:55:25 209524e5b208: Pulling fs layer 16:55:25 8529a6b9a6be: Waiting 16:55:25 45590311c82a: Waiting 16:55:25 69ca0ff8b7b3: Waiting 16:55:25 209524e5b208: Waiting 16:55:25 99f96fe45779: Download complete 16:55:25 74f711af9a0d: Verifying Checksum 16:55:25 74f711af9a0d: Download complete 16:55:25 45590311c82a: Verifying Checksum 16:55:25 45590311c82a: Download complete 16:55:25 69ca0ff8b7b3: Verifying Checksum 16:55:25 69ca0ff8b7b3: Download complete 16:55:25 b538f80385f9: Verifying Checksum 16:55:25 b538f80385f9: Download complete 16:55:26 b538f80385f9: Pull complete 16:55:26 74f711af9a0d: Pull complete 16:55:27 99f96fe45779: Pull complete 16:55:28 209524e5b208: Verifying Checksum 16:55:28 209524e5b208: Download complete 16:55:29 8529a6b9a6be: Verifying Checksum 16:55:29 8529a6b9a6be: Download complete 16:55:40 8529a6b9a6be: Pull complete 16:55:40 45590311c82a: Pull complete 16:55:40 69ca0ff8b7b3: Pull complete 16:55:43 209524e5b208: Pull complete 16:55:43 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:55:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:55:43 ---> 5bddaf1c2fca 16:55:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:55:46 ---> Running in be8a593801c7 16:55:46 Removing intermediate container be8a593801c7 16:55:46 ---> f4813a64e73f 16:55:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:46 ---> Running in 34d3004c65f3 16:55:50 Removing intermediate container 34d3004c65f3 16:55:50 ---> f62b8e386e30 16:55:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:55:50 ---> Running in 86d2d618b68f 16:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:53 (1/14) Installing libmagic (5.38-r0) 16:55:53 (2/14) Installing file (5.38-r0) 16:55:53 (3/14) Installing libc-dev (0.7.2-r3) 16:55:53 (4/14) Installing g++ (9.3.0-r2) 16:55:57 Running on prd-centos7-docker-4c-2g-417 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 16:55:57 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 16:55:58 (5/14) Installing fortify-headers (1.1-r0) 16:55:58 (6/14) Installing patch (2.7.6-r6) 16:55:58 (7/14) Installing build-base (0.5-r2) 16:55:58 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:55:58 (9/14) Installing libedit (20191231.3.1-r0) 16:55:58 (10/14) Installing openssh-client (8.3_p1-r0) 16:55:58 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:55:59 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:55:59 (13/14) Installing openssh-server (8.3_p1-r0) 16:55:59 (14/14) Installing openssh (8.3_p1-r0) 16:55:59 Executing busybox-1.31.1-r16.trigger 16:55:59 OK: 221 MiB in 53 packages 16:55:59 using credential edgex-jenkins-ssh 16:55:59 Cloning the remote Git repository 16:55:59 Cloning with configured refspecs honoured and without tags 16:56:00 Fetching without tags 16:55:59 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:55:59 > git init /w/workspace/device-modbus-go/6 # timeout=10 16:56:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:56:00 > git --version # timeout=10 16:56:00 > git --version # 'git version 2.16.5' 16:56:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:56:00 > git config --add remote.origin.fetch +refs/pull/171/head:refs/remotes/origin/PR-171 # timeout=10 16:56:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:56:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:56:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:56:01 Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 16:56:01 Merge succeeded, producing 22ff7e3b1ad281bdc6065ea3e876e4ace55bac96 16:56:01 Checking out Revision 22ff7e3b1ad281bdc6065ea3e876e4ace55bac96 (PR-171) 16:56:01 > git config core.sparsecheckout # timeout=10 16:56:01 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 16:56:01 > git remote # timeout=10 16:56:01 > git config --get remote.origin.url # timeout=10 16:56:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:56:01 > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 16:56:01 > git rev-parse HEAD^{commit} # timeout=10 16:56:01 > git config core.sparsecheckout # timeout=10 16:56:01 > git checkout -f 22ff7e3b1ad281bdc6065ea3e876e4ace55bac96 # timeout=10 16:56:04 Removing intermediate container 86d2d618b68f 16:56:04 ---> 52f308a96e07 16:56:04 Step 6/8 : WORKDIR /device-modbus-go 16:56:04 ---> Running in 3b06bd6c8fad 16:56:04 Removing intermediate container 3b06bd6c8fad 16:56:04 ---> 59928ec88a45 16:56:04 Step 7/8 : COPY . . 16:56:05 Commit message: "Merge commit '986986d893843ca2c4c8974c29aa772854012406' into HEAD" 16:56:05 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 16:56:05 ---> 828841dc3c2a 16:56:05 Step 8/8 : RUN go mod download 16:56:05 ---> Running in 68c08779c859 [Pipeline] echo 16:56:05 ========================================================= 16:56:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:56:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:05 > git rev-list --no-walk f9eeaaf27a9b83d364653f97da0e00385d6993f6 # timeout=10 16:56:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:56:06 Sending build context to Docker daemon 698.9kB 16:56:06 Step 1/8 : ARG BASE=golang:1.15-alpine 16:56:06 Step 2/8 : FROM ${BASE} 16:56:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:06 df20fa9351a1: Pulling fs layer 16:56:06 ed8968b2872e: Pulling fs layer 16:56:06 a92cc7c5fd73: Pulling fs layer 16:56:06 e871e8e8d7a9: Pulling fs layer 16:56:06 e73272ec9a57: Pulling fs layer 16:56:06 1e910a182e73: Pulling fs layer 16:56:06 4e634b169226: Pulling fs layer 16:56:06 e73272ec9a57: Waiting 16:56:06 1e910a182e73: Waiting 16:56:06 4e634b169226: Waiting 16:56:06 e871e8e8d7a9: Waiting 16:56:06 a92cc7c5fd73: Download complete 16:56:06 ed8968b2872e: Verifying Checksum 16:56:06 ed8968b2872e: Download complete 16:56:06 e73272ec9a57: Verifying Checksum 16:56:06 e73272ec9a57: Download complete 16:56:06 1e910a182e73: Verifying Checksum 16:56:06 1e910a182e73: Download complete 16:56:06 df20fa9351a1: Verifying Checksum 16:56:06 df20fa9351a1: Download complete 16:56:07 df20fa9351a1: Pull complete 16:56:07 ed8968b2872e: Pull complete 16:56:07 a92cc7c5fd73: Pull complete 16:56:08 4e634b169226: Verifying Checksum 16:56:08 4e634b169226: Download complete 16:56:08 e871e8e8d7a9: Verifying Checksum 16:56:08 e871e8e8d7a9: Download complete 16:56:14 e871e8e8d7a9: Pull complete 16:56:14 e73272ec9a57: Pull complete 16:56:14 1e910a182e73: Pull complete 16:56:18 4e634b169226: Pull complete 16:56:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:56:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:56:18 ---> f7629b54cfaa 16:56:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:56:19 ---> Running in 004e0a6a768a 16:56:19 Removing intermediate container 004e0a6a768a 16:56:19 ---> 463f15482191 16:56:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:19 ---> Running in da953e50d283 16:56:20 Removing intermediate container da953e50d283 16:56:20 ---> c2d152f7151d 16:56:20 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:56:20 ---> Running in 1902cc686213 16:56:20 Removing intermediate container 68c08779c859 16:56:20 ---> bd9a4715cb79 16:56:20 Successfully built bd9a4715cb79 16:56:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:21 + docker inspect -f . ci-base-image-arm64 16:56:21 . [Pipeline] withDockerContainer 16:56:21 prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container 16:56:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:22 (1/14) Installing libmagic (5.38-r0) 16:56:22 (2/14) Installing file (5.38-r0) 16:56:22 (3/14) Installing libc-dev (0.7.2-r3) 16:56:22 (4/14) Installing g++ (9.3.0-r2) 16:56:23 $ docker top 312f03cac042b7a4d13bfe7b97d0425258464603eaef84d4d8875e8421d0a428 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:24 + go version 16:56:24 go version go1.15.2 linux/arm64 [Pipeline] } 16:56:24 $ docker stop --time=1 312f03cac042b7a4d13bfe7b97d0425258464603eaef84d4d8875e8421d0a428 16:56:25 (5/14) Installing fortify-headers (1.1-r0) 16:56:25 (6/14) Installing patch (2.7.6-r6) 16:56:25 (7/14) Installing build-base (0.5-r2) 16:56:25 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:56:25 (9/14) Installing libedit (20191231.3.1-r0) 16:56:26 (10/14) Installing openssh-client (8.3_p1-r0) 16:56:26 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:56:26 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:56:26 (13/14) Installing openssh-server (8.3_p1-r0) 16:56:26 (14/14) Installing openssh (8.3_p1-r0) 16:56:26 Executing busybox-1.31.1-r16.trigger 16:56:26 OK: 237 MiB in 53 packages 16:56:27 $ docker rm -f 312f03cac042b7a4d13bfe7b97d0425258464603eaef84d4d8875e8421d0a428 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:28 + docker inspect -f . ci-base-image-arm64 16:56:28 . [Pipeline] withDockerContainer 16:56:28 prd-ubuntu18.04-docker-arm64-4c-16g-416 does not seem to be running inside a container 16:56:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:56:30 Removing intermediate container 1902cc686213 16:56:30 ---> 1e7f4b9453e5 16:56:30 Step 6/8 : WORKDIR /device-modbus-go 16:56:30 ---> Running in 8fcff89338bb 16:56:30 Removing intermediate container 8fcff89338bb 16:56:30 ---> 2034787d19dd 16:56:30 Step 7/8 : COPY . . 16:56:30 $ docker top 29701518a52db8adcb60f15946887d559c19db4554ba9389798128ee7c281dbf -eo pid,comm [Pipeline] { 16:56:30 ---> 9ce0eed94d05 16:56:30 Step 8/8 : RUN go mod download 16:56:30 ---> Running in 453f6ffdb6cc [Pipeline] sh 16:56:31 + make test 16:56:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:56:32 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:56:42 Removing intermediate container 453f6ffdb6cc 16:56:42 ---> 8e9cced8ac2c 16:56:42 Successfully built 8e9cced8ac2c 16:56:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:56:43 + docker inspect -f . ci-base-image-x86_64 16:56:43 . [Pipeline] withDockerContainer 16:56:43 prd-centos7-docker-4c-2g-417 does not seem to be running inside a container 16:56:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:56:44 $ docker top fd2af9751f65482a5d2b5a1174b995fc16d9788fe396fecce4f25056fa6dea54 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:45 + go version 16:56:45 go version go1.15.2 linux/amd64 [Pipeline] } 16:56:45 $ docker stop --time=1 fd2af9751f65482a5d2b5a1174b995fc16d9788fe396fecce4f25056fa6dea54 16:56:46 $ docker rm -f fd2af9751f65482a5d2b5a1174b995fc16d9788fe396fecce4f25056fa6dea54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:47 + docker inspect -f . ci-base-image-x86_64 16:56:47 . [Pipeline] withDockerContainer 16:56:47 prd-centos7-docker-4c-2g-417 does not seem to be running inside a container 16:56:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:56:48 $ docker top 95bbaf12b5ae616b161531c54230c2e6429c9c2254d5441f93eb211e4a28faee -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:48 + make test 16:56:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:56:49 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:56:59 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:56:59 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.328s coverage: 50.2% of statements 16:56:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:57:00 gofmt -l . 16:57:00 internal/driver/config.go 16:57:00 internal/driver/config_test.go 16:57:00 internal/driver/protocolpropertykey.go 16:57:00 [ "`gofmt -l .`" = "" ] 16:57:00 make: *** [Makefile:27: test] Error 1 [Pipeline] } 16:57:00 $ docker stop --time=1 95bbaf12b5ae616b161531c54230c2e6429c9c2254d5441f93eb211e4a28faee 16:57:02 $ docker rm -f 95bbaf12b5ae616b161531c54230c2e6429c9c2254d5441f93eb211e4a28faee [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] } 16:57:05 Failed in branch amd64 16:57:05 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:57:05 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.506s coverage: 50.2% of statements 16:57:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:57:06 gofmt -l . 16:57:06 internal/driver/config.go 16:57:06 internal/driver/config_test.go 16:57:06 internal/driver/protocolpropertykey.go 16:57:06 [ "`gofmt -l .`" = "" ] 16:57:06 make: *** [Makefile:27: test] Error 1 [Pipeline] } 16:57:06 $ docker stop --time=1 29701518a52db8adcb60f15946887d559c19db4554ba9389798128ee7c281dbf 16:57:08 $ docker rm -f 29701518a52db8adcb60f15946887d559c19db4554ba9389798128ee7c281dbf [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] } 16:57:10 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:57:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:57:13 ---> package-listing.sh 16:57:13 ++ facter osfamily 16:57:13 ++ tr '[:upper:]' '[:lower:]' 16:57:13 + OS_FAMILY=redhat 16:57:13 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-171 16:57:13 + START_PACKAGES=/tmp/packages_start.txt 16:57:13 + END_PACKAGES=/tmp/packages_end.txt 16:57:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:57:13 + PACKAGES=/tmp/packages_start.txt 16:57:13 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 16:57:13 + PACKAGES=/tmp/packages_end.txt 16:57:13 + case "${OS_FAMILY}" in 16:57:13 + rpm -qa 16:57:13 + sort 16:57:17 + '[' -f /tmp/packages_start.txt ']' 16:57:17 + '[' -f /tmp/packages_end.txt ']' 16:57:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:57:17 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 16:57:17 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ 16:57:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [Pipeline] isUnix [Pipeline] sh 16:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:18 16:57:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:57:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:19 alpine: Pulling from edgex-lftools-log-publisher 16:57:19 df20fa9351a1: Pulling fs layer 16:57:19 36b3adc4ff6f: Pulling fs layer 16:57:19 8ad3a11d3b57: Pulling fs layer 16:57:19 46f8f816bc3b: Pulling fs layer 16:57:19 0dadc02b9964: Pulling fs layer 16:57:19 ce6a7cf60c04: Pulling fs layer 16:57:19 7a184a31f384: Pulling fs layer 16:57:19 0879bd2ef858: Pulling fs layer 16:57:19 46f8f816bc3b: Waiting 16:57:19 0dadc02b9964: Waiting 16:57:19 ce6a7cf60c04: Waiting 16:57:19 7a184a31f384: Waiting 16:57:19 36b3adc4ff6f: Verifying Checksum 16:57:19 46f8f816bc3b: Verifying Checksum 16:57:19 46f8f816bc3b: Download complete 16:57:19 df20fa9351a1: Verifying Checksum 16:57:19 df20fa9351a1: Download complete 16:57:19 ce6a7cf60c04: Verifying Checksum 16:57:19 ce6a7cf60c04: Download complete 16:57:19 0dadc02b9964: Verifying Checksum 16:57:19 0dadc02b9964: Download complete 16:57:19 7a184a31f384: Verifying Checksum 16:57:19 7a184a31f384: Download complete 16:57:19 8ad3a11d3b57: Verifying Checksum 16:57:19 8ad3a11d3b57: Download complete 16:57:19 df20fa9351a1: Pull complete 16:57:19 36b3adc4ff6f: Pull complete 16:57:19 0879bd2ef858: Verifying Checksum 16:57:19 0879bd2ef858: Download complete 16:57:20 8ad3a11d3b57: Pull complete 16:57:20 46f8f816bc3b: Pull complete 16:57:20 0dadc02b9964: Pull complete 16:57:20 ce6a7cf60c04: Pull complete 16:57:21 7a184a31f384: Pull complete 16:57:25 0879bd2ef858: Pull complete 16:57:25 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:57:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:57:25 prd-centos7-docker-4c-2g-415 does not seem to be running inside a container 16:57:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:57:28 $ docker top 83e8ca9ea2de0e2fa45365a6d77f8051d67272c43b32b6b42f26decfd53d351f -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:28 + mkdir -p /var/log/sa [Pipeline] sh 16:57:29 + ls /var/log/sa-host 16:57:29 + sadf -c /var/log/sa-host/sa05 16:57:29 file_magic: OK 16:57:29 HZ: Using current value: 100 16:57:29 file_header: OK 16:57:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:57:29 Statistics: 16:57:29 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:57:29 File successfully converted to sysstat format version 12.2.1 16:57:29 + sadf -c /var/log/sa-host/sa18 16:57:29 file_magic: OK 16:57:29 HZ: Using current value: 100 16:57:29 file_header: OK 16:57:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:57:29 Statistics: 16:57:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:57:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:57:29 provisioning config files... 16:57:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config8114281829693698351tmp [Pipeline] { [Pipeline] echo 16:57:29 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:57:29 ---> create-netrc.sh [Pipeline] echo 16:57:29 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:57:30 ---> logs-deploy.sh 16:57:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-171/6 16:57:30 INFO: archiving workspace using pattern(s): 16:57:31 Archives upload complete. 16:57:31 INFO: archiving logs to Nexus 16:57:32 ---> uname -a: 16:57:32 Linux 83e8ca9ea2de 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:57:32 16:57:32 16:57:32 ---> lscpu: 16:57:32 Architecture: x86_64 16:57:32 CPU op-mode(s): 32-bit, 64-bit 16:57:32 Byte Order: Little Endian 16:57:32 Address sizes: 40 bits physical, 48 bits virtual 16:57:32 CPU(s): 4 16:57:32 On-line CPU(s) list: 0-3 16:57:32 Thread(s) per core: 1 16:57:32 Core(s) per socket: 1 16:57:32 Socket(s): 4 16:57:32 NUMA node(s): 1 16:57:32 Vendor ID: GenuineIntel 16:57:32 CPU family: 6 16:57:32 Model: 44 16:57:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:57:32 Stepping: 1 16:57:32 CPU MHz: 2933.438 16:57:32 BogoMIPS: 5866.87 16:57:32 Virtualization: VT-x 16:57:32 Hypervisor vendor: KVM 16:57:32 Virtualization type: full 16:57:32 L1d cache: 128 KiB 16:57:32 L1i cache: 128 KiB 16:57:32 L2 cache: 16 MiB 16:57:32 L3 cache: 64 MiB 16:57:32 NUMA node0 CPU(s): 0-3 16:57:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:57:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:57:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:57:32 Vulnerability Meltdown: Mitigation; PTI 16:57:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:57:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:57:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:57:32 Vulnerability Tsx async abort: Not affected 16:57:32 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 16:57:32 16:57:32 16:57:32 ---> nproc: 16:57:32 4 16:57:32 16:57:32 16:57:32 ---> df -h: 16:57:32 Filesystem Size Used Available Use% Mounted on 16:57:32 overlay 50.0G 6.9G 43.0G 14% / 16:57:32 tmpfs 64.0M 0 64.0M 0% /dev 16:57:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:57:32 shm 64.0M 0 64.0M 0% /dev/shm 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/xfoundry_device-modbus-go_PR-171 16:57:32 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/xfoundry_device-modbus-go_PR-171@tmp 16:57:32 16:57:32 16:57:32 ---> free -m: 16:57:32 total used free shared buff/cache available 16:57:32 Mem: 1837 637 135 0 1064 1092 16:57:32 Swap: 1023 1 1022 16:57:32 16:57:32 16:57:32 ---> ip addr: 16:57:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:57:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:57:32 inet 127.0.0.1/8 scope host lo 16:57:32 valid_lft forever preferred_lft forever 16:57:32 6: eth0@if7: mtu 1458 qdisc noqueue state UP 16:57:32 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:57:32 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:57:32 valid_lft forever preferred_lft forever 16:57:32 16:57:32 16:57:32 ---> sar -b -r -n DEV: 16:57:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 16:57:32 16:57:32 16:51:53 LINUX RESTART (4 CPU) 16:57:32 16:57:32 16:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:57:32 16:54:02 3.60 0.00 3.60 0.00 0.00 111.54 0.00 16:57:32 16:55:01 0.41 0.00 0.41 0.00 0.00 5.66 0.00 16:57:32 16:56:01 0.22 0.00 0.22 0.00 0.00 2.27 0.00 16:57:32 16:57:01 0.37 0.00 0.37 0.00 0.00 5.05 0.00 16:57:32 Average: 1.15 0.00 1.15 0.00 0.00 31.24 0.00 16:57:32 16:57:32 16:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:57:32 16:54:02 186824 0 558948 29.71 2600 1133184 1103824 37.67 409232 1126464 16 16:57:32 16:55:01 189412 0 556356 29.57 2600 1133188 1081268 36.90 411084 1122788 12 16:57:32 16:56:01 188888 0 556872 29.60 2600 1133196 1081364 36.91 411684 1122792 16 16:57:32 16:57:01 186812 0 558948 29.71 2600 1133196 1081388 36.91 416188 1120116 8 16:57:32 Average: 187984 0 557781 29.64 2600 1133191 1086961 37.10 412047 1123040 13 16:57:32 16:57:32 16:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:57:32 16:54:02 eth0 0.32 0.15 0.02 0.05 0.00 0.00 0.00 0.00 16:57:32 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:55:01 eth0 2.93 1.15 3.04 0.08 0.00 0.00 0.00 0.00 16:57:32 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:56:01 eth0 0.98 0.28 0.32 0.20 0.00 0.00 0.00 0.00 16:57:32 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:57:01 eth0 0.53 0.38 0.27 0.21 0.00 0.00 0.00 0.00 16:57:32 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 Average: eth0 1.18 0.49 0.90 0.13 0.00 0.00 0.00 0.00 16:57:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:57:32 16:57:32 16:57:32 ---> sar -P ALL: 16:57:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 16:57:32 16:57:32 16:51:53 LINUX RESTART (4 CPU) 16:57:32 16:57:32 16:53:01 CPU %user %nice %system %iowait %steal %idle 16:57:32 16:54:02 all 0.19 0.00 0.05 0.00 0.00 99.76 16:57:32 16:54:02 0 0.07 0.00 0.07 0.00 0.00 99.87 16:57:32 16:54:02 1 0.07 0.00 0.05 0.00 0.00 99.88 16:57:32 16:54:02 2 0.42 0.00 0.05 0.00 0.00 99.53 16:57:32 16:54:02 3 0.20 0.00 0.05 0.00 0.00 99.75 16:57:32 16:55:01 all 0.19 0.00 0.04 0.00 0.00 99.78 16:57:32 16:55:01 0 0.07 0.00 0.05 0.00 0.00 99.88 16:57:32 16:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:57:32 16:55:01 2 0.59 0.00 0.05 0.00 0.00 99.36 16:57:32 16:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:57:32 16:56:01 all 0.08 0.00 0.03 0.00 0.00 99.89 16:57:32 16:56:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:57:32 16:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:57:32 16:56:01 2 0.22 0.00 0.07 0.00 0.00 99.72 16:57:32 16:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:57:32 16:57:01 all 0.07 0.00 0.05 0.00 0.00 99.88 16:57:32 16:57:01 0 0.03 0.00 0.08 0.00 0.00 99.88 16:57:32 16:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:57:32 16:57:01 2 0.18 0.00 0.05 0.00 0.00 99.77 16:57:32 16:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:57:32 Average: all 0.13 0.00 0.04 0.00 0.00 99.83 16:57:32 Average: 0 0.05 0.00 0.05 0.00 0.00 99.89 16:57:32 Average: 1 0.05 0.00 0.03 0.00 0.00 99.92 16:57:32 Average: 2 0.35 0.00 0.05 0.00 0.00 99.59 16:57:32 Average: 3 0.07 0.00 0.03 0.00 0.00 99.90 16:57:32 16:57:32 16:57:32