Pull request #594 opened 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 jinlinGuan for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 9f44a914c3163ba6aceeb076ef4043962d95dc92 rather than af5d391cbf31238ba33faa5cc8a943409002f058 Obtained Jenkinsfile from 9f44a914c3163ba6aceeb076ef4043962d95dc92 Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-594/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-sdk-go, 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.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: 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-382’ Running on prd-centos7-docker-4c-2g-385 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [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-594 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # 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/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 > git remote # timeout=10 Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 Commit message: "Update V2 swagger file to consist with edgex-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:11:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:11:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:11:41 ========================================================= 10:11:41 EdgeX Global Pipelines Version Info 10:11:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:11:44 ------------------- 10:11:44 stable info: 10:11:44 ------------------- 10:11:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:11:44 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 10:11:44 Message: update stable to v1.0.122 10:11:45 ------------------- 10:11:45 experimental info: 10:11:45 ------------------- 10:11:45 Commited By: **** collab-it+edgex@linuxfoundation.org 10:11:45 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 10:11:45 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 10:11:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:11:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:11:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-594 [Pipeline] echo 10:11:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-594 [Pipeline] echo 10:11:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-594 [Pipeline] echo 10:11:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af5d391cbf31238ba33faa5cc8a943409002f058 [Pipeline] echo 10:11:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af5d391 [Pipeline] echo 10:11:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:11:50 + git log --format=format:%s -1 af5d391cbf31238ba33faa5cc8a943409002f058 [Pipeline] echo 10:11:50 GIT_COMMIT: af5d391cbf31238ba33faa5cc8a943409002f058, Commit Message: Update V2 swagger file to consist with edgex-go [Pipeline] echo 10:11:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:11:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:11:51 10:11:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:11:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:11:52 latest: Pulling from edgex-devops/git-semver 10:11:52 31603596830f: Pulling fs layer 10:11:52 2a8b12db71e7: Pulling fs layer 10:11:52 6ca5941a6612: Pulling fs layer 10:11:52 ecc8261a40a4: Pulling fs layer 10:11:52 ecc8261a40a4: Waiting 10:11:52 2a8b12db71e7: Verifying Checksum 10:11:52 2a8b12db71e7: Download complete 10:11:52 31603596830f: Verifying Checksum 10:11:52 31603596830f: Download complete 10:11:52 ecc8261a40a4: Verifying Checksum 10:11:52 ecc8261a40a4: Download complete 10:11:53 6ca5941a6612: Verifying Checksum 10:11:53 6ca5941a6612: Download complete 10:11:53 31603596830f: Pull complete 10:11:53 2a8b12db71e7: Pull complete 10:11:54 6ca5941a6612: Pull complete 10:11:54 ecc8261a40a4: Pull complete 10:11:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:11:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:11:54 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 10:11:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-594 -v /w/workspace/dgexfoundry_device-sdk-go_PR-594:/w/workspace/dgexfoundry_device-sdk-go_PR-594:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-594@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:11:57 $ docker top 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:11:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:11:57 [ssh-agent] Looking for ssh-agent implementation... 10:11:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:11:58 $ docker exec 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent 10:11:58 SSH_AUTH_SOCK=/tmp/ssh-tVzx5XrTREv5/agent.12 10:11:58 SSH_AGENT_PID=18 10:11:58 Running ssh-add (command line suppressed) 10:11:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_8580074305415901761.key (/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_8580074305415901761.key) 10:11:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:11:59 + git describe --exact-match --tags HEAD 10:11:59 fatal: No names found, cannot describe anything. [Pipeline] } 10:11:59 $ docker exec --env ******** --env ******** 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent -k 10:11:59 unset SSH_AUTH_SOCK; 10:11:59 unset SSH_AGENT_PID; 10:11:59 echo Agent pid 18 killed; 10:11:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 10:12:00 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 10:12:00 This usually means this commit has not been tagged. [Pipeline] sshagent 10:12:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:12:00 [ssh-agent] Looking for ssh-agent implementation... 10:12:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:12:00 $ docker exec 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent 10:12:00 SSH_AUTH_SOCK=/tmp/ssh-tRvEtiF8J327/agent.46 10:12:00 SSH_AGENT_PID=51 10:12:00 Running ssh-add (command line suppressed) 10:12:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_5303176754973393062.key (/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/private_key_5303176754973393062.key) 10:12:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:12:01 + git semver init 10:12:01 # -> Open(): unable to determine branch for HEAD 10:12:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-594/.git 10:12:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-594 10:12:01 # $SEMVER_REMOTE_NAME = origin 10:12:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:12:01 # $SEMVER_USER_NAME = edgex-jenkins 10:12:01 # $SEMVER_BRANCH = PR-594 10:12:01 # $SEMVER_TEMP = /tmp/semver-446979276 10:12:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:12:03 # '/tmp/semver-446979276' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-594/.semver' 10:12:03 # -> Force: false 10:12:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-594/.semver [Pipeline] } 10:12:03 $ docker exec --env ******** --env ******** 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 ssh-agent -k 10:12:03 unset SSH_AUTH_SOCK; 10:12:03 unset SSH_AGENT_PID; 10:12:03 echo Agent pid 51 killed; 10:12:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:12:04 + git semver [Pipeline] } 10:12:04 $ docker stop --time=1 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 10:12:06 $ docker rm -f 988772bb091c7c600c3d1080906e5c179962233e6cec25b34fb4899930fa0519 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 10:12:07 Stashed 37 file(s) [Pipeline] echo 10:12:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 10:12:07 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 10:12:23 Still waiting to schedule task 10:12:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:12:23 Still waiting to schedule task 10:12:23 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-383’ 10:15:22 Running on prd-centos7-docker-4c-2g-387 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [Pipeline] { [Pipeline] ws 10:15:22 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 10:15:24 using credential edgex-jenkins-ssh 10:15:24 Cloning the remote Git repository 10:15:24 Cloning with configured refspecs honoured and without tags 10:15:25 Fetching without tags 10:15:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:15:24 > git init /w/workspace/device-sdk-go/1 # timeout=10 10:15:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:15:25 > git --version # timeout=10 10:15:25 > git --version # 'git version 2.16.5' 10:15:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:15:25 > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # timeout=10 10:15:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:15:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:15:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:26 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 10:15:26 Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 10:15:26 Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) 10:15:26 > git config core.sparsecheckout # timeout=10 10:15:26 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 10:15:26 > git remote # timeout=10 10:15:26 > git config --get remote.origin.url # timeout=10 10:15:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:26 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 10:15:26 > git rev-parse HEAD^{commit} # timeout=10 10:15:26 > git config core.sparsecheckout # timeout=10 10:15:26 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 10:15:29 Commit message: "Update V2 swagger file to consist with edgex-go" 10:15:29 > git --version # timeout=10 10:15:29 > git --version # 'git version 2.16.5' 10:15:29 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:15:31 ========================================================= 10:15:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:15:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:15:32 + 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 . 10:15:32 Sending build context to Docker daemon 3.173MB 10:15:32 Step 1/8 : ARG BASE=golang:1.15-alpine 10:15:32 Step 2/8 : FROM ${BASE} 10:15:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:15:32 df20fa9351a1: Pulling fs layer 10:15:32 ed8968b2872e: Pulling fs layer 10:15:32 a92cc7c5fd73: Pulling fs layer 10:15:32 e871e8e8d7a9: Pulling fs layer 10:15:32 e73272ec9a57: Pulling fs layer 10:15:32 1e910a182e73: Pulling fs layer 10:15:32 4e634b169226: Pulling fs layer 10:15:32 e871e8e8d7a9: Waiting 10:15:32 e73272ec9a57: Waiting 10:15:32 1e910a182e73: Waiting 10:15:32 4e634b169226: Waiting 10:15:32 a92cc7c5fd73: Verifying Checksum 10:15:32 a92cc7c5fd73: Download complete 10:15:32 ed8968b2872e: Download complete 10:15:32 e73272ec9a57: Download complete 10:15:32 df20fa9351a1: Download complete 10:15:32 1e910a182e73: Verifying Checksum 10:15:32 1e910a182e73: Download complete 10:15:33 df20fa9351a1: Pull complete 10:15:33 ed8968b2872e: Pull complete 10:15:33 a92cc7c5fd73: Pull complete 10:15:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-386 in /w/workspace/dgexfoundry_device-sdk-go_PR-594 [Pipeline] { [Pipeline] ws 10:15:34 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 10:15:34 4e634b169226: Verifying Checksum 10:15:34 4e634b169226: Download complete 10:15:35 e871e8e8d7a9: Verifying Checksum 10:15:35 e871e8e8d7a9: Download complete 10:15:39 using credential edgex-jenkins-ssh 10:15:39 Cloning the remote Git repository 10:15:39 Cloning with configured refspecs honoured and without tags 10:15:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:15:39 > git init /w/workspace/device-sdk-go/1 # timeout=10 10:15:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:15:39 > git --version # timeout=10 10:15:39 > git --version # 'git version 2.17.1' 10:15:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:40 e871e8e8d7a9: Pull complete 10:15:40 e73272ec9a57: Pull complete 10:15:40 1e910a182e73: Pull complete 10:15:41 Fetching without tags 10:15:41 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit af5d391cbf31238ba33faa5cc8a943409002f058 10:15:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:15:40 > git config --add remote.origin.fetch +refs/pull/594/head:refs/remotes/origin/PR-594 # timeout=10 10:15:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:15:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:15:41 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/594/head:refs/remotes/origin/PR-594 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:15:41 > git config core.sparsecheckout # timeout=10 10:15:41 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 10:15:41 > git remote # timeout=10 10:15:41 > git config --get remote.origin.url # timeout=10 10:15:41 Merge succeeded, producing af5d391cbf31238ba33faa5cc8a943409002f058 10:15:41 Checking out Revision af5d391cbf31238ba33faa5cc8a943409002f058 (PR-594) 10:15:41 using GIT_SSH to set credentials SSH Credentials for GitHub 10:15:41 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 10:15:41 > git rev-parse HEAD^{commit} # timeout=10 10:15:41 > git config core.sparsecheckout # timeout=10 10:15:42 > git checkout -f af5d391cbf31238ba33faa5cc8a943409002f058 # timeout=10 10:15:46 Commit message: "Update V2 swagger file to consist with edgex-go" 10:15:46 > git --version # timeout=10 10:15:46 > git --version # 'git version 2.17.1' 10:15:46 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:15:48 ========================================================= 10:15:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:15:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:15:49 + 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 . 10:15:50 Sending build context to Docker daemon 3.173MB 10:15:50 Step 1/8 : ARG BASE=golang:1.15-alpine 10:15:50 Step 2/8 : FROM ${BASE} 10:15:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:15:50 b538f80385f9: Pulling fs layer 10:15:50 74f711af9a0d: Pulling fs layer 10:15:50 99f96fe45779: Pulling fs layer 10:15:50 8529a6b9a6be: Pulling fs layer 10:15:50 45590311c82a: Pulling fs layer 10:15:50 69ca0ff8b7b3: Pulling fs layer 10:15:50 209524e5b208: Pulling fs layer 10:15:50 8529a6b9a6be: Waiting 10:15:50 45590311c82a: Waiting 10:15:50 69ca0ff8b7b3: Waiting 10:15:50 209524e5b208: Waiting 10:15:50 99f96fe45779: Verifying Checksum 10:15:50 99f96fe45779: Download complete 10:15:50 74f711af9a0d: Verifying Checksum 10:15:50 74f711af9a0d: Download complete 10:15:50 45590311c82a: Verifying Checksum 10:15:50 45590311c82a: Download complete 10:15:50 69ca0ff8b7b3: Verifying Checksum 10:15:50 69ca0ff8b7b3: Download complete 10:15:50 b538f80385f9: Download complete 10:15:50 4e634b169226: Pull complete 10:15:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:15:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:15:50 ---> f7629b54cfaa 10:15:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:15:50 ---> Running in aae99778eb73 10:15:50 Removing intermediate container aae99778eb73 10:15:50 ---> e7de25dde159 10:15:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:50 ---> Running in 49a43359d44e 10:15:51 b538f80385f9: Pull complete 10:15:51 74f711af9a0d: Pull complete 10:15:52 Removing intermediate container 49a43359d44e 10:15:52 ---> 229f3220b3fb 10:15:52 Step 5/8 : RUN apk add --no-cache make git 10:15:52 ---> Running in 1786f8a66607 10:15:52 99f96fe45779: Pull complete 10:15:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:15:53 209524e5b208: Verifying Checksum 10:15:53 209524e5b208: Download complete 10:15:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:15:54 8529a6b9a6be: Download complete 10:15:54 OK: 166 MiB in 39 packages 10:15:55 Removing intermediate container 1786f8a66607 10:15:55 ---> 71eaaed9d55e 10:15:55 Step 6/8 : WORKDIR /device-sdk-go 10:15:55 ---> Running in 967daa927f5b 10:15:55 Removing intermediate container 967daa927f5b 10:15:55 ---> 08e6244949a2 10:15:55 Step 7/8 : COPY . . 10:15:56 ---> 0185773cf42b 10:15:56 Step 8/8 : RUN go mod download 10:15:56 ---> Running in 8447760e58ac 10:16:04 8529a6b9a6be: Pull complete 10:16:04 45590311c82a: Pull complete 10:16:05 69ca0ff8b7b3: Pull complete 10:16:09 Removing intermediate container 8447760e58ac 10:16:09 ---> 02f6a0c1e480 10:16:09 Successfully built 02f6a0c1e480 10:16:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:16:09 + docker inspect -f . ci-base-image-x86_64 10:16:09 . [Pipeline] withDockerContainer 10:16:09 209524e5b208: Pull complete 10:16:09 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:16:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:16:09 ---> 5bddaf1c2fca 10:16:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:16:09 prd-centos7-docker-4c-2g-387 does not seem to be running inside a container 10:16:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 10:16:10 $ docker top a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:11 + go version 10:16:11 go version go1.15.2 linux/amd64 [Pipeline] } 10:16:11 $ docker stop --time=1 a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa 10:16:12 ---> Running in cb33636b9b96 10:16:12 Removing intermediate container cb33636b9b96 10:16:12 ---> a3e5ea599b08 10:16:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:12 ---> Running in 1d884a712626 10:16:12 $ docker rm -f a6f342d6f4db3ab68f2aa5e33c55b385b0658b6f65d3c20876ea258afda0e6aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:14 + docker inspect -f . ci-base-image-x86_64 10:16:14 . [Pipeline] withDockerContainer 10:16:14 prd-centos7-docker-4c-2g-387 does not seem to be running inside a container 10:16:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 10:16:14 $ docker top 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:15 Removing intermediate container 1d884a712626 10:16:15 ---> e8f010b3221a 10:16:15 Step 5/8 : RUN apk add --no-cache make git 10:16:15 ---> Running in 1945fd51fe8b 10:16:15 + make test 10:16:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:18 OK: 142 MiB in 39 packages 10:16:19 Removing intermediate container 1945fd51fe8b 10:16:19 ---> 60c2f785706c 10:16:19 Step 6/8 : WORKDIR /device-sdk-go 10:16:19 ---> Running in 41986a3840ad 10:16:20 Removing intermediate container 41986a3840ad 10:16:20 ---> 2b4277ba2a51 10:16:20 Step 7/8 : COPY . . 10:16:21 ---> 4d9271538ffa 10:16:21 Step 8/8 : RUN go mod download 10:16:21 ---> Running in fadc230a35de 10:16:22 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:16:34 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:16:34 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:16:34 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:16:34 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements 10:16:36 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.410s coverage: 95.7% of statements 10:16:36 Removing intermediate container fadc230a35de 10:16:36 ---> d3b0bd038c32 10:16:36 Successfully built d3b0bd038c32 10:16:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:16:37 + docker inspect -f . ci-base-image-arm64 10:16:37 . [Pipeline] withDockerContainer 10:16:37 prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container 10:16:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 10:16:39 $ docker top 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:41 + go version 10:16:41 go version go1.15.2 linux/arm64 [Pipeline] } 10:16:41 $ docker stop --time=1 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 10:16:43 $ docker rm -f 484b90389ca7fa7441f2180fdc9d91de5526928d76a0778cfdbfaef8ec18bf07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:44 + docker inspect -f . ci-base-image-arm64 10:16:44 . [Pipeline] withDockerContainer 10:16:45 prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container 10:16:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 10:16:47 $ docker top f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:48 + make test 10:16:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:17:08 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.036s coverage: 8.6% of statements 10:17:08 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements 10:17:08 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:17:08 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.184s coverage: 37.0% of statements 10:17:08 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:17:08 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.254s coverage: 65.4% of statements 10:17:08 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:17:08 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:17:08 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:17:08 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.078s coverage: 52.6% of statements 10:17:08 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.359s coverage: 68.9% of statements 10:17:08 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:17:08 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:17:08 GO111MODULE=on go vet ./... 10:17:11 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:17:13 gofmt -l . 10:17:13 [ "`gofmt -l .`" = "" ] 10:17:13 ./bin/test-attribution-txt.sh 10:17:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:17:14 Stashed 1 file(s) [Pipeline] } 10:17:14 $ docker stop --time=1 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be 10:17:16 $ docker rm -f 0dcfc01db0c6fd8cfd924aa8d2127ca11281916e40a3c4789313d5c1ba5028be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:17:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:17:18 + ls -al . 10:17:18 total 188 10:17:18 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 10:17 . 10:17:18 drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 10:15 .. 10:17:18 drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 10:15 bin 10:17:18 -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 10:17 coverage.out 10:17:18 -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 10:15 Dockerfile.build 10:17:18 -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 10:15 .dockerignore 10:17:18 drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 10:15 example 10:17:18 drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 10:15 .git 10:17:18 drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 10:15 .github 10:17:18 -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 10:15 .gitignore 10:17:18 -rw-r--r--. 1 jenkins jenkins 446 Sep 18 10:17 go.mod 10:17:18 -rw-r--r--. 1 jenkins jenkins 12179 Sep 18 10:17 go.sum 10:17:18 drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 10:15 internal 10:17:18 -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 10:15 Jenkinsfile 10:17:18 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 10:15 LICENSE 10:17:18 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 10:15 Makefile 10:17:18 drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 10:15 openapi 10:17:18 drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 10:15 pkg 10:17:18 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 10:15 README.md 10:17:18 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 10:15 RELEASE-NOTES.txt 10:17:18 drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 10:15 .semver 10:17:18 drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 10:15 snap 10:17:18 -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 10:12 VERSION 10:17:18 -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 10:15 version.go [Pipeline] isUnix [Pipeline] sh 10:17:19 + 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=af5d391cbf31238ba33faa5cc8a943409002f058 --label arch=amd64 --label version=0.0.0 . 10:17:19 Sending build context to Docker daemon 3.287MB 10:17:19 Step 1/24 : ARG BASE=golang:1.15-alpine 10:17:19 Step 2/24 : FROM ${BASE} AS builder 10:17:19 ---> 02f6a0c1e480 10:17:19 Step 3/24 : ARG MAKE='make build' 10:17:19 ---> Running in 96ea548f8b00 10:17:20 Removing intermediate container 96ea548f8b00 10:17:20 ---> 5467e3daf7e1 10:17:20 Step 4/24 : WORKDIR /device-sdk-go 10:17:20 ---> Running in 57f21203199d 10:17:20 Removing intermediate container 57f21203199d 10:17:20 ---> fedee0e49570 10:17:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:17:20 ---> Running in c9284c46ecaf 10:17:20 Removing intermediate container c9284c46ecaf 10:17:20 ---> beab17f17a87 10:17:20 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:20 ---> Running in 0979f40ae2b3 10:17:21 Removing intermediate container 0979f40ae2b3 10:17:21 ---> b8fbfdfeaa84 10:17:21 Step 7/24 : RUN apk add --update --no-cache make git 10:17:21 ---> Running in 53f9d6ec3afa 10:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:24 OK: 166 MiB in 39 packages 10:17:24 Removing intermediate container 53f9d6ec3afa 10:17:24 ---> dcaea99e2c25 10:17:24 Step 8/24 : COPY . . 10:17:25 ---> d7ac82ef4d99 10:17:25 Step 9/24 : RUN ${MAKE} 10:17:25 ---> Running in 397a7a37875d 10:17:26 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 10:17:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:17:34 Removing intermediate container 397a7a37875d 10:17:34 ---> 2fe8eed30fc6 10:17:34 Step 10/24 : FROM scratch 10:17:34 ---> 10:17:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:17:34 ---> Running in 655ffb2be80f 10:17:35 Removing intermediate container 655ffb2be80f 10:17:35 ---> 5c7a2dbc40ba 10:17:35 Step 12/24 : ENV APP_PORT=49990 10:17:35 ---> Running in abb58bcab883 10:17:35 Removing intermediate container abb58bcab883 10:17:35 ---> 83c91f47410f 10:17:35 Step 13/24 : EXPOSE $APP_PORT 10:17:35 ---> Running in b2a17ae2babe 10:17:35 Removing intermediate container b2a17ae2babe 10:17:35 ---> 6781f79a1108 10:17:35 Step 14/24 : WORKDIR / 10:17:35 ---> Running in 56dcb2a4edbb 10:17:35 Removing intermediate container 56dcb2a4edbb 10:17:35 ---> 9782958b8efc 10:17:35 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:17:36 ---> 3eec4856db24 10:17:36 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:17:36 ---> 5e290de3e6c0 10:17:36 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:17:36 ---> 330d985eef9a 10:17:36 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:17:36 ---> ac17eb23e87c 10:17:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:17:37 ---> 07ff37d9af09 10:17:37 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:17:37 ---> Running in 2fb949f26c00 10:17:37 Removing intermediate container 2fb949f26c00 10:17:37 ---> 7883e18dbb13 10:17:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:17:37 ---> Running in d215284faa6a 10:17:37 Removing intermediate container d215284faa6a 10:17:37 ---> 3a36eb59911a 10:17:37 Step 22/24 : LABEL arch=amd64 10:17:37 ---> Running in 54bd278d2182 10:17:37 Removing intermediate container 54bd278d2182 10:17:37 ---> 7b765b329ada 10:17:37 Step 23/24 : LABEL git_sha=af5d391cbf31238ba33faa5cc8a943409002f058 10:17:37 ---> Running in fdff97a6ee62 10:17:37 Removing intermediate container fdff97a6ee62 10:17:37 ---> d729ab753169 10:17:37 Step 24/24 : LABEL version=0.0.0 10:17:37 ---> Running in 22bb5666c5d9 10:17:38 Removing intermediate container 22bb5666c5d9 10:17:38 ---> 2eeadd7cb15b 10:17:38 [Warning] One or more build-args [ARCH] were not consumed 10:17:38 Successfully built 2eeadd7cb15b 10:17:38 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:17:50 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:17:50 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:17:50 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:17:50 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.062s coverage: 21.0% of statements 10:17:50 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.266s coverage: 95.7% of statements 10:18:22 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 8.6% of statements 10:18:22 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.7% of statements 10:18:22 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:18:22 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.430s coverage: 37.0% of statements 10:18:22 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:18:22 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.682s coverage: 65.4% of statements 10:18:22 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:18:22 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:18:22 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:18:22 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.162s coverage: 52.6% of statements 10:18:22 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.842s coverage: 68.9% of statements 10:18:22 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 10:18:22 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:18:22 GO111MODULE=on go vet ./... 10:18:49 gofmt -l . 10:18:49 [ "`gofmt -l .`" = "" ] 10:18:49 ./bin/test-attribution-txt.sh 10:18:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 10:18:49 Warning: overwriting stash ‘coverage-report’ 10:18:50 Stashed 1 file(s) [Pipeline] } 10:18:50 $ docker stop --time=1 f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 10:18:52 $ docker rm -f f7ce6394800344d001b2ba164ae9689748b437c639d9751fa04aafb7715343c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:18:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:18:55 + ls -al . 10:18:55 total 228 10:18:55 drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 10:18 . 10:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 .. 10:18:55 -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 10:15 .dockerignore 10:18:55 drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 10:15 .git 10:18:55 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 10:15 .github 10:18:55 -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 10:15 .gitignore 10:18:55 drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 10:15 .semver 10:18:55 -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 10:15 Dockerfile.build 10:18:55 -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 10:15 Jenkinsfile 10:18:55 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 10:15 LICENSE 10:18:55 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 10:15 Makefile 10:18:55 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 10:15 README.md 10:18:55 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 10:15 RELEASE-NOTES.txt 10:18:55 -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 10:12 VERSION 10:18:55 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 10:15 bin 10:18:55 -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 10:18 coverage.out 10:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 example 10:18:55 -rw-r--r-- 1 jenkins jenkins 446 Sep 18 10:18 go.mod 10:18:55 -rw-r--r-- 1 jenkins jenkins 12179 Sep 18 10:18 go.sum 10:18:55 drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 10:15 internal 10:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 openapi 10:18:55 drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 10:15 pkg 10:18:55 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 10:15 snap 10:18:55 -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 10:15 version.go [Pipeline] isUnix [Pipeline] sh 10:18:55 + 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=af5d391cbf31238ba33faa5cc8a943409002f058 --label arch=arm64 --label version=0.0.0 . 10:18:55 Sending build context to Docker daemon 3.287MB 10:18:55 Step 1/24 : ARG BASE=golang:1.15-alpine 10:18:55 Step 2/24 : FROM ${BASE} AS builder 10:18:55 ---> d3b0bd038c32 10:18:55 Step 3/24 : ARG MAKE='make build' 10:18:56 ---> Running in 32a20c0e0b77 10:18:56 Removing intermediate container 32a20c0e0b77 10:18:56 ---> e1420682a52c 10:18:56 Step 4/24 : WORKDIR /device-sdk-go 10:18:56 ---> Running in acf01f6efed9 10:18:57 Removing intermediate container acf01f6efed9 10:18:57 ---> e8f2c4d9b4b8 10:18:57 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:18:57 ---> Running in 643c2af2a171 10:18:57 Removing intermediate container 643c2af2a171 10:18:57 ---> cd20d322909e 10:18:57 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:18:57 ---> Running in 8cd9167349f1 10:19:00 Removing intermediate container 8cd9167349f1 10:19:00 ---> bba09572dfdb 10:19:00 Step 7/24 : RUN apk add --update --no-cache make git 10:19:00 ---> Running in c5e593b5b2c0 10:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:04 OK: 142 MiB in 39 packages 10:19:05 Removing intermediate container c5e593b5b2c0 10:19:05 ---> 9226d70b478c 10:19:05 Step 8/24 : COPY . . 10:19:06 ---> f35eb1818d26 10:19:06 Step 9/24 : RUN ${MAKE} 10:19:06 ---> Running in 220c54d9b9d6 10:19:08 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 10:19:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:19:33 Removing intermediate container 220c54d9b9d6 10:19:33 ---> 61ddbe31cf8b 10:19:33 Step 10/24 : FROM scratch 10:19:33 ---> 10:19:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:19:33 ---> Running in 364bc0b73fd8 10:19:33 Removing intermediate container 364bc0b73fd8 10:19:33 ---> 97e64d9fafb6 10:19:33 Step 12/24 : ENV APP_PORT=49990 10:19:33 ---> Running in bb4636eb7f9f 10:19:33 Removing intermediate container bb4636eb7f9f 10:19:33 ---> 1beebbab857e 10:19:33 Step 13/24 : EXPOSE $APP_PORT 10:19:34 ---> Running in f611db601775 10:19:34 Removing intermediate container f611db601775 10:19:34 ---> fb7dd2862929 10:19:34 Step 14/24 : WORKDIR / 10:19:34 ---> Running in 6352768795fe 10:19:34 Removing intermediate container 6352768795fe 10:19:34 ---> 0d70b1da7582 10:19:34 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:19:36 ---> e92a7c4c2705 10:19:36 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:19:36 ---> 28e035ae6a0b 10:19:36 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:19:37 ---> 89fa106b48cf 10:19:37 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:19:38 ---> 87d0a7351930 10:19:38 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:19:39 ---> 846614b67a9b 10:19:39 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:19:39 ---> Running in 770624c7c2d4 10:19:39 Removing intermediate container 770624c7c2d4 10:19:39 ---> 24dc238669d2 10:19:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:19:39 ---> Running in 4d86e494c103 10:19:40 Removing intermediate container 4d86e494c103 10:19:40 ---> 28e1a99ca248 10:19:40 Step 22/24 : LABEL arch=arm64 10:19:40 ---> Running in 61ffe44dd596 10:19:40 Removing intermediate container 61ffe44dd596 10:19:40 ---> 3058633aeb44 10:19:40 Step 23/24 : LABEL git_sha=af5d391cbf31238ba33faa5cc8a943409002f058 10:19:40 ---> Running in 4692c24cf04b 10:19:41 Removing intermediate container 4692c24cf04b 10:19:41 ---> 17be6914ebff 10:19:41 Step 24/24 : LABEL version=0.0.0 10:19:41 ---> Running in 4b033c891b14 10:19:41 Removing intermediate container 4b033c891b14 10:19:41 ---> 27b45d448526 10:19:41 [Warning] One or more build-args [ARCH] were not consumed 10:19:42 Successfully built 27b45d448526 10:19:42 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] stage [Pipeline] { (Snap) Stage "Snap" 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 10:19:44 provisioning config files... 10:19:44 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config7701455037908926909tmp [Pipeline] { [Pipeline] sh 10:19:45 + curl -s https://codecov.io/bash 10:19:45 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config7701455037908926909tmp [Pipeline] } 10:19:45 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 10:19:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:19:49 ---> package-listing.sh 10:19:49 ++ facter osfamily 10:19:49 ++ tr '[:upper:]' '[:lower:]' 10:19:50 + OS_FAMILY=redhat 10:19:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-594 10:19:50 + START_PACKAGES=/tmp/packages_start.txt 10:19:50 + END_PACKAGES=/tmp/packages_end.txt 10:19:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:19:50 + PACKAGES=/tmp/packages_start.txt 10:19:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-594 ']' 10:19:50 + PACKAGES=/tmp/packages_end.txt 10:19:50 + case "${OS_FAMILY}" in 10:19:50 + rpm -qa 10:19:50 + sort 10:19:55 + '[' -f /tmp/packages_start.txt ']' 10:19:55 + '[' -f /tmp/packages_end.txt ']' 10:19:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:19:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-594 ']' 10:19:55 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-594/archives/ 10:19:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-594/archives/ [Pipeline] isUnix [Pipeline] sh 10:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:19:56 10:19:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:19:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:19:57 alpine: Pulling from edgex-lftools-log-publisher 10:19:57 df20fa9351a1: Pulling fs layer 10:19:57 36b3adc4ff6f: Pulling fs layer 10:19:57 8ad3a11d3b57: Pulling fs layer 10:19:57 46f8f816bc3b: Pulling fs layer 10:19:57 0dadc02b9964: Pulling fs layer 10:19:57 ce6a7cf60c04: Pulling fs layer 10:19:57 7a184a31f384: Pulling fs layer 10:19:57 0879bd2ef858: Pulling fs layer 10:19:57 0dadc02b9964: Waiting 10:19:57 ce6a7cf60c04: Waiting 10:19:57 7a184a31f384: Waiting 10:19:57 0879bd2ef858: Waiting 10:19:57 46f8f816bc3b: Waiting 10:19:57 36b3adc4ff6f: Download complete 10:19:57 46f8f816bc3b: Verifying Checksum 10:19:57 46f8f816bc3b: Download complete 10:19:57 df20fa9351a1: Verifying Checksum 10:19:57 ce6a7cf60c04: Verifying Checksum 10:19:57 ce6a7cf60c04: Download complete 10:19:57 7a184a31f384: Verifying Checksum 10:19:57 7a184a31f384: Download complete 10:19:58 0dadc02b9964: Verifying Checksum 10:19:58 0dadc02b9964: Download complete 10:19:58 df20fa9351a1: Pull complete 10:19:58 36b3adc4ff6f: Pull complete 10:19:58 8ad3a11d3b57: Verifying Checksum 10:19:58 8ad3a11d3b57: Download complete 10:20:00 8ad3a11d3b57: Pull complete 10:20:00 0879bd2ef858: Verifying Checksum 10:20:00 0879bd2ef858: Download complete 10:20:00 46f8f816bc3b: Pull complete 10:20:00 0dadc02b9964: Pull complete 10:20:00 ce6a7cf60c04: Pull complete 10:20:00 7a184a31f384: Pull complete 10:20:04 0879bd2ef858: Pull complete 10:20:04 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 10:20:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:20:05 prd-centos7-docker-4c-2g-385 does not seem to be running inside a container 10:20:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-594 -v /w/workspace/dgexfoundry_device-sdk-go_PR-594:/w/workspace/dgexfoundry_device-sdk-go_PR-594:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-594@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:20:12 $ docker top 7a7d3f4a394da4c90b4e801ec6dbdb7dade9d771fe15618ac2e9c7ebf1eb6cf7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:12 + mkdir -p /var/log/sa [Pipeline] sh 10:20:13 + ls /var/log/sa-host 10:20:13 + sadf -c /var/log/sa-host/sa05 10:20:13 file_magic: OK 10:20:13 HZ: Using current value: 100 10:20:13 file_header: OK 10:20:13 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 10:20:13 Statistics: 10:20:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:20:13 File successfully converted to sysstat format version 12.2.1 10:20:13 + sadf -c /var/log/sa-host/sa18 10:20:13 file_magic: OK 10:20:13 HZ: Using current value: 100 10:20:13 file_header: OK 10:20:13 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 10:20:13 Statistics: 10:20:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:20:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:20:13 provisioning config files... 10:20:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp/config1048235996647269150tmp [Pipeline] { [Pipeline] echo 10:20:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:20:13 ---> create-netrc.sh [Pipeline] echo 10:20:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:20:14 ---> logs-deploy.sh 10:20:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-594/1 10:20:14 INFO: archiving workspace using pattern(s): 10:20:16 Archives upload complete. 10:20:16 INFO: archiving logs to Nexus 10:20:18 ---> uname -a: 10:20:18 Linux 7a7d3f4a394d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:20:18 10:20:18 10:20:18 ---> lscpu: 10:20:18 Architecture: x86_64 10:20:18 CPU op-mode(s): 32-bit, 64-bit 10:20:18 Byte Order: Little Endian 10:20:18 Address sizes: 40 bits physical, 48 bits virtual 10:20:18 CPU(s): 4 10:20:18 On-line CPU(s) list: 0-3 10:20:18 Thread(s) per core: 1 10:20:18 Core(s) per socket: 1 10:20:18 Socket(s): 4 10:20:18 NUMA node(s): 1 10:20:18 Vendor ID: GenuineIntel 10:20:18 CPU family: 6 10:20:18 Model: 44 10:20:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:20:18 Stepping: 1 10:20:18 CPU MHz: 2933.438 10:20:18 BogoMIPS: 5866.87 10:20:18 Virtualization: VT-x 10:20:18 Hypervisor vendor: KVM 10:20:18 Virtualization type: full 10:20:18 L1d cache: 128 KiB 10:20:18 L1i cache: 128 KiB 10:20:18 L2 cache: 16 MiB 10:20:18 L3 cache: 64 MiB 10:20:18 NUMA node0 CPU(s): 0-3 10:20:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:20:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:20:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:20:18 Vulnerability Meltdown: Mitigation; PTI 10:20:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:20:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:20:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:20:18 Vulnerability Tsx async abort: Not affected 10:20:18 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 10:20:18 10:20:18 10:20:18 ---> nproc: 10:20:18 4 10:20:18 10:20:18 10:20:18 ---> df -h: 10:20:18 Filesystem Size Used Available Use% Mounted on 10:20:18 overlay 50.0G 7.0G 43.0G 14% / 10:20:18 tmpfs 64.0M 0 64.0M 0% /dev 10:20:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:20:18 shm 64.0M 0 64.0M 0% /dev/shm 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-594 10:20:18 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-594@tmp 10:20:18 10:20:18 10:20:18 ---> free -m: 10:20:18 total used free shared buff/cache available 10:20:18 Mem: 1837 675 141 0 1021 1055 10:20:18 Swap: 1023 1 1022 10:20:18 10:20:18 10:20:18 ---> ip addr: 10:20:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:20:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:20:18 inet 127.0.0.1/8 scope host lo 10:20:18 valid_lft forever preferred_lft forever 10:20:18 6: eth0@if7: mtu 1458 qdisc noqueue state UP 10:20:18 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 10:20:18 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 10:20:18 valid_lft forever preferred_lft forever 10:20:18 10:20:18 10:20:18 ---> sar -b -r -n DEV: 10:20:18 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) 10:20:18 10:20:18 10:10:37 LINUX RESTART (4 CPU) 10:20:18 10:20:18 10:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:20:18 10:12:01 174.61 93.79 80.82 0.00 11294.66 40126.09 0.00 10:20:18 10:13:01 7.27 2.09 5.17 0.00 110.66 197.59 0.00 10:20:18 10:14:02 1.58 0.00 1.58 0.00 0.00 30.36 0.00 10:20:18 10:15:01 0.29 0.00 0.29 0.00 0.00 3.72 0.00 10:20:18 10:16:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 10:20:18 10:17:01 0.35 0.00 0.35 0.00 0.00 4.16 0.00 10:20:18 10:18:01 0.32 0.02 0.30 0.00 0.13 3.63 0.00 10:20:18 10:19:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 10:20:18 10:20:01 44.87 42.34 2.53 0.00 4287.44 68.23 0.00 10:20:18 Average: 25.58 15.39 10.19 0.00 1747.38 4503.33 0.00 10:20:18 10:20:18 10:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:20:18 10:12:01 166368 0 601652 31.98 2620 1110916 1327284 45.30 424240 1129660 48 10:20:18 10:13:01 159088 0 604328 32.12 2620 1115520 1133112 38.67 438868 1123468 16 10:20:18 10:14:02 170472 0 592936 31.51 2620 1115528 1058232 36.12 432996 1119812 8 10:20:18 10:15:01 169204 0 594204 31.58 2620 1115528 1058232 36.12 434588 1119140 8 10:20:18 10:16:01 168444 0 594900 31.62 2620 1115592 1058524 36.13 445152 1110172 24 10:20:18 10:17:01 169120 0 594276 31.58 2620 1115540 1058440 36.12 444636 1110140 8 10:20:18 10:18:01 169128 0 594264 31.58 2620 1115544 1058400 36.12 444568 1110140 8 10:20:18 10:19:01 169740 0 593644 31.55 2620 1115552 1058360 36.12 441912 1112124 16 10:20:18 10:20:01 75044 0 692164 36.79 2620 1111728 1484108 50.65 515028 1118804 95272 10:20:18 Average: 157401 0 606930 32.26 2620 1114605 1143855 39.04 446888 1117051 10601 10:20:18 10:20:18 10:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:20:18 10:12:01 eth0 251.97 176.98 1036.75 64.08 0.00 0.00 0.00 0.00 10:20:18 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:12:01 veth9c7c0be 0.22 0.40 0.04 0.05 0.00 0.00 0.00 0.00 10:20:18 10:12:01 docker0 0.22 0.30 0.03 0.05 0.00 0.00 0.00 0.00 10:20:18 10:13:01 eth0 25.92 22.91 30.77 44.77 0.00 0.00 0.00 0.00 10:20:18 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:13:01 docker0 6.80 6.23 0.94 18.35 0.00 0.00 0.00 0.00 10:20:18 10:14:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:18 10:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:15:01 eth0 1.29 0.08 0.12 0.01 0.00 0.00 0.00 0.00 10:20:18 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:16:01 eth0 0.92 0.65 0.53 0.37 0.00 0.00 0.00 0.00 10:20:18 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:17:01 eth0 0.22 0.17 0.08 0.10 0.00 0.00 0.00 0.00 10:20:18 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:18:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 10:20:18 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:18 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:20:01 eth0 83.39 69.23 737.93 9.67 0.00 0.00 0.00 0.00 10:20:18 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 Average: eth0 40.54 30.11 201.12 13.26 0.00 0.00 0.00 0.00 10:20:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:18 Average: docker0 0.78 0.73 0.11 2.05 0.00 0.00 0.00 0.00 10:20:18 10:20:18 10:20:18 ---> sar -P ALL: 10:20:18 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) 10:20:18 10:20:18 10:10:37 LINUX RESTART (4 CPU) 10:20:18 10:20:18 10:11:01 CPU %user %nice %system %iowait %steal %idle 10:20:18 10:12:01 all 14.49 0.00 9.01 7.19 14.45 54.86 10:20:18 10:12:01 0 12.36 0.00 9.25 7.54 15.99 54.85 10:20:18 10:12:01 1 13.16 0.00 9.08 6.94 14.13 56.69 10:20:18 10:12:01 2 13.92 0.00 9.79 7.09 14.27 54.94 10:20:18 10:12:01 3 18.61 0.00 7.88 7.20 13.39 52.92 10:20:18 10:13:01 all 0.75 0.00 0.30 0.15 1.28 97.52 10:20:18 10:13:01 0 0.61 0.00 0.28 0.05 1.18 97.87 10:20:18 10:13:01 1 0.86 0.00 0.30 0.05 1.26 97.53 10:20:18 10:13:01 2 0.67 0.00 0.25 0.08 0.93 98.07 10:20:18 10:13:01 3 0.85 0.00 0.36 0.41 1.76 96.62 10:20:18 10:14:02 all 0.07 0.00 0.07 0.00 0.25 99.60 10:20:18 10:14:02 0 0.02 0.00 0.03 0.00 0.25 99.70 10:20:18 10:14:02 1 0.05 0.00 0.10 0.02 0.43 99.40 10:20:18 10:14:02 2 0.03 0.00 0.10 0.00 0.05 99.82 10:20:18 10:14:02 3 0.18 0.00 0.07 0.00 0.27 99.48 10:20:18 10:15:01 all 0.12 0.00 0.03 0.00 0.26 99.59 10:20:18 10:15:01 0 0.02 0.00 0.02 0.00 0.19 99.78 10:20:18 10:15:01 1 0.07 0.00 0.03 0.00 0.46 99.44 10:20:18 10:15:01 2 0.05 0.00 0.05 0.00 0.12 99.78 10:20:18 10:15:01 3 0.36 0.00 0.00 0.00 0.29 99.36 10:20:18 10:16:01 all 0.09 0.00 0.05 0.00 0.50 99.36 10:20:18 10:16:01 0 0.05 0.00 0.05 0.00 0.22 99.68 10:20:18 10:16:01 1 0.03 0.00 0.03 0.00 0.70 99.24 10:20:18 10:16:01 2 0.03 0.00 0.08 0.00 0.66 99.22 10:20:18 10:16:01 3 0.25 0.00 0.03 0.00 0.43 99.29 10:20:18 10:17:01 all 0.12 0.00 0.07 0.00 0.45 99.36 10:20:18 10:17:01 0 0.03 0.00 0.08 0.00 0.48 99.40 10:20:18 10:17:01 1 0.03 0.00 0.03 0.00 0.84 99.09 10:20:18 10:17:01 2 0.05 0.00 0.13 0.00 0.23 99.58 10:20:18 10:17:01 3 0.35 0.00 0.02 0.00 0.25 99.38 10:20:18 10:18:01 all 0.09 0.00 0.03 0.00 0.38 99.51 10:20:18 10:18:01 0 0.02 0.00 0.02 0.00 0.12 99.85 10:20:18 10:18:01 1 0.02 0.00 0.03 0.00 0.53 99.42 10:20:18 10:18:01 2 0.03 0.00 0.03 0.00 0.51 99.42 10:20:18 10:18:01 3 0.28 0.00 0.03 0.00 0.35 99.34 10:20:18 10:19:01 all 0.07 0.00 0.02 0.00 0.17 99.74 10:20:18 10:19:01 0 0.03 0.00 0.02 0.00 0.07 99.88 10:20:18 10:19:01 1 0.23 0.00 0.03 0.00 0.23 99.50 10:20:18 10:19:01 2 0.00 0.00 0.02 0.00 0.28 99.70 10:20:18 10:19:01 3 0.02 0.00 0.02 0.00 0.08 99.88 10:20:18 10:20:01 all 1.78 0.00 1.08 1.22 3.41 92.51 10:20:18 10:20:01 0 1.32 0.00 0.99 1.33 3.95 92.41 10:20:18 10:20:01 1 2.29 0.00 1.14 1.57 3.41 91.58 10:20:18 10:20:01 2 2.09 0.00 0.89 1.90 3.40 91.72 10:20:18 10:20:01 3 1.43 0.00 1.28 0.07 2.89 94.34 10:20:18 Average: all 1.93 0.00 1.17 0.94 2.33 93.64 10:20:18 Average: 0 1.60 0.00 1.19 0.99 2.48 93.75 10:20:18 Average: 1 1.84 0.00 1.18 0.94 2.42 93.62 10:20:18 Average: 2 1.86 0.00 1.25 1.00 2.26 93.63 10:20:18 Average: 3 2.41 0.00 1.05 0.83 2.14 93.57 10:20:18 10:20:18 10:20:18