Pull request #593 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 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1+0916c9033c71b8931055140091788f6fe2f32c33 (77658bc4aed5eca463665348aba3d183ad0391f7) 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 Running on prd-centos7-docker-4c-2g-624 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [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-593 # 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/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # 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/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # 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 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 Commit message: "fix: fix autoevent panic during callback" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 816079c675ea94510a4ff91ae7f2c747d851f5ea # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:20:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:20:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:20:26 ========================================================= 01:20:26 EdgeX Global Pipelines Version Info 01:20:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:20:28 ------------------- 01:20:28 stable info: 01:20:28 ------------------- 01:20:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:20:28 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:20:28 Message: update stable to v1.0.122 01:20:28 ------------------- 01:20:28 experimental info: 01:20:28 ------------------- 01:20:28 Commited By: **** collab-it+edgex@linuxfoundation.org 01:20:28 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 01:20:28 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:20:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:20:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:20:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:20:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:20:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:20:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:20:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-593 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-593 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-593 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c965aa [Pipeline] echo 01:20:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:20:33 + git log --format=format:%s -1 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [Pipeline] echo 01:20:33 GIT_COMMIT: 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1, Commit Message: fix: fix autoevent panic during callback [Pipeline] echo 01:20:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:34 01:20:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:20:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:35 latest: Pulling from edgex-devops/git-semver 01:20:35 31603596830f: Pulling fs layer 01:20:35 2a8b12db71e7: Pulling fs layer 01:20:35 6ca5941a6612: Pulling fs layer 01:20:35 ecc8261a40a4: Pulling fs layer 01:20:35 ecc8261a40a4: Waiting 01:20:35 2a8b12db71e7: Verifying Checksum 01:20:35 2a8b12db71e7: Download complete 01:20:35 31603596830f: Verifying Checksum 01:20:35 31603596830f: Download complete 01:20:35 6ca5941a6612: Verifying Checksum 01:20:35 6ca5941a6612: Download complete 01:20:35 ecc8261a40a4: Verifying Checksum 01:20:35 ecc8261a40a4: Download complete 01:20:35 31603596830f: Pull complete 01:20:35 2a8b12db71e7: Pull complete 01:20:36 6ca5941a6612: Pull complete 01:20:36 ecc8261a40a4: Pull complete 01:20:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:20:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:20:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:20:37 prd-centos7-docker-4c-2g-624 does not seem to be running inside a container 01:20:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-593 -v /w/workspace/dgexfoundry_device-sdk-go_PR-593:/w/workspace/dgexfoundry_device-sdk-go_PR-593:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:20:39 $ docker top bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:39 [ssh-agent] Looking for ssh-agent implementation... 01:20:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:39 $ docker exec bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent 01:20:40 SSH_AUTH_SOCK=/tmp/ssh-q3VK7xQUhP8l/agent.12 01:20:40 SSH_AGENT_PID=17 01:20:40 Running ssh-add (command line suppressed) 01:20:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_432303179258557449.key (/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_432303179258557449.key) 01:20:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:40 + git describe --exact-match --tags HEAD 01:20:40 fatal: No names found, cannot describe anything. [Pipeline] } 01:20:40 $ docker exec --env ******** --env ******** bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent -k 01:20:40 unset SSH_AUTH_SOCK; 01:20:40 unset SSH_AGENT_PID; 01:20:40 echo Agent pid 17 killed; 01:20:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:20:40 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:20:40 This usually means this commit has not been tagged. [Pipeline] sshagent 01:20:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:41 [ssh-agent] Looking for ssh-agent implementation... 01:20:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:41 $ docker exec bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent 01:20:41 SSH_AUTH_SOCK=/tmp/ssh-FqcFxjG42Apx/agent.46 01:20:41 SSH_AGENT_PID=51 01:20:41 Running ssh-add (command line suppressed) 01:20:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_3050608364643034303.key (/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_3050608364643034303.key) 01:20:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:42 + git semver init 01:20:42 # -> Open(): unable to determine branch for HEAD 01:20:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-593/.git 01:20:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-593 01:20:42 # $SEMVER_REMOTE_NAME = origin 01:20:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:20:42 # $SEMVER_USER_NAME = edgex-jenkins 01:20:42 # $SEMVER_BRANCH = PR-593 01:20:42 # $SEMVER_TEMP = /tmp/semver-744917777 01:20:42 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 01:20:42 # '/tmp/semver-744917777' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-593/.semver' 01:20:42 # -> Force: false 01:20:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-593/.semver [Pipeline] } 01:20:42 $ docker exec --env ******** --env ******** bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent -k 01:20:42 unset SSH_AUTH_SOCK; 01:20:42 unset SSH_AGENT_PID; 01:20:42 echo Agent pid 51 killed; 01:20:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:43 + git semver [Pipeline] } 01:20:43 $ docker stop --time=1 bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 01:20:44 $ docker rm -f bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:20:45 Stashed 38 file(s) [Pipeline] echo 01:20:45 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 01:20:45 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:21:01 Still waiting to schedule task 01:21:01 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-624’ 01:21:01 Still waiting to schedule task 01:21:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:22:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-625 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [Pipeline] { [Pipeline] ws 01:22:49 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 01:22:55 using credential edgex-jenkins-ssh 01:22:55 Cloning the remote Git repository 01:22:55 Cloning with configured refspecs honoured and without tags 01:22:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:22:55 > git init /w/workspace/device-sdk-go/3 # timeout=10 01:22:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:22:55 > git --version # timeout=10 01:22:55 > git --version # 'git version 2.17.1' 01:22:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:22:57 Fetching without tags 01:22:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:22:56 > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # timeout=10 01:22:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:22:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:22:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:57 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:22:57 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:22:57 Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:22:57 Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) 01:22:57 > git config core.sparsecheckout # timeout=10 01:22:57 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 01:22:57 > git remote # timeout=10 01:22:57 > git config --get remote.origin.url # timeout=10 01:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:22:57 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 01:22:57 > git rev-parse HEAD^{commit} # timeout=10 01:22:57 > git config core.sparsecheckout # timeout=10 01:22:57 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 01:23:02 Commit message: "fix: fix autoevent panic during callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:23:03 ========================================================= 01:23:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:23:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:23:05 + 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:23:06 Sending build context to Docker daemon 3.163MB 01:23:06 Step 1/8 : ARG BASE=golang:1.15-alpine 01:23:06 Step 2/8 : FROM ${BASE} 01:23:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:23:06 b538f80385f9: Pulling fs layer 01:23:06 74f711af9a0d: Pulling fs layer 01:23:06 99f96fe45779: Pulling fs layer 01:23:06 8529a6b9a6be: Pulling fs layer 01:23:06 45590311c82a: Pulling fs layer 01:23:06 69ca0ff8b7b3: Pulling fs layer 01:23:06 209524e5b208: Pulling fs layer 01:23:06 8529a6b9a6be: Waiting 01:23:06 45590311c82a: Waiting 01:23:06 69ca0ff8b7b3: Waiting 01:23:06 209524e5b208: Waiting 01:23:06 99f96fe45779: Download complete 01:23:06 74f711af9a0d: Download complete 01:23:06 45590311c82a: Verifying Checksum 01:23:06 45590311c82a: Download complete 01:23:06 69ca0ff8b7b3: Verifying Checksum 01:23:06 69ca0ff8b7b3: Download complete 01:23:07 b538f80385f9: Verifying Checksum 01:23:07 b538f80385f9: Download complete 01:23:07 b538f80385f9: Pull complete 01:23:08 74f711af9a0d: Pull complete 01:23:08 99f96fe45779: Pull complete 01:23:09 209524e5b208: Verifying Checksum 01:23:09 209524e5b208: Download complete 01:23:10 8529a6b9a6be: Verifying Checksum 01:23:10 8529a6b9a6be: Download complete 01:23:21 8529a6b9a6be: Pull complete 01:23:21 45590311c82a: Pull complete 01:23:21 69ca0ff8b7b3: Pull complete 01:23:25 209524e5b208: Pull complete 01:23:25 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:23:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:23:25 ---> 5bddaf1c2fca 01:23:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:23:28 ---> Running in 4e644fb56254 01:23:28 Removing intermediate container 4e644fb56254 01:23:28 ---> b91b3bb3aefc 01:23:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:23:28 ---> Running in e3b7ecfa7c27 01:23:31 Removing intermediate container e3b7ecfa7c27 01:23:31 ---> c7b6fbaa7fe4 01:23:31 Step 5/8 : RUN apk add --no-cache make git 01:23:31 ---> Running in 7973f93089ef 01:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:23:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:23:34 OK: 142 MiB in 39 packages 01:23:35 Removing intermediate container 7973f93089ef 01:23:35 ---> 62f80bdcc38d 01:23:35 Step 6/8 : WORKDIR /device-sdk-go 01:23:35 ---> Running in 10b5ea462cb0 01:23:35 Removing intermediate container 10b5ea462cb0 01:23:35 ---> f4b06656a856 01:23:35 Step 7/8 : COPY . . 01:23:37 ---> 2ececf9f6f6d 01:23:37 Step 8/8 : RUN go mod download 01:23:37 ---> Running in f80605c5ddf9 01:23:41 Running on prd-centos7-docker-4c-2g-626 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [Pipeline] { [Pipeline] ws 01:23:41 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 01:23:44 using credential edgex-jenkins-ssh 01:23:44 Cloning the remote Git repository 01:23:44 Cloning with configured refspecs honoured and without tags 01:23:45 Fetching without tags 01:23:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:23:44 > git init /w/workspace/device-sdk-go/3 # timeout=10 01:23:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:23:44 > git --version # timeout=10 01:23:44 > git --version # 'git version 2.16.5' 01:23:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:23:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:23:45 > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # timeout=10 01:23:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:23:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:23:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:23:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:23:45 Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:23:45 Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:23:45 Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) 01:23:45 > git config core.sparsecheckout # timeout=10 01:23:45 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 01:23:45 > git remote # timeout=10 01:23:45 > git config --get remote.origin.url # timeout=10 01:23:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:23:45 > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 01:23:45 > git rev-parse HEAD^{commit} # timeout=10 01:23:45 > git config core.sparsecheckout # timeout=10 01:23:45 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 01:23:49 Commit message: "fix: fix autoevent panic during callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:23:50 ========================================================= 01:23:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:23:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:23:50 + 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:23:51 Sending build context to Docker daemon 3.164MB 01:23:51 Step 1/8 : ARG BASE=golang:1.15-alpine 01:23:51 Step 2/8 : FROM ${BASE} 01:23:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:23:51 df20fa9351a1: Pulling fs layer 01:23:51 ed8968b2872e: Pulling fs layer 01:23:51 a92cc7c5fd73: Pulling fs layer 01:23:51 e871e8e8d7a9: Pulling fs layer 01:23:51 e73272ec9a57: Pulling fs layer 01:23:51 1e910a182e73: Pulling fs layer 01:23:51 4e634b169226: Pulling fs layer 01:23:51 e871e8e8d7a9: Waiting 01:23:51 e73272ec9a57: Waiting 01:23:51 4e634b169226: Waiting 01:23:51 1e910a182e73: Waiting 01:23:51 a92cc7c5fd73: Verifying Checksum 01:23:51 a92cc7c5fd73: Download complete 01:23:51 ed8968b2872e: Verifying Checksum 01:23:51 ed8968b2872e: Download complete 01:23:51 e73272ec9a57: Verifying Checksum 01:23:51 e73272ec9a57: Download complete 01:23:51 1e910a182e73: Download complete 01:23:51 df20fa9351a1: Verifying Checksum 01:23:51 df20fa9351a1: Download complete 01:23:51 df20fa9351a1: Pull complete 01:23:51 ed8968b2872e: Pull complete 01:23:51 a92cc7c5fd73: Pull complete 01:23:52 Removing intermediate container f80605c5ddf9 01:23:52 ---> fb1e9dcc012c 01:23:52 Successfully built fb1e9dcc012c 01:23:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:23:53 + docker inspect -f . ci-base-image-arm64 01:23:53 . [Pipeline] withDockerContainer 01:23:53 prd-ubuntu18.04-docker-arm64-4c-16g-625 does not seem to be running inside a container 01:23:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:23:53 4e634b169226: Verifying Checksum 01:23:53 4e634b169226: Download complete 01:23:54 e871e8e8d7a9: Verifying Checksum 01:23:54 e871e8e8d7a9: Download complete 01:23:55 $ docker top 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:56 + go version 01:23:56 go version go1.15.2 linux/arm64 [Pipeline] } 01:23:56 $ docker stop --time=1 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a 01:23:58 e871e8e8d7a9: Pull complete 01:23:58 e73272ec9a57: Pull complete 01:23:58 1e910a182e73: Pull complete 01:23:58 $ docker rm -f 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:23:59 + docker inspect -f . ci-base-image-arm64 01:23:59 . [Pipeline] withDockerContainer 01:24:00 prd-ubuntu18.04-docker-arm64-4c-16g-625 does not seem to be running inside a container 01:24:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:24:01 $ docker top b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:03 + make test 01:24:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:24:05 4e634b169226: Pull complete 01:24:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:24:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:24:05 ---> f7629b54cfaa 01:24:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:24:05 ---> Running in 8e484180df45 01:24:05 Removing intermediate container 8e484180df45 01:24:05 ---> c7ae56859e18 01:24:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:05 ---> Running in 663bb075b871 01:24:06 Removing intermediate container 663bb075b871 01:24:06 ---> d06a7e2ccce8 01:24:06 Step 5/8 : RUN apk add --no-cache make git 01:24:06 ---> Running in 56a6a7245304 01:24:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:08 OK: 166 MiB in 39 packages 01:24:08 Removing intermediate container 56a6a7245304 01:24:08 ---> d691873e4e27 01:24:08 Step 6/8 : WORKDIR /device-sdk-go 01:24:08 ---> Running in 373008a7c261 01:24:09 Removing intermediate container 373008a7c261 01:24:09 ---> 7f7c9fcfde02 01:24:09 Step 7/8 : COPY . . 01:24:10 ---> fda718818f68 01:24:10 Step 8/8 : RUN go mod download 01:24:10 ---> Running in c5fc23fbfa66 01:24:22 Removing intermediate container c5fc23fbfa66 01:24:22 ---> 8517b4f85f7f 01:24:22 Successfully built 8517b4f85f7f 01:24:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:24:22 + docker inspect -f . ci-base-image-x86_64 01:24:22 . [Pipeline] withDockerContainer 01:24:22 prd-centos7-docker-4c-2g-626 does not seem to be running inside a container 01:24:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-x86_64 cat 01:24:24 $ docker top bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:24 + go version 01:24:24 go version go1.15.2 linux/amd64 [Pipeline] } 01:24:24 $ docker stop --time=1 bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 01:24:25 ? github.com/edgexfoundry/device-sdk-go [no test files] 01:24:26 $ docker rm -f bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:24:27 + docker inspect -f . ci-base-image-x86_64 01:24:27 . [Pipeline] withDockerContainer 01:24:27 prd-centos7-docker-4c-2g-626 does not seem to be running inside a container 01:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-x86_64 cat 01:24:27 $ docker top 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:28 + make test 01:24:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:24:34 ? github.com/edgexfoundry/device-sdk-go [no test files] 01:24:47 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 01:24:47 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 01:24:47 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 01:24:47 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.030s coverage: 21.9% of statements 01:24:47 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.405s coverage: 95.7% of statements 01:25:04 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 01:25:04 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 01:25:04 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 01:25:04 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.059s coverage: 21.9% of statements 01:25:04 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.359s coverage: 95.7% of statements 01:25:20 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 8.6% of statements 01:25:20 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.031s coverage: 21.7% of statements 01:25:20 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 01:25:20 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.188s coverage: 37.0% of statements 01:25:20 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 01:25:20 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.241s coverage: 65.4% of statements 01:25:20 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 01:25:20 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 01:25:20 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 01:25:20 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.112s coverage: 52.6% of statements 01:25:20 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.196s coverage: 68.9% of statements 01:25:20 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 01:25:20 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 01:25:20 GO111MODULE=on go vet ./... 01:25:25 gofmt -l . 01:25:25 [ "`gofmt -l .`" = "" ] 01:25:25 ./bin/test-attribution-txt.sh 01:25:25 ./bin/test-go-mod-tidy.sh [Pipeline] stash 01:25:26 Stashed 1 file(s) [Pipeline] } 01:25:26 $ docker stop --time=1 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 01:25:28 $ docker rm -f 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:25:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:25:31 + ls -al . 01:25:31 total 188 01:25:31 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 21 01:25 . 01:25:31 drwxrwxr-x. 4 jenkins jenkins 28 Sep 21 01:23 .. 01:25:31 drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 01:23 bin 01:25:31 -rw-r--r--. 1 jenkins jenkins 111696 Sep 21 01:25 coverage.out 01:25:31 -rw-rw-r--. 1 jenkins jenkins 936 Sep 21 01:23 Dockerfile.build 01:25:31 -rw-rw-r--. 1 jenkins jenkins 140 Sep 21 01:23 .dockerignore 01:25:31 drwxrwxr-x. 4 jenkins jenkins 48 Sep 21 01:23 example 01:25:31 drwxrwxr-x. 8 jenkins jenkins 179 Sep 21 01:23 .git 01:25:31 drwxrwxr-x. 2 jenkins jenkins 60 Sep 21 01:23 .github 01:25:31 -rw-rw-r--. 1 jenkins jenkins 138 Sep 21 01:23 .gitignore 01:25:31 -rw-r--r--. 1 jenkins jenkins 446 Sep 21 01:25 go.mod 01:25:31 -rw-r--r--. 1 jenkins jenkins 12179 Sep 21 01:25 go.sum 01:25:31 drwxrwxr-x. 13 jenkins jenkins 184 Sep 21 01:23 internal 01:25:31 -rw-rw-r--. 1 jenkins jenkins 785 Sep 21 01:23 Jenkinsfile 01:25:31 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 21 01:23 LICENSE 01:25:31 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 21 01:23 Makefile 01:25:31 drwxrwxr-x. 4 jenkins jenkins 26 Sep 21 01:23 openapi 01:25:31 drwxrwxr-x. 5 jenkins jenkins 50 Sep 21 01:23 pkg 01:25:31 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 21 01:23 README.md 01:25:31 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 21 01:23 RELEASE-NOTES.txt 01:25:31 drwxrwxr-x. 3 jenkins jenkins 58 Sep 21 01:23 .semver 01:25:31 drwxrwxr-x. 4 jenkins jenkins 54 Sep 21 01:23 snap 01:25:31 -rw-rw-r--. 1 jenkins jenkins 5 Sep 21 01:20 VERSION 01:25:31 -rw-rw-r--. 1 jenkins jenkins 222 Sep 21 01:23 version.go [Pipeline] isUnix [Pipeline] sh 01:25: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=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 --label arch=amd64 --label version=0.0.0 . 01:25:31 Sending build context to Docker daemon 3.277MB 01:25:31 Step 1/24 : ARG BASE=golang:1.15-alpine 01:25:31 Step 2/24 : FROM ${BASE} AS builder 01:25:31 ---> 8517b4f85f7f 01:25:31 Step 3/24 : ARG MAKE='make build' 01:25:32 ---> Running in 74564f3174c4 01:25:32 Removing intermediate container 74564f3174c4 01:25:32 ---> 33b8d45ea3d3 01:25:32 Step 4/24 : WORKDIR /device-sdk-go 01:25:32 ---> Running in 7d6c676de264 01:25:32 Removing intermediate container 7d6c676de264 01:25:32 ---> fd0ddf26a65f 01:25:32 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:25:32 ---> Running in 3b70912fcbf4 01:25:32 Removing intermediate container 3b70912fcbf4 01:25:32 ---> 854c2ba89d6c 01:25:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:32 ---> Running in 4af73f9d63e3 01:25:34 Removing intermediate container 4af73f9d63e3 01:25:34 ---> aeffdf3a95c5 01:25:34 Step 7/24 : RUN apk add --update --no-cache make git 01:25:34 ---> Running in 3bbd3099bc6c 01:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:35 OK: 166 MiB in 39 packages 01:25:36 Removing intermediate container 3bbd3099bc6c 01:25:36 ---> 2ba5b77dd358 01:25:36 Step 8/24 : COPY . . 01:25:36 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.081s coverage: 8.6% of statements 01:25:36 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.046s coverage: 21.7% of statements 01:25:36 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 01:25:36 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.441s coverage: 37.0% of statements 01:25:36 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 01:25:36 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.638s coverage: 65.4% of statements 01:25:36 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 01:25:36 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 01:25:36 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 01:25:36 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.283s coverage: 52.6% of statements 01:25:36 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.861s coverage: 68.9% of statements 01:25:36 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 01:25:36 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 01:25:36 GO111MODULE=on go vet ./... 01:25:37 ---> 61e89fb5e92b 01:25:37 Step 9/24 : RUN ${MAKE} 01:25:37 ---> Running in 67a1dfc38bfe 01:25: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 01:25:44 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 01:25:46 Removing intermediate container 67a1dfc38bfe 01:25:46 ---> ba2cfa2edc0b 01:25:46 Step 10/24 : FROM scratch 01:25:46 ---> 01:25:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:25:46 ---> Running in f30fa7aae002 01:25:46 Removing intermediate container f30fa7aae002 01:25:46 ---> ec81899b39c8 01:25:46 Step 12/24 : ENV APP_PORT=49990 01:25:46 ---> Running in 65d356645ec7 01:25:46 Removing intermediate container 65d356645ec7 01:25:46 ---> 11a2ca8226b1 01:25:46 Step 13/24 : EXPOSE $APP_PORT 01:25:46 ---> Running in 05d64988028d 01:25:46 Removing intermediate container 05d64988028d 01:25:46 ---> 160b7a51917b 01:25:46 Step 14/24 : WORKDIR / 01:25:46 ---> Running in 77619ae0d31e 01:25:46 Removing intermediate container 77619ae0d31e 01:25:46 ---> 57381d3ad16b 01:25:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 01:25:47 ---> 633a692ddfa5 01:25:47 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 01:25:47 ---> e2434cdd98fb 01:25:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 01:25:47 ---> 619c97a21fd9 01:25:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 01:25:48 ---> d37020491097 01:25:48 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 01:25:48 ---> 601b83f9718a 01:25:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 01:25:48 ---> Running in 65f3bbd4c5e4 01:25:48 Removing intermediate container 65f3bbd4c5e4 01:25:48 ---> 48b225fe6361 01:25:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:25:48 ---> Running in f017e911a42c 01:25:48 Removing intermediate container f017e911a42c 01:25:48 ---> e1db4f87f50f 01:25:48 Step 22/24 : LABEL arch=amd64 01:25:48 ---> Running in 142dca0570f0 01:25:48 Removing intermediate container 142dca0570f0 01:25:48 ---> 9d994ff52d02 01:25:48 Step 23/24 : LABEL git_sha=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:25:49 ---> Running in 489899a18ac4 01:25:49 Removing intermediate container 489899a18ac4 01:25:49 ---> 55a4157255b6 01:25:49 Step 24/24 : LABEL version=0.0.0 01:25:49 ---> Running in b5a4877bbc87 01:25:49 Removing intermediate container b5a4877bbc87 01:25:49 ---> e1e162b5b5c6 01:25:49 [Warning] One or more build-args [ARCH] were not consumed 01:25:49 Successfully built e1e162b5b5c6 01:25: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] } 01:26:03 gofmt -l . 01:26:03 [ "`gofmt -l .`" = "" ] 01:26:03 ./bin/test-attribution-txt.sh 01:26:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 01:26:03 Warning: overwriting stash ‘coverage-report’ 01:26:04 Stashed 1 file(s) [Pipeline] } 01:26:04 $ docker stop --time=1 b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a 01:26:07 $ docker rm -f b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:26:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:26:08 + ls -al . 01:26:08 total 228 01:26:08 drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 01:26 . 01:26:08 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 .. 01:26:08 -rw-rw-r-- 1 jenkins jenkins 140 Sep 21 01:22 .dockerignore 01:26:08 drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 01:23 .git 01:26:08 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 01:22 .github 01:26:08 -rw-rw-r-- 1 jenkins jenkins 138 Sep 21 01:22 .gitignore 01:26:08 drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 01:23 .semver 01:26:08 -rw-rw-r-- 1 jenkins jenkins 936 Sep 21 01:22 Dockerfile.build 01:26:08 -rw-rw-r-- 1 jenkins jenkins 785 Sep 21 01:22 Jenkinsfile 01:26:08 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 21 01:22 LICENSE 01:26:08 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 21 01:22 Makefile 01:26:08 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 21 01:22 README.md 01:26:08 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 21 01:22 RELEASE-NOTES.txt 01:26:08 -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 01:20 VERSION 01:26:08 drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 01:22 bin 01:26:08 -rw-r--r-- 1 jenkins jenkins 111696 Sep 21 01:25 coverage.out 01:26:08 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 example 01:26:08 -rw-r--r-- 1 jenkins jenkins 446 Sep 21 01:26 go.mod 01:26:08 -rw-r--r-- 1 jenkins jenkins 12179 Sep 21 01:26 go.sum 01:26:08 drwxrwxr-x 13 jenkins jenkins 4096 Sep 21 01:22 internal 01:26:08 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 openapi 01:26:08 drwxrwxr-x 5 jenkins jenkins 4096 Sep 21 01:22 pkg 01:26:08 drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 snap 01:26:08 -rw-rw-r-- 1 jenkins jenkins 222 Sep 21 01:22 version.go [Pipeline] isUnix [Pipeline] sh 01:26:09 + 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=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 --label arch=arm64 --label version=0.0.0 . 01:26:09 Sending build context to Docker daemon 3.277MB 01:26:09 Step 1/24 : ARG BASE=golang:1.15-alpine 01:26:09 Step 2/24 : FROM ${BASE} AS builder 01:26:09 ---> fb1e9dcc012c 01:26:09 Step 3/24 : ARG MAKE='make build' 01:26:10 ---> Running in 0c61f4215300 01:26:10 Removing intermediate container 0c61f4215300 01:26:10 ---> 28261f88c838 01:26:10 Step 4/24 : WORKDIR /device-sdk-go 01:26:10 ---> Running in b93ba6a38749 01:26:11 Removing intermediate container b93ba6a38749 01:26:11 ---> f2b2f1c394e6 01:26:11 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:26:11 ---> Running in a2ba729fb581 01:26:11 Removing intermediate container a2ba729fb581 01:26:11 ---> a5c71dfeef58 01:26:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:11 ---> Running in 84a51c4b80dd 01:26:14 Removing intermediate container 84a51c4b80dd 01:26:14 ---> 2793021b1b73 01:26:14 Step 7/24 : RUN apk add --update --no-cache make git 01:26:14 ---> Running in ef55eb5841a2 01:26:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:26:16 OK: 142 MiB in 39 packages 01:26:17 Removing intermediate container ef55eb5841a2 01:26:17 ---> d773e77e4d81 01:26:17 Step 8/24 : COPY . . 01:26:19 ---> 86f435ddd5e9 01:26:19 Step 9/24 : RUN ${MAKE} 01:26:19 ---> Running in 68cd2272140a 01:26:20 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 01:26:42 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 01:26:44 Removing intermediate container 68cd2272140a 01:26:44 ---> 31ab96590ed5 01:26:44 Step 10/24 : FROM scratch 01:26:44 ---> 01:26:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:26:44 ---> Running in 09de2ca75d86 01:26:45 Removing intermediate container 09de2ca75d86 01:26:45 ---> ae65c8c3b2d4 01:26:45 Step 12/24 : ENV APP_PORT=49990 01:26:45 ---> Running in 2ad7781da26e 01:26:45 Removing intermediate container 2ad7781da26e 01:26:45 ---> d605b2475a1a 01:26:45 Step 13/24 : EXPOSE $APP_PORT 01:26:45 ---> Running in 7979eeb8540e 01:26:46 Removing intermediate container 7979eeb8540e 01:26:46 ---> cc0e6af3efba 01:26:46 Step 14/24 : WORKDIR / 01:26:46 ---> Running in a9a3a94db124 01:26:46 Removing intermediate container a9a3a94db124 01:26:46 ---> 10ce1382c0dd 01:26:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 01:26:48 ---> 2d6e9ea84429 01:26:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 01:26:48 ---> f011cbf9f03e 01:26:48 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 01:26:49 ---> 6839472705bd 01:26:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 01:26:49 ---> a24dae9b331d 01:26:49 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 01:26:50 ---> d68a3163c94a 01:26:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 01:26:50 ---> Running in a0d4b4ea5355 01:26:51 Removing intermediate container a0d4b4ea5355 01:26:51 ---> 9275968f346c 01:26:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:51 ---> Running in 2618ed9433ed 01:26:51 Removing intermediate container 2618ed9433ed 01:26:51 ---> c0a75fd494a9 01:26:51 Step 22/24 : LABEL arch=arm64 01:26:51 ---> Running in 7b90b828744b 01:26:52 Removing intermediate container 7b90b828744b 01:26:52 ---> 0d4cb94d393c 01:26:52 Step 23/24 : LABEL git_sha=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 01:26:52 ---> Running in 4606a736d8a4 01:26:52 Removing intermediate container 4606a736d8a4 01:26:52 ---> 11e5c65d6f1d 01:26:52 Step 24/24 : LABEL version=0.0.0 01:26:53 ---> Running in dc4156cbc4a9 01:26:53 Removing intermediate container dc4156cbc4a9 01:26:53 ---> 49e8366a422e 01:26:53 [Warning] One or more build-args [ARCH] were not consumed 01:26:53 Successfully built 49e8366a422e 01:26:53 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 01:26:55 provisioning config files... 01:26:55 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config75510579688647524tmp [Pipeline] { [Pipeline] sh 01:26:55 + curl -s https://codecov.io/bash 01:26:55 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config75510579688647524tmp [Pipeline] } 01:26:55 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 01:26:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:26:58 ---> package-listing.sh 01:26:58 ++ facter osfamily 01:26:58 ++ tr '[:upper:]' '[:lower:]' 01:26:58 + OS_FAMILY=redhat 01:26:58 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-593 01:26:58 + START_PACKAGES=/tmp/packages_start.txt 01:26:58 + END_PACKAGES=/tmp/packages_end.txt 01:26:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:26:58 + PACKAGES=/tmp/packages_start.txt 01:26:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-593 ']' 01:26:58 + PACKAGES=/tmp/packages_end.txt 01:26:58 + case "${OS_FAMILY}" in 01:26:58 + rpm -qa 01:26:58 + sort 01:27:02 + '[' -f /tmp/packages_start.txt ']' 01:27:02 + '[' -f /tmp/packages_end.txt ']' 01:27:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:27:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-593 ']' 01:27:02 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-593/archives/ 01:27:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-593/archives/ [Pipeline] isUnix [Pipeline] sh 01:27:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:27:03 01:27:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:27:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:27:04 alpine: Pulling from edgex-lftools-log-publisher 01:27:04 df20fa9351a1: Pulling fs layer 01:27:04 36b3adc4ff6f: Pulling fs layer 01:27:04 8ad3a11d3b57: Pulling fs layer 01:27:04 46f8f816bc3b: Pulling fs layer 01:27:04 0dadc02b9964: Pulling fs layer 01:27:04 ce6a7cf60c04: Pulling fs layer 01:27:04 7a184a31f384: Pulling fs layer 01:27:04 0879bd2ef858: Pulling fs layer 01:27:04 0dadc02b9964: Waiting 01:27:04 ce6a7cf60c04: Waiting 01:27:04 7a184a31f384: Waiting 01:27:04 46f8f816bc3b: Waiting 01:27:04 0879bd2ef858: Waiting 01:27:04 36b3adc4ff6f: Verifying Checksum 01:27:04 36b3adc4ff6f: Download complete 01:27:04 46f8f816bc3b: Verifying Checksum 01:27:04 46f8f816bc3b: Download complete 01:27:04 df20fa9351a1: Verifying Checksum 01:27:04 df20fa9351a1: Download complete 01:27:04 ce6a7cf60c04: Verifying Checksum 01:27:04 ce6a7cf60c04: Download complete 01:27:04 7a184a31f384: Verifying Checksum 01:27:04 7a184a31f384: Download complete 01:27:04 0dadc02b9964: Verifying Checksum 01:27:04 0dadc02b9964: Download complete 01:27:04 df20fa9351a1: Pull complete 01:27:04 8ad3a11d3b57: Verifying Checksum 01:27:04 8ad3a11d3b57: Download complete 01:27:05 36b3adc4ff6f: Pull complete 01:27:05 0879bd2ef858: Verifying Checksum 01:27:05 0879bd2ef858: Download complete 01:27:05 8ad3a11d3b57: Pull complete 01:27:06 46f8f816bc3b: Pull complete 01:27:06 0dadc02b9964: Pull complete 01:27:06 ce6a7cf60c04: Pull complete 01:27:07 7a184a31f384: Pull complete 01:27:10 0879bd2ef858: Pull complete 01:27:10 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 01:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:27:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:27:11 prd-centos7-docker-4c-2g-624 does not seem to be running inside a container 01:27:11 $ 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-593 -v /w/workspace/dgexfoundry_device-sdk-go_PR-593:/w/workspace/dgexfoundry_device-sdk-go_PR-593:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-593@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:27:13 $ docker top b7ce7b8d95fed40af4b4fdb3539b69d8178cb40fa3cd5969b26af2580fc8f8fb -eo pid,comm [Pipeline] { [Pipeline] sh 01:27:14 + mkdir -p /var/log/sa [Pipeline] sh 01:27:14 + ls /var/log/sa-host 01:27:14 + sadf -c /var/log/sa-host/sa05 01:27:14 file_magic: OK 01:27:14 HZ: Using current value: 100 01:27:14 file_header: OK 01:27:14 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 01:27:14 Statistics: 01:27:14 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:27:14 File successfully converted to sysstat format version 12.2.1 01:27:14 + sadf -c /var/log/sa-host/sa21 01:27:14 file_magic: OK 01:27:14 HZ: Using current value: 100 01:27:14 file_header: OK 01:27:14 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 01:27:14 Statistics: 01:27:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:27:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:27:14 provisioning config files... 01:27:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config3644691700387485644tmp [Pipeline] { [Pipeline] echo 01:27:14 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:27:14 ---> create-netrc.sh [Pipeline] echo 01:27:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:27:15 ---> logs-deploy.sh 01:27:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-593/3 01:27:15 INFO: archiving workspace using pattern(s): 01:27:16 Archives upload complete. 01:27:16 INFO: archiving logs to Nexus 01:27:17 ---> uname -a: 01:27:17 Linux b7ce7b8d95fe 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 01:27:17 01:27:17 01:27:17 ---> lscpu: 01:27:17 Architecture: x86_64 01:27:17 CPU op-mode(s): 32-bit, 64-bit 01:27:17 Byte Order: Little Endian 01:27:17 Address sizes: 40 bits physical, 48 bits virtual 01:27:17 CPU(s): 4 01:27:17 On-line CPU(s) list: 0-3 01:27:17 Thread(s) per core: 1 01:27:17 Core(s) per socket: 1 01:27:17 Socket(s): 4 01:27:17 NUMA node(s): 1 01:27:17 Vendor ID: GenuineIntel 01:27:17 CPU family: 6 01:27:17 Model: 44 01:27:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:27:17 Stepping: 1 01:27:17 CPU MHz: 2933.436 01:27:17 BogoMIPS: 5866.87 01:27:17 Virtualization: VT-x 01:27:17 Hypervisor vendor: KVM 01:27:17 Virtualization type: full 01:27:17 L1d cache: 128 KiB 01:27:17 L1i cache: 128 KiB 01:27:17 L2 cache: 16 MiB 01:27:17 L3 cache: 64 MiB 01:27:17 NUMA node0 CPU(s): 0-3 01:27:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:27:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:27:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:27:17 Vulnerability Meltdown: Mitigation; PTI 01:27:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:27:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:27:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:27:17 Vulnerability Tsx async abort: Not affected 01:27:17 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 01:27:17 01:27:17 01:27:17 ---> nproc: 01:27:17 4 01:27:17 01:27:17 01:27:17 ---> df -h: 01:27:17 Filesystem Size Used Available Use% Mounted on 01:27:17 overlay 50.0G 7.0G 43.0G 14% / 01:27:17 tmpfs 64.0M 0 64.0M 0% /dev 01:27:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:27:17 shm 64.0M 0 64.0M 0% /dev/shm 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-593 01:27:17 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp 01:27:17 01:27:17 01:27:17 ---> free -m: 01:27:17 total used free shared buff/cache available 01:27:17 Mem: 1837 641 135 0 1060 1089 01:27:17 Swap: 1023 0 1023 01:27:17 01:27:17 01:27:17 ---> ip addr: 01:27:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:27:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:27:17 inet 127.0.0.1/8 scope host lo 01:27:17 valid_lft forever preferred_lft forever 01:27:17 6: eth0@if7: mtu 1458 qdisc noqueue state UP 01:27:17 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 01:27:17 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 01:27:17 valid_lft forever preferred_lft forever 01:27:17 01:27:17 01:27:17 ---> sar -b -r -n DEV: 01:27:17 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) 01:27:17 01:27:17 01:19:36 LINUX RESTART (4 CPU) 01:27:17 01:27:17 01:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:27:17 01:21:01 137.30 47.64 89.67 0.00 7718.47 40337.55 0.00 01:27:17 01:22:01 3.43 0.00 3.43 0.00 0.00 108.26 0.00 01:27:17 01:23:01 0.38 0.00 0.38 0.00 0.00 5.56 0.00 01:27:17 01:24:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 01:27:17 01:25:01 0.30 0.00 0.30 0.00 0.00 4.73 0.00 01:27:17 01:26:01 0.25 0.00 0.25 0.00 0.00 3.66 0.00 01:27:17 01:27:01 40.56 40.19 0.37 0.00 3983.35 4.70 0.00 01:27:17 Average: 26.08 12.55 13.53 0.00 1672.54 5785.40 0.00 01:27:17 01:27:17 01:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:27:17 01:21:01 175024 0 559488 29.74 2620 1144424 1106720 37.77 409124 1137104 120 01:27:17 01:22:01 179140 0 555128 29.50 2620 1144668 1079644 36.85 408580 1134184 28 01:27:17 01:23:01 177648 0 556668 29.59 2620 1144620 1068564 36.47 411700 1133412 20 01:27:17 01:24:01 178008 0 556308 29.57 2620 1144620 1068480 36.47 411196 1133412 12 01:27:17 01:25:01 177368 0 556944 29.60 2620 1144624 1068336 36.46 418472 1126784 16 01:27:17 01:26:01 176812 0 557492 29.63 2620 1144632 1068420 36.46 420208 1125640 8 01:27:17 01:27:01 73856 0 585348 31.11 2620 1219732 1104848 37.71 443680 1201084 196 01:27:17 Average: 162551 0 561054 29.82 2620 1155331 1080716 36.88 417566 1141660 57 01:27:17 01:27:17 01:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:27:17 01:21:01 eth0 518.95 312.55 1077.95 114.76 0.00 0.00 0.00 0.00 01:27:17 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:21:01 docker0 7.44 5.69 1.04 18.28 0.00 0.00 0.00 0.00 01:27:17 01:22:01 eth0 3.58 1.42 2.98 0.09 0.00 0.00 0.00 0.00 01:27:17 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:23:01 eth0 0.67 0.50 0.28 0.21 0.00 0.00 0.00 0.00 01:27:17 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:24:01 eth0 0.80 0.33 0.31 0.20 0.00 0.00 0.00 0.00 01:27:17 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:27:17 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:26:01 eth0 0.35 0.30 0.17 0.08 0.00 0.00 0.00 0.00 01:27:17 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:27:01 eth0 7.59 4.58 7.89 2.62 0.00 0.00 0.00 0.00 01:27:17 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 Average: eth0 76.06 45.71 155.77 16.86 0.00 0.00 0.00 0.00 01:27:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:27:17 Average: docker0 1.06 0.81 0.15 2.61 0.00 0.00 0.00 0.00 01:27:17 01:27:17 01:27:17 ---> sar -P ALL: 01:27:17 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) 01:27:17 01:27:17 01:19:36 LINUX RESTART (4 CPU) 01:27:17 01:27:17 01:20:01 CPU %user %nice %system %iowait %steal %idle 01:27:17 01:21:01 all 13.19 0.00 7.15 7.64 0.12 71.90 01:27:17 01:21:01 0 12.56 0.00 7.88 8.80 0.10 70.66 01:27:17 01:21:01 1 13.46 0.00 5.87 7.54 0.14 73.00 01:27:17 01:21:01 2 13.26 0.00 7.68 8.28 0.10 70.68 01:27:17 01:21:01 3 13.46 0.00 7.18 5.94 0.15 73.26 01:27:17 01:22:01 all 0.10 0.00 0.05 0.00 0.00 99.85 01:27:17 01:22:01 0 0.07 0.00 0.05 0.00 0.00 99.88 01:27:17 01:22:01 1 0.07 0.00 0.03 0.00 0.00 99.90 01:27:17 01:22:01 2 0.05 0.00 0.05 0.00 0.02 99.88 01:27:17 01:22:01 3 0.22 0.00 0.05 0.00 0.00 99.73 01:27:17 01:23:01 all 0.17 0.00 0.05 0.00 0.00 99.79 01:27:17 01:23:01 0 0.05 0.00 0.07 0.00 0.00 99.88 01:27:17 01:23:01 1 0.13 0.00 0.05 0.00 0.00 99.82 01:27:17 01:23:01 2 0.08 0.00 0.03 0.00 0.00 99.88 01:27:17 01:23:01 3 0.40 0.00 0.03 0.00 0.00 99.57 01:27:17 01:24:01 all 0.16 0.00 0.02 0.00 0.00 99.81 01:27:17 01:24:01 0 0.08 0.00 0.03 0.00 0.02 99.87 01:27:17 01:24:01 1 0.52 0.00 0.02 0.00 0.00 99.47 01:27:17 01:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:27:17 01:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:27:17 01:25:01 all 0.15 0.00 0.04 0.00 0.00 99.80 01:27:17 01:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:27:17 01:25:01 1 0.53 0.00 0.08 0.00 0.00 99.38 01:27:17 01:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:27:17 01:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:27:17 01:26:01 all 0.15 0.00 0.05 0.00 0.00 99.80 01:27:17 01:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:27:17 01:26:01 1 0.50 0.00 0.08 0.00 0.00 99.42 01:27:17 01:26:01 2 0.03 0.00 0.03 0.00 0.02 99.92 01:27:17 01:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:27:17 01:27:01 all 0.69 0.00 0.30 0.88 0.00 98.14 01:27:17 01:27:01 0 0.78 0.00 0.32 0.88 0.00 98.02 01:27:17 01:27:01 1 0.77 0.00 0.28 0.10 0.00 98.85 01:27:17 01:27:01 2 0.70 0.00 0.32 1.89 0.00 97.10 01:27:17 01:27:01 3 0.50 0.00 0.28 0.63 0.00 98.58 01:27:17 Average: all 2.05 0.00 1.08 1.20 0.02 95.65 01:27:17 Average: 0 1.91 0.00 1.18 1.36 0.02 95.53 01:27:17 Average: 1 2.25 0.00 0.90 1.07 0.02 95.75 01:27:17 Average: 2 1.99 0.00 1.15 1.43 0.02 95.40 01:27:17 Average: 3 2.06 0.00 1.07 0.92 0.02 95.92 01:27:17 01:27:17 01:27:17