Pull request #563 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64399abb8bf23a1c970f6c817b5a96f948b7a98d+6ed8672201f61aa1ab89babc34ffea9d53160bb3 (0eba74a40066a09acf29af8333d6a46367094095) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9010 in /w/workspace/ndry_app-functions-sdk-go_PR-563 [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-563 # 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 6ed8672201f61aa1ab89babc34ffea9d53160bb3 into PR head commit 64399abb8bf23a1c970f6c817b5a96f948b7a98d > 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/563/head:refs/remotes/origin/PR-563 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # 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 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 64399abb8bf23a1c970f6c817b5a96f948b7a98d Checking out Revision 64399abb8bf23a1c970f6c817b5a96f948b7a98d (PR-563) > git config core.sparsecheckout # timeout=10 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk 0cb28d48f32f45272994b15cab13df6fda0a90b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:04:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:04:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:04:35 ========================================================= 23:04:35 EdgeX Global Pipelines Version Info 23:04:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:04:38 ------------------- 23:04:38 stable info: 23:04:38 ------------------- 23:04:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:04:38 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 23:04:38 Message: update stable to v1.0.148 23:04:38 ------------------- 23:04:38 experimental info: 23:04:38 ------------------- 23:04:38 Commited By: **** collab-it+edgex@linuxfoundation.org 23:04:38 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 23:04:38 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:04:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:04:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-563 [Pipeline] echo 23:04:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-563 [Pipeline] echo 23:04:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-563 [Pipeline] echo 23:04:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64399abb8bf23a1c970f6c817b5a96f948b7a98d [Pipeline] echo 23:04:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64399ab [Pipeline] echo 23:04:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:43 + git log --format=format:%s -1 64399abb8bf23a1c970f6c817b5a96f948b7a98d [Pipeline] echo 23:04:43 GIT_COMMIT: 64399abb8bf23a1c970f6c817b5a96f948b7a98d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 23:04:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:04:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:44 23:04:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:04:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:45 latest: Pulling from edgex-devops/git-semver 23:04:45 31603596830f: Pulling fs layer 23:04:45 2a8b12db71e7: Pulling fs layer 23:04:45 6ca5941a6612: Pulling fs layer 23:04:45 ecc8261a40a4: Pulling fs layer 23:04:45 ecc8261a40a4: Waiting 23:04:45 2a8b12db71e7: Verifying Checksum 23:04:45 2a8b12db71e7: Download complete 23:04:45 31603596830f: Verifying Checksum 23:04:45 31603596830f: Download complete 23:04:45 ecc8261a40a4: Verifying Checksum 23:04:45 ecc8261a40a4: Download complete 23:04:46 31603596830f: Pull complete 23:04:46 6ca5941a6612: Verifying Checksum 23:04:46 6ca5941a6612: Download complete 23:04:46 2a8b12db71e7: Pull complete 23:04:47 6ca5941a6612: Pull complete 23:04:47 ecc8261a40a4: Pull complete 23:04:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:04:48 prd-centos7-docker-4c-2g-9010 does not seem to be running inside a container 23:04:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-563 -v /w/workspace/ndry_app-functions-sdk-go_PR-563:/w/workspace/ndry_app-functions-sdk-go_PR-563:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-563@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-563@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:04:50 $ docker top 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:51 [ssh-agent] Looking for ssh-agent implementation... 23:04:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:51 $ docker exec 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 ssh-agent 23:04:51 SSH_AUTH_SOCK=/tmp/ssh-w8MovDVSYQSv/agent.11 23:04:51 SSH_AGENT_PID=17 23:04:51 Running ssh-add (command line suppressed) 23:04:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/private_key_9081076815774556335.key (/w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/private_key_9081076815774556335.key) 23:04:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:52 + git tag --points-at HEAD [Pipeline] } 23:04:52 $ docker exec --env ******** --env ******** 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 ssh-agent -k 23:04:52 unset SSH_AUTH_SOCK; 23:04:52 unset SSH_AGENT_PID; 23:04:52 echo Agent pid 17 killed; 23:04:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:04:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:53 [ssh-agent] Looking for ssh-agent implementation... 23:04:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:53 $ docker exec 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 ssh-agent 23:04:53 SSH_AUTH_SOCK=/tmp/ssh-xhVg1yM1gssU/agent.48 23:04:53 SSH_AGENT_PID=53 23:04:53 Running ssh-add (command line suppressed) 23:04:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/private_key_8678217139871374157.key (/w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/private_key_8678217139871374157.key) 23:04:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:54 + git semver init 23:04:54 # -> Open(): unable to determine branch for HEAD 23:04:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-563/.git 23:04:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-563 23:04:54 # $SEMVER_REMOTE_NAME = origin 23:04:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:54 # $SEMVER_USER_NAME = edgex-jenkins 23:04:54 # $SEMVER_BRANCH = PR-563 23:04:54 # $SEMVER_TEMP = /tmp/semver-722599159 23:04:54 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:04:59 # '/tmp/semver-722599159' -> '/w/workspace/ndry_app-functions-sdk-go_PR-563/.semver' 23:04:59 # -> Force: false 23:04:59 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-563/.semver [Pipeline] } 23:04:59 $ docker exec --env ******** --env ******** 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 ssh-agent -k 23:04:59 unset SSH_AUTH_SOCK; 23:04:59 unset SSH_AGENT_PID; 23:04:59 echo Agent pid 53 killed; 23:04:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:05:00 + git semver [Pipeline] } 23:05:00 $ docker stop --time=1 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 23:05:02 $ docker rm -f 909be63da53d4e55b0d86a4945ca64d440855d2035ee8a0c5d84a7aa29b55703 [Pipeline] // withDockerContainer [Pipeline] sh 23:05:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:05:04 Stashed 1 file(s) [Pipeline] echo 23:05:04 [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:05:20 Still waiting to schedule task 23:05:20 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9012’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8998’ doesn’t have label ‘centos7-docker-4c-2g’ 23:05:20 Still waiting to schedule task 23:05:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:08:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9014 in /w/workspace/ndry_app-functions-sdk-go_PR-563 [Pipeline] { [Pipeline] ws 23:08:38 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:08:42 Running on prd-centos7-docker-4c-2g-9015 in /w/workspace/ndry_app-functions-sdk-go_PR-563 [Pipeline] { [Pipeline] ws 23:08:42 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { 23:08:42 using credential edgex-jenkins-ssh [Pipeline] checkout 23:08:43 Cloning the remote Git repository 23:08:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:43 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:08:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:43 > git --version # timeout=10 23:08:43 > git --version # 'git version 2.17.1' 23:08:43 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:46 using credential edgex-jenkins-ssh 23:08:46 Cloning the remote Git repository 23:08:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:46 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:08:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:46 > git --version # timeout=10 23:08:46 > git --version # 'git version 2.16.5' 23:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:46 Merging remotes/origin/master commit 6ed8672201f61aa1ab89babc34ffea9d53160bb3 into PR head commit 64399abb8bf23a1c970f6c817b5a96f948b7a98d 23:08:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/563/head:refs/remotes/origin/PR-563 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:08:46 > git config core.sparsecheckout # timeout=10 23:08:46 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # timeout=10 23:08:47 > git remote # timeout=10 23:08:47 Merge succeeded, producing 64399abb8bf23a1c970f6c817b5a96f948b7a98d 23:08:47 Checking out Revision 64399abb8bf23a1c970f6c817b5a96f948b7a98d (PR-563) 23:08:47 > git config --get remote.origin.url # timeout=10 23:08:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:47 > git merge 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 23:08:47 > git rev-parse HEAD^{commit} # timeout=10 23:08:47 > git config core.sparsecheckout # timeout=10 23:08:47 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # timeout=10 23:08:51 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" 23:08:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:51 Merging remotes/origin/master commit 6ed8672201f61aa1ab89babc34ffea9d53160bb3 into PR head commit 64399abb8bf23a1c970f6c817b5a96f948b7a98d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 23:08:52 Merge succeeded, producing 64399abb8bf23a1c970f6c817b5a96f948b7a98d 23:08:52 Checking out Revision 64399abb8bf23a1c970f6c817b5a96f948b7a98d (PR-563) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:08:52 ========================================================= 23:08:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:08:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:08:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/563/head:refs/remotes/origin/PR-563 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:08:51 > git config core.sparsecheckout # timeout=10 23:08:51 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # timeout=10 23:08:52 > git remote # timeout=10 23:08:52 > git config --get remote.origin.url # timeout=10 23:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:52 > git merge 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 23:08:52 > git rev-parse HEAD^{commit} # timeout=10 23:08:52 > git config core.sparsecheckout # timeout=10 23:08:52 > git checkout -f 64399abb8bf23a1c970f6c817b5a96f948b7a98d # timeout=10 23:08:53 + 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:08:54 Sending build context to Docker daemon 19.14MB 23:08:54 Step 1/8 : ARG BASE=golang:1.15-alpine 23:08:54 Step 2/8 : FROM ${BASE} 23:08:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:08:54 b538f80385f9: Pulling fs layer 23:08:54 74f711af9a0d: Pulling fs layer 23:08:54 99f96fe45779: Pulling fs layer 23:08:54 8529a6b9a6be: Pulling fs layer 23:08:54 45590311c82a: Pulling fs layer 23:08:54 69ca0ff8b7b3: Pulling fs layer 23:08:54 209524e5b208: Pulling fs layer 23:08:54 8529a6b9a6be: Waiting 23:08:54 45590311c82a: Waiting 23:08:54 69ca0ff8b7b3: Waiting 23:08:54 209524e5b208: Waiting 23:08:54 99f96fe45779: Download complete 23:08:54 74f711af9a0d: Verifying Checksum 23:08:54 74f711af9a0d: Download complete 23:08:55 45590311c82a: Verifying Checksum 23:08:55 45590311c82a: Download complete 23:08:55 69ca0ff8b7b3: Download complete 23:08:55 b538f80385f9: Download complete 23:08:55 b538f80385f9: Pull complete 23:08:55 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" 23:08:56 74f711af9a0d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:08:56 ========================================================= 23:08:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:08:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:08:56 99f96fe45779: Pull complete 23:08:57 + 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:08:57 209524e5b208: Verifying Checksum 23:08:57 209524e5b208: Download complete 23:08:58 8529a6b9a6be: Download complete 23:08:59 Sending build context to Docker daemon 19.14MB 23:08:59 Step 1/8 : ARG BASE=golang:1.15-alpine 23:08:59 Step 2/8 : FROM ${BASE} 23:08:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:08:59 df20fa9351a1: Pulling fs layer 23:08:59 ed8968b2872e: Pulling fs layer 23:08:59 a92cc7c5fd73: Pulling fs layer 23:08:59 e871e8e8d7a9: Pulling fs layer 23:08:59 e73272ec9a57: Pulling fs layer 23:08:59 1e910a182e73: Pulling fs layer 23:08:59 4e634b169226: Pulling fs layer 23:08:59 e871e8e8d7a9: Waiting 23:08:59 e73272ec9a57: Waiting 23:08:59 1e910a182e73: Waiting 23:08:59 4e634b169226: Waiting 23:08:59 a92cc7c5fd73: Verifying Checksum 23:08:59 a92cc7c5fd73: Download complete 23:08:59 ed8968b2872e: Verifying Checksum 23:08:59 ed8968b2872e: Download complete 23:08:59 e73272ec9a57: Download complete 23:08:59 1e910a182e73: Verifying Checksum 23:08:59 1e910a182e73: Download complete 23:08:59 df20fa9351a1: Verifying Checksum 23:08:59 df20fa9351a1: Download complete 23:08:59 df20fa9351a1: Pull complete 23:08:59 ed8968b2872e: Pull complete 23:08:59 a92cc7c5fd73: Pull complete 23:09:00 4e634b169226: Verifying Checksum 23:09:00 4e634b169226: Download complete 23:09:01 e871e8e8d7a9: Verifying Checksum 23:09:01 e871e8e8d7a9: Download complete 23:09:08 e871e8e8d7a9: Pull complete 23:09:08 e73272ec9a57: Pull complete 23:09:08 1e910a182e73: Pull complete 23:09:08 8529a6b9a6be: Pull complete 23:09:08 45590311c82a: Pull complete 23:09:09 69ca0ff8b7b3: Pull complete 23:09:12 209524e5b208: Pull complete 23:09:12 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:09:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:09:12 ---> 5bddaf1c2fca 23:09:12 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:09:13 latest: Pulling from library/docker 23:09:13 5f621e34cdf4: Pulling fs layer 23:09:13 85db56a05063: Pulling fs layer 23:09:13 ccb67d6aeaaa: Pulling fs layer 23:09:13 a0b19fc83503: Pulling fs layer 23:09:13 8eb508b41278: Pulling fs layer 23:09:13 37236713561e: Pulling fs layer 23:09:13 07c93f2b1b56: Pulling fs layer 23:09:13 8eb508b41278: Waiting 23:09:13 37236713561e: Waiting 23:09:13 07c93f2b1b56: Waiting 23:09:13 ccb67d6aeaaa: Verifying Checksum 23:09:13 ccb67d6aeaaa: Download complete 23:09:13 85db56a05063: Verifying Checksum 23:09:13 85db56a05063: Download complete 23:09:13 5f621e34cdf4: Verifying Checksum 23:09:13 5f621e34cdf4: Download complete 23:09:13 37236713561e: Verifying Checksum 23:09:13 37236713561e: Download complete 23:09:13 8eb508b41278: Verifying Checksum 23:09:13 8eb508b41278: Download complete 23:09:13 07c93f2b1b56: Download complete 23:09:13 4e634b169226: Pull complete 23:09:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:09:13 ---> f7629b54cfaa 23:09:13 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:09:13 latest: Pulling from library/docker 23:09:13 188c0c94c7c5: Pulling fs layer 23:09:13 0c7c675703d6: Pulling fs layer 23:09:13 cc8c12a437cb: Pulling fs layer 23:09:13 c5dafad2182a: Pulling fs layer 23:09:13 5aa711733414: Pulling fs layer 23:09:13 058f73b55e4b: Pulling fs layer 23:09:13 8c9c664faf12: Pulling fs layer 23:09:13 5aa711733414: Waiting 23:09:13 058f73b55e4b: Waiting 23:09:13 8c9c664faf12: Waiting 23:09:13 c5dafad2182a: Waiting 23:09:14 5f621e34cdf4: Pull complete 23:09:14 cc8c12a437cb: Download complete 23:09:14 0c7c675703d6: Download complete 23:09:14 188c0c94c7c5: Verifying Checksum 23:09:14 188c0c94c7c5: Download complete 23:09:14 5aa711733414: Download complete 23:09:14 8c9c664faf12: Verifying Checksum 23:09:14 8c9c664faf12: Download complete 23:09:14 188c0c94c7c5: Pull complete 23:09:14 0c7c675703d6: Pull complete 23:09:14 85db56a05063: Pull complete 23:09:15 cc8c12a437cb: Pull complete 23:09:15 c5dafad2182a: Verifying Checksum 23:09:15 c5dafad2182a: Download complete 23:09:15 058f73b55e4b: Verifying Checksum 23:09:15 058f73b55e4b: Download complete 23:09:15 a0b19fc83503: Verifying Checksum 23:09:15 a0b19fc83503: Download complete 23:09:15 ccb67d6aeaaa: Pull complete 23:09:18 c5dafad2182a: Pull complete 23:09:18 5aa711733414: Pull complete 23:09:18 058f73b55e4b: Pull complete 23:09:18 8c9c664faf12: Pull complete 23:09:18 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 23:09:18 Status: Downloaded newer image for docker:latest 23:09:18 a0b19fc83503: Pull complete 23:09:18 8eb508b41278: Pull complete 23:09:19 37236713561e: Pull complete 23:09:19 07c93f2b1b56: Pull complete 23:09:19 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 23:09:19 Status: Downloaded newer image for docker:latest 23:09:20 ---> 211f5b423b32 23:09:20 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:09:20 ---> Running in 594c2836c7f4 23:09:20 Removing intermediate container 594c2836c7f4 23:09:20 ---> 6037b6c71a55 23:09:20 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:09:20 ---> Running in 568db74060b4 23:09:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:25 (1/5) Installing libsodium (1.0.18-r0) 23:09:25 (2/5) Installing libzmq (4.3.3-r0) 23:09:25 (3/5) Installing pkgconf (1.7.2-r0) 23:09:25 (4/5) Installing libsodium-dev (1.0.18-r0) 23:09:25 (5/5) Installing zeromq-dev (4.3.3-r0) 23:09:25 Executing busybox-1.31.1-r16.trigger 23:09:25 OK: 167 MiB in 44 packages 23:09:25 ---> 518b40e9c718 23:09:25 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:09:25 ---> Running in e4b7972c693c 23:09:25 Removing intermediate container 568db74060b4 23:09:25 ---> 3fde1dd55804 23:09:25 Step 6/8 : WORKDIR /build 23:09:25 Removing intermediate container e4b7972c693c 23:09:25 ---> da3448430709 23:09:25 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:09:25 ---> Running in 9d8eeaba2bec 23:09:26 ---> Running in f417de8b837b 23:09:26 Removing intermediate container f417de8b837b 23:09:26 ---> ab0d14325a6e 23:09:26 Step 7/8 : COPY go.mod . 23:09:26 ---> dfb33d1e15d1 23:09:26 Step 8/8 : RUN go mod download 23:09:26 ---> Running in 23695915deff 23:09:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:09:29 (1/5) Installing libsodium (1.0.18-r0) 23:09:30 (2/5) Installing libzmq (4.3.3-r0) 23:09:30 (3/5) Installing pkgconf (1.7.2-r0) 23:09:30 (4/5) Installing libsodium-dev (1.0.18-r0) 23:09:30 (5/5) Installing zeromq-dev (4.3.3-r0) 23:09:30 Executing busybox-1.31.1-r16.trigger 23:09:30 OK: 144 MiB in 44 packages 23:09:32 Removing intermediate container 9d8eeaba2bec 23:09:32 ---> 879b47ede883 23:09:32 Step 6/8 : WORKDIR /build 23:09:32 ---> Running in 431a2452f440 23:09:32 Removing intermediate container 431a2452f440 23:09:32 ---> c8b4b6481769 23:09:32 Step 7/8 : COPY go.mod . 23:09:33 ---> d80923ea4a80 23:09:33 Step 8/8 : RUN go mod download 23:09:33 ---> Running in 0a8e6a633cf4 23:09:53 Removing intermediate container 23695915deff 23:09:53 ---> aa627b3a6728 23:09:53 Successfully built aa627b3a6728 23:09:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:09:53 + docker inspect -f . ci-base-image-x86_64 23:09:53 . [Pipeline] withDockerContainer 23:09:53 prd-centos7-docker-4c-2g-9015 does not seem to be running inside a container 23:09:53 $ 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-x86_64 cat 23:09:54 $ docker top c7a910bc8bb1f43e0dfbdf39ba45aad3ba260fa497f5fee47686df764a0c520c -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:55 + go version 23:09:55 go version go1.15.2 linux/amd64 [Pipeline] } 23:09:55 $ docker stop --time=1 c7a910bc8bb1f43e0dfbdf39ba45aad3ba260fa497f5fee47686df764a0c520c 23:09:56 $ docker rm -f c7a910bc8bb1f43e0dfbdf39ba45aad3ba260fa497f5fee47686df764a0c520c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:57 + docker inspect -f . ci-base-image-x86_64 23:09:57 . [Pipeline] withDockerContainer 23:09:57 prd-centos7-docker-4c-2g-9015 does not seem to be running inside a container 23:09:57 $ 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-x86_64 cat 23:09:58 $ docker top 01327e9d09fa37abcb280834628efda78a0763bf25a8290aabc3f2352ee2b5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:59 + make test 23:09:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:10:00 Removing intermediate container 0a8e6a633cf4 23:10:00 ---> f683ac9bacad 23:10:00 Successfully built f683ac9bacad 23:10:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:10:00 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:10:00 + docker inspect -f . ci-base-image-arm64 23:10:00 . [Pipeline] withDockerContainer 23:10:00 prd-ubuntu18.04-docker-arm64-4c-16g-9014 does not seem to be running inside a container 23:10:01 $ 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 23:10:02 $ docker top f543129a942a9d9ba41f948ce1cf9a686dd1a3381c13131cbe1b72075b5894e1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:04 + go version 23:10:04 go version go1.15.2 linux/arm64 [Pipeline] } 23:10:04 $ docker stop --time=1 f543129a942a9d9ba41f948ce1cf9a686dd1a3381c13131cbe1b72075b5894e1 23:10:06 $ docker rm -f f543129a942a9d9ba41f948ce1cf9a686dd1a3381c13131cbe1b72075b5894e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:07 + docker inspect -f . ci-base-image-arm64 23:10:07 . [Pipeline] withDockerContainer 23:10:07 prd-ubuntu18.04-docker-arm64-4c-16g-9014 does not seem to be running inside a container 23:10:07 $ 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 23:10:08 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.014s coverage: 86.2% of statements 23:10:09 $ docker top 78663728c5761d0725d782aca562ca2349915f209e5a0990d38c80b100f92dbb -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:10 + make test 23:10:10 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:10:11 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.028s coverage: 52.0% of statements 23:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.070s coverage: 54.7% of statements 23:10:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:10:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.028s coverage: 69.1% of statements 23:10:34 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.056s coverage: 86.2% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.419s coverage: 61.6% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.019s coverage: 100.0% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.006s coverage: 96.6% of statements 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.012s coverage: 8.8% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.921s coverage: 75.0% of statements 23:10:38 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.010s coverage: 88.9% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements 23:10:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 23:10:53 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.037s coverage: 70.8% of statements 23:10:53 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 23:10:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:10:59 gofmt -l . 23:10:59 [ "`gofmt -l .`" = "" ] 23:10:59 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:10:59 Stashed 1 file(s) [Pipeline] } 23:10:59 $ docker stop --time=1 01327e9d09fa37abcb280834628efda78a0763bf25a8290aabc3f2352ee2b5e2 23:11:01 $ docker rm -f 01327e9d09fa37abcb280834628efda78a0763bf25a8290aabc3f2352ee2b5e2 [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:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 52.0% of statements 23:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.072s coverage: 54.7% of statements 23:11:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:11:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.080s coverage: 69.1% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.454s coverage: 61.6% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.017s coverage: 100.0% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.035s coverage: 100.0% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.030s coverage: 8.8% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.962s coverage: 75.0% of statements 23:11:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.034s coverage: 89.7% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements 23:11:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 23:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.058s coverage: 70.8% of statements 23:11:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.021s coverage: 94.4% of statements 23:11:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:12:02 gofmt -l . 23:12:03 [ "`gofmt -l .`" = "" ] 23:12:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:12:04 Warning: overwriting stash ‘coverage-report’ 23:12:05 Stashed 1 file(s) [Pipeline] } 23:12:05 $ docker stop --time=1 78663728c5761d0725d782aca562ca2349915f209e5a0990d38c80b100f92dbb 23:12:07 $ docker rm -f 78663728c5761d0725d782aca562ca2349915f209e5a0990d38c80b100f92dbb [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:12:10 provisioning config files... 23:12:10 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/config3993339381166361805tmp [Pipeline] { [Pipeline] sh 23:12:10 + set +x 23:12:10 + curl -s https://codecov.io/bash 23:12:10 + bash -s -- 23:12:10 23:12:10 _____ _ 23:12:10 / ____| | | 23:12:10 | | ___ __| | ___ ___ _____ __ 23:12:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:12:10 | |___| (_) | (_| | __/ (_| (_) \ V / 23:12:10 \_____\___/ \__,_|\___|\___\___/ \_/ 23:12:10 Bash-20201009-048fee3 23:12:10 23:12:10 23:12:10 ==> Jenkins CI detected. 23:12:10 project root: . 23:12:10 --> token set from env 23:12:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:12:11 ==> Running gcov in . (disable via -X gcov) 23:12:11 ==> Python coveragepy not found 23:12:11 ==> Searching for coverage reports in: 23:12:11 + . 23:12:11 -> Found 1 reports 23:12:11 ==> Detecting git/mercurial file structure 23:12:11 ==> Reading reports 23:12:11 + ./coverage.out bytes=90548 23:12:11 ==> Appending adjustments 23:12:11 https://docs.codecov.io/docs/fixing-reports 23:12:12 + Found adjustments 23:12:12 ==> Gzipping contents 23:12:12 ==> Uploading reports 23:12:12 url: https://codecov.io 23:12:12 query: branch=PR-563&commit=64399abb8bf23a1c970f6c817b5a96f948b7a98d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-563%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=563&job=&cmd_args= 23:12:12 -> Pinging Codecov 23:12:12 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-563&commit=64399abb8bf23a1c970f6c817b5a96f948b7a98d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-563%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=563&job=&cmd_args= 23:12:12 -> Uploading to 23:12:12 23:12:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:12 Dload Upload Total Spent Left Speed 23:12:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 23:12:12 X> Failed to upload 23:12:12 ==> Uploading to Codecov 23:12:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:12 Dload Upload Total Spent Left Speed 23:12:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16209 100 117 100 16092 142 19598 --:--:-- --:--:-- --:--:-- 19624 23:12:13 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/64399abb8bf23a1c970f6c817b5a96f948b7a98d [Pipeline] } 23:12:13 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:12:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:12:16 ---> package-listing.sh 23:12:16 ++ facter osfamily 23:12:16 ++ tr '[:upper:]' '[:lower:]' 23:12:16 + OS_FAMILY=redhat 23:12:16 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-563 23:12:16 + START_PACKAGES=/tmp/packages_start.txt 23:12:16 + END_PACKAGES=/tmp/packages_end.txt 23:12:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:12:16 + PACKAGES=/tmp/packages_start.txt 23:12:16 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-563 ']' 23:12:16 + PACKAGES=/tmp/packages_end.txt 23:12:16 + case "${OS_FAMILY}" in 23:12:16 + rpm -qa 23:12:16 + sort 23:12:21 + '[' -f /tmp/packages_start.txt ']' 23:12:21 + '[' -f /tmp/packages_end.txt ']' 23:12:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:12:21 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-563 ']' 23:12:21 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-563/archives/ 23:12:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-563/archives/ [Pipeline] echo 23:12:21 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-563/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:12:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:12:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:21 23:12:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:12:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:22 alpine: Pulling from edgex-lftools-log-publisher 23:12:22 df20fa9351a1: Pulling fs layer 23:12:22 36b3adc4ff6f: Pulling fs layer 23:12:22 8ad3a11d3b57: Pulling fs layer 23:12:22 46f8f816bc3b: Pulling fs layer 23:12:22 93b61091891f: Pulling fs layer 23:12:22 93b9cdb0e59b: Pulling fs layer 23:12:22 46f8f816bc3b: Waiting 23:12:22 93b61091891f: Waiting 23:12:22 93b9cdb0e59b: Waiting 23:12:22 5e14af77c1be: Pulling fs layer 23:12:22 01666e4c0597: Pulling fs layer 23:12:22 aa168da1d23b: Pulling fs layer 23:12:22 5e14af77c1be: Waiting 23:12:22 aa168da1d23b: Waiting 23:12:22 36b3adc4ff6f: Download complete 23:12:22 46f8f816bc3b: Verifying Checksum 23:12:22 46f8f816bc3b: Download complete 23:12:22 df20fa9351a1: Verifying Checksum 23:12:23 93b9cdb0e59b: Verifying Checksum 23:12:23 93b9cdb0e59b: Download complete 23:12:23 5e14af77c1be: Verifying Checksum 23:12:23 5e14af77c1be: Download complete 23:12:23 01666e4c0597: Download complete 23:12:23 93b61091891f: Verifying Checksum 23:12:23 93b61091891f: Download complete 23:12:23 df20fa9351a1: Pull complete 23:12:23 36b3adc4ff6f: Pull complete 23:12:24 8ad3a11d3b57: Verifying Checksum 23:12:24 8ad3a11d3b57: Download complete 23:12:25 8ad3a11d3b57: Pull complete 23:12:25 46f8f816bc3b: Pull complete 23:12:26 93b61091891f: Pull complete 23:12:26 93b9cdb0e59b: Pull complete 23:12:26 5e14af77c1be: Pull complete 23:12:26 01666e4c0597: Pull complete 23:12:30 aa168da1d23b: Verifying Checksum 23:12:30 aa168da1d23b: Download complete 23:12:42 aa168da1d23b: Pull complete 23:12:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:12:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:12:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:12:43 prd-centos7-docker-4c-2g-9010 does not seem to be running inside a container 23:12:43 $ 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-563/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-563 -v /w/workspace/ndry_app-functions-sdk-go_PR-563:/w/workspace/ndry_app-functions-sdk-go_PR-563:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-563@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-563@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:12:49 $ docker top 180071b9ce2e363f576866b6e5d23c335b91fa9b43b870dfaefbbf5775b4b9ba -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:50 + touch /tmp/pre-build-complete [Pipeline] sh 23:12:50 + mkdir -p /var/log/sa [Pipeline] sh 23:12:51 + ls /var/log/sa-host 23:12:51 + sadf -c /var/log/sa-host/sa05 23:12:51 file_magic: OK 23:12:51 HZ: Using current value: 100 23:12:51 file_header: OK 23:12:51 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:12:51 Statistics: 23:12:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:12:51 File successfully converted to sysstat format version 12.2.1 23:12:51 + sadf -c /var/log/sa-host/sa26 23:12:51 file_magic: OK 23:12:51 HZ: Using current value: 100 23:12:51 file_header: OK 23:12:51 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:12:51 Statistics: 23:12:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:12:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:12:51 provisioning config files... 23:12:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-563@tmp/config1632146529342545647tmp [Pipeline] { [Pipeline] echo 23:12:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:12:52 ---> create-netrc.sh [Pipeline] } 23:12:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:12:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:12:52 ---> python-tools-install.sh [Pipeline] echo 23:12:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:12:53 ---> sudo-logs.sh 23:12:53 Archiving 'sudo' log.. [Pipeline] echo 23:12:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:12:54 ---> job-cost.sh 23:12:54 lf-activate-venv: SKIPPING 23:12:54 INFO: No Stack... 23:12:55 INFO: Retrieving Pricing Info for: v1-standard-2 23:12:56 INFO: Archiving Costs [Pipeline] echo 23:12:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:12:56 ---> logs-deploy.sh 23:12:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-563/2 23:12:56 INFO: archiving workspace using pattern(s): 23:12:59 Archives upload complete. 23:12:59 INFO: archiving logs to Nexus 23:13:01 ---> uname -a: 23:13:01 Linux prd-centos7-docker-4c-2g-9010.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:13:01 23:13:01 23:13:01 ---> lscpu: 23:13:01 Architecture: x86_64 23:13:01 CPU op-mode(s): 32-bit, 64-bit 23:13:01 Byte Order: Little Endian 23:13:01 Address sizes: 40 bits physical, 48 bits virtual 23:13:01 CPU(s): 4 23:13:01 On-line CPU(s) list: 0-3 23:13:01 Thread(s) per core: 1 23:13:01 Core(s) per socket: 1 23:13:01 Socket(s): 4 23:13:01 NUMA node(s): 1 23:13:01 Vendor ID: GenuineIntel 23:13:01 CPU family: 6 23:13:01 Model: 44 23:13:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:13:01 Stepping: 1 23:13:01 CPU MHz: 2933.438 23:13:01 BogoMIPS: 5866.87 23:13:01 Virtualization: VT-x 23:13:01 Hypervisor vendor: KVM 23:13:01 Virtualization type: full 23:13:01 L1d cache: 128 KiB 23:13:01 L1i cache: 128 KiB 23:13:01 L2 cache: 16 MiB 23:13:01 L3 cache: 64 MiB 23:13:01 NUMA node0 CPU(s): 0-3 23:13:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:13:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:13:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:13:01 Vulnerability Meltdown: Mitigation; PTI 23:13:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:13:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:13:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:13:01 Vulnerability Tsx async abort: Not affected 23:13:01 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:13:01 23:13:01 23:13:01 ---> nproc: 23:13:01 4 23:13:01 23:13:01 23:13:01 ---> df -h: 23:13:01 Filesystem Size Used Available Use% Mounted on 23:13:01 overlay 50.0G 7.2G 42.8G 14% / 23:13:01 tmpfs 64.0M 0 64.0M 0% /dev 23:13:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:13:01 shm 64.0M 0 64.0M 0% /dev/shm 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-563 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-563@tmp 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 23:13:01 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 23:13:01 23:13:01 23:13:01 ---> free -m: 23:13:01 total used free shared buff/cache available 23:13:01 Mem: 1837 683 103 0 1050 1051 23:13:01 Swap: 1023 1 1022 23:13:01 23:13:01 23:13:01 ---> ip addr: 23:13:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:13:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:13:01 inet 127.0.0.1/8 scope host lo 23:13:01 valid_lft forever preferred_lft forever 23:13:01 inet6 ::1/128 scope host 23:13:01 valid_lft forever preferred_lft forever 23:13:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:13:01 link/ether fa:16:3e:13:f6:a3 brd ff:ff:ff:ff:ff:ff 23:13:01 inet 10.30.123.4/23 brd 10.30.123.255 scope global dynamic eth0 23:13:01 valid_lft 85847sec preferred_lft 85847sec 23:13:01 inet6 fe80::f816:3eff:fe13:f6a3/64 scope link 23:13:01 valid_lft forever preferred_lft forever 23:13:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:13:01 link/ether 02:42:00:ba:59:04 brd ff:ff:ff:ff:ff:ff 23:13:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:13:01 valid_lft forever preferred_lft forever 23:13:01 inet6 fe80::42:ff:feba:5904/64 scope link 23:13:01 valid_lft forever preferred_lft forever 23:13:01 23:13:01 23:13:01 ---> sar -b -r -n DEV: 23:13:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:13:01 23:13:01 23:03:29 LINUX RESTART (4 CPU) 23:13:01 23:13:01 23:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:13:01 23:05:01 126.35 51.16 75.19 0.00 7769.95 33230.10 0.00 23:13:01 23:06:01 7.84 1.99 5.85 0.00 114.59 1269.01 0.00 23:13:01 23:07:02 0.43 0.00 0.43 0.00 0.00 6.88 0.00 23:13:01 23:08:01 0.24 0.00 0.24 0.00 0.00 2.74 0.00 23:13:01 23:09:01 0.15 0.00 0.15 0.00 0.00 1.96 0.00 23:13:01 23:10:01 0.35 0.00 0.35 0.00 0.00 4.84 0.00 23:13:01 23:11:01 0.28 0.02 0.27 0.00 0.13 3.21 0.00 23:13:01 23:12:01 0.27 0.00 0.27 0.00 0.00 3.81 0.00 23:13:01 Average: 17.07 6.68 10.39 0.00 990.40 4336.20 0.00 23:13:01 23:13:01 23:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:13:01 23:05:01 172116 0 622524 33.09 2620 1084296 1433416 48.92 473872 1075560 36296 23:13:01 23:06:01 220384 0 588800 31.29 2620 1069752 1139756 38.90 428956 1073360 36 23:13:01 23:07:02 228344 0 580892 30.87 2620 1069700 1094880 37.37 424412 1071080 8 23:13:01 23:08:01 229348 0 579888 30.82 2620 1069700 1065236 36.35 425656 1068960 8 23:13:01 23:09:01 230436 0 578792 30.76 2620 1069708 1065152 36.35 435552 1058736 16 23:13:01 23:10:01 229300 0 579924 30.82 2620 1069712 1065308 36.36 437612 1057656 20 23:13:01 23:11:01 230320 0 578892 30.77 2620 1069724 1065228 36.35 436840 1057656 16 23:13:01 23:12:01 231216 0 577992 30.72 2620 1069728 1065132 36.35 429060 1064704 20 23:13:01 Average: 221433 0 585963 31.14 2620 1071540 1124264 38.37 436495 1065964 4552 23:13:01 23:13:01 23:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:13:01 23:05:01 eth0 388.14 361.39 1620.13 94.19 0.00 0.00 0.00 0.00 23:13:01 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:05:01 veth2a6e98f 117.61 82.85 11.11 302.58 0.00 0.00 0.00 0.00 23:13:01 23:05:01 docker0 117.61 82.72 9.50 302.57 0.00 0.00 0.00 0.00 23:13:01 23:06:01 eth0 8.56 7.81 9.72 12.18 0.00 0.00 0.00 0.00 23:13:01 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:07:02 eth0 0.78 0.18 0.17 0.07 0.00 0.00 0.00 0.00 23:13:01 23:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:08:01 eth0 1.25 0.41 0.33 0.23 0.00 0.00 0.00 0.00 23:13:01 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:09:01 eth0 1.05 0.33 0.32 0.20 0.00 0.00 0.00 0.00 23:13:01 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:10:01 eth0 1.35 0.65 0.62 0.25 0.00 0.00 0.00 0.00 23:13:01 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:11:01 eth0 1.00 0.32 0.32 0.23 0.00 0.00 0.00 0.00 23:13:01 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:12:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:13:01 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 Average: eth0 50.52 46.62 204.95 13.48 0.00 0.00 0.00 0.00 23:13:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:01 Average: docker0 14.77 10.39 1.19 38.01 0.00 0.00 0.00 0.00 23:13:01 23:13:01 23:13:01 ---> sar -P ALL: 23:13:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:13:01 23:13:01 23:03:29 LINUX RESTART (4 CPU) 23:13:01 23:13:01 23:04:01 CPU %user %nice %system %iowait %steal %idle 23:13:01 23:05:01 all 14.96 0.00 8.34 3.42 14.68 58.59 23:13:01 23:05:01 0 14.47 0.00 9.21 4.33 16.72 55.27 23:13:01 23:05:01 1 14.45 0.00 9.56 1.38 12.96 61.65 23:13:01 23:05:01 2 13.94 0.00 7.60 3.94 14.86 59.67 23:13:01 23:05:01 3 17.01 0.00 7.01 4.04 14.19 57.74 23:13:01 23:06:01 all 0.55 0.00 0.25 0.09 1.78 97.34 23:13:01 23:06:01 0 0.61 0.00 0.35 0.00 1.57 97.47 23:13:01 23:06:01 1 0.38 0.00 0.18 0.12 1.52 97.80 23:13:01 23:06:01 2 0.76 0.00 0.30 0.05 1.86 97.03 23:13:01 23:06:01 3 0.45 0.00 0.16 0.20 2.14 97.05 23:13:01 23:07:02 all 0.09 0.00 0.07 0.00 1.24 98.61 23:13:01 23:07:02 0 0.02 0.00 0.08 0.00 0.79 99.11 23:13:01 23:07:02 1 0.05 0.00 0.10 0.00 1.46 98.39 23:13:01 23:07:02 2 0.25 0.00 0.07 0.00 1.06 98.63 23:13:01 23:07:02 3 0.03 0.00 0.03 0.00 1.63 98.31 23:13:01 23:08:01 all 0.09 0.00 0.06 0.00 0.49 99.36 23:13:01 23:08:01 0 0.02 0.00 0.07 0.00 0.59 99.33 23:13:01 23:08:01 1 0.25 0.00 0.05 0.00 0.37 99.32 23:13:01 23:08:01 2 0.07 0.00 0.05 0.00 0.39 99.49 23:13:01 23:08:01 3 0.03 0.00 0.07 0.00 0.61 99.29 23:13:01 23:09:01 all 0.11 0.00 0.03 0.00 0.41 99.45 23:13:01 23:09:01 0 0.02 0.00 0.02 0.00 0.22 99.75 23:13:01 23:09:01 1 0.05 0.00 0.08 0.00 0.52 99.35 23:13:01 23:09:01 2 0.35 0.00 0.03 0.00 0.73 98.89 23:13:01 23:09:01 3 0.02 0.00 0.00 0.00 0.17 99.82 23:13:01 23:10:01 all 0.11 0.00 0.07 0.00 0.27 99.55 23:13:01 23:10:01 0 0.03 0.00 0.03 0.00 0.10 99.83 23:13:01 23:10:01 1 0.02 0.00 0.18 0.00 0.27 99.53 23:13:01 23:10:01 2 0.35 0.00 0.03 0.00 0.35 99.27 23:13:01 23:10:01 3 0.03 0.00 0.03 0.00 0.35 99.58 23:13:01 23:11:01 all 0.14 0.00 0.05 0.00 0.20 99.61 23:13:01 23:11:01 0 0.05 0.00 0.03 0.00 0.07 99.85 23:13:01 23:11:01 1 0.03 0.00 0.05 0.00 0.05 99.87 23:13:01 23:11:01 2 0.40 0.00 0.05 0.00 0.18 99.37 23:13:01 23:11:01 3 0.07 0.00 0.08 0.00 0.48 99.37 23:13:01 23:12:01 all 0.10 0.00 0.04 0.00 0.11 99.75 23:13:01 23:12:01 0 0.02 0.00 0.02 0.00 0.05 99.92 23:13:01 23:12:01 1 0.02 0.00 0.00 0.00 0.03 99.95 23:13:01 23:12:01 2 0.28 0.00 0.08 0.00 0.13 99.50 23:13:01 23:12:01 3 0.08 0.00 0.07 0.00 0.22 99.63 23:13:01 Average: all 2.00 0.00 1.10 0.43 2.38 94.09 23:13:01 Average: 0 1.88 0.00 1.21 0.53 2.49 93.89 23:13:01 Average: 1 1.89 0.00 1.26 0.19 2.13 94.53 23:13:01 Average: 2 2.04 0.00 1.02 0.50 2.44 93.99 23:13:01 Average: 3 2.18 0.00 0.92 0.52 2.45 93.94 23:13:01 23:13:01 23:13:01