Pull request #558 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8678370131a5016fc227344648629d162798a504+1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (2514447f0302b9cd220866c2a932be3f8efd4b45) 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-7598 in /w/workspace/ndry_app-functions-sdk-go_PR-558 [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-558 # 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 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec into PR head commit 8678370131a5016fc227344648629d162798a504 > 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/558/head:refs/remotes/origin/PR-558 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 8678370131a5016fc227344648629d162798a504 Checking out Revision 8678370131a5016fc227344648629d162798a504 (PR-558) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. > git rev-list --no-walk 1d64cce47ee194869b95437d0a4df08d89d9bf1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:25:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:25:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:25:10 ========================================================= 23:25:10 EdgeX Global Pipelines Version Info 23:25:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:25:11 ------------------- 23:25:11 stable info: 23:25:11 ------------------- 23:25:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:25:11 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 23:25:11 Message: update stable to v1.0.144 23:25:12 ------------------- 23:25:12 experimental info: 23:25:12 ------------------- 23:25:12 Commited By: **** collab-it+edgex@linuxfoundation.org 23:25:12 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 23:25:12 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:25:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:25:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:25:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-558 [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-558 [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-558 [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8678370131a5016fc227344648629d162798a504 [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8678370 [Pipeline] echo 23:25:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:25:17 + git log --format=format:%s -1 8678370131a5016fc227344648629d162798a504 [Pipeline] echo 23:25:17 GIT_COMMIT: 8678370131a5016fc227344648629d162798a504, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry [Pipeline] echo 23:25:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:25:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:18 23:25:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:25:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:19 latest: Pulling from edgex-devops/git-semver 23:25:19 31603596830f: Pulling fs layer 23:25:19 2a8b12db71e7: Pulling fs layer 23:25:19 6ca5941a6612: Pulling fs layer 23:25:19 ecc8261a40a4: Pulling fs layer 23:25:19 ecc8261a40a4: Waiting 23:25:19 2a8b12db71e7: Verifying Checksum 23:25:19 2a8b12db71e7: Download complete 23:25:19 31603596830f: Verifying Checksum 23:25:19 31603596830f: Download complete 23:25:19 ecc8261a40a4: Verifying Checksum 23:25:19 ecc8261a40a4: Download complete 23:25:19 6ca5941a6612: Verifying Checksum 23:25:19 6ca5941a6612: Download complete 23:25:19 31603596830f: Pull complete 23:25:19 2a8b12db71e7: Pull complete 23:25:20 6ca5941a6612: Pull complete 23:25:20 ecc8261a40a4: Pull complete 23:25:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:25:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:25:20 prd-centos7-docker-4c-2g-7598 does not seem to be running inside a container 23:25:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-558 -v /w/workspace/ndry_app-functions-sdk-go_PR-558:/w/workspace/ndry_app-functions-sdk-go_PR-558:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-558@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-558@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 23:25:22 $ docker top f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:25:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:25:22 [ssh-agent] Looking for ssh-agent implementation... 23:25:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:25:23 $ docker exec f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb ssh-agent 23:25:23 SSH_AUTH_SOCK=/tmp/ssh-KOri2PBDQY2V/agent.11 23:25:23 SSH_AGENT_PID=17 23:25:23 Running ssh-add (command line suppressed) 23:25:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/private_key_6045699545038465124.key (/w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/private_key_6045699545038465124.key) 23:25:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:25:23 + git tag --points-at HEAD [Pipeline] } 23:25:23 $ docker exec --env ******** --env ******** f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb ssh-agent -k 23:25:23 unset SSH_AUTH_SOCK; 23:25:23 unset SSH_AGENT_PID; 23:25:23 echo Agent pid 17 killed; 23:25:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:25:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:25:24 [ssh-agent] Looking for ssh-agent implementation... 23:25:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:25:24 $ docker exec f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb ssh-agent 23:25:24 SSH_AUTH_SOCK=/tmp/ssh-xzUNzKzzVFYV/agent.46 23:25:24 SSH_AGENT_PID=51 23:25:24 Running ssh-add (command line suppressed) 23:25:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/private_key_3362911617464922463.key (/w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/private_key_3362911617464922463.key) 23:25:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:25:24 + git semver init 23:25:24 # -> Open(): unable to determine branch for HEAD 23:25:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-558/.git 23:25:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-558 23:25:24 # $SEMVER_REMOTE_NAME = origin 23:25:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:25:24 # $SEMVER_USER_NAME = edgex-jenkins 23:25:24 # $SEMVER_BRANCH = PR-558 23:25:24 # $SEMVER_TEMP = /tmp/semver-151864093 23:25:24 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:25:27 # '/tmp/semver-151864093' -> '/w/workspace/ndry_app-functions-sdk-go_PR-558/.semver' 23:25:27 # -> Force: false 23:25:27 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-558/.semver [Pipeline] } 23:25:27 $ docker exec --env ******** --env ******** f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb ssh-agent -k 23:25:27 unset SSH_AUTH_SOCK; 23:25:27 unset SSH_AGENT_PID; 23:25:27 echo Agent pid 51 killed; 23:25:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:25:28 + git semver [Pipeline] } 23:25:28 $ docker stop --time=1 f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb 23:25:29 $ docker rm -f f47f52465d9a865c093531504a9ae2ed146d67c2ac21080811f10641160b3fdb [Pipeline] // withDockerContainer [Pipeline] sh 23:25:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:25:30 Stashed 1 file(s) [Pipeline] echo 23:25:30 [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 23:25:46 Still waiting to schedule task 23:25:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:25:46 Still waiting to schedule task 23:25:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:28:51 Running on prd-centos7-docker-4c-2g-7600 in /w/workspace/ndry_app-functions-sdk-go_PR-558 [Pipeline] { [Pipeline] ws 23:28:51 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:28:54 using credential edgex-jenkins-ssh 23:28:54 Cloning the remote Git repository 23:28:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:28:54 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:28:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:28:54 > git --version # timeout=10 23:28:54 > git --version # 'git version 2.16.5' 23:28:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:57 Merging remotes/origin/master commit 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec into PR head commit 8678370131a5016fc227344648629d162798a504 23:28:57 Merge succeeded, producing 8678370131a5016fc227344648629d162798a504 23:28:57 Checking out Revision 8678370131a5016fc227344648629d162798a504 (PR-558) 23:28:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:28:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:28:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:28:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/558/head:refs/remotes/origin/PR-558 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:28:57 > git config core.sparsecheckout # timeout=10 23:28:57 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 23:28:57 > git remote # timeout=10 23:28:57 > git config --get remote.origin.url # timeout=10 23:28:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:57 > git merge 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 23:28:57 > git rev-parse HEAD^{commit} # timeout=10 23:28:57 > git config core.sparsecheckout # timeout=10 23:28:57 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 23:29:00 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:29:01 ========================================================= 23:29:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:29:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:29:02 + 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 . 23:29:03 Sending build context to Docker daemon 19.14MB 23:29:03 Step 1/8 : ARG BASE=golang:1.15-alpine 23:29:03 Step 2/8 : FROM ${BASE} 23:29:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:29:03 df20fa9351a1: Pulling fs layer 23:29:03 ed8968b2872e: Pulling fs layer 23:29:03 a92cc7c5fd73: Pulling fs layer 23:29:03 e871e8e8d7a9: Pulling fs layer 23:29:03 e73272ec9a57: Pulling fs layer 23:29:03 1e910a182e73: Pulling fs layer 23:29:03 4e634b169226: Pulling fs layer 23:29:03 e73272ec9a57: Waiting 23:29:03 1e910a182e73: Waiting 23:29:03 4e634b169226: Waiting 23:29:03 e871e8e8d7a9: Waiting 23:29:03 a92cc7c5fd73: Verifying Checksum 23:29:03 a92cc7c5fd73: Download complete 23:29:03 ed8968b2872e: Verifying Checksum 23:29:03 ed8968b2872e: Download complete 23:29:03 e73272ec9a57: Verifying Checksum 23:29:03 e73272ec9a57: Download complete 23:29:03 1e910a182e73: Verifying Checksum 23:29:03 1e910a182e73: Download complete 23:29:03 df20fa9351a1: Verifying Checksum 23:29:03 df20fa9351a1: Download complete 23:29:03 df20fa9351a1: Pull complete 23:29:03 ed8968b2872e: Pull complete 23:29:04 a92cc7c5fd73: Pull complete 23:29:05 4e634b169226: Verifying Checksum 23:29:05 4e634b169226: Download complete 23:29:06 e871e8e8d7a9: Verifying Checksum 23:29:06 e871e8e8d7a9: Download complete 23:29:11 e871e8e8d7a9: Pull complete 23:29:11 e73272ec9a57: Pull complete 23:29:11 1e910a182e73: Pull complete 23:29:15 4e634b169226: Pull complete 23:29:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:29:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:29:15 ---> f7629b54cfaa 23:29:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:29:16 latest: Pulling from library/docker 23:29:16 df20fa9351a1: Already exists 23:29:16 25ad7478873d: Pulling fs layer 23:29:16 4684f6177b5d: Pulling fs layer 23:29:16 206f78d23536: Pulling fs layer 23:29:16 cee0542293f3: Pulling fs layer 23:29:16 d951dd9fd09f: Pulling fs layer 23:29:16 dce9c88c04bd: Pulling fs layer 23:29:16 cee0542293f3: Waiting 23:29:16 d951dd9fd09f: Waiting 23:29:16 dce9c88c04bd: Waiting 23:29:16 4684f6177b5d: Verifying Checksum 23:29:16 4684f6177b5d: Download complete 23:29:16 25ad7478873d: Verifying Checksum 23:29:16 25ad7478873d: Download complete 23:29:16 cee0542293f3: Download complete 23:29:16 d951dd9fd09f: Verifying Checksum 23:29:16 d951dd9fd09f: Download complete 23:29:16 dce9c88c04bd: Verifying Checksum 23:29:16 dce9c88c04bd: Download complete 23:29:16 25ad7478873d: Pull complete 23:29:16 4684f6177b5d: Pull complete 23:29:18 206f78d23536: Verifying Checksum 23:29:18 206f78d23536: Download complete 23:29:20 206f78d23536: Pull complete 23:29:20 cee0542293f3: Pull complete 23:29:20 d951dd9fd09f: Pull complete 23:29:21 dce9c88c04bd: Pull complete 23:29:21 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 23:29:21 Status: Downloaded newer image for docker:latest 23:29:23 ---> 01d8a66c7439 23:29:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:29:23 ---> Running in 0b95d6913f44 23:29:23 Removing intermediate container 0b95d6913f44 23:29:23 ---> b7d4e510e26e 23:29:23 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:29:23 ---> Running in 2cd69e58cec9 23:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:29:25 (1/5) Installing libsodium (1.0.18-r0) 23:29:25 (2/5) Installing libzmq (4.3.3-r0) 23:29:25 (3/5) Installing pkgconf (1.7.2-r0) 23:29:26 (4/5) Installing libsodium-dev (1.0.18-r0) 23:29:26 (5/5) Installing zeromq-dev (4.3.3-r0) 23:29:26 Executing busybox-1.31.1-r16.trigger 23:29:26 OK: 167 MiB in 44 packages 23:29:26 Removing intermediate container 2cd69e58cec9 23:29:26 ---> 2aa7b2e3c3cf 23:29:26 Step 6/8 : WORKDIR /build 23:29:26 ---> Running in 920da0353138 23:29:26 Removing intermediate container 920da0353138 23:29:26 ---> c239b0c6b549 23:29:26 Step 7/8 : COPY go.mod . 23:29:27 ---> 1141a8540553 23:29:27 Step 8/8 : RUN go mod download 23:29:27 ---> Running in 62a7db645590 23:29:53 Removing intermediate container 62a7db645590 23:29:53 ---> cec4749c4d94 23:29:53 Successfully built cec4749c4d94 23:29:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:29:54 + docker inspect -f . ci-base-image-x86_64 23:29:54 . [Pipeline] withDockerContainer 23:29:54 prd-centos7-docker-4c-2g-7600 does not seem to be running inside a container 23:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:29:55 $ docker top 40f437c1dd29ad17e018d271738417bc1a93e7500fd1f869d14ab38c5e03dc1d -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:56 + go version 23:29:56 go version go1.15.2 linux/amd64 [Pipeline] } 23:29:56 $ docker stop --time=1 40f437c1dd29ad17e018d271738417bc1a93e7500fd1f869d14ab38c5e03dc1d 23:29:57 $ docker rm -f 40f437c1dd29ad17e018d271738417bc1a93e7500fd1f869d14ab38c5e03dc1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:58 + docker inspect -f . ci-base-image-x86_64 23:29:58 . [Pipeline] withDockerContainer 23:29:58 prd-centos7-docker-4c-2g-7600 does not seem to be running inside a container 23:29:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:29:59 $ docker top b63c1e1b8f0925addf7a836d0ef8dacef8d66595d3c2acdfc26b1171a7f3467e -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:59 + make test 23:29:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:30:01 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:30:08 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.010s coverage: 86.2% of statements 23:30:23 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.026s coverage: 52.0% of statements 23:30:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:30:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:30:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.042s coverage: 54.7% of statements 23:30:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:30:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.028s coverage: 69.1% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.422s coverage: 61.6% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.013s coverage: 100.0% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.007s coverage: 8.8% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.916s coverage: 75.0% of statements 23:30:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.7% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.009s coverage: 80.5% of statements 23:30:35 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements 23:30:53 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.022s coverage: 70.8% of statements 23:30:53 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 23:30:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:30:56 gofmt -l . 23:30:56 [ "`gofmt -l .`" = "" ] 23:30:56 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:30:56 Stashed 1 file(s) [Pipeline] } 23:30:56 $ docker stop --time=1 b63c1e1b8f0925addf7a836d0ef8dacef8d66595d3c2acdfc26b1171a7f3467e 23:30:58 $ docker rm -f b63c1e1b8f0925addf7a836d0ef8dacef8d66595d3c2acdfc26b1171a7f3467e [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] } 23:31:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7599 in /w/workspace/ndry_app-functions-sdk-go_PR-558 [Pipeline] { [Pipeline] ws 23:31:11 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:31:16 using credential edgex-jenkins-ssh 23:31:16 Cloning the remote Git repository 23:31:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:31:16 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:31:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:31:16 > git --version # timeout=10 23:31:16 > git --version # 'git version 2.17.1' 23:31:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:31:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:31:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:31:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/558/head:refs/remotes/origin/PR-558 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:31:20 Merging remotes/origin/master commit 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec into PR head commit 8678370131a5016fc227344648629d162798a504 23:31:20 Merge succeeded, producing 8678370131a5016fc227344648629d162798a504 23:31:20 Checking out Revision 8678370131a5016fc227344648629d162798a504 (PR-558) 23:31:20 > git config core.sparsecheckout # timeout=10 23:31:20 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 23:31:20 > git remote # timeout=10 23:31:20 > git config --get remote.origin.url # timeout=10 23:31:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:20 > git merge 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 23:31:20 > git rev-parse HEAD^{commit} # timeout=10 23:31:20 > git config core.sparsecheckout # timeout=10 23:31:21 > git checkout -f 8678370131a5016fc227344648629d162798a504 # timeout=10 23:31:25 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:31:26 ========================================================= 23:31:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:31:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:31:27 + 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 . 23:31:28 Sending build context to Docker daemon 19.14MB 23:31:28 Step 1/8 : ARG BASE=golang:1.15-alpine 23:31:28 Step 2/8 : FROM ${BASE} 23:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:31:29 b538f80385f9: Pulling fs layer 23:31:29 74f711af9a0d: Pulling fs layer 23:31:29 99f96fe45779: Pulling fs layer 23:31:29 8529a6b9a6be: Pulling fs layer 23:31:29 45590311c82a: Pulling fs layer 23:31:29 69ca0ff8b7b3: Pulling fs layer 23:31:29 209524e5b208: Pulling fs layer 23:31:29 8529a6b9a6be: Waiting 23:31:29 45590311c82a: Waiting 23:31:29 69ca0ff8b7b3: Waiting 23:31:29 209524e5b208: Waiting 23:31:29 99f96fe45779: Verifying Checksum 23:31:29 99f96fe45779: Download complete 23:31:29 74f711af9a0d: Verifying Checksum 23:31:29 74f711af9a0d: Download complete 23:31:29 45590311c82a: Verifying Checksum 23:31:29 45590311c82a: Download complete 23:31:30 69ca0ff8b7b3: Download complete 23:31:30 b538f80385f9: Verifying Checksum 23:31:30 b538f80385f9: Download complete 23:31:30 b538f80385f9: Pull complete 23:31:31 74f711af9a0d: Pull complete 23:31:32 99f96fe45779: Pull complete 23:31:32 209524e5b208: Verifying Checksum 23:31:32 209524e5b208: Download complete 23:31:34 8529a6b9a6be: Verifying Checksum 23:31:34 8529a6b9a6be: Download complete 23:31:44 8529a6b9a6be: Pull complete 23:31:44 45590311c82a: Pull complete 23:31:44 69ca0ff8b7b3: Pull complete 23:31:48 209524e5b208: Pull complete 23:31:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:31:48 ---> 5bddaf1c2fca 23:31:48 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:31:48 latest: Pulling from library/docker 23:31:48 b538f80385f9: Already exists 23:31:48 259a493cd78d: Pulling fs layer 23:31:48 b8e66b5100f5: Pulling fs layer 23:31:48 203964748c9f: Pulling fs layer 23:31:48 d6fc4445224b: Pulling fs layer 23:31:48 5ea39d09386c: Pulling fs layer 23:31:48 78a785fe32a7: Pulling fs layer 23:31:48 d6fc4445224b: Waiting 23:31:48 5ea39d09386c: Waiting 23:31:48 78a785fe32a7: Waiting 23:31:48 b8e66b5100f5: Download complete 23:31:49 259a493cd78d: Verifying Checksum 23:31:49 259a493cd78d: Download complete 23:31:49 d6fc4445224b: Verifying Checksum 23:31:49 d6fc4445224b: Download complete 23:31:49 5ea39d09386c: Verifying Checksum 23:31:49 5ea39d09386c: Download complete 23:31:49 78a785fe32a7: Verifying Checksum 23:31:49 78a785fe32a7: Download complete 23:31:49 259a493cd78d: Pull complete 23:31:50 b8e66b5100f5: Pull complete 23:31:50 203964748c9f: Download complete 23:31:53 203964748c9f: Pull complete 23:31:54 d6fc4445224b: Pull complete 23:31:54 5ea39d09386c: Pull complete 23:31:55 78a785fe32a7: Pull complete 23:31:55 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 23:31:55 Status: Downloaded newer image for docker:latest 23:32:01 ---> a7369b219223 23:32:01 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:32:01 ---> Running in cbeff28dbaa7 23:32:01 Removing intermediate container cbeff28dbaa7 23:32:01 ---> f8f21b7a4d46 23:32:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:32:01 ---> Running in 3c63d51d5285 23:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:32:05 (1/5) Installing libsodium (1.0.18-r0) 23:32:05 (2/5) Installing libzmq (4.3.3-r0) 23:32:05 (3/5) Installing pkgconf (1.7.2-r0) 23:32:05 (4/5) Installing libsodium-dev (1.0.18-r0) 23:32:05 (5/5) Installing zeromq-dev (4.3.3-r0) 23:32:05 Executing busybox-1.31.1-r16.trigger 23:32:05 OK: 144 MiB in 44 packages 23:32:07 Removing intermediate container 3c63d51d5285 23:32:07 ---> caa9ced249c2 23:32:07 Step 6/8 : WORKDIR /build 23:32:07 ---> Running in 48052028f2b2 23:32:07 Removing intermediate container 48052028f2b2 23:32:07 ---> 17c0b407f8a9 23:32:07 Step 7/8 : COPY go.mod . 23:32:08 ---> abca44181620 23:32:08 Step 8/8 : RUN go mod download 23:32:08 ---> Running in 364e1e2ec51d 23:32:35 Removing intermediate container 364e1e2ec51d 23:32:35 ---> 5a87b886e634 23:32:35 Successfully built 5a87b886e634 23:32:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:32:35 + docker inspect -f . ci-base-image-arm64 23:32:35 . [Pipeline] withDockerContainer 23:32:35 prd-ubuntu18.04-docker-arm64-4c-16g-7599 does not seem to be running inside a container 23:32:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:32:37 $ docker top 7a488b1a3516117261b4c4641aff80b4c5919b5605424d5b4e36da2275ceb5c5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:39 + go version 23:32:39 go version go1.15.2 linux/arm64 [Pipeline] } 23:32:39 $ docker stop --time=1 7a488b1a3516117261b4c4641aff80b4c5919b5605424d5b4e36da2275ceb5c5 23:32:40 $ docker rm -f 7a488b1a3516117261b4c4641aff80b4c5919b5605424d5b4e36da2275ceb5c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:32:42 + docker inspect -f . ci-base-image-arm64 23:32:42 . [Pipeline] withDockerContainer 23:32:42 prd-ubuntu18.04-docker-arm64-4c-16g-7599 does not seem to be running inside a container 23:32:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:32:44 $ docker top 976ee0e940bd10531aa97461c1eaec0393a59435c889bf6ffa69d277fd9cc75f -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:45 + make test 23:32:45 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:32:47 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:33:09 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.066s coverage: 86.2% of statements 23:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.078s coverage: 52.0% of statements 23:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.087s coverage: 54.7% of statements 23:33:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:33:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.058s coverage: 69.1% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.444s coverage: 61.6% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.051s coverage: 89.5% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.036s coverage: 100.0% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.014s coverage: 100.0% of statements 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.938s coverage: 75.0% of statements 23:34:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements 23:34:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements 23:34:27 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.056s coverage: 70.8% of statements 23:34:27 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 23:34:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:34:37 gofmt -l . 23:34:37 [ "`gofmt -l .`" = "" ] 23:34:38 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:34:39 Warning: overwriting stash ‘coverage-report’ 23:34:39 Stashed 1 file(s) [Pipeline] } 23:34:40 $ docker stop --time=1 976ee0e940bd10531aa97461c1eaec0393a59435c889bf6ffa69d277fd9cc75f 23:34:42 $ docker rm -f 976ee0e940bd10531aa97461c1eaec0393a59435c889bf6ffa69d277fd9cc75f [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 23:34:45 provisioning config files... 23:34:45 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/config7090210729170426479tmp [Pipeline] { [Pipeline] sh 23:34:45 + set +x 23:34:45 + curl -s https://codecov.io/bash 23:34:45 + bash -s -- 23:34:45 23:34:45 _____ _ 23:34:45 / ____| | | 23:34:45 | | ___ __| | ___ ___ _____ __ 23:34:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:34:45 | |___| (_) | (_| | __/ (_| (_) \ V / 23:34:45 \_____\___/ \__,_|\___|\___\___/ \_/ 23:34:45 Bash-20201009-048fee3 23:34:45 23:34:45 23:34:45 ==> Jenkins CI detected. 23:34:45 project root: . 23:34:45 --> token set from env 23:34:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:34:45 ==> Running gcov in . (disable via -X gcov) 23:34:45 ==> Python coveragepy not found 23:34:45 ==> Searching for coverage reports in: 23:34:45 + . 23:34:45 -> Found 1 reports 23:34:45 ==> Detecting git/mercurial file structure 23:34:45 ==> Reading reports 23:34:45 + ./coverage.out bytes=90548 23:34:45 ==> Appending adjustments 23:34:45 https://docs.codecov.io/docs/fixing-reports 23:34:46 + Found adjustments 23:34:46 ==> Gzipping contents 23:34:46 ==> Uploading reports 23:34:46 url: https://codecov.io 23:34:46 query: branch=PR-558&commit=8678370131a5016fc227344648629d162798a504&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-558%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=558&job=&cmd_args= 23:34:46 -> Pinging Codecov 23:34:46 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-558&commit=8678370131a5016fc227344648629d162798a504&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-558%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=558&job=&cmd_args= 23:34:46 -> Uploading to 23:34:46 23:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 23:34:46 Dload Upload Total Spent Left Speed 23:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 23:34:46 X> Failed to upload 23:34:46 ==> Uploading to Codecov 23:34:46 % Total % Received % Xferd Average Speed Time Time Time Current 23:34:46 Dload Upload Total Spent Left Speed 23:34:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16113 0 0 100 16113 0 13960 0:00:01 0:00:01 --:--:-- 13962 100 16230 100 117 100 16113 99 13727 0:00:01 0:00:01 --:--:-- 13736 23:34:47 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/8678370131a5016fc227344648629d162798a504 [Pipeline] } 23:34:47 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 23:34:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:34:52 ---> package-listing.sh 23:34:52 ++ facter osfamily 23:34:52 ++ tr '[:upper:]' '[:lower:]' 23:34:52 + OS_FAMILY=redhat 23:34:52 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-558 23:34:52 + START_PACKAGES=/tmp/packages_start.txt 23:34:52 + END_PACKAGES=/tmp/packages_end.txt 23:34:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:34:52 + PACKAGES=/tmp/packages_start.txt 23:34:52 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-558 ']' 23:34:52 + PACKAGES=/tmp/packages_end.txt 23:34:52 + case "${OS_FAMILY}" in 23:34:52 + rpm -qa 23:34:52 + sort 23:34:57 + '[' -f /tmp/packages_start.txt ']' 23:34:57 + '[' -f /tmp/packages_end.txt ']' 23:34:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:34:57 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-558 ']' 23:34:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-558/archives/ 23:34:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-558/archives/ [Pipeline] echo 23: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-558/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:34:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:34:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:57 23:34:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:34:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:58 alpine: Pulling from edgex-lftools-log-publisher 23:34:58 df20fa9351a1: Pulling fs layer 23:34:58 36b3adc4ff6f: Pulling fs layer 23:34:58 8ad3a11d3b57: Pulling fs layer 23:34:58 46f8f816bc3b: Pulling fs layer 23:34:58 93b61091891f: Pulling fs layer 23:34:58 93b9cdb0e59b: Pulling fs layer 23:34:58 5e14af77c1be: Pulling fs layer 23:34:58 01666e4c0597: Pulling fs layer 23:34:58 aa168da1d23b: Pulling fs layer 23:34:58 46f8f816bc3b: Waiting 23:34:58 93b61091891f: Waiting 23:34:58 93b9cdb0e59b: Waiting 23:34:58 5e14af77c1be: Waiting 23:34:58 aa168da1d23b: Waiting 23:34:58 01666e4c0597: Waiting 23:34:58 36b3adc4ff6f: Verifying Checksum 23:34:58 36b3adc4ff6f: Download complete 23:34:58 46f8f816bc3b: Verifying Checksum 23:34:58 46f8f816bc3b: Download complete 23:34:58 df20fa9351a1: Download complete 23:34:58 93b61091891f: Verifying Checksum 23:34:58 93b61091891f: Download complete 23:34:58 93b9cdb0e59b: Verifying Checksum 23:34:58 93b9cdb0e59b: Download complete 23:34:58 5e14af77c1be: Download complete 23:34:58 01666e4c0597: Verifying Checksum 23:34:58 01666e4c0597: Download complete 23:34:58 df20fa9351a1: Pull complete 23:34:58 36b3adc4ff6f: Pull complete 23:34:59 8ad3a11d3b57: Verifying Checksum 23:34:59 8ad3a11d3b57: Download complete 23:34:59 8ad3a11d3b57: Pull complete 23:34:59 46f8f816bc3b: Pull complete 23:35:00 93b61091891f: Pull complete 23:35:00 93b9cdb0e59b: Pull complete 23:35:00 5e14af77c1be: Pull complete 23:35:00 aa168da1d23b: Verifying Checksum 23:35:00 aa168da1d23b: Download complete 23:35:00 01666e4c0597: Pull complete 23:35:07 aa168da1d23b: Pull complete 23:35:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:35:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:35:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:35:07 prd-centos7-docker-4c-2g-7598 does not seem to be running inside a container 23:35:07 $ 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-558/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-558 -v /w/workspace/ndry_app-functions-sdk-go_PR-558:/w/workspace/ndry_app-functions-sdk-go_PR-558:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-558@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-558@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 23:35:11 $ docker top 315eb4f6c47aceb8beee6bbc33b725015b1a08aae0cd9c9430c2f98a6dcce578 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:11 + touch /tmp/pre-build-complete [Pipeline] sh 23:35:12 + mkdir -p /var/log/sa [Pipeline] sh 23:35:12 + ls /var/log/sa-host 23:35:12 + sadf -c /var/log/sa-host/sa05 23:35:12 file_magic: OK 23:35:12 HZ: Using current value: 100 23:35:12 file_header: OK 23:35:12 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 23:35:12 Statistics: 23:35:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:35:12 File successfully converted to sysstat format version 12.2.1 23:35:12 + sadf -c /var/log/sa-host/sa21 23:35:12 file_magic: OK 23:35:12 HZ: Using current value: 100 23:35:12 file_header: OK 23:35:12 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 23:35:12 Statistics: 23:35:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:35:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:35:12 provisioning config files... 23:35:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-558@tmp/config6247439821509154084tmp [Pipeline] { [Pipeline] echo 23:35:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:35:13 ---> create-netrc.sh [Pipeline] } 23:35:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:35:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:35:13 ---> python-tools-install.sh [Pipeline] echo 23:35:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:35:13 ---> sudo-logs.sh 23:35:13 Archiving 'sudo' log.. [Pipeline] echo 23:35:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:35:14 ---> job-cost.sh 23:35:14 lf-activate-venv: SKIPPING 23:35:14 INFO: No Stack... 23:35:15 INFO: Retrieving Pricing Info for: v1-standard-2 23:35:15 INFO: Archiving Costs [Pipeline] echo 23:35:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:35:16 ---> logs-deploy.sh 23:35:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-558/5 23:35:16 INFO: archiving workspace using pattern(s): 23:35:17 Archives upload complete. 23:35:17 INFO: archiving logs to Nexus 23:35:18 ---> uname -a: 23:35:18 Linux prd-centos7-docker-4c-2g-7598.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:35:18 23:35:18 23:35:18 ---> lscpu: 23:35:18 Architecture: x86_64 23:35:18 CPU op-mode(s): 32-bit, 64-bit 23:35:18 Byte Order: Little Endian 23:35:18 Address sizes: 40 bits physical, 48 bits virtual 23:35:18 CPU(s): 4 23:35:18 On-line CPU(s) list: 0-3 23:35:18 Thread(s) per core: 1 23:35:18 Core(s) per socket: 1 23:35:18 Socket(s): 4 23:35:18 NUMA node(s): 1 23:35:18 Vendor ID: GenuineIntel 23:35:18 CPU family: 6 23:35:18 Model: 44 23:35:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:35:18 Stepping: 1 23:35:18 CPU MHz: 2933.438 23:35:18 BogoMIPS: 5866.87 23:35:18 Virtualization: VT-x 23:35:18 Hypervisor vendor: KVM 23:35:18 Virtualization type: full 23:35:18 L1d cache: 128 KiB 23:35:18 L1i cache: 128 KiB 23:35:18 L2 cache: 16 MiB 23:35:18 L3 cache: 64 MiB 23:35:18 NUMA node0 CPU(s): 0-3 23:35:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:35:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:35:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:35:18 Vulnerability Meltdown: Mitigation; PTI 23:35:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:35:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:35:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:35:18 Vulnerability Tsx async abort: Not affected 23:35:18 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 23:35:18 23:35:18 23:35:18 ---> nproc: 23:35:18 4 23:35:18 23:35:18 23:35:18 ---> df -h: 23:35:18 Filesystem Size Used Available Use% Mounted on 23:35:18 overlay 50.0G 7.2G 42.8G 14% / 23:35:18 tmpfs 64.0M 0 64.0M 0% /dev 23:35:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:35:18 shm 64.0M 0 64.0M 0% /dev/shm 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-558 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-558@tmp 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 23:35:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 23:35:18 23:35:18 23:35:18 ---> free -m: 23:35:18 total used free shared buff/cache available 23:35:18 Mem: 1837 673 107 0 1056 1061 23:35:18 Swap: 1023 1 1022 23:35:18 23:35:18 23:35:18 ---> ip addr: 23:35:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:35:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:35:18 inet 127.0.0.1/8 scope host lo 23:35:18 valid_lft forever preferred_lft forever 23:35:18 inet6 ::1/128 scope host 23:35:18 valid_lft forever preferred_lft forever 23:35:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:35:18 link/ether fa:16:3e:4a:99:ae brd ff:ff:ff:ff:ff:ff 23:35:18 inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 23:35:18 valid_lft 85758sec preferred_lft 85758sec 23:35:18 inet6 fe80::f816:3eff:fe4a:99ae/64 scope link 23:35:18 valid_lft forever preferred_lft forever 23:35:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:35:18 link/ether 02:42:d5:15:6b:d2 brd ff:ff:ff:ff:ff:ff 23:35:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:35:18 valid_lft forever preferred_lft forever 23:35:18 inet6 fe80::42:d5ff:fe15:6bd2/64 scope link 23:35:18 valid_lft forever preferred_lft forever 23:35:18 23:35:18 23:35:18 ---> sar -b -r -n DEV: 23:35:18 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) 23:35:18 23:35:18 23:24:19 LINUX RESTART (4 CPU) 23:35:18 23:35:18 23:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:35:18 23:26:01 53.39 14.52 38.87 0.00 4786.15 4396.64 0.00 23:35:18 23:27:01 1.90 0.00 1.90 0.00 0.00 38.89 0.00 23:35:18 23:28:01 0.50 0.00 0.50 0.00 0.00 7.21 0.00 23:35:18 23:29:01 0.25 0.00 0.25 0.00 0.00 3.12 0.00 23:35:18 23:30:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 23:35:18 23:31:01 0.33 0.00 0.33 0.00 0.00 4.48 0.00 23:35:18 23:32:01 0.47 0.02 0.45 0.00 0.13 5.76 0.00 23:35:18 23:33:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 23:35:18 23:34:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 23:35:18 23:35:01 55.50 44.91 10.59 0.00 4536.04 5324.24 0.00 23:35:18 Average: 11.31 5.95 5.36 0.00 932.62 979.33 0.00 23:35:18 23:35:18 23:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:35:18 23:26:01 209008 0 569084 30.25 2620 1100844 1106140 37.75 412676 1100944 128 23:35:18 23:27:01 214352 0 563736 29.96 2620 1100848 1070288 36.53 412136 1096824 8 23:35:18 23:28:01 214648 0 563432 29.95 2620 1100856 1070288 36.53 412272 1096824 8 23:35:18 23:29:01 212184 0 565896 30.08 2620 1100856 1070432 36.53 414920 1096632 20 23:35:18 23:30:01 212324 0 565748 30.07 2620 1100864 1070384 36.53 419564 1091752 20 23:35:18 23:31:01 210012 0 568056 30.19 2620 1100868 1070324 36.53 438808 1074888 16 23:35:18 23:32:01 209684 0 568372 30.21 2620 1100880 1070408 36.53 441680 1072616 8 23:35:18 23:33:01 210500 0 567552 30.16 2620 1100884 1070288 36.53 432592 1080908 8 23:35:18 23:34:01 210664 0 567384 30.16 2620 1100888 1070288 36.53 432720 1080908 8 23:35:18 23:35:01 74928 0 671692 35.70 2620 1132316 1496016 51.06 509676 1113676 80256 23:35:18 Average: 197830 0 577095 30.67 2620 1104010 1116486 38.10 432704 1090597 8048 23:35:18 23:35:18 23:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:35:18 23:26:01 eth0 407.96 345.21 1190.32 84.07 0.00 0.00 0.00 0.00 23:35:18 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:26:01 docker0 83.95 66.76 7.68 302.68 0.00 0.00 0.00 0.00 23:35:18 23:27:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:35:18 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:29:01 eth0 1.05 0.33 0.32 0.20 0.00 0.00 0.00 0.00 23:35:18 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:30:01 eth0 0.45 0.22 0.09 0.07 0.00 0.00 0.00 0.00 23:35:18 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:31:01 eth0 0.65 0.13 0.12 0.01 0.00 0.00 0.00 0.00 23:35:18 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:32:01 eth0 0.52 0.35 0.27 0.20 0.00 0.00 0.00 0.00 23:35:18 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:35:18 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:34:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:35:18 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:35:01 eth0 228.13 194.12 2171.37 19.09 0.00 0.00 0.00 0.00 23:35:18 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 Average: eth0 63.94 54.09 336.39 10.37 0.00 0.00 0.00 0.00 23:35:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:35:18 Average: docker0 8.40 6.68 0.77 30.28 0.00 0.00 0.00 0.00 23:35:18 23:35:18 23:35:18 ---> sar -P ALL: 23:35:18 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) 23:35:18 23:35:18 23:24:19 LINUX RESTART (4 CPU) 23:35:18 23:35:18 23:25:01 CPU %user %nice %system %iowait %steal %idle 23:35:18 23:26:01 all 6.90 0.00 2.30 1.42 0.02 89.36 23:35:18 23:26:01 0 8.26 0.00 2.61 0.72 0.02 88.39 23:35:18 23:26:01 1 4.97 0.00 2.11 2.29 0.03 90.60 23:35:18 23:26:01 2 6.93 0.00 2.31 2.61 0.02 88.14 23:35:18 23:26:01 3 7.47 0.00 2.16 0.05 0.02 90.31 23:35:18 23:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:35:18 23:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:27:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:35:18 23:27:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:35:18 23:27:01 3 0.48 0.00 0.02 0.00 0.00 99.50 23:35:18 23:28:01 all 0.14 0.00 0.02 0.00 0.00 99.85 23:35:18 23:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 23:35:18 23:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:35:18 23:28:01 3 0.47 0.00 0.02 0.00 0.00 99.52 23:35:18 23:29:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:35:18 23:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:35:18 23:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:35:18 23:29:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:35:18 23:29:01 3 0.53 0.00 0.02 0.00 0.00 99.45 23:35:18 23:30:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:35:18 23:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:35:18 23:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:30:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:35:18 23:30:01 3 0.53 0.00 0.02 0.00 0.00 99.45 23:35:18 23:31:01 all 0.12 0.00 0.05 0.00 0.00 99.83 23:35:18 23:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:35:18 23:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:35:18 23:31:01 2 0.03 0.00 0.10 0.00 0.02 99.85 23:35:18 23:31:01 3 0.43 0.00 0.05 0.00 0.00 99.52 23:35:18 23:32:01 all 0.05 0.00 0.03 0.00 0.00 99.92 23:35:18 23:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 23:35:18 23:32:01 1 0.03 0.00 0.03 0.02 0.00 99.92 23:35:18 23:32:01 2 0.02 0.00 0.05 0.00 0.00 99.93 23:35:18 23:32:01 3 0.08 0.00 0.03 0.00 0.00 99.88 23:35:18 23:33:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:35:18 23:33:01 0 0.52 0.00 0.02 0.00 0.00 99.47 23:35:18 23:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 23:35:18 23:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:34:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:35:18 23:34:01 0 0.52 0.00 0.02 0.00 0.00 99.47 23:35:18 23:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:35:18 23:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:35:18 23:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 23:35:18 23:35:01 all 3.10 0.00 1.58 0.97 0.02 94.34 23:35:18 23:35:01 0 2.96 0.00 1.85 0.02 0.02 95.15 23:35:18 23:35:01 1 2.73 0.00 1.64 0.55 0.02 95.07 23:35:18 23:35:01 2 3.01 0.00 1.34 1.75 0.02 93.89 23:35:18 23:35:01 3 3.69 0.00 1.47 1.57 0.02 93.25 23:35:18 Average: all 1.10 0.00 0.41 0.24 0.00 98.24 23:35:18 Average: 0 1.24 0.00 0.46 0.07 0.00 98.23 23:35:18 Average: 1 0.79 0.00 0.40 0.29 0.01 98.52 23:35:18 Average: 2 1.02 0.00 0.40 0.44 0.01 98.14 23:35:18 Average: 3 1.37 0.00 0.38 0.16 0.01 98.08 23:35:18 23:35:18 23:35:18