Pull request #546 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 26f67bfd46c7db7613104447875bc96d4605617a+c65eb7284499b1fbc1e27f04cbc0044a46fbe13c (b94e193faf8491dd9c98192cd78feb604cb0d80f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5910 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [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-546 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit 26f67bfd46c7db7613104447875bc96d4605617a Merge succeeded, producing 26f67bfd46c7db7613104447875bc96d4605617a Checking out Revision 26f67bfd46c7db7613104447875bc96d4605617a (PR-546) > git config core.sparsecheckout # timeout=10 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # 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 c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" First time build. Skipping changelog. > git rev-list --no-walk 6104d0701624c2b05ae5660e1af37834c68c260d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:45:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:45:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:45:10 ========================================================= 16:45:10 EdgeX Global Pipelines Version Info 16:45:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:45:12 ------------------- 16:45:12 stable info: 16:45:12 ------------------- 16:45:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:45:12 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 16:45:12 Message: update stable to v1.0.144 16:45:13 ------------------- 16:45:13 experimental info: 16:45:13 ------------------- 16:45:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:45:13 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 16:45:13 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:45:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:45:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-546 [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-546 [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-546 [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26f67bfd46c7db7613104447875bc96d4605617a [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26f67bf [Pipeline] echo 16:45:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:45:17 + git log --format=format:%s -1 26f67bfd46c7db7613104447875bc96d4605617a [Pipeline] echo 16:45:17 GIT_COMMIT: 26f67bfd46c7db7613104447875bc96d4605617a, Commit Message: feat: Add ability to export via HTTP PUT with secret header support [Pipeline] echo 16:45:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:45:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:18 16:45:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:45:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:19 latest: Pulling from edgex-devops/git-semver 16:45:19 31603596830f: Pulling fs layer 16:45:19 2a8b12db71e7: Pulling fs layer 16:45:19 6ca5941a6612: Pulling fs layer 16:45:19 ecc8261a40a4: Pulling fs layer 16:45:19 ecc8261a40a4: Waiting 16:45:19 2a8b12db71e7: Verifying Checksum 16:45:19 2a8b12db71e7: Download complete 16:45:19 31603596830f: Verifying Checksum 16:45:19 31603596830f: Download complete 16:45:20 ecc8261a40a4: Verifying Checksum 16:45:20 ecc8261a40a4: Download complete 16:45:20 6ca5941a6612: Verifying Checksum 16:45:20 6ca5941a6612: Download complete 16:45:20 31603596830f: Pull complete 16:45:21 2a8b12db71e7: Pull complete 16:45:22 6ca5941a6612: Pull complete 16:45:23 ecc8261a40a4: Pull complete 16:45:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:45:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:45:23 prd-centos7-docker-4c-2g-5910 does not seem to be running inside a container 16:45:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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 16:45:26 $ docker top 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:45:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:26 [ssh-agent] Looking for ssh-agent implementation... 16:45:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:27 $ docker exec 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 ssh-agent 16:45:27 SSH_AUTH_SOCK=/tmp/ssh-GOXCyPoIIHBa/agent.13 16:45:27 SSH_AGENT_PID=18 16:45:27 Running ssh-add (command line suppressed) 16:45:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_3826119912158981352.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_3826119912158981352.key) 16:45:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:27 + git tag --points-at HEAD [Pipeline] } 16:45:28 $ docker exec --env ******** --env ******** 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 ssh-agent -k 16:45:28 unset SSH_AUTH_SOCK; 16:45:28 unset SSH_AGENT_PID; 16:45:28 echo Agent pid 18 killed; 16:45:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:45:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:28 [ssh-agent] Looking for ssh-agent implementation... 16:45:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:28 $ docker exec 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 ssh-agent 16:45:29 SSH_AUTH_SOCK=/tmp/ssh-T6fFun13oXk7/agent.46 16:45:29 SSH_AGENT_PID=51 16:45:29 Running ssh-add (command line suppressed) 16:45:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4024172250080454135.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4024172250080454135.key) 16:45:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:30 + git semver init 16:45:30 # -> Open(): unable to determine branch for HEAD 16:45:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.git 16:45:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-546 16:45:30 # $SEMVER_REMOTE_NAME = origin 16:45:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:45:30 # $SEMVER_USER_NAME = edgex-jenkins 16:45:30 # $SEMVER_BRANCH = PR-546 16:45:30 # $SEMVER_TEMP = /tmp/semver-392417916 16:45:30 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:45:34 # '/tmp/semver-392417916' -> '/w/workspace/ndry_app-functions-sdk-go_PR-546/.semver' 16:45:34 # -> Force: false 16:45:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.semver [Pipeline] } 16:45:34 $ docker exec --env ******** --env ******** 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 ssh-agent -k 16:45:35 unset SSH_AUTH_SOCK; 16:45:35 unset SSH_AGENT_PID; 16:45:35 echo Agent pid 51 killed; 16:45:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:45:35 + git semver [Pipeline] } 16:45:36 $ docker stop --time=1 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 16:45:38 $ docker rm -f 5b24d36837d124461793c56941d468dbe67c3d7ee589a524494c524cdfecf608 [Pipeline] // withDockerContainer [Pipeline] sh 16:45:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:45:39 Stashed 1 file(s) [Pipeline] echo 16:45: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 16:45:54 Still waiting to schedule task 16:45:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:45:54 Still waiting to schedule task 16:45:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 16:47:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5911 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws 16:47:57 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:48:02 using credential edgex-jenkins-ssh 16:48:02 Cloning the remote Git repository 16:48:02 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:02 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 16:48:02 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:02 > git --version # timeout=10 16:48:02 > git --version # 'git version 2.17.1' 16:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:48:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:48:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:48:06 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit 26f67bfd46c7db7613104447875bc96d4605617a 16:48:07 Merge succeeded, producing 26f67bfd46c7db7613104447875bc96d4605617a 16:48:07 Checking out Revision 26f67bfd46c7db7613104447875bc96d4605617a (PR-546) 16:48:06 > git config core.sparsecheckout # timeout=10 16:48:06 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 16:48:07 > git remote # timeout=10 16:48:07 > git config --get remote.origin.url # timeout=10 16:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:07 > git merge c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 16:48:07 > git rev-parse HEAD^{commit} # timeout=10 16:48:07 > git config core.sparsecheckout # timeout=10 16:48:07 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 16:48:11 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:48:12 ========================================================= 16:48:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:48:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:48:13 + 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 . 16:48:14 Sending build context to Docker daemon 19.12MB 16:48:14 Step 1/8 : ARG BASE=golang:1.15-alpine 16:48:14 Step 2/8 : FROM ${BASE} 16:48:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:48:15 b538f80385f9: Pulling fs layer 16:48:15 74f711af9a0d: Pulling fs layer 16:48:15 99f96fe45779: Pulling fs layer 16:48:15 8529a6b9a6be: Pulling fs layer 16:48:15 45590311c82a: Pulling fs layer 16:48:15 69ca0ff8b7b3: Pulling fs layer 16:48:15 209524e5b208: Pulling fs layer 16:48:15 8529a6b9a6be: Waiting 16:48:15 45590311c82a: Waiting 16:48:15 69ca0ff8b7b3: Waiting 16:48:15 209524e5b208: Waiting 16:48:15 99f96fe45779: Verifying Checksum 16:48:15 99f96fe45779: Download complete 16:48:15 74f711af9a0d: Verifying Checksum 16:48:15 74f711af9a0d: Download complete 16:48:15 45590311c82a: Verifying Checksum 16:48:15 45590311c82a: Download complete 16:48:15 b538f80385f9: Verifying Checksum 16:48:15 b538f80385f9: Download complete 16:48:15 69ca0ff8b7b3: Verifying Checksum 16:48:15 69ca0ff8b7b3: Download complete 16:48:16 b538f80385f9: Pull complete 16:48:16 74f711af9a0d: Pull complete 16:48:16 99f96fe45779: Pull complete 16:48:18 209524e5b208: Verifying Checksum 16:48:18 209524e5b208: Download complete 16:48:19 8529a6b9a6be: Verifying Checksum 16:48:19 8529a6b9a6be: Download complete 16:48:30 8529a6b9a6be: Pull complete 16:48:30 45590311c82a: Pull complete 16:48:30 69ca0ff8b7b3: Pull complete 16:48:34 209524e5b208: Pull complete 16:48:34 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:48:34 ---> 5bddaf1c2fca 16:48:34 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:48:34 latest: Pulling from library/docker 16:48:35 b538f80385f9: Already exists 16:48:35 259a493cd78d: Pulling fs layer 16:48:35 b8e66b5100f5: Pulling fs layer 16:48:35 7f8258a56ab6: Pulling fs layer 16:48:35 75a0a0ebb566: Pulling fs layer 16:48:35 4a2c62f0a2a3: Pulling fs layer 16:48:35 294320357d30: Pulling fs layer 16:48:35 75a0a0ebb566: Waiting 16:48:35 4a2c62f0a2a3: Waiting 16:48:35 294320357d30: Waiting 16:48:35 b8e66b5100f5: Verifying Checksum 16:48:35 b8e66b5100f5: Download complete 16:48:35 259a493cd78d: Verifying Checksum 16:48:35 259a493cd78d: Download complete 16:48:35 75a0a0ebb566: Verifying Checksum 16:48:35 75a0a0ebb566: Download complete 16:48:35 4a2c62f0a2a3: Verifying Checksum 16:48:35 4a2c62f0a2a3: Download complete 16:48:35 294320357d30: Verifying Checksum 16:48:35 294320357d30: Download complete 16:48:36 259a493cd78d: Pull complete 16:48:36 b8e66b5100f5: Pull complete 16:48:36 7f8258a56ab6: Verifying Checksum 16:48:36 7f8258a56ab6: Download complete 16:48:36 Running on prd-centos7-docker-4c-2g-5912 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws 16:48:36 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:48:39 using credential edgex-jenkins-ssh 16:48:39 Cloning the remote Git repository 16:48:40 7f8258a56ab6: Pull complete 16:48:40 75a0a0ebb566: Pull complete 16:48:39 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:39 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 16:48:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:39 > git --version # timeout=10 16:48:39 > git --version # 'git version 2.16.5' 16:48:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:40 4a2c62f0a2a3: Pull complete 16:48:41 294320357d30: Pull complete 16:48:41 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 16:48:41 Status: Downloaded newer image for docker:latest 16:48:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:48:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:48:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:48:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:48:42 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit 26f67bfd46c7db7613104447875bc96d4605617a 16:48:42 Merge succeeded, producing 26f67bfd46c7db7613104447875bc96d4605617a 16:48:42 Checking out Revision 26f67bfd46c7db7613104447875bc96d4605617a (PR-546) 16:48:42 > git config core.sparsecheckout # timeout=10 16:48:42 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 16:48:42 > git remote # timeout=10 16:48:42 > git config --get remote.origin.url # timeout=10 16:48:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:42 > git merge c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 16:48:42 > git rev-parse HEAD^{commit} # timeout=10 16:48:42 > git config core.sparsecheckout # timeout=10 16:48:42 > git checkout -f 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 16:48:45 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:48:46 ========================================================= 16:48:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:48:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:48:47 + 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 . 16:48:47 Sending build context to Docker daemon 19.12MB 16:48:47 Step 1/8 : ARG BASE=golang:1.15-alpine 16:48:47 Step 2/8 : FROM ${BASE} 16:48:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:48:47 df20fa9351a1: Pulling fs layer 16:48:47 ed8968b2872e: Pulling fs layer 16:48:47 a92cc7c5fd73: Pulling fs layer 16:48:47 e871e8e8d7a9: Pulling fs layer 16:48:47 e73272ec9a57: Pulling fs layer 16:48:47 1e910a182e73: Pulling fs layer 16:48:47 4e634b169226: Pulling fs layer 16:48:47 e73272ec9a57: Waiting 16:48:47 1e910a182e73: Waiting 16:48:47 4e634b169226: Waiting 16:48:47 e871e8e8d7a9: Waiting 16:48:47 a92cc7c5fd73: Verifying Checksum 16:48:47 a92cc7c5fd73: Download complete 16:48:47 ed8968b2872e: Verifying Checksum 16:48:47 ed8968b2872e: Download complete 16:48:47 e73272ec9a57: Verifying Checksum 16:48:47 e73272ec9a57: Download complete 16:48:47 1e910a182e73: Download complete 16:48:47 df20fa9351a1: Verifying Checksum 16:48:47 df20fa9351a1: Download complete 16:48:47 ---> 55f50d8fd3cb 16:48:47 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:48:47 ---> Running in 4da3d51ba4a9 16:48:47 Removing intermediate container 4da3d51ba4a9 16:48:47 ---> 404320f0b4b7 16:48:47 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:48:47 ---> Running in 7e92dd8be7c7 16:48:48 df20fa9351a1: Pull complete 16:48:48 ed8968b2872e: Pull complete 16:48:48 a92cc7c5fd73: Pull complete 16:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:48:49 4e634b169226: Verifying Checksum 16:48:49 4e634b169226: Download complete 16:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:48:50 e871e8e8d7a9: Download complete 16:48:52 (1/5) Installing libsodium (1.0.18-r0) 16:48:52 (2/5) Installing libzmq (4.3.3-r0) 16:48:52 (3/5) Installing pkgconf (1.7.2-r0) 16:48:52 (4/5) Installing libsodium-dev (1.0.18-r0) 16:48:52 (5/5) Installing zeromq-dev (4.3.3-r0) 16:48:52 Executing busybox-1.31.1-r16.trigger 16:48:52 OK: 144 MiB in 44 packages 16:48:54 Removing intermediate container 7e92dd8be7c7 16:48:54 ---> cda97c01893a 16:48:54 Step 6/8 : WORKDIR /build 16:48:54 ---> Running in c35546f56a2d 16:48:55 Removing intermediate container c35546f56a2d 16:48:55 ---> df9daa43f193 16:48:55 Step 7/8 : COPY go.mod . 16:48:55 e871e8e8d7a9: Pull complete 16:48:55 e73272ec9a57: Pull complete 16:48:55 1e910a182e73: Pull complete 16:48:55 ---> da0e168548da 16:48:55 Step 8/8 : RUN go mod download 16:48:55 ---> Running in db4d2896d50f 16:49:05 4e634b169226: Pull complete 16:49:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:49:05 ---> f7629b54cfaa 16:49:05 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:49:05 latest: Pulling from library/docker 16:49:05 df20fa9351a1: Already exists 16:49:05 25ad7478873d: Pulling fs layer 16:49:05 4684f6177b5d: Pulling fs layer 16:49:05 8ba584e970af: Pulling fs layer 16:49:05 3cdc74d2b06d: Pulling fs layer 16:49:05 4cf5a0d07c1f: Pulling fs layer 16:49:05 fca0ccc462d5: Pulling fs layer 16:49:05 3cdc74d2b06d: Waiting 16:49:05 4cf5a0d07c1f: Waiting 16:49:05 fca0ccc462d5: Waiting 16:49:05 4684f6177b5d: Verifying Checksum 16:49:05 4684f6177b5d: Download complete 16:49:05 25ad7478873d: Verifying Checksum 16:49:05 25ad7478873d: Download complete 16:49:05 3cdc74d2b06d: Verifying Checksum 16:49:05 3cdc74d2b06d: Download complete 16:49:05 8ba584e970af: Retrying in 5 seconds 16:49:05 fca0ccc462d5: Verifying Checksum 16:49:05 fca0ccc462d5: Download complete 16:49:05 4cf5a0d07c1f: Verifying Checksum 16:49:05 4cf5a0d07c1f: Download complete 16:49:05 25ad7478873d: Pull complete 16:49:06 4684f6177b5d: Pull complete 16:49:06 8ba584e970af: Retrying in 4 seconds 16:49:07 8ba584e970af: Retrying in 3 seconds 16:49:08 8ba584e970af: Retrying in 2 seconds 16:49:09 8ba584e970af: Retrying in 1 second 16:49:11 8ba584e970af: Verifying Checksum 16:49:11 8ba584e970af: Download complete 16:49:14 8ba584e970af: Pull complete 16:49:14 3cdc74d2b06d: Pull complete 16:49:14 4cf5a0d07c1f: Pull complete 16:49:14 fca0ccc462d5: Pull complete 16:49:14 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 16:49:14 Status: Downloaded newer image for docker:latest 16:49:16 ---> 62469360d428 16:49:16 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:49:16 ---> Running in 55310c1e694b 16:49:16 Removing intermediate container 55310c1e694b 16:49:16 ---> 3988eccfedaa 16:49:16 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:49:16 ---> Running in 231b90ea8a0b 16:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:49:20 (1/5) Installing libsodium (1.0.18-r0) 16:49:20 (2/5) Installing libzmq (4.3.3-r0) 16:49:20 (3/5) Installing pkgconf (1.7.2-r0) 16:49:20 (4/5) Installing libsodium-dev (1.0.18-r0) 16:49:20 (5/5) Installing zeromq-dev (4.3.3-r0) 16:49:20 Executing busybox-1.31.1-r16.trigger 16:49:20 OK: 167 MiB in 44 packages 16:49:21 Removing intermediate container 231b90ea8a0b 16:49:21 ---> 275ff1499ab4 16:49:21 Step 6/8 : WORKDIR /build 16:49:21 ---> Running in 49cc44de027e 16:49:21 Removing intermediate container 49cc44de027e 16:49:21 ---> 101ec5ff9a62 16:49:21 Step 7/8 : COPY go.mod . 16:49:21 ---> 17577bb659e6 16:49:21 Step 8/8 : RUN go mod download 16:49:21 ---> Running in e44f6c03d18f 16:49:28 Removing intermediate container db4d2896d50f 16:49:28 ---> 8281d1e29ac5 16:49:28 Successfully built 8281d1e29ac5 16:49:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:49:28 + docker inspect -f . ci-base-image-arm64 16:49:28 . [Pipeline] withDockerContainer 16:49:28 prd-ubuntu18.04-docker-arm64-4c-16g-5911 does not seem to be running inside a container 16:49:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:49:30 $ docker top 5f94c80812370b4600eb8b645d3bf6a6b18691bc793d8fa6926b1f2c983b4cc1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:32 + go version 16:49:32 go version go1.15.2 linux/arm64 [Pipeline] } 16:49:32 $ docker stop --time=1 5f94c80812370b4600eb8b645d3bf6a6b18691bc793d8fa6926b1f2c983b4cc1 16:49:34 $ docker rm -f 5f94c80812370b4600eb8b645d3bf6a6b18691bc793d8fa6926b1f2c983b4cc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:49:35 + docker inspect -f . ci-base-image-arm64 16:49:35 . [Pipeline] withDockerContainer 16:49:35 prd-ubuntu18.04-docker-arm64-4c-16g-5911 does not seem to be running inside a container 16:49:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:49:37 $ docker top e35d220f9e18aa963f93c9da49c4f7cb824a6e7a0e8fecd8ded2ba580a4987ff -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:39 + make test 16:49:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:49:41 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:49:48 Removing intermediate container e44f6c03d18f 16:49:48 ---> 672abb2735d2 16:49:48 Successfully built 672abb2735d2 16:49:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:49:48 + docker inspect -f . ci-base-image-x86_64 16:49:48 . [Pipeline] withDockerContainer 16:49:49 prd-centos7-docker-4c-2g-5912 does not seem to be running inside a container 16:49:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:49:50 $ docker top 7ea6c9ae24895b910e37d3fbb7e366e63aa3f705ccfd9ccf1e9b8d0b96fc4703 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:50 + go version 16:49:50 go version go1.15.2 linux/amd64 [Pipeline] } 16:49:50 $ docker stop --time=1 7ea6c9ae24895b910e37d3fbb7e366e63aa3f705ccfd9ccf1e9b8d0b96fc4703 16:49:51 $ docker rm -f 7ea6c9ae24895b910e37d3fbb7e366e63aa3f705ccfd9ccf1e9b8d0b96fc4703 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:49:52 + docker inspect -f . ci-base-image-x86_64 16:49:52 . [Pipeline] withDockerContainer 16:49:52 prd-centos7-docker-4c-2g-5912 does not seem to be running inside a container 16:49:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:49:53 $ docker top 34659364211f5c320d398676f44928d5d9398f29e374457c5da9de2da279f86d -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:54 + make test 16:49:54 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:49:55 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:50:02 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.064s coverage: 86.2% of statements 16:50:03 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.106s coverage: 86.2% of statements 16:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.023s coverage: 51.7% of statements 16:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.068s coverage: 54.7% of statements 16:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.320s coverage: 69.1% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.490s coverage: 61.6% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.080s coverage: 100.0% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 9.4% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.997s coverage: 75.0% of statements 16:50:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.7% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.110s coverage: 80.5% of statements 16:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements 16:50:42 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 51.7% of statements 16:50:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:50:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:50:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.086s coverage: 54.7% of statements 16:50:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:50:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.480s coverage: 69.1% of statements 16:50:50 --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.00s) 16:50:50 batch_test.go:66: 16:50:50 Error Trace: batch_test.go:66 16:50:50 asm_amd64.s:1374 16:50:50 Error: Not equal: 16:50:50 expected: 3 16:50:50 actual : 1 16:50:50 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:50:50 batch_test.go:67: 16:50:50 Error Trace: batch_test.go:67 16:50:50 asm_amd64.s:1374 16:50:50 Error: "[Test1 Test1]" should have 0 item(s), but has 2 16:50:50 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:50:50 Messages: Should have 0 records 16:50:50 batch_test.go:73: 16:50:50 Error Trace: batch_test.go:73 16:50:50 asm_amd64.s:1374 16:50:50 Error: Should be false 16:50:50 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562576879Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562749182Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562811448Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562838615Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562896316Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.562914901Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.5629574Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:50:50 level=DEBUG ts=2020-10-16T16:50:48.563054999Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:50:50 FAIL 16:50:50 coverage: 70.8% of statements 16:50:50 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 27.034s 16:50:50 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 16:50:50 FAIL 16:50:50 make: *** [Makefile:6: test] Error 1 [Pipeline] } 16:50:50 $ docker stop --time=1 34659364211f5c320d398676f44928d5d9398f29e374457c5da9de2da279f86d 16:50:52 $ docker rm -f 34659364211f5c320d398676f44928d5d9398f29e374457c5da9de2da279f86d [Pipeline] // withDockerContainer 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.528s coverage: 61.6% of statements 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.040s coverage: 89.5% of statements 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.193s coverage: 100.0% of statements 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:50:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:50:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.040s coverage: 9.4% of statements [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } 16:50:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.060s coverage: 75.0% of statements 16:50:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:50:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.035s coverage: 89.7% of statements 16:50:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements 16:50:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.142s coverage: 80.5% of statements 16:50:53 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.028s coverage: 71.7% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:50:54 Failed in branch amd64 16:51:20 --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.00s) 16:51:20 batch_test.go:66: 16:51:20 Error Trace: batch_test.go:66 16:51:20 asm_arm64.s:1136 16:51:20 Error: Not equal: 16:51:20 expected: 3 16:51:20 actual : 2 16:51:20 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:51:20 batch_test.go:67: 16:51:20 Error Trace: batch_test.go:67 16:51:20 asm_arm64.s:1136 16:51:20 Error: "[Test1]" should have 0 item(s), but has 1 16:51:20 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:51:20 Messages: Should have 0 records 16:51:20 batch_test.go:73: 16:51:20 Error Trace: batch_test.go:73 16:51:20 asm_arm64.s:1136 16:51:20 Error: Should be false 16:51:20 Test: TestBatchInTimeAndCountMode_TimeElapsed 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.354056279Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.354295002Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.354591002Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.354719405Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.354954968Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.355048927Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.355254408Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:51:20 level=DEBUG ts=2020-10-16T16:51:19.355522234Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:51:20 FAIL 16:51:20 coverage: 70.8% of statements 16:51:20 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 27.055s 16:51:20 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements 16:51:20 FAIL 16:51:20 make: *** [Makefile:6: test] Error 1 [Pipeline] } 16:51:20 $ docker stop --time=1 e35d220f9e18aa963f93c9da49c4f7cb824a6e7a0e8fecd8ded2ba580a4987ff 16:51:22 $ docker rm -f e35d220f9e18aa963f93c9da49c4f7cb824a6e7a0e8fecd8ded2ba580a4987ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:51:24 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:51:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:51:29 ---> package-listing.sh 16:51:29 ++ tr '[:upper:]' '[:lower:]' 16:51:29 ++ facter osfamily 16:51:29 + OS_FAMILY=redhat 16:51:29 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-546 16:51:29 + START_PACKAGES=/tmp/packages_start.txt 16:51:29 + END_PACKAGES=/tmp/packages_end.txt 16:51:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:51:29 + PACKAGES=/tmp/packages_start.txt 16:51:29 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 16:51:29 + PACKAGES=/tmp/packages_end.txt 16:51:29 + case "${OS_FAMILY}" in 16:51:29 + sort 16:51:29 + rpm -qa 16:51:34 + '[' -f /tmp/packages_start.txt ']' 16:51:34 + '[' -f /tmp/packages_end.txt ']' 16:51:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:51:34 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 16:51:34 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ 16:51:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ [Pipeline] echo 16:51:34 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-546/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:51:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:35 16:51:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:36 alpine: Pulling from edgex-lftools-log-publisher 16:51:36 df20fa9351a1: Pulling fs layer 16:51:36 36b3adc4ff6f: Pulling fs layer 16:51:36 8ad3a11d3b57: Pulling fs layer 16:51:36 46f8f816bc3b: Pulling fs layer 16:51:36 93b61091891f: Pulling fs layer 16:51:36 93b9cdb0e59b: Pulling fs layer 16:51:36 5e14af77c1be: Pulling fs layer 16:51:36 01666e4c0597: Pulling fs layer 16:51:36 aa168da1d23b: Pulling fs layer 16:51:36 93b9cdb0e59b: Waiting 16:51:36 5e14af77c1be: Waiting 16:51:36 01666e4c0597: Waiting 16:51:36 aa168da1d23b: Waiting 16:51:36 46f8f816bc3b: Waiting 16:51:36 93b61091891f: Waiting 16:51:37 36b3adc4ff6f: Verifying Checksum 16:51:37 36b3adc4ff6f: Download complete 16:51:37 46f8f816bc3b: Verifying Checksum 16:51:37 46f8f816bc3b: Download complete 16:51:37 df20fa9351a1: Verifying Checksum 16:51:37 93b9cdb0e59b: Verifying Checksum 16:51:37 93b9cdb0e59b: Download complete 16:51:37 5e14af77c1be: Download complete 16:51:37 01666e4c0597: Verifying Checksum 16:51:37 01666e4c0597: Download complete 16:51:37 93b61091891f: Verifying Checksum 16:51:37 93b61091891f: Download complete 16:51:37 df20fa9351a1: Pull complete 16:51:38 8ad3a11d3b57: Verifying Checksum 16:51:38 8ad3a11d3b57: Download complete 16:51:38 36b3adc4ff6f: Pull complete 16:51:39 8ad3a11d3b57: Pull complete 16:51:39 46f8f816bc3b: Pull complete 16:51:40 93b61091891f: Pull complete 16:51:41 93b9cdb0e59b: Pull complete 16:51:41 5e14af77c1be: Pull complete 16:51:41 01666e4c0597: Pull complete 16:51:46 aa168da1d23b: Verifying Checksum 16:51:46 aa168da1d23b: Download complete 16:51:56 aa168da1d23b: Pull complete 16:51:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:51:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:51:57 prd-centos7-docker-4c-2g-5910 does not seem to be running inside a container 16:51:57 $ 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-546/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-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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 16:52:01 $ docker top c1ec4e4a218f4c8e19d6c2b4d09e526d28345a4da27271972354052340df8ea9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:52:02 + touch /tmp/pre-build-complete [Pipeline] sh 16:52:02 + mkdir -p /var/log/sa [Pipeline] sh 16:52:02 + ls /var/log/sa-host 16:52:02 + sadf -c /var/log/sa-host/sa05 16:52:02 file_magic: OK 16:52:02 HZ: Using current value: 100 16:52:02 file_header: OK 16:52:02 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 16:52:02 Statistics: 16:52:02 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:52:02 File successfully converted to sysstat format version 12.2.1 16:52:02 + sadf -c /var/log/sa-host/sa16 16:52:03 file_magic: OK 16:52:03 HZ: Using current value: 100 16:52:03 file_header: OK 16:52:03 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 16:52:03 Statistics: 16:52:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:52:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:52:03 provisioning config files... 16:52:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config3999127578545544738tmp [Pipeline] { [Pipeline] echo 16:52:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:52:04 ---> create-netrc.sh [Pipeline] } 16:52:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:52:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:52:05 ---> python-tools-install.sh [Pipeline] echo 16:52:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:52:06 ---> sudo-logs.sh 16:52:06 Archiving 'sudo' log.. [Pipeline] echo 16:52:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:52:06 ---> job-cost.sh 16:52:06 lf-activate-venv: SKIPPING 16:52:06 INFO: No Stack... 16:52:07 INFO: Retrieving Pricing Info for: v1-standard-2 16:52:08 INFO: Archiving Costs [Pipeline] echo 16:52:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:52:09 ---> logs-deploy.sh 16:52:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-546/2 16:52:09 INFO: archiving workspace using pattern(s): 16:52:11 Archives upload complete. 16:52:11 INFO: archiving logs to Nexus 16:52:13 ---> uname -a: 16:52:13 Linux prd-centos7-docker-4c-2g-5910.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:52:13 16:52:13 16:52:13 ---> lscpu: 16:52:13 Architecture: x86_64 16:52:13 CPU op-mode(s): 32-bit, 64-bit 16:52:13 Byte Order: Little Endian 16:52:13 Address sizes: 40 bits physical, 48 bits virtual 16:52:13 CPU(s): 4 16:52:13 On-line CPU(s) list: 0-3 16:52:13 Thread(s) per core: 1 16:52:13 Core(s) per socket: 1 16:52:13 Socket(s): 4 16:52:13 NUMA node(s): 1 16:52:13 Vendor ID: GenuineIntel 16:52:13 CPU family: 6 16:52:13 Model: 44 16:52:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:52:13 Stepping: 1 16:52:13 CPU MHz: 2933.438 16:52:13 BogoMIPS: 5866.87 16:52:13 Virtualization: VT-x 16:52:13 Hypervisor vendor: KVM 16:52:13 Virtualization type: full 16:52:13 L1d cache: 128 KiB 16:52:13 L1i cache: 128 KiB 16:52:13 L2 cache: 16 MiB 16:52:13 L3 cache: 64 MiB 16:52:13 NUMA node0 CPU(s): 0-3 16:52:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:52:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:52:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:52:13 Vulnerability Meltdown: Mitigation; PTI 16:52:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:52:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:52:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:52:13 Vulnerability Tsx async abort: Not affected 16:52:13 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 16:52:13 16:52:13 16:52:13 ---> nproc: 16:52:13 4 16:52:13 16:52:13 16:52:13 ---> df -h: 16:52:13 Filesystem Size Used Available Use% Mounted on 16:52:13 overlay 50.0G 7.2G 42.8G 14% / 16:52:13 tmpfs 64.0M 0 64.0M 0% /dev 16:52:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:52:13 shm 64.0M 0 64.0M 0% /dev/shm 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-546 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 16:52:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 16:52:13 16:52:13 16:52:13 ---> free -m: 16:52:13 total used free shared buff/cache available 16:52:13 Mem: 1837 675 112 0 1048 1058 16:52:13 Swap: 1023 1 1022 16:52:13 16:52:13 16:52:13 ---> ip addr: 16:52:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:52:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:52:13 inet 127.0.0.1/8 scope host lo 16:52:13 valid_lft forever preferred_lft forever 16:52:13 inet6 ::1/128 scope host 16:52:13 valid_lft forever preferred_lft forever 16:52:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:52:13 link/ether fa:16:3e:25:f8:86 brd ff:ff:ff:ff:ff:ff 16:52:13 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 16:52:13 valid_lft 85928sec preferred_lft 85928sec 16:52:13 inet6 fe80::f816:3eff:fe25:f886/64 scope link 16:52:13 valid_lft forever preferred_lft forever 16:52:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:52:13 link/ether 02:42:15:25:b7:ff brd ff:ff:ff:ff:ff:ff 16:52:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:52:13 valid_lft forever preferred_lft forever 16:52:13 inet6 fe80::42:15ff:fe25:b7ff/64 scope link 16:52:13 valid_lft forever preferred_lft forever 16:52:13 16:52:13 16:52:13 ---> sar -b -r -n DEV: 16:52:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 16:52:13 16:52:13 16:44:02 LINUX RESTART (4 CPU) 16:52:13 16:52:13 16:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:52:13 16:46:01 47.26 12.50 34.76 0.00 4695.40 3389.94 0.00 16:52:13 16:47:01 2.33 0.00 2.33 0.00 0.00 50.13 0.00 16:52:13 16:48:01 0.48 0.00 0.48 0.00 0.00 8.82 0.00 16:52:13 16:49:01 0.32 0.00 0.32 0.00 0.00 5.16 0.00 16:52:13 16:50:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 16:52:13 16:51:01 0.42 0.00 0.42 0.00 0.00 6.54 0.00 16:52:13 16:52:02 134.02 72.29 61.73 0.00 6928.01 18704.92 0.00 16:52:13 Average: 26.40 12.12 14.28 0.00 1654.20 3168.26 0.00 16:52:13 16:52:13 16:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:52:13 16:46:01 235884 0 584844 31.08 2620 1058208 1147688 39.17 428312 1059080 136 16:52:13 16:47:01 244436 0 576284 30.63 2620 1058216 1083052 36.96 425084 1055204 24 16:52:13 16:48:01 243552 0 577164 30.67 2620 1058220 1083512 36.98 426208 1055164 16 16:52:13 16:49:01 241828 0 578884 30.77 2620 1058224 1083548 36.98 430052 1052556 16 16:52:13 16:50:01 243088 0 577616 30.70 2620 1058232 1083380 36.97 440088 1041828 16 16:52:13 16:51:01 243004 0 577696 30.70 2620 1058236 1083308 36.97 455328 1026512 16 16:52:13 16:52:02 149448 0 674888 35.87 2620 1054600 1680896 57.37 465192 1056416 24 16:52:13 Average: 228749 0 592482 31.49 2620 1057705 1177912 40.20 438609 1049537 35 16:52:13 16:52:13 16:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:52:13 16:46:01 eth0 141.91 132.51 775.16 61.32 0.00 0.00 0.00 0.00 16:52:13 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:46:01 docker0 49.34 40.88 5.81 304.67 0.00 0.00 0.00 0.00 16:52:13 16:47:01 eth0 0.55 0.10 0.04 0.02 0.00 0.00 0.00 0.00 16:52:13 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:48:01 eth0 1.75 1.07 1.73 0.22 0.00 0.00 0.00 0.00 16:52:13 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:49:01 eth0 0.68 0.35 0.29 0.24 0.00 0.00 0.00 0.00 16:52:13 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:50:01 eth0 0.22 0.12 0.14 0.07 0.00 0.00 0.00 0.00 16:52:13 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:52:13 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:52:02 eth0 204.03 166.83 2173.32 19.59 0.00 0.00 0.00 0.00 16:52:13 16:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 16:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 Average: eth0 49.69 42.82 420.92 11.52 0.00 0.00 0.00 0.00 16:52:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:52:13 Average: docker0 6.95 5.76 0.82 42.93 0.00 0.00 0.00 0.00 16:52:13 16:52:13 16:52:13 ---> sar -P ALL: 16:52:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 16:52:13 16:52:13 16:44:02 LINUX RESTART (4 CPU) 16:52:13 16:52:13 16:45:02 CPU %user %nice %system %iowait %steal %idle 16:52:13 16:46:01 all 3.94 0.00 2.65 1.48 8.19 83.74 16:52:13 16:46:01 0 4.39 0.00 2.70 1.35 8.16 83.40 16:52:13 16:46:01 1 3.80 0.00 2.43 0.49 8.25 85.03 16:52:13 16:46:01 2 3.70 0.00 2.32 1.38 8.50 84.09 16:52:13 16:46:01 3 3.88 0.00 3.15 2.72 7.84 82.41 16:52:13 16:47:01 all 0.11 0.00 0.06 0.00 0.21 99.62 16:52:13 16:47:01 0 0.03 0.00 0.02 0.00 0.08 99.87 16:52:13 16:47:01 1 0.08 0.00 0.10 0.00 0.47 99.35 16:52:13 16:47:01 2 0.30 0.00 0.07 0.00 0.12 99.52 16:52:13 16:47:01 3 0.03 0.00 0.05 0.00 0.17 99.75 16:52:13 16:48:01 all 0.12 0.00 0.04 0.00 0.10 99.74 16:52:13 16:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:52:13 16:48:01 1 0.07 0.00 0.07 0.00 0.10 99.77 16:52:13 16:48:01 2 0.35 0.00 0.03 0.00 0.18 99.43 16:52:13 16:48:01 3 0.05 0.00 0.03 0.00 0.10 99.82 16:52:13 16:49:01 all 0.10 0.00 0.03 0.00 0.19 99.68 16:52:13 16:49:01 0 0.02 0.00 0.02 0.00 0.07 99.90 16:52:13 16:49:01 1 0.35 0.00 0.03 0.00 0.22 99.40 16:52:13 16:49:01 2 0.03 0.00 0.03 0.00 0.23 99.70 16:52:13 16:49:01 3 0.02 0.00 0.03 0.00 0.25 99.70 16:52:13 16:50:01 all 0.10 0.00 0.05 0.00 0.29 99.56 16:52:13 16:50:01 0 0.02 0.00 0.02 0.00 0.28 99.68 16:52:13 16:50:01 1 0.37 0.00 0.05 0.00 0.30 99.28 16:52:13 16:50:01 2 0.03 0.00 0.03 0.00 0.51 99.42 16:52:13 16:50:01 3 0.00 0.00 0.10 0.00 0.05 99.85 16:52:13 16:51:01 all 0.11 0.00 0.04 0.00 0.18 99.67 16:52:13 16:51:01 0 0.02 0.00 0.02 0.00 0.22 99.75 16:52:13 16:51:01 1 0.38 0.00 0.02 0.00 0.20 99.40 16:52:13 16:51:01 2 0.03 0.00 0.02 0.00 0.22 99.73 16:52:13 16:51:01 3 0.02 0.00 0.10 0.00 0.08 99.80 16:52:13 16:52:02 all 4.51 0.00 3.30 1.57 10.07 80.54 16:52:13 16:52:02 0 3.79 0.00 2.89 0.71 10.64 81.97 16:52:13 16:52:02 1 3.94 0.00 3.19 1.92 10.39 80.56 16:52:13 16:52:02 2 3.86 0.00 3.27 1.77 9.92 81.17 16:52:13 16:52:02 3 6.50 0.00 3.84 1.89 9.32 78.45 16:52:13 Average: all 1.28 0.00 0.88 0.43 2.74 94.67 16:52:13 Average: 0 1.18 0.00 0.81 0.29 2.77 94.95 16:52:13 Average: 1 1.28 0.00 0.84 0.34 2.85 94.68 16:52:13 Average: 2 1.18 0.00 0.82 0.45 2.81 94.73 16:52:13 Average: 3 1.48 0.00 1.03 0.65 2.52 94.31 16:52:13 16:52:13 16:52:13