Pull request #559 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2fdce848789f851c183e0ee2c5b025cc099c42a+10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (03abe72000d536aaac13ab1d94c7145588f5e4be) 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-7496 in /w/workspace/ndry_app-functions-sdk-go_PR-559 [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-559 # 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 > 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 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit e2fdce848789f851c183e0ee2c5b025cc099c42a Merge succeeded, producing e2fdce848789f851c183e0ee2c5b025cc099c42a Checking out Revision e2fdce848789f851c183e0ee2c5b025cc099c42a (PR-559) > 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/559/head:refs/remotes/origin/PR-559 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # 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 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0599d70b663a3bf85890c583dfb3f54b4303194f # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:27:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:27:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:27:05 ========================================================= 15:27:05 EdgeX Global Pipelines Version Info 15:27:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:27:08 ------------------- 15:27:08 stable info: 15:27:08 ------------------- 15:27:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:27:08 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 15:27:08 Message: update stable to v1.0.144 15:27:09 ------------------- 15:27:09 experimental info: 15:27:09 ------------------- 15:27:09 Commited By: **** collab-it+edgex@linuxfoundation.org 15:27:09 Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 15:27:09 Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:27:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:27:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-559 [Pipeline] echo 15:27:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-559 [Pipeline] echo 15:27:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-559 [Pipeline] echo 15:27:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2fdce848789f851c183e0ee2c5b025cc099c42a [Pipeline] echo 15:27:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2fdce8 [Pipeline] echo 15:27:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:27:13 + git log --format=format:%s -1 e2fdce848789f851c183e0ee2c5b025cc099c42a [Pipeline] echo 15:27:14 GIT_COMMIT: e2fdce848789f851c183e0ee2c5b025cc099c42a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging [Pipeline] echo 15:27:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:27:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:14 15:27:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:27:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:15 latest: Pulling from edgex-devops/git-semver 15:27:15 31603596830f: Pulling fs layer 15:27:15 2a8b12db71e7: Pulling fs layer 15:27:15 6ca5941a6612: Pulling fs layer 15:27:15 ecc8261a40a4: Pulling fs layer 15:27:15 ecc8261a40a4: Waiting 15:27:15 2a8b12db71e7: Verifying Checksum 15:27:15 2a8b12db71e7: Download complete 15:27:16 31603596830f: Verifying Checksum 15:27:16 31603596830f: Download complete 15:27:16 ecc8261a40a4: Verifying Checksum 15:27:16 ecc8261a40a4: Download complete 15:27:16 31603596830f: Pull complete 15:27:16 6ca5941a6612: Verifying Checksum 15:27:16 6ca5941a6612: Download complete 15:27:16 2a8b12db71e7: Pull complete 15:27:18 6ca5941a6612: Pull complete 15:27:18 ecc8261a40a4: Pull complete 15:27:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:27:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:27:18 prd-centos7-docker-4c-2g-7496 does not seem to be running inside a container 15:27:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-559 -v /w/workspace/ndry_app-functions-sdk-go_PR-559:/w/workspace/ndry_app-functions-sdk-go_PR-559:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-559@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-559@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 15:27:20 $ docker top 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:27:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:21 [ssh-agent] Looking for ssh-agent implementation... 15:27:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:21 $ docker exec 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 ssh-agent 15:27:22 SSH_AUTH_SOCK=/tmp/ssh-ozUdNbVL0PIS/agent.11 15:27:22 SSH_AGENT_PID=16 15:27:22 Running ssh-add (command line suppressed) 15:27:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/private_key_3497065889806036765.key (/w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/private_key_3497065889806036765.key) 15:27:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:22 + git tag --points-at HEAD [Pipeline] } 15:27:23 $ docker exec --env ******** --env ******** 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 ssh-agent -k 15:27:23 unset SSH_AUTH_SOCK; 15:27:23 unset SSH_AGENT_PID; 15:27:23 echo Agent pid 16 killed; 15:27:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:27:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:23 [ssh-agent] Looking for ssh-agent implementation... 15:27:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:23 $ docker exec 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 ssh-agent 15:27:24 SSH_AUTH_SOCK=/tmp/ssh-EvqBVoWYG7nA/agent.45 15:27:24 SSH_AGENT_PID=50 15:27:24 Running ssh-add (command line suppressed) 15:27:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/private_key_8532605200667055544.key (/w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/private_key_8532605200667055544.key) 15:27:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:25 + git semver init 15:27:25 # -> Open(): unable to determine branch for HEAD 15:27:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-559/.git 15:27:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-559 15:27:25 # $SEMVER_REMOTE_NAME = origin 15:27:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:27:25 # $SEMVER_USER_NAME = edgex-jenkins 15:27:25 # $SEMVER_BRANCH = PR-559 15:27:25 # $SEMVER_TEMP = /tmp/semver-309370929 15:27:25 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:27:29 # '/tmp/semver-309370929' -> '/w/workspace/ndry_app-functions-sdk-go_PR-559/.semver' 15:27:29 # -> Force: false 15:27:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-559/.semver [Pipeline] } 15:27:29 $ docker exec --env ******** --env ******** 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 ssh-agent -k 15:27:30 unset SSH_AUTH_SOCK; 15:27:30 unset SSH_AGENT_PID; 15:27:30 echo Agent pid 50 killed; 15:27:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:30 + git semver [Pipeline] } 15:27:30 $ docker stop --time=1 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 15:27:32 $ docker rm -f 09776bdfabb594f9a09bbc29e6c79eb443ae7f22ac34f4d77ad4ab15827ea7f6 [Pipeline] // withDockerContainer [Pipeline] sh 15:27:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:27:33 Stashed 1 file(s) [Pipeline] echo 15:27:33 [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 15:27:49 Still waiting to schedule task 15:27:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:27:49 Still waiting to schedule task 15:27:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:30:41 Running on prd-centos7-docker-4c-2g-7504 in /w/workspace/ndry_app-functions-sdk-go_PR-559 [Pipeline] { [Pipeline] ws 15:30:41 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:30:45 using credential edgex-jenkins-ssh 15:30:45 Cloning the remote Git repository 15:30:45 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:30:45 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:30:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:30:46 > git --version # timeout=10 15:30:46 > git --version # 'git version 2.16.5' 15:30:46 using GIT_SSH to set credentials SSH Credentials for GitHub 15:30:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:30:47 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit e2fdce848789f851c183e0ee2c5b025cc099c42a 15:30:48 Merge succeeded, producing e2fdce848789f851c183e0ee2c5b025cc099c42a 15:30:48 Checking out Revision e2fdce848789f851c183e0ee2c5b025cc099c42a (PR-559) 15:30:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:30:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:30:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:30:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:30:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:30:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/559/head:refs/remotes/origin/PR-559 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:30:47 > git config core.sparsecheckout # timeout=10 15:30:47 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # timeout=10 15:30:47 > git remote # timeout=10 15:30:47 > git config --get remote.origin.url # timeout=10 15:30:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:30:48 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:30:48 > git rev-parse HEAD^{commit} # timeout=10 15:30:48 > git config core.sparsecheckout # timeout=10 15:30:48 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # timeout=10 15:30:51 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:30:52 ========================================================= 15:30:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:30:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:30:53 + 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 . 15:30:54 Sending build context to Docker daemon 19.13MB 15:30:54 Step 1/8 : ARG BASE=golang:1.15-alpine 15:30:54 Step 2/8 : FROM ${BASE} 15:30:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:30:54 df20fa9351a1: Pulling fs layer 15:30:54 ed8968b2872e: Pulling fs layer 15:30:54 a92cc7c5fd73: Pulling fs layer 15:30:54 e871e8e8d7a9: Pulling fs layer 15:30:54 e73272ec9a57: Pulling fs layer 15:30:54 1e910a182e73: Pulling fs layer 15:30:54 4e634b169226: Pulling fs layer 15:30:54 e73272ec9a57: Waiting 15:30:54 1e910a182e73: Waiting 15:30:54 4e634b169226: Waiting 15:30:54 e871e8e8d7a9: Waiting 15:30:54 a92cc7c5fd73: Verifying Checksum 15:30:54 a92cc7c5fd73: Download complete 15:30:54 ed8968b2872e: Verifying Checksum 15:30:54 ed8968b2872e: Download complete 15:30:54 e73272ec9a57: Verifying Checksum 15:30:54 e73272ec9a57: Download complete 15:30:54 1e910a182e73: Verifying Checksum 15:30:54 1e910a182e73: Download complete 15:30:54 df20fa9351a1: Verifying Checksum 15:30:54 df20fa9351a1: Download complete 15:30:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7503 in /w/workspace/ndry_app-functions-sdk-go_PR-559 [Pipeline] { [Pipeline] ws 15:30:54 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:30:54 df20fa9351a1: Pull complete 15:30:54 ed8968b2872e: Pull complete 15:30:55 a92cc7c5fd73: Pull complete 15:30:56 4e634b169226: Verifying Checksum 15:30:56 4e634b169226: Download complete 15:30:56 e871e8e8d7a9: Verifying Checksum 15:30:56 e871e8e8d7a9: Download complete 15:31:00 using credential edgex-jenkins-ssh 15:31:00 Cloning the remote Git repository 15:31:00 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:00 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:31:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:00 > git --version # timeout=10 15:31:00 > git --version # 'git version 2.17.1' 15:31:00 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:03 e871e8e8d7a9: Pull complete 15:31:03 e73272ec9a57: Pull complete 15:31:03 1e910a182e73: Pull complete 15:31:04 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit e2fdce848789f851c183e0ee2c5b025cc099c42a 15:31:04 Merge succeeded, producing e2fdce848789f851c183e0ee2c5b025cc099c42a 15:31:04 Checking out Revision e2fdce848789f851c183e0ee2c5b025cc099c42a (PR-559) 15:31:03 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:03 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/559/head:refs/remotes/origin/PR-559 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:31:04 > git config core.sparsecheckout # timeout=10 15:31:04 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # timeout=10 15:31:04 > git remote # timeout=10 15:31:04 > git config --get remote.origin.url # timeout=10 15:31:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:04 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:31:04 > git rev-parse HEAD^{commit} # timeout=10 15:31:04 > git config core.sparsecheckout # timeout=10 15:31:04 > git checkout -f e2fdce848789f851c183e0ee2c5b025cc099c42a # timeout=10 15:31:08 4e634b169226: Pull complete 15:31:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:31:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:31:08 ---> f7629b54cfaa 15:31:08 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:31:08 latest: Pulling from library/docker 15:31:08 df20fa9351a1: Already exists 15:31:08 25ad7478873d: Pulling fs layer 15:31:08 4684f6177b5d: Pulling fs layer 15:31:08 206f78d23536: Pulling fs layer 15:31:08 cee0542293f3: Pulling fs layer 15:31:08 d951dd9fd09f: Pulling fs layer 15:31:08 dce9c88c04bd: Pulling fs layer 15:31:08 cee0542293f3: Waiting 15:31:08 d951dd9fd09f: Waiting 15:31:08 dce9c88c04bd: Waiting 15:31:08 4684f6177b5d: Verifying Checksum 15:31:08 4684f6177b5d: Download complete 15:31:08 25ad7478873d: Verifying Checksum 15:31:08 25ad7478873d: Download complete 15:31:08 cee0542293f3: Download complete 15:31:08 d951dd9fd09f: Verifying Checksum 15:31:08 d951dd9fd09f: Download complete 15:31:08 dce9c88c04bd: Verifying Checksum 15:31:08 dce9c88c04bd: Download complete 15:31:08 25ad7478873d: Pull complete 15:31:09 4684f6177b5d: Pull complete 15:31:09 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 15:31:10 206f78d23536: Verifying Checksum 15:31:10 206f78d23536: Download complete [Pipeline] echo 15:31:10 ========================================================= 15:31:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:31:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:31:11 + 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 . 15:31:12 Sending build context to Docker daemon 19.13MB 15:31:12 Step 1/8 : ARG BASE=golang:1.15-alpine 15:31:12 Step 2/8 : FROM ${BASE} 15:31:12 206f78d23536: Pull complete 15:31:12 cee0542293f3: Pull complete 15:31:13 d951dd9fd09f: Pull complete 15:31:13 dce9c88c04bd: Pull complete 15:31:13 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:31:13 Status: Downloaded newer image for docker:latest 15:31:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:31:13 b538f80385f9: Pulling fs layer 15:31:13 74f711af9a0d: Pulling fs layer 15:31:13 99f96fe45779: Pulling fs layer 15:31:13 8529a6b9a6be: Pulling fs layer 15:31:13 45590311c82a: Pulling fs layer 15:31:13 69ca0ff8b7b3: Pulling fs layer 15:31:13 209524e5b208: Pulling fs layer 15:31:13 8529a6b9a6be: Waiting 15:31:13 45590311c82a: Waiting 15:31:13 69ca0ff8b7b3: Waiting 15:31:13 209524e5b208: Waiting 15:31:13 99f96fe45779: Verifying Checksum 15:31:13 99f96fe45779: Download complete 15:31:13 74f711af9a0d: Verifying Checksum 15:31:13 74f711af9a0d: Download complete 15:31:13 45590311c82a: Download complete 15:31:13 69ca0ff8b7b3: Download complete 15:31:13 b538f80385f9: Verifying Checksum 15:31:13 b538f80385f9: Download complete 15:31:14 b538f80385f9: Pull complete 15:31:14 74f711af9a0d: Pull complete 15:31:14 ---> 6bdcb68f8f2f 15:31:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:31:14 ---> Running in efaed767e240 15:31:14 Removing intermediate container efaed767e240 15:31:14 ---> 94d2cfcccc3a 15:31:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:31:14 ---> Running in 3954b280ef09 15:31:15 99f96fe45779: Pull complete 15:31:15 209524e5b208: Verifying Checksum 15:31:15 209524e5b208: Download complete 15:31:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:31:17 8529a6b9a6be: Verifying Checksum 15:31:17 8529a6b9a6be: Download complete 15:31:17 (1/5) Installing libsodium (1.0.18-r0) 15:31:17 (2/5) Installing libzmq (4.3.3-r0) 15:31:18 (3/5) Installing pkgconf (1.7.2-r0) 15:31:18 (4/5) Installing libsodium-dev (1.0.18-r0) 15:31:18 (5/5) Installing zeromq-dev (4.3.3-r0) 15:31:18 Executing busybox-1.31.1-r16.trigger 15:31:18 OK: 167 MiB in 44 packages 15:31:19 Removing intermediate container 3954b280ef09 15:31:19 ---> 576e44ca154c 15:31:19 Step 6/8 : WORKDIR /build 15:31:19 ---> Running in e82caee88f15 15:31:19 Removing intermediate container e82caee88f15 15:31:19 ---> be09c07b8f7a 15:31:19 Step 7/8 : COPY go.mod . 15:31:19 ---> cc9fb1f385f2 15:31:19 Step 8/8 : RUN go mod download 15:31:19 ---> Running in e80eca4ed4fa 15:31:27 8529a6b9a6be: Pull complete 15:31:27 45590311c82a: Pull complete 15:31:28 69ca0ff8b7b3: Pull complete 15:31:31 209524e5b208: Pull complete 15:31:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:31:31 ---> 5bddaf1c2fca 15:31:31 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:31:31 latest: Pulling from library/docker 15:31:32 b538f80385f9: Already exists 15:31:32 259a493cd78d: Pulling fs layer 15:31:32 b8e66b5100f5: Pulling fs layer 15:31:32 203964748c9f: Pulling fs layer 15:31:32 d6fc4445224b: Pulling fs layer 15:31:32 5ea39d09386c: Pulling fs layer 15:31:32 78a785fe32a7: Pulling fs layer 15:31:32 d6fc4445224b: Waiting 15:31:32 5ea39d09386c: Waiting 15:31:32 78a785fe32a7: Waiting 15:31:32 b8e66b5100f5: Download complete 15:31:32 259a493cd78d: Verifying Checksum 15:31:32 259a493cd78d: Download complete 15:31:32 d6fc4445224b: Download complete 15:31:32 5ea39d09386c: Verifying Checksum 15:31:32 5ea39d09386c: Download complete 15:31:32 78a785fe32a7: Download complete 15:31:33 259a493cd78d: Pull complete 15:31:33 b8e66b5100f5: Pull complete 15:31:33 203964748c9f: Verifying Checksum 15:31:33 203964748c9f: Download complete 15:31:37 203964748c9f: Pull complete 15:31:37 d6fc4445224b: Pull complete 15:31:37 5ea39d09386c: Pull complete 15:31:38 78a785fe32a7: Pull complete 15:31:38 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:31:38 Status: Downloaded newer image for docker:latest 15:31:45 ---> eca3700855c8 15:31:45 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:31:45 ---> Running in 4567f3e0b641 15:31:45 Removing intermediate container 4567f3e0b641 15:31:45 ---> b5f882469234 15:31:45 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:31:45 ---> Running in ffa5bc847379 15:31:46 Removing intermediate container e80eca4ed4fa 15:31:46 ---> a036fc6fd328 15:31:46 Successfully built a036fc6fd328 15:31:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:31:46 + docker inspect -f . ci-base-image-x86_64 15:31:46 . [Pipeline] withDockerContainer 15:31:47 prd-centos7-docker-4c-2g-7504 does not seem to be running inside a container 15:31:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 15:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:31:48 $ docker top 537ca453c9469f8fa90f67011b3f7f0a7351f282ffc17db2cf47e11c8cffa0b7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:48 + go version 15:31:48 go version go1.15.2 linux/amd64 [Pipeline] } 15:31:48 $ docker stop --time=1 537ca453c9469f8fa90f67011b3f7f0a7351f282ffc17db2cf47e11c8cffa0b7 15:31:49 (1/5) Installing libsodium (1.0.18-r0) 15:31:49 (2/5) Installing libzmq (4.3.3-r0) 15:31:49 (3/5) Installing pkgconf (1.7.2-r0) 15:31:49 (4/5) Installing libsodium-dev (1.0.18-r0) 15:31:49 (5/5) Installing zeromq-dev (4.3.3-r0) 15:31:50 Executing busybox-1.31.1-r16.trigger 15:31:50 OK: 144 MiB in 44 packages 15:31:50 $ docker rm -f 537ca453c9469f8fa90f67011b3f7f0a7351f282ffc17db2cf47e11c8cffa0b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:51 + docker inspect -f . ci-base-image-x86_64 15:31:51 . [Pipeline] withDockerContainer 15:31:51 prd-centos7-docker-4c-2g-7504 does not seem to be running inside a container 15:31:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 15:31:51 Removing intermediate container ffa5bc847379 15:31:51 ---> 4eee1f46ba13 15:31:51 Step 6/8 : WORKDIR /build 15:31:51 ---> Running in 0e1b8d735bd2 15:31:52 Removing intermediate container 0e1b8d735bd2 15:31:52 ---> 8a7c804a1204 15:31:52 Step 7/8 : COPY go.mod . 15:31:52 $ docker top 4ed857343f66018b9aa06ae4bffa8e07ca0e18ccf3d15703f9443fb76565b454 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:53 ---> 9b4e17aebf18 15:31:53 Step 8/8 : RUN go mod download 15:31:53 ---> Running in 7acd09017fc9 15:31:53 + make test 15:31:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:31:55 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:32:03 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.031s coverage: 86.2% of statements 15:32:21 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.032s coverage: 51.7% of statements 15:32:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:32:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:32:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.052s coverage: 54.7% of statements 15:32:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:32:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.025s coverage: 69.1% of statements 15:32:25 Removing intermediate container 7acd09017fc9 15:32:25 ---> a5a6f3aca178 15:32:25 Successfully built a5a6f3aca178 15:32:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:32:25 + docker inspect -f . ci-base-image-arm64 15:32:25 . [Pipeline] withDockerContainer 15:32:26 prd-ubuntu18.04-docker-arm64-4c-16g-7503 does not seem to be running inside a container 15:32:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 15:32:28 $ docker top ff84e12d24cb8520be6f1eccbf36d1dcbe7ebf05855e0a11726346025a0674bf -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:30 + go version 15:32:30 go version go1.15.2 linux/arm64 [Pipeline] } 15:32:30 $ docker stop --time=1 ff84e12d24cb8520be6f1eccbf36d1dcbe7ebf05855e0a11726346025a0674bf 15:32:32 $ docker rm -f ff84e12d24cb8520be6f1eccbf36d1dcbe7ebf05855e0a11726346025a0674bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:33 + docker inspect -f . ci-base-image-arm64 15:32:33 . [Pipeline] withDockerContainer 15:32:33 prd-ubuntu18.04-docker-arm64-4c-16g-7503 does not seem to be running inside a container 15:32:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.442s coverage: 61.6% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.027s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 9.4% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.921s coverage: 75.0% of statements 15:32:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.028s coverage: 89.7% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.012s coverage: 88.9% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.015s coverage: 80.5% of statements 15:32:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 15:32:35 $ docker top 0f9b8d964b390bfb3e7fd04e03471d95c160ca0e691d1b2404d667588c0239ea -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:37 + make test 15:32:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:32:39 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:32:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.027s coverage: 70.8% of statements 15:32:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 15:32:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:32:55 gofmt -l . 15:32:55 [ "`gofmt -l .`" = "" ] 15:32:55 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:32:56 Stashed 1 file(s) [Pipeline] } 15:32:56 $ docker stop --time=1 4ed857343f66018b9aa06ae4bffa8e07ca0e18ccf3d15703f9443fb76565b454 15:32:58 $ docker rm -f 4ed857343f66018b9aa06ae4bffa8e07ca0e18ccf3d15703f9443fb76565b454 [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] } 15:33:01 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.027s coverage: 86.2% of statements 15:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.062s coverage: 51.7% of statements 15:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.084s coverage: 54.7% of statements 15:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.071s coverage: 69.1% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.451s coverage: 61.6% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.024s coverage: 89.5% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.026s coverage: 100.0% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.034s coverage: 100.0% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.018s coverage: 97.7% of statements 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:33:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:33:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 15:33:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.946s coverage: 75.0% of statements 15:33:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:33:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.035s coverage: 89.7% of statements 15:33:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.045s coverage: 88.9% of statements 15:33:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements 15:33:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.045s coverage: 71.7% of statements 15:34:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.058s coverage: 70.8% of statements 15:34:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 15:34:25 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:34:37 gofmt -l . 15:34:37 [ "`gofmt -l .`" = "" ] 15:34:37 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:34:37 Warning: overwriting stash ‘coverage-report’ 15:34:38 Stashed 1 file(s) [Pipeline] } 15:34:38 $ docker stop --time=1 0f9b8d964b390bfb3e7fd04e03471d95c160ca0e691d1b2404d667588c0239ea 15:34:40 $ docker rm -f 0f9b8d964b390bfb3e7fd04e03471d95c160ca0e691d1b2404d667588c0239ea [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 15:34:43 provisioning config files... 15:34:43 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/config5189527786568723873tmp [Pipeline] { [Pipeline] sh 15:34:44 + set +x 15:34:44 + curl -s https://codecov.io/bash 15:34:44 + bash -s -- 15:34:44 15:34:44 _____ _ 15:34:44 / ____| | | 15:34:44 | | ___ __| | ___ ___ _____ __ 15:34:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:34:44 | |___| (_) | (_| | __/ (_| (_) \ V / 15:34:44 \_____\___/ \__,_|\___|\___\___/ \_/ 15:34:44 Bash-20201009-048fee3 15:34:44 15:34:44 15:34:44 ==> Jenkins CI detected. 15:34:44 project root: . 15:34:44 --> token set from env 15:34:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:34:44 ==> Running gcov in . (disable via -X gcov) 15:34:44 ==> Python coveragepy not found 15:34:44 ==> Searching for coverage reports in: 15:34:44 + . 15:34:44 -> Found 1 reports 15:34:44 ==> Detecting git/mercurial file structure 15:34:44 ==> Reading reports 15:34:44 + ./coverage.out bytes=90014 15:34:44 ==> Appending adjustments 15:34:44 https://docs.codecov.io/docs/fixing-reports 15:34:45 + Found adjustments 15:34:45 ==> Gzipping contents 15:34:45 ==> Uploading reports 15:34:45 url: https://codecov.io 15:34:45 query: branch=PR-559&commit=e2fdce848789f851c183e0ee2c5b025cc099c42a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-559%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=559&job=&cmd_args= 15:34:45 -> Pinging Codecov 15:34:45 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-559&commit=e2fdce848789f851c183e0ee2c5b025cc099c42a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-559%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=559&job=&cmd_args= 15:34:46 -> Uploading to 15:34:46 15:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:34:46 Dload Upload Total Spent Left Speed 15:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 15:34:46 X> Failed to upload 15:34:46 ==> Uploading to Codecov 15:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:34:46 Dload Upload Total Spent Left Speed 15:34:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16002 0 0 100 16002 0 13106 0:00:01 0:00:01 --:--:-- 13105 99 16119 0 0 100 16002 0 6316 0:00:02 0:00:02 --:--:-- 6314 100 16119 100 117 100 16002 46 6314 0:00:02 0:00:02 --:--:-- 6314 15:34:48 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/e2fdce848789f851c183e0ee2c5b025cc099c42a [Pipeline] } 15:34:48 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 15:34:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:34:52 ---> package-listing.sh 15:34:52 ++ tr '[:upper:]' '[:lower:]' 15:34:52 ++ facter osfamily 15:34:52 + OS_FAMILY=redhat 15:34:52 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-559 15:34:52 + START_PACKAGES=/tmp/packages_start.txt 15:34:52 + END_PACKAGES=/tmp/packages_end.txt 15:34:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:34:52 + PACKAGES=/tmp/packages_start.txt 15:34:52 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-559 ']' 15:34:52 + PACKAGES=/tmp/packages_end.txt 15:34:52 + case "${OS_FAMILY}" in 15:34:52 + rpm -qa 15:34:52 + sort 15:34:57 + '[' -f /tmp/packages_start.txt ']' 15:34:57 + '[' -f /tmp/packages_end.txt ']' 15:34:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:34:57 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-559 ']' 15:34:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-559/archives/ 15:34:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-559/archives/ [Pipeline] echo 15:34:57 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-559/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:34:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:34:58 15:34:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:34:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:34:59 alpine: Pulling from edgex-lftools-log-publisher 15:34:59 df20fa9351a1: Pulling fs layer 15:34:59 36b3adc4ff6f: Pulling fs layer 15:34:59 8ad3a11d3b57: Pulling fs layer 15:34:59 46f8f816bc3b: Pulling fs layer 15:34:59 93b61091891f: Pulling fs layer 15:34:59 93b9cdb0e59b: Pulling fs layer 15:34:59 5e14af77c1be: Pulling fs layer 15:34:59 01666e4c0597: Pulling fs layer 15:34:59 aa168da1d23b: Pulling fs layer 15:34:59 46f8f816bc3b: Waiting 15:34:59 93b61091891f: Waiting 15:34:59 93b9cdb0e59b: Waiting 15:34:59 5e14af77c1be: Waiting 15:34:59 01666e4c0597: Waiting 15:34:59 aa168da1d23b: Waiting 15:34:59 36b3adc4ff6f: Download complete 15:34:59 46f8f816bc3b: Verifying Checksum 15:34:59 46f8f816bc3b: Download complete 15:34:59 df20fa9351a1: Verifying Checksum 15:34:59 df20fa9351a1: Download complete 15:34:59 93b9cdb0e59b: Verifying Checksum 15:34:59 93b9cdb0e59b: Download complete 15:34:59 93b61091891f: Verifying Checksum 15:34:59 93b61091891f: Download complete 15:34:59 5e14af77c1be: Verifying Checksum 15:34:59 5e14af77c1be: Download complete 15:34:59 01666e4c0597: Verifying Checksum 15:34:59 01666e4c0597: Download complete 15:35:00 df20fa9351a1: Pull complete 15:35:00 8ad3a11d3b57: Verifying Checksum 15:35:00 8ad3a11d3b57: Download complete 15:35:00 36b3adc4ff6f: Pull complete 15:35:03 8ad3a11d3b57: Pull complete 15:35:03 46f8f816bc3b: Pull complete 15:35:04 93b61091891f: Pull complete 15:35:04 93b9cdb0e59b: Pull complete 15:35:05 5e14af77c1be: Pull complete 15:35:05 aa168da1d23b: Verifying Checksum 15:35:05 aa168da1d23b: Download complete 15:35:05 01666e4c0597: Pull complete 15:35:18 aa168da1d23b: Pull complete 15:35:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:35:18 prd-centos7-docker-4c-2g-7496 does not seem to be running inside a container 15:35:18 $ 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-559/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-559 -v /w/workspace/ndry_app-functions-sdk-go_PR-559:/w/workspace/ndry_app-functions-sdk-go_PR-559:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-559@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-559@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 15:35:24 $ docker top a82c870badf55ae81ad6fb29155fc2f40ec32e779a0477a3f3f77bd829bd25ed -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:25 + touch /tmp/pre-build-complete [Pipeline] sh 15:35:25 + mkdir -p /var/log/sa [Pipeline] sh 15:35:26 + ls /var/log/sa-host 15:35:26 + sadf -c /var/log/sa-host/sa05 15:35:26 file_magic: OK 15:35:26 HZ: Using current value: 100 15:35:26 file_header: OK 15:35:26 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 15:35:26 Statistics: 15:35:26 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:35:26 File successfully converted to sysstat format version 12.2.1 15:35:26 + sadf -c /var/log/sa-host/sa21 15:35:26 file_magic: OK 15:35:26 HZ: Using current value: 100 15:35:26 file_header: OK 15:35:26 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 15:35:26 Statistics: 15:35:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:35:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:35:26 provisioning config files... 15:35:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-559@tmp/config895687794807232121tmp [Pipeline] { [Pipeline] echo 15:35:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:35:27 ---> create-netrc.sh [Pipeline] } 15:35:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:35:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:35:27 ---> python-tools-install.sh [Pipeline] echo 15:35:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:35:28 ---> sudo-logs.sh 15:35:28 Archiving 'sudo' log.. [Pipeline] echo 15:35:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:35:29 ---> job-cost.sh 15:35:29 lf-activate-venv: SKIPPING 15:35:29 INFO: No Stack... 15:35:31 INFO: Retrieving Pricing Info for: v1-standard-2 15:35:31 INFO: Archiving Costs [Pipeline] echo 15:35:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:35:32 ---> logs-deploy.sh 15:35:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-559/2 15:35:32 INFO: archiving workspace using pattern(s): 15:35:34 Archives upload complete. 15:35:34 INFO: archiving logs to Nexus 15:35:36 ---> uname -a: 15:35:36 Linux prd-centos7-docker-4c-2g-7496.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:35:36 15:35:36 15:35:36 ---> lscpu: 15:35:36 Architecture: x86_64 15:35:36 CPU op-mode(s): 32-bit, 64-bit 15:35:36 Byte Order: Little Endian 15:35:36 Address sizes: 40 bits physical, 48 bits virtual 15:35:36 CPU(s): 4 15:35:36 On-line CPU(s) list: 0-3 15:35:36 Thread(s) per core: 1 15:35:36 Core(s) per socket: 1 15:35:36 Socket(s): 4 15:35:36 NUMA node(s): 1 15:35:36 Vendor ID: GenuineIntel 15:35:36 CPU family: 6 15:35:36 Model: 44 15:35:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:35:36 Stepping: 1 15:35:36 CPU MHz: 2933.438 15:35:36 BogoMIPS: 5866.87 15:35:36 Virtualization: VT-x 15:35:36 Hypervisor vendor: KVM 15:35:36 Virtualization type: full 15:35:36 L1d cache: 128 KiB 15:35:36 L1i cache: 128 KiB 15:35:36 L2 cache: 16 MiB 15:35:36 L3 cache: 64 MiB 15:35:36 NUMA node0 CPU(s): 0-3 15:35:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:35:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:35:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:35:36 Vulnerability Meltdown: Mitigation; PTI 15:35:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:35:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:35:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:35:36 Vulnerability Tsx async abort: Not affected 15:35:36 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 15:35:36 15:35:36 15:35:36 ---> nproc: 15:35:36 4 15:35:36 15:35:36 15:35:36 ---> df -h: 15:35:36 Filesystem Size Used Available Use% Mounted on 15:35:36 overlay 50.0G 7.2G 42.8G 14% / 15:35:36 tmpfs 64.0M 0 64.0M 0% /dev 15:35:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:35:36 shm 64.0M 0 64.0M 0% /dev/shm 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-559 15:35:36 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-559@tmp 15:35:36 15:35:36 15:35:36 ---> free -m: 15:35:36 total used free shared buff/cache available 15:35:36 Mem: 1837 683 112 0 1040 1051 15:35:36 Swap: 1023 1 1022 15:35:36 15:35:36 15:35:36 ---> ip addr: 15:35:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:35:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:35:36 inet 127.0.0.1/8 scope host lo 15:35:36 valid_lft forever preferred_lft forever 15:35:36 inet6 ::1/128 scope host 15:35:36 valid_lft forever preferred_lft forever 15:35:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:35:36 link/ether fa:16:3e:83:c5:b8 brd ff:ff:ff:ff:ff:ff 15:35:36 inet 10.30.123.18/23 brd 10.30.123.255 scope global dynamic eth0 15:35:36 valid_lft 85839sec preferred_lft 85839sec 15:35:36 inet6 fe80::f816:3eff:fe83:c5b8/64 scope link 15:35:36 valid_lft forever preferred_lft forever 15:35:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:35:36 link/ether 02:42:31:f8:da:0c brd ff:ff:ff:ff:ff:ff 15:35:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:35:36 valid_lft forever preferred_lft forever 15:35:36 inet6 fe80::42:31ff:fef8:da0c/64 scope link 15:35:36 valid_lft forever preferred_lft forever 15:35:36 15:35:36 15:35:36 ---> sar -b -r -n DEV: 15:35:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 15:35:36 15:35:36 15:25:53 LINUX RESTART (4 CPU) 15:35:36 15:35:36 15:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:35:36 15:28:01 45.93 12.21 33.72 0.00 4589.05 3383.83 0.00 15:35:36 15:29:01 1.93 0.00 1.93 0.00 0.00 39.20 0.00 15:35:36 15:30:02 0.28 0.00 0.28 0.00 0.00 3.86 0.00 15:35:36 15:31:01 0.25 0.00 0.25 0.00 0.00 2.74 0.00 15:35:36 15:32:01 0.33 0.00 0.33 0.00 0.00 5.09 0.00 15:35:36 15:33:01 0.35 0.00 0.35 0.00 0.00 4.51 0.00 15:35:36 15:34:01 0.22 0.02 0.20 0.00 0.13 1.88 0.00 15:35:36 15:35:01 42.91 41.90 1.01 0.00 4286.61 28.25 0.00 15:35:36 Average: 11.56 6.80 4.77 0.00 1113.33 434.55 0.00 15:35:36 15:35:36 15:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:35:36 15:28:01 227368 0 582596 30.96 2620 1068972 1152844 39.34 455280 1040228 136 15:35:36 15:29:01 236768 0 573244 30.47 2620 1068924 1094400 37.35 449544 1037856 20 15:35:36 15:30:02 237852 0 572156 30.41 2620 1068928 1087204 37.10 449152 1037668 12 15:35:36 15:31:01 236668 0 573340 30.47 2620 1068928 1067948 36.45 466408 1021880 20 15:35:36 15:32:01 235980 0 574020 30.51 2620 1068936 1068056 36.45 467724 1021144 20 15:35:36 15:33:01 235856 0 574140 30.51 2620 1068940 1068056 36.45 467812 1021144 8 15:35:36 15:34:01 238440 0 571548 30.38 2620 1068948 1067672 36.44 457892 1028920 8 15:35:36 15:35:01 70324 0 652288 34.67 2620 1156324 1485316 50.69 535960 1108500 60480 15:35:36 Average: 214907 0 584166 31.05 2620 1079862 1136437 38.78 468722 1039668 7588 15:35:36 15:35:36 15:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:35:36 15:28:01 eth0 181.72 177.27 749.05 49.43 0.00 0.00 0.00 0.00 15:35:36 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:28:01 docker0 110.50 97.59 9.85 304.14 0.00 0.00 0.00 0.00 15:35:36 15:29:01 eth0 1.30 0.27 0.35 0.19 0.00 0.00 0.00 0.00 15:35:36 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:30:02 eth0 2.11 0.28 0.41 0.20 0.00 0.00 0.00 0.00 15:35:36 15:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:31:01 eth0 2.99 1.03 0.98 0.59 0.00 0.00 0.00 0.00 15:35:36 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:32:01 eth0 1.46 0.73 0.74 0.49 0.00 0.00 0.00 0.00 15:35:36 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:33:01 eth0 0.38 0.23 0.26 0.19 0.00 0.00 0.00 0.00 15:35:36 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:34:01 eth0 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:35:01 eth0 88.56 69.33 777.13 11.32 0.00 0.00 0.00 0.00 15:35:36 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 Average: eth0 34.92 31.23 191.79 7.82 0.00 0.00 0.00 0.00 15:35:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:36 Average: docker0 13.84 12.22 1.23 38.09 0.00 0.00 0.00 0.00 15:35:36 15:35:36 15:35:36 ---> sar -P ALL: 15:35:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 15:35:36 15:35:36 15:25:53 LINUX RESTART (4 CPU) 15:35:36 15:35:36 15:27:01 CPU %user %nice %system %iowait %steal %idle 15:35:36 15:28:01 all 3.47 0.00 2.54 1.17 5.67 87.15 15:35:36 15:28:01 0 3.85 0.00 2.51 0.59 6.15 86.91 15:35:36 15:28:01 1 2.83 0.00 2.28 0.22 5.20 89.46 15:35:36 15:28:01 2 3.08 0.00 2.73 1.13 5.66 87.40 15:35:36 15:28:01 3 4.14 0.00 2.62 2.74 5.67 84.83 15:35:36 15:29:01 all 0.10 0.00 0.05 0.00 0.27 99.57 15:35:36 15:29:01 0 0.27 0.00 0.05 0.00 0.20 99.48 15:35:36 15:29:01 1 0.07 0.00 0.07 0.00 0.35 99.52 15:35:36 15:29:01 2 0.05 0.00 0.05 0.00 0.30 99.60 15:35:36 15:29:01 3 0.03 0.00 0.05 0.00 0.25 99.67 15:35:36 15:30:02 all 0.07 0.00 0.04 0.00 0.21 99.68 15:35:36 15:30:02 0 0.20 0.00 0.03 0.00 0.20 99.57 15:35:36 15:30:02 1 0.02 0.00 0.03 0.00 0.18 99.77 15:35:36 15:30:02 2 0.05 0.00 0.05 0.00 0.25 99.65 15:35:36 15:30:02 3 0.03 0.00 0.05 0.00 0.20 99.72 15:35:36 15:31:01 all 0.13 0.00 0.08 0.00 0.22 99.57 15:35:36 15:31:01 0 0.03 0.00 0.03 0.00 0.19 99.75 15:35:36 15:31:01 1 0.17 0.00 0.08 0.00 0.37 99.37 15:35:36 15:31:01 2 0.17 0.00 0.19 0.00 0.17 99.47 15:35:36 15:31:01 3 0.15 0.00 0.02 0.00 0.15 99.68 15:35:36 15:32:01 all 0.12 0.00 0.07 0.00 0.51 99.31 15:35:36 15:32:01 0 0.02 0.00 0.02 0.00 0.15 99.82 15:35:36 15:32:01 1 0.28 0.00 0.05 0.00 1.01 98.66 15:35:36 15:32:01 2 0.10 0.00 0.13 0.00 0.23 99.53 15:35:36 15:32:01 3 0.07 0.00 0.07 0.00 0.63 99.24 15:35:36 15:33:01 all 0.10 0.00 0.02 0.00 0.28 99.60 15:35:36 15:33:01 0 0.03 0.00 0.02 0.00 0.38 99.57 15:35:36 15:33:01 1 0.33 0.00 0.03 0.00 0.25 99.38 15:35:36 15:33:01 2 0.02 0.00 0.02 0.00 0.38 99.58 15:35:36 15:33:01 3 0.02 0.00 0.03 0.00 0.10 99.85 15:35:36 15:34:01 all 0.07 0.00 0.03 0.00 0.64 99.26 15:35:36 15:34:01 0 0.02 0.00 0.02 0.00 0.65 99.32 15:35:36 15:34:01 1 0.08 0.00 0.07 0.00 0.89 98.96 15:35:36 15:34:01 2 0.02 0.00 0.02 0.00 0.40 99.57 15:35:36 15:34:01 3 0.17 0.00 0.02 0.00 0.61 99.20 15:35:36 15:35:01 all 1.59 0.00 1.03 0.94 3.88 92.55 15:35:36 15:35:01 0 0.96 0.00 1.16 0.07 4.12 93.70 15:35:36 15:35:01 1 1.34 0.00 0.88 0.61 3.93 93.24 15:35:36 15:35:01 2 0.56 0.00 0.65 0.02 3.60 95.18 15:35:36 15:35:01 3 3.54 0.00 1.45 3.12 3.89 88.00 15:35:36 Average: all 0.71 0.00 0.48 0.26 1.46 97.08 15:35:36 Average: 0 0.67 0.00 0.48 0.08 1.51 97.26 15:35:36 Average: 1 0.64 0.00 0.44 0.10 1.53 97.29 15:35:36 Average: 2 0.51 0.00 0.48 0.14 1.38 97.49 15:35:36 Average: 3 1.02 0.00 0.54 0.73 1.44 96.28 15:35:36 15:35:36 15:35:36