Pull request #553 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6fdefe57a38743562649b5f3c09d5f7ca6661be+863bffad2e6c15bb3b98a374c2517534f95a65b1 (8e4fa66a05e9d9e6a6adcaafb209f4e8a73077e1) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7617 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-553 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-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 --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # 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 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:29:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:29:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:29:33 ========================================================= 00:29:33 EdgeX Global Pipelines Version Info 00:29:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 32c023441326f3fe7449b373364bac75611e547f # timeout=10 00:29:35 ------------------- 00:29:35 stable info: 00:29:35 ------------------- 00:29:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:29:35 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 00:29:35 Message: update stable to v1.0.144 00:29:36 ------------------- 00:29:36 experimental info: 00:29:36 ------------------- 00:29:36 Commited By: **** collab-it+edgex@linuxfoundation.org 00:29:36 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 00:29:36 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:29:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:29:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:29:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] echo 00:29:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6fdefe [Pipeline] echo 00:29:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:29:42 + git log --format=format:%s -1 c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] echo 00:29:42 GIT_COMMIT: c6fdefe57a38743562649b5f3c09d5f7ca6661be, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo 00:29:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:29:44 00:29:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:29:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:29:44 latest: Pulling from edgex-devops/git-semver 00:29:44 31603596830f: Pulling fs layer 00:29:44 2a8b12db71e7: Pulling fs layer 00:29:44 6ca5941a6612: Pulling fs layer 00:29:44 ecc8261a40a4: Pulling fs layer 00:29:44 ecc8261a40a4: Waiting 00:29:44 2a8b12db71e7: Verifying Checksum 00:29:44 2a8b12db71e7: Download complete 00:29:45 31603596830f: Verifying Checksum 00:29:45 31603596830f: Download complete 00:29:45 ecc8261a40a4: Verifying Checksum 00:29:45 ecc8261a40a4: Download complete 00:29:45 6ca5941a6612: Verifying Checksum 00:29:45 6ca5941a6612: Download complete 00:29:45 31603596830f: Pull complete 00:29:45 2a8b12db71e7: Pull complete 00:29:47 6ca5941a6612: Pull complete 00:29:47 ecc8261a40a4: Pull complete 00:29:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:29:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:29:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:29:47 prd-centos7-docker-4c-2g-7617 does not seem to be running inside a container 00:29:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-553 -v /w/workspace/ndry_app-functions-sdk-go_PR-553:/w/workspace/ndry_app-functions-sdk-go_PR-553:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-553@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:10004/edgex-devops/git-semver:latest cat 00:29:50 $ docker top 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:29:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:29:51 [ssh-agent] Looking for ssh-agent implementation... 00:29:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:29:51 $ docker exec 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent 00:29:52 SSH_AUTH_SOCK=/tmp/ssh-tuaaFJxvwoI5/agent.11 00:29:52 SSH_AGENT_PID=16 00:29:52 Running ssh-add (command line suppressed) 00:29:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_7306681431384737705.key (/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_7306681431384737705.key) 00:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:29:53 + git tag --points-at HEAD [Pipeline] } 00:29:53 $ docker exec --env ******** --env ******** 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent -k 00:29:54 unset SSH_AUTH_SOCK; 00:29:54 unset SSH_AGENT_PID; 00:29:54 echo Agent pid 16 killed; 00:29:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:29:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:29:54 [ssh-agent] Looking for ssh-agent implementation... 00:29:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:29:54 $ docker exec 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent 00:29:54 SSH_AUTH_SOCK=/tmp/ssh-wPQ5iBGVnAMm/agent.45 00:29:54 SSH_AGENT_PID=50 00:29:55 Running ssh-add (command line suppressed) 00:29:55 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_4875761378463554367.key (/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_4875761378463554367.key) 00:29:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:29:55 + git semver init 00:29:55 # -> Open(): unable to determine branch for HEAD 00:29:55 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-553/.git 00:29:55 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-553 00:29:55 # $SEMVER_REMOTE_NAME = origin 00:29:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:29:55 # $SEMVER_USER_NAME = edgex-jenkins 00:29:55 # $SEMVER_BRANCH = PR-553 00:29:55 # $SEMVER_TEMP = /tmp/semver-160140791 00:29:55 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 00:30:03 # '/tmp/semver-160140791' -> '/w/workspace/ndry_app-functions-sdk-go_PR-553/.semver' 00:30:03 # -> Force: false 00:30:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-553/.semver [Pipeline] } 00:30:03 $ docker exec --env ******** --env ******** 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent -k 00:30:03 unset SSH_AUTH_SOCK; 00:30:03 unset SSH_AGENT_PID; 00:30:03 echo Agent pid 50 killed; 00:30:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:04 + git semver [Pipeline] } 00:30:04 $ docker stop --time=1 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 00:30:06 $ docker rm -f 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:09 Stashed 1 file(s) [Pipeline] echo 00:30:09 [edgeXSemver]: initialized semver on 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 00:30:24 Still waiting to schedule task 00:30:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:30:25 Still waiting to schedule task 00:30:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7636 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 00:33:08 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 00:33:13 using credential edgex-jenkins-ssh 00:33:13 Cloning the remote Git repository 00:33:14 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:33:14 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 00:33:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:33:14 > git --version # timeout=10 00:33:14 > git --version # 'git version 2.17.1' 00:33:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:17 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:33:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:17 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:33:17 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:33:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:33:17 Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be 00:33:18 Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be 00:33:18 Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) 00:33:17 > git config core.sparsecheckout # timeout=10 00:33:17 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 00:33:18 > git remote # timeout=10 00:33:18 > git config --get remote.origin.url # timeout=10 00:33:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:18 > git merge 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 00:33:18 > git rev-parse HEAD^{commit} # timeout=10 00:33:18 > git config core.sparsecheckout # timeout=10 00:33:18 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 00:33:22 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:33:23 ========================================================= 00:33:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:33:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:33:25 Sending build context to Docker daemon 19.14MB 00:33:25 Step 1/8 : ARG BASE=golang:1.15-alpine 00:33:25 Step 2/8 : FROM ${BASE} 00:33:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:33:25 b538f80385f9: Pulling fs layer 00:33:25 74f711af9a0d: Pulling fs layer 00:33:25 99f96fe45779: Pulling fs layer 00:33:25 8529a6b9a6be: Pulling fs layer 00:33:25 45590311c82a: Pulling fs layer 00:33:25 69ca0ff8b7b3: Pulling fs layer 00:33:25 209524e5b208: Pulling fs layer 00:33:25 45590311c82a: Waiting 00:33:25 69ca0ff8b7b3: Waiting 00:33:25 209524e5b208: Waiting 00:33:25 99f96fe45779: Verifying Checksum 00:33:25 99f96fe45779: Download complete 00:33:25 74f711af9a0d: Download complete 00:33:26 45590311c82a: Verifying Checksum 00:33:26 45590311c82a: Download complete 00:33:26 69ca0ff8b7b3: Verifying Checksum 00:33:26 69ca0ff8b7b3: Download complete 00:33:26 b538f80385f9: Download complete 00:33:27 b538f80385f9: Pull complete 00:33:28 74f711af9a0d: Pull complete 00:33:28 99f96fe45779: Pull complete 00:33:31 209524e5b208: Verifying Checksum 00:33:31 209524e5b208: Download complete 00:33:31 8529a6b9a6be: Download complete 00:33:41 8529a6b9a6be: Pull complete 00:33:41 45590311c82a: Pull complete 00:33:41 69ca0ff8b7b3: Pull complete 00:33:46 209524e5b208: Pull complete 00:33:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:33:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:33:46 ---> 5bddaf1c2fca 00:33:46 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:46 latest: Pulling from library/docker 00:33:46 b538f80385f9: Already exists 00:33:46 259a493cd78d: Pulling fs layer 00:33:46 b8e66b5100f5: Pulling fs layer 00:33:46 203964748c9f: Pulling fs layer 00:33:46 d6fc4445224b: Pulling fs layer 00:33:46 5ea39d09386c: Pulling fs layer 00:33:46 78a785fe32a7: Pulling fs layer 00:33:46 d6fc4445224b: Waiting 00:33:46 5ea39d09386c: Waiting 00:33:46 78a785fe32a7: Waiting 00:33:46 b8e66b5100f5: Verifying Checksum 00:33:46 b8e66b5100f5: Download complete 00:33:46 259a493cd78d: Verifying Checksum 00:33:46 259a493cd78d: Download complete 00:33:46 d6fc4445224b: Verifying Checksum 00:33:46 d6fc4445224b: Download complete 00:33:46 5ea39d09386c: Verifying Checksum 00:33:46 5ea39d09386c: Download complete 00:33:46 78a785fe32a7: Verifying Checksum 00:33:46 78a785fe32a7: Download complete 00:33:47 259a493cd78d: Pull complete 00:33:47 b8e66b5100f5: Pull complete 00:33:47 203964748c9f: Verifying Checksum 00:33:47 203964748c9f: Download complete 00:33:51 203964748c9f: Pull complete 00:33:51 d6fc4445224b: Pull complete 00:33:51 5ea39d09386c: Pull complete 00:33:51 78a785fe32a7: Pull complete 00:33:52 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 00:33:52 Status: Downloaded newer image for docker:latest 00:33:57 ---> 1b7e200220bc 00:33:57 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:33:57 ---> Running in edc025a98841 00:33:58 Removing intermediate container edc025a98841 00:33:58 ---> 8882749f586f 00:33:58 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:33:58 ---> Running in 21c8528ddbe2 00:33:58 Running on prd-centos7-docker-4c-2g-7634 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 00:33:58 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 00:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:06 (1/5) Installing libsodium (1.0.18-r0) 00:34:06 (2/5) Installing libzmq (4.3.3-r0) 00:34:07 (3/5) Installing pkgconf (1.7.2-r0) 00:34:07 (4/5) Installing libsodium-dev (1.0.18-r0) 00:34:07 (5/5) Installing zeromq-dev (4.3.3-r0) 00:34:07 Executing busybox-1.31.1-r16.trigger 00:34:07 OK: 144 MiB in 44 packages 00:34:09 Removing intermediate container 21c8528ddbe2 00:34:09 ---> 5a7c53872e55 00:34:09 Step 6/8 : WORKDIR /build 00:34:09 ---> Running in cb43450cafbb 00:34:09 Removing intermediate container cb43450cafbb 00:34:09 ---> 9e2c54243744 00:34:09 Step 7/8 : COPY go.mod . 00:34:09 ---> 817f2b4a9208 00:34:09 Step 8/8 : RUN go mod download 00:34:10 ---> Running in cf23cf1a56c6 00:34:15 using credential edgex-jenkins-ssh 00:34:15 Cloning the remote Git repository 00:34:15 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:34:15 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 00:34:15 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:34:15 > git --version # timeout=10 00:34:15 > git --version # 'git version 2.16.5' 00:34:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:23 Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be 00:34:23 Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be 00:34:23 Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) 00:34:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:34:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:34:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:34:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:23 > git config core.sparsecheckout # timeout=10 00:34:23 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 00:34:23 > git remote # timeout=10 00:34:23 > git config --get remote.origin.url # timeout=10 00:34:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:23 > git merge 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 00:34:23 > git rev-parse HEAD^{commit} # timeout=10 00:34:24 > git config core.sparsecheckout # timeout=10 00:34:24 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 00:34:28 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:34:29 ========================================================= 00:34:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:31 + 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 . 00:34:32 Sending build context to Docker daemon 19.14MB 00:34:32 Step 1/8 : ARG BASE=golang:1.15-alpine 00:34:32 Step 2/8 : FROM ${BASE} 00:34:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:32 df20fa9351a1: Pulling fs layer 00:34:32 ed8968b2872e: Pulling fs layer 00:34:32 a92cc7c5fd73: Pulling fs layer 00:34:32 e871e8e8d7a9: Pulling fs layer 00:34:32 e73272ec9a57: Pulling fs layer 00:34:32 1e910a182e73: Pulling fs layer 00:34:32 4e634b169226: Pulling fs layer 00:34:32 1e910a182e73: Waiting 00:34:32 4e634b169226: Waiting 00:34:32 e871e8e8d7a9: Waiting 00:34:32 e73272ec9a57: Waiting 00:34:32 a92cc7c5fd73: Verifying Checksum 00:34:32 a92cc7c5fd73: Download complete 00:34:32 ed8968b2872e: Verifying Checksum 00:34:32 ed8968b2872e: Download complete 00:34:32 e73272ec9a57: Verifying Checksum 00:34:32 e73272ec9a57: Download complete 00:34:33 1e910a182e73: Verifying Checksum 00:34:33 1e910a182e73: Download complete 00:34:33 df20fa9351a1: Verifying Checksum 00:34:33 df20fa9351a1: Download complete 00:34:34 df20fa9351a1: Pull complete 00:34:35 ed8968b2872e: Pull complete 00:34:35 a92cc7c5fd73: Pull complete 00:34:37 Removing intermediate container cf23cf1a56c6 00:34:37 ---> 7fda1a925416 00:34:37 Successfully built 7fda1a925416 00:34:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:34:37 + docker inspect -f . ci-base-image-arm64 00:34:37 . [Pipeline] withDockerContainer 00:34:37 prd-ubuntu18.04-docker-arm64-4c-16g-7636 does not seem to be running inside a container 00:34:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:34:39 $ docker top 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:41 + go version 00:34:41 go version go1.15.2 linux/arm64 [Pipeline] } 00:34:41 $ docker stop --time=1 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 00:34:43 $ docker rm -f 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:44 + docker inspect -f . ci-base-image-arm64 00:34:44 . [Pipeline] withDockerContainer 00:34:44 prd-ubuntu18.04-docker-arm64-4c-16g-7636 does not seem to be running inside a container 00:34:44 4e634b169226: Verifying Checksum 00:34:44 4e634b169226: Download complete 00:34:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:34:45 e871e8e8d7a9: Verifying Checksum 00:34:45 e871e8e8d7a9: Download complete 00:34:46 $ docker top c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:47 + make test 00:34:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:34:49 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:34:58 e871e8e8d7a9: Pull complete 00:34:58 e73272ec9a57: Pull complete 00:34:58 1e910a182e73: Pull complete 00:35:05 4e634b169226: Pull complete 00:35:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:35:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:05 ---> f7629b54cfaa 00:35:05 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:05 latest: Pulling from library/docker 00:35:05 df20fa9351a1: Already exists 00:35:05 25ad7478873d: Pulling fs layer 00:35:05 4684f6177b5d: Pulling fs layer 00:35:05 206f78d23536: Pulling fs layer 00:35:05 cee0542293f3: Pulling fs layer 00:35:05 d951dd9fd09f: Pulling fs layer 00:35:05 dce9c88c04bd: Pulling fs layer 00:35:05 d951dd9fd09f: Waiting 00:35:05 dce9c88c04bd: Waiting 00:35:05 cee0542293f3: Waiting 00:35:05 4684f6177b5d: Verifying Checksum 00:35:05 4684f6177b5d: Download complete 00:35:06 25ad7478873d: Verifying Checksum 00:35:06 25ad7478873d: Download complete 00:35:06 cee0542293f3: Verifying Checksum 00:35:06 cee0542293f3: Download complete 00:35:06 d951dd9fd09f: Verifying Checksum 00:35:06 d951dd9fd09f: Download complete 00:35:06 dce9c88c04bd: Verifying Checksum 00:35:06 dce9c88c04bd: Download complete 00:35:07 25ad7478873d: Pull complete 00:35:07 4684f6177b5d: Pull complete 00:35:09 206f78d23536: Verifying Checksum 00:35:09 206f78d23536: Download complete 00:35:16 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.047s coverage: 86.2% of statements 00:35:16 206f78d23536: Pull complete 00:35:16 cee0542293f3: Pull complete 00:35:16 d951dd9fd09f: Pull complete 00:35:16 dce9c88c04bd: Pull complete 00:35:16 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 00:35:16 Status: Downloaded newer image for docker:latest 00:35:18 ---> dfcc5a3c47b5 00:35:18 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:35:18 ---> Running in 5f097c32ac5e 00:35:19 Removing intermediate container 5f097c32ac5e 00:35:19 ---> b8c066b5a475 00:35:19 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:35:19 ---> Running in 5124939854e2 00:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:24 (1/5) Installing libsodium (1.0.18-r0) 00:35:25 (2/5) Installing libzmq (4.3.3-r0) 00:35:25 (3/5) Installing pkgconf (1.7.2-r0) 00:35:25 (4/5) Installing libsodium-dev (1.0.18-r0) 00:35:25 (5/5) Installing zeromq-dev (4.3.3-r0) 00:35:25 Executing busybox-1.31.1-r16.trigger 00:35:25 OK: 167 MiB in 44 packages 00:35:26 Removing intermediate container 5124939854e2 00:35:26 ---> 8be915566493 00:35:26 Step 6/8 : WORKDIR /build 00:35:26 ---> Running in b0c10fe3bf92 00:35:27 Removing intermediate container b0c10fe3bf92 00:35:27 ---> 724f9bae9fd3 00:35:27 Step 7/8 : COPY go.mod . 00:35:27 ---> dd1f920259fd 00:35:27 Step 8/8 : RUN go mod download 00:35:27 ---> Running in 800cb729d251 00:35:55 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 52.0% of statements 00:35:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:35:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:35:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.131s coverage: 54.7% of statements 00:35:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:35:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.056s coverage: 69.1% of statements 00:36:00 Removing intermediate container 800cb729d251 00:36:00 ---> cabb01b27fcd 00:36:00 Successfully built cabb01b27fcd 00:36:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.462s coverage: 61.6% of statements 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.020s coverage: 89.5% of statements 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.031s coverage: 100.0% of statements 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.023s coverage: 97.7% of statements 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:36:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:36:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.037s coverage: 8.8% of statements 00:36:02 + docker inspect -f . ci-base-image-x86_64 00:36:02 . [Pipeline] withDockerContainer 00:36:02 prd-centos7-docker-4c-2g-7634 does not seem to be running inside a container 00:36:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.935s coverage: 75.0% of statements 00:36:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:36:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.056s coverage: 89.7% of statements 00:36:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.036s coverage: 88.9% of statements 00:36:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.054s coverage: 80.5% of statements 00:36:02 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements 00:36:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:05 $ docker top 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:06 + go version 00:36:06 go version go1.15.2 linux/amd64 [Pipeline] } 00:36:06 $ docker stop --time=1 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc 00:36:08 $ docker rm -f 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:09 + docker inspect -f . ci-base-image-x86_64 00:36:09 . [Pipeline] withDockerContainer 00:36:10 prd-centos7-docker-4c-2g-7634 does not seem to be running inside a container 00:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:11 $ docker top 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:11 + make test 00:36:11 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:36:13 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:36:24 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.065s coverage: 86.2% of statements 00:36:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.065s coverage: 70.8% of statements 00:36:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 00:36:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:36:42 gofmt -l . 00:36:42 [ "`gofmt -l .`" = "" ] 00:36:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:36:43 Stashed 1 file(s) [Pipeline] } 00:36:43 $ docker stop --time=1 c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 00:36:45 $ docker rm -f c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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] } 00:36:52 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.116s coverage: 52.0% of statements 00:36:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:36:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:36:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.114s coverage: 54.7% of statements 00:36:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:36:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.155s coverage: 69.1% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.501s coverage: 61.6% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.021s coverage: 89.5% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.042s coverage: 100.0% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.015s coverage: 100.0% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.030s coverage: 100.0% of statements 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.025s coverage: 96.6% of statements 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.022s coverage: 97.7% of statements 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.085s coverage: 8.8% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.961s coverage: 75.0% of statements 00:37:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.018s coverage: 80.5% of statements 00:37:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.017s coverage: 71.7% of statements 00:37:27 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.093s coverage: 70.8% of statements 00:37:27 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 00:37:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:37:38 gofmt -l . 00:37:38 [ "`gofmt -l .`" = "" ] 00:37:38 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:37:40 Warning: overwriting stash ‘coverage-report’ 00:37:40 Stashed 1 file(s) [Pipeline] } 00:37:40 $ docker stop --time=1 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 00:37:43 $ docker rm -f 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [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 00:37:46 provisioning config files... 00:37:46 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/config7218374626581841502tmp [Pipeline] { [Pipeline] sh 00:37:46 + set +x 00:37:46 + curl -s https://codecov.io/bash 00:37:46 + bash -s -- 00:37:46 00:37:46 _____ _ 00:37:46 / ____| | | 00:37:46 | | ___ __| | ___ ___ _____ __ 00:37:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:37:46 | |___| (_) | (_| | __/ (_| (_) \ V / 00:37:46 \_____\___/ \__,_|\___|\___\___/ \_/ 00:37:46 Bash-20201009-048fee3 00:37:46 00:37:46 00:37:46 ==> Jenkins CI detected. 00:37:46 project root: . 00:37:46 --> token set from env 00:37:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:37:46 ==> Running gcov in . (disable via -X gcov) 00:37:47 ==> Python coveragepy not found 00:37:47 ==> Searching for coverage reports in: 00:37:47 + . 00:37:47 -> Found 1 reports 00:37:47 ==> Detecting git/mercurial file structure 00:37:47 ==> Reading reports 00:37:47 + ./coverage.out bytes=90548 00:37:47 ==> Appending adjustments 00:37:47 https://docs.codecov.io/docs/fixing-reports 00:37:48 + Found adjustments 00:37:48 ==> Gzipping contents 00:37:48 ==> Uploading reports 00:37:48 url: https://codecov.io 00:37:48 query: branch=PR-553&commit=c6fdefe57a38743562649b5f3c09d5f7ca6661be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-553%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=553&job=&cmd_args= 00:37:48 -> Pinging Codecov 00:37:48 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-553&commit=c6fdefe57a38743562649b5f3c09d5f7ca6661be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-553%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=553&job=&cmd_args= 00:37:48 -> Uploading to 00:37:48 00:37:48 % Total % Received % Xferd Average Speed Time Time Time Current 00:37:48 Dload Upload Total Spent Left Speed 00:37:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 00:37:48 X> Failed to upload 00:37:48 ==> Uploading to Codecov 00:37:48 % Total % Received % Xferd Average Speed Time Time Time Current 00:37:48 Dload Upload Total Spent Left Speed 00:37:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 16232 0 0 100 16115 0 28670 --:--:-- --:--:-- --:--:-- 28674 100 16232 100 117 100 16115 208 28650 --:--:-- --:--:-- --:--:-- 28623 00:37:49 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] } 00:37:49 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] { (Archive Prep) Stage "Archive Prep" 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 00:37:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:37:54 ---> package-listing.sh 00:37:54 ++ tr '[:upper:]' '[:lower:]' 00:37:54 ++ facter osfamily 00:37:54 + OS_FAMILY=redhat 00:37:54 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-553 00:37:54 + START_PACKAGES=/tmp/packages_start.txt 00:37:54 + END_PACKAGES=/tmp/packages_end.txt 00:37:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:37:54 + PACKAGES=/tmp/packages_start.txt 00:37:54 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-553 ']' 00:37:54 + PACKAGES=/tmp/packages_end.txt 00:37:54 + case "${OS_FAMILY}" in 00:37:54 + rpm -qa 00:37:54 + sort 00:38:00 + '[' -f /tmp/packages_start.txt ']' 00:38:00 + '[' -f /tmp/packages_end.txt ']' 00:38:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:38:00 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-553 ']' 00:38:00 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-553/archives/ 00:38:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-553/archives/ [Pipeline] echo 00:38:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:38:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:38:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:38:01 00:38:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:38:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:38:02 alpine: Pulling from edgex-lftools-log-publisher 00:38:02 df20fa9351a1: Pulling fs layer 00:38:02 36b3adc4ff6f: Pulling fs layer 00:38:02 8ad3a11d3b57: Pulling fs layer 00:38:02 46f8f816bc3b: Pulling fs layer 00:38:02 93b61091891f: Pulling fs layer 00:38:02 93b9cdb0e59b: Pulling fs layer 00:38:02 5e14af77c1be: Pulling fs layer 00:38:02 01666e4c0597: Pulling fs layer 00:38:02 aa168da1d23b: Pulling fs layer 00:38:02 46f8f816bc3b: Waiting 00:38:02 01666e4c0597: Waiting 00:38:02 93b61091891f: Waiting 00:38:02 5e14af77c1be: Waiting 00:38:02 36b3adc4ff6f: Verifying Checksum 00:38:02 36b3adc4ff6f: Download complete 00:38:02 46f8f816bc3b: Verifying Checksum 00:38:02 46f8f816bc3b: Download complete 00:38:02 df20fa9351a1: Verifying Checksum 00:38:02 93b61091891f: Verifying Checksum 00:38:02 93b61091891f: Download complete 00:38:02 93b9cdb0e59b: Verifying Checksum 00:38:02 93b9cdb0e59b: Download complete 00:38:02 5e14af77c1be: Download complete 00:38:03 01666e4c0597: Verifying Checksum 00:38:03 01666e4c0597: Download complete 00:38:03 df20fa9351a1: Pull complete 00:38:03 36b3adc4ff6f: Pull complete 00:38:05 8ad3a11d3b57: Verifying Checksum 00:38:05 8ad3a11d3b57: Download complete 00:38:07 8ad3a11d3b57: Pull complete 00:38:07 46f8f816bc3b: Pull complete 00:38:08 93b61091891f: Pull complete 00:38:08 93b9cdb0e59b: Pull complete 00:38:08 5e14af77c1be: Pull complete 00:38:08 01666e4c0597: Pull complete 00:38:11 aa168da1d23b: Verifying Checksum 00:38:11 aa168da1d23b: Download complete 00:38:26 aa168da1d23b: Pull complete 00:38:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:38:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:38:27 prd-centos7-docker-4c-2g-7617 does not seem to be running inside a container 00:38:27 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-553 -v /w/workspace/ndry_app-functions-sdk-go_PR-553:/w/workspace/ndry_app-functions-sdk-go_PR-553:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-553@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:38:35 $ docker top 391fe558555e6e2f2216c1f7fc4f3d77325b529aaa0adb0dca721148f0826453 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:36 + touch /tmp/pre-build-complete [Pipeline] sh 00:38:37 + mkdir -p /var/log/sa [Pipeline] sh 00:38:37 + ls /var/log/sa-host 00:38:37 + sadf -c /var/log/sa-host/sa05 00:38:37 file_magic: OK 00:38:37 HZ: Using current value: 100 00:38:37 file_header: OK 00:38:37 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 00:38:37 Statistics: 00:38:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:38:37 File successfully converted to sysstat format version 12.2.1 00:38:37 + sadf -c /var/log/sa-host/sa22 00:38:37 file_magic: OK 00:38:37 HZ: Using current value: 100 00:38:37 file_header: OK 00:38:37 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 00:38:37 Statistics: 00:38:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:38:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:38:38 provisioning config files... 00:38:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/config6429482786879190193tmp [Pipeline] { [Pipeline] echo 00:38:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:38:39 ---> create-netrc.sh [Pipeline] } 00:38:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:38:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:38:39 ---> python-tools-install.sh [Pipeline] echo 00:38:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:38:40 ---> sudo-logs.sh 00:38:40 Archiving 'sudo' log.. [Pipeline] echo 00:38:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:38:41 ---> job-cost.sh 00:38:41 lf-activate-venv: SKIPPING 00:38:41 INFO: No Stack... 00:38:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:38:42 INFO: Archiving Costs [Pipeline] echo 00:38:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:38:43 ---> logs-deploy.sh 00:38:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-553/6 00:38:43 INFO: archiving workspace using pattern(s): 00:38:46 Archives upload complete. 00:38:46 INFO: archiving logs to Nexus 00:38:48 ---> uname -a: 00:38:48 Linux prd-centos7-docker-4c-2g-7617.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:38:48 00:38:48 00:38:48 ---> lscpu: 00:38:48 Architecture: x86_64 00:38:48 CPU op-mode(s): 32-bit, 64-bit 00:38:48 Byte Order: Little Endian 00:38:48 Address sizes: 40 bits physical, 48 bits virtual 00:38:48 CPU(s): 4 00:38:48 On-line CPU(s) list: 0-3 00:38:48 Thread(s) per core: 1 00:38:48 Core(s) per socket: 1 00:38:48 Socket(s): 4 00:38:48 NUMA node(s): 1 00:38:48 Vendor ID: GenuineIntel 00:38:48 CPU family: 6 00:38:48 Model: 44 00:38:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:38:48 Stepping: 1 00:38:48 CPU MHz: 2933.438 00:38:48 BogoMIPS: 5866.87 00:38:48 Virtualization: VT-x 00:38:48 Hypervisor vendor: KVM 00:38:48 Virtualization type: full 00:38:48 L1d cache: 128 KiB 00:38:48 L1i cache: 128 KiB 00:38:48 L2 cache: 16 MiB 00:38:48 L3 cache: 64 MiB 00:38:48 NUMA node0 CPU(s): 0-3 00:38:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:38:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:38:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:38:48 Vulnerability Meltdown: Mitigation; PTI 00:38:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:38:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:38:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:38:48 Vulnerability Tsx async abort: Not affected 00:38:48 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 00:38:48 00:38:48 00:38:48 ---> nproc: 00:38:48 4 00:38:48 00:38:48 00:38:48 ---> df -h: 00:38:48 Filesystem Size Used Available Use% Mounted on 00:38:48 overlay 50.0G 7.2G 42.8G 14% / 00:38:48 tmpfs 64.0M 0 64.0M 0% /dev 00:38:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:38:48 shm 64.0M 0 64.0M 0% /dev/shm 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-553 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp 00:38:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 00:38:48 00:38:48 00:38:48 ---> free -m: 00:38:48 total used free shared buff/cache available 00:38:48 Mem: 1837 709 87 0 1040 1025 00:38:48 Swap: 1023 0 1023 00:38:48 00:38:48 00:38:48 ---> ip addr: 00:38:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:38:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:38:48 inet 127.0.0.1/8 scope host lo 00:38:48 valid_lft forever preferred_lft forever 00:38:48 inet6 ::1/128 scope host 00:38:48 valid_lft forever preferred_lft forever 00:38:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:38:48 link/ether fa:16:3e:da:64:e4 brd ff:ff:ff:ff:ff:ff 00:38:48 inet 10.30.123.165/23 brd 10.30.123.255 scope global dynamic eth0 00:38:48 valid_lft 85789sec preferred_lft 85789sec 00:38:48 inet6 fe80::f816:3eff:feda:64e4/64 scope link 00:38:48 valid_lft forever preferred_lft forever 00:38:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:38:48 link/ether 02:42:90:9a:b0:4a brd ff:ff:ff:ff:ff:ff 00:38:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:38:48 valid_lft forever preferred_lft forever 00:38:48 inet6 fe80::42:90ff:fe9a:b04a/64 scope link 00:38:48 valid_lft forever preferred_lft forever 00:38:48 00:38:48 00:38:48 ---> sar -b -r -n DEV: 00:38:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 00:38:48 00:38:48 00:28:17 LINUX RESTART (4 CPU) 00:38:48 00:38:48 00:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:38:48 00:30:01 81.42 34.74 46.67 0.00 7457.73 5536.95 0.00 00:38:48 00:31:01 10.48 3.71 6.77 0.00 255.88 1326.53 0.00 00:38:48 00:32:02 0.74 0.00 0.74 0.00 0.00 11.83 0.00 00:38:48 00:33:01 0.13 0.00 0.13 0.00 0.00 1.21 0.00 00:38:48 00:34:01 0.37 0.00 0.37 0.00 0.00 6.19 0.00 00:38:48 00:35:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 00:38:48 00:36:01 0.35 0.02 0.33 0.00 0.13 3.66 0.00 00:38:48 00:37:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 00:38:48 00:38:01 42.77 42.42 0.35 0.00 4228.00 13.72 0.00 00:38:48 Average: 15.13 8.97 6.16 0.00 1320.44 761.81 0.00 00:38:48 00:38:48 00:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:38:48 00:30:01 92088 0 733524 38.98 2620 1053324 1506300 51.41 506684 1121168 17832 00:38:48 00:31:01 241728 0 600080 31.89 2620 1037128 1174168 40.07 443204 1038088 8 00:38:48 00:32:02 252620 0 589184 31.31 2620 1037132 1099516 37.52 438084 1034084 20 00:38:48 00:33:01 250488 0 591256 31.42 2620 1037192 1099636 37.53 440740 1034072 36 00:38:48 00:34:01 249900 0 591896 31.46 2620 1037140 1099672 37.53 449780 1025100 16 00:38:48 00:35:01 248260 0 593528 31.54 2620 1037148 1099672 37.53 467108 1009572 12 00:38:48 00:36:01 249080 0 592700 31.50 2620 1037156 1099564 37.53 466648 1009388 16 00:38:48 00:37:01 248968 0 592808 31.51 2620 1037160 1099636 37.53 462572 1013812 16 00:38:48 00:38:01 85356 0 628968 33.43 2620 1164612 1298428 44.31 495384 1138412 200 00:38:48 Average: 213165 0 612660 32.56 2620 1053110 1175177 40.11 463356 1047077 2017 00:38:48 00:38:48 00:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:38:48 00:30:01 vethd7600fa 107.63 75.82 10.57 308.31 0.00 0.00 0.00 0.00 00:38:48 00:30:01 eth0 374.89 329.60 1646.99 98.62 0.00 0.00 0.00 0.00 00:38:48 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:30:01 docker0 107.63 75.69 9.10 308.30 0.00 0.00 0.00 0.00 00:38:48 00:31:01 eth0 13.73 9.17 12.82 9.79 0.00 0.00 0.00 0.00 00:38:48 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:31:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:32:02 eth0 4.10 1.29 1.51 0.97 0.00 0.00 0.00 0.00 00:38:48 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:33:01 eth0 4.16 1.20 1.30 0.79 0.00 0.00 0.00 0.00 00:38:48 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:34:01 eth0 2.52 0.49 0.53 0.25 0.00 0.00 0.00 0.00 00:38:48 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:35:01 eth0 4.36 1.08 1.18 0.65 0.00 0.00 0.00 0.00 00:38:48 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:36:01 eth0 4.02 1.08 1.24 0.78 0.00 0.00 0.00 0.00 00:38:48 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:37:01 eth0 2.13 0.58 0.67 0.40 0.00 0.00 0.00 0.00 00:38:48 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:38:01 eth0 16.25 10.86 16.34 6.66 0.00 0.00 0.00 0.00 00:38:48 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 Average: eth0 46.96 39.13 185.18 13.11 0.00 0.00 0.00 0.00 00:38:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:38:48 Average: docker0 11.85 8.33 1.00 33.92 0.00 0.00 0.00 0.00 00:38:48 00:38:48 00:38:48 ---> sar -P ALL: 00:38:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 00:38:48 00:38:48 00:28:17 LINUX RESTART (4 CPU) 00:38:48 00:38:48 00:29:02 CPU %user %nice %system %iowait %steal %idle 00:38:48 00:30:01 all 13.77 0.00 6.07 2.28 19.69 58.20 00:38:48 00:30:01 0 14.35 0.00 6.70 2.72 21.90 54.32 00:38:48 00:30:01 1 9.54 0.00 4.97 2.79 20.19 62.52 00:38:48 00:30:01 2 16.34 0.00 6.46 1.60 17.38 58.22 00:38:48 00:30:01 3 15.11 0.00 6.22 1.96 19.24 57.47 00:38:48 00:31:01 all 0.81 0.00 0.42 0.14 3.31 95.31 00:38:48 00:31:01 0 0.52 0.00 0.31 0.00 3.79 95.38 00:38:48 00:31:01 1 0.72 0.00 0.44 0.25 3.15 95.44 00:38:48 00:31:01 2 1.37 0.00 0.51 0.23 3.42 94.46 00:38:48 00:31:01 3 0.64 0.00 0.41 0.08 2.90 95.96 00:38:48 00:32:02 all 0.38 0.00 0.32 0.00 5.07 94.23 00:38:48 00:32:02 0 0.34 0.00 0.39 0.00 5.34 93.93 00:38:48 00:32:02 1 0.55 0.00 0.37 0.00 6.08 93.00 00:38:48 00:32:02 2 0.29 0.00 0.26 0.00 4.73 94.72 00:38:48 00:32:02 3 0.33 0.00 0.26 0.00 4.13 95.29 00:38:48 00:33:01 all 0.39 0.00 0.32 0.00 5.96 93.32 00:38:48 00:33:01 0 0.25 0.00 0.36 0.00 6.09 93.30 00:38:48 00:33:01 1 0.40 0.00 0.32 0.00 5.79 93.49 00:38:48 00:33:01 2 0.41 0.00 0.31 0.00 6.18 93.09 00:38:48 00:33:01 3 0.50 0.00 0.30 0.00 5.79 93.41 00:38:48 00:34:01 all 0.22 0.00 0.27 0.02 5.03 94.46 00:38:48 00:34:01 0 0.13 0.00 0.21 0.00 5.52 94.13 00:38:48 00:34:01 1 0.15 0.00 0.33 0.00 5.00 94.52 00:38:48 00:34:01 2 0.30 0.00 0.17 0.00 4.57 94.96 00:38:48 00:34:01 3 0.32 0.00 0.35 0.10 5.02 94.21 00:38:48 00:35:01 all 0.07 0.00 0.11 0.00 1.17 98.65 00:38:48 00:35:01 0 0.07 0.00 0.03 0.00 1.55 98.35 00:38:48 00:35:01 1 0.02 0.00 0.07 0.00 0.93 98.99 00:38:48 00:35:01 2 0.02 0.00 0.28 0.00 0.65 99.05 00:38:48 00:35:01 3 0.20 0.00 0.05 0.00 1.55 98.21 00:38:48 00:36:01 all 0.10 0.00 0.07 0.00 0.58 99.25 00:38:48 00:36:01 0 0.05 0.00 0.03 0.00 0.71 99.21 00:38:48 00:36:01 1 0.02 0.00 0.03 0.00 0.27 99.68 00:38:48 00:36:01 2 0.07 0.00 0.12 0.00 0.88 98.94 00:38:48 00:36:01 3 0.27 0.00 0.08 0.00 0.46 99.19 00:38:48 00:37:01 all 0.08 0.00 0.02 0.00 0.87 99.03 00:38:48 00:37:01 0 0.03 0.00 0.03 0.00 1.29 98.65 00:38:48 00:37:01 1 0.03 0.00 0.02 0.00 0.13 99.82 00:38:48 00:37:01 2 0.05 0.00 0.03 0.00 1.12 98.79 00:38:48 00:37:01 3 0.20 0.00 0.02 0.00 0.93 98.86 00:38:48 00:38:01 all 1.26 0.00 0.77 1.37 3.63 92.97 00:38:48 00:38:01 0 0.95 0.00 0.83 1.11 4.75 92.36 00:38:48 00:38:01 1 0.75 0.00 0.48 0.34 2.76 95.67 00:38:48 00:38:01 2 1.91 0.00 0.81 1.55 2.95 92.78 00:38:48 00:38:01 3 1.44 0.00 0.96 2.47 4.05 91.08 00:38:48 Average: all 1.89 0.00 0.93 0.42 5.02 91.74 00:38:48 Average: 0 1.82 0.00 0.97 0.42 5.61 91.18 00:38:48 Average: 1 1.39 0.00 0.80 0.39 4.99 92.44 00:38:48 Average: 2 2.26 0.00 0.98 0.37 4.61 91.78 00:38:48 Average: 3 2.09 0.00 0.95 0.51 4.87 91.57 00:38:48 00:38:48 00:38:48