Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5267b6caa91b5d421be6975e9b8ea4101221ade+d5e638f2527a7df0e2423fefa94ca91616313c76 (998042383524cb7150aa7779c9c816702700e347) 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14968’ Running on prd-centos7-docker-4c-2g-14973 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [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-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # 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 d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:09:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:09:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 6da7561479fd21a0a5ba7dd698cdbe6571b5239d # timeout=10 [Pipeline] echo 23:09:17 ========================================================= 23:09:17 EdgeX Global Pipelines Version Info 23:09:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:09:19 ------------------- 23:09:19 stable info: 23:09:19 ------------------- 23:09:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:09:19 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:09:19 Message: update stable to v1.0.171 23:09:19 ------------------- 23:09:19 experimental info: 23:09:19 ------------------- 23:09:19 Commited By: **** collab-it+edgex@linuxfoundation.org 23:09:19 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:09:19 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:09:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:09:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo 23:09:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5267b6 [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:23 + git log --format=format:%s -1 f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] echo 23:09:23 GIT_COMMIT: f5267b6caa91b5d421be6975e9b8ea4101221ade, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 23:09:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:09:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:24 23:09:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:09:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:25 latest: Pulling from edgex-devops/git-semver 23:09:25 31603596830f: Pulling fs layer 23:09:25 2a8b12db71e7: Pulling fs layer 23:09:25 6ca5941a6612: Pulling fs layer 23:09:25 ecc8261a40a4: Pulling fs layer 23:09:25 ecc8261a40a4: Waiting 23:09:25 2a8b12db71e7: Verifying Checksum 23:09:25 2a8b12db71e7: Download complete 23:09:25 31603596830f: Verifying Checksum 23:09:25 31603596830f: Download complete 23:09:25 ecc8261a40a4: Verifying Checksum 23:09:25 ecc8261a40a4: Download complete 23:09:25 6ca5941a6612: Verifying Checksum 23:09:25 31603596830f: Pull complete 23:09:25 2a8b12db71e7: Pull complete 23:09:26 6ca5941a6612: Pull complete 23:09:27 ecc8261a40a4: Pull complete 23:09:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:09:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:09:27 prd-centos7-docker-4c-2g-14973 does not seem to be running inside a container 23:09:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-583 -v /w/workspace/ndry_app-functions-sdk-go_PR-583:/w/workspace/ndry_app-functions-sdk-go_PR-583:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:09:29 $ docker top 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:09:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:29 [ssh-agent] Looking for ssh-agent implementation... 23:09:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:30 $ docker exec 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent 23:09:30 SSH_AUTH_SOCK=/tmp/ssh-gOB0xyLFzZR1/agent.11 23:09:30 SSH_AGENT_PID=16 23:09:30 Running ssh-add (command line suppressed) 23:09:30 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_6112447613337691320.key (/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_6112447613337691320.key) 23:09:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:30 + git tag --points-at HEAD [Pipeline] } 23:09:30 $ docker exec --env ******** --env ******** 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent -k 23:09:31 unset SSH_AUTH_SOCK; 23:09:31 unset SSH_AGENT_PID; 23:09:31 echo Agent pid 16 killed; 23:09:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:09:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:31 [ssh-agent] Looking for ssh-agent implementation... 23:09:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:31 $ docker exec 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent 23:09:31 SSH_AUTH_SOCK=/tmp/ssh-4SgPOgZafkAu/agent.45 23:09:31 SSH_AGENT_PID=50 23:09:31 Running ssh-add (command line suppressed) 23:09:31 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_366705700647543669.key (/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_366705700647543669.key) 23:09:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:32 + git semver init 23:09:32 # -> Open(): unable to determine branch for HEAD 23:09:32 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-583/.git 23:09:32 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-583 23:09:32 # $SEMVER_REMOTE_NAME = origin 23:09:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:09:32 # $SEMVER_USER_NAME = edgex-jenkins 23:09:32 # $SEMVER_BRANCH = PR-583 23:09:32 # $SEMVER_TEMP = /tmp/semver-335918113 23:09:32 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:09:34 # '/tmp/semver-335918113' -> '/w/workspace/ndry_app-functions-sdk-go_PR-583/.semver' 23:09:34 # -> Force: false 23:09:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-583/.semver [Pipeline] } 23:09:34 $ docker exec --env ******** --env ******** 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent -k 23:09:35 unset SSH_AUTH_SOCK; 23:09:35 unset SSH_AGENT_PID; 23:09:35 echo Agent pid 50 killed; 23:09:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:35 + git semver [Pipeline] } 23:09:35 $ docker stop --time=1 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 23:09:37 $ docker rm -f 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:09:38 Stashed 1 file(s) [Pipeline] echo 23:09:38 [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:09:53 Still waiting to schedule task 23:09:53 ‘prd-centos7-blackbox-4c-2g-14966’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14967’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14971’ is offline; ‘prd-centos7-docker-4c-2g-14972’ is offline; ‘prd-centos7-docker-4c-2g-14977’ is offline; ‘prd-centos7-docker-4c-2g-14979’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14962’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14965’ doesn’t have label ‘centos7-docker-4c-2g’ 23:09:53 Still waiting to schedule task 23:09:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:10:25 Running on prd-centos7-docker-4c-2g-14980 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 23:10:25 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:10:28 using credential edgex-jenkins-ssh 23:10:28 Cloning the remote Git repository 23:10:28 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:28 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:10:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:29 > git --version # timeout=10 23:10:29 > git --version # 'git version 2.24.3' 23:10:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:10:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:10:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:10:31 Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade 23:10:31 Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade 23:10:31 Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) 23:10:31 > git config core.sparsecheckout # timeout=10 23:10:31 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 23:10:31 > git remote # timeout=10 23:10:31 > git config --get remote.origin.url # timeout=10 23:10:31 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:31 > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 23:10:31 > git rev-parse HEAD^{commit} # timeout=10 23:10:31 > git config core.sparsecheckout # timeout=10 23:10:31 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 23:10:34 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:10:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:36 + sudo service docker restart 23:10:36 + true 23:10:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:10:38 ========================================================= 23:10:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:10:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:38 + 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:10:39 Sending build context to Docker daemon 19.15MB 23:10:39 Step 1/8 : ARG BASE=golang:1.15-alpine 23:10:39 Step 2/8 : FROM ${BASE} 23:10:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:10:39 188c0c94c7c5: Pulling fs layer 23:10:39 0ef7d3d256c8: Pulling fs layer 23:10:39 de9db76c5a1d: Pulling fs layer 23:10:39 bca2f99d35d6: Pulling fs layer 23:10:39 93359f2a8cfa: Pulling fs layer 23:10:39 7c6f9722023f: Pulling fs layer 23:10:39 a35cf1a2eb13: Pulling fs layer 23:10:39 7c6f9722023f: Waiting 23:10:39 93359f2a8cfa: Waiting 23:10:39 a35cf1a2eb13: Waiting 23:10:39 bca2f99d35d6: Waiting 23:10:39 de9db76c5a1d: Verifying Checksum 23:10:39 de9db76c5a1d: Download complete 23:10:39 0ef7d3d256c8: Verifying Checksum 23:10:39 0ef7d3d256c8: Download complete 23:10:39 93359f2a8cfa: Verifying Checksum 23:10:39 93359f2a8cfa: Download complete 23:10:39 7c6f9722023f: Verifying Checksum 23:10:39 7c6f9722023f: Download complete 23:10:39 188c0c94c7c5: Verifying Checksum 23:10:39 188c0c94c7c5: Download complete 23:10:39 188c0c94c7c5: Pull complete 23:10:40 0ef7d3d256c8: Pull complete 23:10:40 de9db76c5a1d: Pull complete 23:10:41 a35cf1a2eb13: Verifying Checksum 23:10:41 a35cf1a2eb13: Download complete 23:10:42 bca2f99d35d6: Verifying Checksum 23:10:42 bca2f99d35d6: Download complete 23:10:47 bca2f99d35d6: Pull complete 23:10:47 93359f2a8cfa: Pull complete 23:10:47 7c6f9722023f: Pull complete 23:10:55 a35cf1a2eb13: Pull complete 23:10:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:10:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:10:55 ---> a62c8e92a672 23:10:55 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:10:55 latest: Pulling from library/docker 23:10:55 188c0c94c7c5: Already exists 23:10:55 0c7c675703d6: Pulling fs layer 23:10:55 cc8c12a437cb: Pulling fs layer 23:10:55 f092543453df: Pulling fs layer 23:10:55 65b6bc45957d: Pulling fs layer 23:10:55 4de832df471b: Pulling fs layer 23:10:55 79aa7fa92271: Pulling fs layer 23:10:55 65b6bc45957d: Waiting 23:10:55 4de832df471b: Waiting 23:10:55 79aa7fa92271: Waiting 23:10:55 cc8c12a437cb: Verifying Checksum 23:10:55 cc8c12a437cb: Download complete 23:10:55 65b6bc45957d: Verifying Checksum 23:10:55 65b6bc45957d: Download complete 23:10:55 4de832df471b: Download complete 23:10:55 0c7c675703d6: Verifying Checksum 23:10:55 0c7c675703d6: Download complete 23:10:55 79aa7fa92271: Verifying Checksum 23:10:55 79aa7fa92271: Download complete 23:10:55 0c7c675703d6: Pull complete 23:10:55 cc8c12a437cb: Pull complete 23:10:56 f092543453df: Verifying Checksum 23:10:56 f092543453df: Download complete 23:10:59 f092543453df: Pull complete 23:10:59 65b6bc45957d: Pull complete 23:10:59 4de832df471b: Pull complete 23:10:59 79aa7fa92271: Pull complete 23:10:59 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 23:10:59 Status: Downloaded newer image for docker:latest 23:11:02 ---> 9b059814c497 23:11:02 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:02 ---> Running in 28f49c835b72 23:11:02 Removing intermediate container 28f49c835b72 23:11:02 ---> d99f7c18a27c 23:11:02 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:11:02 ---> Running in f227182d389d 23:11:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:11:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:11:04 (1/5) Installing libsodium (1.0.18-r0) 23:11:04 (2/5) Installing libzmq (4.3.3-r0) 23:11:05 (3/5) Installing pkgconf (1.7.2-r0) 23:11:05 (4/5) Installing libsodium-dev (1.0.18-r0) 23:11:05 (5/5) Installing zeromq-dev (4.3.3-r0) 23:11:05 Executing busybox-1.31.1-r19.trigger 23:11:05 OK: 167 MiB in 44 packages 23:11:06 Removing intermediate container f227182d389d 23:11:06 ---> 26096485dadf 23:11:06 Step 6/8 : WORKDIR /build 23:11:06 ---> Running in 80c2eb3880f5 23:11:06 Removing intermediate container 80c2eb3880f5 23:11:06 ---> e69357decde1 23:11:06 Step 7/8 : COPY go.mod . 23:11:06 ---> 71e422be561a 23:11:06 Step 8/8 : RUN go mod download 23:11:06 ---> Running in 92db211837f1 23:11:28 Removing intermediate container 92db211837f1 23:11:28 ---> edbb007ea7a6 23:11:28 Successfully built edbb007ea7a6 23:11:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:11:29 + docker inspect -f . ci-base-image-x86_64 23:11:29 . [Pipeline] withDockerContainer 23:11:29 prd-centos7-docker-4c-2g-14980 does not seem to be running inside a container 23:11:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-x86_64 cat 23:11:30 $ docker top d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:30 + go version 23:11:30 go version go1.15.5 linux/amd64 [Pipeline] } 23:11:30 $ docker stop --time=1 d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e 23:11:31 $ docker rm -f d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:32 + docker inspect -f . ci-base-image-x86_64 23:11:32 . [Pipeline] withDockerContainer 23:11:32 prd-centos7-docker-4c-2g-14980 does not seem to be running inside a container 23:11:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-x86_64 cat 23:11:33 $ docker top da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:34 + make test 23:11:34 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:11:35 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:11:43 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.035s coverage: 86.2% of statements 23:11:53 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.024s coverage: 52.0% of statements 23:11:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:11:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:11:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 54.7% of statements 23:11:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:11:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.021s coverage: 69.1% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.418s coverage: 61.6% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.918s coverage: 75.0% of statements 23:12:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements 23:12:08 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements 23:12:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14984 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 23:12:19 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:12:23 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 71.0% of statements 23:12:23 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 23:12:23 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:12:25 using credential edgex-jenkins-ssh 23:12:25 Cloning the remote Git repository 23:12:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:12:25 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:12:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:12:25 > git --version # timeout=10 23:12:25 > git --version # 'git version 2.17.1' 23:12:25 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:28 gofmt -l . 23:12:28 [ "`gofmt -l .`" = "" ] 23:12:28 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:12:28 $ docker stop --time=1 da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 23:12:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:12:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:30 $ docker rm -f da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 23:12:30 Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] // withDockerContainer [Pipeline] sh 23:12:30 Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade 23:12:30 Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) 23:12:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:12:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:12:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:12:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:12:30 > git config core.sparsecheckout # timeout=10 23:12:30 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 23:12:30 > git remote # timeout=10 23:12:30 > git config --get remote.origin.url # timeout=10 23:12:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:30 > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 23:12:30 > git rev-parse HEAD^{commit} # timeout=10 23:12:30 > git config core.sparsecheckout # timeout=10 23:12:30 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 23:12:31 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] } 23:12:34 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:12:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:12:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:12:37 + sudo service docker+ restart 23:12:37 true [Pipeline] unstash [Pipeline] echo 23:12:40 ========================================================= 23:12:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:12:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:12:40 + 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:12:41 Sending build context to Docker daemon 19.15MB 23:12:41 Step 1/8 : ARG BASE=golang:1.15-alpine 23:12:41 Step 2/8 : FROM ${BASE} 23:12:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:12:42 5f621e34cdf4: Pulling fs layer 23:12:42 a4357932f1b6: Pulling fs layer 23:12:42 18c013af1878: Pulling fs layer 23:12:42 00ac8860ef70: Pulling fs layer 23:12:42 63d7cb157983: Pulling fs layer 23:12:42 b116817d02f9: Pulling fs layer 23:12:42 745a02a5169b: Pulling fs layer 23:12:42 b116817d02f9: Waiting 23:12:42 63d7cb157983: Waiting 23:12:42 745a02a5169b: Waiting 23:12:42 00ac8860ef70: Waiting 23:12:42 18c013af1878: Verifying Checksum 23:12:42 18c013af1878: Download complete 23:12:42 a4357932f1b6: Verifying Checksum 23:12:42 a4357932f1b6: Download complete 23:12:42 63d7cb157983: Download complete 23:12:42 b116817d02f9: Verifying Checksum 23:12:42 b116817d02f9: Download complete 23:12:42 5f621e34cdf4: Download complete 23:12:42 5f621e34cdf4: Pull complete 23:12:43 a4357932f1b6: Pull complete 23:12:43 18c013af1878: Pull complete 23:12:44 745a02a5169b: Verifying Checksum 23:12:44 745a02a5169b: Download complete 23:12:46 00ac8860ef70: Verifying Checksum 23:12:46 00ac8860ef70: Download complete 23:12:56 00ac8860ef70: Pull complete 23:12:57 63d7cb157983: Pull complete 23:12:57 b116817d02f9: Pull complete 23:13:01 745a02a5169b: Pull complete 23:13:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:13:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:13:01 ---> b7e6874047d6 23:13:01 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:13:01 latest: Pulling from library/docker 23:13:01 5f621e34cdf4: Already exists 23:13:01 85db56a05063: Pulling fs layer 23:13:01 ccb67d6aeaaa: Pulling fs layer 23:13:01 de930078acea: Pulling fs layer 23:13:01 d5a9d88a4785: Pulling fs layer 23:13:01 e7f15c1544d5: Pulling fs layer 23:13:01 877c515997d3: Pulling fs layer 23:13:01 d5a9d88a4785: Waiting 23:13:01 e7f15c1544d5: Waiting 23:13:01 ccb67d6aeaaa: Verifying Checksum 23:13:01 ccb67d6aeaaa: Download complete 23:13:01 d5a9d88a4785: Download complete 23:13:01 e7f15c1544d5: Download complete 23:13:01 85db56a05063: Verifying Checksum 23:13:01 85db56a05063: Download complete 23:13:01 877c515997d3: Download complete 23:13:02 85db56a05063: Pull complete 23:13:03 ccb67d6aeaaa: Pull complete 23:13:03 de930078acea: Verifying Checksum 23:13:03 de930078acea: Download complete 23:13:06 de930078acea: Pull complete 23:13:06 d5a9d88a4785: Pull complete 23:13:06 e7f15c1544d5: Pull complete 23:13:07 877c515997d3: Pull complete 23:13:07 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 23:13:07 Status: Downloaded newer image for docker:latest 23:13:14 ---> 9b81c6069100 23:13:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:13:14 ---> Running in f0a8897c2c93 23:13:14 Removing intermediate container f0a8897c2c93 23:13:14 ---> c54ed0a52dc6 23:13:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:13:14 ---> Running in 1a6f7a1db464 23:13:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:18 (1/5) Installing libsodium (1.0.18-r0) 23:13:18 (2/5) Installing libzmq (4.3.3-r0) 23:13:18 (3/5) Installing pkgconf (1.7.2-r0) 23:13:18 (4/5) Installing libsodium-dev (1.0.18-r0) 23:13:18 (5/5) Installing zeromq-dev (4.3.3-r0) 23:13:18 Executing busybox-1.31.1-r19.trigger 23:13:18 OK: 144 MiB in 44 packages 23:13:20 Removing intermediate container 1a6f7a1db464 23:13:20 ---> ecfb3a39ef7d 23:13:20 Step 6/8 : WORKDIR /build 23:13:20 ---> Running in f5de14e6d064 23:13:21 Removing intermediate container f5de14e6d064 23:13:21 ---> bdfc139d248f 23:13:21 Step 7/8 : COPY go.mod . 23:13:21 ---> 1dbf79938ef9 23:13:21 Step 8/8 : RUN go mod download 23:13:21 ---> Running in ad30db2fbe74 23:13:48 Removing intermediate container ad30db2fbe74 23:13:48 ---> 81289aec8c96 23:13:48 Successfully built 81289aec8c96 23:13:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:13:49 + docker inspect -f . ci-base-image-arm64 23:13:49 . [Pipeline] withDockerContainer 23:13:49 prd-ubuntu18.04-docker-arm64-4c-16g-14984 does not seem to be running inside a container 23:13:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat 23:13:50 $ docker top 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:51 + go version 23:13:51 go version go1.15.5 linux/arm64 [Pipeline] } 23:13:51 $ docker stop --time=1 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 23:13:53 $ docker rm -f 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:55 + docker inspect -f . ci-base-image-arm64 23:13:55 . [Pipeline] withDockerContainer 23:13:55 prd-ubuntu18.04-docker-arm64-4c-16g-14984 does not seem to be running inside a container 23:13:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat 23:13:57 $ docker top f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:58 + make test 23:13:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:13:59 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:14:21 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.036s coverage: 86.2% of statements 23:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.056s coverage: 52.0% of statements 23:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.081s coverage: 54.7% of statements 23:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.038s coverage: 69.1% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.448s coverage: 61.6% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.938s coverage: 75.0% of statements 23:14:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 89.7% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.038s coverage: 80.5% of statements 23:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements 23:15:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.054s coverage: 71.0% of statements 23:15:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.015s coverage: 94.4% of statements 23:15:25 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:15:32 gofmt -l . 23:15:32 [ "`gofmt -l .`" = "" ] 23:15:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:15:33 $ docker stop --time=1 f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 23:15:35 $ docker rm -f f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 [Pipeline] // withDockerContainer [Pipeline] sh 23:15:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:15:36 Warning: overwriting stash ‘coverage-report’ 23:15:37 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 23:15:39 provisioning config files... 23:15:39 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/config836664416324695838tmp [Pipeline] { [Pipeline] sh 23:15:39 + set +x 23:15:39 + curl -s https://codecov.io/bash 23:15:39 + bash -s -- 23:15:40 23:15:40 _____ _ 23:15:40 / ____| | | 23:15:40 | | ___ __| | ___ ___ _____ __ 23:15:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:15:40 | |___| (_) | (_| | __/ (_| (_) \ V / 23:15:40 \_____\___/ \__,_|\___|\___\___/ \_/ 23:15:40 Bash-20201130-cc6d3fe 23:15:40 23:15:40 23:15:40 ==> Jenkins CI detected. 23:15:40 project root: . 23:15:40 --> token set from env 23:15:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:15:40 ==> Running gcov in . (disable via -X gcov) 23:15:40 ==> Python coveragepy not found 23:15:40 ==> Searching for coverage reports in: 23:15:40 + . 23:15:40 -> Found 1 reports 23:15:40 ==> Detecting git/mercurial file structure 23:15:40 ==> Reading reports 23:15:40 + ./coverage.out bytes=89248 23:15:40 ==> Appending adjustments 23:15:40 https://docs.codecov.io/docs/fixing-reports 23:15:40 + Found adjustments 23:15:40 ==> Gzipping contents 23:15:40 16K /tmp/codecov.rfdSML.gz 23:15:40 ==> Uploading reports 23:15:40 url: https://codecov.io 23:15:40 query: branch=PR-583&commit=f5267b6caa91b5d421be6975e9b8ea4101221ade&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-583%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=583&job=&cmd_args= 23:15:40 -> Pinging Codecov 23:15:40 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-583&commit=f5267b6caa91b5d421be6975e9b8ea4101221ade&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-583%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=583&job=&cmd_args= 23:15:41 -> Uploading to 23:15:41 https://storage.googleapis.com/codecov/v4/raw/2020-12-07/3D8B5DFFC46A037C893635FACE044666/f5267b6caa91b5d421be6975e9b8ea4101221ade/65f13dd7-acf4-4e57-a703-530cad644b77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T231540Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0705ab4c735d18e5d4231cf3025b457c8ff9ee4d1967c478e7d187f0ccfeb56 23:15:41 % Total % Received % Xferd Average Speed Time Time Time Current 23:15:41 Dload Upload Total Spent Left Speed 23:15:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15615 0 0 100 15615 0 38382 --:--:-- --:--:-- --:--:-- 38460 23:15:41 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] } 23:15:41 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 23:15:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:15:44 ---> package-listing.sh 23:15:44 ++ facter osfamily 23:15:44 ++ tr '[:upper:]' '[:lower:]' 23:15:44 + OS_FAMILY=redhat 23:15:44 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-583 23:15:44 + START_PACKAGES=/tmp/packages_start.txt 23:15:44 + END_PACKAGES=/tmp/packages_end.txt 23:15:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:15:44 + PACKAGES=/tmp/packages_start.txt 23:15:44 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-583 ']' 23:15:44 + PACKAGES=/tmp/packages_end.txt 23:15:44 + case "${OS_FAMILY}" in 23:15:44 + rpm -qa 23:15:44 + sort 23:15:49 + '[' -f /tmp/packages_start.txt ']' 23:15:49 + '[' -f /tmp/packages_end.txt ']' 23:15:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:15:49 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-583 ']' 23:15:49 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-583/archives/ 23:15:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-583/archives/ [Pipeline] echo 23:15:49 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-583/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:15:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:15:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:50 23:15:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:50 alpine: Pulling from edgex-lftools-log-publisher 23:15:50 df20fa9351a1: Pulling fs layer 23:15:50 36b3adc4ff6f: Pulling fs layer 23:15:50 8ad3a11d3b57: Pulling fs layer 23:15:50 46f8f816bc3b: Pulling fs layer 23:15:50 93b61091891f: Pulling fs layer 23:15:50 93b9cdb0e59b: Pulling fs layer 23:15:50 5e14af77c1be: Pulling fs layer 23:15:50 01666e4c0597: Pulling fs layer 23:15:50 aa168da1d23b: Pulling fs layer 23:15:50 5e14af77c1be: Waiting 23:15:50 01666e4c0597: Waiting 23:15:50 46f8f816bc3b: Waiting 23:15:50 aa168da1d23b: Waiting 23:15:50 93b61091891f: Waiting 23:15:50 93b9cdb0e59b: Waiting 23:15:50 36b3adc4ff6f: Verifying Checksum 23:15:50 36b3adc4ff6f: Download complete 23:15:50 46f8f816bc3b: Verifying Checksum 23:15:50 46f8f816bc3b: Download complete 23:15:50 df20fa9351a1: Verifying Checksum 23:15:50 df20fa9351a1: Download complete 23:15:50 93b9cdb0e59b: Verifying Checksum 23:15:50 93b9cdb0e59b: Download complete 23:15:50 93b61091891f: Verifying Checksum 23:15:50 93b61091891f: Download complete 23:15:50 5e14af77c1be: Download complete 23:15:50 01666e4c0597: Verifying Checksum 23:15:50 01666e4c0597: Download complete 23:15:51 df20fa9351a1: Pull complete 23:15:51 36b3adc4ff6f: Pull complete 23:15:51 8ad3a11d3b57: Verifying Checksum 23:15:51 8ad3a11d3b57: Download complete 23:15:52 8ad3a11d3b57: Pull complete 23:15:52 46f8f816bc3b: Pull complete 23:15:53 93b61091891f: Pull complete 23:15:53 93b9cdb0e59b: Pull complete 23:15:53 aa168da1d23b: Verifying Checksum 23:15:53 aa168da1d23b: Download complete 23:15:53 5e14af77c1be: Pull complete 23:15:53 01666e4c0597: Pull complete 23:15:59 aa168da1d23b: Pull complete 23:16:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:16:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:16:00 prd-centos7-docker-4c-2g-14973 does not seem to be running inside a container 23:16:00 $ 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-583/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-583 -v /w/workspace/ndry_app-functions-sdk-go_PR-583:/w/workspace/ndry_app-functions-sdk-go_PR-583:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-583@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:10003/edgex-lftools-log-publisher:alpine cat 23:16:04 $ docker top 44f763dfa4cdc584c9e3640fae78193d8eade4a8d71ad9c6ff5bab83fbb018fb -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:04 + touch /tmp/pre-build-complete [Pipeline] sh 23:16:04 + mkdir -p /var/log/sa [Pipeline] sh 23:16:05 + ls /var/log/sa-host 23:16:05 + sadf -c /var/log/sa-host/sa07 23:16:05 file_magic: OK 23:16:05 HZ: Using current value: 100 23:16:05 file_header: OK 23:16:05 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:16:05 Statistics: 23:16:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:16:05 File successfully converted to sysstat format version 12.2.1 23:16:05 + sadf -c /var/log/sa-host/sa23 23:16:05 file_magic: OK 23:16:05 HZ: Using current value: 100 23:16:05 file_header: OK 23:16:05 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:16:05 Statistics: 23:16:05 Hnuu...uuuununununu... 23:16:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:05 provisioning config files... 23:16:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/config8095061030952991257tmp [Pipeline] { [Pipeline] echo 23:16:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:16:05 ---> create-netrc.sh [Pipeline] } 23:16:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:16:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:16:06 ---> python-tools-install.sh [Pipeline] echo 23:16:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:16:06 ---> sudo-logs.sh 23:16:06 Archiving 'sudo' log.. [Pipeline] echo 23:16:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:16:06 ---> job-cost.sh 23:16:06 lf-activate-venv: SKIPPING 23:16:06 INFO: No Stack... 23:16:08 INFO: Retrieving Pricing Info for: v1-standard-2 23:16:08 INFO: Archiving Costs [Pipeline] echo 23:16:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:16:09 ---> logs-deploy.sh 23:16:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-583/4 23:16:09 INFO: archiving workspace using pattern(s): 23:16:11 Archives upload complete. 23:16:11 INFO: archiving logs to Nexus 23:16:11 ---> uname -a: 23:16:11 Linux prd-centos7-docker-4c-2g-14973.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:16:11 23:16:11 23:16:11 ---> lscpu: 23:16:11 Architecture: x86_64 23:16:11 CPU op-mode(s): 32-bit, 64-bit 23:16:11 Byte Order: Little Endian 23:16:11 Address sizes: 40 bits physical, 48 bits virtual 23:16:11 CPU(s): 4 23:16:11 On-line CPU(s) list: 0-3 23:16:11 Thread(s) per core: 1 23:16:11 Core(s) per socket: 1 23:16:11 Socket(s): 4 23:16:11 NUMA node(s): 1 23:16:11 Vendor ID: GenuineIntel 23:16:11 CPU family: 6 23:16:11 Model: 44 23:16:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:16:11 Stepping: 1 23:16:11 CPU MHz: 2933.436 23:16:11 BogoMIPS: 5866.87 23:16:11 Virtualization: VT-x 23:16:11 Hypervisor vendor: KVM 23:16:11 Virtualization type: full 23:16:11 L1d cache: 128 KiB 23:16:11 L1i cache: 128 KiB 23:16:11 L2 cache: 16 MiB 23:16:11 L3 cache: 64 MiB 23:16:11 NUMA node0 CPU(s): 0-3 23:16:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:16:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:16:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:16:11 Vulnerability Meltdown: Mitigation; PTI 23:16:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:16:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:16:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:16:11 Vulnerability Srbds: Not affected 23:16:11 Vulnerability Tsx async abort: Not affected 23:16:11 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:16:11 23:16:11 23:16:11 ---> nproc: 23:16:11 4 23:16:11 23:16:11 23:16:11 ---> df -h: 23:16:11 Filesystem Size Used Available Use% Mounted on 23:16:11 overlay 50.0G 7.3G 42.7G 15% / 23:16:11 tmpfs 64.0M 0 64.0M 0% /dev 23:16:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:16:11 shm 64.0M 0 64.0M 0% /dev/shm 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-583 23:16:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp 23:16:11 23:16:11 23:16:11 ---> free -m: 23:16:11 total used free shared buff/cache available 23:16:11 Mem: 1837 690 110 0 1035 1041 23:16:11 Swap: 1023 1 1022 23:16:11 23:16:11 23:16:11 ---> ip addr: 23:16:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:16:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:16:11 inet 127.0.0.1/8 scope host lo 23:16:11 valid_lft forever preferred_lft forever 23:16:11 inet6 ::1/128 scope host 23:16:11 valid_lft forever preferred_lft forever 23:16:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:16:11 link/ether fa:16:3e:f9:1d:a9 brd ff:ff:ff:ff:ff:ff 23:16:11 inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 23:16:11 valid_lft 85951sec preferred_lft 85951sec 23:16:11 inet6 fe80::f816:3eff:fef9:1da9/64 scope link 23:16:11 valid_lft forever preferred_lft forever 23:16:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:16:11 link/ether 02:42:e9:ee:74:3f brd ff:ff:ff:ff:ff:ff 23:16:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:16:11 valid_lft forever preferred_lft forever 23:16:11 inet6 fe80::42:e9ff:feee:743f/64 scope link 23:16:11 valid_lft forever preferred_lft forever 23:16:11 23:16:11 23:16:11 ---> sar -b -r -n DEV: 23:16:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:16:11 23:16:11 23:08:32 LINUX RESTART (4 CPU) 23:16:11 23:16:11 23:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:16:11 23:10:01 65.99 22.63 43.36 0.00 5613.58 5466.66 0.00 23:16:11 23:11:01 2.06 0.00 2.06 0.00 0.00 41.83 0.00 23:16:11 23:12:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 23:16:11 23:13:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 23:16:11 23:14:01 0.20 0.00 0.20 0.00 0.00 3.16 0.00 23:16:11 23:15:01 0.42 0.00 0.42 0.00 0.00 6.08 0.00 23:16:11 23:16:02 120.48 68.37 52.11 0.00 5962.33 16786.74 0.00 23:16:11 Average: 27.09 13.01 14.08 0.00 1654.61 3188.93 0.00 23:16:11 23:16:11 23:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:16:11 23:10:01 215884 0 589524 31.33 2620 1073516 1113408 38.00 398764 1068020 132 23:16:11 23:11:01 220324 0 585116 31.10 2620 1073484 1101428 37.59 400568 1062340 20 23:16:11 23:12:01 220408 0 585028 31.09 2620 1073488 1084980 37.03 397840 1065184 20 23:16:11 23:13:01 220880 0 584556 31.07 2620 1073488 1080944 36.89 408804 1053980 12 23:16:11 23:14:01 219388 0 586040 31.15 2620 1073496 1081056 36.89 408408 1055972 8 23:16:11 23:15:01 219360 0 586064 31.15 2620 1073500 1081044 36.89 420208 1044236 16 23:16:11 23:16:02 167664 0 690208 36.68 2620 1021052 1273852 43.47 459940 988760 28004 23:16:11 Average: 211987 0 600934 31.94 2620 1066003 1116673 38.11 413505 1048356 4030 23:16:11 23:16:11 23:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:16:11 23:10:01 eth0 643.18 451.20 1626.37 111.61 0.00 0.00 0.00 0.00 23:16:11 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:10:01 docker0 87.59 77.95 8.28 304.32 0.00 0.00 0.00 0.00 23:16:11 23:11:01 eth0 3.93 0.98 1.24 0.78 0.00 0.00 0.00 0.00 23:16:11 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:12:01 eth0 2.61 0.58 0.68 0.40 0.00 0.00 0.00 0.00 23:16:11 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:13:01 eth0 2.16 0.43 0.53 0.21 0.00 0.00 0.00 0.00 23:16:11 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:14:01 eth0 1.15 0.62 0.56 0.37 0.00 0.00 0.00 0.00 23:16:11 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:15:01 eth0 0.77 0.42 0.41 0.29 0.00 0.00 0.00 0.00 23:16:11 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:16:02 eth0 208.00 172.48 2173.78 19.27 0.00 0.00 0.00 0.00 23:16:11 23:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 23:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 Average: eth0 123.18 89.58 543.66 19.00 0.00 0.00 0.00 0.00 23:16:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:11 Average: docker0 12.52 11.14 1.18 43.50 0.00 0.00 0.00 0.00 23:16:11 23:16:11 23:16:11 ---> sar -P ALL: 23:16:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:16:11 23:16:11 23:08:32 LINUX RESTART (4 CPU) 23:16:11 23:16:11 23:09:01 CPU %user %nice %system %iowait %steal %idle 23:16:11 23:10:01 all 12.92 0.00 4.42 1.23 0.42 81.01 23:16:11 23:10:01 0 12.19 0.00 4.86 0.34 0.41 82.21 23:16:11 23:10:01 1 9.88 0.00 4.62 0.58 0.54 84.39 23:16:11 23:10:01 2 17.62 0.00 3.26 1.78 0.29 77.06 23:16:11 23:10:01 3 12.02 0.00 4.96 2.21 0.44 80.38 23:16:11 23:11:01 all 0.21 0.00 0.07 0.00 0.04 99.68 23:16:11 23:11:01 0 0.52 0.00 0.08 0.00 0.05 99.35 23:16:11 23:11:01 1 0.10 0.00 0.07 0.00 0.05 99.78 23:16:11 23:11:01 2 0.15 0.00 0.05 0.00 0.03 99.77 23:16:11 23:11:01 3 0.08 0.00 0.07 0.00 0.02 99.83 23:16:11 23:12:01 all 0.18 0.00 0.09 0.00 0.08 99.65 23:16:11 23:12:01 0 0.48 0.00 0.05 0.00 0.03 99.43 23:16:11 23:12:01 1 0.08 0.00 0.07 0.00 0.12 99.73 23:16:11 23:12:01 2 0.05 0.00 0.07 0.00 0.10 99.78 23:16:11 23:12:01 3 0.08 0.00 0.18 0.00 0.07 99.67 23:16:11 23:13:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:16:11 23:13:01 0 0.48 0.00 0.03 0.00 0.02 99.47 23:16:11 23:13:01 1 0.10 0.00 0.07 0.00 0.00 99.83 23:16:11 23:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:16:11 23:13:01 3 0.02 0.00 0.07 0.00 0.00 99.92 23:16:11 23:14:01 all 0.16 0.00 0.04 0.00 0.01 99.79 23:16:11 23:14:01 0 0.35 0.00 0.03 0.00 0.02 99.60 23:16:11 23:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:16:11 23:14:01 2 0.07 0.00 0.05 0.00 0.02 99.87 23:16:11 23:14:01 3 0.20 0.00 0.05 0.00 0.02 99.73 23:16:11 23:15:01 all 0.16 0.00 0.08 0.00 0.00 99.75 23:16:11 23:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:16:11 23:15:01 1 0.07 0.00 0.03 0.00 0.02 99.88 23:16:11 23:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:16:11 23:15:01 3 0.53 0.00 0.20 0.00 0.00 99.27 23:16:11 23:16:02 all 5.50 0.00 3.97 1.82 0.04 88.68 23:16:11 23:16:02 0 5.34 0.00 4.11 0.66 0.03 89.85 23:16:11 23:16:02 1 4.96 0.00 4.05 2.55 0.05 88.40 23:16:11 23:16:02 2 5.76 0.00 3.82 1.57 0.03 88.82 23:16:11 23:16:02 3 5.92 0.00 3.90 2.50 0.03 87.65 23:16:11 Average: all 2.73 0.00 1.23 0.43 0.08 95.53 23:16:11 Average: 0 2.74 0.00 1.30 0.14 0.08 95.74 23:16:11 Average: 1 2.15 0.00 1.26 0.44 0.11 96.03 23:16:11 Average: 2 3.35 0.00 1.03 0.47 0.07 95.08 23:16:11 Average: 3 2.66 0.00 1.33 0.66 0.08 95.26 23:16:11 23:16:11 23:16:11