Pull request #590 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 89754dbca8182c530a74c7cbe9c170f60c701bd4+d78c271fc58e0b0b1163e796583a0e1e72dfcd52 (c992506b7f50f430d13247c3f3b552a52c92521a) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16626 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [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-590 # 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/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) > git config core.sparsecheckout # timeout=10 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # 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 d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:22:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:22:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:22:18 ========================================================= 21:22:18 EdgeX Global Pipelines Version Info 21:22:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8c829503a05bf2b687055cb76a1f3ca971a7b4c4 # timeout=10 21:22:20 ------------------- 21:22:20 stable info: 21:22:20 ------------------- 21:22:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:22:20 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:22:20 Message: update stable to v1.0.173 21:22:21 ------------------- 21:22:21 experimental info: 21:22:21 ------------------- 21:22:21 Commited By: **** collab-it+edgex@linuxfoundation.org 21:22:21 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:22:21 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:22:21 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:22:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:22:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:22:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:22:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-590 [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-590 [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-590 [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] echo 21:22:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89754db [Pipeline] echo 21:22:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:22:25 + git log --format=format:%s -1 89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] echo 21:22:25 GIT_COMMIT: 89754dbca8182c530a74c7cbe9c170f60c701bd4, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 21:22:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:26 21:22:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:22:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:27 latest: Pulling from edgex-devops/git-semver 21:22:27 31603596830f: Pulling fs layer 21:22:27 2a8b12db71e7: Pulling fs layer 21:22:27 6ca5941a6612: Pulling fs layer 21:22:27 ecc8261a40a4: Pulling fs layer 21:22:27 ecc8261a40a4: Waiting 21:22:27 2a8b12db71e7: Verifying Checksum 21:22:27 2a8b12db71e7: Download complete 21:22:27 31603596830f: Verifying Checksum 21:22:27 31603596830f: Download complete 21:22:27 ecc8261a40a4: Verifying Checksum 21:22:27 ecc8261a40a4: Download complete 21:22:27 6ca5941a6612: Verifying Checksum 21:22:27 6ca5941a6612: Download complete 21:22:27 31603596830f: Pull complete 21:22:27 2a8b12db71e7: Pull complete 21:22:28 6ca5941a6612: Pull complete 21:22:28 ecc8261a40a4: Pull complete 21:22:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:22:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:22:29 prd-centos7-docker-4c-2g-16626 does not seem to be running inside a container 21:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-590 -v /w/workspace/ndry_app-functions-sdk-go_PR-590:/w/workspace/ndry_app-functions-sdk-go_PR-590:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-590@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 21:22:31 $ docker top e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:22:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:22:31 [ssh-agent] Looking for ssh-agent implementation... 21:22:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:22:31 $ docker exec e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent 21:22:32 SSH_AUTH_SOCK=/tmp/ssh-ygcpoDvX02nY/agent.12 21:22:32 SSH_AGENT_PID=17 21:22:32 Running ssh-add (command line suppressed) 21:22:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_6739400430529201919.key (/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_6739400430529201919.key) 21:22:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:22:32 + git tag --points-at HEAD [Pipeline] } 21:22:32 $ docker exec --env ******** --env ******** e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent -k 21:22:32 unset SSH_AUTH_SOCK; 21:22:32 unset SSH_AGENT_PID; 21:22:32 echo Agent pid 17 killed; 21:22:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:22:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:22:32 [ssh-agent] Looking for ssh-agent implementation... 21:22:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:22:33 $ docker exec e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent 21:22:33 SSH_AUTH_SOCK=/tmp/ssh-OJe6jOOdJFs8/agent.45 21:22:33 SSH_AGENT_PID=51 21:22:33 Running ssh-add (command line suppressed) 21:22:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_2156209796366857797.key (/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_2156209796366857797.key) 21:22:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:22:33 + git semver init 21:22:33 # -> Open(): unable to determine branch for HEAD 21:22:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-590/.git 21:22:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-590 21:22:33 # $SEMVER_REMOTE_NAME = origin 21:22:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:22:33 # $SEMVER_USER_NAME = edgex-jenkins 21:22:33 # $SEMVER_BRANCH = PR-590 21:22:33 # $SEMVER_TEMP = /tmp/semver-574414833 21:22:33 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:22:36 # '/tmp/semver-574414833' -> '/w/workspace/ndry_app-functions-sdk-go_PR-590/.semver' 21:22:36 # -> Force: false 21:22:36 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-590/.semver [Pipeline] } 21:22:36 $ docker exec --env ******** --env ******** e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent -k 21:22:36 unset SSH_AUTH_SOCK; 21:22:36 unset SSH_AGENT_PID; 21:22:36 echo Agent pid 51 killed; 21:22:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:22:37 + git semver [Pipeline] } 21:22:37 $ docker stop --time=1 e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 21:22:38 $ docker rm -f e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 [Pipeline] // withDockerContainer [Pipeline] sh 21:22:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:22:39 Stashed 1 file(s) [Pipeline] echo 21:22:39 [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 21:22:55 Still waiting to schedule task 21:22:55 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:22:55 Still waiting to schedule task 21:22:55 ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16613’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16615’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16620’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16624’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16614’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16628’ is offline 21:24:31 Running on prd-centos7-docker-4c-2g-16632 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [Pipeline] { [Pipeline] ws 21:24:31 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 21:24:38 using credential edgex-jenkins-ssh 21:24:38 Cloning the remote Git repository 21:24:38 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:24:38 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 21:24:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:24:38 > git --version # timeout=10 21:24:38 > git --version # 'git version 2.24.3' 21:24:38 using GIT_SSH to set credentials SSH Credentials for GitHub 21:24:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:24:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:24:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:24:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:24:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:24:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:24:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:24:44 Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 21:24:45 Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 21:24:45 Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) 21:24:44 > git config core.sparsecheckout # timeout=10 21:24:44 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 21:24:44 > git remote # timeout=10 21:24:45 > git config --get remote.origin.url # timeout=10 21:24:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:24:45 > git merge d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 21:24:45 > git rev-parse HEAD^{commit} # timeout=10 21:24:45 > git config core.sparsecheckout # timeout=10 21:24:45 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 21:24:49 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:24:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:24:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:24:52 + true 21:24:52 + sudo service docker restart 21:24:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:24:54 ========================================================= 21:24:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:24:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:24:54 + 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 . 21:24:55 Sending build context to Docker daemon 19.15MB 21:24:55 Step 1/8 : ARG BASE=golang:1.15-alpine 21:24:55 Step 2/8 : FROM ${BASE} 21:24:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:24:55 188c0c94c7c5: Pulling fs layer 21:24:55 0ef7d3d256c8: Pulling fs layer 21:24:55 de9db76c5a1d: Pulling fs layer 21:24:55 bca2f99d35d6: Pulling fs layer 21:24:55 93359f2a8cfa: Pulling fs layer 21:24:55 7c6f9722023f: Pulling fs layer 21:24:55 a35cf1a2eb13: Pulling fs layer 21:24:55 93359f2a8cfa: Waiting 21:24:55 7c6f9722023f: Waiting 21:24:55 a35cf1a2eb13: Waiting 21:24:55 bca2f99d35d6: Waiting 21:24:55 de9db76c5a1d: Download complete 21:24:55 0ef7d3d256c8: Verifying Checksum 21:24:55 0ef7d3d256c8: Download complete 21:24:55 93359f2a8cfa: Download complete 21:24:55 7c6f9722023f: Verifying Checksum 21:24:55 7c6f9722023f: Download complete 21:24:56 188c0c94c7c5: Verifying Checksum 21:24:56 188c0c94c7c5: Download complete 21:24:56 188c0c94c7c5: Pull complete 21:24:56 0ef7d3d256c8: Pull complete 21:24:56 de9db76c5a1d: Pull complete 21:25:04 a35cf1a2eb13: Verifying Checksum 21:25:04 a35cf1a2eb13: Download complete 21:25:04 bca2f99d35d6: Verifying Checksum 21:25:04 bca2f99d35d6: Download complete 21:25:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16633 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [Pipeline] { [Pipeline] ws 21:25:10 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 21:25:14 bca2f99d35d6: Pull complete 21:25:14 93359f2a8cfa: Pull complete 21:25:14 7c6f9722023f: Pull complete 21:25:16 using credential edgex-jenkins-ssh 21:25:16 Cloning the remote Git repository 21:25:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:16 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 21:25:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:16 > git --version # timeout=10 21:25:16 > git --version # 'git version 2.17.1' 21:25:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:22 a35cf1a2eb13: Pull complete 21:25:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:25:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:25:22 ---> a62c8e92a672 21:25:22 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:25:22 latest: Pulling from library/docker 21:25:22 05e7bc50f07f: Pulling fs layer 21:25:22 6db28d0fdbf6: Pulling fs layer 21:25:22 292df0bc6bf3: Pulling fs layer 21:25:22 a3104fdc50d0: Pulling fs layer 21:25:22 a8e67d69e12c: Pulling fs layer 21:25:22 1ede2b221ee4: Pulling fs layer 21:25:22 fc74c0d5b799: Pulling fs layer 21:25:22 a3104fdc50d0: Waiting 21:25:22 a8e67d69e12c: Waiting 21:25:22 fc74c0d5b799: Waiting 21:25:22 1ede2b221ee4: Waiting 21:25:22 292df0bc6bf3: Download complete 21:25:22 6db28d0fdbf6: Verifying Checksum 21:25:22 6db28d0fdbf6: Download complete 21:25:22 05e7bc50f07f: Verifying Checksum 21:25:22 a8e67d69e12c: Verifying Checksum 21:25:22 a8e67d69e12c: Download complete 21:25:22 1ede2b221ee4: Verifying Checksum 21:25:22 1ede2b221ee4: Download complete 21:25:22 fc74c0d5b799: Verifying Checksum 21:25:22 fc74c0d5b799: Download complete 21:25:22 05e7bc50f07f: Pull complete 21:25:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:25:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:25:22 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:22 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:25:23 Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 21:25:23 6db28d0fdbf6: Pull complete 21:25:23 292df0bc6bf3: Pull complete 21:25:23 Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 21:25:23 Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) 21:25:24 a3104fdc50d0: Download complete 21:25:23 > git config core.sparsecheckout # timeout=10 21:25:23 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 21:25:23 > git remote # timeout=10 21:25:23 > git config --get remote.origin.url # timeout=10 21:25:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:23 > git merge d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 21:25:23 > git rev-parse HEAD^{commit} # timeout=10 21:25:23 > git config core.sparsecheckout # timeout=10 21:25:23 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 21:25:27 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:25:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:25:29 a3104fdc50d0: Pull complete 21:25:29 a8e67d69e12c: Pull complete 21:25:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:25:30 1ede2b221ee4: Pull complete 21:25:30 fc74c0d5b799: Pull complete 21:25:30 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 21:25:30 + sudo service docker restart 21:25:30 + true 21:25:30 Status: Downloaded newer image for docker:latest [Pipeline] unstash [Pipeline] echo 21:25:32 ========================================================= 21:25:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:25:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:25:32 + 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 . 21:25:33 ---> 6132600a066e 21:25:33 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:25:33 ---> Running in 9524dd098378 21:25:33 Removing intermediate container 9524dd098378 21:25:33 ---> 927260e8ca6d 21:25:33 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:25:33 ---> Running in 4a3f9398d975 21:25:33 Sending build context to Docker daemon 19.15MB 21:25:33 Step 1/8 : ARG BASE=golang:1.15-alpine 21:25:33 Step 2/8 : FROM ${BASE} 21:25:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:25:34 5f621e34cdf4: Pulling fs layer 21:25:34 a4357932f1b6: Pulling fs layer 21:25:34 18c013af1878: Pulling fs layer 21:25:34 00ac8860ef70: Pulling fs layer 21:25:34 63d7cb157983: Pulling fs layer 21:25:34 b116817d02f9: Pulling fs layer 21:25:34 745a02a5169b: Pulling fs layer 21:25:34 00ac8860ef70: Waiting 21:25:34 63d7cb157983: Waiting 21:25:34 b116817d02f9: Waiting 21:25:34 745a02a5169b: Waiting 21:25:34 18c013af1878: Verifying Checksum 21:25:34 18c013af1878: Download complete 21:25:34 a4357932f1b6: Verifying Checksum 21:25:34 a4357932f1b6: Download complete 21:25:34 63d7cb157983: Verifying Checksum 21:25:34 63d7cb157983: Download complete 21:25:34 b116817d02f9: Verifying Checksum 21:25:34 b116817d02f9: Download complete 21:25:34 5f621e34cdf4: Verifying Checksum 21:25:34 5f621e34cdf4: Download complete 21:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:35 5f621e34cdf4: Pull complete 21:25:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:35 a4357932f1b6: Pull complete 21:25:35 18c013af1878: Pull complete 21:25:36 745a02a5169b: Verifying Checksum 21:25:36 745a02a5169b: Download complete 21:25:38 (1/5) Installing libsodium (1.0.18-r0) 21:25:38 (2/5) Installing libzmq (4.3.3-r0) 21:25:38 00ac8860ef70: Verifying Checksum 21:25:38 00ac8860ef70: Download complete 21:25:39 (3/5) Installing pkgconf (1.7.2-r0) 21:25:39 (4/5) Installing libsodium-dev (1.0.18-r0) 21:25:39 (5/5) Installing zeromq-dev (4.3.3-r0) 21:25:39 Executing busybox-1.31.1-r19.trigger 21:25:39 OK: 167 MiB in 44 packages 21:25:40 Removing intermediate container 4a3f9398d975 21:25:40 ---> aa56138686af 21:25:40 Step 6/8 : WORKDIR /build 21:25:40 ---> Running in 012402509fc4 21:25:40 Removing intermediate container 012402509fc4 21:25:40 ---> e307c799d857 21:25:40 Step 7/8 : COPY go.mod . 21:25:41 ---> 7b10b8e7ecc6 21:25:41 Step 8/8 : RUN go mod download 21:25:41 ---> Running in 3f9c0b68a089 21:25:49 00ac8860ef70: Pull complete 21:25:49 63d7cb157983: Pull complete 21:25:49 b116817d02f9: Pull complete 21:25:52 745a02a5169b: Pull complete 21:25:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:25:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:25:53 ---> b7e6874047d6 21:25:53 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:25:53 latest: Pulling from library/docker 21:25:53 a3cc7d3b244e: Pulling fs layer 21:25:53 02a3295e0d61: Pulling fs layer 21:25:53 0f4f2e6d8100: Pulling fs layer 21:25:53 065c9533d613: Pulling fs layer 21:25:53 9fce0df16b8b: Pulling fs layer 21:25:53 e3faa53604c1: Pulling fs layer 21:25:53 04b5adaa2053: Pulling fs layer 21:25:53 065c9533d613: Waiting 21:25:53 9fce0df16b8b: Waiting 21:25:53 e3faa53604c1: Waiting 21:25:53 04b5adaa2053: Waiting 21:25:53 0f4f2e6d8100: Verifying Checksum 21:25:53 0f4f2e6d8100: Download complete 21:25:53 02a3295e0d61: Verifying Checksum 21:25:53 02a3295e0d61: Download complete 21:25:53 9fce0df16b8b: Verifying Checksum 21:25:53 9fce0df16b8b: Download complete 21:25:53 a3cc7d3b244e: Verifying Checksum 21:25:53 a3cc7d3b244e: Download complete 21:25:53 e3faa53604c1: Verifying Checksum 21:25:53 e3faa53604c1: Download complete 21:25:53 04b5adaa2053: Verifying Checksum 21:25:53 04b5adaa2053: Download complete 21:25:53 a3cc7d3b244e: Pull complete 21:25:54 02a3295e0d61: Pull complete 21:25:54 065c9533d613: Verifying Checksum 21:25:54 065c9533d613: Download complete 21:25:54 0f4f2e6d8100: Pull complete 21:25:59 065c9533d613: Pull complete 21:25:59 9fce0df16b8b: Pull complete 21:25:59 e3faa53604c1: Pull complete 21:25:59 04b5adaa2053: Pull complete 21:25:59 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 21:25:59 Status: Downloaded newer image for docker:latest 21:26:06 ---> 8d662686d5f5 21:26:06 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:26:06 ---> Running in 2562fef10427 21:26:06 Removing intermediate container 2562fef10427 21:26:06 ---> 684c6ae3d903 21:26:06 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:26:06 ---> Running in 9fe72381d2d3 21:26:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:08 Removing intermediate container 3f9c0b68a089 21:26:08 ---> 28baba66a7cc 21:26:08 Successfully built 28baba66a7cc 21:26:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:26:08 + docker inspect -f . ci-base-image-x86_64 21:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:08 . [Pipeline] withDockerContainer 21:26:09 prd-centos7-docker-4c-2g-16632 does not seem to be running inside a container 21:26:09 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:26:10 $ docker top 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 -eo pid,comm 21:26:10 (1/5) Installing libsodium (1.0.18-r0) 21:26:10 (2/5) Installing libzmq (4.3.3-r0) 21:26:10 (3/5) Installing pkgconf (1.7.2-r0) [Pipeline] { [Pipeline] sh 21:26:10 (4/5) Installing libsodium-dev (1.0.18-r0) 21:26:10 (5/5) Installing zeromq-dev (4.3.3-r0) 21:26:10 Executing busybox-1.31.1-r19.trigger 21:26:10 OK: 144 MiB in 44 packages 21:26:10 + go version 21:26:11 go version go1.15.5 linux/amd64 [Pipeline] } 21:26:11 $ docker stop --time=1 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 21:26:12 Removing intermediate container 9fe72381d2d3 21:26:12 ---> 294d616c8d0b 21:26:12 Step 6/8 : WORKDIR /build 21:26:12 ---> Running in 370233838f65 21:26:12 Removing intermediate container 370233838f65 21:26:12 ---> 8f3a594ecd2f 21:26:12 Step 7/8 : COPY go.mod . 21:26:12 $ docker rm -f 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:26:13 ---> e850c32d5a2f 21:26:13 Step 8/8 : RUN go mod download 21:26:13 ---> Running in 4302a0a1c375 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:14 + docker inspect -f . ci-base-image-x86_64 21:26:14 . [Pipeline] withDockerContainer 21:26:14 prd-centos7-docker-4c-2g-16632 does not seem to be running inside a container 21:26:14 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:26:16 $ docker top 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:16 + make test 21:26:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:26:19 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:26:32 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.064s coverage: 86.2% of statements 21:26:40 Removing intermediate container 4302a0a1c375 21:26:40 ---> 4f42a628c659 21:26:40 Successfully built 4f42a628c659 21:26:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:26:40 + docker inspect -f . ci-base-image-arm64 21:26:40 . [Pipeline] withDockerContainer 21:26:40 prd-ubuntu18.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container 21:26:40 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:26:42 $ docker top 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:43 + go version 21:26:43 go version go1.15.5 linux/arm64 [Pipeline] } 21:26:43 $ docker stop --time=1 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 21:26:45 $ docker rm -f 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:46 + docker inspect -f . ci-base-image-arm64 21:26:46 . [Pipeline] withDockerContainer 21:26:46 prd-ubuntu18.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container 21:26:46 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:26:47 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.050s coverage: 50.5% of statements 21:26:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:26:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:26:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.064s coverage: 54.7% of statements 21:26:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:26:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.073s coverage: 69.1% of statements 21:26:48 $ docker top a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:49 + make test 21:26:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:26:50 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.454s coverage: 61.6% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.062s coverage: 100.0% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.032s coverage: 100.0% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.7% of statements 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.020s coverage: 8.8% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.980s coverage: 75.0% of statements 21:27:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.032s coverage: 89.7% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.014s coverage: 88.9% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements 21:27:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.036s coverage: 71.7% of statements 21:27:12 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.056s coverage: 86.2% of statements 21:27:22 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.043s coverage: 81.6% of statements 21:27:22 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements 21:27:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:27:28 gofmt -l . 21:27:28 [ "`gofmt -l .`" = "" ] 21:27:28 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:27:29 $ docker stop --time=1 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 21:27:31 $ docker rm -f 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 [Pipeline] // withDockerContainer [Pipeline] sh 21:27:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:27:32 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] } 21:27:39 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.053s coverage: 50.5% of statements 21:27:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:27:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:27:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.084s coverage: 54.7% of statements 21:27:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:27:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.439s coverage: 61.6% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements 21:27:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements 21:27:49 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 21:27:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.033s coverage: 89.7% of statements 21:27:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 21:27:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements 21:27:49 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements 21:28:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.056s coverage: 81.6% of statements 21:28:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 21:28:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:28:23 gofmt -l . 21:28:24 [ "`gofmt -l .`" = "" ] 21:28:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 21:28:25 $ docker stop --time=1 a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 21:28:27 $ docker rm -f a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 [Pipeline] // withDockerContainer [Pipeline] sh 21:28:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:28:28 Warning: overwriting stash ‘coverage-report’ 21:28:29 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 21:28:31 provisioning config files... 21:28:31 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/config5643485665430699284tmp [Pipeline] { [Pipeline] sh 21:28:31 + set +x 21:28:31 + curl -s https://codecov.io/bash 21:28:31 + bash -s -- 21:28:31 21:28:31 _____ _ 21:28:31 / ____| | | 21:28:31 | | ___ __| | ___ ___ _____ __ 21:28:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:28:31 | |___| (_) | (_| | __/ (_| (_) \ V / 21:28:31 \_____\___/ \__,_|\___|\___\___/ \_/ 21:28:31 Bash-20201217-3d3df35 21:28:31 21:28:31 21:28:31 git version 2.24.3 found 21:28:31 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 21:28:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:28:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 21:28:31 ==> Jenkins CI detected. 21:28:31 project root: . 21:28:31 --> token set from env 21:28:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:28:31 ==> Running gcov in . (disable via -X gcov) 21:28:31 ==> Python coveragepy not found 21:28:31 ==> Searching for coverage reports in: 21:28:31 + . 21:28:31 -> Found 1 reports 21:28:31 ==> Detecting git/mercurial file structure 21:28:31 ==> Reading reports 21:28:31 + ./coverage.out bytes=85267 21:28:31 ==> Appending adjustments 21:28:31 https://docs.codecov.io/docs/fixing-reports 21:28:32 + Found adjustments 21:28:32 ==> Gzipping contents 21:28:32 16K /tmp/codecov.tmh8H8.gz 21:28:32 ==> Uploading reports 21:28:32 url: https://codecov.io 21:28:32 query: branch=PR-590&commit=89754dbca8182c530a74c7cbe9c170f60c701bd4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-590%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=590&job=&cmd_args= 21:28:32 -> Pinging Codecov 21:28:32 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-590&commit=89754dbca8182c530a74c7cbe9c170f60c701bd4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-590%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=590&job=&cmd_args= 21:28:33 -> Uploading to 21:28:33 https://storage.googleapis.com/codecov/v4/raw/2020-12-17/3D8B5DFFC46A037C893635FACE044666/89754dbca8182c530a74c7cbe9c170f60c701bd4/f5e48011-5ce5-47d7-b4d1-581b248ff2a0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T212832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fec417284f44a30b5d4cfc5d32c8022c92c597189fa05196a56d019fe995c0f 21:28:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:28:33 Dload Upload Total Spent Left Speed 21:28:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15075 0 0 100 15075 0 34398 --:--:-- --:--:-- --:--:-- 34417 21:28:33 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] } 21:28:33 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 21:28:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:28:36 ---> package-listing.sh 21:28:36 ++ facter osfamily 21:28:36 ++ tr '[:upper:]' '[:lower:]' 21:28:36 + OS_FAMILY=redhat 21:28:36 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-590 21:28:36 + START_PACKAGES=/tmp/packages_start.txt 21:28:36 + END_PACKAGES=/tmp/packages_end.txt 21:28:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:28:36 + PACKAGES=/tmp/packages_start.txt 21:28:36 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-590 ']' 21:28:36 + PACKAGES=/tmp/packages_end.txt 21:28:36 + case "${OS_FAMILY}" in 21:28:36 + rpm -qa 21:28:36 + sort 21:28:41 + '[' -f /tmp/packages_start.txt ']' 21:28:41 + '[' -f /tmp/packages_end.txt ']' 21:28:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:28:41 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-590 ']' 21:28:41 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-590/archives/ 21:28:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-590/archives/ [Pipeline] echo 21:28:41 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-590/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:28:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:28:42 21:28:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:28:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:28:42 alpine: Pulling from edgex-lftools-log-publisher 21:28:42 df20fa9351a1: Pulling fs layer 21:28:42 36b3adc4ff6f: Pulling fs layer 21:28:42 8ad3a11d3b57: Pulling fs layer 21:28:42 46f8f816bc3b: Pulling fs layer 21:28:42 93b61091891f: Pulling fs layer 21:28:42 93b9cdb0e59b: Pulling fs layer 21:28:42 5e14af77c1be: Pulling fs layer 21:28:42 01666e4c0597: Pulling fs layer 21:28:42 aa168da1d23b: Pulling fs layer 21:28:42 46f8f816bc3b: Waiting 21:28:42 93b61091891f: Waiting 21:28:42 93b9cdb0e59b: Waiting 21:28:42 5e14af77c1be: Waiting 21:28:42 01666e4c0597: Waiting 21:28:42 aa168da1d23b: Waiting 21:28:42 36b3adc4ff6f: Download complete 21:28:42 46f8f816bc3b: Verifying Checksum 21:28:42 46f8f816bc3b: Download complete 21:28:42 df20fa9351a1: Verifying Checksum 21:28:42 93b9cdb0e59b: Verifying Checksum 21:28:42 93b9cdb0e59b: Download complete 21:28:42 5e14af77c1be: Verifying Checksum 21:28:42 5e14af77c1be: Download complete 21:28:42 01666e4c0597: Download complete 21:28:42 93b61091891f: Verifying Checksum 21:28:42 93b61091891f: Download complete 21:28:42 8ad3a11d3b57: Verifying Checksum 21:28:42 8ad3a11d3b57: Download complete 21:28:43 df20fa9351a1: Pull complete 21:28:43 36b3adc4ff6f: Pull complete 21:28:44 8ad3a11d3b57: Pull complete 21:28:44 46f8f816bc3b: Pull complete 21:28:44 93b61091891f: Pull complete 21:28:44 93b9cdb0e59b: Pull complete 21:28:44 aa168da1d23b: Verifying Checksum 21:28:44 aa168da1d23b: Download complete 21:28:44 5e14af77c1be: Pull complete 21:28:45 01666e4c0597: Pull complete 21:28:53 aa168da1d23b: Pull complete 21:28:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:28:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:28:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:28:53 prd-centos7-docker-4c-2g-16626 does not seem to be running inside a container 21:28:53 $ 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-590/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-590 -v /w/workspace/ndry_app-functions-sdk-go_PR-590:/w/workspace/ndry_app-functions-sdk-go_PR-590:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-590@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 21:28:57 $ docker top 1d53c0cc1d33c1cbef64c49710ea93b988a33265979388f41de3fd7940d6d6a9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:28:57 + touch /tmp/pre-build-complete [Pipeline] sh 21:28:57 + mkdir -p /var/log/sa [Pipeline] sh 21:28:58 + ls /var/log/sa-host 21:28:58 + sadf -c /var/log/sa-host/sa17 21:28:58 file_magic: OK 21:28:58 HZ: Using current value: 100 21:28:58 file_header: OK 21:28:58 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 21:28:58 Statistics: 21:28:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:28:58 File successfully converted to sysstat format version 12.2.1 21:28:58 + sadf -c /var/log/sa-host/sa23 21:28:58 file_magic: OK 21:28:58 HZ: Using current value: 100 21:28:58 file_header: OK 21:28:58 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 21:28:58 Statistics: 21:28:58 Hnuu...uuuununununu... 21:28:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:28:58 provisioning config files... 21:28:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/config5183822556950090680tmp [Pipeline] { [Pipeline] echo 21:28:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:28:58 ---> create-netrc.sh [Pipeline] } 21:28:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:28:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:28:59 ---> python-tools-install.sh [Pipeline] echo 21:28:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:28:59 ---> sudo-logs.sh 21:28:59 Archiving 'sudo' log.. [Pipeline] echo 21:28:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:28:59 ---> job-cost.sh 21:28:59 lf-activate-venv: SKIPPING 21:28:59 INFO: No Stack... 21:29:01 INFO: Retrieving Pricing Info for: v1-standard-2 21:29:01 INFO: Archiving Costs [Pipeline] echo 21:29:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:29:01 ---> logs-deploy.sh 21:29:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-590/4 21:29:01 INFO: archiving workspace using pattern(s): 21:29:03 Archives upload complete. 21:29:03 INFO: archiving logs to Nexus 21:29:04 ---> uname -a: 21:29:04 Linux prd-centos7-docker-4c-2g-16626.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:29:04 21:29:04 21:29:04 ---> lscpu: 21:29:04 Architecture: x86_64 21:29:04 CPU op-mode(s): 32-bit, 64-bit 21:29:04 Byte Order: Little Endian 21:29:04 Address sizes: 40 bits physical, 48 bits virtual 21:29:04 CPU(s): 4 21:29:04 On-line CPU(s) list: 0-3 21:29:04 Thread(s) per core: 1 21:29:04 Core(s) per socket: 1 21:29:04 Socket(s): 4 21:29:04 NUMA node(s): 1 21:29:04 Vendor ID: GenuineIntel 21:29:04 CPU family: 6 21:29:04 Model: 44 21:29:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:29:04 Stepping: 1 21:29:04 CPU MHz: 2933.438 21:29:04 BogoMIPS: 5866.87 21:29:04 Virtualization: VT-x 21:29:04 Hypervisor vendor: KVM 21:29:04 Virtualization type: full 21:29:04 L1d cache: 128 KiB 21:29:04 L1i cache: 128 KiB 21:29:04 L2 cache: 16 MiB 21:29:04 L3 cache: 64 MiB 21:29:04 NUMA node0 CPU(s): 0-3 21:29:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:29:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:29:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:29:04 Vulnerability Meltdown: Mitigation; PTI 21:29:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:29:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:29:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:29:04 Vulnerability Srbds: Not affected 21:29:04 Vulnerability Tsx async abort: Not affected 21:29:04 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 21:29:04 21:29:04 21:29:04 ---> nproc: 21:29:04 4 21:29:04 21:29:04 21:29:04 ---> df -h: 21:29:04 Filesystem Size Used Available Use% Mounted on 21:29:04 overlay 50.0G 7.3G 42.7G 15% / 21:29:04 tmpfs 64.0M 0 64.0M 0% /dev 21:29:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:29:04 shm 64.0M 0 64.0M 0% /dev/shm 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-590 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp 21:29:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 21:29:04 21:29:04 21:29:04 ---> free -m: 21:29:04 total used free shared buff/cache available 21:29:04 Mem: 1837 702 105 0 1029 1030 21:29:04 Swap: 1023 1 1022 21:29:04 21:29:04 21:29:04 ---> ip addr: 21:29:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:29:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:29:04 inet 127.0.0.1/8 scope host lo 21:29:04 valid_lft forever preferred_lft forever 21:29:04 inet6 ::1/128 scope host 21:29:04 valid_lft forever preferred_lft forever 21:29:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:29:04 link/ether fa:16:3e:73:2a:36 brd ff:ff:ff:ff:ff:ff 21:29:04 inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 21:29:04 valid_lft 85961sec preferred_lft 85961sec 21:29:04 inet6 fe80::f816:3eff:fe73:2a36/64 scope link 21:29:04 valid_lft forever preferred_lft forever 21:29:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:29:04 link/ether 02:42:e1:a4:7d:f3 brd ff:ff:ff:ff:ff:ff 21:29:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:29:04 valid_lft forever preferred_lft forever 21:29:04 inet6 fe80::42:e1ff:fea4:7df3/64 scope link 21:29:04 valid_lft forever preferred_lft forever 21:29:04 21:29:04 21:29:04 ---> sar -b -r -n DEV: 21:29:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 21:29:04 21:29:04 21:21:34 LINUX RESTART (4 CPU) 21:29:04 21:29:04 21:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:29:04 21:23:01 83.57 33.67 49.91 0.00 7290.93 5808.60 0.00 21:29:04 21:24:01 2.41 0.00 2.41 0.00 0.00 52.79 0.00 21:29:04 21:25:01 0.57 0.00 0.57 0.00 0.00 9.59 0.00 21:29:04 21:26:01 0.28 0.00 0.28 0.00 0.00 4.31 0.00 21:29:04 21:27:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 21:29:04 21:28:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 21:29:04 Average: 14.60 5.61 8.98 0.00 1215.90 981.61 0.00 21:29:04 21:29:04 21:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:29:04 21:23:01 230048 0 593832 31.56 2620 1055044 1097836 37.47 398376 1054412 128 21:29:04 21:24:01 232156 0 591548 31.44 2620 1055220 1090996 37.23 403072 1048048 32 21:29:04 21:25:01 230656 0 593100 31.52 2620 1055168 1086920 37.09 404420 1048300 20 21:29:04 21:26:01 231356 0 592400 31.48 2620 1055168 1086932 37.10 408956 1043732 16 21:29:04 21:27:01 232988 0 590760 31.40 2620 1055176 1074548 36.67 405300 1045852 8 21:29:04 21:28:01 230660 0 593084 31.52 2620 1055180 1074620 36.67 421700 1032248 8 21:29:04 Average: 231311 0 592454 31.49 2620 1055159 1085309 37.04 406971 1045432 35 21:29:04 21:29:04 21:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:29:04 21:23:01 eth0 692.61 480.98 1655.31 113.73 0.00 0.00 0.00 0.00 21:29:04 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:23:01 docker0 89.82 79.15 7.73 304.58 0.00 0.00 0.00 0.00 21:29:04 21:24:01 eth0 3.45 0.82 0.97 0.59 0.00 0.00 0.00 0.00 21:29:04 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:25:01 eth0 1.65 0.72 0.63 0.41 0.00 0.00 0.00 0.00 21:29:04 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:26:01 eth0 0.53 0.32 0.27 0.23 0.00 0.00 0.00 0.00 21:29:04 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:27:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:29:04 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:28:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 21:29:04 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 Average: eth0 116.53 80.56 276.39 19.18 0.00 0.00 0.00 0.00 21:29:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:29:04 Average: docker0 14.98 13.20 1.29 50.79 0.00 0.00 0.00 0.00 21:29:04 21:29:04 21:29:04 ---> sar -P ALL: 21:29:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 21:29:04 21:29:04 21:21:34 LINUX RESTART (4 CPU) 21:29:04 21:29:04 21:22:01 CPU %user %nice %system %iowait %steal %idle 21:29:04 21:23:01 all 13.82 0.00 4.82 2.46 0.03 78.86 21:29:04 21:23:01 0 13.91 0.00 5.47 2.54 0.03 78.05 21:29:04 21:23:01 1 15.59 0.00 4.74 2.99 0.02 76.67 21:29:04 21:23:01 2 12.65 0.00 4.71 2.64 0.05 79.95 21:29:04 21:23:01 3 13.14 0.00 4.37 1.69 0.02 80.79 21:29:04 21:24:01 all 0.16 0.00 0.05 0.00 0.00 99.78 21:29:04 21:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:29:04 21:24:01 1 0.13 0.00 0.07 0.00 0.00 99.80 21:29:04 21:24:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:29:04 21:24:01 3 0.42 0.00 0.07 0.00 0.00 99.52 21:29:04 21:25:01 all 0.18 0.00 0.04 0.00 0.00 99.78 21:29:04 21:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:29:04 21:25:01 1 0.58 0.00 0.03 0.00 0.00 99.38 21:29:04 21:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:29:04 21:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:29:04 21:26:01 all 0.12 0.00 0.03 0.00 0.00 99.85 21:29:04 21:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:29:04 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:29:04 21:26:01 2 0.42 0.00 0.03 0.00 0.00 99.55 21:29:04 21:26:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:29:04 21:27:01 all 0.17 0.00 0.03 0.00 0.01 99.80 21:29:04 21:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:29:04 21:27:01 1 0.07 0.00 0.03 0.00 0.02 99.88 21:29:04 21:27:01 2 0.53 0.00 0.00 0.00 0.02 99.45 21:29:04 21:27:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:29:04 21:28:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:29:04 21:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:29:04 21:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:29:04 21:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:29:04 21:28:01 3 0.02 0.00 0.12 0.00 0.00 99.87 21:29:04 Average: all 2.41 0.00 0.83 0.41 0.01 96.35 21:29:04 Average: 0 2.31 0.00 0.92 0.42 0.01 96.34 21:29:04 Average: 1 2.72 0.00 0.82 0.49 0.01 95.97 21:29:04 Average: 2 2.34 0.00 0.80 0.43 0.01 96.41 21:29:04 Average: 3 2.26 0.00 0.77 0.28 0.00 96.69 21:29:04 21:29:04 21:29:04