Pull request #657 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 831f7f56dc82b4222c42abb61813c85424a7ab43+2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 (bb53a2666fb6d8eaac9134e351a7af8f68fa13ca) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22678’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22681 in /w/workspace/ndry_app-functions-sdk-go_PR-657 [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-657 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/657/head:refs/remotes/origin/PR-657 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 into PR head commit 831f7f56dc82b4222c42abb61813c85424a7ab43 Merge succeeded, producing 831f7f56dc82b4222c42abb61813c85424a7ab43 Checking out Revision 831f7f56dc82b4222c42abb61813c85424a7ab43 (PR-657) > git config core.sparsecheckout # timeout=10 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # 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 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:40:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:40:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:40:23 ========================================================= 20:40:23 EdgeX Global Pipelines Version Info 20:40:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c6b302690661a081936e1e146b2f994cc54b1db6 # timeout=10 20:40:25 ------------------- 20:40:25 stable info: 20:40:25 ------------------- 20:40:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:40:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:40:25 Message: update stable to v1.0.179 20:40:26 ------------------- 20:40:26 experimental info: 20:40:26 ------------------- 20:40:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:40:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:40:26 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:40:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-657 [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-657 [Pipeline] echo 20:40:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-657 [Pipeline] echo 20:40:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 831f7f56dc82b4222c42abb61813c85424a7ab43 [Pipeline] echo 20:40:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 831f7f5 [Pipeline] echo 20:40:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:40:29 + git log --format=format:%s -1 831f7f56dc82b4222c42abb61813c85424a7ab43 [Pipeline] echo 20:40:29 GIT_COMMIT: 831f7f56dc82b4222c42abb61813c85424a7ab43, Commit Message: build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0 [Pipeline] echo 20:40:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:30 20:40:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:40:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:31 latest: Pulling from edgex-devops/git-semver 20:40:31 31603596830f: Pulling fs layer 20:40:31 2a8b12db71e7: Pulling fs layer 20:40:31 6ca5941a6612: Pulling fs layer 20:40:31 ecc8261a40a4: Pulling fs layer 20:40:31 ecc8261a40a4: Waiting 20:40:31 2a8b12db71e7: Verifying Checksum 20:40:31 2a8b12db71e7: Download complete 20:40:31 31603596830f: Verifying Checksum 20:40:31 31603596830f: Download complete 20:40:31 ecc8261a40a4: Verifying Checksum 20:40:31 ecc8261a40a4: Download complete 20:40:31 6ca5941a6612: Verifying Checksum 20:40:31 6ca5941a6612: Download complete 20:40:31 31603596830f: Pull complete 20:40:32 2a8b12db71e7: Pull complete 20:40:32 6ca5941a6612: Pull complete 20:40:32 ecc8261a40a4: Pull complete 20:40:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:40:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:40:33 prd-centos7-docker-4c-2g-22681 does not seem to be running inside a container 20:40:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-657 -v /w/workspace/ndry_app-functions-sdk-go_PR-657:/w/workspace/ndry_app-functions-sdk-go_PR-657:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-657@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-657@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:40:35 $ docker top 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:40:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:35 [ssh-agent] Looking for ssh-agent implementation... 20:40:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:35 $ docker exec 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b ssh-agent 20:40:35 SSH_AUTH_SOCK=/tmp/ssh-1ia3mXkgbUPU/agent.11 20:40:35 SSH_AGENT_PID=16 20:40:35 Running ssh-add (command line suppressed) 20:40:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/private_key_3711150973656622737.key (/w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/private_key_3711150973656622737.key) 20:40:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:36 + git tag --points-at HEAD [Pipeline] } 20:40:36 $ docker exec --env ******** --env ******** 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b ssh-agent -k 20:40:36 unset SSH_AUTH_SOCK; 20:40:36 unset SSH_AGENT_PID; 20:40:36 echo Agent pid 16 killed; 20:40:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:40:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:36 [ssh-agent] Looking for ssh-agent implementation... 20:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:37 $ docker exec 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b ssh-agent 20:40:37 SSH_AUTH_SOCK=/tmp/ssh-vE3LfSwT1of8/agent.44 20:40:37 SSH_AGENT_PID=49 20:40:37 Running ssh-add (command line suppressed) 20:40:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/private_key_555226998025101802.key (/w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/private_key_555226998025101802.key) 20:40:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:37 + git semver init 20:40:37 # -> Open(): unable to determine branch for HEAD 20:40:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-657/.git 20:40:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-657 20:40:37 # $SEMVER_REMOTE_NAME = origin 20:40:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:40:37 # $SEMVER_USER_NAME = edgex-jenkins 20:40:37 # $SEMVER_BRANCH = PR-657 20:40:37 # $SEMVER_TEMP = /tmp/semver-718339218 20:40:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:40:40 # '/tmp/semver-718339218' -> '/w/workspace/ndry_app-functions-sdk-go_PR-657/.semver' 20:40:40 # -> Force: false 20:40:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-657/.semver [Pipeline] } 20:40:40 $ docker exec --env ******** --env ******** 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b ssh-agent -k 20:40:40 unset SSH_AUTH_SOCK; 20:40:40 unset SSH_AGENT_PID; 20:40:40 echo Agent pid 49 killed; 20:40:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:40:41 + git semver [Pipeline] } 20:40:41 $ docker stop --time=1 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b 20:40:42 $ docker rm -f 50e340b5a892084253b78d580704c15e47a6a434caeba060aec4af6508946d5b [Pipeline] // withDockerContainer [Pipeline] sh 20:40:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:40:44 Stashed 1 file(s) [Pipeline] echo 20:40:44 [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 20:40:59 Still waiting to schedule task 20:40:59 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22679’ is offline; ‘prd-centos7-docker-4c-2g-22680’ is offline; ‘prd-centos7-docker-4c-2g-22683’ is offline; ‘prd-centos7-docker-4c-2g-22684’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 20:40:59 Still waiting to schedule task 20:40:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:42:49 Running on prd-centos7-docker-4c-2g-22686 in /w/workspace/ndry_app-functions-sdk-go_PR-657 [Pipeline] { [Pipeline] ws 20:42:49 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 20:42:52 using credential edgex-jenkins-ssh 20:42:52 Cloning the remote Git repository 20:42:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:52 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 20:42:52 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:52 > git --version # timeout=10 20:42:52 > git --version # 'git version 2.24.3' 20:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:54 Merging remotes/origin/master commit 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 into PR head commit 831f7f56dc82b4222c42abb61813c85424a7ab43 20:42:54 Merge succeeded, producing 831f7f56dc82b4222c42abb61813c85424a7ab43 20:42:54 Checking out Revision 831f7f56dc82b4222c42abb61813c85424a7ab43 (PR-657) 20:42:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:42:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:42:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/657/head:refs/remotes/origin/PR-657 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:42:54 > git config core.sparsecheckout # timeout=10 20:42:54 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # timeout=10 20:42:54 > git remote # timeout=10 20:42:54 > git config --get remote.origin.url # timeout=10 20:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:54 > git merge 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 20:42:54 > git rev-parse HEAD^{commit} # timeout=10 20:42:54 > git config core.sparsecheckout # timeout=10 20:42:54 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # timeout=10 20:42:58 Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:42:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:43:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:43:00 + sudo service docker restart 20:43:00 + true 20:43:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:43:02 ========================================================= 20:43:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:43:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43: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 . 20:43:03 Sending build context to Docker daemon 19.07MB 20:43:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:43:03 Step 2/8 : FROM ${BASE} 20:43:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:43:03 188c0c94c7c5: Pulling fs layer 20:43:03 0ef7d3d256c8: Pulling fs layer 20:43:03 de9db76c5a1d: Pulling fs layer 20:43:03 bca2f99d35d6: Pulling fs layer 20:43:03 93359f2a8cfa: Pulling fs layer 20:43:03 7c6f9722023f: Pulling fs layer 20:43:03 a35cf1a2eb13: Pulling fs layer 20:43:03 93359f2a8cfa: Waiting 20:43:03 7c6f9722023f: Waiting 20:43:03 a35cf1a2eb13: Waiting 20:43:03 bca2f99d35d6: Waiting 20:43:03 de9db76c5a1d: Download complete 20:43:03 0ef7d3d256c8: Verifying Checksum 20:43:03 0ef7d3d256c8: Download complete 20:43:03 93359f2a8cfa: Verifying Checksum 20:43:03 93359f2a8cfa: Download complete 20:43:03 7c6f9722023f: Download complete 20:43:03 188c0c94c7c5: Verifying Checksum 20:43:03 188c0c94c7c5: Download complete 20:43:04 188c0c94c7c5: Pull complete 20:43:04 0ef7d3d256c8: Pull complete 20:43:04 de9db76c5a1d: Pull complete 20:43:05 a35cf1a2eb13: Verifying Checksum 20:43:05 a35cf1a2eb13: Download complete 20:43:07 bca2f99d35d6: Verifying Checksum 20:43:07 bca2f99d35d6: Download complete 20:43:12 bca2f99d35d6: Pull complete 20:43:12 93359f2a8cfa: Pull complete 20:43:13 7c6f9722023f: Pull complete 20:43:19 a35cf1a2eb13: Pull complete 20:43:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:43:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:43:19 ---> a62c8e92a672 20:43:19 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:43:19 20.10.0: Pulling from library/docker 20:43:19 05e7bc50f07f: Pulling fs layer 20:43:19 6db28d0fdbf6: Pulling fs layer 20:43:19 292df0bc6bf3: Pulling fs layer 20:43:19 2e060f4bd70b: Pulling fs layer 20:43:19 80e8d568a223: Pulling fs layer 20:43:19 8dc6ef1a942a: Pulling fs layer 20:43:19 2312dd95470a: Pulling fs layer 20:43:19 2e060f4bd70b: Waiting 20:43:19 80e8d568a223: Waiting 20:43:19 8dc6ef1a942a: Waiting 20:43:19 292df0bc6bf3: Verifying Checksum 20:43:19 292df0bc6bf3: Download complete 20:43:19 6db28d0fdbf6: Verifying Checksum 20:43:19 6db28d0fdbf6: Download complete 20:43:19 05e7bc50f07f: Verifying Checksum 20:43:19 80e8d568a223: Verifying Checksum 20:43:19 80e8d568a223: Download complete 20:43:19 8dc6ef1a942a: Verifying Checksum 20:43:19 8dc6ef1a942a: Download complete 20:43:19 2312dd95470a: Verifying Checksum 20:43:19 05e7bc50f07f: Pull complete 20:43:20 6db28d0fdbf6: Pull complete 20:43:20 292df0bc6bf3: Pull complete 20:43:21 2e060f4bd70b: Verifying Checksum 20:43:21 2e060f4bd70b: Download complete 20:43:25 2e060f4bd70b: Pull complete 20:43:25 80e8d568a223: Pull complete 20:43:25 8dc6ef1a942a: Pull complete 20:43:25 2312dd95470a: Pull complete 20:43:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:43:25 Status: Downloaded newer image for docker:20.10.0 20:43:26 ---> 6118a041be44 20:43:26 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:43:26 ---> Running in 8d122a8e810b 20:43:26 Removing intermediate container 8d122a8e810b 20:43:26 ---> a56258b19783 20:43:26 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:43:26 ---> Running in 026fde32c7ae 20:43:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:43:29 (1/5) Installing libsodium (1.0.18-r0) 20:43:29 (2/5) Installing libzmq (4.3.3-r0) 20:43:29 (3/5) Installing pkgconf (1.7.2-r0) 20:43:29 (4/5) Installing libsodium-dev (1.0.18-r0) 20:43:29 (5/5) Installing zeromq-dev (4.3.3-r0) 20:43:29 Executing busybox-1.31.1-r19.trigger 20:43:29 OK: 167 MiB in 44 packages 20:43:30 Removing intermediate container 026fde32c7ae 20:43:30 ---> 579356b473bf 20:43:30 Step 6/8 : WORKDIR /build 20:43:30 ---> Running in 4806359884f8 20:43:30 Removing intermediate container 4806359884f8 20:43:30 ---> a9e04d12710e 20:43:30 Step 7/8 : COPY go.mod . 20:43:30 ---> 81af9376741b 20:43:30 Step 8/8 : RUN go mod download 20:43:30 ---> Running in 4b7e1e5a858a 20:43:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22689 in /w/workspace/ndry_app-functions-sdk-go_PR-657 [Pipeline] { [Pipeline] ws 20:43:41 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 20:43:47 using credential edgex-jenkins-ssh 20:43:47 Cloning the remote Git repository 20:43:47 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:43:47 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 20:43:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:43:47 > git --version # timeout=10 20:43:47 > git --version # 'git version 2.17.1' 20:43:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:43:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:43:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:43:51 Merging remotes/origin/master commit 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 into PR head commit 831f7f56dc82b4222c42abb61813c85424a7ab43 20:43:51 Merge succeeded, producing 831f7f56dc82b4222c42abb61813c85424a7ab43 20:43:51 Checking out Revision 831f7f56dc82b4222c42abb61813c85424a7ab43 (PR-657) 20:43:50 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:43:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/657/head:refs/remotes/origin/PR-657 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:51 > git config core.sparsecheckout # timeout=10 20:43:51 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # timeout=10 20:43:51 > git remote # timeout=10 20:43:51 > git config --get remote.origin.url # timeout=10 20:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:51 > git merge 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 20:43:51 > git rev-parse HEAD^{commit} # timeout=10 20:43:51 > git config core.sparsecheckout # timeout=10 20:43:51 > git checkout -f 831f7f56dc82b4222c42abb61813c85424a7ab43 # timeout=10 20:43:56 Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:43:57 Removing intermediate container 4b7e1e5a858a 20:43:57 ---> 3d5109617cbd 20:43:57 Successfully built 3d5109617cbd 20:43:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:43:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:43:57 + docker inspect -f . ci-base-image-x86_64 20:43:57 . [Pipeline] withDockerContainer 20:43:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 20:43:58 prd-centos7-docker-4c-2g-22686 does not seem to be running inside a container 20:43:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:43:59 $ docker top 2b52ccdb6d31d07e2dfa887885d8a579bd5f74d4ba7a9fa8325785d7fa28d287 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 20:43:59 + sudo service docker restart 20:43:59 + true 20:43:59 + go version 20:43:59 go version go1.15.5 linux/amd64 [Pipeline] } 20:43:59 $ docker stop --time=1 2b52ccdb6d31d07e2dfa887885d8a579bd5f74d4ba7a9fa8325785d7fa28d287 20:44:01 $ docker rm -f 2b52ccdb6d31d07e2dfa887885d8a579bd5f74d4ba7a9fa8325785d7fa28d287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:02 + docker inspect -f . ci-base-image-x86_64 20:44:02 . [Pipeline] withDockerContainer 20:44:03 prd-centos7-docker-4c-2g-22686 does not seem to be running inside a container 20:44:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:44:03 $ docker top 36f9b87b025c99d7fcd9764fef3ecb434c0b9b882a60743d28292b38de2d8884 -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo 20:44:04 ========================================================= 20:44:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:44:04 ========================================================= 20:44:04 + make test 20:44:04 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] isUnix [Pipeline] sh 20:44:04 + 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 . 20:44:05 Sending build context to Docker daemon 19.07MB 20:44:05 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:44:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:44:05 Step 2/8 : FROM ${BASE} 20:44:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:44:06 5f621e34cdf4: Pulling fs layer 20:44:06 a4357932f1b6: Pulling fs layer 20:44:06 18c013af1878: Pulling fs layer 20:44:06 00ac8860ef70: Pulling fs layer 20:44:06 63d7cb157983: Pulling fs layer 20:44:06 b116817d02f9: Pulling fs layer 20:44:06 745a02a5169b: Pulling fs layer 20:44:06 63d7cb157983: Waiting 20:44:06 b116817d02f9: Waiting 20:44:06 745a02a5169b: Waiting 20:44:06 00ac8860ef70: Waiting 20:44:06 18c013af1878: Verifying Checksum 20:44:06 18c013af1878: Download complete 20:44:06 a4357932f1b6: Verifying Checksum 20:44:06 a4357932f1b6: Download complete 20:44:06 63d7cb157983: Verifying Checksum 20:44:06 63d7cb157983: Download complete 20:44:06 b116817d02f9: Download complete 20:44:06 5f621e34cdf4: Verifying Checksum 20:44:06 5f621e34cdf4: Download complete 20:44:07 5f621e34cdf4: Pull complete 20:44:07 a4357932f1b6: Pull complete 20:44:08 18c013af1878: Pull complete 20:44:08 745a02a5169b: Verifying Checksum 20:44:08 745a02a5169b: Download complete 20:44:10 00ac8860ef70: Verifying Checksum 20:44:10 00ac8860ef70: Download complete 20:44:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.028s coverage: 82.6% of statements 20:44:20 00ac8860ef70: Pull complete 20:44:20 63d7cb157983: Pull complete 20:44:20 b116817d02f9: Pull complete 20:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.078s coverage: 48.6% of statements 20:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.038s coverage: 61.5% of statements 20:44:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:44:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.062s coverage: 73.7% of statements 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:44:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.007s coverage: 97.0% of statements 20:44:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:44:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.032s coverage: 8.8% of statements 20:44:23 745a02a5169b: Pull complete 20:44:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:44:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:44:23 ---> b7e6874047d6 20:44:23 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:44:23 20.10.0: Pulling from library/docker 20:44:23 a3cc7d3b244e: Pulling fs layer 20:44:23 02a3295e0d61: Pulling fs layer 20:44:23 0f4f2e6d8100: Pulling fs layer 20:44:23 330b718f631f: Pulling fs layer 20:44:23 a93816041522: Pulling fs layer 20:44:23 bdb6da89ff94: Pulling fs layer 20:44:23 2a70c0c122f4: Pulling fs layer 20:44:23 330b718f631f: Waiting 20:44:23 bdb6da89ff94: Waiting 20:44:23 a93816041522: Waiting 20:44:23 2a70c0c122f4: Waiting 20:44:23 0f4f2e6d8100: Verifying Checksum 20:44:23 0f4f2e6d8100: Download complete 20:44:24 02a3295e0d61: Download complete 20:44:24 a3cc7d3b244e: Verifying Checksum 20:44:24 a3cc7d3b244e: Download complete 20:44:24 a93816041522: Verifying Checksum 20:44:24 a93816041522: Download complete 20:44:24 bdb6da89ff94: Download complete 20:44:24 2a70c0c122f4: Verifying Checksum 20:44:24 2a70c0c122f4: Download complete 20:44:24 a3cc7d3b244e: Pull complete 20:44:25 02a3295e0d61: Pull complete 20:44:26 0f4f2e6d8100: Pull complete 20:44:26 330b718f631f: Verifying Checksum 20:44:26 330b718f631f: Download complete 20:44:29 330b718f631f: Pull complete 20:44:30 a93816041522: Pull complete 20:44:30 bdb6da89ff94: Pull complete 20:44:30 2a70c0c122f4: Pull complete 20:44:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:44:30 Status: Downloaded newer image for docker:20.10.0 20:44:37 ---> 2995819963c9 20:44:37 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:44:37 ---> Running in ecacb16b26d5 20:44:37 Removing intermediate container ecacb16b26d5 20:44:37 ---> 8fb4da51ce00 20:44:37 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:44:37 ---> Running in 06febc460cea 20:44:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.842s coverage: 77.5% of statements 20:44:38 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:44:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.045s coverage: 87.9% of statements 20:44:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.018s coverage: 80.5% of statements 20:44:38 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.010s coverage: 71.7% of statements 20:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:40 (1/5) Installing libsodium (1.0.18-r0) 20:44:40 (2/5) Installing libzmq (4.3.3-r0) 20:44:40 (3/5) Installing pkgconf (1.7.2-r0) 20:44:40 (4/5) Installing libsodium-dev (1.0.18-r0) 20:44:40 (5/5) Installing zeromq-dev (4.3.3-r0) 20:44:40 Executing busybox-1.31.1-r19.trigger 20:44:40 OK: 144 MiB in 44 packages 20:44:42 Removing intermediate container 06febc460cea 20:44:42 ---> cbdcc9c8c80f 20:44:42 Step 6/8 : WORKDIR /build 20:44:42 ---> Running in d48a8fe458fe 20:44:42 Removing intermediate container d48a8fe458fe 20:44:42 ---> be48db900d17 20:44:42 Step 7/8 : COPY go.mod . 20:44:43 ---> 191243aed43f 20:44:43 Step 8/8 : RUN go mod download 20:44:43 ---> Running in d0de21c0eb01 20:44:50 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.035s coverage: 81.4% of statements 20:44:50 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements 20:44:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:44:53 gofmt -l . 20:44:53 [ "`gofmt -l .`" = "" ] 20:44:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:44:54 $ docker stop --time=1 36f9b87b025c99d7fcd9764fef3ecb434c0b9b882a60743d28292b38de2d8884 20:44:56 $ docker rm -f 36f9b87b025c99d7fcd9764fef3ecb434c0b9b882a60743d28292b38de2d8884 [Pipeline] // withDockerContainer [Pipeline] sh 20:44:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:44:57 Stashed 1 file(s) [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] } 20:45:10 Removing intermediate container d0de21c0eb01 20:45:10 ---> 56f59f66b425 20:45:10 Successfully built 56f59f66b425 20:45:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:45:10 + docker inspect -f . ci-base-image-arm64 20:45:10 . [Pipeline] withDockerContainer 20:45:11 prd-ubuntu18.04-docker-arm64-4c-16g-22689 does not seem to be running inside a container 20:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:45:12 $ docker top 2415de3b2d6576064339890be913ab0289b8bbe064232753fc89b1e9bd8c2fe5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:13 + go version 20:45:13 go version go1.15.5 linux/arm64 [Pipeline] } 20:45:13 $ docker stop --time=1 2415de3b2d6576064339890be913ab0289b8bbe064232753fc89b1e9bd8c2fe5 20:45:15 $ docker rm -f 2415de3b2d6576064339890be913ab0289b8bbe064232753fc89b1e9bd8c2fe5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:16 + docker inspect -f . ci-base-image-arm64 20:45:16 . [Pipeline] withDockerContainer 20:45:17 prd-ubuntu18.04-docker-arm64-4c-16g-22689 does not seem to be running inside a container 20:45:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:45:18 $ docker top f24f1463b10f164468a5e9ebe11451c720a473e1d589edf52296ad1956add95c -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:19 + make test 20:45:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:45:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:45:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.080s coverage: 82.6% of statements 20:46:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.106s coverage: 48.6% of statements 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:46:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.125s coverage: 61.5% of statements 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:46:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.119s coverage: 73.7% of statements 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:46:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements 20:46:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:46:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.030s coverage: 8.8% of statements 20:46:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.880s coverage: 77.5% of statements 20:46:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:46:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.045s coverage: 87.9% of statements 20:46:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.043s coverage: 80.5% of statements 20:46:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.021s coverage: 71.7% of statements 20:46:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.075s coverage: 81.4% of statements 20:46:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 20:46:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:46:53 gofmt -l . 20:46:53 [ "`gofmt -l .`" = "" ] 20:46:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:46:53 $ docker stop --time=1 f24f1463b10f164468a5e9ebe11451c720a473e1d589edf52296ad1956add95c 20:46:55 $ docker rm -f f24f1463b10f164468a5e9ebe11451c720a473e1d589edf52296ad1956add95c [Pipeline] // withDockerContainer [Pipeline] sh 20:46:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:46:56 Warning: overwriting stash ‘coverage-report’ 20:46:57 Stashed 1 file(s) [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] } [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 20:46:59 provisioning config files... 20:46:59 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/config7395004531104459794tmp [Pipeline] { [Pipeline] sh 20:46:59 + set +x 20:46:59 + curl -s https://codecov.io/bash 20:46:59 + bash -s -- 20:46:59 20:46:59 _____ _ 20:46:59 / ____| | | 20:46:59 | | ___ __| | ___ ___ _____ __ 20:46:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:46:59 | |___| (_) | (_| | __/ (_| (_) \ V / 20:46:59 \_____\___/ \__,_|\___|\___\___/ \_/ 20:46:59 Bash-20210115-cec3c92 20:46:59 20:46:59 20:46:59 ==> git version 2.24.3 found 20:46:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:46:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:46:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:46:59 ==> Jenkins CI detected. 20:46:59 project root: . 20:46:59 --> token set from env 20:46:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:46:59 ==> Running gcov in . (disable via -X gcov) 20:46:59 ==> Python coveragepy not found 20:46:59 ==> Searching for coverage reports in: 20:46:59 + . 20:46:59 -> Found 1 reports 20:46:59 ==> Detecting git/mercurial file structure 20:46:59 ==> Reading reports 20:46:59 + ./coverage.out bytes=77160 20:46:59 ==> Appending adjustments 20:46:59 https://docs.codecov.io/docs/fixing-reports 20:46:59 + Found adjustments 20:46:59 ==> Gzipping contents 20:47:00 16K /tmp/codecov.prtcRN.gz 20:47:00 ==> Uploading reports 20:47:00 url: https://codecov.io 20:47:00 query: branch=PR-657&commit=831f7f56dc82b4222c42abb61813c85424a7ab43&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-657%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=657&job=&cmd_args= 20:47:00 -> Pinging Codecov 20:47:00 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-657&commit=831f7f56dc82b4222c42abb61813c85424a7ab43&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-657%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=657&job=&cmd_args= 20:47:00 -> Uploading to 20:47:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/3D8B5DFFC46A037C893635FACE044666/831f7f56dc82b4222c42abb61813c85424a7ab43/89d182b7-1826-40b6-a0b3-c0262a0ac261.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T204700Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0a6a2efc2dd20099fd34dbf8498e65e53d9b272b4930fe25dbd0395e85d96b8 20:47:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:47:00 Dload Upload Total Spent Left Speed 20:47:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13401 0 0 100 13401 0 29556 --:--:-- --:--:-- --:--:-- 29517 20:47:00 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/831f7f56dc82b4222c42abb61813c85424a7ab43 [Pipeline] } 20:47:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 20:47:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:47:04 ---> package-listing.sh 20:47:04 ++ facter osfamily 20:47:04 ++ tr '[:upper:]' '[:lower:]' 20:47:04 + OS_FAMILY=redhat 20:47:04 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-657 20:47:04 + START_PACKAGES=/tmp/packages_start.txt 20:47:04 + END_PACKAGES=/tmp/packages_end.txt 20:47:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:47:04 + PACKAGES=/tmp/packages_start.txt 20:47:04 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-657 ']' 20:47:04 + PACKAGES=/tmp/packages_end.txt 20:47:04 + case "${OS_FAMILY}" in 20:47:04 + rpm -qa 20:47:04 + sort 20:47:09 + '[' -f /tmp/packages_start.txt ']' 20:47:09 + '[' -f /tmp/packages_end.txt ']' 20:47:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:47:09 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-657 ']' 20:47:09 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-657/archives/ 20:47:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-657/archives/ [Pipeline] echo 20:47:09 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-657/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:47:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:10 20:47:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:47:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:10 alpine: Pulling from edgex-lftools-log-publisher 20:47:10 df20fa9351a1: Pulling fs layer 20:47:10 36b3adc4ff6f: Pulling fs layer 20:47:10 8ad3a11d3b57: Pulling fs layer 20:47:10 46f8f816bc3b: Pulling fs layer 20:47:10 93b61091891f: Pulling fs layer 20:47:10 93b9cdb0e59b: Pulling fs layer 20:47:10 5e14af77c1be: Pulling fs layer 20:47:10 01666e4c0597: Pulling fs layer 20:47:10 aa168da1d23b: Pulling fs layer 20:47:10 46f8f816bc3b: Waiting 20:47:10 93b61091891f: Waiting 20:47:10 93b9cdb0e59b: Waiting 20:47:10 5e14af77c1be: Waiting 20:47:10 01666e4c0597: Waiting 20:47:10 aa168da1d23b: Waiting 20:47:10 36b3adc4ff6f: Verifying Checksum 20:47:10 36b3adc4ff6f: Download complete 20:47:10 46f8f816bc3b: Verifying Checksum 20:47:10 46f8f816bc3b: Download complete 20:47:10 df20fa9351a1: Verifying Checksum 20:47:10 df20fa9351a1: Download complete 20:47:10 93b9cdb0e59b: Verifying Checksum 20:47:10 93b9cdb0e59b: Download complete 20:47:10 5e14af77c1be: Verifying Checksum 20:47:10 5e14af77c1be: Download complete 20:47:11 01666e4c0597: Verifying Checksum 20:47:11 01666e4c0597: Download complete 20:47:11 93b61091891f: Download complete 20:47:11 8ad3a11d3b57: Verifying Checksum 20:47:11 8ad3a11d3b57: Download complete 20:47:11 df20fa9351a1: Pull complete 20:47:11 36b3adc4ff6f: Pull complete 20:47:12 8ad3a11d3b57: Pull complete 20:47:12 aa168da1d23b: Verifying Checksum 20:47:12 aa168da1d23b: Download complete 20:47:13 46f8f816bc3b: Pull complete 20:47:13 93b61091891f: Pull complete 20:47:13 93b9cdb0e59b: Pull complete 20:47:14 5e14af77c1be: Pull complete 20:47:14 01666e4c0597: Pull complete 20:47:22 aa168da1d23b: Pull complete 20:47:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:47:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:47:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:47:22 prd-centos7-docker-4c-2g-22681 does not seem to be running inside a container 20:47:22 $ 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-657/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-657 -v /w/workspace/ndry_app-functions-sdk-go_PR-657:/w/workspace/ndry_app-functions-sdk-go_PR-657:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-657@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-657@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:47:26 $ docker top cf70fe2ab593191432fa9cd105197a59c88180ee4b90048f8f121ebd11f22dab -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:27 + touch /tmp/pre-build-complete [Pipeline] sh 20:47:27 + mkdir -p /var/log/sa [Pipeline] sh 20:47:27 + ls /var/log/sa-host 20:47:27 + sadf -c /var/log/sa-host/sa23 20:47:27 file_magic: OK 20:47:27 HZ: Using current value: 100 20:47:27 file_header: OK 20:47:27 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 20:47:27 Statistics: 20:47:27 Hnuu...uuuununununu... 20:47:27 File successfully converted to sysstat format version 12.2.1 20:47:27 + sadf -c /var/log/sa-host/sa25 20:47:27 file_magic: OK 20:47:27 HZ: Using current value: 100 20:47:27 file_header: OK 20:47:27 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 20:47:27 Statistics: 20:47:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:47:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:47:28 provisioning config files... 20:47:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-657@tmp/config1694094918245370498tmp [Pipeline] { [Pipeline] echo 20:47:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:47:28 ---> create-netrc.sh [Pipeline] } 20:47:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:47:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:47:29 ---> python-tools-install.sh [Pipeline] echo 20:47:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:47:29 ---> sudo-logs.sh 20:47:29 Archiving 'sudo' log.. [Pipeline] echo 20:47:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:47:29 ---> job-cost.sh 20:47:29 lf-activate-venv: SKIPPING 20:47:29 INFO: No Stack... 20:47:30 INFO: Retrieving Pricing Info for: v1-standard-2 20:47:31 INFO: Archiving Costs [Pipeline] echo 20:47:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:47:31 ---> logs-deploy.sh 20:47:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-657/3 20:47:31 INFO: archiving workspace using pattern(s): 20:47:33 Archives upload complete. 20:47:33 INFO: archiving logs to Nexus 20:47:34 ---> uname -a: 20:47:34 Linux prd-centos7-docker-4c-2g-22681.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:47:34 20:47:34 20:47:34 ---> lscpu: 20:47:34 Architecture: x86_64 20:47:34 CPU op-mode(s): 32-bit, 64-bit 20:47:34 Byte Order: Little Endian 20:47:34 Address sizes: 40 bits physical, 48 bits virtual 20:47:34 CPU(s): 4 20:47:34 On-line CPU(s) list: 0-3 20:47:34 Thread(s) per core: 1 20:47:34 Core(s) per socket: 1 20:47:34 Socket(s): 4 20:47:34 NUMA node(s): 1 20:47:34 Vendor ID: GenuineIntel 20:47:34 CPU family: 6 20:47:34 Model: 44 20:47:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:47:34 Stepping: 1 20:47:34 CPU MHz: 2933.442 20:47:34 BogoMIPS: 5866.88 20:47:34 Virtualization: VT-x 20:47:34 Hypervisor vendor: KVM 20:47:34 Virtualization type: full 20:47:34 L1d cache: 128 KiB 20:47:34 L1i cache: 128 KiB 20:47:34 L2 cache: 16 MiB 20:47:34 L3 cache: 64 MiB 20:47:34 NUMA node0 CPU(s): 0-3 20:47:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:47:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:47:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:47:34 Vulnerability Meltdown: Mitigation; PTI 20:47:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:47:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:47:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:47:34 Vulnerability Srbds: Not affected 20:47:34 Vulnerability Tsx async abort: Not affected 20:47:34 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 20:47:34 20:47:34 20:47:34 ---> nproc: 20:47:34 4 20:47:34 20:47:34 20:47:34 ---> df -h: 20:47:34 Filesystem Size Used Available Use% Mounted on 20:47:34 overlay 50.0G 7.3G 42.7G 15% / 20:47:34 tmpfs 64.0M 0 64.0M 0% /dev 20:47:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:47:34 shm 64.0M 0 64.0M 0% /dev/shm 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-657 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-657@tmp 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 20:47:34 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 20:47:34 20:47:34 20:47:34 ---> free -m: 20:47:34 total used free shared buff/cache available 20:47:34 Mem: 1837 690 105 0 1041 1042 20:47:34 Swap: 1023 1 1022 20:47:34 20:47:34 20:47:34 ---> ip addr: 20:47:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:47:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:47:34 inet 127.0.0.1/8 scope host lo 20:47:34 valid_lft forever preferred_lft forever 20:47:34 inet6 ::1/128 scope host 20:47:34 valid_lft forever preferred_lft forever 20:47:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:47:34 link/ether fa:16:3e:23:69:eb brd ff:ff:ff:ff:ff:ff 20:47:34 inet 10.30.122.34/23 brd 10.30.123.255 scope global dynamic eth0 20:47:34 valid_lft 85937sec preferred_lft 85937sec 20:47:34 inet6 fe80::f816:3eff:fe23:69eb/64 scope link 20:47:34 valid_lft forever preferred_lft forever 20:47:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:47:34 link/ether 02:42:e2:75:cb:d3 brd ff:ff:ff:ff:ff:ff 20:47:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:47:34 valid_lft forever preferred_lft forever 20:47:34 inet6 fe80::42:e2ff:fe75:cbd3/64 scope link 20:47:34 valid_lft forever preferred_lft forever 20:47:34 20:47:34 20:47:34 ---> sar -b -r -n DEV: 20:47:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 20:47:34 20:47:34 20:39:39 LINUX RESTART (4 CPU) 20:47:34 20:47:34 20:40:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:47:34 20:41:01 127.96 49.46 78.50 0.00 8132.57 32685.75 0.00 20:47:34 20:42:01 2.48 0.00 2.48 0.00 0.00 54.01 0.00 20:47:34 20:43:01 0.45 0.00 0.45 0.00 0.00 6.25 0.00 20:47:34 20:44:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 20:47:34 20:45:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 20:47:34 20:46:01 0.25 0.00 0.25 0.00 0.00 3.58 0.00 20:47:34 20:47:01 0.90 0.47 0.43 0.00 139.64 6.08 0.00 20:47:34 Average: 18.68 7.03 11.64 0.00 1165.75 4615.80 0.00 20:47:34 20:47:34 20:40:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:47:34 20:41:01 219300 0 583836 31.03 2620 1075788 1119608 38.21 395184 1068120 128 20:47:34 20:42:01 225824 0 577220 30.68 2620 1075880 1088096 37.13 396696 1060768 16 20:47:34 20:43:01 224724 0 578316 30.74 2620 1075884 1076988 36.76 397496 1061424 20 20:47:34 20:44:01 224684 0 578352 30.74 2620 1075888 1076988 36.76 404136 1054832 12 20:47:34 20:45:01 222600 0 580432 30.85 2620 1075892 1077036 36.76 404100 1057224 20 20:47:34 20:46:01 221320 0 581708 30.92 2620 1075896 1077088 36.76 415708 1047000 12 20:47:34 20:47:01 213660 0 585048 31.09 2620 1080216 1078876 36.82 418868 1050948 112 20:47:34 Average: 221730 0 580702 30.86 2620 1076492 1084954 37.03 404598 1057188 46 20:47:34 20:47:34 20:40:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:47:34 20:41:01 eth0 654.81 459.29 1683.79 112.70 0.00 0.00 0.00 0.00 20:47:34 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:41:01 docker0 96.72 80.16 8.31 310.46 0.00 0.00 0.00 0.00 20:47:34 20:42:01 eth0 1.62 0.65 0.60 0.40 0.00 0.00 0.00 0.00 20:47:34 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:43:01 eth0 3.36 0.52 0.75 0.36 0.00 0.00 0.00 0.00 20:47:34 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:44:01 eth0 2.71 0.58 0.70 0.39 0.00 0.00 0.00 0.00 20:47:34 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:45:01 eth0 1.73 0.65 0.60 0.43 0.00 0.00 0.00 0.00 20:47:34 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:46:01 eth0 0.78 0.42 0.41 0.27 0.00 0.00 0.00 0.00 20:47:34 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:47:01 eth0 5.05 3.36 4.77 1.88 0.00 0.00 0.00 0.00 20:47:34 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 Average: eth0 94.44 65.59 238.34 16.41 0.00 0.00 0.00 0.00 20:47:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:47:34 Average: docker0 13.63 11.29 1.17 43.74 0.00 0.00 0.00 0.00 20:47:34 20:47:34 20:47:34 ---> sar -P ALL: 20:47:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 20:47:34 20:47:34 20:39:39 LINUX RESTART (4 CPU) 20:47:34 20:47:34 20:40:02 CPU %user %nice %system %iowait %steal %idle 20:47:34 20:41:01 all 14.76 0.00 6.85 4.21 0.06 74.12 20:47:34 20:41:01 0 11.68 0.00 8.60 4.82 0.07 74.83 20:47:34 20:41:01 1 15.50 0.00 6.52 2.47 0.05 75.47 20:47:34 20:41:01 2 14.62 0.00 6.57 2.91 0.03 75.87 20:47:34 20:41:01 3 17.25 0.00 5.73 6.66 0.07 70.29 20:47:34 20:42:01 all 0.19 0.00 0.07 0.00 0.00 99.74 20:47:34 20:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 20:47:34 20:42:01 1 0.53 0.00 0.08 0.00 0.02 99.37 20:47:34 20:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 20:47:34 20:42:01 3 0.12 0.00 0.07 0.00 0.00 99.82 20:47:34 20:43:01 all 0.18 0.00 0.05 0.00 0.00 99.76 20:47:34 20:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:47:34 20:43:01 1 0.50 0.00 0.05 0.00 0.00 99.45 20:47:34 20:43:01 2 0.15 0.00 0.10 0.00 0.00 99.75 20:47:34 20:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:47:34 20:44:01 all 0.17 0.00 0.04 0.00 0.01 99.78 20:47:34 20:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:47:34 20:44:01 1 0.52 0.00 0.03 0.00 0.02 99.43 20:47:34 20:44:01 2 0.08 0.00 0.08 0.00 0.02 99.82 20:47:34 20:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:47:34 20:45:01 all 0.17 0.00 0.03 0.00 0.00 99.80 20:47:34 20:45:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:47:34 20:45:01 1 0.55 0.00 0.03 0.00 0.00 99.42 20:47:34 20:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:47:34 20:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:47:34 20:46:01 all 0.16 0.00 0.05 0.00 0.00 99.78 20:47:34 20:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:47:34 20:46:01 1 0.42 0.00 0.10 0.00 0.00 99.48 20:47:34 20:46:01 2 0.18 0.00 0.07 0.00 0.00 99.75 20:47:34 20:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:47:34 20:47:01 all 0.44 0.00 0.36 0.01 0.00 99.20 20:47:34 20:47:01 0 0.43 0.00 0.43 0.00 0.00 99.13 20:47:34 20:47:01 1 0.28 0.00 0.42 0.00 0.00 99.30 20:47:34 20:47:01 2 0.87 0.00 0.38 0.02 0.00 98.73 20:47:34 20:47:01 3 0.17 0.00 0.20 0.02 0.00 99.62 20:47:34 Average: all 2.23 0.00 1.04 0.59 0.01 96.13 20:47:34 Average: 0 1.70 0.00 1.28 0.67 0.01 96.34 20:47:34 Average: 1 2.55 0.00 1.01 0.34 0.01 96.08 20:47:34 Average: 2 2.23 0.00 1.02 0.41 0.01 96.34 20:47:34 Average: 3 2.45 0.00 0.85 0.93 0.01 95.76 20:47:34 20:47:34 20:47:34