Pull request #595 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 0916c9033c71b8931055140091788f6fe2f32c33 rather than 4b442f7a6535f76275386499d703889074dd882d Obtained Jenkinsfile from 0916c9033c71b8931055140091788f6fe2f32c33 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-595/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 Running on prd-centos7-docker-4c-2g-638 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [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-595 # 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # 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/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # 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 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 Commit message: "Update V2 Swagger file callback API status code" 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 03:26:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:26:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:26:29 ========================================================= 03:26:29 EdgeX Global Pipelines Version Info 03:26:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:26:31 ------------------- 03:26:31 stable info: 03:26:31 ------------------- 03:26:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:26:31 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:26:31 Message: update stable to v1.0.122 03:26:31 ------------------- 03:26:31 experimental info: 03:26:31 ------------------- 03:26:31 Commited By: **** collab-it+edgex@linuxfoundation.org 03:26:31 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 03:26:31 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:26:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:26:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:26:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:26:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:26:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:26:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:26:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-595 [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-595 [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-595 [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b442f7a6535f76275386499d703889074dd882d [Pipeline] echo 03:26:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b442f7 [Pipeline] echo 03:26:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:26:36 + git log --format=format:%s -1 4b442f7a6535f76275386499d703889074dd882d [Pipeline] echo 03:26:36 GIT_COMMIT: 4b442f7a6535f76275386499d703889074dd882d, Commit Message: Update V2 Swagger file callback API status code [Pipeline] echo 03:26:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:26:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:26:38 03:26:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:26:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:26:38 latest: Pulling from edgex-devops/git-semver 03:26:38 31603596830f: Pulling fs layer 03:26:38 2a8b12db71e7: Pulling fs layer 03:26:38 6ca5941a6612: Pulling fs layer 03:26:38 ecc8261a40a4: Pulling fs layer 03:26:38 ecc8261a40a4: Waiting 03:26:38 2a8b12db71e7: Verifying Checksum 03:26:38 2a8b12db71e7: Download complete 03:26:39 31603596830f: Download complete 03:26:39 ecc8261a40a4: Download complete 03:26:39 6ca5941a6612: Verifying Checksum 03:26:39 6ca5941a6612: Download complete 03:26:39 31603596830f: Pull complete 03:26:39 2a8b12db71e7: Pull complete 03:26:40 6ca5941a6612: Pull complete 03:26:40 ecc8261a40a4: Pull complete 03:26:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:26:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:26:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:26:40 prd-centos7-docker-4c-2g-638 does not seem to be running inside a container 03:26:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@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 03:26:42 $ docker top feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:26:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:43 [ssh-agent] Looking for ssh-agent implementation... 03:26:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:43 $ docker exec feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent 03:26:43 SSH_AUTH_SOCK=/tmp/ssh-xnWoeD2026i3/agent.12 03:26:43 SSH_AGENT_PID=17 03:26:43 Running ssh-add (command line suppressed) 03:26:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_313781247143595317.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_313781247143595317.key) 03:26:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:44 + git describe --exact-match --tags HEAD 03:26:44 fatal: No names found, cannot describe anything. [Pipeline] } 03:26:44 $ docker exec --env ******** --env ******** feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent -k 03:26:44 unset SSH_AUTH_SOCK; 03:26:44 unset SSH_AGENT_PID; 03:26:44 echo Agent pid 17 killed; 03:26:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:26:44 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:26:44 This usually means this commit has not been tagged. [Pipeline] sshagent 03:26:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:44 [ssh-agent] Looking for ssh-agent implementation... 03:26:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:44 $ docker exec feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent 03:26:45 SSH_AUTH_SOCK=/tmp/ssh-7oBH949GQ6fx/agent.47 03:26:45 SSH_AGENT_PID=52 03:26:45 Running ssh-add (command line suppressed) 03:26:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_5144118038044997909.key (/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/private_key_5144118038044997909.key) 03:26:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:45 + git semver init 03:26:45 # -> Open(): unable to determine branch for HEAD 03:26:45 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.git 03:26:45 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-595 03:26:45 # $SEMVER_REMOTE_NAME = origin 03:26:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:26:45 # $SEMVER_USER_NAME = edgex-jenkins 03:26:45 # $SEMVER_BRANCH = PR-595 03:26:45 # $SEMVER_TEMP = /tmp/semver-595885831 03:26:45 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:26:46 # '/tmp/semver-595885831' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver' 03:26:46 # -> Force: false 03:26:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-595/.semver [Pipeline] } 03:26:46 $ docker exec --env ******** --env ******** feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c ssh-agent -k 03:26:46 unset SSH_AUTH_SOCK; 03:26:46 unset SSH_AGENT_PID; 03:26:46 echo Agent pid 52 killed; 03:26:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:26:46 + git semver [Pipeline] } 03:26:46 $ docker stop --time=1 feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c 03:26:48 $ docker rm -f feb136fabad44d712bfdf5a3bbf8a7a662afee7e389906157c133001fc7ac36c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:26:49 Stashed 38 file(s) [Pipeline] echo 03:26:49 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:26:49 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 03:27:05 Still waiting to schedule task 03:27:05 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-638’ 03:27:05 Still waiting to schedule task 03:27:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:29:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-639 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws 03:29:05 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:29:10 using credential edgex-jenkins-ssh 03:29:10 Cloning the remote Git repository 03:29:10 Cloning with configured refspecs honoured and without tags 03:29:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:29:10 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:29:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:11 > git --version # timeout=10 03:29:11 > git --version # 'git version 2.17.1' 03:29:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:12 Fetching without tags 03:29:12 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d 03:29:13 Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d 03:29:13 Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) 03:29:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:12 > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 03:29:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:12 > git config core.sparsecheckout # timeout=10 03:29:12 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 03:29:12 > git remote # timeout=10 03:29:12 > git config --get remote.origin.url # timeout=10 03:29:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:12 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 03:29:13 > git rev-parse HEAD^{commit} # timeout=10 03:29:13 > git config core.sparsecheckout # timeout=10 03:29:13 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 03:29:17 Commit message: "Update V2 Swagger file callback API status code" 03:29:17 > git --version # timeout=10 03:29:17 > git --version # 'git version 2.17.1' 03:29:17 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:29:18 ========================================================= 03:29:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:29:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:29:20 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:29:21 Sending build context to Docker daemon 3.171MB 03:29:21 Step 1/8 : ARG BASE=golang:1.15-alpine 03:29:21 Step 2/8 : FROM ${BASE} 03:29:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:29:21 b538f80385f9: Pulling fs layer 03:29:21 74f711af9a0d: Pulling fs layer 03:29:21 99f96fe45779: Pulling fs layer 03:29:21 8529a6b9a6be: Pulling fs layer 03:29:21 45590311c82a: Pulling fs layer 03:29:21 69ca0ff8b7b3: Pulling fs layer 03:29:21 209524e5b208: Pulling fs layer 03:29:21 8529a6b9a6be: Waiting 03:29:21 45590311c82a: Waiting 03:29:21 69ca0ff8b7b3: Waiting 03:29:21 209524e5b208: Waiting 03:29:21 99f96fe45779: Verifying Checksum 03:29:21 74f711af9a0d: Verifying Checksum 03:29:21 74f711af9a0d: Download complete 03:29:21 45590311c82a: Verifying Checksum 03:29:21 45590311c82a: Download complete 03:29:21 69ca0ff8b7b3: Verifying Checksum 03:29:21 69ca0ff8b7b3: Download complete 03:29:21 b538f80385f9: Verifying Checksum 03:29:21 b538f80385f9: Download complete 03:29:22 b538f80385f9: Pull complete 03:29:23 74f711af9a0d: Pull complete 03:29:23 99f96fe45779: Pull complete 03:29:24 209524e5b208: Verifying Checksum 03:29:24 209524e5b208: Download complete 03:29:25 8529a6b9a6be: Verifying Checksum 03:29:25 8529a6b9a6be: Download complete 03:29:35 8529a6b9a6be: Pull complete 03:29:36 45590311c82a: Pull complete 03:29:36 69ca0ff8b7b3: Pull complete 03:29:38 Running on prd-centos7-docker-4c-2g-640 in /w/workspace/dgexfoundry_device-sdk-go_PR-595 [Pipeline] { [Pipeline] ws 03:29:38 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:29:40 using credential edgex-jenkins-ssh 03:29:40 Cloning the remote Git repository 03:29:40 Cloning with configured refspecs honoured and without tags 03:29:41 209524e5b208: Pull complete 03:29:41 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:29:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:29:41 ---> 5bddaf1c2fca 03:29:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:29:41 Fetching without tags 03:29:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:29:41 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:29:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:41 > git --version # timeout=10 03:29:41 > git --version # 'git version 2.16.5' 03:29:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:41 > git config --add remote.origin.fetch +refs/pull/595/head:refs/remotes/origin/PR-595 # timeout=10 03:29:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:29:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:29:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/595/head:refs/remotes/origin/PR-595 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:42 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4b442f7a6535f76275386499d703889074dd882d 03:29:42 Merge succeeded, producing 4b442f7a6535f76275386499d703889074dd882d 03:29:42 Checking out Revision 4b442f7a6535f76275386499d703889074dd882d (PR-595) 03:29:42 > git config core.sparsecheckout # timeout=10 03:29:42 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 03:29:42 > git remote # timeout=10 03:29:42 > git config --get remote.origin.url # timeout=10 03:29:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:42 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 03:29:42 > git rev-parse HEAD^{commit} # timeout=10 03:29:42 > git config core.sparsecheckout # timeout=10 03:29:42 > git checkout -f 4b442f7a6535f76275386499d703889074dd882d # timeout=10 03:29:43 ---> Running in b60f35808a3a 03:29:44 Removing intermediate container b60f35808a3a 03:29:44 ---> 6aeaddcc5aec 03:29:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:44 ---> Running in 82821412bd48 03:29:45 Commit message: "Update V2 Swagger file callback API status code" 03:29:45 > git --version # timeout=10 03:29:45 > git --version # 'git version 2.16.5' 03:29:45 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:29:46 ========================================================= 03:29:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:29:46 ========================================================= [Pipeline] isUnix 03:29:46 Removing intermediate container 82821412bd48 03:29:46 ---> 6f3bf1891621 03:29:46 Step 5/8 : RUN apk add --no-cache make git [Pipeline] sh 03:29:47 ---> Running in 42adb1a79d5e 03:29:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:29:48 Sending build context to Docker daemon 3.171MB 03:29:48 Step 1/8 : ARG BASE=golang:1.15-alpine 03:29:48 Step 2/8 : FROM ${BASE} 03:29:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:29:48 df20fa9351a1: Pulling fs layer 03:29:48 ed8968b2872e: Pulling fs layer 03:29:48 a92cc7c5fd73: Pulling fs layer 03:29:48 e871e8e8d7a9: Pulling fs layer 03:29:48 e73272ec9a57: Pulling fs layer 03:29:48 1e910a182e73: Pulling fs layer 03:29:48 4e634b169226: Pulling fs layer 03:29:48 e73272ec9a57: Waiting 03:29:48 1e910a182e73: Waiting 03:29:48 4e634b169226: Waiting 03:29:48 e871e8e8d7a9: Waiting 03:29:48 a92cc7c5fd73: Verifying Checksum 03:29:48 a92cc7c5fd73: Download complete 03:29:48 ed8968b2872e: Download complete 03:29:48 e73272ec9a57: Verifying Checksum 03:29:48 e73272ec9a57: Download complete 03:29:48 1e910a182e73: Verifying Checksum 03:29:48 1e910a182e73: Download complete 03:29:48 df20fa9351a1: Verifying Checksum 03:29:48 df20fa9351a1: Download complete 03:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:29:48 df20fa9351a1: Pull complete 03:29:49 ed8968b2872e: Pull complete 03:29:49 a92cc7c5fd73: Pull complete 03:29:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:29:50 4e634b169226: Verifying Checksum 03:29:50 4e634b169226: Download complete 03:29:50 e871e8e8d7a9: Verifying Checksum 03:29:50 e871e8e8d7a9: Download complete 03:29:54 OK: 142 MiB in 39 packages 03:29:55 Removing intermediate container 42adb1a79d5e 03:29:55 ---> c23afc713967 03:29:55 Step 6/8 : WORKDIR /device-sdk-go 03:29:55 ---> Running in 6e8b4c7f70bd 03:29:55 Removing intermediate container 6e8b4c7f70bd 03:29:55 ---> f4cfe7fc16de 03:29:55 Step 7/8 : COPY . . 03:29:56 e871e8e8d7a9: Pull complete 03:29:56 e73272ec9a57: Pull complete 03:29:56 1e910a182e73: Pull complete 03:29:57 ---> dc9d236c1ed1 03:29:57 Step 8/8 : RUN go mod download 03:29:57 ---> Running in ceefbe46a117 03:30:06 4e634b169226: Pull complete 03:30:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:30:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:30:06 ---> f7629b54cfaa 03:30:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:30:06 ---> Running in 8d75f30189df 03:30:06 Removing intermediate container 8d75f30189df 03:30:06 ---> 230b7de80774 03:30:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:06 ---> Running in 1cbf84299d56 03:30:06 Removing intermediate container 1cbf84299d56 03:30:06 ---> 531534fea1dd 03:30:06 Step 5/8 : RUN apk add --no-cache make git 03:30:06 ---> Running in 92c5496ddfb6 03:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:08 OK: 166 MiB in 39 packages 03:30:08 Removing intermediate container 92c5496ddfb6 03:30:08 ---> 69dceadd681d 03:30:08 Step 6/8 : WORKDIR /device-sdk-go 03:30:08 ---> Running in 84c50d08891c 03:30:08 Removing intermediate container 84c50d08891c 03:30:08 ---> ef800d8935e6 03:30:08 Step 7/8 : COPY . . 03:30:09 ---> da9e7736a163 03:30:09 Step 8/8 : RUN go mod download 03:30:09 ---> Running in 5833db0ffd5e 03:30:12 Removing intermediate container ceefbe46a117 03:30:12 ---> 4634de101121 03:30:12 Successfully built 4634de101121 03:30:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:30:12 + docker inspect -f . ci-base-image-arm64 03:30:12 . [Pipeline] withDockerContainer 03:30:13 prd-ubuntu18.04-docker-arm64-4c-16g-639 does not seem to be running inside a container 03:30:13 $ 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-arm64 cat 03:30:15 $ docker top 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:16 + go version 03:30:16 go version go1.15.2 linux/arm64 [Pipeline] } 03:30:16 $ docker stop --time=1 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd 03:30:18 $ docker rm -f 5b48c55f212ab48804f7b799b9349b3838880f21f7bc3da3a26f6796a3c1aecd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:30:19 + docker inspect -f . ci-base-image-arm64 03:30:19 . [Pipeline] withDockerContainer 03:30:19 Removing intermediate container 5833db0ffd5e 03:30:19 ---> 1c864fd0ce8b 03:30:19 Successfully built 1c864fd0ce8b 03:30:19 Successfully tagged ci-base-image-x86_64:latest 03:30:20 prd-ubuntu18.04-docker-arm64-4c-16g-639 does not seem to be running inside a container 03:30:20 $ 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-arm64 cat 03:30:22 $ docker top 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 03:30:22 + docker inspect -f . ci-base-image-x86_64 03:30:22 . [Pipeline] withDockerContainer 03:30:23 prd-centos7-docker-4c-2g-640 does not seem to be running inside a container 03:30:23 $ 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 03:30:23 + make test 03:30:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:30:24 $ docker top 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:24 + go version 03:30:24 go version go1.15.2 linux/amd64 [Pipeline] } 03:30:24 $ docker stop --time=1 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d 03:30:26 $ docker rm -f 8f4eaf23816537478806f53404d8f5f9cab3aa58961c9e780d488ac64efcca4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:30:27 + docker inspect -f . ci-base-image-x86_64 03:30:27 . [Pipeline] withDockerContainer 03:30:27 prd-centos7-docker-4c-2g-640 does not seem to be running inside a container 03:30:27 $ 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 03:30:28 $ docker top 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:28 + make test 03:30:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:30:35 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:30:45 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:30:47 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:30:47 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:30:47 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:30:47 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements 03:30:47 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.404s coverage: 95.7% of statements 03:31:20 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.034s coverage: 8.6% of statements 03:31:20 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.030s coverage: 21.7% of statements 03:31:20 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:31:20 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.171s coverage: 37.0% of statements 03:31:20 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:31:20 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.252s coverage: 65.4% of statements 03:31:20 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:31:20 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:31:20 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:31:20 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.104s coverage: 52.6% of statements 03:31:20 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.205s coverage: 68.9% of statements 03:31:20 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:31:20 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:31:20 GO111MODULE=on go vet ./... 03:31:24 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:31:24 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:31:24 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:31:24 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.071s coverage: 21.0% of statements 03:31:24 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.285s coverage: 95.7% of statements 03:31:25 gofmt -l . 03:31:25 [ "`gofmt -l .`" = "" ] 03:31:25 ./bin/test-attribution-txt.sh 03:31:25 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:31:25 Stashed 1 file(s) [Pipeline] } 03:31:25 $ docker stop --time=1 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 03:31:27 $ docker rm -f 6b4b75a773eba55817ba345488650572bb349b9ac0d9446a0f1635db98a82867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:31:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:31:31 + ls -al . 03:31:31 total 188 03:31:31 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 21 03:31 . 03:31:31 drwxrwxr-x. 4 jenkins jenkins 28 Sep 21 03:29 .. 03:31:31 drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 03:29 bin 03:31:31 -rw-r--r--. 1 jenkins jenkins 111785 Sep 21 03:31 coverage.out 03:31:31 -rw-rw-r--. 1 jenkins jenkins 936 Sep 21 03:29 Dockerfile.build 03:31:31 -rw-rw-r--. 1 jenkins jenkins 140 Sep 21 03:29 .dockerignore 03:31:31 drwxrwxr-x. 4 jenkins jenkins 48 Sep 21 03:29 example 03:31:31 drwxrwxr-x. 8 jenkins jenkins 179 Sep 21 03:29 .git 03:31:31 drwxrwxr-x. 2 jenkins jenkins 60 Sep 21 03:29 .github 03:31:31 -rw-rw-r--. 1 jenkins jenkins 138 Sep 21 03:29 .gitignore 03:31:31 -rw-r--r--. 1 jenkins jenkins 446 Sep 21 03:31 go.mod 03:31:31 -rw-r--r--. 1 jenkins jenkins 12179 Sep 21 03:31 go.sum 03:31:31 drwxrwxr-x. 13 jenkins jenkins 184 Sep 21 03:29 internal 03:31:31 -rw-rw-r--. 1 jenkins jenkins 785 Sep 21 03:29 Jenkinsfile 03:31:31 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 21 03:29 LICENSE 03:31:31 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 21 03:29 Makefile 03:31:31 drwxrwxr-x. 4 jenkins jenkins 26 Sep 21 03:29 openapi 03:31:31 drwxrwxr-x. 5 jenkins jenkins 50 Sep 21 03:29 pkg 03:31:31 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 21 03:29 README.md 03:31:31 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 21 03:29 RELEASE-NOTES.txt 03:31:31 drwxrwxr-x. 3 jenkins jenkins 58 Sep 21 03:29 .semver 03:31:31 drwxrwxr-x. 4 jenkins jenkins 54 Sep 21 03:29 snap 03:31:31 -rw-rw-r--. 1 jenkins jenkins 5 Sep 21 03:26 VERSION 03:31:31 -rw-rw-r--. 1 jenkins jenkins 222 Sep 21 03:29 version.go [Pipeline] isUnix [Pipeline] sh 03:31:31 + 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=4b442f7a6535f76275386499d703889074dd882d --label arch=amd64 --label version=0.0.0 . 03:31:31 Sending build context to Docker daemon 3.285MB 03:31:32 Step 1/24 : ARG BASE=golang:1.15-alpine 03:31:32 Step 2/24 : FROM ${BASE} AS builder 03:31:32 ---> 1c864fd0ce8b 03:31:32 Step 3/24 : ARG MAKE='make build' 03:31:32 ---> Running in 4d7344a1647b 03:31:32 Removing intermediate container 4d7344a1647b 03:31:32 ---> 173b54e6b6b0 03:31:32 Step 4/24 : WORKDIR /device-sdk-go 03:31:32 ---> Running in 5904c300c30d 03:31:32 Removing intermediate container 5904c300c30d 03:31:32 ---> 6a2cb51400c8 03:31:32 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:31:32 ---> Running in 37813618d338 03:31:32 Removing intermediate container 37813618d338 03:31:32 ---> 8d69e129fa8e 03:31:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:33 ---> Running in ede968f51679 03:31:33 Removing intermediate container ede968f51679 03:31:33 ---> 26f8deac97bb 03:31:33 Step 7/24 : RUN apk add --update --no-cache make git 03:31:33 ---> Running in f4b4bedc5771 03:31:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:35 OK: 166 MiB in 39 packages 03:31:35 Removing intermediate container f4b4bedc5771 03:31:35 ---> 36069f847ec6 03:31:35 Step 8/24 : COPY . . 03:31:36 ---> 926cb9ceb043 03:31:36 Step 9/24 : RUN ${MAKE} 03:31:36 ---> Running in 99e84b48ba5b 03:31:37 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 03:31:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:31:45 Removing intermediate container 99e84b48ba5b 03:31:45 ---> af5a9bf17f18 03:31:45 Step 10/24 : FROM scratch 03:31:45 ---> 03:31:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:31:45 ---> Running in 63fb03f9ddea 03:31:45 Removing intermediate container 63fb03f9ddea 03:31:45 ---> ba878844c733 03:31:45 Step 12/24 : ENV APP_PORT=49990 03:31:45 ---> Running in 5a6feeb69e46 03:31:45 Removing intermediate container 5a6feeb69e46 03:31:45 ---> 15bec9fc4e68 03:31:45 Step 13/24 : EXPOSE $APP_PORT 03:31:45 ---> Running in fd7416fd6b52 03:31:45 Removing intermediate container fd7416fd6b52 03:31:45 ---> 2289ab7da131 03:31:45 Step 14/24 : WORKDIR / 03:31:45 ---> Running in 2e48e5be1ea2 03:31:46 Removing intermediate container 2e48e5be1ea2 03:31:46 ---> 8a883bf4e012 03:31:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:31:46 ---> 57a6dfaa2950 03:31:46 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:31:46 ---> e0a713ad893d 03:31:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:31:46 ---> 07c13cefdd35 03:31:46 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:31:47 ---> 8ccdab6a5827 03:31:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:31:47 ---> 0cf656d49f08 03:31:47 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:31:47 ---> Running in 10b54b72fb10 03:31:47 Removing intermediate container 10b54b72fb10 03:31:47 ---> 166bc507accd 03:31:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:47 ---> Running in 29dfefa49358 03:31:47 Removing intermediate container 29dfefa49358 03:31:47 ---> 33dfcb901239 03:31:47 Step 22/24 : LABEL arch=amd64 03:31:47 ---> Running in bcca09ad20f8 03:31:48 Removing intermediate container bcca09ad20f8 03:31:48 ---> a3bdf4593e9a 03:31:48 Step 23/24 : LABEL git_sha=4b442f7a6535f76275386499d703889074dd882d 03:31:48 ---> Running in c79046c801fb 03:31:48 Removing intermediate container c79046c801fb 03:31:48 ---> d3f9e99a6a82 03:31:48 Step 24/24 : LABEL version=0.0.0 03:31:48 ---> Running in 1bf5f46a6336 03:31:48 Removing intermediate container 1bf5f46a6336 03:31:48 ---> 4706cb6f5a67 03:31:48 [Warning] One or more build-args [ARCH] were not consumed 03:31:48 Successfully built 4706cb6f5a67 03:31:48 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] } 03:31:57 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 8.6% of statements 03:31:57 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.066s coverage: 21.7% of statements 03:31:57 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:31:57 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.522s coverage: 37.0% of statements 03:31:57 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:31:57 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.669s coverage: 65.4% of statements 03:31:57 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:31:57 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:31:57 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:31:57 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.145s coverage: 52.6% of statements 03:31:57 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.642s coverage: 68.9% of statements 03:31:57 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:31:57 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:31:57 GO111MODULE=on go vet ./... 03:32:23 gofmt -l . 03:32:23 [ "`gofmt -l .`" = "" ] 03:32:23 ./bin/test-attribution-txt.sh 03:32:23 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:32:24 Warning: overwriting stash ‘coverage-report’ 03:32:24 Stashed 1 file(s) [Pipeline] } 03:32:24 $ docker stop --time=1 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 03:32:27 $ docker rm -f 973e4b110bf4ca037d0a212b5098e30ab5acede379dcb3f80729e02df15d6864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:32:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:32:29 + ls -al . 03:32:29 total 228 03:32:29 drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 03:32 . 03:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 .. 03:32:29 -rw-rw-r-- 1 jenkins jenkins 140 Sep 21 03:29 .dockerignore 03:32:29 drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 03:29 .git 03:32:29 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:29 .github 03:32:29 -rw-rw-r-- 1 jenkins jenkins 138 Sep 21 03:29 .gitignore 03:32:29 drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 03:29 .semver 03:32:29 -rw-rw-r-- 1 jenkins jenkins 936 Sep 21 03:29 Dockerfile.build 03:32:29 -rw-rw-r-- 1 jenkins jenkins 785 Sep 21 03:29 Jenkinsfile 03:32:29 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 21 03:29 LICENSE 03:32:29 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 21 03:29 Makefile 03:32:29 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 21 03:29 README.md 03:32:29 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 21 03:29 RELEASE-NOTES.txt 03:32:29 -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 03:26 VERSION 03:32:29 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 03:29 bin 03:32:29 -rw-r--r-- 1 jenkins jenkins 111785 Sep 21 03:31 coverage.out 03:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 example 03:32:29 -rw-r--r-- 1 jenkins jenkins 446 Sep 21 03:32 go.mod 03:32:29 -rw-r--r-- 1 jenkins jenkins 12179 Sep 21 03:32 go.sum 03:32:29 drwxrwxr-x 13 jenkins jenkins 4096 Sep 21 03:29 internal 03:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 openapi 03:32:29 drwxrwxr-x 5 jenkins jenkins 4096 Sep 21 03:29 pkg 03:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 03:29 snap 03:32:29 -rw-rw-r-- 1 jenkins jenkins 222 Sep 21 03:29 version.go [Pipeline] isUnix [Pipeline] sh 03:32:29 + 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=4b442f7a6535f76275386499d703889074dd882d --label arch=arm64 --label version=0.0.0 . 03:32:29 Sending build context to Docker daemon 3.285MB 03:32:29 Step 1/24 : ARG BASE=golang:1.15-alpine 03:32:29 Step 2/24 : FROM ${BASE} AS builder 03:32:29 ---> 4634de101121 03:32:29 Step 3/24 : ARG MAKE='make build' 03:32:30 ---> Running in 8f6d0cb0e8b8 03:32:30 Removing intermediate container 8f6d0cb0e8b8 03:32:30 ---> d69b0d71489b 03:32:30 Step 4/24 : WORKDIR /device-sdk-go 03:32:30 ---> Running in afd422a28e95 03:32:31 Removing intermediate container afd422a28e95 03:32:31 ---> 47115221a97e 03:32:31 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:32:31 ---> Running in c5602b599f2e 03:32:31 Removing intermediate container c5602b599f2e 03:32:31 ---> 11e433bf6cae 03:32:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:31 ---> Running in 43884590b6ca 03:32:34 Removing intermediate container 43884590b6ca 03:32:34 ---> 8441c7cccb1c 03:32:34 Step 7/24 : RUN apk add --update --no-cache make git 03:32:34 ---> Running in c238df14743f 03:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:32:37 OK: 142 MiB in 39 packages 03:32:38 Removing intermediate container c238df14743f 03:32:38 ---> 0cf579595952 03:32:38 Step 8/24 : COPY . . 03:32:39 ---> d61f6f83c32b 03:32:39 Step 9/24 : RUN ${MAKE} 03:32:39 ---> Running in 9a1b434f125d 03:32:41 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 03:33:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:33:06 Removing intermediate container 9a1b434f125d 03:33:06 ---> 73bbd6dbb86c 03:33:06 Step 10/24 : FROM scratch 03:33:06 ---> 03:33:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:33:06 ---> Running in 60da514d5837 03:33:06 Removing intermediate container 60da514d5837 03:33:06 ---> b57375560713 03:33:06 Step 12/24 : ENV APP_PORT=49990 03:33:06 ---> Running in c86d2ed6e1ed 03:33:07 Removing intermediate container c86d2ed6e1ed 03:33:07 ---> d58eb47eebc2 03:33:07 Step 13/24 : EXPOSE $APP_PORT 03:33:07 ---> Running in 95a9fce21e48 03:33:07 Removing intermediate container 95a9fce21e48 03:33:07 ---> 1710f9efa1e5 03:33:07 Step 14/24 : WORKDIR / 03:33:07 ---> Running in d0fdc8c64dc8 03:33:07 Removing intermediate container d0fdc8c64dc8 03:33:07 ---> f5e6dbd5a449 03:33:07 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:33:09 ---> 48d7d8548a77 03:33:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:33:09 ---> c5a16681034a 03:33:09 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:33:10 ---> 46c7aa4230ce 03:33:10 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:33:11 ---> 247a28984c14 03:33:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:33:12 ---> 2057f47ae95a 03:33:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:33:12 ---> Running in 60039bb8c720 03:33:12 Removing intermediate container 60039bb8c720 03:33:12 ---> ed4e44fe76ea 03:33:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:33:12 ---> Running in 8438a89e9520 03:33:13 Removing intermediate container 8438a89e9520 03:33:13 ---> 96646870d55b 03:33:13 Step 22/24 : LABEL arch=arm64 03:33:13 ---> Running in f20268138868 03:33:13 Removing intermediate container f20268138868 03:33:13 ---> 5eddf5f60fda 03:33:13 Step 23/24 : LABEL git_sha=4b442f7a6535f76275386499d703889074dd882d 03:33:13 ---> Running in dcd3f85f7329 03:33:14 Removing intermediate container dcd3f85f7329 03:33:14 ---> cf8deb07ce49 03:33:14 Step 24/24 : LABEL version=0.0.0 03:33:14 ---> Running in 26e2d00d6b3b 03:33:14 Removing intermediate container 26e2d00d6b3b 03:33:14 ---> e5bf2d0b5623 03:33:14 [Warning] One or more build-args [ARCH] were not consumed 03:33:14 Successfully built e5bf2d0b5623 03:33:14 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 03:33:17 provisioning config files... 03:33:17 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config6651620235384771342tmp [Pipeline] { [Pipeline] sh 03:33:18 + curl -s https://codecov.io/bash 03:33:18 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config6651620235384771342tmp [Pipeline] } 03:35:39 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 03:35:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:35:44 ---> package-listing.sh 03:35:44 ++ facter osfamily 03:35:44 ++ tr '[:upper:]' '[:lower:]' 03:35:44 + OS_FAMILY=redhat 03:35:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-595 03:35:44 + START_PACKAGES=/tmp/packages_start.txt 03:35:44 + END_PACKAGES=/tmp/packages_end.txt 03:35:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:35:44 + PACKAGES=/tmp/packages_start.txt 03:35:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' 03:35:44 + PACKAGES=/tmp/packages_end.txt 03:35:44 + case "${OS_FAMILY}" in 03:35:44 + rpm -qa 03:35:44 + sort 03:35:51 + '[' -f /tmp/packages_start.txt ']' 03:35:51 + '[' -f /tmp/packages_end.txt ']' 03:35:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:35:51 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-595 ']' 03:35:51 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ 03:35:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-595/archives/ [Pipeline] isUnix [Pipeline] sh 03:35:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:35:52 03:35:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:35:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:35:52 alpine: Pulling from edgex-lftools-log-publisher 03:35:52 df20fa9351a1: Pulling fs layer 03:35:52 36b3adc4ff6f: Pulling fs layer 03:35:52 8ad3a11d3b57: Pulling fs layer 03:35:52 46f8f816bc3b: Pulling fs layer 03:35:52 0dadc02b9964: Pulling fs layer 03:35:52 ce6a7cf60c04: Pulling fs layer 03:35:52 7a184a31f384: Pulling fs layer 03:35:52 0879bd2ef858: Pulling fs layer 03:35:52 0dadc02b9964: Waiting 03:35:52 ce6a7cf60c04: Waiting 03:35:52 7a184a31f384: Waiting 03:35:52 0879bd2ef858: Waiting 03:35:52 36b3adc4ff6f: Verifying Checksum 03:35:52 36b3adc4ff6f: Download complete 03:35:52 46f8f816bc3b: Verifying Checksum 03:35:52 46f8f816bc3b: Download complete 03:35:53 df20fa9351a1: Verifying Checksum 03:35:53 df20fa9351a1: Download complete 03:35:53 ce6a7cf60c04: Verifying Checksum 03:35:53 ce6a7cf60c04: Download complete 03:35:53 7a184a31f384: Verifying Checksum 03:35:53 7a184a31f384: Download complete 03:35:53 0dadc02b9964: Verifying Checksum 03:35:53 0dadc02b9964: Download complete 03:35:53 df20fa9351a1: Pull complete 03:35:53 8ad3a11d3b57: Verifying Checksum 03:35:53 8ad3a11d3b57: Download complete 03:35:53 36b3adc4ff6f: Pull complete 03:35:54 0879bd2ef858: Verifying Checksum 03:35:54 0879bd2ef858: Download complete 03:35:54 8ad3a11d3b57: Pull complete 03:35:54 46f8f816bc3b: Pull complete 03:35:54 0dadc02b9964: Pull complete 03:35:54 ce6a7cf60c04: Pull complete 03:35:54 7a184a31f384: Pull complete 03:35:57 0879bd2ef858: Pull complete 03:35:57 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:35:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:35:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:35:57 prd-centos7-docker-4c-2g-638 does not seem to be running inside a container 03:35:57 $ 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-595 -v /w/workspace/dgexfoundry_device-sdk-go_PR-595:/w/workspace/dgexfoundry_device-sdk-go_PR-595:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-595@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 03:36:03 $ docker top ba17ca659e60a8d73e753a4d5ad4bc373e2edd8f9f410c69594fc3eb3af804a5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:04 + mkdir -p /var/log/sa [Pipeline] sh 03:36:04 + ls /var/log/sa-host 03:36:04 + sadf -c /var/log/sa-host/sa05 03:36:04 file_magic: OK 03:36:04 HZ: Using current value: 100 03:36:04 file_header: OK 03:36:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:36:04 Statistics: 03:36:04 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:36:04 File successfully converted to sysstat format version 12.2.1 03:36:04 + sadf -c /var/log/sa-host/sa21 03:36:04 file_magic: OK 03:36:04 HZ: Using current value: 100 03:36:04 file_header: OK 03:36:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:36:04 Statistics: 03:36:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:36:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:36:04 provisioning config files... 03:36:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp/config4526861959471694106tmp [Pipeline] { [Pipeline] echo 03:36:04 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:36:05 ---> create-netrc.sh [Pipeline] echo 03:36:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:36:05 ---> logs-deploy.sh 03:36:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-595/1 03:36:05 INFO: archiving workspace using pattern(s): 03:36:07 Archives upload complete. 03:36:07 INFO: archiving logs to Nexus 03:36:07 ---> uname -a: 03:36:07 Linux ba17ca659e60 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:36:07 03:36:07 03:36:07 ---> lscpu: 03:36:07 Architecture: x86_64 03:36:07 CPU op-mode(s): 32-bit, 64-bit 03:36:07 Byte Order: Little Endian 03:36:07 Address sizes: 40 bits physical, 48 bits virtual 03:36:07 CPU(s): 4 03:36:07 On-line CPU(s) list: 0-3 03:36:07 Thread(s) per core: 1 03:36:07 Core(s) per socket: 1 03:36:07 Socket(s): 4 03:36:07 NUMA node(s): 1 03:36:07 Vendor ID: GenuineIntel 03:36:07 CPU family: 6 03:36:07 Model: 44 03:36:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:36:07 Stepping: 1 03:36:07 CPU MHz: 2933.436 03:36:07 BogoMIPS: 5866.87 03:36:07 Virtualization: VT-x 03:36:07 Hypervisor vendor: KVM 03:36:07 Virtualization type: full 03:36:07 L1d cache: 128 KiB 03:36:07 L1i cache: 128 KiB 03:36:07 L2 cache: 16 MiB 03:36:07 L3 cache: 64 MiB 03:36:07 NUMA node0 CPU(s): 0-3 03:36:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:36:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:36:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:36:07 Vulnerability Meltdown: Mitigation; PTI 03:36:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:36:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:36:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:36:07 Vulnerability Tsx async abort: Not affected 03:36:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:36:07 03:36:07 03:36:07 ---> nproc: 03:36:07 4 03:36:07 03:36:07 03:36:07 ---> df -h: 03:36:07 Filesystem Size Used Available Use% Mounted on 03:36:07 overlay 50.0G 7.0G 43.0G 14% / 03:36:07 tmpfs 64.0M 0 64.0M 0% /dev 03:36:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:36:07 shm 64.0M 0 64.0M 0% /dev/shm 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-595 03:36:07 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-595@tmp 03:36:07 03:36:07 03:36:07 ---> free -m: 03:36:07 total used free shared buff/cache available 03:36:07 Mem: 1837 633 119 0 1085 1096 03:36:07 Swap: 1023 0 1023 03:36:07 03:36:07 03:36:07 ---> ip addr: 03:36:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:36:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:36:07 inet 127.0.0.1/8 scope host lo 03:36:07 valid_lft forever preferred_lft forever 03:36:07 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:36:07 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:36:07 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:36:07 valid_lft forever preferred_lft forever 03:36:07 03:36:07 03:36:07 ---> sar -b -r -n DEV: 03:36:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/21/20 _x86_64_ (4 CPU) 03:36:07 03:36:07 03:25:39 LINUX RESTART (4 CPU) 03:36:07 03:36:07 03:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:36:07 03:27:01 191.29 101.27 90.03 0.00 11890.29 40354.84 0.00 03:36:07 03:28:01 3.61 0.00 3.61 0.00 0.00 114.20 0.00 03:36:07 03:29:01 0.42 0.00 0.42 0.00 0.00 6.21 0.00 03:36:07 03:30:01 0.28 0.00 0.28 0.00 0.00 3.18 0.00 03:36:07 03:31:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 03:36:07 03:32:01 0.33 0.00 0.33 0.00 0.00 5.20 0.00 03:36:07 03:33:01 0.33 0.02 0.32 0.00 0.13 3.11 0.00 03:36:07 03:34:02 0.48 0.17 0.32 0.00 13.99 8.09 0.00 03:36:07 03:35:01 0.47 0.00 0.47 0.00 0.00 8.33 0.00 03:36:07 03:36:01 77.52 45.92 31.60 0.00 5347.99 5735.90 0.00 03:36:07 Average: 27.55 14.77 12.78 0.00 1728.63 4633.38 0.00 03:36:07 03:36:07 03:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:36:07 03:27:01 180168 0 546756 29.06 2620 1152012 1124072 38.36 374172 1166472 120 03:36:07 03:28:01 187316 0 539604 28.68 2620 1152016 1067964 36.45 371316 1163016 16 03:36:07 03:29:01 187516 0 539400 28.67 2620 1152020 1068048 36.45 371820 1163004 8 03:36:07 03:30:01 186696 0 540216 28.71 2620 1152024 1068144 36.45 372368 1163004 8 03:36:07 03:31:01 186512 0 540396 28.72 2620 1152028 1067964 36.45 375568 1160332 8 03:36:07 03:32:01 186184 0 540716 28.74 2620 1152036 1068036 36.45 376200 1160288 8 03:36:07 03:33:01 184708 0 542188 28.82 2620 1152040 1068220 36.46 402548 1135156 8 03:36:07 03:34:02 179708 0 546636 29.05 2620 1152592 1080120 36.86 399220 1143044 16 03:36:07 03:35:01 179648 0 546692 29.06 2620 1152596 1080152 36.86 399104 1143044 8 03:36:07 03:36:01 100728 0 622180 33.07 2620 1156028 1265244 43.18 433016 1147408 5708 03:36:07 Average: 175918 0 550478 29.26 2620 1152539 1095796 37.40 387533 1154477 591 03:36:07 03:36:07 03:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:36:07 03:27:01 eth0 522.57 320.94 1084.22 109.26 0.00 0.00 0.00 0.00 03:36:07 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:27:01 docker0 9.14 7.08 1.18 18.48 0.00 0.00 0.00 0.00 03:36:07 03:28:01 eth0 0.40 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:36:07 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:29:01 eth0 1.65 0.43 1.03 0.03 0.00 0.00 0.00 0.00 03:36:07 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:30:01 eth0 1.02 0.72 0.55 0.40 0.00 0.00 0.00 0.00 03:36:07 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:36:07 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:32:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 03:36:07 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:33:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:36:07 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:34:02 eth0 7.10 4.08 6.24 2.89 0.00 0.00 0.00 0.00 03:36:07 03:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:35:01 eth0 1.47 0.83 1.17 0.64 0.00 0.00 0.00 0.00 03:36:07 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:36:01 eth0 85.13 70.43 739.72 10.45 0.00 0.00 0.00 0.00 03:36:07 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 Average: eth0 62.10 39.86 183.66 12.40 0.00 0.00 0.00 0.00 03:36:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:36:07 Average: docker0 0.92 0.71 0.12 1.85 0.00 0.00 0.00 0.00 03:36:07 03:36:07 03:36:07 ---> sar -P ALL: 03:36:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/21/20 _x86_64_ (4 CPU) 03:36:07 03:36:07 03:25:39 LINUX RESTART (4 CPU) 03:36:07 03:36:07 03:26:01 CPU %user %nice %system %iowait %steal %idle 03:36:07 03:27:01 all 16.54 0.00 8.62 7.72 0.09 67.03 03:36:07 03:27:01 0 15.45 0.00 10.53 6.55 0.07 67.40 03:36:07 03:27:01 1 18.37 0.00 7.18 5.70 0.10 68.65 03:36:07 03:27:01 2 15.72 0.00 7.85 11.54 0.10 64.80 03:36:07 03:27:01 3 16.61 0.00 8.93 7.10 0.10 67.26 03:36:07 03:28:01 all 0.15 0.00 0.05 0.00 0.00 99.80 03:36:07 03:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:36:07 03:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 03:36:07 03:28:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:36:07 03:28:01 3 0.47 0.00 0.03 0.00 0.00 99.50 03:36:07 03:29:01 all 0.14 0.00 0.03 0.00 0.00 99.82 03:36:07 03:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:36:07 03:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:36:07 03:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:36:07 03:29:01 3 0.45 0.00 0.07 0.00 0.00 99.48 03:36:07 03:30:01 all 0.13 0.00 0.03 0.00 0.00 99.84 03:36:07 03:30:01 0 0.15 0.00 0.03 0.00 0.02 99.80 03:36:07 03:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:36:07 03:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:36:07 03:30:01 3 0.30 0.00 0.03 0.00 0.00 99.67 03:36:07 03:31:01 all 0.15 0.00 0.03 0.00 0.00 99.81 03:36:07 03:31:01 0 0.48 0.00 0.02 0.00 0.00 99.50 03:36:07 03:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:36:07 03:31:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:36:07 03:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:36:07 03:32:01 all 0.13 0.00 0.05 0.00 0.00 99.81 03:36:07 03:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:36:07 03:32:01 1 0.03 0.00 0.13 0.00 0.00 99.83 03:36:07 03:32:01 2 0.45 0.00 0.05 0.00 0.02 99.48 03:36:07 03:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:36:07 03:33:01 all 0.08 0.00 0.07 0.00 0.00 99.85 03:36:07 03:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:36:07 03:33:01 1 0.03 0.00 0.17 0.00 0.02 99.78 03:36:07 03:33:01 2 0.22 0.00 0.07 0.00 0.00 99.72 03:36:07 03:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:36:07 03:34:02 all 0.26 0.00 0.08 0.00 0.00 99.65 03:36:07 03:34:02 0 0.10 0.00 0.08 0.00 0.00 99.82 03:36:07 03:34:02 1 0.15 0.00 0.07 0.00 0.00 99.78 03:36:07 03:34:02 2 0.72 0.00 0.10 0.02 0.00 99.17 03:36:07 03:34:02 3 0.08 0.00 0.07 0.00 0.02 99.83 03:36:07 03:35:01 all 0.18 0.00 0.05 0.00 0.00 99.77 03:36:07 03:35:01 0 0.47 0.00 0.05 0.00 0.02 99.46 03:36:07 03:35:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:36:07 03:35:01 2 0.15 0.00 0.03 0.00 0.00 99.81 03:36:07 03:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:36:07 03:36:01 all 2.97 0.00 1.80 1.74 0.03 93.46 03:36:07 03:36:01 0 2.43 0.00 1.66 0.00 0.00 95.91 03:36:07 03:36:01 1 2.56 0.00 1.57 0.05 0.03 95.78 03:36:07 03:36:01 2 2.76 0.00 1.96 2.35 0.03 92.90 03:36:07 03:36:01 3 4.14 0.00 2.01 4.56 0.03 89.25 03:36:07 Average: all 2.05 0.00 1.07 0.93 0.01 95.94 03:36:07 Average: 0 1.90 0.00 1.23 0.65 0.01 96.22 03:36:07 Average: 1 2.11 0.00 0.93 0.57 0.02 96.38 03:36:07 Average: 2 2.00 0.00 1.01 1.37 0.02 95.60 03:36:07 Average: 3 2.18 0.00 1.11 1.15 0.02 95.54 03:36:07 03:36:07 03:36:07