Pull request #571 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 81b72cb1c14b119a0974622c0a4aa5a2897d132f+acdd4826cae80a3b8a1f7d698808ff3080e1060b (df624f5a97341d34776490ceafe4ce995244dbfd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43511 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [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-571 # 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/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # 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/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f Merge succeeded, producing 81b72cb1c14b119a0974622c0a4aa5a2897d132f Checking out Revision 81b72cb1c14b119a0974622c0a4aa5a2897d132f (PR-571) > git config core.sparsecheckout # timeout=10 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # 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 acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 Commit message: "Remove globalvars and refactor remaining packages" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:56:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:56:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:56:59 ========================================================= 01:56:59 EdgeX Global Pipelines Version Info 01:56:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c7cb3d9741048bbcc98f0a6032f64df0031f89a5 # timeout=10 01:57:01 ------------------- 01:57:01 stable info: 01:57:01 ------------------- 01:57:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:57:01 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:57:01 Message: update stable to v1.0.122 01:57:02 ------------------- 01:57:02 experimental info: 01:57:02 ------------------- 01:57:02 Commited By: **** collab-it+edgex@linuxfoundation.org 01:57:02 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:57:02 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:57:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:57:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-571 [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-571 [Pipeline] echo 01:57:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-571 [Pipeline] echo 01:57:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81b72cb1c14b119a0974622c0a4aa5a2897d132f [Pipeline] echo 01:57:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81b72cb [Pipeline] echo 01:57:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:57:05 + git log --format=format:%s -1 81b72cb1c14b119a0974622c0a4aa5a2897d132f [Pipeline] echo 01:57:05 GIT_COMMIT: 81b72cb1c14b119a0974622c0a4aa5a2897d132f, Commit Message: Remove globalvars and refactor remaining packages [Pipeline] echo 01:57:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:57:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:07 01:57:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:57:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:08 latest: Pulling from edgex-devops/git-semver 01:57:08 31603596830f: Pulling fs layer 01:57:08 2a8b12db71e7: Pulling fs layer 01:57:08 6ca5941a6612: Pulling fs layer 01:57:08 ecc8261a40a4: Pulling fs layer 01:57:08 ecc8261a40a4: Waiting 01:57:08 2a8b12db71e7: Verifying Checksum 01:57:08 2a8b12db71e7: Download complete 01:57:08 31603596830f: Verifying Checksum 01:57:08 31603596830f: Download complete 01:57:08 ecc8261a40a4: Verifying Checksum 01:57:08 ecc8261a40a4: Download complete 01:57:08 6ca5941a6612: Verifying Checksum 01:57:08 6ca5941a6612: Download complete 01:57:08 31603596830f: Pull complete 01:57:08 2a8b12db71e7: Pull complete 01:57:09 6ca5941a6612: Pull complete 01:57:09 ecc8261a40a4: Pull complete 01:57:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:57:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:57:10 prd-centos7-docker-4c-2g-43511 does not seem to be running inside a container 01:57:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@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:10004/edgex-devops/git-semver:latest cat 01:57:12 $ docker top 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:57:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:12 [ssh-agent] Looking for ssh-agent implementation... 01:57:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:12 $ docker exec 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c ssh-agent 01:57:13 SSH_AUTH_SOCK=/tmp/ssh-U7binh7FRRUI/agent.12 01:57:13 SSH_AGENT_PID=18 01:57:13 Running ssh-add (command line suppressed) 01:57:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5370993446669173413.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5370993446669173413.key) 01:57:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:13 + git describe --exact-match --tags HEAD 01:57:13 fatal: No names found, cannot describe anything. [Pipeline] } 01:57:13 $ docker exec --env ******** --env ******** 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c ssh-agent -k 01:57:13 unset SSH_AUTH_SOCK; 01:57:13 unset SSH_AGENT_PID; 01:57:13 echo Agent pid 18 killed; 01:57:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:57:13 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:57:13 This usually means this commit has not been tagged. [Pipeline] sshagent 01:57:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:57:13 [ssh-agent] Looking for ssh-agent implementation... 01:57:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:57:14 $ docker exec 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c ssh-agent 01:57:14 SSH_AUTH_SOCK=/tmp/ssh-TgC8IGf4lP9T/agent.46 01:57:14 SSH_AGENT_PID=52 01:57:14 Running ssh-add (command line suppressed) 01:57:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_1010026207233957186.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_1010026207233957186.key) 01:57:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:57:14 + git semver init 01:57:14 # -> Open(): unable to determine branch for HEAD 01:57:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.git 01:57:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-571 01:57:14 # $SEMVER_REMOTE_NAME = origin 01:57:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:57:14 # $SEMVER_USER_NAME = edgex-jenkins 01:57:14 # $SEMVER_BRANCH = PR-571 01:57:14 # $SEMVER_TEMP = /tmp/semver-606129821 01:57:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 01:57:15 # '/tmp/semver-606129821' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver' 01:57:15 # -> Force: false 01:57:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver [Pipeline] } 01:57:15 $ docker exec --env ******** --env ******** 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c ssh-agent -k 01:57:15 unset SSH_AUTH_SOCK; 01:57:15 unset SSH_AGENT_PID; 01:57:15 echo Agent pid 52 killed; 01:57:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:57:16 + git semver [Pipeline] } 01:57:16 $ docker stop --time=1 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c 01:57:17 $ docker rm -f 99c786b19bcdba55408f5ce08332f59e1f02fcef20a3a4ad284c37a6780fdb6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:57:18 Stashed 36 file(s) [Pipeline] echo 01:57:18 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 01:57:18 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 01:57:33 Still waiting to schedule task 01:57:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:57:33 Still waiting to schedule task 01:57:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:59:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43513 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws 01:59:22 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 01:59:28 using credential edgex-jenkins-ssh 01:59:28 Cloning the remote Git repository 01:59:28 Cloning with configured refspecs honoured and without tags 01:59:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:59:28 > git init /w/workspace/device-sdk-go/11 # timeout=10 01:59:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:59:28 > git --version # timeout=10 01:59:28 > git --version # 'git version 2.17.1' 01:59:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:59:29 > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 01:59:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:29 Fetching without tags 01:59:29 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f 01:59:30 Merge succeeded, producing 81b72cb1c14b119a0974622c0a4aa5a2897d132f 01:59:30 Checking out Revision 81b72cb1c14b119a0974622c0a4aa5a2897d132f (PR-571) 01:59:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:59:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:59:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:29 > git config core.sparsecheckout # timeout=10 01:59:29 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 01:59:30 > git remote # timeout=10 01:59:30 > git config --get remote.origin.url # timeout=10 01:59:30 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:30 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 01:59:30 > git rev-parse HEAD^{commit} # timeout=10 01:59:30 > git config core.sparsecheckout # timeout=10 01:59:30 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 01:59:34 Commit message: "Remove globalvars and refactor remaining packages" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:59:35 ========================================================= 01:59:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:59:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:59:36 Running on prd-centos7-docker-4c-2g-43514 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws 01:59:36 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 01:59:36 + 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 . 01:59:37 Sending build context to Docker daemon 3.171MB 01:59:37 Step 1/8 : ARG BASE=golang:1.15-alpine 01:59:37 Step 2/8 : FROM ${BASE} 01:59:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:59:38 b538f80385f9: Pulling fs layer 01:59:38 74f711af9a0d: Pulling fs layer 01:59:38 99f96fe45779: Pulling fs layer 01:59:38 8529a6b9a6be: Pulling fs layer 01:59:38 45590311c82a: Pulling fs layer 01:59:38 69ca0ff8b7b3: Pulling fs layer 01:59:38 209524e5b208: Pulling fs layer 01:59:38 45590311c82a: Waiting 01:59:38 69ca0ff8b7b3: Waiting 01:59:38 8529a6b9a6be: Waiting 01:59:38 209524e5b208: Waiting 01:59:38 99f96fe45779: Verifying Checksum 01:59:38 99f96fe45779: Download complete 01:59:38 74f711af9a0d: Verifying Checksum 01:59:38 74f711af9a0d: Download complete 01:59:38 45590311c82a: Verifying Checksum 01:59:38 45590311c82a: Download complete 01:59:38 69ca0ff8b7b3: Download complete 01:59:38 b538f80385f9: Verifying Checksum 01:59:39 using credential edgex-jenkins-ssh 01:59:39 b538f80385f9: Pull complete 01:59:39 Cloning the remote Git repository 01:59:39 Cloning with configured refspecs honoured and without tags 01:59:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:59:39 > git init /w/workspace/device-sdk-go/11 # timeout=10 01:59:39 74f711af9a0d: Pull complete 01:59:39 99f96fe45779: Pull complete 01:59:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:59:39 > git --version # timeout=10 01:59:39 > git --version # 'git version 2.16.5' 01:59:39 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:40 Fetching without tags 01:59:40 209524e5b208: Verifying Checksum 01:59:40 209524e5b208: Download complete 01:59:41 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f 01:59:41 Merge succeeded, producing 81b72cb1c14b119a0974622c0a4aa5a2897d132f 01:59:41 Checking out Revision 81b72cb1c14b119a0974622c0a4aa5a2897d132f (PR-571) 01:59:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:59:40 > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 01:59:40 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:59:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:59:40 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:41 > git config core.sparsecheckout # timeout=10 01:59:41 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 01:59:41 > git remote # timeout=10 01:59:41 > git config --get remote.origin.url # timeout=10 01:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:41 > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 01:59:41 > git rev-parse HEAD^{commit} # timeout=10 01:59:41 > git config core.sparsecheckout # timeout=10 01:59:41 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 01:59:41 8529a6b9a6be: Verifying Checksum 01:59:41 8529a6b9a6be: Download complete 01:59:44 Commit message: "Remove globalvars and refactor remaining packages" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:59:45 ========================================================= 01:59:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:59:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:59:46 + 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 . 01:59:46 Sending build context to Docker daemon 3.169MB 01:59:46 Step 1/8 : ARG BASE=golang:1.15-alpine 01:59:46 Step 2/8 : FROM ${BASE} 01:59:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:59:47 df20fa9351a1: Pulling fs layer 01:59:47 ed8968b2872e: Pulling fs layer 01:59:47 a92cc7c5fd73: Pulling fs layer 01:59:47 e871e8e8d7a9: Pulling fs layer 01:59:47 e73272ec9a57: Pulling fs layer 01:59:47 1e910a182e73: Pulling fs layer 01:59:47 4e634b169226: Pulling fs layer 01:59:47 e73272ec9a57: Waiting 01:59:47 e871e8e8d7a9: Waiting 01:59:47 1e910a182e73: Waiting 01:59:47 4e634b169226: Waiting 01:59:47 a92cc7c5fd73: Download complete 01:59:47 ed8968b2872e: Verifying Checksum 01:59:47 ed8968b2872e: Download complete 01:59:47 e73272ec9a57: Verifying Checksum 01:59:47 e73272ec9a57: Download complete 01:59:47 1e910a182e73: Verifying Checksum 01:59:47 1e910a182e73: Download complete 01:59:47 df20fa9351a1: Verifying Checksum 01:59:47 df20fa9351a1: Download complete 01:59:47 df20fa9351a1: Pull complete 01:59:47 ed8968b2872e: Pull complete 01:59:47 a92cc7c5fd73: Pull complete 01:59:48 4e634b169226: Verifying Checksum 01:59:48 4e634b169226: Download complete 01:59:49 e871e8e8d7a9: Download complete 01:59:51 8529a6b9a6be: Pull complete 01:59:51 45590311c82a: Pull complete 01:59:51 69ca0ff8b7b3: Pull complete 01:59:54 e871e8e8d7a9: Pull complete 01:59:54 e73272ec9a57: Pull complete 01:59:55 1e910a182e73: Pull complete 01:59:56 209524e5b208: Pull complete 01:59:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:59:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:59:56 ---> 5bddaf1c2fca 01:59:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:59:58 ---> Running in 33c3d8d5793e 01:59:58 Removing intermediate container 33c3d8d5793e 01:59:58 ---> 11cf2c645d63 01:59:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:59 ---> Running in ae3104fe0baa 01:59:59 4e634b169226: Pull complete 01:59:59 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:59:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:59:59 ---> f7629b54cfaa 01:59:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:59:59 ---> Running in 40838b9179b4 01:59:59 Removing intermediate container 40838b9179b4 01:59:59 ---> c6d17a291caa 01:59:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:59 ---> Running in 998ab35e99c1 02:00:00 Removing intermediate container 998ab35e99c1 02:00:00 ---> faa858f1b2fc 02:00:00 Step 5/8 : RUN apk add --no-cache make git 02:00:00 ---> Running in 01deced10596 02:00:01 Removing intermediate container ae3104fe0baa 02:00:01 ---> 821bde7fb7f2 02:00:01 Step 5/8 : RUN apk add --no-cache make git 02:00:01 ---> Running in 7a926b7cbe2a 02:00:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:00:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:00:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:00:03 OK: 166 MiB in 39 packages 02:00:04 Removing intermediate container 01deced10596 02:00:04 ---> c1e893f55eb9 02:00:04 Step 6/8 : WORKDIR /device-sdk-go 02:00:04 ---> Running in 56f63e3c7f41 02:00:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:00:04 Removing intermediate container 56f63e3c7f41 02:00:04 ---> cddf2ce61003 02:00:04 Step 7/8 : COPY . . 02:00:05 ---> 9012742a3356 02:00:05 Step 8/8 : RUN go mod download 02:00:05 OK: 142 MiB in 39 packages 02:00:05 ---> Running in 94f040e15757 02:00:06 Removing intermediate container 7a926b7cbe2a 02:00:06 ---> 2be2ea2d56a2 02:00:06 Step 6/8 : WORKDIR /device-sdk-go 02:00:06 ---> Running in 4774c1f1f1f1 02:00:07 Removing intermediate container 4774c1f1f1f1 02:00:07 ---> ddb18a944865 02:00:07 Step 7/8 : COPY . . 02:00:08 ---> de21385ae7c9 02:00:08 Step 8/8 : RUN go mod download 02:00:08 ---> Running in e97c386a0a24 02:00:17 Removing intermediate container 94f040e15757 02:00:17 ---> 4bb391a2f06f 02:00:17 Successfully built 4bb391a2f06f 02:00:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:00:18 + docker inspect -f . ci-base-image-x86_64 02:00:18 . [Pipeline] withDockerContainer 02:00:18 prd-centos7-docker-4c-2g-43514 does not seem to be running inside a container 02:00:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:00:19 $ docker top c8ba7c41a02b2fd07671fb5ec7440f7039ce010f1cfc5e5cc122e2a5ce0394d9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:20 + go version 02:00:20 go version go1.15.2 linux/amd64 [Pipeline] } 02:00:20 $ docker stop --time=1 c8ba7c41a02b2fd07671fb5ec7440f7039ce010f1cfc5e5cc122e2a5ce0394d9 02:00:21 $ docker rm -f c8ba7c41a02b2fd07671fb5ec7440f7039ce010f1cfc5e5cc122e2a5ce0394d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:00:22 + docker inspect -f . ci-base-image-x86_64 02:00:22 . [Pipeline] withDockerContainer 02:00:22 prd-centos7-docker-4c-2g-43514 does not seem to be running inside a container 02:00:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:00:23 Removing intermediate container e97c386a0a24 02:00:23 ---> b915009c228c 02:00:23 Successfully built b915009c228c 02:00:23 Successfully tagged ci-base-image-arm64:latest 02:00:23 $ docker top e8b9e556054049c21e05b9eb4dbf52c9000cbf29136163fb351dd29c80f00031 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:00:24 + make test 02:00:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:00:24 + docker inspect -f . ci-base-image-arm64 02:00:24 . [Pipeline] withDockerContainer 02:00:24 prd-ubuntu18.04-docker-arm64-4c-16g-43513 does not seem to be running inside a container 02:00:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:00:26 $ docker top 2bcf17006dc92ea8975008938d167eb393b4d35539baa34d369c2f5e231e7e86 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:27 + go version 02:00:27 go version go1.15.2 linux/arm64 [Pipeline] } 02:00:27 $ docker stop --time=1 2bcf17006dc92ea8975008938d167eb393b4d35539baa34d369c2f5e231e7e86 02:00:29 $ docker rm -f 2bcf17006dc92ea8975008938d167eb393b4d35539baa34d369c2f5e231e7e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 02:00:30 ? github.com/edgexfoundry/device-sdk-go [no test files] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:00:31 + docker inspect -f . ci-base-image-arm64 02:00:31 . [Pipeline] withDockerContainer 02:00:31 prd-ubuntu18.04-docker-arm64-4c-16g-43513 does not seem to be running inside a container 02:00:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:00:33 $ docker top cd82a281e242ea8eafa4354b78158b5008d23114043474ba68c1cb7f14303da1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:34 + make test 02:00:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:00:45 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:00:45 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:00:45 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:00:45 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.028s coverage: 20.8% of statements 02:00:45 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.418s coverage: 97.1% of statements 02:00:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:01:17 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.041s coverage: 9.4% of statements 02:01:17 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.026s coverage: 21.9% of statements 02:01:17 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:01:17 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.199s coverage: 37.0% of statements 02:01:17 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:01:17 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.253s coverage: 65.4% of statements 02:01:17 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:01:17 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:01:17 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:01:17 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.048s coverage: 52.6% of statements 02:01:17 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.344s coverage: 68.9% of statements 02:01:17 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:01:17 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:01:17 GO111MODULE=on go vet ./... 02:01:23 gofmt -l . 02:01:23 [ "`gofmt -l .`" = "" ] 02:01:23 ./bin/test-attribution-txt.sh 02:01:24 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:01:24 Stashed 1 file(s) [Pipeline] } 02:01:24 $ docker stop --time=1 e8b9e556054049c21e05b9eb4dbf52c9000cbf29136163fb351dd29c80f00031 02:01:26 $ docker rm -f e8b9e556054049c21e05b9eb4dbf52c9000cbf29136163fb351dd29c80f00031 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:01:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:01:30 + ls -al . 02:01:30 total 188 02:01:30 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 16 02:01 . 02:01:30 drwxrwxr-x. 4 jenkins jenkins 30 Sep 16 01:59 .. 02:01:30 drwxrwxr-x. 2 jenkins jenkins 64 Sep 16 01:59 bin 02:01:30 -rw-r--r--. 1 jenkins jenkins 111033 Sep 16 02:01 coverage.out 02:01:30 -rw-rw-r--. 1 jenkins jenkins 936 Sep 16 01:59 Dockerfile.build 02:01:30 -rw-rw-r--. 1 jenkins jenkins 140 Sep 16 01:59 .dockerignore 02:01:30 drwxrwxr-x. 4 jenkins jenkins 48 Sep 16 01:59 example 02:01:30 drwxrwxr-x. 8 jenkins jenkins 179 Sep 16 01:59 .git 02:01:30 drwxrwxr-x. 2 jenkins jenkins 60 Sep 16 01:59 .github 02:01:30 -rw-rw-r--. 1 jenkins jenkins 138 Sep 16 01:59 .gitignore 02:01:30 -rw-r--r--. 1 jenkins jenkins 446 Sep 16 02:01 go.mod 02:01:30 -rw-r--r--. 1 jenkins jenkins 12179 Sep 16 02:01 go.sum 02:01:30 drwxrwxr-x. 13 jenkins jenkins 184 Sep 16 01:59 internal 02:01:30 -rw-rw-r--. 1 jenkins jenkins 785 Sep 16 01:59 Jenkinsfile 02:01:30 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 16 01:59 LICENSE 02:01:30 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 16 01:59 Makefile 02:01:30 drwxrwxr-x. 4 jenkins jenkins 26 Sep 16 01:59 openapi 02:01:30 drwxrwxr-x. 5 jenkins jenkins 50 Sep 16 01:59 pkg 02:01:30 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 16 01:59 README.md 02:01:30 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 16 01:59 RELEASE-NOTES.txt 02:01:30 drwxrwxr-x. 3 jenkins jenkins 58 Sep 16 01:59 .semver 02:01:30 drwxrwxr-x. 4 jenkins jenkins 54 Sep 16 01:59 snap 02:01:30 -rw-rw-r--. 1 jenkins jenkins 5 Sep 16 01:57 VERSION 02:01:30 -rw-rw-r--. 1 jenkins jenkins 222 Sep 16 01:59 version.go [Pipeline] isUnix [Pipeline] sh 02:01:30 + 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=81b72cb1c14b119a0974622c0a4aa5a2897d132f --label arch=amd64 --label version=0.0.0 . 02:01:30 Sending build context to Docker daemon 3.281MB 02:01:30 Step 1/24 : ARG BASE=golang:1.15-alpine 02:01:30 Step 2/24 : FROM ${BASE} AS builder 02:01:30 ---> 4bb391a2f06f 02:01:30 Step 3/24 : ARG MAKE='make build' 02:01:31 ---> Running in f0450a3dd771 02:01:31 Removing intermediate container f0450a3dd771 02:01:31 ---> 381377336608 02:01:31 Step 4/24 : WORKDIR /device-sdk-go 02:01:31 ---> Running in f07f79f6031e 02:01:31 Removing intermediate container f07f79f6031e 02:01:31 ---> e7192dba4eac 02:01:31 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:01:31 ---> Running in 8399d80ec62a 02:01:31 Removing intermediate container 8399d80ec62a 02:01:31 ---> edb872904317 02:01:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:31 ---> Running in eee827ee522d 02:01:32 Removing intermediate container eee827ee522d 02:01:32 ---> 8a51e014cf52 02:01:32 Step 7/24 : RUN apk add --update --no-cache make git 02:01:32 ---> Running in e6744787aa58 02:01:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:01:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:01:35 OK: 166 MiB in 39 packages 02:01:35 Removing intermediate container e6744787aa58 02:01:35 ---> 49c8eaffe1d6 02:01:35 Step 8/24 : COPY . . 02:01:36 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:01:36 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:01:36 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:01:36 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.076s coverage: 20.8% of statements 02:01:36 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.118s coverage: 97.1% of statements 02:01:36 ---> 209e928faff7 02:01:36 Step 9/24 : RUN ${MAKE} 02:01:36 ---> Running in 42fa6592ee1f 02:01:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:01:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:01:46 Removing intermediate container 42fa6592ee1f 02:01:46 ---> d582ec27deb6 02:01:46 Step 10/24 : FROM scratch 02:01:46 ---> 02:01:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:01:46 ---> Running in 476e9f173236 02:01:46 Removing intermediate container 476e9f173236 02:01:46 ---> 90cdfe19b1c2 02:01:46 Step 12/24 : ENV APP_PORT=49990 02:01:46 ---> Running in c6dfe6a3bc68 02:01:46 Removing intermediate container c6dfe6a3bc68 02:01:46 ---> b9441f186811 02:01:46 Step 13/24 : EXPOSE $APP_PORT 02:01:46 ---> Running in 3df685a77d96 02:01:46 Removing intermediate container 3df685a77d96 02:01:46 ---> 7ec8017635fd 02:01:46 Step 14/24 : WORKDIR / 02:01:47 ---> Running in 2a0dec0a7318 02:01:47 Removing intermediate container 2a0dec0a7318 02:01:47 ---> 518f3b5a4b8f 02:01:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:01:47 ---> 55014df30140 02:01:47 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:01:47 ---> 1c2d6fb9ac5b 02:01:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:01:47 ---> 4cfef404bafc 02:01:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:01:48 ---> 89aa2cb464fd 02:01:48 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:01:48 ---> a014abee06b0 02:01:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:01:48 ---> Running in fec6c9f97844 02:01:48 Removing intermediate container fec6c9f97844 02:01:48 ---> 27a8c89ae47a 02:01:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:01:48 ---> Running in 00ecb17743cd 02:01:48 Removing intermediate container 00ecb17743cd 02:01:48 ---> 8396c7a1e68d 02:01:48 Step 22/24 : LABEL arch=amd64 02:01:48 ---> Running in ad94adcc17cc 02:01:48 Removing intermediate container ad94adcc17cc 02:01:48 ---> f64dbbc2565a 02:01:48 Step 23/24 : LABEL git_sha=81b72cb1c14b119a0974622c0a4aa5a2897d132f 02:01:49 ---> Running in 81793e161b5c 02:01:49 Removing intermediate container 81793e161b5c 02:01:49 ---> 3f290a4cbfb9 02:01:49 Step 24/24 : LABEL version=0.0.0 02:01:49 ---> Running in 429b0918ca53 02:01:49 Removing intermediate container 429b0918ca53 02:01:49 ---> 94484b8a2c9e 02:01:49 [Warning] One or more build-args [ARCH] were not consumed 02:01:49 Successfully built 94484b8a2c9e 02:01:49 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] } 02:02:08 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.063s coverage: 9.4% of statements 02:02:08 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.048s coverage: 21.9% of statements 02:02:08 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:02:08 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.487s coverage: 37.0% of statements 02:02:08 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:02:08 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.724s coverage: 65.4% of statements 02:02:08 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:02:08 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:02:08 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:02:08 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.107s coverage: 52.6% of statements 02:02:08 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.860s coverage: 68.9% of statements 02:02:08 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:02:08 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:02:08 GO111MODULE=on go vet ./... 02:02:30 gofmt -l . 02:02:31 [ "`gofmt -l .`" = "" ] 02:02:31 ./bin/test-attribution-txt.sh 02:02:32 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:02:32 Warning: overwriting stash ‘coverage-report’ 02:02:33 Stashed 1 file(s) [Pipeline] } 02:02:33 $ docker stop --time=1 cd82a281e242ea8eafa4354b78158b5008d23114043474ba68c1cb7f14303da1 02:02:35 $ docker rm -f cd82a281e242ea8eafa4354b78158b5008d23114043474ba68c1cb7f14303da1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:02:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:02:37 + ls -al . 02:02:37 total 228 02:02:37 drwxrwxr-x 11 jenkins jenkins 4096 Sep 16 02:02 . 02:02:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 01:59 .. 02:02:37 -rw-rw-r-- 1 jenkins jenkins 140 Sep 16 01:59 .dockerignore 02:02:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 16 01:59 .git 02:02:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 16 01:59 .github 02:02:37 -rw-rw-r-- 1 jenkins jenkins 138 Sep 16 01:59 .gitignore 02:02:37 drwxrwxr-x 3 jenkins jenkins 4096 Sep 16 01:59 .semver 02:02:37 -rw-rw-r-- 1 jenkins jenkins 936 Sep 16 01:59 Dockerfile.build 02:02:37 -rw-rw-r-- 1 jenkins jenkins 785 Sep 16 01:59 Jenkinsfile 02:02:37 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 16 01:59 LICENSE 02:02:37 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 16 01:59 Makefile 02:02:37 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 16 01:59 README.md 02:02:37 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 16 01:59 RELEASE-NOTES.txt 02:02:37 -rw-rw-r-- 1 jenkins jenkins 5 Sep 16 01:57 VERSION 02:02:37 drwxrwxr-x 2 jenkins jenkins 4096 Sep 16 01:59 bin 02:02:37 -rw-r--r-- 1 jenkins jenkins 111033 Sep 16 02:02 coverage.out 02:02:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 01:59 example 02:02:37 -rw-r--r-- 1 jenkins jenkins 446 Sep 16 02:02 go.mod 02:02:37 -rw-r--r-- 1 jenkins jenkins 12179 Sep 16 02:02 go.sum 02:02:37 drwxrwxr-x 13 jenkins jenkins 4096 Sep 16 01:59 internal 02:02:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 01:59 openapi 02:02:37 drwxrwxr-x 5 jenkins jenkins 4096 Sep 16 01:59 pkg 02:02:37 drwxrwxr-x 4 jenkins jenkins 4096 Sep 16 01:59 snap 02:02:37 -rw-rw-r-- 1 jenkins jenkins 222 Sep 16 01:59 version.go [Pipeline] isUnix [Pipeline] sh 02:02:37 + 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=81b72cb1c14b119a0974622c0a4aa5a2897d132f --label arch=arm64 --label version=0.0.0 . 02:02:38 Sending build context to Docker daemon 3.283MB 02:02:38 Step 1/24 : ARG BASE=golang:1.15-alpine 02:02:38 Step 2/24 : FROM ${BASE} AS builder 02:02:38 ---> b915009c228c 02:02:38 Step 3/24 : ARG MAKE='make build' 02:02:38 ---> Running in 9171e3cad049 02:02:39 Removing intermediate container 9171e3cad049 02:02:39 ---> 56b2e7a4f75e 02:02:39 Step 4/24 : WORKDIR /device-sdk-go 02:02:39 ---> Running in bc3f812e6f67 02:02:39 Removing intermediate container bc3f812e6f67 02:02:39 ---> d3c3fdb2d0bc 02:02:39 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:02:39 ---> Running in df78da2cca97 02:02:40 Removing intermediate container df78da2cca97 02:02:40 ---> af49c0e3984b 02:02:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:40 ---> Running in 6640151a147a 02:02:43 Removing intermediate container 6640151a147a 02:02:43 ---> d21f0fb2f354 02:02:43 Step 7/24 : RUN apk add --update --no-cache make git 02:02:43 ---> Running in 0990d4ef27b2 02:02:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:46 OK: 142 MiB in 39 packages 02:02:47 Removing intermediate container 0990d4ef27b2 02:02:47 ---> d12ebe15589a 02:02:47 Step 8/24 : COPY . . 02:02:48 ---> 9ee321dd9c8a 02:02:48 Step 9/24 : RUN ${MAKE} 02:02:48 ---> Running in 162c36d1a39e 02:02:50 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 02:03:12 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:03:14 Removing intermediate container 162c36d1a39e 02:03:14 ---> 810735154b03 02:03:14 Step 10/24 : FROM scratch 02:03:14 ---> 02:03:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:03:14 ---> Running in de6240122a56 02:03:14 Removing intermediate container de6240122a56 02:03:14 ---> 762a1e2b9c05 02:03:14 Step 12/24 : ENV APP_PORT=49990 02:03:14 ---> Running in 85c81860c236 02:03:15 Removing intermediate container 85c81860c236 02:03:15 ---> c537502dcbd7 02:03:15 Step 13/24 : EXPOSE $APP_PORT 02:03:15 ---> Running in d255240726c4 02:03:15 Removing intermediate container d255240726c4 02:03:15 ---> 532cb6461fb0 02:03:15 Step 14/24 : WORKDIR / 02:03:15 ---> Running in 8f12c91f5f65 02:03:16 Removing intermediate container 8f12c91f5f65 02:03:16 ---> cd0afc912716 02:03:16 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:03:17 ---> b69147effe6a 02:03:17 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:03:18 ---> acc40fd4f785 02:03:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:03:18 ---> e9f656c72374 02:03:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:03:19 ---> 5e7a649ea7da 02:03:19 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:03:20 ---> dd9c2daebfdc 02:03:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:03:20 ---> Running in ea4c9afc51b0 02:03:20 Removing intermediate container ea4c9afc51b0 02:03:20 ---> 71b0ff5b6e77 02:03:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:03:20 ---> Running in 2aa897b04bbf 02:03:21 Removing intermediate container 2aa897b04bbf 02:03:21 ---> 28e6086c1c3e 02:03:21 Step 22/24 : LABEL arch=arm64 02:03:21 ---> Running in e2b2fda03258 02:03:21 Removing intermediate container e2b2fda03258 02:03:21 ---> cd67ed906738 02:03:21 Step 23/24 : LABEL git_sha=81b72cb1c14b119a0974622c0a4aa5a2897d132f 02:03:21 ---> Running in 97807e669123 02:03:22 Removing intermediate container 97807e669123 02:03:22 ---> c2d708bfb485 02:03:22 Step 24/24 : LABEL version=0.0.0 02:03:22 ---> Running in 8e314991d608 02:03:23 Removing intermediate container 8e314991d608 02:03:23 ---> 206013942b8b 02:03:23 [Warning] One or more build-args [ARCH] were not consumed 02:03:23 Successfully built 206013942b8b 02:03:23 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 02:03:24 provisioning config files... 02:03:24 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config7494332048862010014tmp [Pipeline] { [Pipeline] sh 02:03:25 + curl -s https://codecov.io/bash 02:03:25 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config7494332048862010014tmp [Pipeline] } 02:05:46 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 02:05:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:05:50 ---> package-listing.sh 02:05:50 ++ facter osfamily 02:05:50 ++ tr '[:upper:]' '[:lower:]' 02:05:50 + OS_FAMILY=redhat 02:05:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-571 02:05:50 + START_PACKAGES=/tmp/packages_start.txt 02:05:50 + END_PACKAGES=/tmp/packages_end.txt 02:05:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:05:50 + PACKAGES=/tmp/packages_start.txt 02:05:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' 02:05:50 + PACKAGES=/tmp/packages_end.txt 02:05:50 + case "${OS_FAMILY}" in 02:05:50 + rpm -qa 02:05:50 + sort 02:05:54 + '[' -f /tmp/packages_start.txt ']' 02:05:54 + '[' -f /tmp/packages_end.txt ']' 02:05:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:05:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' 02:05:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ 02:05:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ [Pipeline] isUnix [Pipeline] sh 02:05:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:05:54 02:05:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:05:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:05:55 alpine: Pulling from edgex-lftools-log-publisher 02:05:55 df20fa9351a1: Pulling fs layer 02:05:55 36b3adc4ff6f: Pulling fs layer 02:05:55 8ad3a11d3b57: Pulling fs layer 02:05:55 46f8f816bc3b: Pulling fs layer 02:05:55 0dadc02b9964: Pulling fs layer 02:05:55 ce6a7cf60c04: Pulling fs layer 02:05:55 7a184a31f384: Pulling fs layer 02:05:55 0879bd2ef858: Pulling fs layer 02:05:55 46f8f816bc3b: Waiting 02:05:55 0dadc02b9964: Waiting 02:05:55 0879bd2ef858: Waiting 02:05:55 ce6a7cf60c04: Waiting 02:05:55 7a184a31f384: Waiting 02:05:55 36b3adc4ff6f: Verifying Checksum 02:05:55 36b3adc4ff6f: Download complete 02:05:55 46f8f816bc3b: Download complete 02:05:55 df20fa9351a1: Verifying Checksum 02:05:55 df20fa9351a1: Download complete 02:05:55 ce6a7cf60c04: Verifying Checksum 02:05:55 ce6a7cf60c04: Download complete 02:05:55 7a184a31f384: Verifying Checksum 02:05:55 7a184a31f384: Download complete 02:05:55 0dadc02b9964: Verifying Checksum 02:05:55 0dadc02b9964: Download complete 02:05:55 8ad3a11d3b57: Verifying Checksum 02:05:55 8ad3a11d3b57: Download complete 02:05:55 df20fa9351a1: Pull complete 02:05:55 36b3adc4ff6f: Pull complete 02:05:55 0879bd2ef858: Verifying Checksum 02:05:55 0879bd2ef858: Download complete 02:05:56 8ad3a11d3b57: Pull complete 02:05:56 46f8f816bc3b: Pull complete 02:05:56 0dadc02b9964: Pull complete 02:05:56 ce6a7cf60c04: Pull complete 02:05:56 7a184a31f384: Pull complete 02:05:59 0879bd2ef858: Pull complete 02:05:59 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 02:05:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:05:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:05:59 prd-centos7-docker-4c-2g-43511 does not seem to be running inside a container 02:05:59 $ 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-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:06:05 $ docker top 11f03d4fb020aea84661ae7bc2e7411955826fd139d1936ddfbf60c0503a9717 -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:06 + mkdir -p /var/log/sa [Pipeline] sh 02:06:06 + ls /var/log/sa-host 02:06:06 + sadf -c /var/log/sa-host/sa05 02:06:06 file_magic: OK 02:06:06 HZ: Using current value: 100 02:06:06 file_header: OK 02:06:06 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 02:06:06 Statistics: 02:06:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:06:06 File successfully converted to sysstat format version 12.2.1 02:06:06 + sadf -c /var/log/sa-host/sa16 02:06:06 file_magic: OK 02:06:06 HZ: Using current value: 100 02:06:06 file_header: OK 02:06:06 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 02:06:06 Statistics: 02:06:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:06:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:06:06 provisioning config files... 02:06:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config3665648664750442005tmp [Pipeline] { [Pipeline] echo 02:06:06 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:06:07 ---> create-netrc.sh [Pipeline] echo 02:06:07 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:06:07 ---> logs-deploy.sh 02:06:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-571/11 02:06:07 INFO: archiving workspace using pattern(s): 02:06:08 Archives upload complete. 02:06:08 INFO: archiving logs to Nexus 02:06:10 ---> uname -a: 02:06:10 Linux 11f03d4fb020 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:06:10 02:06:10 02:06:10 ---> lscpu: 02:06:10 Architecture: x86_64 02:06:10 CPU op-mode(s): 32-bit, 64-bit 02:06:10 Byte Order: Little Endian 02:06:10 Address sizes: 40 bits physical, 48 bits virtual 02:06:10 CPU(s): 4 02:06:10 On-line CPU(s) list: 0-3 02:06:10 Thread(s) per core: 1 02:06:10 Core(s) per socket: 1 02:06:10 Socket(s): 4 02:06:10 NUMA node(s): 1 02:06:10 Vendor ID: GenuineIntel 02:06:10 CPU family: 6 02:06:10 Model: 44 02:06:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:06:10 Stepping: 1 02:06:10 CPU MHz: 2933.436 02:06:10 BogoMIPS: 5866.87 02:06:10 Virtualization: VT-x 02:06:10 Hypervisor vendor: KVM 02:06:10 Virtualization type: full 02:06:10 L1d cache: 128 KiB 02:06:10 L1i cache: 128 KiB 02:06:10 L2 cache: 16 MiB 02:06:10 L3 cache: 64 MiB 02:06:10 NUMA node0 CPU(s): 0-3 02:06:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:06:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:06:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:06:10 Vulnerability Meltdown: Mitigation; PTI 02:06:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:06:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:06:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:06:10 Vulnerability Tsx async abort: Not affected 02:06:10 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 02:06:10 02:06:10 02:06:10 ---> nproc: 02:06:10 4 02:06:10 02:06:10 02:06:10 ---> df -h: 02:06:10 Filesystem Size Used Available Use% Mounted on 02:06:10 overlay 50.0G 7.0G 43.0G 14% / 02:06:10 tmpfs 64.0M 0 64.0M 0% /dev 02:06:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:06:10 shm 64.0M 0 64.0M 0% /dev/shm 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 02:06:10 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-571 02:06:10 02:06:10 02:06:10 ---> free -m: 02:06:10 total used free shared buff/cache available 02:06:10 Mem: 1837 637 137 0 1062 1091 02:06:10 Swap: 1023 0 1023 02:06:10 02:06:10 02:06:10 ---> ip addr: 02:06:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:06:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:06:10 inet 127.0.0.1/8 scope host lo 02:06:10 valid_lft forever preferred_lft forever 02:06:10 6: eth0@if7: mtu 1458 qdisc noqueue state UP 02:06:10 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 02:06:10 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 02:06:10 valid_lft forever preferred_lft forever 02:06:10 02:06:10 02:06:10 ---> sar -b -r -n DEV: 02:06:10 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 02:06:10 02:06:10 01:56:07 LINUX RESTART (4 CPU) 02:06:10 02:06:10 01:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:06:10 01:58:01 30.94 9.67 21.27 0.00 4333.29 2290.00 0.00 02:06:10 01:59:01 1.63 0.00 1.63 0.00 0.00 30.46 0.00 02:06:10 02:00:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 02:06:10 02:01:02 0.30 0.02 0.28 0.00 0.13 2.91 0.00 02:06:10 02:02:01 0.52 0.12 0.41 0.00 2.17 7.09 0.00 02:06:10 02:03:01 0.37 0.02 0.35 0.00 0.13 4.25 0.00 02:06:10 02:04:01 0.52 0.17 0.35 0.00 8.66 8.63 0.00 02:06:10 02:05:01 0.47 0.00 0.47 0.00 0.00 8.18 0.00 02:06:10 02:06:01 70.90 49.04 21.85 0.00 5419.06 4500.15 0.00 02:06:10 Average: 11.80 6.58 5.22 0.00 1087.64 763.72 0.00 02:06:10 02:06:10 01:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:06:10 01:58:01 169236 0 563540 29.95 2620 1146160 1124040 38.36 411208 1141268 24 02:06:10 01:59:01 173796 0 558976 29.71 2620 1146164 1089528 37.18 410196 1138364 8 02:06:10 02:00:01 174172 0 558592 29.69 2620 1146172 1089504 37.18 411044 1137468 8 02:06:10 02:01:02 173816 0 558944 29.71 2620 1146176 1079888 36.85 414352 1134620 8 02:06:10 02:02:01 173936 0 558680 29.69 2620 1146320 1077724 36.78 421104 1128128 8 02:06:10 02:03:01 174152 0 558456 29.68 2620 1146328 1077736 36.78 420956 1128128 12 02:06:10 02:04:01 169512 0 562708 29.91 2620 1146716 1090180 37.21 424540 1128356 8 02:06:10 02:05:01 169480 0 562736 29.91 2620 1146720 1090272 37.21 415424 1137764 8 02:06:10 02:06:01 113088 0 636264 33.82 2620 1129584 1273672 43.47 456916 1112960 34396 02:06:10 Average: 165688 0 568766 30.23 2620 1144482 1110283 37.89 420638 1131895 3831 02:06:10 02:06:10 01:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:06:10 01:58:01 eth0 83.16 66.64 357.29 53.22 0.00 0.00 0.00 0.00 02:06:10 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 01:58:01 docker0 6.32 4.41 0.95 18.25 0.00 0.00 0.00 0.00 02:06:10 01:59:01 eth0 1.62 0.30 0.38 0.19 0.00 0.00 0.00 0.00 02:06:10 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:00:01 eth0 1.10 0.65 0.56 0.40 0.00 0.00 0.00 0.00 02:06:10 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:01:02 eth0 0.53 0.07 0.05 0.01 0.00 0.00 0.00 0.00 02:06:10 02:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:02:01 eth0 1.10 0.42 0.44 0.27 0.00 0.00 0.00 0.00 02:06:10 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:03:01 eth0 0.70 0.38 0.29 0.20 0.00 0.00 0.00 0.00 02:06:10 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:04:01 eth0 7.16 3.85 6.04 2.76 0.00 0.00 0.00 0.00 02:06:10 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:05:01 eth0 2.18 1.15 1.57 0.80 0.00 0.00 0.00 0.00 02:06:10 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:06:01 eth0 89.76 73.12 738.46 10.50 0.00 0.00 0.00 0.00 02:06:10 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 Average: eth0 20.86 16.33 123.11 7.61 0.00 0.00 0.00 0.00 02:06:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:06:10 Average: docker0 0.70 0.49 0.11 2.03 0.00 0.00 0.00 0.00 02:06:10 02:06:10 02:06:10 ---> sar -P ALL: 02:06:10 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 02:06:10 02:06:10 01:56:07 LINUX RESTART (4 CPU) 02:06:10 02:06:10 01:57:01 CPU %user %nice %system %iowait %steal %idle 02:06:10 01:58:01 all 2.66 0.00 1.40 0.98 0.02 94.94 02:06:10 01:58:01 0 2.73 0.00 1.48 1.01 0.02 94.77 02:06:10 01:58:01 1 2.71 0.00 1.26 2.08 0.00 93.96 02:06:10 01:58:01 2 2.58 0.00 1.84 0.80 0.02 94.76 02:06:10 01:58:01 3 2.63 0.00 1.02 0.05 0.03 96.27 02:06:10 01:59:01 all 0.13 0.00 0.05 0.00 0.00 99.81 02:06:10 01:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:06:10 01:59:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:06:10 01:59:01 2 0.43 0.00 0.07 0.00 0.00 99.50 02:06:10 01:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:06:10 02:00:01 all 0.12 0.00 0.04 0.00 0.01 99.83 02:06:10 02:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:06:10 02:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:06:10 02:00:01 2 0.33 0.00 0.03 0.00 0.02 99.62 02:06:10 02:00:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:06:10 02:01:02 all 0.11 0.00 0.05 0.00 0.01 99.83 02:06:10 02:01:02 0 0.05 0.00 0.05 0.00 0.02 99.88 02:06:10 02:01:02 1 0.02 0.00 0.02 0.00 0.00 99.97 02:06:10 02:01:02 2 0.37 0.00 0.07 0.02 0.00 99.55 02:06:10 02:01:02 3 0.02 0.00 0.05 0.00 0.02 99.92 02:06:10 02:02:01 all 0.15 0.00 0.06 0.00 0.00 99.79 02:06:10 02:02:01 0 0.07 0.00 0.03 0.02 0.02 99.86 02:06:10 02:02:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:06:10 02:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:06:10 02:02:01 3 0.42 0.00 0.10 0.00 0.00 99.47 02:06:10 02:03:01 all 0.15 0.00 0.03 0.00 0.01 99.81 02:06:10 02:03:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:06:10 02:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:06:10 02:03:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:06:10 02:03:01 3 0.48 0.00 0.03 0.00 0.02 99.47 02:06:10 02:04:01 all 0.31 0.00 0.07 0.00 0.02 99.59 02:06:10 02:04:01 0 0.23 0.00 0.07 0.02 0.02 99.67 02:06:10 02:04:01 1 0.10 0.00 0.08 0.00 0.03 99.78 02:06:10 02:04:01 2 0.17 0.00 0.07 0.00 0.02 99.75 02:06:10 02:04:01 3 0.75 0.00 0.07 0.00 0.02 99.17 02:06:10 02:05:01 all 0.18 0.00 0.05 0.00 0.00 99.77 02:06:10 02:05:01 0 0.12 0.00 0.05 0.00 0.00 99.83 02:06:10 02:05:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:06:10 02:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:06:10 02:05:01 3 0.52 0.00 0.05 0.00 0.00 99.43 02:06:10 02:06:01 all 2.80 0.00 1.78 1.07 0.03 94.32 02:06:10 02:06:01 0 1.98 0.00 1.81 0.07 0.03 96.12 02:06:10 02:06:01 1 3.94 0.00 1.96 2.46 0.02 91.62 02:06:10 02:06:01 2 2.24 0.00 1.72 0.64 0.03 95.37 02:06:10 02:06:01 3 3.03 0.00 1.64 1.12 0.03 94.17 02:06:10 Average: all 0.73 0.00 0.39 0.23 0.01 98.63 02:06:10 Average: 0 0.59 0.00 0.40 0.12 0.01 98.88 02:06:10 Average: 1 0.78 0.00 0.39 0.50 0.01 98.32 02:06:10 Average: 2 0.69 0.00 0.43 0.16 0.01 98.70 02:06:10 Average: 3 0.88 0.00 0.34 0.13 0.01 98.63 02:06:10 02:06:10 02:06:10